.category-product-row{
    gap:50px 0px;
}
.inner-banner-wrapper{
    height: 724px;
}
.inner-banner-wrapper .banner-content-inner{
    max-width: 395px;
}
.inner-banner-wrapper .banner-content-h1{
    font-weight: 300;
    font-size: 40px;
    line-height: 52px;
}
.inner-banner-wrapper .banner-content p {
    font-size: 18px;
    line-height: 155%;
    font-weight: 300;
    margin: 0px;
}
.category_filter_bx{
    margin-bottom: 50px;
    position: relative;
}
.filters-header-trigger{
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    width: 178px;
    cursor: pointer;
}

.filters-wrapper {
    width: 100%;
    display: flex;
    gap: 39px;
    flex-wrap: wrap;
    align-items: center;
}
.filters-box-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}
.filters-header {
    display: flex;
    align-items: center;
    gap: 10px;
   margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.filters-box {
    width: 100%;
    border: 1px solid #D5D1CD;
    padding: 40px 59px;
    position: absolute;
    background-color: #fff;
    z-index: 999;
    top: 56px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s cubic-bezier(.26, .54, .32, 1) opacity, .3s cubic-bezier(.26, .54, .32, 1) visibility;
    transition: .3s cubic-bezier(.26, .54, .32, 1) opacity, .3s cubic-bezier(.26, .54, .32, 1) visibility;
}
.filters-box.active {
    opacity: 1;
    visibility: visible;
}
.filter-group {
    flex: 1 1 15%;
    max-width: 15%;
}

.filter-group .filter-group-h4 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}
.filter-group label {
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.filter-group input {
   position: absolute;
   width: 1px;
   height: 1px;
   visibility: hidden;
}
.filter-group label span{
    padding-left: 23px;
    display: flex;
}
.filter-group label span:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 100%;
}
.filter-group label input:checked + span:before{
    background-color: #000;
}
.filter-group label input:checked + span:after{
       content: "";
        position: absolute;
        width: 8px;
        height: 5px;
        border-color: #fff!important;
        border-left: 2px solid transparent;
        border-bottom: 2px solid transparent;
        transform: rotate(-45deg);
        top: 7px;
        left: 4px;
}
.filters-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
    gap: 44px;
}
.filters-footer a {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
}
.filter-group.filter-group-col-2{
    flex: 1 1 40%;
    max-width: 40%;
}
.filter-group.filter-group-col-2 .filter-group-content{
     display: flex;
    flex-wrap: wrap;
     gap: 0 33px;
}
.filter-group.filter-group-col-2 label {
    flex: 1 1 46%;
    max-width: 46%;
    width: 46%;
}
.triggerSpan {
    position: relative;
    display: inline-block;
    right: 24px;
    bottom: 9px;
}
.triggerSpan:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 10px;
    height: 2px;
    background-color: #000;
}
.triggerSpan:after{
   content: "";
    position: absolute;
    top: 6px;
    left: 14px;
    width: 2px;
    height: 10px;
    background-color: #000;  
}
.filters-header-trigger.active .triggerSpan:after{
    display: none;
}
.triggerSpan img{
    display: none;
}
.filters-selected-btn {
    display: flex;
    gap: 10px 17px;
    flex-wrap: wrap;
}
.filters-selected-btn .btn{
    border: 1px solid #D5D1CD;
    background-color: #fff;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    min-width: 178px;
    padding: 0 20px;
    border-radius: 90px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    height: 47px;
}
.filters-selected-btn .btn:hover{
    background-color: var(--secondary-color);
    color: #fff;
}
.filters-selected-btn .btn:hover img{
    filter: brightness(0) invert(1);
}
.filters-selected-btn .clearAll_btn_filter{
   background-color: inherit;
   border: 0px;
   border: none;
   color: #000;
   text-decoration: underline;
   padding: 0px;
   font-weight: 400;
   font-size: 18px;
}
.product_lock_card {
    position: relative;
}
.product_lock_thumbs {
   height: 1092px;
    width: 100%;
    overflow: hidden;
}
.product_lock_thumbs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.product_lock_card:hover .product_lock_thumbs img{
     -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product_lock_btn{
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 99;
}
.product_lock_btn .btn{
    height: 44px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 90px;
}
.product_lock_btn .btn:hover, 
.product_lock_card:hover .btn{
    background-color: var(--secondary-color);
    color: #fff;
    border-color: var(--secondary-color);
}
.product_lock_btn .btn:hover img, 
.product_lock_card:hover .btn img{
    filter: brightness(0) invert(1);
}





.category-product-row > div, 
.lock_shop_row > div, 
.lock_shop_row .row > div {
    padding-left: 4px;
    padding-right: 4px;
    margin: 0px;
}
.category-product-row, 
.lock_shop_row,
.lock_shop_row .row {
    margin-left: -4px;
    margin-right: -4px;
}
.category-product-row .row{
    gap: 50px 0px;
}
.lock_shop_row .product_thumbs .img-fluid{
   height: 420px;
}

/**start media**/
@media only screen and (max-width: 1700px) {
 .inner-banner-wrapper{
    height: 650px;
 }
}
@media only screen and (max-width: 1400px) {
.inner-banner-wrapper{
    height: 550px;
 }
}
@media only screen and (max-width: 1200px){
.filters-selected-btn {
    gap: 6px 9px;
}    
.filters-selected-btn .btn {
    min-width: 131px;
    padding: 0 10px;
    font-size: 15px;
    height: 34px;
}
.filters-selected-btn .btn img {
    width: 8px;
    height: auto;
}
.filters-wrapper{
    gap: 11px;
}    
.filters-selected-btn .clearAll_btn_filter{
    font-size: 16px;
}
.triggerSpan:before, 
.triggerSpan:after{
    display: none!important;
}
.triggerSpan img{
    display: block;
}
.triggerSpan .triggerSpan_close{
    display: none;
}
.filters-header-trigger.active .triggerSpan .triggerSpan_close{
    display: block;
} 
.filters-header-trigger.active .triggerSpan .triggerSpan_humb{
    display: none;
} 
.filters-header-trigger{
    min-width: 100px;
    width: auto;
    border: none;
    padding: 0;
}
.triggerSpan{
    position: static;
}
.filters-header-trigger{
  flex-direction: row-reverse;
  gap: 9px;
  justify-content: flex-end;
}
.filters-box{
    padding: 20px;
}
.filter-group .filter-group-h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.filter-group {
    flex: 1 1 30%;
    max-width: 30%;
}
.filter-group.filter-group-col-2 {
    flex: 1 1 100%;
    max-width: 100%;
}
.filter-group label input:checked + span:after {
    width: 8px;
    height: 4px;
    border-left: 1.5px solid transparent;
    border-bottom: 1.5px solid transparent;
    top: 8px;
    left: 4px;
}
.filter-group label{
    margin-bottom: 15px;
}
.category-product-row {
    gap: 30px 0px;
}
}
@media only screen and (max-width: 767px) {
.lock_shop_row .product_thumbs .img-fluid {
  height: 184px;
}
.product_lock_thumbs {
  height: 600px;
}
.filters-wrapper{
    align-items: baseline;
}
.inner-banner-wrapper .banner-content {
    text-align: left;
}
.inner-banner-wrapper .banner-content .container{
    justify-content: inherit;
}    
}

@media only screen  and (max-width: 700px){
/*.category_filter_bx {
    margin-bottom: 30px;
}  */ 
.inner-banner-wrapper {
        height: 515px;
 } 
.filters-box{
   top: 28px;
   padding: 40px 0px 0px;
        border: none;
}
.filter-group {
    flex: 1 1 100%;
    max-width: 100%;
    border-bottom: 1px solid #D5D1CD;
}
.filter-group.filter-group-col-2 label {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
}
.filters-box-grid {
    gap: 10px;
}
.filter-group-content {
   overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.4s ease, opacity 0.3s ease;
}
.filter-group.active .filter-group-content {
  height: auto;
  opacity: 1;
}
.filter-group .filter-group-h4 {
    padding: 8px 0 10px;
    cursor: pointer;
}
.filter-group .filter-group-h4{
    position: relative;
}
.filter-group .filter-group-h4::before,
.filter-group .filter-group-h4::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 8px;
  height: 1px;
  background: #9E9E9E;
}
.filter-group .filter-group-h4::before {
  right: 3px;
  transform: rotate(45deg);
  transform-origin: left center;
}
.filter-group .filter-group-h4::after {
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right center;
}
.filter-group.active .filter-group-h4::before {
  transform: rotate(-45deg);
}
.filter-group.active .filter-group-h4::after {
  transform: rotate(45deg);
}
.filter-group.active .filter-group-content {
    display: block !important;
    padding-bottom: 15px;
}
.category_filter_bx.active {
    position: fixed;
    top: 89px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    z-index: 999;
}
.category_filter_bx.active .filters-header-trigger{
   padding: 20px;
   width: 100%;
}
.category_filter_bx.active .filters-box{
   padding: 10px 10px;
   top: 47px;
}
.category_filter_bx.active .filters-box .filters-box-grid{
    padding: 0 10px;
    max-height: 300px;
    overflow: auto;
}
.filters-footer{
   margin-top: 73px; 
}
.filters-footer #clearAll{
    display: none;
}
.filters-footer .btn{
    width: 100%;
}
.filters-selected-btn .clearAll_btn_filter {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
}


.product_mini_cards .product_thumbs .img-fluid {
    height: 178px;
}
.product_mini_cards .product_btns .btn{
    height: 32px;
        font-size: 16px;
            min-width: auto;    
}
}

@media only screen and (max-width: 520px){
.product_lock_thumbs {
        height: 431px;
}
.product_lock_btn .btn {
    height: 38px;
    gap: 3px;
    padding: 0 13px;
    min-width: 155px;
    font-size: 16px;
} 
.product_lock_btn .btn img{
    width: 17px;
    height: auto;
}
  
}
