.woocommerce-Tabs-panel.panel.entry-content.wc-tab, .woocommerce-Tabs-panel.panel.entry-content.wc-tab p {
line-height:2em;
}
.h6-toggle {
font-family:"Poppins",Sans-serif!important;
}
.h6-toggle {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
position: relative;
}
.h6-toggle::after {
content: "[-] ";
transition: content 0.3s ease;
}
.h6-toggle.active::after {
content: "[+] ";
}
#sp-grid-sorting-wrap .sp-grid-sorting-inner-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
#sp-grid-sorting-wrap .sp-products-result-count {
flex: 1;
}
#sp-grid-sorting-wrap .sp-grid-orderby {
flex-shrink: 0;
}
#sp-grid-sorting-wrap .woocommerce-result-count, #sp-grid-sorting-wrap select {
font-size:14px;
}
#sp-grid-sorting-wrap select {
padding:0.35rem 0.75rem;
}
@media (max-width: 768px) {
.wpr-product-filter-tax-child {
display: none;
}
.h6-toggle::after {
content: "[+] ";
transition: content 0.3s ease;
}
.h6-toggle.active::after {
content: "[-] ";
}
.woocommerce-Tabs-panel table {
width: 100%;
display: block;
overflow-x: auto;
white-space: nowrap;
}
}
@media (max-width: 600px) {
.single-product ul.tabs.wc-tabs {
display: flex;
flex-wrap: nowrap;
overflow-x: auto !important;
white-space: nowrap;
}
.single-product ul.tabs.wc-tabs li {
flex: 1;
min-width: fit-content;
text-align: center;
}
#sp-grid-sorting-wrap .sp-grid-sorting-inner-wrap {
flex-direction: column;
align-items: flex-start;
}
#sp-grid-sorting-wrap .sp-grid-orderby, #sp-grid-sorting-wrap .woocommerce-result-count {
width:100%;
}
}
.button-wrapper.browse-product {
margin: 30px auto;
}
.button-wrapper.browse-product a.button.button-browse-product {
color: #fff;
background: #EC9247;
padding: 15px 20px;
text-transform: uppercase;
font-size:0.9rem;
}
.button-wrapper.browse-product a.button.button-browse-product:hover {
background: #B49F90;
}