/*------------------Trending Products-----------------*/
#trending_product {
  background-color: #f7f7f7;
}
.inner_product {
  background-color: var(--white);
  margin-top: 35px;
  padding: 7px;
  border: solid 1px var(--lightgrey6);
}
.inner_product h5 {
  color: var(--black2);
  padding-top: 30px;
  text-transform: uppercase;
  font: 700 16px var(--common-font-m);
  padding-left: 3px;
  padding-right: 3px;
}
/* Button CSS*/
.newproductgallery #portfolio:hover .addtocartscode {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -moz-transform: translateY(-50%, -50%);
}
.custom_cart a {
  position: absolute;
  top: 0;
  padding: 16px 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  opacity: 0;
}
.inner_product:hover .custom_cart a {
  opacity: 1;
  top: 35%;
  transform: translateY(-35%, -35%);
  -webkit-transform: translateY(-35%, -35%);
  -o-transform: translateY(-35%, -35%);
  -ms-transform: translateY(-35%, -35%);
  -moz-transform: translateY(-35%, -35%);
}
.inner_product a.added_to_cart.wc-forward {
  top: 20% !important;
}
.inner_product:hover a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.product-thumb {
  position: relative;
}
.custom-product-price, .post_date{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--orange);
  padding: 14px;
  color: var(--white);
  font: 600 14px var(--common-font-m);
}
.product-sale {
  position: absolute;
  top: 14px;
  left: -26px;
  background-color: var(--orange);
  color: var(--white);
  padding: 8px;
  font: 700 14px var(--common-font-m);
  text-transform: uppercase;
}
.inner_product:hover{
  transition: 0.5s;
}
.inner_product:hover .custom-product-price, .inner_product:hover .product-sale {
  background-color: var(--green);
}
.inner_product:hover .product-sale span:before, .inner_product:hover .product-sale span:after {
  border-top-color: var(--green);
}
.product-sale span:before {
  content: "";
  width: 0;
  height: 0px;
  border-top: 22px solid var(--lightorange);
  border-left: 19px solid transparent;
  position: relative;
  left: -8px;
  bottom: -48px;
}
.product-sale span:after {
  content: "";
  width: 0;
  height: 0px;
  border-top: 35px solid var(--orange);
  border-left: 19px solid transparent;
  position: absolute;
  right: -19px;
  top: 0px;
  -webkit-transform: rotate(180deg) scaleY(-1);
  -moz-transform: rotate(180deg) scaleY(-1);
  -o-transform: rotate(180deg) scaleY(-1);
  -ms-transform: rotate(180deg) scaleY(-1);
  transform: rotate(180deg) scaleY(-1);
}
.custom-product-price del {
  color: white;
  opacity: 0.9;
}
.inner_product p, .tesimonial_col p, .collectionbox-text p {
  color: #b0afaf;
  font: 400 15px var(--common-font-m);
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 20px;
  line-height: 26px;
}
/*----------------------Product Category--------------------------*/
#category .section-title, #author .section-title{
  border-bottom-color: var(--lightorange2)
}
.category-content a.theme_green_button, #latest_post .section-title a.theme_green_button{
  margin-right: 13%;
}
.category-box {
  background-color: white;
  padding: 10px;
}
.categorybox{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.categorybox:before,
.categorybox:after{
    content: "";
    width: 100%;
    height: 100%;
    background:#1000ff85;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}
.categorybox:after{ transform: scaleY(0); }
.categorybox:hover:before{ transform: scaleX(1); }
.categorybox:hover:after{ transform: scaleY(1); }
.categorybox img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
}
.categorybox:hover img{
    transform: scale(1.3);
}
.categorybox .categorybox-content{
    width: 100%;
    position: absolute;
    top: 42%;
    left: 0;
    z-index: 2;
}
.categorybox .categorytitle{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.categorybox:hover .categorytitle{
    opacity: 1;
}
.categorybox .categoryicon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: scaleX(0);
    transition: all 0.6s ease 0s;
}
.categorybox:hover .categoryicon{
    transform: scaleX(1);
}
.categorybox .categoryicon li{ display: inline-block; }
.categorybox .categoryicon li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
}
.categorybox .categoryicon li a:hover{
  background-color: white;
  color: #444;
}
.category_col, .author_wrap, .newsinner {
  background-color: white;
  padding: 7px;
  text-align: center;
  margin-top: 35px;
}
#category .section-title h3{
  color: white;
}
h4.categorytitle a, #author .image-title a, .collectionbox-text h3 a{
  color: var(--back2);
  padding-top: 0px;
  font: 700 16px var(--common-font-m);
  text-transform: uppercase;
  display: block;
}
.category_col p, #author .image-title span {
  color: #787878;
}
/*------------------------- Latest Collection -----------------------------*/
.latest_product {
  background-color: var(--white);
  margin-bottom: 25px;
  padding: 15px;
}
.latest_product h5 {
  color: var(--black2);
  padding-top: 10px;
  font: 700 18px var(--common-font-m);
  text-transform: uppercase;
}
.latest-thumb {
  position: relative;
}
.latest-box p {
  color: #787878;
  font-style: italic;
  font-size: 15px;
}
.latest-price {
  padding: 8px;
  color: var(--black2);
  font-family: var(--common-font-m);
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  border: solid 1px var(--black2);
}
.latest-cart {
  display: block;
}
.latest-cart a {
  display: inline-block;
}
.latest-cart a:hover {
  background-color: var(--black2);
  color: white;
}
.collection-content {
  background-color: #f7f7f7;
    border: solid 8px var(--white);
    border-radius: 50%;
    padding: 15px;
    width: 330px;
    height: 330px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: 50%;
    box-shadow: 0 0 5px 9px;
    box-shadow: 0 0 1px 0px var(--lightgrey3);
    z-index: 1;
}
.collection-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.collection-inner h4 {
  font-size: 16px;
  color: var(--black2);
}
.collection-inner h3 {
  font-size: 24px;
  color: var(--orange);
  padding-bottom: 10px;
}
.collection-inner p {
  font-style: italic;
  color: #868080;
}
.collection-inner a:hover {
  background-color: var(--orange);
}
.lc_box:nth-child(3) .latest-box {
  width: 170px;
}
@media screen and (max-width:767px) {
  .latest-box {
    width: 100%;
  }
}
#category a.added_to_cart.wc-forward {
  position: absolute;
  z-index: 999;
  bottom: 27px;
  padding: 6px;
  line-height: 22px;
  margin-left: 5px;
}
/*------------------------- Best Seller -----------------------------*/
#best_seller .nav-tabs .nav-item.show .nav-link, #best_seller .nav-tabs .nav-link.active {
  color: var(--black2);
  background-color: transparent;
}
#best_seller .nav-tabs .nav-link {
  color: #b0afaf;
  font-weight: 400;
  font: 600 14px var(--common-font-m);
  padding: 0 15px;
  border: none;
}
#best_seller .nav-tabs {
  border-bottom: inherit;
}
#best_seller .best_seller_title {
  border-bottom: solid 1px var(--lightgrey5);
  padding-bottom: 20px;
}
.nav-tabs .nav-item{
  position: relative;
}
#best_seller .divider {
  margin: 6px 0;
  background: #cfcfcf;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 24%;
  transform: translateY(-50%);
  left: 0;
}
#best_seller .nav-tabs .nav-item:first-child .divider {
  display: none;
}
/*------------------------- Site services -----------------------------*/
#site_services {
  padding: 0;
}
.inner-box:nth-child(odd) {
  background-color: var(--lightorange);
}
.inner-box:nth-child(even) {
  background-color: var(--orange);
}
.services-box-content {
  padding: 25px 0;
}
.services-box-content i {
  color: var(--white);
  font-size: 30px;
}
.services-box-content h4 {
  font: 400 14px var(--common-font-l);
  color: var(--white);
  text-transform: uppercase;
}
.services-box-content h4 small {
  font: 400 12px var(--common-font-w);
  color: var(--white);
  display: block;
  padding-top: 5px;
  text-transform: none;
}
.row-eq-height>[class^=col] {
  display: flex;
  flex-direction: column;
}
.head-inner.text-center {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
/*-------------------------Author -----------------------------*/
#author .section-title h3 {
  color: var(--white);
}
.authorbox {
  overflow: hidden;
  position: relative;
}
.authorbox:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0);
  transition: all 0.3s ease 0s;
}
.authorbox:hover:before {
  border: 500px solid rgba(0, 0, 0, 0.5);
  opacity: 1;
  transform: translate(-50%, -50%) rotate(360deg);
}
.authorbox img {
  width: 100%;
  height: auto;
}
.authorbox .authorbox-content {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  right: 5%;
  bottom: 5%;
  opacity: 0;
  transform: translateY(-50%) scale(2);
  transition: all 0.2s ease 0s;
  height: 90%;
}
.authorbox:hover .authorbox-content {
  opacity: 1;
  transform: scale(1);
}
.authorbox .authorbox-content:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #1000ff85;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.authorbox h4.authortitle a {
  font-size: 20px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.authorbox-content span {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.authorbox .authorpost {
  display: block;
  font-size: 13px;
  color: white;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.authorbox .authoricon {
  padding: 0;
  margin: 0;
  list-style: none;
}
.authorbox .authoricon li {
  display: inline-block;
  margin-left: 5px;
}
.authorbox .authoricon li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 40% 0;
  border: 2px solid white;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
}
.authorbox .authoricon li a:hover {
  background: white;
  color: rgb(93, 53, 176);
}
#author .socialbox {
  text-align: center;
  padding-bottom: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#author .image-title {
  padding: 0 15px 10px;
  text-align: center;
}
#author .image-title a:hover {
  color: var(--orange);
}
.authorbox:hover .image-title {
  display: block;
}
.authorbox .socialbox a {
  border: 2px solid white;
  padding: 12px;
  margin: 0 1px;
  background: white;
    color: #3f3f3f;
}
.authorbox .socialbox a:hover{
  background-color: white;
  color: #444;
}

