.custom-textpage img {
	max-width: 100%;
}

.custom-textpage {
	padding: 50px 0px;
}

.custom-textpage .textpage-top {
	padding: 0px 0px 50px 0px;
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-textpage .textpage-top .textpage-block {
	width: 50%;
  padding: 0px 15px;
}

.custom-textpage .custom-title-large {
	text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.custom-textpage .custom-title-small {
	font-weight: bold;
}

.custom-textpage .textpage-top .custom-title-small {
	margin-bottom: 20px;
}

.custom-textpage .relatie-usps {
	margin-top: 30px;
}

.custom-textpage .relatie-usps .relatie-usp {
  display: flex;
  align-items: center;
  padding: 7px 0px;
}

.custom-textpage .relatie-usps .relatie-usp .image-wrap {
  width: 25px;
  margin-right: 15px;
}

.custom-textpage .textpage-top .textpage-top-right {
  display: flex;
  align-items: center;
}

.custom-textpage .textpage-top .textpage-top-right .textpage-top-contact {
	width: 50%;
}

.custom-textpage .textpage-top .textpage-top-right .textpage-top-image {
	width: 50%;
}

.custom-textpage .textpage-top .textpage-top-right .textpage-top-contact .textpage-top-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.custom-textpage .textpage-top .textpage-top-right .textpage-top-contact .textpage-top-info .image-wrap {
  width: 50px;
  margin-right: 15px;
}

.custom-textpage .textpage-top .textpage-top-right .textpage-top-contact .btn {
	color: #fff;
  font-weight: bold;
  padding: 0px 40px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.custom-textpage .voorbeelden {
  padding: 30px;
  background: #f0f1f2;
  margin: 0px 0px 30px 0px;
}

.custom-textpage .voorbeelden .voorbeeld-images {
  display: flex;
  align-items: center;
}

.custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image {
	width: calc(100% / 3);
  padding: 0px 30px;
}

.custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image .voorbeeld-image-inner {
	border: 2px solid #000;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  background: #fff;
}

.custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image .second {
	display: none;
}

.custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image .voorbeeld-image-inner:hover .second {
	display: block;
}

.custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image .voorbeeld-image-inner:hover .first {
	display: none;
}

.custom-textpage .stappen {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.custom-textpage .stappen .stap {
  width: 150px;
  height: 150px;
  background: #f0f1f2;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding: 20px;
  justify-content: center;
}

.custom-textpage .stappen .stap:after {
	content: "";
  display: block;
  background: #f0f1f2;
  height: 1px;
  width: 100px;
  top: 75px;
  position: absolute;
}

.custom-textpage .stappen .stap:nth-child(1):after {
	left: calc(((100% / 4) - 50px));
}

.custom-textpage .stappen .stap:nth-child(2):after {
	left: calc(((100% * 2 / 4) - 50px));
}

.custom-textpage .stappen .stap:nth-child(3):after {
	left: calc(((100% * 3 / 4) - 50px));
}

.custom-textpage .stappen .stap:last-child:after {
	display: none;
}

.custom-textpage .stappen .stap .image-wrap {
	display: flex;
  align-items: flex-end;
}

.custom-textpage .stappen .stap .image-wrap img {
	margin-bottom: 5px;
  height: 35px;
}

.custom-textpage .stappen .stap .text {
  display: flex;
  align-items: flex-start;
  font-size: 0.9em;
}

.custom-textpage .betekenis-blok {
	padding: 30px 0px;
}

.custom-textpage .betekenis-blok .betekenis-blok-inner {
	display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile {
  width: 50%;
  display: flex;
  padding: 30px 30px;
  justify-content: flex-start;
  align-items: center;
}

.custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .image-wrap {
  padding-right: 30px;
  width: 30%;
}

.custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .info-wrap {
	width: 70%;
}

.custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .info-wrap .custom-subtitle {
	margin-bottom: 15px;
}

.custom-textpage .bekijk-meer-blok .button {
 	text-align: center; 	
}

.custom-textpage .bekijk-meer-blok .button a.btn {
  color: #fff;
  font-weight: bold;
  padding: 0px 40px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-transform: none;
  max-width: 600px;
  width: 100%;
}

.custom-textpage .zakelijk-banner {
	margin-bottom: 30px;
}

.custom-textpage .zakelijk-banner .banner-inner {
	position: relative;
    height: 400px;
    background: url(zakelijk-banner.jpg) center center no-repeat;
    background-size: cover;
}

.custom-textpage .zakelijk-banner .banner-inner .banner-btn {
	position: absolute;
  bottom: 80px;
  left: 80px;
}

.custom-textpage .zakelijk-banner .banner-inner .banner-btn .btn {
  color: #fff;
  font-weight: bold;
  padding: 0px 40px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}

.custom-textpage .zakelijk-usps-blok {
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
  background: #f0f1f2;
  border-radius: 10px;
}

.custom-textpage .zakelijk-usps-blok .relatie-usps {
	margin: 0;
}

.custom-textpage .zakelijk-usps-blok .relatie-usps .custom-title-small {
	margin-bottom: 15px;
}

.custom-textpage .klanten {
	padding: 30px 0px;
}

.custom-textpage .verschil .verschil-blok {
	margin-bottom: 30px;
}

.custom-textpage .verschil .verschil-blok:last-child {
	margin: 0;
}

.custom-textpage .verschil .verschil-blok .custom-title-small {
	margin-bottom: 5px;
}

.custom-textpage .download-blok {
	padding: 50px 0px;
}

.custom-textpage .download-blok .download-button {
	text-align: center;
}

.custom-textpage .download-blok .download-button .btn {
	color: #fff;
  font-weight: bold;
  padding: 0px 40px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-transform: none;
  max-width: 600px;
  width: 100%;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.download-blok .download-button input {
  max-width: 600px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 50px;
  padding: 0px 15px;
  outline: none;
  border: 2px solid #2a403a;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.download-blok .download-button input::placeholder { 
  color: #2a403a;
}

.download-blok .download-button input:-ms-input-placeholder { 
  color: #2a403a;
}

.download-blok .download-button input:-ms-input-placeholder { 
  color: #2a403a;
}

.download-blok.download-blok-desktop {
	margin-bottom: 100px;
}

.custom-textpage .voorbeelden-zakelijk.voorbeelden {
	margin: 0px 0px 90px 0px;
  padding-bottom: 0;
}

.custom-textpage .voorbeelden-zakelijk.voorbeelden .voorbeeld-images .voorbeeld-image {
  margin-bottom: -60px;
}

.custom-textpage .voorbeelden-zakelijk.voorbeelden .voorbeeld-images .voorbeeld-image .voorbeeld-title {
	font-weight: bold;
  text-align: center;
}

.custom-textpage .voorbeelden-zakelijk.voorbeelden .voorbeeld-images .voorbeeld-image a {
	text-decoration: none !important;
}

.custom-textpage #products {
	padding-bottom: 20px;
}


.custom-textpage .reviews .reviews-carousel {
	padding: 0px 1px;
  max-width: 800px;
  margin: 0 auto;
}

.custom-textpage .reviews .reviews-carousel .review {
  text-align: center;
  padding: 0px 30px;
}

.custom-textpage .reviews .reviews-carousel .review .review-author {
  font-weight: bold;
}

.custom-textpage .reviews .reviews-carousel .review .stars {
	color: #fed130;
    font-size: 18px;
    padding-right: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
}

.custom-textpage .reviews .reviews-carousel .review .review-title {
	font-size: 18px;
  font-weight: bold;
}

.custom-textpage .zakelijk-textpage-top .textpage-block {
	width: auto;
}

.custom-textpage .zakelijk-textpage-top .textpage-top-right .textpage-top-image {
	width: 300px;
}

.custom-textpage .textpage-top.zakelijk-textpage-top {
	align-items: center;
}

.offerte-page {
	padding: 30px 0px;
}

.offerte-page .stap-outer {
	max-width: 600px;
  margin: 0 auto;
  border: 2px solid #2a403a;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.offerte-page .stap-outer .offerte-stap {
	padding: 80px 50px;
  position: relative;
}

.offerte-page .stap-outer .offerte-stap .stap-nummer {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
}

.offerte-page .stap-outer .offerte-stap .stap-nummer span {
	font-weight: bold;
}

.offerte-page .stap-outer .offerte-title {
	font-size: 22px;
  font-weight: bold;
  color: #2a403a;
  margin-bottom: 30px;
}

.offerte-page .stap-outer .input-wrap {
	margin-bottom: 20px;
}

.offerte-page .stap-outer .input-wrap input {
	padding: 10px 15px;
    font-size: 16px;
    width: 100%;
    border: 2px solid #cccccc;
    border-radius: 5px;
}

.offerte-page .stap-outer .input-wrap input::placeholder { 
  color: #9a9a9a;
}

.offerte-page .stap-outer .input-wrap input:-ms-input-placeholder {
  color: #9a9a9a;
}

.offerte-page .stap-outer .input-wrap input::-ms-input-placeholder {
  color: #9a9a9a;
}

.offerte-page .stap-outer .input-wrap input.error {
	border-color: #d35400;
}

.offerte-page .stap-outer .next-step-button {
	margin-top: 50px;
}

.offerte-page .stap-outer .submit-form-button .btn,
.offerte-page .stap-outer .next-step-button .btn {
	width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-transform: none;
  height: 40px;
  line-height: 40px;
}

.offerte-page .stap-outer .offerte-stap {
	-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.offerte-page .stap-outer .offerte-stap.offerte-stap-1 {
	right: 100%;
}

.offerte-page .stap-outer .offerte-stap.offerte-stap-1.show {
	right: 0;
}

.offerte-page .stap-outer .offerte-stap.offerte-stap-2 {
	left: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.offerte-page .stap-outer .offerte-stap.offerte-stap-2.show {
	left: 0;
}

.offerte-page .stap-outer .offerte-fields .input-checkbox {
	display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.offerte-page .stap-outer .offerte-fields .input-checkbox .checkbox {
	text-align: center;
}

.offerte-page .stap-outer .offerte-fields .input-checkbox .checkbox label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.offerte-page .stap-outer .offerte-fields .input-checkbox .checkbox label span {
	display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}

.offerte-page .stap-outer .offerte-fields .question {
	width: 100%;
  font-weight: bold;
}

.offerte-page .stap-outer .offerte-fields .sub-question {
	width: 100%;
  margin-bottom: 10px;
}

.offerte-page .stap-outer .offerte-fields .input-radio .checkbox {
	margin-right: 10px;
  display: inline-block;
}

.offerte-page .stap-outer .offerte-fields .input-radio .question,
.offerte-page .stap-outer .offerte-fields .input-wrap .question {
	margin-bottom: 10px;
}

.offerte-page .stap-outer .offerte-fields .message {
	margin: 15px 0px;
}

.offerte-page .stap-outer .offerte-fields .message textarea {
	min-width: 100%;
  max-width: 100%;
}

.offerte-page .stap-outer .offerte-fields .message textarea::placeholder { 
  color: #9a9a9a;
}

.offerte-page .stap-outer .offerte-fields .message textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

.offerte-page .stap-outer .offerte-fields .message textarea::-ms-input-placeholder {
  color: #9a9a9a;
}

.offerte-page .content {
 	margin: 30px 0px; 
}

.offerte-page .message-area div {
  padding: 15px 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
}

.offerte-page .message-area div.message-error {
	background: #d35400;
}

.offerte-page .message-area div.message-succes {
	background: #2ecc71;
}

@media (max-width: 1199px) {
	.custom-textpage .stappen .stap:after {
    width: 50px;
  }

  .custom-textpage .stappen .stap:nth-child(1):after {
    left: calc(((100% / 4) - 25px));
  }

  .custom-textpage .stappen .stap:nth-child(2):after {
    left: calc(((100% * 2 / 4) - 25px));
  }

  .custom-textpage .stappen .stap:nth-child(3):after {
    left: calc(((100% * 3 / 4) - 25px));
  }

  .custom-textpage .textpage-top .textpage-top-right .textpage-top-contact {
    width: auto;
  }
  
  .custom-textpage .textpage-top .textpage-top-right .textpage-top-image {
  	width: 200px;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .info-wrap,
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .image-wrap {
  	width: 50%;
  }
}

@media (max-width: 991px) {
  .download-blok.download-blok-desktop {
	margin-top: 100px;
}
  
  .custom-textpage .textpage-top .textpage-top-right .textpage-top-contact {
  	width: 100%;
  }
  
  .custom-textpage .textpage-top .textpage-top-right .textpage-top-image {
  	display: none;
  }
  
  .custom-textpage .voorbeelden {
  	padding: 30px 15px;
  }
  
  .custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image {
    padding: 0px 15px;
  }
	
  .custom-textpage .stappen .stap:after {
    display: none;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile {
  	flex-wrap: wrap;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .info-wrap,
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .image-wrap {
  	width: 100%;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .image-wrap {
  	margin-bottom: 15px;
    padding-right: 0px;
  }
  
}

@media (max-width: 767px) {
  .custom-textpage .textpage-top {
  	flex-wrap: wrap;
  }
  
  .custom-textpage .textpage-top .textpage-block {
  	width: 100%;
  }
  
  .custom-textpage .textpage-top .textpage-top-right .textpage-top-contact {
  	margin-top: 30px;
    text-align: center;
  }
  
  .custom-textpage .textpage-top .textpage-top-right .textpage-top-contact .textpage-top-info {
  	justify-content: center;
  }
  
  .custom-textpage .voorbeelden .voorbeeld-images  {
    flex-wrap: wrap;
	}
  
  .custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image {
    width: 100%;
    margin-bottom: 30px;  
	}
  
  .custom-textpage .voorbeelden .voorbeeld-images .voorbeeld-image:last-child {
  	margin-bottom: 0;
  }
  
  .custom-textpage .stappen {
  	flex-wrap: wrap;
  }
  
  .custom-textpage .stappen .stap {
    margin-bottom: 30px;
	}
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner {
  	margin-left: -15px;
    margin-right: -15px;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile {
  	padding: 15px;
    width: 100%;
  }
  
  .custom-textpage .betekenis-blok .betekenis-blok-inner .betekenis-tile .info-wrap {
  	text-align: center;
  }
  
  .custom-textpage .zakelijk-usps-blok {
  	flex-wrap: wrap;
    justify-content: flex-start;
  }
	
  
  .custom-textpage .zakelijk-usps-blok .relatie-usps:first-child {
  	margin-bottom: 30px;
  }
  
  .custom-textpage .voorbeelden-zakelijk.voorbeelden .voorbeeld-images .voorbeeld-image {
  	margin-bottom: 30px;
  }
  
  .custom-textpage .voorbeelden-zakelijk.voorbeelden .voorbeeld-images .voorbeeld-image:last-child {
  	margin-bottom: 0px;
  }
  
  .custom-textpage .voorbeelden-zakelijk.voorbeelden {
    padding-bottom: inherit;
    margin-bottom: 30px;
  } 
  
  .custom-textpage .zakelijk-banner .banner-inner {
  	height: 200px;
  }
  
  .custom-textpage .zakelijk-banner .banner-inner .banner-btn {
  	position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .offerte-page .stap-outer .offerte-fields .input-checkbox .checkbox {
  	margin-bottom: 15px;
  }
}

/* Justin@Shopmonkey - 27/07/2021 - Start */
#product .product-img .product-image-wrap .item a img{
	border: unset;
}
#product .breadcrumbs,
#product .product-images,
#product .product-info,
#product .product-desc{
	width: 50%;
}
#product .product-img > .row{
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
#product .product-img .product-image-wrap{
	width: 100%;
}
#product .product-img .sm-thumbs{
  margin-top: 20px;
  width: 100%;
}
#product .bx-wrapper .bx-controls-direction a.bx-prev{
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -40px;
  width: auto;
}
#product .bx-wrapper .bx-controls-direction a.bx-next{
	top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: unset;
  right: 40px;
  width: auto;
}
#postinfo .text-block strong{
	color: #000;
  font-family: inherit;
  margin-bottom: 5px;
}
.sf_product_plantengids{
	background: none;
  border: 2px solid #2a403a;
  color: #2a403a !important;
  text-transform: uppercase;
  font-style: normal;
  font-family: inherit;
  margin-left: unset;
  margin-top: 20px;
}
.sf_product_plantengids:hover{
	background: none;
  text-decoration: underline;
}
#product .product-content{
  width: 100%;
}
#product .products .productborder .product-image img.product-label{
	max-width: 50px;
}
#product .featured .products .productborder{
	max-width: 100%;
}
#product .product-bundles .products{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#product .product-bundles .products-wrap{
  max-width: 75%;
  width: 75%;
}
#product .product-bundles .productborder{
  max-width: 100% !important;
  width: 100% !important;
}
#product .product-related .title-box{
  margin-top: 60px;
  text-align: center;
  margin-bottom: 30px;
}
#product .product-related .title-box:after{
	display: block;
  content: "";
  height: 1px;
  background: #ddd;
  margin-top: -30px;
}
#product .product-related h3{
	font-size: 52px;
  font-weight: normal;
  padding-top: 0;
  text-align: center;
  background: #fff;
  display: inline-block;
  padding: 0 30px;
  float: none;
