.footer-descr h1 {
    font-size: 24px;
}
.footer-descr h2 {
    font-size: 22px;
}
.footer-descr h3 {
    font-size: 20px;
}
.footer-descr h4 {
    font-size: 18px;
}
.footer-descr h5 {
    font-size: 16px;
}
.call-to-us {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #e10000;
    padding: 13px 15px;
    border-radius: 50%;
}
.call-to-us i {
    color:#fff;
    font-size: 25px;
}
.footer-social {
    margin-top: 13px !important;
}
footer .sub-footer {
    background-color: #54d35d;
}
footer .sub-footer a {
    color: #fff;
}
header .mobile-fix-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  header .mobile-fix-header {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 50px;
    background-color: #ffffff;
    width: 100vw;
    z-index: 9;
    -webkit-box-shadow: 0 2px 5px 0 #a8a8a8;
    box-shadow: 0 2px 5px 0 #a8a8a8; }

  header .mobile-fix-header{
    top: 0;
    bottom: inherit !important;
    background-color: #54d35d !important;
  }
  header .mobile-icon,header .mobile-icon-search{
  display: inherit;
  }
  header.header-1 i{
    color: #fff !important;
    font-size: 22px;
  }
  header .header-content{
    display: none;
  }
  section.breadcrumb-section {
    margin-top: 50px;
  }
  section.section-b-space.ratio_square{
    margin-top: 50px;
  }
  .slider-bg.slider-bg-2{
    margin-top: 50px;
  }
}
.logo-mobile-da {
    float: right;
    margin-right: 20px;
}
.search-mobile-da {
    float: left;
    margin: 13px 18px;
    cursor: pointer;
}
.cart-mobile-da {
    float: left;
    margin: 13px 18px;
    cursor: pointer;
}
.account-mobile-da {
    float: left;
    margin: 13px 18px;
    cursor: pointer;
}

.mobile-menu-da .toggle-nav {
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    position: inherit !important;
    margin-left: 23px;
    padding: 0 !important;
    margin: 13px;
}
.mobile-menu-da .toggle-nav i {
    font-size: 22px;
    color: #fff !important;
}
.mobile-menu-da {
    float: left;

}


.mobile-fix-header .search-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: white;
    -webkit-animation: fadeIn 300ms ease;
    animation: fadeIn 300ms ease;
}
.mobile-fix-header .search-overlay > div {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


header .search-bar .search__input{
  border-radius: inherit !important;
}
header .search-bar .search-icon{
  border-radius: inherit !important;
}


#Mainslider .owl-prev i {
    font-size: 70px;
    color: #fff;
}
#Mainslider .owl-next i {
    font-size: 70px;
    color: #fff;
}
#Mainslider .owl-next {
    position: absolute;
    left: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}
#Mainslider .owl-prev {
    position: absolute;
    right: 40px;
    top: 40%;
    opacity: 0;
    background: inherit !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    z-index: 100;
}

#Mainslider:hover .owl-prev{
  right: 5px;
  opacity: 0.6;
}
#Mainslider:hover .owl-next{
  left: 5px;
  opacity: 0.6;
}
#Mainslider .owl-prev:focus {
    outline: 0 !important;
}
#Mainslider .owl-next:focus {
    outline: 0 !important;
}
.mb0{margin-bottom: 0 !important;padding-bottom: 0 !important;}
.mt10{margin-top: 10px; }
.mt20{margin-top: 20px; }
.mt40{margin-top: 40px; }
.mt60{margin-top: 60px; }
.mb10{margin-bottom: 10px; }
.mb20{margin-bottom: 20px; }
.mb40{margin-bottom: 40px; }
.mt60{margin-bottom: 60px; }
.p0{padding: 0;}
.pt0{padding-top: 0;}


.slider-section .slick-slider .product-box{
  border-right: inherit !important;
}
.blog-box .media .media-body {
    padding-right: 10px;
}
.blog-box .media img {
    max-width: 100%;
    height: auto;
    margin-right: inherit !important;
}
.blog-box .media a.img-blog-post {
    width: 50%;
}
.product-box .img-block {
    position: relative;
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #F8463F;
    right: 0;
    z-index: 1;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 12px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 50px;
  color: #fff;
      z-index: 1;
}

.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
 z-index: 1;
}
.product-right.product-form-box h4 span {
    background-color: #F8463F;
    color: #fff;
    padding: 0px 6px;
    margin-right: 10px;
    font-size: 14px;
}
.footer-section {
    background-color: #f6f6f6;
}
.shop-search .search-icon{
  border-radius: 0;
}
.shop-search .form-control {
    border-radius: 0;
}
.collection-product-wrapper .product-top-filter {
    border: inherit !important;
}

