.accordion {
    
 
    font-weight: 500;
    font-size: 16px;
    border: solid 1px #101518;
    color: #000 !important;
    border-radius: 0px;
        background-color: #fff;
    -moz-border-radius: 0px;
    /*font-family: 'STIX Two Text',Arial,sans-serif;*/
    font-family: 'codeft',Arial,sans-serif;
    cursor: pointer;
    -webkit-border-radius: 0px;
    /* box-sizing: content-box; */
    max-width: fit-content;
    padding: 14px;
    margin-top: 16px;
}

.active, .accordion:hover {
  background-color: #000000 0.5;
}

.panel {
  /*padding: 0 18px;*/
  margin-top:16px;
  background-color: white;
  display: none;
  overflow: hidden;
}



.panel {
  /*padding: 0 18px;*/
  background-color: white;
  /*max-height: 0;*/
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.panel img {
    max-width: 88%;
}














.t-store__card__mark {
    
        background-color: #D9BB90 !important;
}
    
    
    .t-btn_sm {
    font-size: 16px;
}
    
    
    .t-store__filter__range_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #D9BB90 !important;
    border-radius: 4px;
}

    

    
/** CARD MARK **/

    .t-store__card__mark {
    color: #4a4a4a !important;
    background-color: #f9f9f9 !important;
    border: 1px solid #f0f0f0 !important;
    /*display:none !important;*/
}
   
   
   .js-store-buttons-wrapper .t1002__addBtn {
    border: 1px solid #d7d7d7 !important;
    margin-left: 10px !important;
        border-radius: 0px !important;
}

   .t-store__prod-popup__btn .t1002__addBtn {
    border: 1px solid #d7d7d7 !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
        border-radius: 0px !important;
}


.t-menuwidgeticons__icon-counter {

    background-color: #ddbe90 !important;

}


     @media screen and (max-width: 640px) {


    .t-slds__items-wrapper {
        
        height: 440px !important;
        
    }
    
   .t-slds__main .t-slds__bgimg {
    padding-bottom: 1% !important;
    min-height: 440px !important;
    background-position: top;
}

}

  @media screen and (min-width: 641px) {


    .t-slds__items-wrapper {
        
        height: 540px !important;
        
    }
    
   .t-slds__main .t-slds__bgimg {
    padding-bottom: 1% !important;
    min-height: 540px !important;
    background-position: top;
}

}


.js-product .t-product__option-variants_buttons .t-product__option-checkmark_color {

    border-radius: 0px !important;
}

.js-product .t-product__option-variants_buttons .t-product__option-input:checked+.t-product__option-checkmark_color:before {

    border-radius: 0px !important;
}



.t-store .t-store__filter__item_custom .t-store__filter__custom-sel_buttons .t-store__filter__checkmark_color, .t-store .t-store__filter__item_custom .t-store__filter__checkbox_buttons .t-store__filter__checkmark_color {
    border-radius: 0px !important;

}

.t-checkbox__indicator {

    border: 1px solid #c3c3c3 !important;
    border-radius: 4px !important;

}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #c3c3c3 solid;
    border-radius: 4px;
     background: #fff !important;

}