body {
    background-color: #fafafa;
}

.productName p,
.filterSection .filterInner label,
.productName p,
.asideHeadingSec h4 {
    font-size: var(--fs20);
}

.filtProductContant h5,
.filtProductContant p,
.filtRecommendedContant h5,
.ProductListBtnSec a,
.filterSection .filterInner .form-control {
    font-size: var(--fs16);
}

.productBox {
    background: #fff;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
    /*border: 1px solid transparent;*/
    transition: all 0.8s;
}
.productBox:hover{
/*border: 1px solid #ff8623;*/
}
.productName span {
    color:#586067;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: system-ui;
}
.productName p {
    line-height: 24px;
    font-size: 13px;
    font-weight: 500;
  /*  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
    font-family: system-ui;
}
.productImage img {
    width: 100%;
    object-fit: cover;
    height: 185px;
}
.view_btn span {
    display: block;
    border: 1px solid #ff8623;
    padding: 8px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-family: system-ui;
    background-color: #ff8623;
}
/*.productinner {
    min-height: 50px;
}*/
.datesection {
    padding: 10px 16px;
    display: flex;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(36,39,44,.15);
    text-align: right;
    justify-content: space-between;
    align-items: center;
    font-family: system-ui;
}
.datesection span {
    font-size: 13px;
    color: #5c5e56;
}
/*.productImage {
    padding: 20px;
}*/

.asideHeadingSec {
    background: linear-gradient( 90deg, rgb(2 47 135 / 80%) 35%, rgb(7 121 219 / 80%) 100%);
    padding: 10px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}


.filterProductsSection .filterProduct {
    border: 1px solid transparent;
}

.filtProductImage img {
    width: 100%;
    margin-right: 40px;
    object-fit: contain;
}

.filtProductImage {
    background: #f7f7f7;
    margin-right: 10px;
    width: 100px;
    display: flex;
    height: 100px;
}

.asideHeadingSec h4 {
    letter-spacing: 0.8px;
}

.filtProducts {
    padding: 5px;
    justify-content: space-between;
    background: transparent;
}

.filterSection .filterInner label {
    color: #2699fb;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

/*.productName p {
    color: #1b2e4b;
    line-height: 35px;
    letter-spacing: 0.5px;
}
*/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(27 46 75 / 80%);
    padding: 9px;
}

.overlay .text {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.overlay .text span {
    display: flex;
    align-items: center;
    font-size: var(--fs25);
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #2699fb;
}

.productBox:hover .overlay {
    opacity: 1;
}

.productBox:hover .productName p ,.productBox:hover .productName span{
    position: relative;
    z-index: 1;
    /*color:  #ff8623;*/
}

.filterInner {
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.4s ease;
}

.filtProductContant h5 {
    line-height: 20px;
    color: #1b2e4b;
}

.filtProductContant p {
    color: #586067;
    line-height: 30px;
}

.filtProductContant span i {
    color: #2699fb;
    margin-right: 6px;
}

.filtRecommended {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

.filtRecommendedContant h5 {
    color: #1b2e4b;
    line-height: 20px;
}

.filterTag .nav li a {
    border: 1px solid #ccc;
    margin: 8px;
    color: #586067;
    line-height: 30px;
    padding: 4px 35px;
    background: #fff;
}

.filterTag ul li a:hover {
    color: #388edc !important;
    border-color: #388edc;
}

.filterTag ul li a.active,
.filterTag ul li a.active:hover {
    background: #388fdd;
    color: #fff !important;
    border-color: #388edc;
}

.ProductListBtnSec a {
    padding: 6px 45px;
    border-radius: 50px;
    line-height: 35px;
    letter-spacing: 1.5px;
}
.filterSection {
    background-color: #fff;
     border: 1px solid transparent; 
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
}
.datesection .tagGold {
    background: linear-gradient( 90deg, rgb(176 94 33) 35%, rgb(255 134 35) 100%);
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    top: 15px;
    right: 15px;
    letter-spacing: 0.8px;
    padding: 3px 7px;
    text-align: center;
}
.productImage .otherTag {
    width: auto;
    height: auto;
    border-radius: 2px;
    padding: 2px 4px;
    background: #7fbc1e;
}
.newtopproduct {
    background: #fff !important;
    box-shadow: 0 1px 3px rgb(36 39 44 / 15%);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 15px;
}
.newtopproduct .asideHeadingSec {
    background: transparent;
    padding: 0;
    color: #0e0d0d;
    text-align: left;
    margin-bottom: 8px;
}
.newtopproduct .filtProducts {
    padding: 0;
}
.newtopproduct .asideHeadingSec h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.newtopproduct .filtProductImage img {
    width: 92px;
    margin-right: 5px;
    height: 64px;
    object-fit: cover;
}
.newtopproduct .filtProductImage {
    background: transparent;
    margin-right: 10px;
    width: auto;
    display: flex;
    height: auto;
}
.newtopproduct .filtProductContant h5, .newtopproduct .filtProductContant span i {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: system-ui;
    color: #24272c;
    line-height: 17px;
    font-weight: 500;
}
.newtopproduct .filtProductContant span {
    color: #ff8623;
    font-size: 12px;
    font-weight: 500;
}
.filterInner .form-control {
    font-size: 14px !important;
}

.filterInner .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 400;
}

.filterInner .select2-container .select2-selection--single span[title="All Category"],
.filterInner .select2-container .select2-selection--single span[title="All Sub Category"],
.filterInner .select2-container .select2-selection--single span[title="All Core Activity"],
.filterInner .select2-container .select2-selection--single span[title="All Activity"] {
    color: #737373;
}

/**/

#asideToggle {
    width: 28px;
    height: 30px;
    margin: 10px auto;
}

#asideToggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}

#asideToggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#asideToggle.on .two {
    opacity: 0;
}

#asideToggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}


/**/

.filtProductContant {
    width: calc(100% - 100px);
}


/****Responsive Css****/
@media(max-width: 1600px) {
    .filtProductContant h5, .filtProductContant span i {
    font-size: 12px;
}
.filterTag .nav li a {
    font-size: 14px;
}

    .filterInner .select2-container .select2-selection--single .select2-selection__rendered, .filterSection .filterInner label, .filterInner .form-control, .filterTag .nav li a{
        font-size: 13px !important;
    }
}
@media(max-width: 1400px) {
    .filterTag .nav li a {
        margin: 2px;
    }
    .filtProductImage img {
        width: 90px;
        margin-right: 20px;
    }
}

@media(max-width: 1200px) {
    .productName p,
    .filterSection .filterInner label,
    .productName p,
    .asideHeadingSec h4 {
        font-size: var(--fs18);
    }
    .filtProductContant h5,
    .filtProductContant p,
    .filtRecommendedContant h5,
    .ProductListBtnSec a,
    .filterSection .filterInner .form-control {
        font-size: var(--fs14);
    }

}



@media(max-width: 1199px) {
    .filterTag .nav li a {
        margin: 4px;
        padding: 4px 18px;
    }
    .filtProductContant span i {
        margin-right: 2px;
        font-size: 12px;
    }
    .productName p {
        font-size: 13px;
        line-height: 20px;
    }
    .filterInner .select2-container .select2-selection--single .select2-selection__rendered, .filterSection .filterInner label, .filterInner .form-control, .filterTag .nav li a{
        font-size: 13px !important;
    }
    .filtProductImage {
        width: 76px;
    }
    .filtProductImage img {
        width: 100%;
        padding: 4px;
    }
    .filtProductContant {
        width: calc(100% - 76px);
    }
    .filtProductContant h5 {
        font-size: 11px;
        line-height: 16px;
    }
}
@media(max-width: 575px) {
    .ProductListBtnSec a {
      padding: 6px 20px;
        line-height: 24px;
        font-size: var(--fs14);
    }
}
@media(max-width: 767px) {
    .filtProductImage {
        width: 100px;
    }
    .filtProductContant {
    width: calc(100% - 100px);
}
}
.incolpro {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/****Responsive Css****/
.productBox:hover {
    box-shadow: 0px 12px 20px 0px #e4e0e0;
}



.box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background-color: #ffffff9e;
    text-align:center;
    font-size: 35px;
    transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
  }
 .loader_box{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
 }
 .formInside {
  box-shadow: 0 1px 3px rgb(32 32 34 / 15%);
  background-color: #fff;
  /* overflow: hidden; */

}
[class*=loader-] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
  }
  
  .loader-01 {
    border: 3px dashed currentcolor;
    border-radius: 50%;
    -webkit-animation: 1s loader-01 linear infinite;
            animation: 1s loader-01 linear infinite;
  }
  .loader_box img {
    width: 170px;
}
  
  @-webkit-keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-01 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }