/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  background: #fff;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  background: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 50px;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 50px;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.validation-advice,
.validation-failed {
  color: #a94442;
  font-weight: bold;
}

#get-quote .btn-danger {
  background: #b92c28 !important;
  float: right !important;
  margin: 10px 0 0 !important;
  border-radius: 0 !important;
}

.btn-danger {
  border-radius: 0 !important;
  font-weight: 200;
  text-transform: capitalize;
}

.oos {
  color: #b92c28;
  margin-bottom: 20px;
  font-weight: bold;
}

a:hover,
button:hover {
  cursor: pointer;
}

#j2t_inner_ajax_content .btn-add-top-basket {
  float: none !important;
  margin: 0 0 5px 0;
}

#j2t_inner_ajax_content .j2tajax-checkout-txt {
  font-weight: 300;
  font-size: 20px !important;
}

#j2t_inner_ajax_content ul {
  margin-left: 0 !important;
}

.j2t-title {
  font-weight: 400;
}

div.j2tajax-progress,
div.j2tajax-confirm {
  width: 550px !important;
}

.tab-content > .tab-pane {
  height: 440px !important;
  overflow: none !important;
}

.tab-content > .tab-pane #turf_comparison_features {
  margin-bottom: 0 !important;
}

#turf_comparison_features table {
  width: 100%;
}

#turf_comparison_features td,
#turf_comparison_features th {
  text-align: center;
  border: solid 1px #ccc;
  word-wrap: break-word;
  position: relative;
}

#turf_comparison_features th {
  padding: 100px 0 0;
}

.bulk-discount-tiers #turf_comparison_features th {
  padding: 0;
}

.tab-content #turf_comparison_features th {
  padding: 5px 0;
}

#turf_comparison_features .toggler td {
  padding: 0;
}

#turf_comparison_features .toggler .btn {
  background: #444;
  padding: 25px;
  color: #fff;
  margin: 0;
  font-size: 25px;
}

#turf_comparison_features .toggler .btn .fa {
  color: #fff;
}

#turf_comparison_features td {
  padding: 12px;
  vertical-align: middle;
  width: 20%;
}

#turf_comparison_features th h2,
.com-mobile h2 {
  background: rgba(0, 0, 0, 0.75);
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  line-height: 21px;
  height: 60px;
}

/*input[type="text"],input[type="email"], .input-lg { border-radius: 5px !important;}*/
#turf_comparison_features th h2 span,
.com-mobile h2 span {
  display: block;
  color: #b75cc1;
  font-size: 14px;
  font-weight: normal;
}

#turf_comparison_features th h2 span.price-helper,
.com-mobile h2 span.price-helpler {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}

#turf_comparison_features th h2 a {
  color: #fff;
  display: block;
  padding: 10px;
  min-height: 72px;
}

.com-mobile a {
  color: #fff;
  display: block;
  padding: 10px;
}

#turf_comparison_features th h2 a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

#turf_comparison_features tr:nth-child(even) {
  background: #f9f9f9;
}

#turf_comparison_features th:first-child,
#turf_comparison_features td:first-child,
#turf_comparison_features2 td:first-child {
  text-align: right;
  color: #92389c;
  font-weight: bold;
}

#priceTable td:first-child,
#priceTable th:first-child {
  text-align: center !important;
}

#turf_comparison_features2 td:first-child {
  width: 20%;
}

#turf_comparison_features td .ratings {
  line-height: 17px;
  font-size: 15px;
}

#turf_comparison_features td .fa {
  font-size: 21px;
  color: #ccc;
}

#turf_comparison_features td .fa-circle {
  color: #8dba54;
}

#turf_comparison_features td .price span,
.exc-vat {
  display: block;
  color: #888;
  font-weight: 200;
  font-size: 11px;
  line-height: 1.2em;
}

#turf_comparison_features td .btn {
  display: block;
  width: 100%;
  background: #92389c;
  font-weight: 200;
}

#turf_comparison_features td .btn:hover {
  background: #333 !important;
}

#turf_comparison_features td .btn-green {
  background: #a1c360;
  margin: 10px 0 0;
}

