/*error*/
.error {
    padding: 5px;
    margin: 5px 0px;
    border: solid 1px #FBD3C6;
    background: #FDE4E1;
    color: #CB4721;
    line-height: 25px;
    /*border-radius: 5px !important;*/
    clear: both !important;
}

.success {
    padding: 5px 25px !important;
    border: solid 1px #C0F0B9 !important;
    background: #D5FFC6 !important;
    color: #48A41C !important;
    /*border-radius: 5px !important;*/
    clear: both;
    margin-bottom: 5px !important;
}

.form-control.alert {
    border: solid 1px #FBD3C6 !important;
    color: #CB4721 !important;
    direction: rtl !important;
    text-align: right !important;
}

.form-control.alert:focus {
    border: solid 1px #FBD3C6 !important;
}

.img-responsive {
    display: inline;
    vertical-align: middle;
}
/*error*/

/***********lazyLoad************/
.lazyLoad {
    opacity: 0;
    transition: all 500ms;
}

.fadeLazy {
    opacity: 1.0;
    transition: all 500ms
}

.product-shine-loading {
    width: 297px !important;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
    height: 398px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

@media only screen and (max-width: 767px) {
    .product-shine-loading {
        width: 200px !important;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
        background: #eee;
        background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
        border-radius: 5px;
        background-size: 200% 100%;
        -webkit-animation: 1.5s shine linear infinite;
        animation: 1.5s shine linear infinite;
        height: 208px !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

/***********lazyLoad************/

/* -------------snap styles -------------- */
@media only screen and (max-width: 767px) {
    .mobile-span-mobile {
        height: auto !important;
    }
}
.span-flex {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
    gap: 16px;
    line-height: 10px;
}
@media screen and (max-width:567px) {
    .span-flex {
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 0;
        gap: 8px;
        line-height: 20px;
    }
}
/* -------------snap styles -------------- */



.blogInfoBox__content--desc{
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}
.blogItems__content--details .blogTags{
    padding: 0 5px;
}

/* ------------------------------------------- */
.componentsBlockArrow:after{
    color: #fff !important;
    
   
}

.componentsBlockArrow{
left: 0 !important;
}

#homeFixedIconsInnerBox2.active{
    z-index: 0;
}

@media only screen and (max-width: 767px) {
  #footer .footerWrap__titles {
 display: flex;
 align-items: center;
 justify-content: space-between;
  }
  .productInfoTab .tabs ul li a i{
    margin-left: 3px;
  }
   .productInfoTab .tabs ul li {
    margin: 0 5px;
  }
}

.breadcrumbs .breadcrumb{
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.faqLink li{
    display: inline-block;
    margin-left: 10px;
}

.faqLink{
     white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;  
    margin-bottom: 20px;
}
.faqLink li a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
    height: 40px;
    border: 1px solid #d9d9d9;
}
.faqPage__link.active{
    background-color: #000d7d;
    color: #fff;
    border-color: #000d7d;
}