body.ast-separate-container { background:#fff; font-family:"Arial",sans-serif  }

body.ast-separate-container #primary {
	margin-top:15px
}

.breadcrumbs {
	margin-bottom:50px;
}

#primary h1 {
	margin-bottom:50px;
	font-size:40px;
	line-height:44px;
	color:#000;
	font-weight:bold
}

.msrp {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}

.msrp span {
	font-size:32px;
	font-weight:bold;
}

.msrp em {
	font-style:normal;
	width:200px;
	position:relative;
}

.msrp em i {
	position:absolute;
	width:100%;
	height:100%;
	top:-3px;
	left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:32px;
	font-weight:bold;
	font-style:normal
}

.msrp svg path {
	fill:transparent;
	stroke:#ff0000;
	stroke-width:6px;
	stroke-linecap: round;
	stroke-linejoin: round;
    animation: elementor-headline-dash forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1;
}

.msrp.e-hide-highlight svg path {
	opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: hide-highlight 0.4s forwards;
    animation-iteration-count: 1;
}

@keyframes elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }
    to {
        stroke-dasharray: 1500 1500;
        opacity: 1;
    }
}

@keyframes hide-highlight {
    0% {
        opacity: 1;
        stroke-dasharray: 1500 1500;
    }
    to {
        filter: blur(10px);
        opacity: 0;
    }
}

.gallery--actions .gallery { padding-bottom:40px }

.product-gallery {
	position:relative;
}

.product-gallery .owl-stage-outer { border:1px solid #eee }

.product-gallery.owl-carousel .owl-stage { display:flex }
.product-gallery.owl-carousel .owl-stage:after { display:none }

.product-gallery.owl-carousel .owl-item { float:none }

.product-gallery.owl-carousel .item {
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center
}

.product-gallery.owl-carousel .owl-nav button.owl-prev,
.product-gallery.owl-carousel .owl-nav button.owl-next {
	box-shadow:none;
	position:absolute;
	top:50%;
	margin-top:-30px;
	background:rgba(0,0,0,.5);
	border-radius:0;
	height:60px
}

.product-gallery .owl-prev { left:0 }
.product-gallery .owl-next { right:0 }

.product-gallery .owl-prev svg,
.product-gallery .owl-next svg {
	width:40px;
	height:auto;
	display:block;
}

.product-gallery .owl-prev svg path,
.product-gallery .owl-next svg path { fill:#fff }

.product-gallery.owl-carousel .owl-dots { 
	display:flex; 
	justify-content:center;
	position:absolute;
	width:100%;
	bottom:-40px;
	left:0;
}
.product-gallery.owl-carousel button.owl-dot {
	width:10px;
	height:10px;
	background:#000;
	box-shadow:none;
	border-radius:20px;
}
.product-gallery.owl-carousel button.owl-dot:not(:last-child) { margin-right:8px }
.product-gallery.owl-carousel button.owl-dot.active { background:#ff0000 }

.gallery--actions .actions a {
	display:block;
	background:#000;
	color:#fff;
	text-transform:uppercase;
	padding:10px 15px;
	font-weight:bold;
	font-size:20px;
	margin-bottom:2px;
	display:flex;
	align-items:center;
}
.gallery--actions .actions a:hover { color:#ff0000 }
.gallery--actions .actions a:hover svg path { fill:#ffffff }

.gallery--actions .actions a:nth-child(2) {
	border-radius:8px 8px 0 0;
}

.gallery--actions .actions a:last-child {
	border-radius:0 0 8px 8px;;
	margin-bottom:0;
}

.gallery--actions .actions a svg {
	width:20px;
	height:auto;
	margin-right:10px;
}

.gallery--actions .actions a svg path { fill:#ff0000 }

.basic-info {
	margin:50px 0;
}

.basic-info ul {
	list-style: none;
    margin: 0;
    padding: 0;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	letter-spacing:-1px
}

.basic-info li {
}

.basic-info li span {
	display:block;
	border-bottom:2px solid #B1B1B1;
	padding:5px 0;
}

.basic-info li:last-child span { border:none }

.detailed-info .tabs {
	display:flex;
	border-bottom:1px solid #ebebeb
}

.detailed-info .tab {
	background:#ebebeb;
	color:#54595f;
	text-transform:uppercase;
	font-weight:bold;
	padding:10px 20px;
	font-size:17px;
	cursor:pointer;
	transition:all 0.5s ease;
}

.detailed-info .tab:hover {
	background:#ff0000;
	color:#fff;
}

.detailed-info .tab.active {
	background:#000;
	color:#fff;
}

.detailed-info > h2 { 
	color:#ff0000;
	margin:30px 0;
	font-weight:bold
}

.tab-content-item { 
	display:none;
}

.tab-content-item.active {
	display:block;
	color:#000;
}

.tab-content-item h4 {
	margin:0 0 15px;
	color:#000;
	font-size:24px;
	line-height: 28px;
}

.tab-content-item ul:last-child,
.tab-content-item p:last-child { margin-bottom:0 }

.specification ul {
	margin:0;
	padding:0;
	list-style:none
}

.specification li {
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-weight:bold;
}

.specification li:not(:last-child) { margin-bottom:5px }

.specification li em {
	border-bottom: 1px dashed #ff0000;
    flex-grow: 1;
    display: block;
    margin: 0 15px;
}

.recommended-products {
	margin-top:50px;
}

.recommended-products h2 {
	text-transform:uppercase;
	text-align:center;
	color:#000;
	font-size:35px;
	font-weight:bold;
	margin-bottom:30px;
}

.recommended-item {
	position: relative;
	overflow: hidden;
	width:100%;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	text-align: center;
}
	
.recommended-item:before {
	content: "";
    display: block;
	padding-top: 65%;
}

.recommended-item a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
	background:rgba(0,0,0,.75);
	transition:all 0.5s ease;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0 15px;
	text-align: center;
}

.recommended-item a:hover {
	opacity:1
}

#getInTouchModal .modal-header h4 {
	color:#ff0000;
	font-size:32px;
	line-height:36px;
	margin-bottom:15px
}

#getInTouchModal .modal-close svg { width:24px; height:auto }

#getInTouchModal .modal-wrapper {
	background:#fff;
	margin-top:30px;
}

#getInTouchModal p { margin:0 }

#getInTouchModal .field { margin-bottom:15px }
#getInTouchModal .field textarea,
#getInTouchModal .field input {
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    line-height: 0;
    height: auto;
	color:#000
}
#getInTouchModal .field textarea::placeholder,
#getInTouchModal .field input::placeholder {
	opacity:1;
	color:black
}

#getInTouchModal .field textarea { 
	height:66px;
	line-height:18px;
	resize: none;
}