#turf_comparison_features td .get-quote-btn {
  font-size: 1.2em;
  padding: 10px 0;
}

#turf_comparison_features td .product-name-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #999;
}

#turf_comparison_features td .product-name-label.last {
  font-size: 20px;
  color: #444;
}

.turf-total-cost .cost {
  margin: 10px 0 0;
  display: block;
}

/* Quick View */
#product-quick-view .product {
  padding: 40px 40px 20px;
  background: #fff;
  border: #92389c 4px solid;
  position: relative;
}

.com-mobile {
  padding: 0 !important;
}

#product-quick-view .product-top h2 {
  margin: 0;
}

#product-quick-view .product-top h2 a {
  color: #92389c;
}

#product-quick-view .product-top h2 a:hover {
  color: #444;
  text-decoration: none;
}

#product-quick-view .product-top span.bestfor {
  font-size: 18px;
  color: #999;
}

#product-quick-view .product-top .price-from {
  display: inline-block;
  background: #eee;
  padding: 10px;
  color: #444;
  font-size: 20px;
  float: right;
  margin-right: 5px;
  text-align: center;
}

#product-quick-view .product-description {
  margin: 5px 0;
  overflow: auto;
}

#product-quick-view .turf-selector-custom-options strong.min {
  display: block;
  margin-bottom: 10px;
  color: #999;
}

#product-quick-view .turf-selector-custom-options .mini-calculator {
  border-top: #eee 1px solid;
  padding-top: 10px;
}

#product-quick-view .turf-selector-custom-options strong.title {
  color: #92389c;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq {
  margin-bottom: 0;
  position: relative;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq .validation-advice {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq input {
  width: 10rem;
  float: left;
  text-align: center;
  border-radius: 0;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq label {
  float: left;
  display: block;
  font-size: 16px;
  margin: 12px 5px 0 0;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq span {
  float: left;
  margin-left: 8px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 9px;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq .extras {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 10px;
  display: none;
  color: #777;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .msq .extras span {
  float: none;
  display: inline-block;
  margin: 0;
}

#product-quick-view .turf-selector-custom-options .sqm-selection small {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 10px 0;
}

#product-quick-view .turf-selector-custom-options .sqm-selection small strong {
  color: #000;
}

#product-quick-view .turf-selector-custom-options .field-options {
  margin: 15px 0 0 0;
}

#product-quick-view .turf-selector-custom-options .field-options .mini_calc_input,
#product-quick-view .turf-selector-custom-options .field-options .x {
  float: left;
}

#product-quick-view .turf-selector-custom-options .field-options .x {
  margin: 6px 8px 0 8px;
}

#product-quick-view .turf-selector-custom-options .field-options .mini_calc_input {
  width: 69px;
  text-align: center;
  border-radius: 0;
}

#product-quick-view .turf-selector-custom-options .field-options .mini_calc_units {
  margin-left: 8px;
  margin-right: 8px;
  width: 87px;
  text-align: left;
}

#product-quick-view .turf-selector-custom-options .field-options .field {
  margin-bottom: 10px;
}

#product-quick-view .turf-selector-custom-options .field-options .mini_calc_circle_diam {
  width: 118px;
}

#product-quick-view .turf-selector-custom-options #dummy-button,
#product-quick-view .turf-selector-custom-options #mini-calc-submit {
  float: left;
  margin: 5px 0 0 10px;
  background: #8dba54;
  color: #fff;
  border-radius: 0;
}

#product-quick-view .turf-selector-custom-options #mini-calc-submit {
  margin-top: 0;
}

#product-quick-view .turf-selector-custom-options #dummy-button:hover,
#product-quick-view .turf-selector-custom-options #mini-calc-submit:hover {
  background: #92389c;
  color: #fff;
}

#product-quick-view .turf-selector-custom-options .add-slack {
  font-size: 14px;
  text-align: left;
}

#product-quick-view .turf-selector-custom-options #add_turf_slack {
  height: auto;
  width: auto;
}

#product-quick-view .turf-selector-custom-options .add-slack label strong {
  padding: 0;
  font-weight: bold;
}

#product-quick-view .turf-selector-custom-options .sqm-selection .qty-error,
.product-view .turf-selector-custom-options .sqm-selection .qty-error {
  font-weight: bold;
  color: #e74c3c;
  margin-top: 5px;
  display: none;
}

#product-quick-view .bulk-discount-tiers strong.title,
.product-view .bulk-discount-tiers strong.title {
  color: #92389c;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}

#product-quick-view .bulk-discount-tiers .tier,
.product-view .bulk-discount-tiers .tier {
  border-right: 1px solid #ccc;
  font-weight: 600;
  line-height: 18px;
  margin: 0 -15px;
  position: relative;
  text-align: center;
}

#product-quick-view .bulk-discount-tiers .tiers .row > div:last-child .tier,
.product-view .bulk-discount-tiers .tiers .row > div:last-child .tier {
  border: 0 none;
}

#product-quick-view .bulk-discount-tiers .tier .qty,
.product-view .bulk-discount-tiers .tier .qty {
  color: #888;
  display: block;
  font-size: 12px;
}

#product-quick-view .bulk-discount-tiers .tier .price,
.product-view .bulk-discount-tiers .tier .price {
  color: #000;
  display: block;
  font-size: 17px;
}

#product-quick-view .bulk-discount-tiers .tier .saving,
.product-view .bulk-discount-tiers .tier .saving {
  color: #c0392b;
  font-size: 11px;
  text-transform: uppercase;
}

#product-quick-view .top-soil-notice {
  font-weight: 600;
}

#product-quick-view .qty-box {
  float: right;
}

#product-quick-view .qty-box span {
  display: inline-block;
  color: #666;
  font-size: 18px;
  margin-right: 10px;
}

#product-quick-view .qty-box #qty {
  width: 70px;
  text-align: center;
  border-radius: 0;
  display: inline-block;
}

#product-quick-view .add-to-cart {
  clear: both;
  margin-top: 15px;
  border-top: #eee 1px solid;
  padding-top: 15px;
}

#product-quick-view .add-to-cart .btn-purple {
  border-radius: 0;
  background: #92389c;
  color: #fff;
  float: right;
  margin: 10px 0 0;
}

#product-quick-view .add-to-cart .btn-purple:hover {
  background: #333;
}

#product-quick-view .final-price {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  padding-top: 10px !important;
  font-weight: 200;
  width: 33%;
  line-height: 1.2em;
  margin-bottom: 0;
}

#product-quick-view .gimg {
  margin-right: 2px;
  margin-top: 5px;
  cursor: pointer;
}

/* Product Page */
.product-view .product-options-bottom {
  clear: both;
}

.product-view .turf-selector-custom-options strong.min {
  display: block;
  margin-bottom: 10px;
  color: #999;
}

.product-view .turf-selector-custom-options strong.title {
  color: #92389c;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
}

.product-view .turf-selector-custom-options .sqm-selection .msq {
  margin-bottom: 0;
  position: relative;
}

.product-view .turf-selector-custom-options .sqm-selection .msq .validation-advice {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.product-view .turf-selector-custom-options .sqm-selection .msq input {
  width: 100px;
  float: left;
  text-align: center;
  border-radius: 0;
}

.product-view .turf-selector-custom-options .sqm-selection .msq label {
  float: left;
  display: block;
  font-size: 16px;
  margin: 12px 5px 0 0;
}

.product-view .turf-selector-custom-options .sqm-selection .msq span {
  float: left;
  margin-left: 8px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  display: block;
  margin-top: 9px;
}

.product-view .turf-selector-custom-options .sqm-selection .msq .extras {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 10px;
  display: none;
  color: #777;
}

.product-view .turf-selector-custom-options .sqm-selection .msq .extras span {
  float: none;
  display: inline-block;
  margin: 0;
}

.product-view .turf-selector-custom-options .sqm-selection small {
  display: block;
  font-size: 12px;
  color: #666;
  margin: 10px 0;
}

.product-view .turf-selector-custom-options .sqm-selection small strong {
  color: #000;
}

.product-view .turf-selector-custom-options .field-options {
  margin: 15px 0 0 0;
}

.product-view .turf-selector-custom-options .field-options .mini_calc_input,
.product-view .turf-selector-custom-options .field-options .x {
  float: left;
}

.product-view .turf-selector-custom-options .field-options .x {
  margin: 6px 8px 0 8px;
}

.product-view .turf-selector-custom-options .field-options .mini_calc_input {
  width: 69px;
  text-align: center;
  border-radius: 0;
}

.product-view .turf-selector-custom-options .field-options .mini_calc_units {
  margin-left: 8px;
  margin-right: 8px;
  width: 90px;
  text-align: left;
}

.product-view .turf-selector-custom-options .field-options .field {
  margin-bottom: 10px;
}

.product-view .turf-selector-custom-options .field-options .mini_calc_circle_diam {
  width: 118px;
}

.catalog-product-view .final-price strong {
  clear: both;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
}

.product-view .turf-selector-custom-options #dummy-button,
.product-view .turf-selector-custom-options #mini-calc-submit {
  float: left;
  background: #eee;
  color: #555;
  border-radius: 0;
}

