/* SHOP */
.shop-controls {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
	padding-top: 10px;
	padding-bottom: 30px;
}
.shop-controls select {
	border: 1px solid #ced4da;
	margin-top:8px;
	margin-bottom: 10px;
}

.shop-items {
    display: flex;
    flex-wrap: wrap;
    -gap:15px;
}

.shop-items .block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    position: relative;
    display: block;
}

.blog-entry {
    background: #fff;
    box-shadow: 0px 4px 18px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.8);
    border: 1px solid #f7f7f7;
}

.shop-items .text {
	-min-height:600px;
}

.shop-items .block-3 {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.shop-items .block-3:first-of-type {
	border:none;
	margin-top:15px;
}

@media (max-width: 767.98px) {
	.shop-items .block-3 {
		margin-bottom: 0px;
	}
	.shop-controls b {
		margin-left:-6px;
	}
}
.prod-option {
	margin-bottom:30px;
}
.prod-option b {
	font-weight:600;
}
.price-tag {
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	vertical-align:middle;
	white-space:nowrap;
}
.price-tag span {
	font-size:22px;
	font-weight:300;
}
.price-reduced {
	display: inline-block;
	color:#6EB400;
	text-decoration:line-through;
	margin-left: 20px;
	margin-top:9px;
	vertical-align:middle;
}
.price-reduced span {
	color: gray;
	font-size:18px;
	font-weight:300;
	white-space:nowrap;
}
.price-sale-box {
	position: absolute;
	line-height: 30px;
	padding: 10px;
	padding-left:15px;
	padding-right:15px;
	top: 80px;
	left: 26px;
	width:auto;
	color: #fff;
	font-size: 30px;
}

.image-2 + .price-sale-box {
	right: 40px;
	left:initial;
}

.bread-crumb {
	margin-bottom: 26px;
}
.bread-crumb a, .bread-crumb .fa  {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #6EB400; /*#c0c0c3;*/
	font-weight: bold;
}
.bread-crumb a:hover {
	color: #c0c0c3;
}
.bread-crumb .fa  {
	vertical-align:middle;
	margin-left: 10px; 
	margin-right:10px;
	margin-top: -5px;
	font-size: 20px;
	line-height: 20px;
	color: #c0c0c3;
}

.out-of-stock {
	color: #ff0080 !important;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-left:15px;
	margin-top:-10px;
}
.shop-items .blog-entry {
	cursor:pointer;
	position:relative;
}
.shop-items .meta div {
		font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: .13em;
    color: #444;
}

.shop-items .blog-entry .text {
	min-height: 140px;
	margin:0px;
	padding:15px;
	padding-top: 12px;
	padding-bottom: 0px;
}

.shop-items .blog-entry .text .heading {
	margin-top: 4px;
	min-height: 45px;
	max-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
   -webkit-box-orient: vertical;
	font-size: 1.3rem;
	line-height: 1.1;
	color: #404044;
}
@media (max-width: 767.98px) {
	.shop-items .blog-entry .text .heading {
		min-height: 36px;
	}
}
.blog-entry .price-tag {
	font-size: 22px;
	font-weight:700;
	margin-top: -22px;
	margin-bottom: 0px;
}
.blog-entry .price-tag span{
	font-size: 18px;
	font-weight: 500;
}
.blog-entry .price-reduced {
	font-size: 16px;
	display:inline-block;
	margin-left:20px;
	margin-top:-20px;
	vertical-align: middle;
}
.compact .price-sale-box {
	z-index:200;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
}

.item-card {
	transition: all 0.5s ease-out;
}

.compact:hover .item-card {
    box-shadow: 2px 4px 25px rgb(25 25 33 / 25%);
}

.shop-items .block-20 {
	border:1px solid #f0f0f1;
	border-bottom:none;
}

.width-30 {
	width: calc(30% - 20px);
}
.width-50 {
	width: calc(49% - 20px);
}
.width-70 {
	width: calc(69% - 20px);
}
@media (max-width: 576px) {
	.width-50, .width-70, .width-30 {
		width: calc(99% - 20px);
	}
}

.block-3 {
			margin-bottom: 20px !important;
}
	
@media (min-width: 768px) {
	.block-3 {
			margin-bottom: 0px;
	}
}
.block-3 .text,
.block-3 .image {
    width: 100%;
    padding: 2% 7%;
    display: block;
}
.block-3 .prod-desc {
	margin-bottom:20px;
}
.block-3 .image {
	max-height: 600px;
	min-height: 500px;
}
.block-3 select {
	border: 1px solid #ced4da;
}
.block-3 .image.no-img {
	cursor:default;
	background-image: url(../../upload/products/no-product.jpg);
}

.block-3 .date-btn {
 width: 313px;
 text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px 43px 10px 41px;
}
@media (max-width: 1199px) {
	.bread-crumb {
		margin-top: -12px;
	}
}
@media (max-width: 991px) {
	.block-3 .image {
		max-height: 450px;
	}
	.bread-crumb {
		margin-top: 14px;
	}
	.price-sale-box {
		top: 90px;
	}
}
@media (min-width: 768px) {
    .block-3 .text,
    .block-3 .image {
        width: 50%;
        min-width:48%;
        padding: 0% 7%;
    }
}
@media (max-width: 767.98px) {
    .block-3 .image {
      min-height: 500px;
    }
		.bread-crumb {
			margin-top: 18px;
			margin-bottom: 22px;
		}
}

.block-3 .text .subheading {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #444;
}

.block-3 .text .heading {
    font-size: 30px;
    margin-top: -10px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.block-3 .text .heading a {
    color: #404044;
}

.block-3 .text p:last-child {
    margin-bottom: 0;
}
.block-3 .quote {
	border-left: 5px solid #ee76ad;
	padding-left: 12px;
}

.block-3 .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    border: 1px solid #e1e1e2;
}

.col {
	position:relative;
    width: 98%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
	.col {
			width: 50%;
			max-width: calc(50% - 0px);
	}
}
@media (min-width: 1200px) {
	.col {
			width: 33.333333%;
			max-width: calc(33.333333% - 0px);
	}
}

/* PAGINATION */

.pagination {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: -20px;
    text-align: center;
}
.pagination .pg {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.pagination .pg.active,
.pg.dots {
    cursor: default;
    color: #000 !important;
}
.pagination .pg.active {
    background: #6EB400;
    color: white !important;
}
.pagination .pg:hover {
    color: #6EB400;
}
.pagination .pg .fa {
    font-size: 50px;
    line-height: 40px;
    margin-top: -6px;
    vertical-align: middle;
    color: #ccc;
}
.pagination .pg:hover .fa {
    color: #6EB400 !important;
}
