@charset "UTF-8";
/* CSS Document */

/* Product Sidebar */

.single-images .single-product-thumbnails span {
    border-radius: 18px;
}

.product-information-sidebar-wrapper {
		display: block;
		width: 100%;
		background-color: #efefef;
		border-radius: 25px;
		padding: 35px;
	}
	.product-information-sidebar-wrapper .paper-guide {
		padding-left: 30px;
		margin-bottom: 35px;
	}
	
	
	.product-information-sidebar-wrapper .paper-guide .paper-guide-image {
		max-width: 70%;
		margin: 35px auto 65px auto;
		display: block;
	}
	
	.product-information-sidebar-wrapper .paper-guide h4, .generic-information-sidebar-wrapper .generic-information-sidebar h4 {
		font-size: 20px;
text-transform: uppercase;
font-weight: 900;
margin-bottom: 5px;
	}
	
	.product-information-sidebar-wrapper .paper-guide h5 {
		font-size: 16px;
font-weight: 900;
	}
	
	.product-information-sidebar-wrapper .paper-guide .icon, .generic-information-sidebar-wrapper .generic-information-sidebar .icon {
		height: 26px;
width: 26px;
margin-right: 10px;
margin-left: -35px;
	}
	
	.button-orange-icon {
		display: flex;
 flex-wrap: nowrap;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 align-content: center;
color: #fff;
padding: 10px 15px;
text-align: center;
text-transform: uppercase;
background: #f06842;
		border-radius: 20px;
	}

	.button-orange-icon:hover {
		color: #fff;
background: #000;
	}
	
	.button-orange-icon .button-icon {
		flex: 1 1 auto;
		margin: 10px;
		max-width: 40px;
	}
	.button-orange-icon .button-icon img {
		width: 100%;
		max-height: 100%;
	}
	.button-orange-icon .button-label {
		flex: 1 1 auto;
		margin: 10px;
		font-size: 14px;
font-weight: 900;
line-height: 1.2em;
	}

.button-green-icon-right {
		display: flex;
 flex-wrap: nowrap;
 flex-direction: row;
 justify-content: space-between;
 align-items: center;
 align-content: center;
color: #fff;
padding: 10px 15px;
text-align: center;
text-transform: uppercase;
background: #5cb85c;
		border-radius: 20px;
	}

	.button-green-icon-right:hover {
		color: #fff;
background: #000;
	}
	
	.button-green-icon-right .button-icon {
		flex: 1 1 auto;
		margin: 10px;
		max-width: 40px;
		order: 1;
	}
	.button-green-icon-right .button-icon img {
		width: 100%;
		max-height: 100%;
	}
	.button-green-icon-right .button-label {
		flex: 1 1 auto;
		margin: 10px;
		font-size: 18px;
font-weight: 900;
line-height: 1.2em;
		order: 0;
	}
	
	.generic-information-sidebar-wrapper {
		display: block;
		width: 100%;
		background-color: none;
		border-radius: 25px;
		padding: 35px;
	}
	
	.generic-information-sidebar-wrapper .generic-information-sidebar {
		padding-left: 0;
		margin-bottom: 35px;
	}




/* Product Main */

.sigle-product-features {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin-top: 30px;
}

.sigle-product-features .features-item {
	display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
margin: 0 5px 0 0;
	width: 300px;
}

.sigle-product-features .features-item .features-name {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}

.sigle-product-features .features-item .icon {
	width: 25px;
	margin-right: 10px;
}

.product-step-wrapper {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
	margin: 30px 0 20px 0;
	width: 100%;
}
.product-step-wrapper .product-step {
	display: block;
flex-grow: 0;
flex-shrink: 1;
flex-basis: 30px;
align-self: center;
order: 0;
text-align: center;
background-color: #000;
color: #fff;
padding: 5px;
margin-right: 20px;
font-size: 20px;
font-weight: 900;
border-radius: 5px;
}
.product-step-wrapper .product-step-label {
	display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
}

#finishRow h4 {
	display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: center;
  order: 0;
	font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0;
	width: 100%;
    margin-bottom: 20px;
}

.chosen-container:before {
content: "";
}

.product-selection-summary {
	font-size: 20px;
	line-height: 1.7em;
	color: #303030;
}

.product-selection-summary span {
	font-size: 22px;
	font-weight: 900;
}

/* Product Radios */

#finishRow .form-group {
	display: flex;
	flex-grow: 1;
	justify-content: space-around;
}

#finishRow > div {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
	margin: 30px 0 20px 0;
}

#finishRow .form-group .row {
flex-grow: 1;
flex-shrink: 1;
align-self: center;
order: 0;
	
display: flex;
 flex-wrap: nowrap;
 flex-direction: row;
 justify-content: space-around;
 align-items: center;
 align-content: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3em;
color: #000;
padding: 15px;
text-align: center;
background: #efefef;
border-radius: 10px;
margin-right: 10px;
margin-left: 0;
height: 100%;
}

#finishRow .form-group.checked .row {