.product-view .turf-selector-custom-options #mini-calc-submit {
  margin-top: 0;
}

.product-view .turf-selector-custom-options #dummy-button:hover,
.product-view .turf-selector-custom-options #mini-calc-submit:hover {
  background: #92389c;
  color: #fff;
}

.product-view .turf-selector-custom-options #mini-calc-submit,
.product-view .turf-selector-custom-options #dummy-button {
  background: #8dba54;
  color: #fff;
}

.product-view .turf-selector-custom-options .add-slack {
  font-size: 14px;
  text-align: left;
}

.product-view .turf-selector-custom-options #add_turf_slack {
  height: auto;
  width: auto;
}

.product-view .turf-selector-custom-options .add-slack label strong {
  padding: 0;
  font-weight: bold;
}

.product-view .add-to-links {
  display: none;
}

#turfscores {
  padding-bottom: 15px;
}

#turfscores strong {
  color: #92389c !important;
  font-weight: bold !important;
}

#turfscores .fa-circle {
  color: #8dba54;
}

#turfscores .fa-circle-o {
  color: #ccc;
}

.product-view .required {
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
}

.product-view .product-action {
  background: #eee;
}

.product-view .add-to-box .final-price div:first-child,
.product-view .add-to-box .final-price div:last-child {
  width: 50%;
  float: left;
}

.final-price div:first-child,
.final-price div:last-child {
  width: 50%;
  float: left;
}

.modal-cost-per div {
  float: none !important;
}

.product-view .add-to-box .oos {
  color: #e74c3c;
}

.product-view .add-to-cart #qty {
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 50px;
}

.product-view .add-to-cart .btn {
  float: left;
}

.product-view #product-options-wrapper {
  margin-bottom: 10px;
}

.product-view #product-options-wrapper .turf-instructions {
  font-weight: 600;
  color: #03481b;
}

.product-view #product-options-wrapper p.required {
  font-size: 11px;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
}

.product-view #product-options-wrapper ul li {
  margin-bottom: 10px;
}

.product-view #product-options-wrapper ul li.last {
  margin-bottom: 0;
}

.product-view .product-options-bottom {
  float: right;
}

.product-view .product-options-bottom .add-to-cart {
  float: right;
}

.product-view .product-options-bottom .price-box {
  margin: 6px 14px 0 0;
  display: inline-block;
  float: left;
  visibility: hidden;
}

.product-view .product-options-bottom .price-box .regular-price .price {
  font-size: 25px;
  color: #222;
  font-weight: bold;
}

.product-view #product-addtocart-button {
  margin: 0 !important;
}

.tab-content #turf_comparison_features td {
  padding: 5px;
}