.sort-options ul > .listing-active {
    background-color: #54d35d;
    padding: 2px 17px;
    color: #fff;
}
.sort-options ul > li:hover {
    background-color: #54d35d;
    color: #fff;
}
.collection-product-wrapper {
    text-align: right;
}
.collection-filter-block {
    background-color: #f6f6f6;
}
.breadcrumb-section .breadcrumb{
  -webkit-box-pack: inherit !important;
  -ms-flex-pack: inherit !important;
  justify-content: inherit !important;
}
.breadcrumb-section .page-title{
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
      align-items: inherit !important;
      -webkit-box-pack: inherit !important;
      -ms-flex-pack: inherit !important;
      justify-content: inherit !important;
}
.product-right.product-form-box {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 50px;
}
span.auth-modal {
    color: #3636ef;
    cursor: pointer;
}


.product-box .img-block .out-of-stock {
    filter: grayscale(1);
}

.out-of-stock-label {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  background-color: #939393;
  color: #fff;
  padding: 1px 5px;
  font-size: 12px;
  height: 26px;
  width: 125px !important;
  text-align: center;

}
.category-meta {
    float: right;
}
.category-meta .seperator:last-child{
  display: none;
}
.brand-meta {
    float: left;
}
.border-product.product-meta {
    /*min-height: 90px;*/
    display:flex;
}
p.product-sku {
    text-align: center;
    margin-bottom: 18px;
}
span.blog-date {
    padding: 3px 6px;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #54d35d;
    color: #fff;
    border-radius: 0 0 15px 0;
}
.blog-boxm div h4 {
    color: #54d35d;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 4px;
   
}

.blog-boxm ul.post-social {
    text-align: right !important;
    padding-bottom: 10px;
    color: #a3a3a3;
}
a.blog-image.bg-size{
  position: relative;
}
.blog-boxm p {
    font-size: 13px;
}
.blog-boxm {
    border: 1px solid #e9e9e9;
    min-height: 345px;
     margin-bottom:25px;
}
.blog-boxm div {
    padding: 20px;
}
button.btn.btn-solid {
    border-radius: inherit;
    background-color: #54d35d;
}
.btn-solid:hover{
  -webkit-transition: inherit !important;
    transition: inherit !important;
}
.btn-solid{
  -webkit-transition: inherit !important;
    transition: inherit !important;
}
.contact-detail ul li {
    text-align: right;
    display: inherit;
    margin-bottom: 38px;
}
.contact-icon h6 {
    float: right;
    padding-right: 10px;
    font-weight: bold;
    color: #000;
}
.contact-icon {
    display: inline-block;
}
.contact-icon i {
    float: right;
}
.contact-detail h4 {
    font-size: 23px;
    letter-spacing: normal;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.contact-page .theme-form input {
    border-radius: 11px;
    margin-bottom: 12px;
}
@media (max-width: 576px){
  section.hidden-xs {
      display: none;
  }
}
.btn-solid {
    border-radius: 0;
}
a.btn.btn-solid.btn-block.btn-solid-sm.view-cart {
    background-color: #05ce02;}


header.header-1 .pixelstrap.sm-horizontal > li > a, header.header-1 .pixelstrap.sm-horizontal > li > a:hover, header.header-1 .pixelstrap.sm-horizontal > li > a:focus, header.header-1 .pixelstrap.sm-horizontal > li > a:active {
    padding: 14px 30px 14px 0 !important;
}
ul#main-menu li > a > i {
    font-size: 9px;
}

section.tab-product > div > h4 {
    background-color: #4bc353;
    color: #fff;
    padding: 10px !important;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.product-right.product-form-box h3 {
    color: #4bc353;
    font-weight: bold;
}
.body-product ul li {
    padding-bottom: 10px;
    margin-right: 16px;
}

.body-product h3 {
    margin-bottom: 25px;
}

.body-product {
    padding: 37px;
}
.body-product table {
    width: 60%;
}
.body-product p {
    font-size: 14px;
    line-height: 30px;
}

section.intro-singleeproduct {
    background-color: #f8f8f8;
}

section.intro-singleeproduct .start-singleproduct {
    background-color: #fff;
}
.start-singleproduct {
    padding: 40px 50px;
}
.tab-border{
    border:inherit !important;
}
.nav-material > .active {
    min-height: 260px;
}
.singlepr-comment {
    background-color: #fff;
    padding: 30px;
}


.singlepr-comment h4 {
    color: #4bc353
}

section.tab-product .tab-border {
    background-color: #fff;
}
section.tab-product .tab-content {
    background-color: #fff;
}
.singlepr-comment h4 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
}
.product-similar {
    background-color: #fff;
    padding: 30px;
}
.product-similar h4 {
    font-size: 20px;
    font-weight: bold;
    color:#4bc353;
}