/*------------------------Testimonials -----------------------------*/
#testimonials .section-title h3 {
  color: var(--white);
}
.tesimonial_col {
  background-color: var(--white);
  padding: 22px;
}
.tesimonialtitle a {
  font-size: 22px;
  font-weight: 700;
  color: var(--black2);
  text-transform: uppercase;
}
.tesimonialtitle small {
  font-size: 15px;
  font-weight: 600;
  color: var(--black2);
  display: block;
  margin-bottom: 15px;
}
#testimonials .section-title {
  border-bottom: solid 1px #525353;
}
#testimonials blockquote:before, #testimonials blockquote:after{
  display: none;
}
#testimonials blockquote p i {
  font-size: 25px;
  color: #9f9a9a;
}
#testimonials blockquote p i.fas.fa-quote-left{
  padding-right: 15px;
}
#testimonials blockquote p i.fas.fa-quote-right{
  padding-left: 15px;
}
.tesimonial_col blockquote {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tesimonial_col p {
  margin-bottom: 0px;
   margin-bottom: 0px;
}
#testimonials .owl-nav{
  top: -97px;
}

/*------------------------- Partners -----------------------------*/
#our_partners {
  background-size: cover;
}
#our_partners button:focus {
  outline: inherit !important;
}
#our_partners .client_inner {
  background-color: var(--white);
  padding: 10px;
  border: solid 1px var(--lightgrey6);
  margin-top: 35px;
}
#our_partners .client_inner img{
  width: 200px;
  height: 200px;
  object-fit: contain;
}
/*------------------Latest Post -----------------*/
.latest_post_text span {
  color: black;
  font-weight: bold;
}
#latest_post .about-heading {
  padding: 0;
}
.post_thumb, .collectionbox-text h3 {
  position: relative;
}
.tags {
  padding: 25px 0 15px;
  text-transform: uppercase;
}
.tags a {
  text-transform: capitalize;
  border: solid 1px var(--black2);
  padding: 3px 15px;
  border-radius: 15px;
  color: var(--black2);
  margin: 2px 5px;
  display: inline-block;
}
#latest_post .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
#latest_post button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--lightgrey7);
  display: block;
  margin: 5px auto;
}
#latest_post button.owl-dot.active {
  background-color: var(--orange);
  border: solid 2px var(--orange);
}
#latest_post button:focus {
  outline: inherit !important;
}

/*------------------------- Our Records -----------------------------*/
#our_records {
  padding: 50px 0;
  background-size: cover;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 32px;
  color: var(--white);
  font-weight: bold;
  padding: 0;
}
#our_records p {
  font-size: 14px;
  color: var(--white);
}
#our_records p {
  color: var(--white);
  font: 600 12px var(--common-font-m);
}
#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px var(--black1);
}
#our_records button.owl-dot.active {
  background-color: var(--orange);
  border: solid 2px var(--orange);
}
#our_records button:focus {
  outline: inherit !important;
}
#our_records .counter_inner {
  padding: 15px;
}
#our_records .counter-box {
  padding: 15px;
  border: solid 1px var(--white);
}
/*------------- Newsletter section -----------------*/
.news_content {
  display: inline;
}
.news_content input {
  color: var(--white);
}
.news_content label {
  width: 75%;
  float: left;
}
span.wpcf7-form-control-wrap.your-email {
  width: 70%;
  float: left;
}
.news_content {
  display: inline;
  float: left;
  width: 100%;
}
.news_content input {
  color: var(--white);
  height: 54px;
  border: solid 1px var(--white);
  margin-right: 4%;
  background-color: transparent;
  outline: none;
}
.news_content input[type="submit"] {
  background-color: var(--green);
  color: var(--white);
}
.news_content input[type="submit"]:hover {
  background-color: var(--orange);
  color: var(--white);
}
#newsletter {
  background-color: var(--orange);
}
.news_box_outer h3, .news_box_outer p {
  color: var(--white);
}
.news_box_outer p {
  font-size: 14px;
  padding-top: 10px;
}
.news_box_outer h3 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 30px;
  font-size: 26px;
}
#newsletter input::-webkit-input-placeholder {/* Chrome/Opera/Safari */
  color: var(--white);
  font-style: italic;
}
#newsletter input ::-moz-placeholder {/* Firefox 19+ */
  color: var(--white);
  font-style: italic;
}
#newsletter input :-ms-input-placeholder {/* IE 10+ */
  color: var(--white);
  font-style: italic;
}
#newsletter input :-moz-placeholder {/* Firefox 18- */
  color: var(--white);
  font-style: italic;
}
#newsletter .mid-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#newsletter {
  padding: 40px 0;
}
#newsletter input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 3px;
  border: none;
  margin: 0px;
  font-size: 18px;
}
#newsletter input[type="email"] {
    margin-top: 3px;
}
.news_content form p{
  position: relative;
}
/* --------- SLIDER--------- */
#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider img {
  width: 100%;
}
#slider h4 {
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0;
  font: 500 18px var(--common-font-l);
}
#slider h2 {
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0;
  font: 900 42px var(--common-font-m);
}
.slide_desc {
  color: var(--white);
  line-height: 26px !important;
  font: 400 16px var(--common-font-w);
  max-width: 500px;
  margin: 15px auto;
}
.slider-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
#slider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: center;
  left: 10%;
  right: 10%;
}
.inner_carousel {
  padding: 20px 20px;
}
#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 {
  padding: 22px 25px;
  background-color: var(--orange);
  font-size: 15px;
  color: var(--white);
}
#slider a i:focus, #slider a i:active, #slider a i:hover {
  background-color: #1942fa !important;
  color: #fff !important;
  border: none;
  transition: all 0.5s ease-out;
}
.inner_carousel h2 small {
  color: var(--white);
  display: block;
  margin-bottom: 20px;
}
#slider .carousel-indicators li {
  height: 15px;
  max-width: 15px;
  background-color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
}
#slider .carousel-indicators .active{
  background-color: var(--orange);
}
#slider .carousel-indicators {
  bottom: 1em;
}
/*Fade slider*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,.carousel-fade  .carousel-item-next.carousel-item-left,.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.theme_green_button {
    float: right;
}
#trending_product h3,#category h3,#latest_post h3 {
    float: left;
}
.media-body {
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-box-flex: 1;
}
.collection-content .theme_green_button {
    float: none;
}
.news_box_outer {
    position: relative;
}
.trending_col,.best_seller_col
{
  position: relative;
}
#latest_post h3 {
    float:left;
}
.product-thumb img {
    height: 271px;
    object-fit: cover;
}
#trending_product .rating_comment {
    margin-top: -10px;
}
#trending_product .comment-value
{
  margin-top: 7px;
}
#latest_collection .added_to_cart {
    padding: 5px 14px;
    display: table !important;
    margin-top: 10px;
}
#category .theme_green_button {
    background: white;
    color: #fff;
}
#category .owl-prev,#category .owl-next {
    background: white;
    color: #fff;
}
#category .section-title, #author .section-title {
    border-bottom-color: #e8856d;
}
#our_partners .owl-next,#our_partners .owl-prev {
  background: #ff3600;
}
.collectionbox-text p
{
  float: left;
}
#testimonials .owl-next
{
  background: #ff3600;
}
#newsletter input[type="submit"]
{
  background: white;
    color: #ff3600;
}
#testimonials .tesimonial_col img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
}