/* Media Queries */
@media (min-width: 992px) and (max-width: 1199px) {
  #turf_comparison_features td .fa {
    font-size: 18px;
  }
  #turf_comparison_features td .ratings {
    line-height: 14px;
  }
  #turf_comparison_features th:first-child,
  #turf_comparison_features td:first-child {
    font-size: 14px;
  }
  #turf_comparison_features td .price {
    font-size: 14px;
    line-height: 24px;
  }
  #turf_comparison_features td .price span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  #turf_comparison_features tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  #turf_comparison_features td,
  #turf_comparison_features th {
    display: block;
    width: 25%;
    font-size: 20px;
  }
  #turf_comparison_features th:first-child,
  #turf_comparison_features td:first-child {
    background: #efefef;
    width: 100%;
    text-align: center;
  }
  #turf_comparison_features .volume-price-discount {
    background: #92389c !important;
  }
  #turf_comparison_features th:first-child {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #product-quick-view .product-top {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  #product-quick-view .product-top {
    margin-top: 20px;
  }
  #product-quick-view .product-top .price-from {
    float: none !important;
    font-size: 16px;
    margin-top: 5px;
  }
  #product-quick-view .bulk-discount-tiers .tiers .row > div:nth-child(2n) .tier {
    border-right: 0;
  }
  #product-quick-view .turf-selector-custom-options #mini-calc-submit {
    margin-left: 0;
  }
  #product-quick-view .add-to-cart .btn {
    float: none;
    display: block;
    width: 100%;
  }
  #product-quick-view .turf-selector-custom-options #dummy-button,
  #product-quick-view .turf-selector-custom-options #mini-calc-submit {
    float: right;
  }
  .volume-price-discount {
    background: #92389c;
  }
}

@media (max-width: 675px) {
  #turf_comparison_features th {
    padding: 0;
  }
  #turf_comparison_features th h2 {
    border: 0;
  }
  #turf_comparison_features th,
  #turf_comparison_features td {
    width: 50%;
  }
  #turf_comparison_features thead th,
  #turf_comparison_features2 thead th {
    padding: 70px 0 0;
  }
  #turf_comparison_features tfoot td {
    border: #ccc 1px solid;
  }
}

@media (max-width: 480px) {
  #product-quick-view .product {
    padding: 25px !important;
  }
  #product-quick-view .turf-selector-custom-options #dummy-button,
  #product-quick-view .turf-selector-custom-options #mini-calc-submit {
    margin-left: 0;
    width: 100%;
  }
  .mfp-close {
    top: -4px;
    right: 10px;
  }
  #product-quick-view .turf-selector-custom-options strong.title {
    display: block;
  }
  #product-quick-view .turf-selector-custom-options #mini-calc-submit {
    margin-top: 10px;
    margin-left: 0;
  }
  #product-quick-view .turf-selector-custom-options .field-options .mini_calc_units {
    margin-right: 0;
  }
  #product-quick-view .turf-selector-custom-options .field-options .x {
    display: none;
  }
}

.category-header {
  padding-left: 40px;
  padding-right: 40px;
}

#welcome-greeting {
  text-align: center;
  padding: 15px 0 10px;
  top: -20px;
  position: relative;
  clear: both;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
}

#welcome-greeting .title {
  font-size: 1.3em;
  font-weight: 600;
}

#welcome-greeting p {
  font-size: 1.1em;
  color: #92389c;
  font-weight: 200;
  margin: 0 0 5px;
}

.price-wrap .price {
  color: #92389c !important;
  font-size: 32px !important;
}

.tiered-pricing-turf-rates #turf_comparison_features td .price {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  color: #999 !important;
}

#welcome-greeting {
  text-align: center;
  padding: 15px 0 10px;
  top: -20px;
  position: relative;
  clear: both;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
}

#welcome-greeting .title {
  font-size: 1.3em;
  font-weight: 600;
}

#welcome-greeting p {
  font-size: 1.1em;
  color: #92389c;
  font-weight: 200;
  margin: 0 0 5px;
}

.price-wrap .price {
  color: #92389c !important;
  font-size: 32px !important;
}

.tiered-pricing-turf-rates #turf_comparison_features td .price {
  font-size: 14px !important;
  margin-bottom: 5px !important;
  color: #999 !important;
}

.purple-price,
.purple-price .price,
.price-wrap .price,
.price-wrap {
  color: #92389c !important;
  font-size: 26px !important;
  display: inline-block !important;
}

.purple-price,
.price-wrap {
  clear: both;
}