/*   font-family: "Amatic SC", Helvetica, sans-serif; */
}
#product #products.products.variants.related h3 {font-family:"Proximanova-regular", Helvetica, sans-serif;}
#product .product-related .products{
	margin: 15px 0;
  padding: 15px 0;
}
#product .product-related .productborder{
	max-width: 100%;
}
#product .featured-products .owl-prev,
#product .featured-products .owl-next,
#product .product-bundles .owl-prev,
#product .product-bundles .owl-next,
#product .product-related .owl-prev,
#product .product-related .owl-next{
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  margin: auto 0;
  font-size: 32px;
  background: rgba(170, 170, 170, .8);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
  min-height: 50px;
  max-height: 50px;
  min-width: 50px;
  max-width: 50px;
  border-radius: 100%;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#product .featured-products .owl-next,
#product .product-bundles .owl-next,
#product .product-related .owl-next{
	left: auto;
  right: 5px;
}
#product .featured-products .owl-prev,
#product .featured-products .owl-next,
#product .product-bundles .owl-prev,
#product .product-bundles .owl-next,
#product .product-related .owl-prev i,
#product .product-related .owl-next i{
	margin-top: -3px;
}
#product .reviews .review-main{
	padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#product .reviews .main-score{
	margin-bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
#product .reviews .main-score .overall-stars{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .reviews .main-score .total-reviews{
  margin-left: 10px;
}
#product .reviews .review-main .review-write .italic{
	margin-bottom: unset;
}
#product .reviews .reviews-content{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#product .reviews .review .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin: 0 -15px;
}
#product .reviews .review span,
#product .reviews .review strong{
  text-align: left;
  font-size: inherit;
}
#product .reviews .review{
	padding: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product .reviews .review-name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#product .reviews .review-title{
	padding: 0 15px;
}
#product .reviews .review-content:before{
	display: none;
}
#product .reviews .review-name .review-author{
  margin-left: 5px;
  font-family: "Proximanova-regular", Helvetica, sans-serif;
  font-weight: bolder;
}
#product .reviews .review .review-stars .stars i{
	font-size: 18px;
}
#product .reviews .stars .empty{
	color: #c7c7c7;
}
#product .reviews .review .review-container{
	background: unset;
  border: unset;
  border-radius: unset;
  padding: unset;
  font-family: "Proximanova-regular", Helvetica, sans-serif;
}
#product .reviews .review .review-container p{
	font-style: normal;
  font-size: inherit;
  font-weight: normal;
  color: #c7c7c7;
}
#product .reviews .review .review-container p:last-child{
  margin: 0;
}
#product .reviews .all-reviews a{
  border: 2px solid #2a403a;
  color: #2a403a;
  padding: 8px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media(max-width: 1199px){
	#product .product-bundles .products-wrap{
  	max-width: unset;
    width: 100%;
  }
}
@media(max-width: 991px){
  #product .breadcrumbs,
	#product .product-images, 
  #product .product-info,
  #product .product-desc{
  	width: 100%;
  }
  #product .product-img .sm-thumbs{
  	max-width: 100%;
  }
  #product .product-related .productborder .product-details{
  	width: 100%;
  }
  #product .product-related h3{
  	font-size: 1.5em;
  }
  #product .featured-products .owl-prev,
  #product .featured-products .owl-next,
  #product .product-bundles .owl-prev,
  #product .product-bundles .owl-next,
  #product .product-related .owl-prev,
  #product .product-related .owl-next{
  	min-height: 35px;
    max-height: 35px;
    min-width: 35px;
    max-width: 35px;
    font-size: 22px;
  }
  #product .featured-products .productborder .product-details{
  	width: 100%;
    margin-top: unset;
    padding: unset;
  }
  #product .featured-products .productborder .product-details .product-price{
  	width: 100%;
  }
  #product .featured-products .productborder .product-details .product-title{
  	padding: 0;
  }
}
@media(max-width: 767px){
	#product .reviews .review .inner{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
    margin: -7px 0;
  }
  #product .reviews .review-title,
  #product .reviews .review-content{
    padding: 7px 0;
  }
  #product .featured-products .productborder .product-cart{
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	    -ms-flex-direction: column;
  	        flex-direction: column;
  }
  #product .featured-products .productborder .product-cart .btn-cart{
    margin-top: 10px;
  	margin-left: unset;
  }
	#product .product-related .productborder .product-details {
    padding: unset;
  }
}
/* Justin@Shopmonkey - 27/07/2021 - End */

#contact-form .form-message {
  max-width: 350px;
}