/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-description p {
	font-size: 14px !important;
	color: black;
}

.product_description_short p {
        font-size: 14px !important;
	color: black;
}

#tt-menu-horizontal.tt-menu-horizontal ul li ul li > a {
	color: black !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.owl-prev {
  margin-top: -100px;
  float: left;
  z-index: 10000;
  position: relative;
}

.owl-next {
  margin-top: -100px;
  float: right;
  z-index: 10000;
  position: relative;
}

.owl-next .arrow {
	display: none !important;
}

.owl-prev .arrow {
        display: none !important;
}

.cart-grid .input-group-btn-vertical {
	float: left !important;
}

.cart-grid .bootstrap-touchspin .btn-touchspin {
	height: 1.43rem !important;
}

