@font-face {
    font-family:'HelveticaNeueLT 97 Blk Cn';
    src:url('../fonts/HelveticaNeueLT-97BlkCn.eot');
    src:url('../fonts/HelveticaNeueLT-97BlkCn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLT-97BlkCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLT-97BlkCn.woff') format('woff'),
        url('../fonts/HelveticaNeueLT-97BlkCn.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLT-97BlkCn.svg#HelveticaNeueLT-97BlkCn') format('svg');
    font-weight:900;
    font-style:normal;
    font-display:swap;
}
@font-face {
    font-family:'PayPal Sans Small';
    src:url('../fonts/PayPalSansSmallMedium-Regular.eot');
    src:url('../fonts/PayPalSansSmallMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PayPalSansSmallMedium-Regular.woff2') format('woff2'),
        url('../fonts/PayPalSansSmallMedium-Regular.woff') format('woff'),
        url('../fonts/PayPalSansSmallMedium-Regular.ttf') format('truetype'),
        url('../fonts/PayPalSansSmallMedium-Regular.svg#PayPalSansSmallMedium-Regular') format('svg');
    font-weight:500;
    font-style:normal;
    font-display:swap;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
img{
	max-width:100%;
	height:auto;

}
/*************modal*****************/
.modal-backdrop{
	background-color:#2D2D2D !important;
}
.modal-backdrop.show {
    opacity:.82 !important;
}

/*************single-product*****************/
.we-are-monster-features.product-page{
	position:relative;
	background:#F7F7F7;
	max-width:100%;
}
.feature-video .video-container .cover-image{
	top:0;
	left:0;
	max-width:100%;
    height:100%;
    z-index:90;
    object-fit:cover;
}
.feature-video .video-container .play-btn{
	z-index:100;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.latest-product-holder.grey-bg,
.feature-video.grey-bg{
	background:#F7F7F7;
}
.latest-product-holder.grey-bg .title-wrapper .title:after{
	background:rgba(0,0,0,.24);
}
.latest-product-holder.grey-bg .title-wrapper .title,
.latest-product-holder.grey-bg .pro-name,
.latest-product-holder.grey-bg .pro-price .price{
	color:#000;
}
.customize{
    background-image:url(../images/customize.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	background-size:cover;
	padding:100px 0;
}
.customize h3{
	font-family:'HelveticaNeueLT 97 Blk Cn';
}
.customize p{
	font-size:14px;
}
.prod-info .prod-image .like{
	opacity:1;
}
.prod-info .title{
	font-size:24px;
	text-transform:capitalize;
}
.prod-info .star {
    color:#DF213D;
    font-size:9px;
}
.prod-info .reviews{
    font-family:'HelveticaNeueLT 55 Roman';
	font-size:14px;
}
.prod-info .share a:hover i{
	color:#DF213D;
}
.prod-info .new-price{
	font-family:'HelveticaNeueLT 87 Hvy Cn';
	font-size:36px;
	line-height:1;
}
.prod-info .old-price{
	font-family:'HelveticaNeueLT 87 Hvy Cn';
	font-size:36px;
	color:#BEBEBE;
	line-height:1;
}
.prod-info .old-price .line-through{
    text-decoration:line-through;
}
.prod-info .custom-control-label{
	font-family:'HelveticaNeueLT 55 Roman';
	font-size:14px;
	line-height:1.2;
	cursor:pointer;
}
.prod-info .custom-control-label::before{
	border-radius:0;
	border:1px solid #DF213D;
	top:50%;
	transform:translateY(-50%);
	width:15px;
	height:14px;
	background-color:transparent;
}
.prod-info .custom-control-label::after{
	top:50%;
	transform:translateY(-50%);
	width:15px;
	height:14px;
}
.prod-info .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.prod-info .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#DF213D;
}
.prod-info .custom-control-input:focus~.custom-control-label::before{
	box-shadow:none;
}
.prod-info .select-container select{
	border:1px solid #BEBEBE;
	min-width:172px;
	max-width:172px;
	height:55px;
	font-family:'HelveticaNeueLT 55 Roman';
	font-weight:bold;
	text-align-last:center;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	cursor:pointer;
	font-size: 15px;
	padding-right: 10px;
}
.prod-info .select-container:after {
    position:absolute;
    top:43%;
	right:15px;
	content:"";
    border:solid #000 !important;
    border-width:0 1px 1px 0 !important;
    padding:3px !important;
    transform:rotate(45deg) translateY(-50%);
}
.prod-info .select-container select:focus{
	box-shadow:none;
}
.prod-info .quantity{
	border:1px solid #BEBEBE;
	height:55px;
}
.prod-info .quantity .input-group-text{
    background:transparent;
	border:none;
	color:#BBBBBB;
	cursor:pointer;
}
.prod-info .quantity .form-control{
	border:none;
	padding:2px;
	font-family:'HelveticaNeueLT 55 Roman';
	font-weight:bold;
	text-align:center;
}
.prod-info .quantity .form-control:focus{
	box-shadow:none;
}
.prod-info .quantity .form-control:disabled,
.prod-info .quantity .form-control[readonly]{
	background:transparent;
}
.prod-info .btn-custom{
	width:100%;
	max-width:248px;
}
.prod-info .paypal-text{
	font-family:'PayPal Sans Small';
	font-weight:500;
}
.prod-info .paypal-text a{
	color:#3C70B2;
}
.prod-info .paypal-text a:hover{
	text-decoration:underline;
}
.prod-info .prod-info-text{
	font-size:14px;
	line-height:1.5;
}
.prod-info .details,
.prod-info .package-includes{
	font-size:14px;
	border-bottom:1px solid rgba(112,112,112,.2);
}

.prod-info .details ~ div ul li,
.prod-info .package-includes ~ div ul li{
	position:relative;
	font-size:14px;
	line-height:1.3;
	max-width:50%;
	min-width:50%;
}
.prod-info .details ~ div ul li:before,
.prod-info .package-includes ~ div ul li:before{
	content:"";
	position:absolute;
	top:8px;
	left:0;
	width:6px;
	height:6px;
	background:#DF213D;
	border-radius:50%;
}
.testimonial-container{
	color:#000;
}
.testimonial-container .user span{
	width:30px;
	height:30px;
	background:#fff;
	border-radius:50%;
}
.testimonial-container .user span i{
    color:rgba(112,112,112,.2);
}
.testimonial-container .user .use-name{
	font-size:14px;
}
.testimonial-container .user .star{
	color:#DF213D;
    font-size:9px;
}
.testimonial-container h3{
	font-size:16px;
	text-transform:capitalize;
}
.testimonial-container p{
	font-size:14px;
	line-height:1.5;
}
.testimonial-container .post-date{
	font-family:'HelveticaNeueLT 45';
	font-size:14px;
	top:29px;
	right:5px;
}
.testimonial-slider .item{
	border-bottom:1px solid rgba(112,112,112,.2);
}
.testimonial-slider .slick-active >div:last-of-type .item{
	border-bottom:none;
}
.testimonial-nav .slick-slide{
	opacity:1;
	cursor:pointer;
}
.testimonial-nav .slick-slide.slick-current{
	font-weight:bold;
}
.off.discount {
    position: relative;
    top: 1px;
    left: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    font-size: 10px;
    display: inline-block;
	padding-top: 6px;
}
.original-computed-price, .prod-info .woocommerce-variation-price {
    display: flex;
    align-items: normal;
	flex-wrap: wrap;
}
.latest-prod-slider .pro-name span{
	font-size:16px;
}
.wp-post-image{
	max-width:100% !important;
	height:auto !important;
}
.prod-info .woocommerce-product-gallery__trigger{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 70px;
    font-size: 20px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prod-info .flex-control-nav{
	display: flex;
    padding: 0;
    justify-content: center;
    margin-top: 19px;
}
.prod-info .flex-control-nav li{
	padding:5px;
	cursor:pointer;
}
.prod-info .flex-control-nav li img{
	max-width:50px;
	border-radius:3px;
}
.prod-info .woocommerce-variation-price{
	margin-top:1rem;
}
.prod-info .woocommerce-variation-price del{
	font-family: 'HelveticaNeueLT 87 Hvy Cn';
    font-size: 36px;
    color: #BEBEBE;
    line-height: 1;
	margin-right:1rem;
}
.prod-info .woocommerce-variation-price ins{
	font-family: 'HelveticaNeueLT 87 Hvy Cn';
    font-size: 36px;
    line-height: 1;
	text-decoration: none;
}
.prod-info .woocommerce-variation-add-to-cart{
	margin-top:1.5rem !important;
}
.prod-info .woocommerce-variation-availability {
	margin-top:.5rem;
}
.prod-info .variations tbody{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
/* .prod-info .variations tbody tr{
	margin-right:1rem;
} */



.prod-info .variations tbody td select{
	background:transparent;
}

.prod-info h3 > a.collapsed .minus-icon{
	display:none;
}
.prod-info h3 > a.collapsed .plus-icon{
	display:block;
}
.prod-info h3 > a .minus-icon{
	display:block;
}
.prod-info h3 > a .plus-icon{
	display:none;
}
.prod-descriptions h2{
	font-size: 45px;
    text-transform: uppercase;
    font-family: 'HelveticaNeueLT 87 Hvy Cn';
	text-align:center;
	margin-bottom:30px;
}
.prod-descriptions p img{
	display:block;
	margin:20px auto;
	max-width:100%;
}
.prod-descriptions .responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
	margin-bottom:35px;
}

.prod-descriptions .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/*************resgister & sign-in*****************/
.sign-in-modal .modal-dialog,
.register-modal .modal-dialog{
	max-width:538px;
}
.sign-in-modal .modal-content,
.register-modal .modal-content{
	border-radius:0;
	padding:45px 74px;
}
.sign-in-modal h3.title,
.register-modal h3.title{
	font-size:30px;
	margin-bottom:40px;
	padding-right:3px;
}
.sign-in-modal label.title,
.register-modal label.title{
	font-size:15px;
	text-transform:capitalize;
}
.sign-in-modal .btn-custom,
.register-modal .btn-custom{
	margin-top:40px;
}
.sign-in-modal p{
	font-family:'HelveticaNeueLT 45';
	font-size:14px;
}
.sign-in-modal p a{
	color:#DF213D;
	text-decoration:underline;
}
.sign-in-modal p a:hover{
	text-decoration:none;
}
/*************category*****************/
.category .shop-by-make-sngl span b{
	max-width:170px
}
.category .shop-by-make-sngl{
	margin:10px 0 10px;
}
/*************Anti Fog*****************/
.anti-uv{
    background-image:url(../images/anti-uv.jpg);
}
.feature-video p{
	font-family:'HelveticaNeueLT 45';
	font-size:14px;
	line-height:1.5;
}
.three-step,
.features{
	padding:70px 0;
}
.three-step.grey-bg{
	background:#F7F7F7;
}
.three-step h3,
.features h3{
	font-size:45px;
}
.three-step p,
.three-step ul li,
.features p{
	font-family:'HelveticaNeueLT 45';
	font-size:14px;
	line-height:1.5;
}
.three-step small{
	font-family:'HelveticaNeueLT 45';
	font-size:10px;
	line-height:1.5;
}
.helmet-main-feature{
	background:#000;
	padding:75px 0 20px 0;
}
.helmet-main-feature .title-wrapper .title:after {
    background:rgba(255,255,255,.24);
}
.helmet-main-feature .feature-block{
	max-width:350px;
	position:relative;
	height:100%;
}
.helmet-main-feature .feature-block h3{
	font-size:30px;
}
.helmet-main-feature .feature-block p{
	font-size:14px;
	line-height:1.5;
}
.helmet-main-feature .block-1 {
 	align-self:flex-end;
	margin-right:-150px;
	padding-bottom:56px;
}
.helmet-main-feature .block-2 {
 	align-self:flex-start;
	margin-left:-150px;
	padding-top:10px;
}

/*************Bike Lock*****************/

.bike-lock{
	background-image:url(../images/lock-stytem.jpg);
}

.lock-main-feature{
	background:#fff;
	padding:75px 0 70px 0;
}
.lock-main-feature .feature-block{
	max-width:27%;
}
.lock-main-feature .feature-block h3{
	font-size:30px;
}
.lock-main-feature .feature-block p{
	font-size:14px;
	line-height:1.5;
}
.lock-main-feature .block-1 {
 	position:absolute;
	top:31%;
	transform:translateY(-50%);
	left:0;
	padding-right:19px;
}
.lock-main-feature .block-2 {
 	position:absolute;
	left: 32%;
    transform: translateX(-50%);
    bottom: -27px;
}
.lock-main-feature .block-3{
	position:absolute;
	top:6%;
	right:31px;
}

/*****************Newly Added**********************/
.breadcrumb-holder + .woocommerce-notices-wrapper .woocommerce-message{
	margin-top:-23px;
}
.slick-img-container{
	height:220px;
	max-height:220px;
}
.slick-img-container img{
	height:100%;
	object-fit:cover;
}
/* table.variations.year{
	margin-left:-35px;
} */
table.variations td{
	vertical-align:baseline;
}
.reset_variations{
	margin-left:18px;
	display:inline-block;
}
.woocommerce-products-header .term-description p{font-family:'HelveticaNeueLT 45' !important;}
/*********************Ratina display*************************/
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
	.customize{
		background-image:url(../images/customize@2x.jpg);
	}
	.anti-uv{
        background-image:url(../images/anti-uv@2x.jpg);
	}
	.bike-lock{
    	background-image:url(../images/lock-stytem@2x.jpg);
    }
}

/*********************Responsive*************************/
@media only screen and (min-width:992px){
    .position-lg-absolute{
		position:absolute;
	}
}
@media only screen and (max-width:1440px){
    .customize{
		background-position:85% center;
	}
	.helmet-main-feature img{
		max-width:70%;
	}
	.lock-main-feature img{
		max-width:70%;
	}
	.helmet-main-feature .block-1 {
    	margin-right:-120px;
    	padding-bottom:38px;
    }
    .helmet-main-feature .block-2 {
    	margin-left:-120px;
    	padding-top:0;
    }
	.lock-main-feature .block-3{
		right:0;
	}
}
@media only screen and (max-width:1280px){
	.customize{
		padding:50px 0;
	}
}
@media only screen and (max-width:1199px){
	.helmet-main-feature img{
		max-width:60%;
	}
	.helmet-main-feature .block-1 {
    	margin-right:-80px;
		padding-bottom:20px;
    }
    .helmet-main-feature .block-2 {
    	margin-left:-80px;
        margin-top:-10px;
    }
	.helmet-main-feature .feature-block h3,
    .lock-main-feature .feature-block h3{
        font-size:25px;
    }
}
@media only screen and (max-width:991px){
	.we-are-monster-features .sub-container{
		max-width:400px;
		margin:auto;
	}
	.we-are-monster-features .sub-container .red-circle{
		margin:0;
	}
	.customize:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,0,0,.5);
	}
	.customize .btn-custom{
		margin:20px auto 0 auto;
		display:block;
	}
	.prod-info .paypal-text {
        text-align:center;
    }
	.customize{
		background-position:88% center;
	}
	.three-step h3, .features h3 {
        font-size:30px;
    }
	.three-step, .features {
        padding:50px 0 30px 0;
    }
	.helmet-main-feature {
        padding:50px 0 20px 0;
    }
	.helmet-main-feature .feature-block {
        max-width:200px;
    }
	.helmet-main-feature .feature-block h3,
    .lock-main-feature .feature-block h3{
        font-size:20px;
    }
	.helmet-main-feature .feature-block p,
    .lock-main-feature .feature-block p{
        font-size:10px;
    }
	.helmet-main-feature .block-1{
		margin-right:-60px;
	}
	.helmet-main-feature .block-2{
	    margin-left:-60px;
	}
	.lock-main-feature {
        padding: 50px 0 70px 0;
    }
	.prod-info .woocommerce-product-gallery__trigger{
		display:none;
	}
	.slick-img-container{
    	height:280px;
    	max-height:280px;
    }
	table.variations{
    	margin:0 auto;
    }
	.wp-post-image{
		width:100%;
	}
}
@media only screen and (max-width:767px){
    .prod-info .quantity {
        height:40px;
    }
	/* .prod-info .select-container{
		width:100%;
	} */
	.prod-info .select-container select{
		height:40px;
		max-width:100%;
	}
	.prod-info .btn-custom {
        max-width:calc(100% - 126px);
    }
	.we-are-monster-features .sub-container .red-circle {
        width:64px;
        height: 64px;
        line-height:64px;
	}
	.prod-info .new-price{
		order:1;
		width:100%;
		text-align:center;
	}
	.prod-info .old-price{
		order:2;
		font-size:24px;
	}
	.off.discount{
		width:27px;
		height:27px;
		font-size:8px;
	}
	.helmet-main-feature .feature-block h3,
    .lock-main-feature .feature-block h3{
        font-size:15px;
    }
	.helmet-main-feature .feature-block p,
	.lock-main-feature .feature-block p{
        font-size:8px;
    }
	.helmet-main-feature .feature-block {
        max-width:140px;
    }
	.helmet-main-feature .block-1{
		margin-right:-40px;
	}
	.helmet-main-feature .block-2{
	    margin-left:-40px;
	}
	.slick-img-container{
    	height:220px;
    	max-height:220px;
    }
}
@media only screen and (max-width:575px){

	.prod-info .details ~ div ul li, .prod-info .package-includes ~ div ul li {
		font-size:12px;
    }
	.prod-info .custom-control-label {
        font-size:12px;
	}
 	.prod-info .quantity .input-group-text {
        font-size:11px;
	}
	.feature-video .video-container .play-btn img{
        max-width:20px;
    }
	.prod-info .custom-control:nth-child(1){
		min-width:130px;
	}
	.prod-info .custom-control:nth-child(2){
		min-width:100px;
	}
	.prod-info .custom-control:nth-child(3){
		min-width:70px;
		max-width:70px;
	}
	.sign-in-modal h3.title,
    .register-modal h3.title{
    	font-size:24px;
	}
    .sign-in-modal label.title,
    .register-modal label.title{
    	font-size:14px;
    }
	.latest-prod-slider .pro-name span{
    	font-size:12px;
    }
	.sign-in-modal .btn-custom, .register-modal .btn-custom {
        margin-top:34px;
    }
	.helmet-main-feature .feature-block h3,
	.lock-main-feature .feature-block h3{
        font-size:16px;
    }
	.helmet-main-feature .feature-block p,
	.lock-main-feature .feature-block p{
        font-size:12px;
    }
	.helmet-main-feature .feature-block {
        max-width:300px;
    }
	.helmet-main-feature .block-1{
		margin-right:0;
		padding:10px 0 0 0;
		align-self:center;
		text-align:center;
	}
	.helmet-main-feature .block-2{
	    margin-left:0;
        align-self:center;
        text-align:center;
	}
	.helmet-main-feature {
        padding:40px 0 20px 0;
    }
	.three-step h3, .features h3 {
        font-size:25px;
    }
	.lock-main-feature {
        padding: 50px 0 130px 0;
		overflow:hidden;
    }
	.lock-main-feature .feature-block{
		width:100%;
		max-width:178px;
		text-align:center;
	}
	.lock-main-feature img {
        max-width: 100%;
        width: 100%;
    }
	.lock-main-feature .block-1 {
        top: 15%;
        transform: translateY(0) translateX(-50%);
        left: 24%;
        padding-right: 0;
    }
	.lock-main-feature .block-2 {
        max-width:300px !important;
		left: 50%;
        transform: translateX(-50%);
        bottom: -90px;
    }
	.lock-main-feature .block-3 {
        top: -2%;
        right: 20%;
        transform: translateX(50%);
    }
	.prod-info .variations tbody{
		display:block;
	}
}
@media only screen and (max-width:450px){
	.customize{
		background-image:url(../images/customize-mobile.jpg);
		background-color:#0f0f0f;
		min-height:980px;
		background-position:center bottom;
		background-size:contain;
    }
	.anti-uv{
        background-image:url(../images/anti-uv.jpg);
		min-height:auto !important;
		background-position:center right;
        background-size:cover;
    }
	.bike-lock{
    	background-image:url(../images/lock-stytem.jpg);
		min-height:auto !important;
		background-position:center;
        background-size:cover;
    }
	.customize:before {
        background:none;
	}
	.anti-uv:before{
		background:rgba(0,0,0,.5);
	}
	.sign-in-modal .modal-content, .register-modal .modal-content {
        padding:45px 23px;
    }
	.prod-info .custom-control{
    	flex:1;
    }
	.slick-img-container{
    	height:160px;
    	max-height:160px;
    }
}
@media only screen and (max-width:380px){
	.customize{
		min-height:900px;
	}

	.prod-info .btn-custom {
        max-width:calc(100% - 107px);
    }
	.helmet-main-feature .feature-block h3,
	.lock-main-feature .feature-block h3{
        font-size:15px;
    }
	.helmet-main-feature .feature-block p,
	.lock-main-feature .feature-block p{
        font-size:10px;
    }
	.lock-main-feature {
        padding: 50px 0 100px 0;
        overflow: hidden;
    }
	.helmet-main-feature .feature-block {
        max-width: 240px;
    }
	.lock-main-feature .feature-block {
        max-width: 148px;
	}
	.lock-main-feature .block-1 {
		top:18%;
	}
	.lock-main-feature .block-2 {
        bottom: -60px;
    }
	.lock-main-feature .block-3 {
		top:0;
	}
}
@media only screen and (max-width:359px){
    .we-are-monster-features .sub-container .red-circle {
        width:50px;
        height: 50px;
        line-height:50px;
    }
	.we-are-monster-features .sub-container .red-circle img {
        max-width:24px;
        max-height:20px;
    }
	.customize{
		min-height:800px;
	}
	.prod-info .custom-control-label{
		font-size:10.5px;
	}
	.prod-info .custom-control:nth-child(1){
		min-width:115px;
	}
	.prod-info .custom-control:nth-child(2){
		min-width:80px;
	}
	.prod-info .custom-control:nth-child(3){
		min-width:70px;
		max-width:70px;
	}
}

/**Checkout page**/

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
	color: #e2401c;
	display: block !important;
	font-weight: bold;
}




/**************************/

.top-cart .cart-content .single-item div p{
	font-size:15px;
	line-height:1.3;
}
.top-cart .cart-content .single-item div p.product span{
	color: #DF213D;
	margin-top:2px;
}
.top-cart .cart-content .checkout-btn{
	font-weight:bold;
	font-size:14px !important;
}
.top-cart .cart-content .view-btn{
	font-size:12px !important;
}
.top-cart a .quantities{
	padding-top:1px;
}
@media only screen and (min-width:768px){
    .top-cart .cart-content{
        right:-130px !important;
    }
}


/*Filter Mobile */

.filter-shop{
	background-color:#2D2D2D;
}

.filter-shop .custom-control-label{
	color:#FFF;

}

.prod-quantity{
	font-size: 12px;
	line-height: 1.2;
}
/* css for the anti fog helmet page */
.anti_fog_visor_section_image {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.anti_fog_visor_section_image div{
    text-align: center;
}
.anti_fog_visor_section_image div p{
    max-width: 540px;
    margin: 0 auto;
}
.anti_fog_visor_section_image div h4{
	font-family: 'HelveticaNeueLT Com 107 XBlkCn';
}
.visor_width_adjust{
	max-width: 527px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}
.watch_our_how_to_video_visor{
	font-family: 'HelveticaNeueLT Com 107 XBlkCn';
	padding: 40px 0 20px 0;
}
.helmet_visor_step_section_image_main .helmet_visor_step_inner_content{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    padding-bottom: 50px;
}
.helmet_visor_step_content_child{
    display: grid;
    place-items: center;
}
.helmet_visor_step_content_child p{
    max-width: 482px;
    text-align: center;
}
.feature_video_visor_section {
	max-width: 1061px;
	margin: 0 auto;
}
.feature_video_visor_section .video-container{
	max-height: 511px;
}
.feature_video_visor_section .video-container img{
	width: 100%;
}
.helmet_visor_step_content_child h4{
	font-family: 'HelveticaNeueLT Com 107 XBlkCn';
}
.helmet_visor_step_content_child p{
	font-family: 'HelveticaNeueLT Com 75 Bd';
}
.helmet_visor_step_section_image_main .helmet_visor_step_inner_content:last-child{
    padding-bottom: 5px;
}
.visor_contact_form{
	font-family: 'HelveticaNeueLT Com 107 XBlkCn';
}
.anti_fog_visor_top_banner{
	top: 17px;
}
.anti_fog_visor_section_image img{
    max-width: 530px;
    padding-bottom: 15px;
    width: 100%;
}
.row-pa_extra-clear-coat {
    display: none;
}

@media only screen and (max-width: 768px){
	.anti_fog_visor_section_image , .helmet_visor_step_section_image_main .helmet_visor_step_inner_content{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 480px){
	.anti_fog_visor_section_image div h4{
		padding-top: 12px;
		font-size: 20px;
	}
	.watch_our_how_to_video_visor {
	    padding: 30px 0 20px 0;
	    font-size: 25px;
	}
}


/*End of the anti fog helmet page*/