/* modal ad to cart pop-up */


*{

	appearance: none;
}

.modal-footer {
	display: flex;
	justify-content: center;
	flex-direction: row;

	button {
		border-radius: 0;
		margin: 5px;
		border: solid 1px var(--ram-blue);
		background: var(--ram-blue);
		color: #FFF;
		font-family: 'Roboto';
		font-weight: 400;
	}
	button:hover {
		color: var(--ram-drkblue);
		background: #FFF;
	}
}

.add-to-cart-popup._show {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
	
	.modal-inner-wrap {
		max-width: 500px;
		margin: 1rem auto;
		
		.modal-header {
			padding: 2rem;
			padding-bottom: 0;
			
			h1 {
				font-weight: 300!important;
    			font-size: 26px!important;
			}
			
			h1:before {
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				font-size: 35px;
				line-height: 33px;
				color: #8f8f8f;
				content: '\e611';
				font-family: 'icons-blank-theme';
				margin: 0;
				vertical-align: bottom;
				display: inline-block;
				font-weight: normal;
				overflow: hidden;
				speak: none;
				text-align: center;
			}
		}
		
		.modal-content {
			padding: 1rem 3rem;
		}
		/*.modal-footer {
			display: flex;
			justify-content: center;
			flex-direction: row;
			
			button {
				border-radius: 0;
				margin: 5px;
				border: solid 1px var(--ram-blue);
				background: var(--ram-blue);
				color: #FFF;
				font-family: 'Roboto';
				font-weight: 400;
			}
		}*/
	}
}

/*category products*/ 

