.tabbed ul.nav {
    position: relative;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.tabbed ul.nav li
{
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    float: left;
    margin-right: 53px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tabbed ul.nav li:hover
{
    color: rgba(0,0,0,0.8);
}

.tabbed ul.nav li:last-child
{
    margin-right: 0px;
}

.tabbed ul.nav li.active
{
    color: rgba(0,0,0,0.8);
}

.tabs-line
{
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-top: 12px;
    position: relative;
}

.tabs-line span
{
    position: absolute;
    top: -1px;
    height: 2px;
    background: #0e8ce4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

/* Default mode */
.tabbed > .nav-tabs {
    border: none;
    margin: 0px;
    border-bottom: 1px solid #dadada;
}

.tabbed > .nav-tabs > li {
    margin-right: 2px;
}
.tabbed > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
}
.tabbed > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbed > .nav-tabs > li.open, .tabbed > .nav-tabs > li:hover {
    border-bottom: 2px solid rgba(14, 140, 228, 0.52);
}
.tabbed > .nav-tabs > li.open > a, .tabbed > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbed > .nav-tabs > li.open > a > i, .tabbed > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbed > .nav-tabs > li.open .dropdown-menu, .tabbed > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
}
.tabbed > .nav-tabs > li.active {
    border-bottom: 2px solid #0e8ce4;
    position: relative;
}
.tabbed > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.tabbed > .nav-tabs > li.active > a > i {
    color: #404040;
}
.form-inline .invalid-feedback {
	position: absolute;
	top: 38px;
}
.boundingBox {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
nav.standard-placeholder {
	background-color: #e9ecef;
}

.breadcrumb {
	width: 100%;
	border-radius: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before
{
	/*content: "\f105";*/
	/*font-family: "Font Awesome 5 Free";*/
	/*font-weight: 900; !*solid*!*/
	/*content: ">";*/
	/*padding-right: 0.2em;*/
}

.container .masonry {
	margin: 30px auto;
	padding: 0;
}

.container .masonry .item {
	float: left;
	/* NOTE: if Masonry's columnWidth is 0, default to outerWidth of first item OR
     if first elem has no width, default to size of container */
	width: 160px;
}

.container .masonry .sizer, .container .masonry .item {
	width: 100%;
}

@media screen and (min-width: 576px) {
	.container .masonry .sizer, .container .masonry .item {
		/* fluid 2 columns */
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
	.container .masonry .sizer, .container .masonry .item {
		/* fluid 3 columns */
		width: 30%;
	}
}

@media screen and (min-width: 992px) {
	.container .masonry .sizer, .container .masonry .item {
		/* fluid 4 columns */
		width: 25%;
	}
}

@media screen and (min-width:1200px) {
	.container .masonry .sizer, .container .masonry .item {
		/* fluid 5 columns */
		width: 20%;
	}
}
.container-fluid.product-carousel {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.product-carousel .row {
	margin-right: 0;
	margin-left: 0;
}

.container-fluid.product-carousel .col {
	padding-left: 0;
	padding-right: 0;
}

.product-carousel .owl-carousel {
	margin: 0;
	position: relative;
}

.product-carousel .owl-carousel .owl-item .owl-lazy {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.product-carousel .owl-theme .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}

.product-carousel .owl-carousel .owl-dots {
	position:absolute;
	z-index:99;
	bottom: 0;
	left: 25%;
	right: 25%;
}

.product-carousel .owl-carousel .owl-nav button.owl-prev,
.product-carousel .owl-carousel .owl-nav button.owl-next {
	color: #aaa;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-align: center;
	line-height: 39px;
	width: 40px;
	height: 40px;
}

.product-carousel .owl-carousel .owl-nav button.owl-prev{
	left: 2%;
}

.product-carousel .owl-carousel .owl-nav button.owl-next {
	right: 2%;
}

/** fontawesome icons as navigation **/
.product-carousel .owl-carousel .owl-prev i,
.product-carousel .owl-carousel .owl-next i {
	transform : scale(1,2);
}

.product-carousel .hover-container {
	position: relative;
	padding: 0;
	margin: 0;
}

.product-carousel .hover-buttons {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	background: transparent !important;
	top: 50%;
	left: 50%;
	margin-top: -15px;
}

.product-carousel .hover-buttons .zoom_bt {
	color: #979797;
	display: none;
}

.product-carousel .hover-container:hover .hover-buttons .zoom_bt {
	display: block;
}

.product-carousel .zoom_bt span {
	display: none;
}

.product-carousel .owl-item img {
	/*border: 1px solid #000;*/
}

@media screen and (max-width: 35.938em) {
	.product-carousel .owl-carousel .owl-item .owl-lazy {
		min-height: 280px;
	}

	.product-carousel .owl-item img {
		height: 225px;
	}
}

@media screen and (min-width: 36em) { /* sm 576px */

	.product-carousel .owl-item img {
		height: 480px;
	}
}

@media screen and (min-width: 48em) { /* md 768px */
	.product-carousel .owl-item img {
		height: 315px;
	}
}

@media screen and (min-width: 62em) { /* lg 992px */

	.product-carousel .owl-item img {
		height: 435px;
	}
}

@media screen and (min-width: 75em) { /* xl 1200px */
	.product-carousel .owl-item img {
		height: 525px;
	}
}


/*see com.exedio.ontex.product.Availability*/
.productPage .availability_available {
	color: green;
}

.productPage .availability_available3to5days {
	color: green;
}

.productPage .availability_notAvailable {
	color: red;
}

.productPage .verifiedReviewStars,
.productPage .verifiedReviewStars .netreviews_review_rate_and_stars div,
.productPage .netreviews_customer_review {
	font-size: 1rem;
}

.productPage .verifiedReviewStars .netreviews_reviews_rate {
    left: 6rem;
}
.container-fluid.full-width {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.full-width .row {
	margin-right: 0;
	margin-left: 0;
}

.container-fluid.full-width .col {
	padding-left: 0;
	padding-right: 0;
}