background: #f06842;
	color: #fff;
	font-weight: 900;
}

#finishRow .form-group .row label {
display: block;
flex-grow: 1;
flex-shrink: 1;
align-self: center;
order: 0;
	
font-weight: inherit;
font-size: inherit;
	margin: 0;
	max-width: unset;
	width: 100%;
}

#finishRow .form-group .row > div {
display: block;
    flex-grow: 0;
    flex-shrink: 1;
    align-self: center;
    order: 0;
    width: unset;
    float: unset;
    padding: 0;

}

.product-price-wrapper {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-price-wrapper #price {
	margin-bottom: 0;
}

.product-tabs .tab-content {
    border-radius: 20px;
}


/* Product Turnaround Table */

.product-turnaround-table-wrapper {
	margin: 40px 10px 30px 0;
}

.product-turnaround-table {
	width: 100%;
}
.product-turnaround-table .form-group {
	margin: 0;
}
.product-turnaround-table td {
	font-size: 18px;
	padding: 5px;
}
.product-turnaround-table .icons, .product-turnaround-table .turnaround-type, .product-turnaround-table .date, .product-turnaround-table .days {
	text-align: center;
}
.product-turnaround-table .icons img {
	height: 30px;
}
.product-turnaround-table .turnaround-type td {
	font-weight: 900;
}
.product-turnaround-table .date td {
	font-size: 20px;
	font-weight: 900;
}
.product-turnaround-table .date td span {
	display: block;
	font-size: 80px;
	font-weight: 900;
	clear: both;
	margin: 20px 0 25px 0;
}
.product-turnaround-table .days td {
	font-size: 12px;
}

.product-turnaround-table .quantity-label, .product-turnaround-table .quantity {
	font-size: 18px !important;
	font-weight: 900;
	text-align: right;
}



/* OOH Menu */
	
.main-menu .mega-menu .widget .widgettitle {
font-size: 14px;
text-transform: uppercase;
border-bottom: none;
line-height: 1.1em;
padding-bottom: 5px;
width: auto;
display: inline-block;
	font-weight: 900;
	color: #f06842;
}
	
	
/* OOH Product Page */
	
	.banner {
		display: none;
	}
	.maincontainer {
		padding-top: 240px !important;
	}
	.single-images .main-image {
		border-radius: 20px;
	}
	
	.portfolio-share {
		border: none !important;
	}
	.summary .product_title {
font-size: 70px;
line-height: 60px;
font-weight: 900;
text-transform: uppercase;
}
	.summary .description {
		font-size: 16px;
	}
	.summary .description h4 {
		font-size: 25px;
		font-weight: 900;
	}


.delivery-estimate-information {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px;
	font-weight: 900;
	text-align: center;
	
}

.icon-product-info {
	display: inline-block;
	margin: 0 0 0 15px;
	width: 25px;
	height: 25px;
}

.icon-product-info img {
	vertical-align: top;
	margin-top: -15px;
}

/* OOH Product Page - Price Matrix */
	
#buttonRow {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding: 20px 0;
}
#price {
	font-size: 60px;
	text-align: left;
}
.cart_totals {
	text-align: right;
	margin-bottom: 0;
}
.table-scroll th {
	background: #fff;
}
.table-scroll td {
	background: #efefef;
}
.table-scroll th, .table-scroll td {
	padding: 20px 8px;
	border: 6px solid #fff;
	white-space: normal;
	vertical-align: top;
	font-size: 15px;
	line-height: 15px;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	border-radius: 13px;
}



/* OOH Product Page - Selectors */

.chosen-container {
	border: none !important;
	padding: 0 !important;
	margin-top: 0 !important;
}
.summary .variations select, .summary .chosen-container-single .chosen-single {
	width: 100%;
	height: auto;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	padding: 25px 30px;
	background: #f06842;
	margin: 20px 0 30px 0;
	border-radius: 13px;
	text-transform: none;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 20px;
	display: block;
	width: 28px;
	height: 100%;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 90%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	background: #efefef;
	border-radius: 0 0 15px 15px;
}
.chosen-container .chosen-results {
	color: inherit;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 0;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results {
	border: none !important;
	box-shadow: none !important;
	border-top: none !important;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #f06842;
	color: #fff;
	font-weight: 900;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 15px 25px;
	list-style: none;
	line-height: none !important;
	word-wrap: break-word;
	-webkit-touch-callout: none;
	font-size: 20px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 20px 25px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	background: #fff !important;
}
.chosen-container-single .chosen-search input[type="text"] {
	margin: 0;
	padding: 10px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #e9e9e9;
	background: white url('../../assets/images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../../assets/images/chosen-sprite.png') no-repeat 100% -20px;
	font-size: 20px;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 5px;
}
/* OOH Product Page - Section Title */

#stock_selector_chosen:before, #stockDropdown_chosen:before {
	content: "";
	text-transform: uppercase;
	font-weight: 300;
	display: block;
	font-size: 20px;
}

.widgettitle {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 10px;
}