.page-layout-2columns-left .column.main {
    width: 100%!important;
    float: none!important;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.category-view{
    display:flex;
}

.category-title {
  width: 44%;
  margin-top: 0;
	
	div {
		box-sizing: border-box;
		padding: 3rem;
		box-shadow: 0px 7px 14px hsl(0deg 0% 0% / 25%);
		background-color: var(--ram-drkblue);
		color: #FFF;
	}

  p{
	 line-height: 2.5rem;
		font-size: 1.5rem;
  }
}

.category-images{
    width:56%;
    display:flex;
	align-items: center;
	
	img {
		width: 50%;
		opacity: 0;
		
	}

	

}


.page-title-wrapper,.page.messages,.category-view, .columns{
   
    
}

.category-view {
	padding-bottom: 2em;
}
.category-description{
    font-size:16px!important;
    font-weight: 300!important;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    color: #000000;
	width: 96%;
    margin: 1em auto;
	margin-bottom:10px;
    line-height: 1.5;
}


/*custom category pages*/

.categorypath-product-category .category-view, .category-application .category-view, .categorypath-seminars .category-view, .categorypath-seminars .category-cms {
	
		padding: 0;	
	
	.category-title {
		width: 100%;
	
	
	 div {
		width: 100%;
		height: 61px;
		padding: 0;
		margin-top: 2rem;
		background-color: var(--theme-color-background);
		display: block;
		position: relative;
		border-top: solid 4px var(--ram-drkblue);
		box-shadow: none;
		z-index: 0;
		box-sizing: border-box;
		
		h2 {
			font-family: "Roboto Slab";
			font-size: 1.5em;
			font-weight: 200;
			display: block;
			background-color: var(--ram-drkblue);
			color: #fff;
			padding: 0.75em;
			margin: 0;
			width: fit-content;
			box-sizing: border-box;
			margin-right: 50px;
			padding-right: 56px;
			margin-bottom: 10px;
		}
		h2::after {
			content: '';
			display: inline-block;
			height: 0;
			position: absolute;
			top: 0;
			width: 0;
			z-index: 1;
			border-top: 59px solid transparent;
			border-right: 56px solid var(--theme-color-background);
		}
		}
	}
}

/* Parent Group */

.parent-group-category, .product-specs, .cat-videos {
    background-color: var(--theme-color-background);
    display: block;
    position: relative;
    border-top: solid 4px var(--ram-drkblue);
    z-index: 0;
	
	h2 {
		font-family: "Roboto Slab";
		font-weight: 200;
		font-size: 2.6rem;
		line-height: 2.0rem;
		display: block;
		background-color: var(--ram-drkblue);
		color: #fff;
		padding: 0.75em;
		margin: 0;
		width: fit-content;
		box-sizing: border-box;
		margin-right: 50px;
		padding-right: 56px;
		margin-bottom: 10px;
	}
	
	h2:after {
		content: '';
		display: inline-block;
		height: 0;
		position: absolute;
		top: 0;
		width: 0;
		z-index: 1;
		border-top: 59px solid transparent;
		border-right: 56px solid var(--theme-color-background);
	}
	
	p {
		width: 96%;
    	margin: 1em auto;
	}
}

/*Parent Category cards*/

.parent-category {
    display: block;
    position: relative;
    background: var(--theme-color-background);
}

.parent-category-card{
	border-top: solid 1px var(--ram-drkblue);
    
	.category-item {
		display: inline-block;
		width: 100%;
    }

	img{
        display: inline-block;
        max-width: 100%;
		max-width: 450px;
        float: right;
        margin: 0;
		padding-left: 4rem;
    }

    h2{
        width: 90%;
        font-weight: 700;
        color: var(--theme-color-primary);
        margin: 2rem auto;

		a::before {
			content: "\203A";
			position: relative;
			left: -6px;
			top: 5px;
			font-size: 225%;
			font-weight: 600;
			font-style: normal;
			color: inherit;
			line-height: 50%;
		}
	}

    p{
        padding-top:5px;
        margin:0 auto;
        width:90%;
		font-size: 1.8rem;
    }
}
.parent-category-card:first-child {
	border-top: none;
}
.parent-category-card:nth-child(even) {
    background: #FFF;
	
	img {
		filter: brightness(1.1);
	}
}

.category-product-category {
	.parent-category-card {
		h2 {
			a:hover:before {
				color: var(--ram-blue);
			}
		}
	}
}
.category-application {
	.parent-category-card {
		h2 {
			a:hover:before {
				color: var(--ram-yellow);
			}
		}
	}
}


/*applications parent sub categories*/

.page-layout-ram_application_category .parent-sub-category{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-bottom: 3em;
	margin: 0 auto;
	width: 96%;
	
	.sub-categories {
		width: 48%;
		margin: 0;
		padding-bottom: 0;
		
		article {
			width: 100%;
		}
	}
	
    
}

/*sub categories*/

.sub-categories{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    padding-bottom: 3em;
	margin: 0 auto;
	width: 96%;

    article{
        width: 48%;
		margin: 1px;
		box-sizing: border-box;
		padding: 0 2rem;
		
		h3 {
			display: block;
			position: relative;
			box-sizing: border-box;
			line-height: 200%;
			width: calc(100% + 4rem);
			color: var(--ram-drkblue);
			transition: all 150ms ease-in;
			margin: 0;
			font-size: 2rem;
			font-weight: 500;
			margin-left: -2rem;
			
			a {
				display: inline-block;
				width: 100%;
				padding: 0 3rem;
			}
			a::before {
				content: "\203A";
				position: absolute;
				left: 10px;
				top: 5px;
				font-size: 200%;
				font-weight: 600;
				line-height: 50%;
			}
			a:hover:before {
				color: var(--ram-blue);
			}
		}
		
		h3:hover, h3:active, h3:focus {
			background: var(--ram-drkblue);
    		color: #FFF;
		}
		
		
		p {
			width: 96%;
    		margin: 1em auto;
			margin-top: 0;
		}
    }
}

/* no products */

.no-products {
	background: #FFF;
    padding: 2rem;
    margin: 0;
	
	p {
		font-size: 1.8rem;
		font-weight: 600;
		color: var(--theme-color-text-light);
		margin: 0;
		padding-left: 4rem;
		
		a {
			color: var(--ram-red);
		}
	}
	p:before {
		font-size: 6rem;
        line-height: 3rem;
        color: var(--ram-red);
        content: '\e611';
        font-family: 'icons-blank-theme';
        display: inline-block;
        font-weight: normal;
        speak: none;
        position: absolute;
        left: 0rem;
        top: auto;
		
	}
}


/*products*/

.products-grid {
	width: 98%;
	margin: 0 auto;
	
	@media screen and (min-width: 769px) {
		
		.count-1 .product-item {
			width: 100%!important;

			.product-item-info {
				flex-direction: row;
				align-items: center;
				justify-content: center;
			}

			.product-image-container {
				width: 321px!important;
			}

			button {
				/* max-width: 333px;
				float: right; */
			}

			.product-item-details {
				width: calc(100% - 321px);
				max-width: 768px;			
				padding-left: 2rem;
				
				.product-item-inner {
					height: inherit;
    				display: flex;
					
					.product-info {
						height: 100%;
						display: flex;
						flex-direction: column;
						justify-content: space-between;
						
					}
					button {
						/* width: 100%;
						margin-left: 3rem; */
					}
				}

			}

			.product-actions {
				justify-content: flex-end;
			}
		}
	}

	@media screen and (min-width:1025px){
		
		.count-2 .product-item {
			width: calc((100% - 4%) / 2)!important;

			.product-item-info {
				flex-direction: row;
				align-items: anchor-center;
			}

			/* .product-item-info div:first-child {
				align-self: anchor-center;
			} */

			.product-item-details {
				width: calc(100% - 240px);
				margin-top: 1rem;
				
			}

		}
	}

	.count-3 .product-item {
		width: calc((100% - 4%) / 3)!important;
	}
}
.page-products .products-grid .product-item{
	display: flex;
    min-width: 280px;
    /* box-shadow: 0px 7px 14px hsl(0deg 0% 0% / 25%); */
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-color: #FFF;
    margin-bottom: 3em;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
	border-top: solid 6px #FFF;
}

.page-products .product-item-info {
	display: flex;
    width: 100%;
    height: 100%;
    padding: 0 3rem;
	padding-top: 1rem;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
	
	.product-item-photo {
		text-align: center;
		z-index: 0;
	}

}

.product .minute-video{
    padding: .5rem;
    display: flex;
	position: absolute;
    justify-content: start;
    align-items: center;
	z-index: 1;
    /* background: #ffffffab; */
	padding-right: 5rem;
    width: fit-content;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    background: #f5f5f5b5;
	transition: all .2s linear;

    .circle-arrow{
	   color: var(--ram-red);
        margin-top: 5px;
        cursor: pointer;
        margin-right: 5px;
        margin-left: 10px;
        font-size: 2rem;
		transition: all .2s linear;
    }

    .video-icon{
		color: #676767;
        cursor: pointer;
        margin-top: 5px;
        font-weight: 500;
        font-size: 1.5rem;
        font-style: italic;
    }
}

.product .minute-video:hover{
	background: #FFF;
	
	.circle-arrow {
		color: var(--ram-green);
	}
}

.product-item-inner .product {
	margin: 0;
	width: 100%;
}
.product-item-name{
    /* font-size:18px; */
	font-size: 21px;
    font-weight: 600;
    color: var(--ram-drkblue);
}
.product-image-container{

    aspect-ratio: 3 / 2.5 !important;
}

.product-item-details {
	z-index: 1;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item-description {
  margin: 10px 0!important;
}

.product.document-link, .product.prop-65{
    margin:10px 0px;
	
	a {
		color: var(--ram-blue);
		display: inline-block;
		width: 100%;
	}
	a:hover {
		text-decoration: underline;
	}
}

/*.product-actions .action.primary, .product-item-actions .buy.action.primary{
	background-color: var(--ram-blue);
    color: var(--theme-color-white);
    border-radius: 0;
	border: none;
    width: calc(100% + 6rem);
    padding: 2rem;
    margin: 0 auto;
    display: block;
    margin-left: -3rem;
	font-size: 2rem;
	line-height: 2.2rem;
	transition: all .2s ease-in;
}
.product-item-actions .buy.action.primary:hover, .tocart:hover {
	background-color: var(--theme-color-background);
	color: var(--ram-drkblue);
	
	:before {
		color: var(--ram-blue);
	}
}*/
.product-item-inner{
	height: inherit;
    display: flex;
	
	.product-info {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	button {
		
		/* background-color: var(--ram-blue)!important;
		color: var(--theme-color-white)!important;
		border-radius: 0;
		border: none!important;
		width: calc(100% + 6rem);
		padding: 2rem!important;
		margin: 0 auto;
		display: block;
		margin-left: -3rem;
		font-size: 2rem!important;
		line-height: 2.2rem;
		transition: all .2s ease-in; */
		background-color: var(--ram-blue) !important;
        color: var(--theme-color-white) !important;
        border-radius: 0;
        padding: 1.5rem 4rem !important;
        margin: 0 auto;
        display: block !important;
        font-size: 2rem !important;
        line-height: 2.2rem;
        transition: all .2s ease-in;
        width: fit-content;
        margin-bottom: 2rem;
        border: solid 1px var(--ram-blue) !important;
	}
	button:hover, button:active, button:focus {
		background-color: var(--theme-color-background)!important;
		color: var(--ram-drkblue)!important;
	
		:before {
			color: var(--ram-blue)!important;
		}
}
}
.product-actions .action.primary{
    /* margin:0;
    margin-top:10px; */
	margin: 2rem 0;
}
.product-item-actions .buy.action.primary{
    margin-top: 0px;
}
.action.tocart span::before, .product-item-actions .buy.action.primary span::before{
	content: "\203A";
	color: inherit;
    position: relative;
    left: -8px;
    top: 1px;
    font-size: 200%;
    font-weight: 600;
    line-height: 50%;
}

.call-distributor {
	font-size: 1.8rem;
    text-align: center;
    /*line-height: 7rem;*/
	padding: 2rem 0;
	
	.call-distributor-text::before {
		content: "\203A";
		color: inherit;
		position: relative;
		left: -8px;
		top: 1px;
		font-size: 200%;
		font-weight: 600;
		line-height: 50%;
	}
	.call-distributor-text:hover:before, .call-distributor-text:active:before {
		color: var(--ram-blue);
	}
}
.product-actions .hide-options{
	/* background-color: var(--ram-drkblue);
    color: #fff;
    padding: 2rem 8px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 2rem; */
	background-color: var(--ram-drkblue);
    color: #fff;
    padding: 2rem 8px;
    cursor: pointer;
    font-size: 2rem;
    margin: 2rem 0;

}

/*seminars */

.page-layout-ram_seminars_category {
	
	.location_top {
		display: flex;
		padding: 0;
		margin: 0;
		list-style: none;
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
		li {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			align-content: flex-start;
			justify-content: flex-start;
			align-items: stretch;
			margin: 0;
			
			span {
				display: inline-block;
				vertical-align: text-top;
				line-height: 1.5em;
				padding-bottom: 0.5em;
				width: 100%;
			}
			
			h3 {
				font-weight: 700;
				display: inline-block;
				min-width: 88px;
				vertical-align: top;
				margin: 0;
			}
			
			p {
				display: inline-block;
				position: relative;
				width: fit-content;
				margin: 0;
				padding-bottom: 10px;
				line-height: 1.8rem;
			}
			
			span.disclaimer {
				padding-bottom: 0;
				width: 100%;
				
				p {
					padding-bottom: 0;
					line-height: 2.8rem;
				}
			}
		}
	}

	.product-item-inner {
		button {
			background-color: var(--ram-green) !important;
			
			span::before {
				content: "\203A";
				color: inherit;
				position: relative;
				left: -8px;
				top: 1px;
				font-size: 200%;
				font-weight: 600;
				line-height: 50%;
			}
		}
	}

	.seminar-location {

		.location-name{
			padding: 10px;
			background-color: var(--ram-red);
			color: #fff;
			margin-left: 10px;
		}
	}
}
.category-seminars, .category-hands-on-seminars, .category-lecture-series {
	
	.parent-category-card {
		h2 {
			a:hover:before {
			color: var(--ram-green);
			}
		}
	}
}
.category-seminar-list {
	background-color: var(--theme-color-background);
    display: block;
    position: relative;
    border-top: solid 4px var(--ram-drkblue);
    z-index: 0;
	
	h2 {
		font-family: "Roboto Slab";
		font-weight: 200;
		font-size: 2.6rem;
		line-height: 2.0rem;
		display: block;
		background-color: var(--ram-drkblue);
		color: #fff;
		padding: 0.75em;
		width: fit-content;
		box-sizing: border-box;
		padding-right: 56px;
		margin: 0 56px 24px -1%;
	}
	h2:after {
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        top: 0;
        width: 0;
        z-index: 1;
        border-top: 59px solid transparent;
        border-right: 56px solid var(--theme-color-background);
    }
	
	.seminars-empty {
		padding: 2rem;
    	font-size: 2rem;
		font-weight: 300;
	}
	.seminars-empty:before {
		content: '';
		display: inline-block;
		position: relative;
		width: 36px;
		height: 24px;
		background-image: url(../images/icon_calendar.svg);
		background-repeat: no-repeat;
		filter: invert(.5);
		top: 3px;
	}
}

.catalog-product-view {
	
	.column.main {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.product.media {
		width: 40%!important;
		text-align: right;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	
	.product-info-main {
		display: inline-block;
		position: relative;
		padding: 6rem;
		box-sizing: border-box;
		padding-left: 50%;
		margin-left: -40%;
		width: 100%!important;
		z-index: 0;
		background: var(--theme-color-background);
		color: var(--ram-drkblue);
		margin-top: 0;
		
		.product-info-price .price {
			font-size: 4rem;
    		font-weight: 300;
		}
		
		.product-add-form button {
			background-color: var(--ram-green) !important;
			color: var(--theme-color-white) !important;
			border-radius: 0;
			border: none !important;
			width: calc(100% + 6rem);
			padding: 2rem !important;
			margin: 0 auto;
			display: block;
			font-size: 2rem !important;
			line-height: 2.2rem;
			transition: all .2s ease-in;
		}
		
		.box-tocart .fieldset {
			display: flex;
			align-items: flex-end;
		}
		
		.box-tocart .field.qty {
			margin: 0;
			
			.control .input-text.qty{
				height: 62px;
			}
		}
	}
	
	.product-overview {
		display: flex;
		position: relative;
		width: 100%;
		background: var(--ram-drkblue);
		color: #FFF;
		justify-content: center;
		
		h2 {
			background-color: var(--ram-drkblue);
			color: #FFF;
			padding: 2rem 3rem;
			margin: 0;
		}
		
		.product-short-description {
			display: block;
			position: relative;
			width: 58%;
			float: right;
			padding: 2rem;
			box-sizing: border-box;
			font-size: 1.5rem;
			line-height: 2.5rem;
		}
	}
	
	.product-description {
		
		font-size: 1.75rem;
		margin-top: 2rem;
		border-top: solid 4px var(--ram-drkblue);
		
		ul {
			list-style: square;
		}
		
		.ram-event-details {
			
			ul {
				font-size: 3rem;
				font-weight: 300;
				list-style: none;

				.includes {
					font-size: 2rem;
				}
			}
		}
		
		h3 {
			font-family: "Roboto Slab";
            font-weight: 200;
            font-size: 2.6rem;
            line-height: 2.0rem;
            background-color: var(--ram-drkblue);
            color: #fff;
            padding-left: .75em;
            margin: 0;
            width: fit-content;
            box-sizing: border-box;
            margin-right: 50px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
		}
		h3:after {
			content: '';
			display: inline-block;
			height: 0;
			position: relative;
			top: 0;
			width: 0;
			z-index: 1;
			border-top: 59px solid transparent;
			border-right: 56px solid var(--theme-color-background);
		}
		
		.disclaimer {
			font-size: 1.25rem;
		}
		
		h4 {
			font-size: 2rem;
		}
	}
	
}

#seminar-terms {
	display: none;
	position: absolute;
    top: 100px;
    width: 90%;
    left: 5%;
    background: var(--theme-color-background);
    border: solid 2px var(--ram-green);
    z-index: 1;
    padding: 2rem;
    margin: 0 auto;
    align-content: center;
    align-items: center;
	box-sizing: border-box;
	
	section {
		max-width: 1440px;
    	margin: 0 auto;
		
		button.accept {
			background-color: var(--ram-green);
			color: var(--theme-color-white);
			border-radius: 0;
			border: none;
			width: fit-content;
			padding: 2rem;
			margin: 0 auto;
			display: block;
			font-size: 2rem;
			line-height: 2.2rem;
			transition: all .2s ease-in;
		}
		
		#cancel-terms-btn {
			display: block;
			position: relative;
			text-align: center;
			padding: 2rem;
			font-size: 2rem;
			color: var(--ram-green);
			font-weight: 500;
		}
	}
}

.category-demo-series {
	.parent-category {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		
		.parent-category-card {
   			border-top: none;
			width: 25%;
			
			h2:hover:before {
				color: var(--ram-green);
			}
		}
		.parent-category-card:nth-child(even) {
			background: var(--theme-color-background);
		}
	}
}

/*unit options*/

.product-item-actions .actions-primary {
  display: none;
}

.product-item-actions .actions-primary.active {
  display: block;
}

.product-actions {
    /* display: flex;
    width: calc(100% + 6rem);
    margin-left: -3rem; */
	display: flex;
    justify-content: center;
    width: 100%;
	
	button:hover, button:active, button:focus {
		background-color: var(--theme-color-background)!important;
		color: var(--ram-drkblue)!important;
	}
}

.product-items{
    display:flex;
    flex-wrap:wrap;
	justify-content: flex-start;
}
.count-2 .product-items, .count-3 .product-items{
	justify-content: space-between;
}
.product-item .price-box {
  margin: 0px!important;
}

/*single product*/

.single-product {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .price{
   
    font-size: 2rem!important;
    padding-left: 10px;

  }
}


/*grouped products*/

.child-product {
  display: flex;
  justify-content: start;
  align-items: baseline;
  padding: 15px 0px;
  border-bottom: thin solid #efefef;
}

.child-product.disabled{
    
  justify-content: space-between;
  padding-right: 20px;

}

.child-product:last-child{
    border-bottom: none;
}

.child-product .control.qty input{
    width: 70px;
    border-radius: 5px;
    text-align: center;
}




.product-item input[type=number] {
  -moz-appearance: auto; /* For Firefox */
}

/* Chrome, Safari, Edge, Opera */
.product-item input::-webkit-outer-spin-button,
.product-item input::-webkit-inner-spin-button {
  -webkit-appearance: auto; 
}
/*show input arrows
.product-item input[type="number"] {
  -moz-appearance: none!important;
}*/


.child-product-name{
    width:45%;
}

.child-product-price{
    margin-left: 25px;
    font-size:24px;
}

/*sepcs sections*/

.product-specs{


    ul{
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        margin-top: 20px;

        li{
            list-style:none;
			padding: 0 1rem;
            
            span{
                display:block;
            }
        }
        

        li span.value{
            font-size:18px;
            font-weight:400;
            font-family: Roboto, Helvetica, Arial, sans-serif;
            color: #000000;
        }
        li span.name{
            font-size:14px;
            font-weight:300;
            font-family: Roboto, Helvetica, Arial, sans-serif;
            color: #000000;
            margin-top:5px;
        }
    }
}

.product-specs-row{ 
    padding:10px 20px;

    h3{
        font-size: 21px;
        font-weight: 600;
        color: var(--ram-drkblue);
        margin-bottom:10px;
        margin-top:10px;
    }

}

.product-specs-row:nth-child(odd){
    background-color: #f4f4f4;
}
.product-specs-row:nth-child(even){
    background-color: #ffffff;
}


/*videos section*/

.cat-videos{

    margin-top:40px;


    p{
        font-size:21px;
        font-weight: 300;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        color: #000000;
        margin-bottom:10px;
        line-height: 1.5;
    }
}

.product-videos{
    display: flex;
    justify-content: flex-start;;
    align-items: center;
    margin-bottom: 1rem;
	width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 2rem;
}

.product-videos .vid{
	cursor: pointer;
    margin-right: 20px;
    padding: 0;
    position: relative;
    overflow: hidden;
	width: calc(100% / 4.5);
    min-width: 320px;
	
	* {
		transition: all .2s ease-in;
	}
	
	img:hover {
		transform: scale(1.1);
	}
	
	h3 {
		display: block;
		position: relative;
		background-color: var(--ram-drkblue);
		color: #FFF;
		padding: 2rem;
		margin: 0;
		text-align: center;
		cursor: pointer;
		transition: all .2s ease-in;
		font-weight: 400;
		margin-top: -6px;
	}
	h3::before {
		content: '▶ ';
	}
	h3:hover {
		background-color: #FFF;
		color: var(--ram-drkblue);
	}
}


/*video controls*/

.vimeo-popup{
    z-index:999;
    
}
.youtube {
    width: 1400px;
    height: 787px;
    z-index: 999;
    border: 10px solid #ffffff;
    background-color:#111111;
}

.youtube .close-btn {
  box-shadow: none;
  border-radius: 50px;
  border: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-right: -50px;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 10px 15px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
}

/* responsive */

@media screen and (min-width: 1025px) {
	
	.catalog-product-view {
		.column.main {
			display: block;
		}
		
		.product-info-main {
			margin: 0;
			padding: 0;
			width: 60% !important;
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			
			.product-info-price {
				margin-right: 2rem;
			}
		}
		
		.product-overview {
			width: 60%;
			display: inline-block;
			clear: both;
			min-height: 260px;
			
			h2 {
				padding-bottom: 0;
			}
			
			.product-short-description {
				width: 100%;
            	padding: 2rem 3rem;
			}
		}
	}
}

@media screen and (max-width: 1024px) {
	
	.parent-category-card {
		
		h2 {
			margin: 1rem auto;
		}
		
		img {
			max-width: 45%;
		}
	}
	
	.category-title {
		width: 70%;
	}
	
	.category-images{
		width:30%;
		display:flex;
		align-items: center;

		img {
			width: 100%;
		}
		
		img:nth-child(2) {
			display: none;
		}
	}
	
	.products-grid {
		.product-item, .count-3 .product-item, .count-2 .product-item {
			width: calc((100% - 4rem) / 2) !important;
			margin: 1rem !important;
		}
	}
	
	.catalog-product-view {
		
		.product-overview {
			padding: 2rem 3rem;
			flex-direction: column;

			h2 {
				padding: 1rem 0;
				margin: 0;
			}

			.product-short-description {
				width: 100%;
				padding: 0;
			}
		}
	}
	
	.category-demo-series {
		.parent-category {
			.parent-category-card {
				width: 33%;
			}
   		 }
	}
}

@media screen and (max-width: 768px) {
	
	
	.categorypath-product-category .category-view, .category-application .category-view, .categorypath-seminars .category-cms {
	
		.category-title {

			 div {
				 height: auto;

				h2 {
					width: 100%;
					margin: 0;
				}
				h2::after {
					display: none;
				}

			}
		}
	}
	
	.parent-category-card {
		
		.category-item {
			display: flex;
        	flex-direction: column;
			margin: 1rem 0;
		}
		
		h2 {

		}
		
		img {
			width: 90%;
			max-width: 450px;
			margin: 0 auto;
			padding-left: 0;

		}
	}
	
	.category-view {
		flex-direction: column;
		padding-bottom: 0em;
		
		.category-title {
			width: 100%;
		}
		
		.category-images{
			width:100%;
			margin-top: -20px;

			img {
				width: 50%;
			}

			img:nth-child(2) {
				display: inline-block;
			}
		}
	}
	
	.sub-categories {
		width: 100%!important;
		
		article {
			width: 100%;
		}
	}
	
	.product-specs {
		ul {
			padding: 0;
			justify-content: flex-start;
		}
	}
	
	.products-grid {
		.product-item, .count-3 .product-item, .count-2 .product-item, .count-1 .product-item {
			width: 100% !important;
			margin: 1rem 0 !important;

			.product-item-info {
				flex-direction: row;
				justify-content: center;
				
				.product-item-photo {
					width: 36%;
				}

				.product-item-details {
					padding-left: 2rem;
					width: 64%;

					button {
						/* width: 100%;
						margin-left: 3rem; */
					}
					
					@media screen and (min-width: 426px) {
						
						.product-actions {
							/* justify-content: flex-end; */
							width: 100%;
							margin: 0;
						}
					}

				}
			}
		}
	}
	
	.product-videos {
		flex-wrap: wrap;
		justify-content: center;
		
		.vid {
			margin: 1rem;
		}
	}
	
	.catalog-product-view {
		.product.media {
			width: 100% !important;
			text-align: center;
		}
		
		.product-info-main {
			margin-left: 0;
			padding: 0;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			
			.product-info-price {
				padding-right: 2rem;
			}
			
			.product-add-form {
				.box-tocart {
					margin: 0;
					
					.fieldset {
						display: flex;
    					align-items: flex-end;
					}
					
					.field.qty, .actions {
						display: inline-block;
						margin: 0;
					}
				}
			}
		}
	}
	
	.category-demo-series {
		.parent-category {
			.parent-category-card {
				width: 50%;
			}
   		 }
	}

}

@media screen and (max-width:425px) {
	
	.add-to-cart-popup._show {
		
			.modal-inner-wrap {

				.modal-footer {
					flex-direction: column;
				}
		}
	}
	
	.no-products {
		padding: 1rem;

		p {
			text-align: center;
			padding-left: 0;

		}
		p:before {
			position: relative;
			display: block;
			font-size: 6rem;
			line-height: 4rem;
			text-align: center;

		}
	}

	.products-grid {
		.product-item, .count-3 .product-item, .count-2 .product-item, .count-1 .product-item {

			.product-item-info {
				flex-direction: column;
				
				.product-item-photo {
					width: auto;
				}

				.product-item-details {
					padding-left: 0;
					width: 100%;

					button {
						margin-left: 0;
					}
				}
			}
		}
	}

	.parent-group-category, .product-specs, .cat-videos {

		h2 {
			font-size: 2rem;
			width: 100%;

		}

		h2:after {
			display: none;
		}

	}
	
	.catalog-product-view {
		
		.product-info-main {
			flex-direction: column;
		}
		
		.product-description {
			
			.ram-event-details {
            	ul {
               		font-size: 2.25rem;
				}
			}
		}
	}
	.category-demo-series {
		.parent-category {
			.parent-category-card {
				width: 100%;
			}
   		 }
	}
	
}