/* 
    Oxin24 Chlid Theme
    2022-05-05 added by Hadi Kiani
*/
.product-box .product-info h6{
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2; 
    -webkit-box-orient: vertical;
}

footer .sub-footer p{
    padding: 10px 0;
    text-align: center;
    font-size: 0.8rem;
}

.top-banner-oxin{
    width: 100%;
}
.title{
    -webkit-text-fill-color: #222;
}
.oxin-border{
    border-radius: 20px;
}
.oxin-border-offer{
    border-color: #000 !important;
}
.sale-shop{
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px;
    width: 100%;
    background: #EF3C51;
    color: #fff;
    border-radius: 0;
    text-align: center;
}
.special-offer{
    background:#EF3C51;
}
.special-offer .product-box .product-info h5, .oxin-border-offer .product-info h5{
    color: #EF3C51 !important;
}
.special-offer .title, .oxin-new-products .title, .product-wrapper-grid .title{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.special-offer h2 a, .product-wrapper-grid h2 a{
    color:white;
}
.special-offer .slick-next:before, .special-offer .slick-prev:before, .oxin-new-products .slick-next:before, .oxin-new-products .slick-prev:before{
    color: #fff !important;
}
.oxin-new-products{
    background: #02aa8f;
}
.special-offer .product-box .sales-label, .product-wrapper-grid .product-box .sales-label{
    bottom: 0;
    width: 100%;
    background: #000;
    top: unset;
    border-radius: 0;
    text-align: center;
}
.pageBody-style p{
    font-size: 1rem;
}
.search-result-title{
    width: 80%;
    font-size: 0.8rem;
}
.search-result-title span{
    font-size: 1rem;
    font-weight: bold
}
.product-wrapper-grid .product-box {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 16px;
    min-height: 315px;
}
.sort-options ul > li:hover, .sort-options ul > .listing-active{
    background-color: #02aa8f;
}
.link-list a.active-category{
    color: #02aa8f !important;
}
.slider-section .slick-slider .product-box{
    border: none;
}
.more-results a {
    color: #111;
    font-size: 1rem;
}
a{
    color: #111;
}
a:hover{
    color: #000;
}
.owl-carousel .owl-item img, .img-fluid{
    border-radius: 20px;
}
.banner-sec.landscape-layout .img-fluid {
    margin: 10px 0;
}
.slider-sides-banners img, .banner-sec.landscape-layout .img-fluid{
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.btn-solid{
    background-color: #02aa8f;
}
.add_to_cart .forget-class a{
    color: #02aa8f;
}
.body-product p{
    font-size: 1rem;
    line-height: normal;
}
.singleproduct-contentbox-header{
    background-color: #02aa8f;
}
.product-right h3{
    color: #02aa8f;
}
.product-box .product-info h5{
    color: #02aa8f;
}
.alert-warning{
    background-color: #02aa8f;
    color: #ffff;
}
.address-section{
    font-weight: bold;
}
.product-descr ul li {
  list-style: none;
  list-style-type: none !important;
}

.product-descr ul li::before {
  content: "\2022";
  color: #02aa8f;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
}
footer .sub-footer{
    background-color: #02aa8f;
}
footer .call-text .call-no{
    color: #02aa8f;
}
.profile-box-tabs .profile-box-tab,ul.profile-menu-items li.active-profile{
    background: #02aa8f;
}
a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 45px;
  left: 5px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.faq-section .accordion.theme-accordion .card .card-body p{
    letter-spacing: 0;
}
@media (max-width: 1199px){
    
    footer .call-us, footer .callus {
    margin-top: 20px !important;
    }
}
@media (max-width: 991px){
    .banner-sec.landscape-layout a div{
        margin: -5px;
    }
    .product-right h2 {
    line-height: normal;
    text-align: right !important;
    }
    .border-product {
    text-align: right !important;
    font-size: 1rem !important;
    line-height: normal;
    }
    .body-product .single-product-tables table {
    width: 100%;
    }
    .rtl .breadcrumb-item + .breadcrumb-item{
        text-align: right !important;
    }
    .page-title h1 {
    font-size: 20px;
    line-height: normal;
    }
    header.header-1 .brand-logo img{
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    }
}