.shop-row * {
font-family: var(--montserrat);
}
.shop-row {
display: flex;
}
.shop-sidebar h2 {
margin-bottom: 20px;
}
.shop-body,
.paging-top,
.paging-bottom {
width: 75%;
padding: 15px 25px 15px 25px;
}
.shop-title {
width: 100%;
}
.shop-title h3 {
font-size: 36px !important;
}
.paging-top,
.paging-bottom {
width: 100%;
line-height: 10px;
display: inline-flex;
justify-content: space-between;
margin-bottom: 20px;
}
.paging-bottom {
margin-top: 20px;
}
.paging-bottom ul,
.paging-top ul {
list-style-type: none;
display: inline-flex;
}
.paging-bottom ul li,
.paging-top ul li {
padding: 6px;
border: 1px solid grey;
border-radius: 12px;
margin-left: 3px;
margin-right: 3px;
cursor: pointer;
}
.paging-bottom ul li.active-page,
.paging-top ul li.active-page {
color: white;
border: 1px solid #e52f36;
background: #e52f36;
}
.paging-bottom ul li:hover,
.paging-top ul li:hover {
color: white;
transition: 0.5s;
border: 1px solid #e52f36;
background: #e52f36;
}
.paging-top select {
width: 180px;
padding: 0;
}
.product-section .product-row:after {
content: "";
display: table;
clear: both;
}
.product-summary {
padding: 15px;
height: 110px;
}
.product-summary .product-title {
font-weight: bold;
font-size: 13px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; line-clamp: 2;
-webkit-box-orient: vertical;
}
.product-summary .product-price,
.product-summary .product-discounted-price {
font-weight: bold;
text-align: center;
font-size: 14px;
margin-top: 6px;
}
.product-discounted-price-box {
display: flex;
padding-left: 65px;
}
.product-discounted-price-box .product-discounted-price {
font-size: 18px;
margin-left: 8px;
}
.dgwt-wcas-search-input {
border-width: 1px !important;
border-color: #c8c8c8;
border-radius: 0 !important;
}
.product-discounted-price-box .product-price {
text-decoration: line-through;
color: grey;
}
.product-summary .product-subtitle {
font-size: 10px;
margin-top: 6px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
height: 14px;
}
.product-thumb {
width: 100%;
height: 300px;
background-position: center !important;
background-size: contain !important;
background-repeat: no-repeat !important;
}
.label-in-stock {
background-color: rgba(138, 177, 102, 1);
z-index: 0;
}
.search-button {
padding: 10px 20px;
}
.label-in-stock span {
color: white;
}
.label-not-in-stock span {
color: white;
}
.label-in-stock span,
.label-not-in-stock span {
font-weight: 600;
text-align: center;
text-transform: uppercase;
font-family: var(--montserrat);
}
.label-not-in-stock {
background-color: #ca0d29;
z-index: 0;
}
.label-in-stock,
.label-not-in-stock {
text-align: center;
width: 100%;
z-index: 1000;
padding: 3px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}
.label-flex-container {
display: flex;
flex-direction: row;
justify-content: center;
}
.filter-wrapper {
margin-bottom: 15px;
}
.main-filter {
border-bottom: 0.5px solid #c8c8c8;
}
.filter-wrapper .filter-title {
padding: 0 0 10 2;
font-size: 16;
font-weight: bold;
}
.search-filter-wrapper {}
.search-filter-wrapper>div,
.number-filter-group {
display: flex;
}
.search-filter-wrapper button {
margin: 0;
text-transform: uppercase;
height: 40px;
line-height: 10px;
}
.search-filter-wrapper input {
width: 90%;
}
.filter-wrapper::placeholder {
font-size: 10px;
}
.filter-wrapper input,
.filter-wrapper select,
.filter-wrapper ul {
font-size: 14px;
}
.number-filter-group input {
width: 50%;
}
.number-filter-group input:first-child {
margin-right: 30px;
}
.search_picker { display: none;
background: white;
padding: 10px;
}
.search_picker input {
position: relative;
border: none;
width: 100%;
padding: 5px 10px !important;
height: 40px !important;
border: 1px solid silver;
border-radius: 3px;
}
.search_picker ul {
list-style-type: none;
height: 200px;
overflow: auto;
}
.search_picker ul li {
cursor: pointer;
border-left: 3px solid transparent;
padding: 6px;
}
.search_picker ul li:hover {
border-left: 3px solid #f9cc0d;
transition: 0.4s;
}
.search_picker_select {
display: flex;
}
.search_picker_select .fa-times,
.date-filter-wrapper .fa-times {
content: "\f00d";
font-size: 15px;
padding: 10px;
border: 2px solid white;
color: black;
margin-left: 10px;
cursor: pointer;
}
.search_picker_select .fa-times:hover {
color: red;
}
.product-card-wrapper {
width: 25%;
float: left;
margin: auto;
padding: 0px 30px 40px 30px;
}
.product-card {
width: 100%;
position: relative;
min-width: 277px;
border: 1px solid silver;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
border-radius: 10px;
}
.shop-sidebar {
width: 25%;
float: left;
padding-top: 25px;
background: #fafafa;
}
.product-summary:hover .show-product-series-tooltip {
display: block;
}
.show-product-series-tooltip {
transition: display 1s;
display: none;
position: absolute;
left: 0;
bottom: 0;
height: 136px;
width: 100%;
padding: 15px;
background: white;
color: #444444;
}
.panel-heading {
padding: 10px !important;
background-color: #fafafa !important;
}
.panel-title-wrapper {
margin: 5 10 15 5;
}
h4.panel-title {
font-size: 20px;
font-weight: bold;
}
.panel-default {
border-color: transparent !important;
}
.panel-body {
background-color: #fafafa !important;
color: #000000 !important;
padding: 0px !important;
}
.date-filter-wrapper {
display: inline-flex;
justify-content: space-between;
}
.date-filter-wrapper {
border-bottom: 0;
width: 100%;
}
.date-filter-wrapper * {
margin: .5%;
}
.date-filter-wrapper div:not(:last-child) {
background: var(--yellow);
padding: 8px;
cursor: pointer;
flex-grow: 1;
border-radius: 10px;
text-align: center;
}
.date-filter-wrapper input {
border: 1px solid silver;
border-radius: 10px;
text-align: center;
flex-grow: 2;
}
.date-filter-wrapper div:hover:not(:last-child) {
background-color: var(--yellow-dark);
transition: .5s;
}
.flag-box {
position: absolute;
bottom: 14px;
height: 20 !important;
left: 0;
right: 0;
margin-left: auto;
margin-right: 50px;
border: 1px solid white; }
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
.product-card-wrapper {
width: 33%;
}
}
@media only screen and (min-width: 701px) and (max-width: 1300px) {
.product-card-wrapper {
width: 50%;
}
.shop-sidebar {
width: 35%;
}
.shop-body {
width: 65%;
}
}
@media only screen and (min-width: 300px) and (max-width: 1000px) {
.shop-sidebar,
.shop-body,
.shop-body {
width: 100%;
padding: 15px 15px 15px 15px;
}
.shop-sidebar select {
padding: 0;
}
.shop-row {
display: block;
}
.paging-top ul {
margin-top: 20px;
}
.no-results-found:first-child {
position: relative;
top: 20px;
width: 100%;
text-align: center;
}
}
@media only screen and (min-width: 300px) and (max-width: 700px) {
.product-card-wrapper {
width: 100%;
}
}
@media only screen and (max-width: 1300px) {
.paging-bottom,
.paging-top {
display: block;
text-align: center;
}
}