#getInTouchModal .action { margin:0 }

#getInTouchModal input[type="submit"] {
	background:#ff0000;
	color:#fff;
	text-transform:uppercase;
	display:block;
	width:100%;
	border-radius:0;
	font-weight: bold;
}

#getInTouchModal .wpcf7-form.submitting input[type="submit"] { color:#ff0000 }

#getInTouchModal .action p {
	position:relative;
}

#getInTouchModal .action p .wpcf7-spinner {
	margin: 0;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px;
}

#getInTouchModal .wpcf7-response-output {
	margin: 15px 0 0;
    padding: 8px 10px;
    line-height: 17px;
    font-size: 15px;
    border-width: 1px;
}

#getInTouchModal .wpcf7-not-valid-tip {
	font-size:12px; 
	line-height:12px;
}

@media (max-width:991px) {
	.recommended-products,
	.gallery--actions .actions { margin-top:30px }
}

@media (min-width:576px) {
	.basic-info ul {
		column-count:2;
		column-gap:15px;
	}
	.basic-info li:nth-child(3n) span { border:none }
}

@media (min-width:768px) {
	.basic-info ul {
		column-count:2;
		column-gap:30px;
	}
	.recommended-products .wrapper { display:flex; justify-content:center }
	.recommended-products .wrapper { margin:0 -15px}
	.recommended-item { width:33.3333%; margin:0 15px }
}

@media (min-width:992px) {
	
	.gallery--actions {
		display:flex;
		justify-content:space-between;
	}
	
	.gallery--actions .actions {
		width:360px;
	}
	
	.gallery--actions .gallery {
		width:calc(100% - 410px)
	}
	
	.basic-info ul {
		column-count:3;
		column-gap:50px;
	}
	.basic-info li:nth-child(3n) span { border-bottom:2px solid #B1B1B1; }
	.basic-info li:nth-child(2n) span { border:none }
	
}