@media print and (min-width:767px){
	
	/**************** For Thank you and product detail print  page  ****************/
	 
	/* hide  header, footer and subscribe form for print product detail page */
	header, footer, #footer-subscribe-form {
		display:none;
	}
	.socialLinkIcon {
		display:none !important;
	}
	/**************** product detail print  page  ****************/
	
	/* reduce product detail page right column width */
	
	/* display all accordian content on product detail page */ 
	
	.playicon{
		display : none;
	}
	.thankYouPage-leftColumnSlot .heading {
		display : none;
	}
	.mobileorderedlable,.pricelabel{
	    display:block;
	}
	.thankYouPage-leftColumnSlot .itemsOrdered .qtyTitle,
	.thankYouPage-leftColumnSlot .itemsOrdered .statusLine,
	.thankYouPage-leftColumnSlot .itemsOrdered .itemPrice {
	       float:left; 
           width : 35%;
           margin-top:15px;
	}
	
	.thankUcontinueShopping {
		display :none;
	}
	
    .leftColumnSlotTop .pageSubTitle{
            margin:10px;
    }
	.quantity .mobileorderedlable{
	    float : left;
	    padding-right: 110px;
	}
	
	.status .mobileorderedlable{
	    float : left;
	    padding-right: 120px;
	}
	.youMayLikeCarousel{
		display : none;
	}
	.imageZoomIcon{ 
		display : none;
	}	
	 .productQuantity label{
		clear: left;
	}
    .productQuantity .stockStatus{
    	float: left;
    	clear: both;
    }
    .productVariant .customSelect.quantitySelect{
    	float: left;
    	clear: both;
    }     
    .technologyimages{
    	display:block;	
    }
    .pdp-ContentAsset3, .sizeAssetWrapper{
    	display:block;
    }
    .promotionalText{
    	color : #2DB9EB;
    } 
    .productDetails .productTitlePriceBlock.pageHeading .promotionalText{ 
		display : block; 
		margin:0px;  
		color:#000000; 
		padding: 10px
	}
	.confirmationTitle:before{
		content : "Price : ";     
	}
    .sizeChartLabel{
		@include make-lg-column(6);
		display: block;
		font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
		color: #323232;
		font-size: 0.8125rem;
		line-height: 16px;
		letter-spacing: 1px;
		text-align: center;
		text-transform: uppercase; 
	}
	.sizeChartLink {
		width: 142px;
		color: #323232;
	}
	.goFasterTitleBlock {
		font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
		color: #42515B;
		font-size: 3rem;
		line-height: 59px;
		letter-spacing: 4px;
		padding-top: 54px;
		padding-bottom: 69px;
		border-top: 1px solid #cbd5df;
		margin-top: -1px;
		text-align: center;
	}
	.pdp-accordion-label {
		text-align: center;
		font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
		color: #42515B;
		font-size: 3rem;
		line-height: 59px;
		letter-spacing: 4px;
	}
	.reevooTitleBlock {
		padding-top: 90px;
		padding-bottom: 57px;
	}
	.sizeDropdown {
		width: 48.1%;
		height: 70px;
		border-width: 2px 2px 2px 2px;
		border-color: #cbd5df;
		border-style: solid;
		border-radius: 2px;
		background: #fff;
		font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
		color: #323232;
		font-size: 1rem;
		line-height: 16px;
		letter-spacing: 1.56px;
		display: inline-block;
		text-align: center;
		z-index: 2;
		position: relative;
		text-transform: uppercase;
		cursor: pointer;
		float: left;
		margin-right: 3.8%;
	}
	.sizeLbl {
		height: 60px;
		overflow: hidden;
	}
	.quantityActionWrapper {
		width: 48.1%;
		height: 69px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.quantitySelect {
		border-radius: 2px;
		width: 100%;
		text-align: center;
		border-style: solid;
		border-color: #cbd5df;
		height: 70px;
		font-family: "Neue Helvetica for Speedo Bd", Helvetica, Arial, sans-serif;
		color: #323232;
		font-size: 1rem;
		line-height: 16px;
		letter-spacing: 1.6px;
		border-width: 2px;
	}
	.mainImageContainerWrapper {
		width: 80.7142857%;
	}
	.PreNext li a {
		padding: 0;
	}
	.PreNext li span {
		display: inline-block;
	}
	.productNavContainer ul.PreNext {
		width: auto;
		border: none;
		margin-top: -24px;
	}
	.PreNext li.product-next, .PreNext li.product-prev {
		float: none;
	}
	.PreNext .product-prev a, .PreNext .product-next a {
		background: none;
	}
	.PreNext .product-next a, .PreNext .product-prev a {
		float: none;
		padding: 0;
		display: inline;
	}
	.zoomContainer {
		width: 38.6666666667%;
	}
	@page { size: landscape; }
}
