/* product page css */
    
.product-page .banner-section .banner-wrap {color: #fff;width: 100%;text-align: center;margin: 0 auto;position: relative;}
.product-page .banner-section {position: relative;padding: 150px 0 100px;background-image: url(../images/Home-Hero-test.jpg);background-size: cover;background-position: center;}
.product-page .banner-section:before {position: absolute;width: 100%;height: 100%;content: " ";background-color: rgb(0 0 0 / 50%);top: 0;}
.product-page .banner-section .banner-wrap .cta-wrap {margin: 30px 0 0;}
.product-page .row {width: 100%;margin: 0 auto;}
    
/* product page css */

/* top filter */

.filter-section .top-filter-wrap {padding: 30px;background-color: #00954c;color: #fff;}
.filter-section .top-filter-wrap .row-section {display: flex;align-items: center;justify-content: space-between;}
.filter-section .dropdown, .filter-section .dropdown:hover {-webkit-appearance: none;-moz-appearance: window;padding: 5px 35px 5px 15px;border: none;background-image: url("../images/down-arrow.png");background-repeat: no-repeat;background-position: 90% 55%;background-size: 15px;width: 135px;background-color: #fff;cursor: pointer;color: #000 !important;letter-spacing: 1px;font-size: 15px;font-weight: 500;font-family: 'MuseoSans500';}
.filter-section select#main-menu-dropdown {width: 180px;}
/* product page css */
    
.product-page .select-dropdown {position: relative;display: inline-block;max-width: 100%;}
.product-page .select-dropdown-button::focus {outline: none;}
.product-page .select-dropdown-list {position: absolute;display: block;left: auto;right: 0;overflow: auto;margin: 0;padding: 0;list-style-type: none;opacity: 0;transform-origin: top left;transform: scale(1, 0);transition: all ease-in-out 0.3s;z-index: 2;padding: 15px;background-color: #fff;box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);width: 200px;border-radius: 15px;margin-top: 10px;}
.product-page .select-dropdown-list.active {opacity: 1;pointer-events: auto;transform: scale(1, 1);}
.product-page .select-dropdown-list-item {display: block;list-style-type: none;cursor: pointer;transition: all ease-in-out 0.3s;text-align: left;font-size: 14px;padding: 5px 0;}
    
    
.filter-section button {cursor: pointer;font-weight: 500;border: 2px solid #00954c;background-color: #fff;padding: 5px 20px;border-radius: 25px;}
.filter-section button:hover {border: 2px solid #DAC554;}
.filter-section .top-filter-btn p span {display: block;}
.filter-section .top-filter-btn p span.yellow-text {
    color: #DAC554;
    text-transform: uppercase;
    line-height: 1.2;
}
.filter-section .left-wrap .filters-wrap:first-child p, .filter-section .left-wrap .filters-wrap:first-child a {display: inline-block;vertical-align: middle;text-align: left;}
.filter-section .left-wrap .column-wrap, .filter-section .right-wrap .column-wrap {display: flex;align-items: flex-end;justify-content: space-evenly;text-align: center;}
    
.product-page .filter-section .top-filter-wrap {background-color: #00954c;padding: 15px;}
.product-page .filter-section .row .left-wrap .filters-wrap, .product-page .filter-section .center-wrap .top-filter-btn {display: inline-block;vertical-align: middle;}
.product-page .filter-section .user-btn i {margin: 0 5px;;font-size: 22px;color: #DAC554;}
.product-page .filter-section .column-wrap p {font-size: 16px;color: #fff;font-weight: 500;text-align: center;margin: 0;}
.product-page .filter-section .column-wrap p.filter-title {text-align: center;text-transform: uppercase;margin-bottom: 10px;font-size: 12px;font-family: 'MuseoSans700';}
.product-page .filter-section .center-wrap .top-filter-btn {margin: 0 5px;}
.product-page .filter-section .center-wrap .top-filter-btn img {margin-right: 2px;}
.product-page .filter-section .user-btn, .filter-section button.product-filter {background-color: transparent;border: none;color: #DAC554;padding: 5px;text-decoration: none;display: inline-block;}
.product-page .filter-section .bottom-cta-wrap a.green-btn {font-family: 'MuseoSans700';letter-spacing: 1px;}
.product-page .filter-section .right-wrap .searchbar input#searchinput {padding: 5px 0 5px 35px;border-radius: 20px;border: 1px solid #fff;width: 100%;color: #000;font-weight: 500;}
.product-page .filter-section .right-wrap .searchbar {width: 100%;max-width: 180px;position: relative;margin: 0 auto 5px;}
.product-page .filter-section .center-wrap .filters-wrap {border-right: 1px solid #DAC554;border-left: 1px solid #DAC554;}
.product-page .filter-section .right-wrap .column-wrap p.filter-title {margin-bottom: 10px;}
.product-page .filter-section .top-cart-btn {background-color: rgb(55 55 55 / 60%);border-radius: 5px;padding: 10px 5px 5px;}
.filter-section .middle-filter-wrap .product-filter-card a {text-decoration: none;}
.filter-section .middle-filter-wrap .product-filter-card img {    width: 100%;
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
     background-color: #fff; 
    padding: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(255,255,255,0.3);
    -moz-box-shadow: 0px 0px 20px -5px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 20px -5px rgba(255,255,255,0.3);
    margin-top: 20px;
}
.filter-section .middle-filter-wrap {background-color: #f2f2f2;padding: 30px 0 30px;text-align: center;position: relative;z-index: 0;}
.filter-section .middle-filter-wrap .product-filter-card h3 {font-size: 18px;color: #00954c;margin: 20px auto;font-family: 'MuseoSans700';text-transform: none;}
.filter-section .middle-filter-wrap.black-bg .product-filter-card h3 {
    color: #fff;
}
.cat-title {
    color: #fff;
}

.catergory-title-sect p {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.6;
}

.catergory-title-sect {
    margin-bottom: 15px;
    text-align: center;
}
.product-page .filter-section .searchbar i {font-size: 16px;margin: 0 2px;color: #00954c;}
.product-page .bottom-filter-content {justify-content: space-between;}
.product-page .products-section {padding: 50px 0;width: 100%;margin: 0 auto;}
.product-page .bottom-filter-wrap {margin: 30px auto;width: 100%;}
.product-page .bottom-filter-wrap .sub-filter-btn svg {width: 100%;max-width: 30px;}
.product-page .bottom-filter-content, .bottom-left-filters, .bottom-right-filters {display: flex;align-items: center;}
.product-page .filter-section button.pop-up-filter-btn {padding: 10px;border-radius: 30px;}
.product-page .products-list-wrap .product-card img {max-width: 200px;}
.product-page .sub-filter-btn .dropdown {position: relative;color: #000 !important;padding: 5px 20px;}
.product-page .sub-filter-btn .dropdown .dropdown-list {width: 200px;padding: 12px;background: #fff;position: absolute;top: 30px;left: 10px;right: 0;box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);transform-origin: 50% 0;transform: scale(1, 0);transition: transform 0.15s ease-in-out 0.15s;/* overflow-y: scroll; */z-index: 1;display: none;}
.product-page .sub-filter-btn .dropdown .dropdown-option {display: block;opacity: 0;transition: opacity 0.15s ease-in-out;padding: 5px;}
.product-page .sub-filter-btn .dropdown .dropdown-label {display: block;padding: 6px 12px;line-height: 1;cursor: pointer;margin: 0;}
.product-page .sub-filter-btn .dropdown.on .dropdown-list {transform: scale(1, 1);transition-delay: 0s;display: block;}
.product-page .sub-filter-btn .dropdown.on .dropdown-list .dropdown-option {opacity: 1;transition-delay: 0.2s;}
.product-page .sub-filter-btn .dropdown [type=checkbox] {position: relative;top: 2px;margin-right: 5px;width: 15px;height: 15px;}
.product-page .sub-filter-btn {margin: 0 10px;}
.product-page .owl-nav {position: absolute;top: 30%;width: 100%;}
.product-page .owl-nav button span {font-size: 50px;position: absolute;top: -5px;line-height: 1;left: 0;right: 0;width: 100%;}
.product-page .filter-section .product-details-section .column-wrap p {text-align: left;font-size: 15px;}
.product-details-section .product-details-wrap .content-wrap h3 {font-size: 20px;}
.product-page .product-card {margin: 10px 0;}
.product-card-wrap {border-radius: 20px; box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2); padding: 15px; height: 100%;position: relative;}
.product-page .product-card .product-desc p.tag-text span {background-color: #00954c;padding: 5px 15px 6px;color: #fff;font-size: 12px;border-radius: 20px;}
.product-page .product-card h4.item-name {font-size: 18px;line-height: 1.4;margin: 10px 0;text-transform: none;}
.product-page .product-card p {margin: 0;font-size: 15px;}
.product-page .product-card .front-view img {height: 200px; object-fit: contain; object-position: center;}
.product-page .product-card .front-view button.add-prod {position: absolute;right: 10px;padding: 3px 12px;font-size: 20px;box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);border: none;top: 10px;}
.product-page .product-card .front-view .add-prod .select-text {display: none;font-size: 16px;margin-left: 3px;}
.product-page .product-card .product-card-wrap .back-view {position: absolute;top: 0;background-color: #fff;height: 100%;visibility: hidden;width: 100%;text-align: center;padding: 20px;left: 0;border-radius: 20px; display: flex; align-items: center; justify-content: center;}
.product-page .product-card.active .product-card-wrap .back-view, .product-page .product-card.active .product-card-wrap .back-view .product-desc {visibility: visible;}
.product-page .product-card .product-count {display: flex;align-items: center;justify-content: space-evenly;padding: 0 10px;}
.product-page .product-card input.number-product {width: 100%;max-width: 35px;margin: 0 5px;text-align: center;border: none;outline: none;background: transparent;-moz-appearance: textfield;}
.product-page .product-card input.number-product::-webkit-outer-spin-button, .product-page .product-card input.number-product::-webkit-inner-spin-button {-webkit-appearance: none;}
.product-page .product-card .button-count {cursor: pointer;padding: 0;font-size: 25px;border: none;}
.product-page .product-card button.add-cart, .product-page .product-card button.confirm-cart {right: 0;position: absolute;bottom: 0;left: 0;margin: 0;width: 100%;background-color: #f2f2f2;border-radius: 0 0 20px 20px;padding: 10px 0;text-transform: uppercase;border: none;}
.product-page .owl-nav button {background-color: #f2f2f2 !important;width: 50px;height: 50px;position: absolute;left: 0;}
.product-page .owl-nav button.owl-next {right: 0;left: auto;}
.product-page .owl-nav button.owl-prev.disabled span, .product-page .owl-nav button.owl-next.disabled span {opacity: 0.2;}
.product-page .product-card p.price-details {padding: 30px 0 10px;text-align: right;}
.product-page .products-section .owl-slider {margin-top: 30px;margin-bottom: 15px;}
.product-page .product-card button.confirm-cart {bottom: 0; position: relative; width: 100%;margin: 0 auto;max-width: max-content;padding: 10px 20px;text-transform: none;border-radius: 25px;background-color: #00954C;color: #fff;}
.product-page .product-card .weight-count button span, .product-page .product-card .weight-count button {display: block;width: 100%;font-size: 12px;}
.product-page .product-card .weight-count {margin: 15px 0 5px;}
.product-page .product-card .weight-count button {border: 1px solid #EFE091;margin: 5px 0;}
.product-page .product-card button.flip-btn.back-flip {margin-bottom: 0;border: none;position: absolute;top: 20px;left: 10px;padding: 5px;}
.product-page .product-card button.flip-btn.back-flip img {margin-bottom: 0;}
.product-page .products-title {text-transform: uppercase;font-weight: 700;}
.product-page .carousel-wrap {/*margin-bottom: 30px;*/}
.product-page .title-wrap {display: flex;align-items: center;justify-content: space-between;padding: 0 15px;}
.product-page .title-wrap a.green-btn, .product-page .title-wrap a.green-btn:hover {color: #000 !important;}
.product-page .filter-section a.green-btn {background-color: #fff;padding: 5px 15px;color: #000 !important;font-family: 'MuseoSans500';font-weight: 500;}
.product-page .product-card a {text-decoration: none;color: #000;}
/*.product-page .grid-view-wrap .product-card {display: inline-block;width: 100%;max-width: 250px;}*/
.product-page .products-list-wrap .product-card .product-top-wrap, .product-page .products-list-wrap .product-card.active .product-bottom-wrap {display: flex;align-items: center;justify-content: space-between;padding: 15px 20px;}
.products-list-wrap .product-card img, .products-list-wrap .product-card .content-wrap {display: inline-block;vertical-align: middle;width: auto;}
.product-page .banner-section .banner-wrap h1 {margin-bottom: 10px;}
.product-page .banner-section .banner-wrap p {font-size: 18px;}
.products-list-wrap .product-card .content-wrap {margin-left: 20px;}
.product-page .products-list-wrap .product-card button.confirm-cart {position: static;}
.product-page .products-list-wrap .price-content {display: flex;align-items: center;}
.product-page .products-list-wrap .product-card .product-bottom-wrap {padding: 15px 20px;background-color: #f2f2f2;border-radius: 0 0 20px 20px;display: none;}
.product-page .products-list-wrap .product-card .close-btn svg {width: 100%;max-width: 25px;cursor: pointer;}
.product-page .products-list-wrap .product-card {margin: 20px 0;padding: 0;}
.product-page .product-card .product-card-wrap .back-view .product-desc {margin: 0;text-align: left;padding-top: 15px;}
.product-page .product-card .product-card-wrap .back-view .product-desc p {display: none;}

/* List view desing */
.list-views .products-grid-wrap .product-card {width: 100%;}
.list-views .products-grid-wrap .product-card .front-view {
    display: flex;
    align-items: center;
    position: relative;
}
.list-views .products-grid-wrap .product-card .front-view .add-prod {
    top: 50%;
    transform: translateY(-50%);
}
.list-views .products-grid-wrap .product-card .front-view img {
    width: 250px;
    height: 250px;
}
.list-views .products-grid-wrap .product-card .front-view .product-desc {
    margin: 0 0 0 15px;
    padding-right: 75px;
}
.list-views .products-grid-wrap .product-card .front-view .product-desc .price-details {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
}
.list-views .products-grid-wrap .product-card .back-view {
    height: auto;
    top: auto;
    bottom: 0;
    background-color: #f2f2f2;
    border-radius: 0;
}
.list-views .products-grid-wrap .product-card .back-view form.add-to-cart {
    width: 100%;
}
.list-views .products-grid-wrap .product-card .back-view .product-desc {
    display: flex;
    align-items: center;
    justify-content: end;
    width: calc(100% - 100px);
    padding-top: 0;
}
.list-views .products-grid-wrap .product-card .back-view .product-desc .flip-btn.back-flip {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.list-views .products-grid-wrap .product-card .back-view .product-desc p, .list-views .products-grid-wrap .product-card .back-view .product-desc .item-name {
    display: none;
}
.list-views .products-grid-wrap .product-card .back-view .product-desc .weight-count {
    margin: 0;
}
.product-page .product-card .back-view .product-count {
    justify-content: center;
}
.list-views .products-grid-wrap .product-card .back-view .confirm-cart {
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.list-views .products-grid-wrap .product-card .back-view .product-desc .radio-group .golden-bg-btn {margin-right: 5px;margin-left: 5px;max-width: 140px;}
.list-views .products-grid-wrap .product-card .back-view .product-desc .radio-group .golden-bg-btn:last-child {margin-bottom: 0;}

#filterModal .modal-content {
    background: #000;
}
#filterModal .modal-dialog {max-width: 70%;margin: 35px auto 10px;}
#filterModal button.deselect-btn {padding: 0;font-weight: 400;position: relative;background-color: transparent;color: #fff;}
#filterModal button.deselect-btn:after {position: absolute;content: " ";border-bottom: 1px dashed #fff;padding: 5px;width: 100%;left: 0;bottom: 0;}
#filterModal .filter-title {font-size: 1.5rem;color: #fff;}
#filterModal .buttons-wrap {margin: 20px;}
#filterModal .buttons-wrap button {display: inline-block;border: 1px solid #00954C;margin: 10px;}
#filterModal .modal-filter-card {padding: 20px;position: relative;}
#filterModal .modal-filter-card:after {position: absolute;content: " ";background: #DAC554;width: 100%;padding: 0.5px;left: 0;bottom: 0;}
#filterModal .modal-body {padding: 0;}
#filterModal .modal-header {border: none;}
#filterModal .modal-footer {justify-content: space-evenly;border: none;}
#filterModal .modal-footer button.filter-ctrl-btn {border: 1px solid #DAC554;max-width: 250px;width: 100%;padding: 10px;}
#filterModal .modal-footer button.filter-ctrl-btn.show-btn {background-color: #DAC554;}
#filterModal .checkboxes-item {display: inline-block;margin: 10px 0;font-size: 16px;font-weight: 600;vertical-align: middle;width: 100%;max-width: 200px;}
#filterModal .checkboxes-item input, #filterModal .checkboxes-item label {margin: 0;display: inline-block;vertical-align: middle;position: relative;cursor: pointer;color: #fff;}
#filterModal .checkboxes-item input {padding: 0;height: initial;width: initial;margin-bottom: 0;display: none;cursor: pointer;}
#filterModal .modal-header .close, #filterModal button.deselect-btn {border: none;}
#filterModal .checkboxes-item label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #00954C;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;bottom: 1px;
}
#filterModal .checkboxes-item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #00954C;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.grid-view {text-align: center;}
.grid-view .product-desc, .owl-carousel .product-desc {text-align: left;margin-top: 15px;}
.radio-group label span {font-size: 14px;font-weight: 600;padding: 8px 20px;width: 100%;display: block;border-radius: 25px;line-height: 1.5;border: 2px solid #DAC554; position: relative; z-index: 1;}
#filterModal .button-group-pills .btn.weight-btn {padding: 0;}
#filterModal .button-group-pills.radio-group input:checked + span {background-image: none;}
.radio-group label input {position:absolute;bottom: 10px;opacity: 0;}
.radio-group input:checked + span { /*background-image: linear-gradient(180deg, #F2E36C 0%, #C38437 100%);*/width: 100%;background-color: #DAC554;}
.cart-modal .modal-header {text-align: center;display: block;border: none;}
.cart-modal .radio-group {
    margin: 0 0 30px 0;
    text-align: center;
}
.radio-group label.golden-bg-btn {max-width: 180px;width: 100%;border-radius: 25px;position: relative;cursor: pointer;margin-bottom: 7px;background-color: transparent;}
.cart-modal .product-card {box-shadow: none;padding: 0;}
.cart-modal  .product-top-wrap {padding: 10px !important;}
.cart-modal .modal-footer {text-align: center;display: block;}
.cart-modal .modal-footer h5 {display: flex;align-items: center;justify-content: space-between;margin: 20px 0;}
.cart-modal .modal-footer button.close {float: none;border: none;font-size: 16px;text-decoration: underline;margin: 20px 0;background-color: transparent;}
.cart-modal h5 {display: flex;align-items: center;justify-content: space-between;margin: 20px 0;}
.cart-modal .products-list-wrap .product-card img {
    max-width: 100px;
}
.cart-modal .estimate-footer button.close {float: none;border: none;font-size: 16px;text-decoration: underline;margin: 20px 0;background-color: transparent;color:inherit;}

.cart-modal .product-card .product-desc p.tag-text span {
    background-color: #00954c;
    padding: 5px 15px 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
}    
.cart-modal .product-card h4.item-name {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0;
    text-transform: none;
    color: #000;
}    
.cart-modal .cart-modal .products-list-wrap .price-content {
    display: block;
    text-align: right;
} 
.cart-modal .product-card p {
    font-size: 14px;
    color: #000;
}   
.cart-modal .products-list-wrap .product-card .image-wrap {
    display: flex;
}    
.confirm-btn {
    cursor: pointer;
    font-weight: 500;
    border: 2px solid #00954c;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    color: inherit;
}

.confirm-btn:hover {
    border: 2px solid #DAC554;
} 
.range-slider {
  position: relative;
  width: 100%;max-width: 250px;margin: 0 10px;
  height: 60px;display: inline-block;
    color: #fff;
}
.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 15px;
  background: #F1EFEF;
  box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  -webkit-box-shadow: inset 0 1px 0 0 #cdc6c6, inset 0 -1px 0 0 #d9d4d4;
  overflow: hidden;
  left: 0;
  top: 40px;
  width: 250px;
  outline: none;
  height: 10px;
  margin: 0;
  padding: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad8da), color-stop(100%, #413F41));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #dad8da 0, #413F41 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
/*.all-products-sec.active, .grid-view.active, .list-view.active {display: block;}
.all-products-sec, .grid-view, .list-view {display: none;}*/
.cart-modal .modal-dialog, .cart-modal .modal-dialog .modal-content {height: 100%;margin: 0 0 0 auto;max-height: 100%;border-radius: 0;}

#filterModal .button-group-pills .btn {
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 10px;padding: 10px 30px;
}
#filterModal .button-group-pills .btn.active {
  border-color: #00954c;
  background-color: #00954c;
  color: #FFF;
  box-shadow: none;
}
#filterModal .button-group-pills .btn:hover {
  /*border-color: #158b9f;
  background-color: #158b9f;*/
    background-color: #005129;
    background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);
  color: #FFF;
}
#filterModal label.btn.btn-default {position: relative;border: 1px solid #00954c;background-color: transparent;color: #fff;}
#filterModal .button-group-pills .btn input[type="checkbox"] {position: absolute;opacity: 0;}
.check-btn {
    position: relative;
}
#filterModal .check-btn input[type="checkbox"], #filterModal .check-btn input[type="radio"] {
    position: absolute;
    left: 0;
    z-index: 0;
    opacity: 0;
}
#filterModal .check-btn .btn {
    position: relative;
    z-index: 9;
    background-color: transparent;
    border: 1px solid #00954c;
    margin-left: 0;
    margin-right: 10px;
}
#filterModal .check-btn input[type="checkbox"]:checked + .btn, #filterModal .check-btn input[type="checkbox"] .btn:hover, #filterModal .check-btn input[type="radio"]:checked + .btn, #filterModal .check-btn input[type="radio"] .btn:hover {
    background-color: #005129;
    background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);
    color: #FFF;
}
.product-page .sub-filter-btn .dropdown {position: relative;color: #000 !important;padding: 5px 20px;}
.product-page .top-filter-btn .dropdown .dropdown-list {width: 200px;padding: 12px;background: #fff;position: absolute;top: 30px;left: 10px;right: 0;box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);transform-origin: 50% 0;transform: scale(1, 0);transition: transform 0.15s ease-in-out 0.15s;overflow-y: scroll;z-index: 1;display: none;}
.product-page .top-filter-btn .dropdown .dropdown-option {display: block;opacity: 0;transition: opacity 0.15s ease-in-out;padding: 5px;margin: 2px 0;}
.product-page .top-filter-btn .dropdown .dropdown-label {text-align: left;display: block;padding: 6px 0;line-height: 1;cursor: pointer;margin: 0;font-weight: 500;font-size: 15px;}
.product-page .top-filter-btn .dropdown.on .dropdown-list {transform: scale(1, 1);transition-delay: 0s;display: block;text-align: left;}
.product-page .top-filter-btn .dropdown.on .dropdown-list .dropdown-option {opacity: 1;transition-delay: 0.2s;}
.product-page .top-filter-btn .dropdown [type=checkbox] {position: relative;top: 2px;margin-right: 5px;width: 15px;height: 15px;}
.product-page .top-filter-btn {margin: 0 10px;}
.cart-modal .products-list-wrap .product-card img {max-width: 100px;}
.cart-modal .products-list-wrap .product-card .image-wrap {display: flex;}
.cart-modal .products-list-wrap .product-card .content-wrap {margin: 0 10px;width: 100%;max-width: 200px}
.cart-modal .remove-item, .cart-modal .remove-item:hover {margin: 0 10px;padding: 5px 10px;border: 2px solid #000;}
.cart-modal .remove-item:hover {background-color: #000;color: #fff;}
.cart-modal .product-count .form-control {width: auto;border: 1px solid #000;border-radius: 25px;font-size: 18px;border-radius: 25px;}
.product-page .filter-section .left-wrap a.store-status {margin: 5px;font-size: 2rem;}
/* product-details page css */
    
.product-details-page .breadcrumb-section p span {margin: 0 2px;}
.product-details-page .breadcrumb-section p#breadcrumbs span.slash-line:before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.product-details-page .breadcrumb-section p a {text-decoration: none;color: #fff;border-bottom: 1px dashed #fff;}
.product-details-section div#terpenes-chart {width: 100%;height: 350px;}
.product-page .product-details-section .row.product-card button.add-cart {    
    position: static;
    background-color: transparent;
    width: auto;
    padding: 5px 20px;
    border-radius: 25px;
    margin-left: 15px;
    background-color: #00954c;
    color: #fff;
}
.product-page .product-details-section .row.product-card button.add-cart:hover, .product-page .product-details-section .row.product-card button.add-cart:focus, .product-page .product-details-section .row.product-card button.add-cart:focus-within {
    background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);
}
.product-page .product-details-section .row.product-card {text-align: left;box-shadow: none;border-radius: 0;padding: 50px 0 0;height: 100%;}
.product-details-section svg g[aria-labelledby="id-61-title"] {display: none;}
.product-details-wrap p, .product-details-wrap a {color: #000 !important;margin-bottom: 5px;}
.product-details-page .breadcrumb-section a {color: #000;}
.product-page .product-details-wrap .product-desc a:first-child {text-transform: uppercase;font-weight: 600;}
.product-page .product-details-wrap .product-desc .product-title {font-size: 2rem;margin: 10px 0;}
.product-page .product-details-wrap .product-desc p.tag-text span {line-height: 1;margin: 5px 0;}
.product-page .product-details-wrap .weight-count button {display: inline-block;vertical-align: middle;width: auto;padding: 5px 50px;}
.product-page .product-details-wrap .cart-details {display: flex;margin: 50px 0 20px; margin: 10px 0;}
.product-page .product-details-section .row.product-card button.add-cart span {margin-right: 10px;}
.product-page .product-details-section .row.product-card .product-count {justify-content: space-evenly;max-width: 200px;}
.product-page .product-details-section .row.product-card input.number-product, .product-page .product-details-section .row.product-card .button-count {font-size: 20px;}
.product-page .product-details-section .row.product-card .special-info, .product-page .row.product-card .chart-info, .product-page .row.product-card .product-tag {margin: 20px auto;padding: 35px 0;border-top: 1px solid #f2f2f2;border-bottom: 1px solid #f2f2f2;}
.product-page .product-details-section .row.product-card .special-info h3 {font-size: 20px;color: #00954C;}
.product-page .product-details-section .row.product-card .special-info svg {width: 18px;}
.product-page .product-details-section .row.product-card .product-tag .cta-wrap a {border: 1px solid #EFE091;margin: 10px 10px 0 0;padding: 10px 20px;border-radius: 20px;font-size: 16px;font-weight: 500;}
.product-page .product-details-section .row.product-card .product-tag .cta-wrap {margin-bottom: 20px;}
.product-page .product-details-section .row.product-card p {font-weight: 400;margin: 5px 0;}
.product-page .product-details-section .row.product-card .product-tag, .product-page .row.product-card .chart-info {border-top: 0; margin-top: 0; padding-top: 15px; padding-bottom: 20px;}
.product-details-section .progress{width: 100%;height: 8px;}
.product-details-section .skill-wrapper{display: inline-block;padding: 15px 15px 0 0;/*margin:30px 20px 0 0;width: 30%;*/}
.product-details-section .skill-wrapper span {font-size: 14px;line-height: 20px;text-transform: uppercase;font-family: Inconsolata,monospace;margin-bottom: 10px;max-width: calc(100% - 60px); text-align: left; line-height: 1.2;}
.product-details-section .progress-bar {background: #005129;}
.product-details-section .progressbar-active{animation-name: progress;animation-duration: 1s;animation-fill-mode: forwards;animation-delay: 0.4s;}
@keyframes progress{
	0%{
		width:0;
	}
	100%{
		width:100%;
	}
}
.product-details-section .skill-wrapper i.icon-info-circled {color: #000;opacity: 0.3;}
/*.modal-backdrop.show {display: none;}*/
.product-details-section .pop-modal {position: relative;width: 100%;z-index: -1;}
.product-details-section .pop-modal.show {z-index: 0;}
.product-details-section .pop-modal .modal-dialog {position: absolute;bottom: 0;width: 100%;max-width: 100%;}
.modal-open {overflow: auto;padding: 0 !important;}
.product-details-section .skill-wrapper button, .product-details-section .skill-wrapper button:focus, .product-details-section .skill-wrapper button:focus-visible {outline: none;border: none;width: 100%;padding: 0;}
.product-details-section .pop-modal .modal-body {padding: 30px;background-color: #fff;}
.product-details-section .pop-modal button.close {padding: 0;border: none;}
.product-details-section .pop-modal .modal-content {border: none;box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.2);border-radius: 20px;}
.product-details-section .product-details-wrap .content-wrap {padding: 0 50px;}
.product-details-section .pop-modal .modal-content .modal-title {font-size: 15px;}
.product-details-section .pop-modal .modal-content h5 {font-size: 22px;margin: 5px 0 10px;}
.product-page .owl-carousel .product-card, .product-page .owl-carousel .product-card p.price-details {box-shadow: none;text-align: left;}
.product-details-page .banner-section, .product-details-page .banner-section .banner-wrap {background-image: none;color: #000;}
.product-details-page .banner-section:before {display: none;}
.cart-modal .products-list-wrap .product-card img {max-width: 100px;}
.cart-modal .products-list-wrap .product-card .image-wrap {display: flex;}
.cart-modal .products-list-wrap .product-card .content-wrap {margin: 0 10px;width: 100%;max-width: 200px}
.cart-modal .products-list-wrap .price-content {display: block;text-align: right;}
.cart-modal .products-list-wrap .product-card .product-top-wrap {display: flex; justify-content: space-between;align-items: flex-start;position: relative;} 
.cart-modal .products-list-wrap .price-content .bottom-wrap {bottom: 0;position: absolute;display: flex;align-items: center;justify-content: space-between;right: 0;}
.cart-modal .remove-item, .cart-modal .remove-item:hover {margin: 0 10px;padding: 5px 10px;border: 2px solid #000;border-radius: 50%;color:inherit;}
.cart-modal .remove-item:hover {background-color: #000;color: #fff;}

.cart-modal .product-count .form-control {font-size: 18px;border-radius: 25px;}
.price-tax-details {position: relative;padding: 20px 0;margin: 30px 0;    border-bottom: 2px solid #f2f2f2;}
.price-tax-details:before {position: absolute;background: #f2f2f2;padding: 1px;content: " ";top: 0;width: 100%;}
.price-tax-details .price-text-wrap {display: flex;align-items: center;justify-content: space-between;margin: 5px 0;}
.product-details-page .back-btn, .cart-modal .modal-header .close {color: #000;}
.product-filter-wrap .owl-dots.disabled {display: block;}
.product-details-page .back-btn img, .product-page .product-card .product-card-wrap .back-view .flip-btn img {max-width: 15px;transform: rotate(90deg);margin-right: 5px;}
.product-details-page .filter-section {padding-top: 115px;}
.product-page .filter-section .top-cart-btn .cart-item-count {color: #fff;}
.product-page .all-products-wrap .title-wrap {display: block;text-align: center;}
/* product-details css */

.black-bg{
    background-color: #000 !important;
}

.green-transparent-btn {
    background-color: transparent;
    border: 1px solid #00954c;
    padding: 15px 30px;
    border-radius: 25px;
    color: #00954c;
    font-weight: 700;
    font-family: 'MuseoSans700';
    text-transform: none !important;
    display: inline-block;
}

.green-transparent-btn:hover {
    background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);
    color: #fff;
}

.map-box-section {
    max-width: 600px;
    margin: 0 auto;
}

.map-add-title {
    font-size: 2.9rem;
}

.map-address-section p {
    font-size: 1.75rem;
}

.map-address-section {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #DAC554;
}

.map-address-list ul {
    display: block;
    padding: 0;
    list-style: none;
}

.map-address-list ul li {
    list-style: none;
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    padding-left: 35px;
}

.map-address-list ul li span {
    position: absolute;
    left: 0;
}
.location-full-slider img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
    object-position: center;
}
.location-ev-title {
    text-align: center;
    margin-bottom: 30px;
}
.location-inspiring-title {
    font-size: 2.75rem;
    padding: 0 50px;
}

.inspiring-desc {
    padding: 30px 0 0;
    text-align: center;
}

.location-inspiring-sec {
    padding: 60px 0;
}

.inspiring-desc {
    font-size: 18px;
}
.location-bottom-sec {
    padding: 140px 0;
    background-size: cover;
    background-position: center;
}

.lc-bottom-content {
    color: #fff;
    text-align: center;
}

.lc-bottom-content {}

.lc-bottom-ct-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.yellow-bg-btn {
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 14px 28px;
    background: #dac554;
    min-width: 240px;
    color: #000;
    font-weight: 900;
    border-radius: 50px;
    font-size: 18px;
    line-height: 28px;
}

.yellow-bg-btn:hover, .yellow-bg-btn:focus, .yellow-bg-btn:focus-within {
    background-image: linear-gradient(180deg, #F2E36C 0%, #C38437 100%) !important;
}

.lc-view-btn-sec {
    padding-top: 40px;
}
.client-reviews-section {
    background-color: #f2f2f2;
    position: relative;
    padding: 50px 0;
}

.client-review-title {
    text-align: center;
    margin-bottom: 30px;
}
.reviews-section {
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding: 20px;
    margin: 15px;
}

.review-photo img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: contain;
    object-position: center;
}

.reviews-name-section {
    display: flex;
    align-items: center;
}

.re-name {
    font-size: 1rem;
    color: #000;
    font-family: 'MuseoSans700';
    line-height: 1;
}

.review-photo {
    margin-right: 10px;
}

.reviews-name-sec p {
    font-size: 14px;
    color: #000;
}

.google-icon img {
    width: 20px;
}

.user-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.reviews-description p {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
}
.review-rating {
    padding-top: 20px;
    text-align: center;
}
.reviews-description {
    padding-top: 10px;
}
.item-wrap img {
    border-radius: 20px;
}
.allproducts-section {
    padding: 20px 0;
    background-color: #00954c;
}
.allproducts-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    margin-right: 30px;
    color: #fff;
}

.allproducts-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-pdt-slider-sec {
    background-color: #000;
    padding: 30px 0;
}

.home-pdt-slider-sec .item-wrap {
    padding: 10px 20px 25px 20px;
}

.home-pdt-slider-sec .content-wrap {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-bottom: 25px;
}

.home-pdt-slider-sec .item-wrap img {
    margin-bottom: 15px;
}

.home-pdt-slider-sec .content-wrap p {
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    line-height: 1.5;
}
.home-pdt-slider-sec {
    background-color: #000;
    padding: 30px 0;
}
.mint-dark .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.mint-dark .slick-dots li button:before {
    font-size: 14px;
    color: #fff;
    opacity: 1;
}

.mint-dark .slick-dots li.slick-active button:before {
    color:#DAC554;
    opacity:1;
}
.mint-dark .slick-dots {
    bottom: 0;
}
.mint-light .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.mint-light .slick-dots li button:before {
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

.mint-light .slick-dots li.slick-active button:before {
    color:#DAC554;
    opacity:1;
}
.mint-light .slick-dots {
    bottom: 0;
}
.location-products-section {
    background-color: #000;
    padding: 30px 0;
}
.reviews-section{
    margin-bottom: 40px;
}
.location-products-section .slick-slide {
    padding: 0 15px;
}
.location-products-section .slick-slide img {
    width: 100%;
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
    background-color: #fff;
/*    padding: 10px;*/
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 20px -5px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
}

.location-products-section h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    text-transform: capitalize;
}

.location-products-section .product-filter-card {
    padding-bottom: 40px;
}

.featured-brand-section {
    background-color: #000;
    padding: 30px 0;
}

.featured-brand-section img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
.featured-brand-section .item-wrap img {
    background-color: #f2f2f2;
}
.featured-brand-section .item-wrap {
    padding: 20px;
}

.featured-sec-wrap {
    text-align: center;
}

.featured-brand-title {
    color: #fff;
}
.location-products-section.light-bg {
    background-color: #f1f1f1;
}

.location-products-section.light-bg img {
    -webkit-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px -3px rgba(0,0,0,0.3);
}
.location-products-section.light-bg .product-filter-card:hover img {
      box-shadow: 0px 0px 16px #dac554;
    transition: all 0.3s ease-in-out;
}

.location-products-section.light-bg h3 {
    color: #00954c;
}
.filter-section button.slick-arrow {
    background-color: #eaeff2;
    font-size: 28px;
    line-height: 1;
    color: #000;
    border-radius: 50%;
    border: none;
    opacity: 1;
    display: block;
    height: 50px;
    width: 50px;
    z-index: 1;
}

.filter-section button.slick-arrow:before {
    content: none;
}
.filter-section button.slick-disabled {
    cursor: no-drop;
    background-color: #d0d0d0;
}
.products-menu-slider .slick-list, .products-menu-slider .slick-track {
    display: flex;
}
.product-page .products-menu-slider .product-card {
    box-shadow: none;
    margin: 10px;
    height: calc(100% - 20px);
}

.product-page .products-menu-slider .product-card p {
    text-align:left
}
.product-page .products-menu-slider .product-card img{
    margin-bottom: 20px;
}
.product-page .products-menu-slider .product-card .front-view img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    object-position: center;
}
.location-menu-slider .item {
    padding-bottom: 40px;
}
.pagination a {
    --bs-pagination-color: #fff;
    border-color: #fff;
    background-color: #00954c;
    font-size: 1.5rem;
}
/*
.pagination .active a {
    --bs-pagination-color: #00954c;
    background-color: #00954c;
    border-color: #00954c;
}
*/
.pagination .active>.page-link, .pagination .page-link.active {
    background-color: #DAC554;
    border-color: #fff;
    color: #000;
    z-index: 0;
}
.pagination .page-link.active:hover {
    color: #fff;
}
.pagination a:hover {
    color: #fff;
    border-color: #fff;
    background-color: #00954c;
    background-image: linear-gradient(180deg, #00BE61 0%, #005129 100%);
}

/* top filter */
.all-products-wrap .carousel-wrap {
    position: relative;
}
.cart-modal .product-card {border-bottom: 2px solid #f2f2f2;padding-bottom: 20px;margin-bottom: 20px;}

.cart-modal .product-card:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.offcanvas.cart-modal, .offcanvas.cart-modal-lg, .offcanvas.cart-modal-md, .offcanvas.cart-modal-sm, .offcanvas.cart-modal-xl, .offcanvas.cart-modal-xxl {
   --bs-offcanvas-width: 500px;
} 
.empty-cart {
    text-align: center;
    padding: 15px;
}
.empty-cart h6 {
    margin-bottom: 25px;
    font-size: 18px;
    font-family: 'MuseoSans900';
}
.empty-cart .btn {
    padding: 10px 30px;
}
.custom-tooltip {z-index: 1;}
.custom-tooltip .tooltip-inner {max-width: 300px;}
.filter-dropdown {
    border: 2px solid #00954c;
    border-radius: 25px;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}
.filter-dropdown:after {
    content: '\f107';
    font-family: "fontello";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.filter-dropdown select {
    border: 0;
    outline: none;
    border-radius: 25px;
    background: #fff;
    padding: 5px 20px;
    padding-right: 30px;
    width: auto;
}


.product-home .slider-sec .owl-nav {display: none;}
.product-home .slider-sec .carousel-wrap {padding: 30px;background-color: #000;margin: 0;}
.product-home .slider-sec .carousel-wrap .content-wrap {display: flex;align-items: center;justify-content: flex-start;margin: 20px 0 0;}
.product-home .slider-sec .carousel-wrap .content-wrap p, .product-home .slider-sec .carousel-wrap .content-wrap a {margin: 0 10px;color: #fff;font-size: 15px;font-weight: 500;}
.product-home .slider-sec .carousel-wrap .content-wrap a {margin: 0;}
.product-home .slider-sec .carousel-wrap .owl-dots, .featured-carousel .owl-dots {text-align: center;}
.product-home .slider-sec .carousel-wrap .owl-stage-outer {margin-bottom: 50px;}
.product-home .slider-sec .carousel-wrap .owl-dots .owl-dot, .featured-carousel .owl-dots .owl-dot, .what-hot-sec .owl-dots .owl-dot, .product-home .owl-dots button.owl-dot {margin: 0 5px;width: 10px;height: 10px;border-radius: 10px;background-color: #fff;cursor: pointer;}
    
.product-home .slider-sec .carousel-wrap .owl-dots .owl-dot.active, .product-home .featured-carousel .owl-dots .owl-dot.active, .product-home .what-hot-sec .owl-dots .owl-dot.active, .product-home .owl-dots button.owl-dot.active {background-color: #DAC554;}
    
.product-home .top-filter-btn .radio-group .filter-check {padding: 0;background-image: none;width: 120px;margin: 0;}
.product-home .top-filter-btn .radio-group .filter-check img {width: 100%;max-width: 20px;margin: 0 2px;}
.product-home .products-section .tab-content .carousel-wrap {margin-bottom: 60px;}
.product-home .products-section .tab-content .bottom-cta-wrap {text-align: center;}
.product-home .product-filter-wrap .owl-nav {display: none;}
.product-home .location-banner, .featured-section, .what-hot-sec {color: #fff;background-color: #00954c;padding: 30px 0;text-align: center;}
.product-home .location-banner span.location-detail {font-size: 14px;margin-left: 20px;}
.product-home .location-banner span {font-size: 12px;}
.product-home .location-banner .cta-wrap a.green-btn {background-color: #fff;color: #000 !important;padding: 10px 15px 10px 10px;margin: 0 10px;}
.product-home .location-banner .cta-wrap a i.fa-solid {margin: 0 5px;color: #00954c;}
.product-home .location-banner .cta-wrap a.text-link {color: #fff;font-size: 14px;}
.product-home .featured-section {text-transform: uppercase;}
.product-home .featured-section {background-color: #000;}
.product-home .featured-section .featured-carousel .owl-nav, .what-hot-sec owl-nav {display: none;}
.product-home .featured-section .featured-carousel .owl-dots, .what-hot-sec .owl-dots {margin-top: 30px;}
.product-home .featured-section .owl-carousel .owl-item img {max-width: 180px;}
.product-home .featured-section .owl-carousel, .what-hot-sec .owl-carousel {margin: 30px 0;}
.product-home .join-our-mail-sec {padding: 20px 0;background-color: #DAC554;}
.product-home .join-our-mail-sec .join-our-mail-wrap {display: flex;align-items: center;justify-content: center;}
.product-home .join-our-mail-sec .join-our-mail-wrap h4 {text-transform: uppercase;font-weight: 700;font-size: 30px;margin-right: 30px;}
.product-home .bottom-image-sec {position: relative;}
.product-home .bottom-image-sec .content-wrap {position: absolute;top: 40%;color: #fff;left: 0;right: 0;text-align: center;}
.product-home .location-banner, .featured-section, .join-our-mail-sec, .bottom-image-sec, .what-hot-sec {position: relative;/*z-index: 3;*/}
.product-home .bottom-image-sec .content-wrap p, .bottom-image-sec .content-wrap h5 {text-transform: uppercase;line-height: 1.2;}
.product-home .bottom-image-sec .content-wrap p {font-size: 30px;}
.product-home .bottom-image-sec .content-wrap h5 {font-size: 3rem;margin-bottom: 30px;}
.product-home .bottom-image-sec:before {position: absolute;content: " ";background-color: rgb(0 0 0 / 30%);width: 100%;left: 0;height: 100%;}
.product-home .bottom-image-sec .bottom-image-wrap {background-image: url(https://devweb1.com/mintdeals/html/assets/images/Home-Hero-test.jpg);background-size: cover;}
.product-home .bottom-image-sec .bottom-image-wrap img {display: none;}
.product-home .bottom-image-sec .content-wrap {position: relative;padding: 100px 0;}
.product-home .what-hot-sec {background-color: #f2f2f2;}
.product-home .what-hot-sec h3 {color: #000;text-transform: uppercase;font-size: 2rem;}
.product-home .what-hot-sec .owl-dots .owl-dot {box-shadow: 0 0 5px 0 rgb(0 0 0 / 50%);}

/******************/

.filter-srch input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #000;
  float: left;
  width: 80%;
  background: #f1f1f1;
}
.filter-srch{
    margin:auto;max-width:300px
}
.filter-srch button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #00954c;
  color: white;
  font-size: 17px;
  border: 1px solid #000;
  border-left: none;
  cursor: pointer;
  border-radius: 0;
}

.filter-srch button:hover {
  background: #00954c;
  border: 1px solid #000;
}

.filter-srch::after {
  content: "";
  clear: both;
  display: table;
}
.clear-btn {
    background-color: #fff;
    color: #000;
    border: 0;
    padding: 10px 20px;
    border-radius: 30px;
}
.modal-backdrop {
    --bs-backdrop-opacity: 0.9;
}
.product-slider-banner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/************************/
/************************/
/****RWD MEDIA QUERY*****/
/************************/
/************************/

@media (min-width: 768px) {
    .product-details-section .skill-wrapper {width: 49%;}
    .product-page .list-views .product-card .front-view .add-prod .select-text {display: inline-block;}
    .list-views .products-grid-wrap .product-card .back-view .product-desc .radio-group {display: flex;}
    .list-views .products-grid-wrap .product-card .back-view .product-desc .radio-group .golden-bg-btn {margin-bottom: 0;}
}
@media (min-width: 1400px) {
    .middle-filter-wrap .container-fluid {
        max-width: 90%;
    }
}
@media (max-width: 1400px) {
    .filter-section .top-filter-wrap .col-12 {padding: 0 5px;}
}
@media (max-width: 1300px) {
    .filter-section button, .product-page .filter-section .right-wrap .searchbar input#searchinput {font-size: 14px;padding: 5px 12px;}
    .product-page .filter-section .right-wrap .searchbar input#searchinput {padding: 8px 5px 8px 35px;}
}
@media (max-width: 1200px) {
    .product-page .filter-section .center-wrap .top-filter-btn {margin: 0 5px 10px;}
    .filter-section .left-wrap .column-wrap, .filter-section .right-wrap .column-wrap, .product-page .filter-section .row .left-wrap .filters-wrap {display: block;}
    .product-page .filter-section .right-wrap .searchbar {max-width: 100%;margin-bottom: 15px;}
    .product-page .filter-section .row .left-wrap .filters-wrap {width: 100%;}
    .product-page .filter-section .left-wrap .column-wrap {flex-direction: column-reverse;display: flex;}
    .product-page .select-dropdown, .product-page .select-dropdown button {width: 100%;margin-bottom: 15px;}
    .product-page .select-dropdown button {margin: 0;display: flex;justify-content: space-between;padding: 8px 20px;}
    .product-page .sub-filter-btn .select-dropdown, .product-page .sub-filter-btn .select-dropdown button {margin: 0;}
    .product-page .sub-filter-btn .dropdown {font-size: 14px;}
}
@media (max-width: 1064px) {
    .product-page .filter-section .center-wrap .top-filter-btn {margin: 0;}
}
@media (max-width: 991px) {
    .product-page .filter-section .center-wrap .top-filter-btn {margin: 0 auto 15px;width: 100%;max-width: 115px;}
    .product-page .filter-section button.popular-btn {padding: 5px 15px;}
    .product-page .bottom-filter-content, .bottom-left-filters, .bottom-right-filters, .product-page .sub-filter-btn {text-align: center; display: inline-block;vertical-align: middle;}
    .product-page .sub-filter-btn {margin: 0 10px 10px;}
    .filter-section .middle-filter-wrap .product-filter-card {max-width: 100px;margin: 0;}
    .filter-section .middle-filter-wrap .product-filter-card img {max-width: 150px;
        padding: 10px;
        height: 150px;}
    .filter-section .middle-filter-wrap .product-filter-card h3 {font-size: 16px;}
}
@media (max-width:767px) {
    .location-products-section .slick-slide img {/*width: 120px; height: 120px;*/ height: 150px;}
    .product-page .product-details-section .row.product-card {display: block;padding: 0;margin: 0 auto;}
    .product-page .product-details-section .row.product-card .column-wrap {max-width: 100%;margin: 20px 0;padding: 0;}
    .product-page .product-details-section .product-details-wrap .content-wrap {padding: 0;}
    .product-details-page .breadcrumb-section {display: block;margin-bottom: 15px;}
    .products-list-wrap .product-card .content-wrap {margin-left: 10px;}
    .product-page .products-list-wrap .product-card .product-top-wrap {padding: 15px;}
    .filter-section .middle-filter-wrap .product-filter-card {max-width: 100%;}
    .product-page .title-wrap {display: block;}
    .product-page .products-title {margin-bottom: 25px;}
    .product-page .title-wrap a.green-btn, .product-page .title-wrap a.green-btn:hover {padding: 5px 20px;}
    .product-page .filter-section .left-wrap .column-wrap {align-items: center; margin-bottom: 0px; flex-direction: inherit;}
    .product-page .filter-section .center-wrap .filters-wrap {border: 0;}
    .product-page .filter-section .center-wrap .filters-wrap .center-filters-wrap {display: flex; flex-wrap: wrap;}
    .product-page .filter-section .center-wrap .top-filter-btn {width: 50%;padding: 0 5px;max-width: inherit;}
    .product-page .filter-section .dropdown {width: 100% !important;font-size: 14px;}
    .filter-section .right-wrap .column-wrap {display: flex; align-items: center;}
    .loc-main-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .location-products-section h3 {
        font-size: 14px;
        padding: 10px 0;
    }
    .product-home .join-our-mail-sec .join-our-mail-wrap h4 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        margin-right: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .product-home .join-our-mail-sec .join-our-mail-wrap {
        flex-wrap: wrap;
    }
    .loc-main-title {
        font-size: 2rem !important;
        line-height: 1.2;
    }

    .product-home .join-our-mail-sec .join-our-mail-wrap {
        flex-wrap: wrap;
    }

    .map-box-section {
        padding: 15px;
    }

    .map-add-title {
        font-size: 1.75rem;
    }

    .map-address-section p {
        font-size: 1.2rem;
    }

    .map-address-list ul li {
        font-size: 18px;
    }

    .location-full-slider img {
        height: 30vh;
    }

    .inspiring-img {
        margin-bottom: 20px;
    }

    .location-inspiring-title {
        font-size: 1.75rem;
        text-align: center;
                padding: 0;
    }
    .lc-view-btn-sec {
        padding-top: 30px;
    }
    .client-review-title {
        font-size: 1.25rem;
    }
    .product-home .featured-section .owl-carousel .owl-item img {
            max-width: 150px;
            margin: 0 auto;
    }
    .allproducts-wrap {
        flex-wrap: wrap;
    }
    .filter-section .slick-prev {left: 0;}
    .filter-section .slick-next {right: 0;}
    .product-page .product-card h4.item-name {
        font-size: 14px;
        font-family: 'MuseoSans900';
    }
    .product-page .product-card p {font-size: 14px;}
    .list-views .products-grid-wrap .product-card .front-view img {
        width: 75px;
        height: 75px;
    }
    .list-views .products-grid-wrap .product-card .front-view .product-desc {padding-right: 50px;}
    .list-views .products-grid-wrap .product-card .back-view .product-desc .flip-btn.back-flip {left: 10px;}
}
.white-btn {
    display: block;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
}
.white-btn i {
    color: #000;
}
@media (max-width: 767px) {
    .product-page .filter-section .top-filter-wrap {
        padding: 10px 0;
    }
    .filter-section .mobile-form-filter .left-wrap .column-wrap {
        text-align: left;
    }

    .product-page .filter-section .searchbar .search-mobile-btn i {
        color: #dac554;
        font-size: 20px;
        display: inline-block;
    }

    .product-page .filter-section .user-btn i {
        font-size: 24px;
    }
    .filter-expand p {
        text-align: center;
        margin-bottom: 5px;
    }

    .product-page .filter-section .left-wrap .column-wrap {
        margin-bottom: 0;
    }

    .filter-title {
        text-align: center;
        margin-bottom: 5px;
    }
    #filter_collapse {
        padding-top: 15px;
    }
    #filterModal .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }
    #filterModal .modal-filter-card {
        padding: 5px;
    }

    #filterModal .buttons-wrap {
        margin: 10px;
        text-align: center;
    }

    #filterModal .check-btn .btn {
        min-width: 140px;
        font-size: 13px;
        padding: 10px 20px;
    }

    #filterModal .modal-filter-card.brands-filter-wrap .buttons-wrap {
        text-align: left;
    }

    #filterModal .checkboxes-item label {
        font-size: 13px;
    }

    .checkboxes-row {
        column-count: 2;
    }
    .location-products-section {
        padding: 20px 0;
    }
    .product-page .products-menu-slider .product-card .front-view img {
        height: 100px;
    }

    .product-page .products-section {
        padding: 20px 0;
    }

    .filter-section button.slick-arrow {
        top: 35%;
    }
    .filter-section button.slick-disabled {
        visibility: hidden;
    }
    .product-card-wrap {
        padding: 10px;
    }
    .product-home .products-section .tab-content .carousel-wrap {
        margin-bottom: 40px;
    }
    .radio-group label span {
        padding: 5px 10px;
    }
    .filter-section button.slick-disabled {
        visibility: hidden;
    }

    .product-card-wrap {
        padding: 10px;
    }

    .product-page .product-card .product-card-wrap .back-view {
        padding: 10px;
    }

    .product-page .product-card .weight-count {
        margin: 10px 0 5px 0;
    }

    .filter-section button.slick-arrow {
        top: 40%;
    }

    .product-page .product-card p.price-details {
        padding: 20px 0 10px;
    }
    .product-page .banner-section {
        padding: 40px 0;
    }

    .product-page .banner-section .banner-wrap h1 {
        font-size: 22px;
    }

    .product-page .banner-section .banner-wrap p {
        font-size: 14px;
    }

    .product-page .banner-section .banner-wrap .cta-wrap {
        margin: 15px 0 0;
    }
    .product-home .bottom-image-sec .content-wrap h5 {
        font-size: 1.75rem;
    }

    .product-home .bottom-image-sec .content-wrap p {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product-home .bottom-image-sec .bottom-image-wrap {
        background-position: center;
    }
    .stickynav.active{
        top: 99px;
    }
    .product-home .location-banner span {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product-home .location-banner span.location-detail {
        font-size: 18px;
    }

    .product-home .location-banner span.location-detail {
        margin-left: 0;
    }

    .product-home .location-banner .cta-wrap a.text-link {
        display: block;
    }

    .product-home .location-banner .cta-wrap a.green-btn {
        font-size: 20px;
        margin: 10px;
    }
    .product-home .bottom-image-sec .content-wrap {
        padding: 40px 0;
    }
    .product-page .product-details-wrap .product-desc .product-title {
        font-size: 1.2rem;
    }
    .product-slider-banner img{
        height: auto;
    }
}
@media (max-width: 575px) {
    .product-page .product-details-wrap .cart-details {/*display: block;text-align: center;*/justify-content: center; margin-bottom: 15px;}
    .product-page .product-details-section .row.product-card button.add-cart {margin: 20px 0 0;margin: auto;}
    .product-page .product-details-section .row.product-card .product-count {margin: 0 auto;}
    .product-page .product-details-wrap .weight-count button {width: 49%;}
}
.effects-info.row {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
}
.effect-label {
    width: auto;
    margin: 10px 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    padding: 15px 25px 15px 20px;
    background-color: #eaeff2;
    border-radius: 8px;
    font-family: 'MuseoSans700';
    font-size: 18px;
    position: relative;
}
.effect-label:before {
    content: "";
    width: 40px;
    height: 40px;
    margin-right: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    
}
.calm:before {
    background-image: url(../images/calm-icon.png);
}
.clear_mind:before {
    background-image: url(../images/clear-mind-icon.png);
}
.creative:before {
    background-image: url(../images/creative-icon.png);
}
.energetic:before {
    background-image: url(../images/energetic-icon.png);
}
.focused:before {
    background-image: url(../images/focused-icon.png);
}
.happy:before {
    background-image: url(../images/happy-icon.png);
}
.inspired:before {
    background-image: url(../images/inspired-icon.png);
}
.relaxed:before {
    background-image: url(../images/relaxed-icon.png);
}
.sleepy:before {
    background-image: url(../images/sleepy-icon.png);
}
.uplifted:before {
    background-image: url(../images/uplifted-icon.png);
}
/* product page css */

