.product-360-header h4 {
    font-size: 28px;
    font-weight: bold;
    margin-left: 20px
}

.product-360-header button {
    margin-top: 10.5px;
    cursor: pointer
}

.product-360-header button:hover {
    background-color: #01B093;
    color: #ffffff
}

.product__header img.thumb {
    max-height: 100%;
    max-width: 100px;
    margin-right: 12px
}

.product__header img.thumb:last-child {
    margin-right: 0
}

.product__header .icons img {
    width: 125px;
    float: right
}

.product__header__description--important {
    color: #0779BF;
    font-weight: bold;
    font-size: 18px
}

.product__header__features__title {
    text-transform: uppercase;
    color: #01B093;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    border-bottom: 1px solid #01B093
}

.product__header__features__types {
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding-top: 14px;
    padding-left: 0
}

.product__header__features__types li {
    color: #0779BF;
    border-right: solid 1px #555;
    padding-right: 14px;
    cursor: pointer;
    align-self: center;
    text-align: center
}

.product__header__features__types li+li {
    padding-left: 14px
}

.product__header__features__types li:last-child {
    border-right: 0;
    padding-right: 0
}

.product__filter--border {
    border: 1px solid #01B093;
    padding: 15px;
    padding-bottom: 13px;
    height: 124px
}

@media screen and (max-width: 1200px) {
    .product__filter--border {
        height: auto
    }
}

.product__filter__icons .icons {
    margin: 0;
    text-align: center
}

.product__filter__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #01B093
}

.product__filter__actions {
    display: flex;
    justify-content: space-between
}

.product__filter__actions .dropdown>button {
    text-transform: uppercase;
    font-size: 18px;
    color: #0779BF;
    padding: 0
}

.product__filter__actions select {
    border: 1px solid #0779BF
}

.product__filter__actions button {
    padding: 0
}

.product__detail img {
    display: block;
    margin: 0 auto;
    max-width: 75%
}

.product__detail__title span.e,
.product__detail__title span.se {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-top: 3px;
    background: url(/images/sprites.png) -2px -178px no-repeat
}

.product__detail__title span.se {
    width: 60px;
    background: url(/images/sprites.png) -43px -209px no-repeat;
    background-size: 155%
}

.product__detail__title span.e span,
.product__detail__title span.se span {
    position: absolute;
    left: -999em
}

.product__detail__links {
    padding-bottom: 20px
}

.product__detail__links button.btn-link {
    padding: 0
}

.product__detail__specs .row {
    padding: 5px 0;
    border-bottom: 1px solid #555;
    font-size: smaller
}

.product__detail__specs--label {
    font-weight: bold
}

.acuity__border__blue {
    border: 2px solid #0779BF;
    padding: 25px 5px;
    margin-top: 20px
}

.acuity__border__grey {
    border: 1px solid #555;
    padding: 15px 0
}

/** configurator **/

.product__filter .media-right {
	vertical-align: middle;
}

.product__filter .media-body p {
	margin-bottom: 0
}

.product__filter h4 {
	font-weight: 800;
	color: #999999;
}

.btn-clear-filter {
	white-space: nowrap;
	color: #999;
	margin-left: 50px;
	padding: 10px 35px;
	display: inline-block;
	font-size: 22px;
	border: 4px dotted #999;
}

.btn-clear-filter:hover {
	text-decoration: none;
	border-color: #044a75;
}

.btn-clear-filter:focus {
	text-decoration: none;
}

.product__filter .filter h4 {
	font-weight: 600;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 14px;
	color: #000;
}

.product__filter .filter-content {
	display: flex;
}
.product__filter .filter-content .filter-body {
    width: 85%;
}
.product__filter .filter.filter-bg-blue h4 {
	background-image: url('../themes/curtis/images/configurator/blue-stripe.jpg');
}

.product__filter .filter.filter-bg-yellow h4 {
	background-image: url('../themes/curtis/images/configurator/yellow-stripe.jpg');
}

.product__filter .filter.filter-bg-green h4 {
	background-image: url('../themes/curtis/images/configurator/green-stripe.jpg');
}

.product__filter .filter .filter-list {
	display: flex;
	list-style: none;
	justify-content: space-between;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 30px;
}

.product__filter .filter .filter-list.list-qty-2 {
	justify-content: flex-start;
}
.product__filter .filter .filter-list.list-qty-2 li {
    margin-right: 12rem;
}

.product__filter .filter .filter-list li label {
	color: #999;
	font-weight: 500;
	font-size: 15px;
	max-width: 210px;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

.product__filter .filter .filter-list li label.blocked {
    opacity: .3;
    cursor: default;
}

.product__filter .filter .filter-list li label span {
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 50px;
	margin: 10px auto 0 auto;
	display: block;
}

.product__filter .filter .filter-list li label input:checked + span {
	background: #80b2e1;
    border: none;
}


.product__filter .filter.filter-bg-yellow .filter-list li label input:checked + span,
.product__filter .filter.application .filter-list li label input:checked + span {
	background: #fdc84b;
    border: none;
}

.product__filter .filter.filter-bg-green .filter-list li label input:checked + span,
.product__filter .filter.vdc .filter-list li label input:checked + span {
	background: #9ce2aa;
    border: none;
}

.product__filter .filter .filter-list li label input {
	visibility: hidden;
	opacity: 0;
	position: absolute;
}

.product__detail__specs--label {
    overflow-wrap: break-word;
}

.product__attribute__value ul.list-unstyled {
    margin-bottom: 0;
}

.product__attribute__value ul.list-unstyled li:not(:first-child) {
    margin-top: 3px;
}

@media (max-width: 1200px) {
	.product__filter .filter .filter-list {
		flex-wrap: wrap;
		justify-content: end;
	}

	.product__filter .filter .filter-list li {
	    margin: 0 20px 20px 20px;
	}

	.product__filter .filter .filter-list li label {
		flex-direction: row-reverse;
	}

	.product__filter .filter .filter-list li label span {
		margin: 0 5px 0 auto;
		flex: none;
	}

	.product__filter .filter .filter-list li {
		flex-grow: 1;
		flex-basis: 0;
		display: flex;
		flex: 0 1 50%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px;
	}
}

@media (max-width: 992px) {
    #product-container [id*='product'] {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
	.product__filter .filter-content {
		display: block;
	}

	.product__filter .filter-content .filter-right {
		text-align: center;
		padding-top: 10px;
	}

	.product__filter .filter-content .filter-right .btn-clear-filter {
		margin-left: 0;
	}

    .product__detail__description {
        word-break: break-word;
    }
}


