#offerContainer {
	width: 100%;
	margin-bottom: 20px;
}
textarea#customerQuestion {
    min-height: 130px;
}
#offerContainer .dataContainer {
	border: 0px solid #565457 !important;
	border-radius: 5px;
}
#offerContainer #header {
	background-color: #565457;
	color: white;
	padding: 10px;
	display: none;
}
#offerContainer table {
	width: 100%;
	margin-top:0px;
}
#offerContainer table th, #offerContainer table td {
	text-align:center;
	width: 33%;
	padding:10px;
}
#offerContainer table th {
    vertical-align: bottom;
}
#offerContainer table td {
    vertical-align: middle;
}
#offerContainer .productName {
	min-height: 40px;
	font-size: 14px;
	padding-bottom: 2px;
}
#offerContainer .productImage {
	text-align: center;
	min-height:217px;
}
#offerContainer .productImage img {
	max-width: 228px;
	max-height: 216px;
	width: auto;
}
#offerContainer .productItem {
  cursor: pointer;
  float: left;
  margin: 12px 0.2%;
  min-height: 339px;
  min-width: 262px;
  width: 14%;
}
#offerContainer h3 {
    margin-top: 0;
}
#offerContainer h1, #offerContainer h2, #offerContainer h3 {
    line-height: 40px;
    font-weight: bold;
}
#productList .productPrice {
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 0px;
}
#offerContainer .productItem.selected {
	border: 2px solid #fa931f;
}
#offerContainer .selected-text {
	display: none;
}
#offerContainer .selected .selected-text {
	background-color: #fa931f;
	color: #ffffff;
	display: block !important;
	margin-bottom: 0px;
	margin-top:12px;
	padding: 5px 0;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
}
#offerContainer #productList {
	padding: 10px;
}
#offerContainer .modal {
	border-radius: 0px;
	text-align: center;
}
.align-left {
	text-align: left !important;
}
#offerContainer .modalImage img{
	max-width: 300px;
}

.btn-new {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-new:focus,
.btn-new:active:focus,
.btn-new.active:focus,
.btn-new.focus,
.btn-new:active.focus,
.btn-new.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn-new:hover,
.btn-new:focus,
.btn-new.focus {
  color: #333333;
  text-decoration: none;
}
.btn-golden {
  background-color: #603813 !important;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
}
.btn-golden:hover, .btn-grey:hover {
	background: black;
	color: white;
}
#addToOffer.btn-new.btn-golden {
	min-width: 300px;
	padding: 10px;
}
#offerContainer .btn-grey {
  background-color: #ffffff;
  border: 0 none;
  border-radius: 0;
  color: #757575;
  display: inline-block !important;
  font-weight: bold;
  margin: 5px 0 !important;
  padding: 0 !important;
  text-align: left;
  text-transform: none !important;
  width: 100% !important;
  font-weight: 500;
}
#offerContainer .order-number {
	text-align: center;
	padding: 8px 0 8px 0;
}
/* #offerContainer #finalModal .modal-dialog, #listModal .modal-dialog {
	width: 90%;
} */
#offerContainer .thumbnail {
	width: 70px;
	border: medium none;
	border-radius: 0px;
	box-shadow: 0 0 0;
}
.thumbnail > img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 70px;
}
#offerContainer #listModal table thead th:first-child { width: 30px; vertical-align: middle; }
#offerContainer #listModal table tbody td:first-child { width: 30px; vertical-align: middle; }
#offerContainer .center { text-align: center; }
#offerContainer .input-group { width: 100px; margin-left:0; display: inline-block; }
#offerContainer .form-control {
    border-radius: 0px;
    border: 1px solid #3e3e3e;
    padding: 11px;
    height: auto !important;
}
#offerContainer .row { margin-left: 0px !important; }
#offerContainer .attributes { height:20px; width: 20px; }

.regular-checkbox {
    display: none;
}
.regular-checkbox + label {
	display: inline-block;
	height: 15px;
	margin: 0 2px 0 0;
	padding: 5px;
	position: relative;
	width: 15px;
}
.regular-checkbox:checked {
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}
.regular-checkbox:checked + label::after {
	border: 2px solid #e3e3e2;
	color: #ffffff;
	content: "";
	font-size: 24px;
	height: 27px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 27px;
	z-index: 9999999;
}
.alert { margin-bottom: 0px !important; }
.loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background : black;
	opacity: 0.8;
	z-index:9980;
}
.loader span {
	position: fixed;
	left: 46%;
	top: 41%;
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
	z-index: 9990;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}*/
#offerContainer input, #offerContainer textarea, #offerContainer .uneditable-input {
	width: 97%;
}
#offerSubmit {
	width: 93%;
}
.attribute-title {
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 10px;
	margin-top: 0px;
}
.offerQty {
	text-align: center;
}

#listModal table h4 {
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 0px;
	margin-top: 0;
}

#offerContainer #listModal .table tbody td:last-child h3, #offerContainer #listModal .table tbody td:nth-child(5) h3 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
#listModal .table tbody td:last-child {
	vertical-align: middle;
}
#offerContainer #listModal table td:last-child {
	width: 10%;
	text-align: center;
}
#offerContainer #listModal table td:nth-child(3) {
	width: 57%;
}
#offerContainer #listModal table td:nth-child(5) span:last-child {
	display: block;
	font-style: italic;
	font-weight: 400;
	text-align: center;
	text-transform: none;
}
#offerContainer #listModal table td:nth-child(5), #offerContainer #listModal table td:nth-child(4) {
	text-align: center;
	vertical-align: middle;
}
#offerForm input, #offerForm textarea {

    padding: 10px;
    border: 1px solid #ccc !important;
    margin-bottom: 7px !important;
    resize: vertical;
}
.right {
	float: right;
}
#offerSubmit {
	width: 97%;
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 1px;
}
#offerContainer .order-number {
    display: block;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 100%;
    padding: 16px;
    width: auto;
    background: none !important;
    color: #000;
}
#offerContainer #finalModal table th, #offerContainer table td:nth-child(1) {
	width: 10%;
}
#finalModal table h4 {
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 0px;
}
#finalModal .table span {
	font-size: 12px;
}
#finalModal .table tbody td:last-child h3 {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}
#offerContainer #finalModal table td:last-child {
	width: 10%;
}
#offerContainer #finalModal table td:nth-child(2) {
	width: 57%;
}
#offerContainer #finalModal table td:nth-child(3) span:last-child {
	display: block;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}
#offerContainer #finalModal table td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}
#mainContainer {
	padding: 5px;
}


#offerMoreProducts::before {
  content: "";
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#offerPrintOffer::before {
  content: "";
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#offerToCart:before{
  content: "";
  font-family: fontawesome;
  padding-right: 7px;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.additional-options > h3 {
  border-bottom: 1px solid #cccccc;
  color: #757575;
  font-size: 17px;
  text-align: left;
  line-height: 10px;
}
.col-xs-4.right h4 {
  border-bottom: 1px solid #cccccc;
  color: #757575;
  margin-bottom: 18px;
  padding-bottom: 7px;
  text-align: left;
}
.table th, .table td {border-top: 0px !important;	}
#offerContainer #listModal table tr:nth-child(5) td:nth-child(5), #offerContainer #listModal table tr:nth-child(5) td:nth-child(5), #offerContainer #listModal table tr:nth-child(6) td:nth-child(5) {
  text-align: right;
}
#offerContainer > center {
  display: none;
}
.col-xs-4.right hr {
  display: none;
}
.grand_row td {
	border-bottom: 0px !important;
}
.savings_row td {
	border-bottom: 0px !important;
}
.savings_row {
	border-top: 3px solid black !important;
}
.savings_row td:nth-child(4) {
	text-align:right !important;
}
#printAddress { visibility: hidden; }
@media print {
	#printAddress { visibility: visible !important; margin-top: -50px; }
	#listModal * { visibility: visible !important; }
	#listModal { position: absolute; top: 200px; left: 30px; width: 90%; }
	#LogoImage { visibility: visible !important; margin-left: auto; margin-right: auto; }
	.footer { display: none; }
	#listModal { width: 95% !important; }
	.span4.boxed.offset1 { display: none; }
	#LogoImage { width: 80% !important; } 
	.TopMenu { display: none !important; }
	.Content { padding-bottom: 0px !important; min-height: 0px !important; }
	.TitleHeading { display: none !important; }
	#PageBreadcrumb { display: none !important; }
}
.productAddToOffer {
	margin-top: 10px;
	background-color: #9C744D !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0px;
    line-height: normal;
    border-radius: 4px;
    min-width: 300px;
    height: 54px;
}
#offerContainer #uniform-country_selector span {
  height: auto;
  line-height: 26px;
  text-align: left;
  width: 75px !important;
}
#uniform-country_selector {
  font-weight: normal;
  height: 32px;
  width: 150px !important;
  border-radius: 0px
}
#uniform-country_selector {
  border-color: #cccccc !important;
  height: 32px;
  width:130px !important;
}
#offerContainer #uniform-country_selector span {
  line-height: 24px !important;
}
.form-control.offerQty {
  border-color: #ccc !important;
  height: 30px;
}
p#firstPrice {
    font-size: 18px;
    padding-top: 6px;
}
/* Best Offer Css Starts */
.freshLeft {
    width: 50%;
    display: inline-block;
    text-align: left;
    float: left;
}
#askQuestionModal .freshRight {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.Question.username {
    text-align: left;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 13px;
}
.freshBox input[type="text"], .freshBox input[type="number"], textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 9px;
    border: 1px solid #ddd;
}
.freshRight textarea#customerRemarks {
    width: 100%;
    padding: 9px;
    border: 1px solid #ddd;
    min-height: 100px;
    margin-bottom: 20px;
}
.freshBox input[type="button"] {padding:10px; float:right; position: relative; bottom: 0; margin-top: 13px;}
.freshRight h2{margin-top: 0;}
.freshRight .error{width: 100%;float: left;text-align: left;color: red;}
#BestOfferTitle{font-size: 18px;}
#productBestOfferImg {
    max-width: 100%;
    border: 0px dotted #e5e5e5;
    margin-bottom: 20px;
}
.yourOffer{display: inline-block;width: 50%;vertical-align: top;max-width: 200px;}
.Current {display: inline-block;width: 25%;vertical-align: top;max-width: 200px;}
.yourQty { display: inline-block; width: 20%; vertical-align: top; }
.yourOffer p, .Current p, .yourQty p { margin-bottom: 5px; }
.yourOffer input[type="text"] {display: inline;width: 140px;margin-left: 5px;margin-bottom: 0}
.yourOffer .error{margin-left:22px}
.freshClickbtn {background:#ccc;text-transform:uppercase;font-weight:bold;max-width:300px;display:block;}
.submitOffer{background-color:#444;border-color:#444;color:#fff;}
.submitOffer.active,.submitOffer.is-active,.submitOffer:focus,.submitOffer:hover{background-color:#666;border-color:#666;color:#fff}.submitOffer:active{background-color:#000;border:1px solid #000;color:#fff}
/* Best Offer Css Ends  */

/* Responsive table css */
@media only screen and (max-width: 1084px) {
.span4.boxed {
  margin-left: 20px !important;
  width: 26% !important;
}
	#offerForm input, #offerForm textarea {
		max-width: 100% !important;
	}
}
#offerBuilderBlock1, #offerBuilderBlock2, #offerBuilderBlock3 {
	width: 33% !important;
	float: left;
	height: 128px !important;
}
#offerBuilderBlock1, #offerBuilderBlock2 {
	display: none;
}
#offerBuilderBlock3 {
	width: 100% !important;
}
#offerBuilderBlock3 tbody th, #offerBuilderBlock3 tbody td {
	text-align: right !important;
}
@media only screen and (max-width: 764px) {
	#offerBuilderBlock1, #offerBuilderBlock2, #offerBuilderBlock3 {
		width: 100% !important;
	}
	#uniform-offerCategory {
		width: 100% !important;
	}
	input#offerProductName {
		width: 97% !important;
	}
	#offerBuilderBlock3 td {
		text-align: center;
	}
	.listProductList table tbody tr td {
	    text-align: center !important;
	}
	.freshRight, .freshLeft {width:100%;}
}
#mainContainer #listModal.span7 {
  margin-left: 0;
  width: 63%;
}
.span4.boxed {
  box-shadow: 2px 2px 8px #bdbdbd;
  padding: 10px;
  margin-left: 0px;
  float: right;
}
@media screen and (max-width: 800px) {
.span7.listProductList {
  width: 100% !important;
  margin: 0 !important;
}
#no-more-tables td {
  width: 100%;
  padding: 8px 0px;
  text-align: center !important;
}
#offerContainer .thumbnail {
  display: inline-block;
  width: 100%;
}
#offerContainer #listModal table td:nth-child(3) {
  width: 100%;
  text-align: center !important;
}
#offerContainer #listModal table td:last-child {
  text-align: center !important;
  width: 100% !important;
}
#listModal .table tbody td:last-child h3, #listModal .table tbody td:nth-child(5) h3 {
  width: 100% !important;
}
#offerContainer #listModal table tbody td:first-child {
  width: 100%;
  font-weight: bold;
}
#no-more-tables tr {
  border: 1px solid #eeee;
}
#listModal .table tbody td:nth-child(5) h3::before {
  content: "Unit Price -";
  display: inline-block;
  padding-right: 5px;
}
#listModal .table tbody td:nth-child(6) h3::before {
    content: "Quantity Price -";
  display: inline-block;
  padding-right: 5px;
}
#mainContainer .span4.boxed {
  margin-left: 0px !important;
  width: 100% !important;
  padding: 0px;
  box-shadow: 0 0 0;
}
.additional-options,.additional-options > h3,#offerContainer .btn-grey {
  text-align: center;
}
#mainContainer .span4.boxed hr {
  display: none;
}
}
@media only screen and (max-width: 768px) {
.productAddToOffer {
  width: 100%;
  margin-bottom: 10px;
}
}
@media only screen and (min-width: 768px) {
	#offerContainer #listModal table td:nth-child(4) {
		padding-top: 20px;
	}

	#listModal .table tbody td:last-child {
		vertical-align: middle !important;
	}
}
#productModal #offer-attribute .selector {
	width: 100% !important;
	border: 1px solid black !important;
}
#offerContainer .span4.boxed.offset1 p {
	word-wrap: break-word;
}
#country_td {
	min-width: 148px !important;
}
#offerContainer #ProductDetails {
	padding-top: 30px;
}
#offerContainer #ProductDetails h1 {
	font-size: 40px !important;
}
#offerContainer #QuickViewContent .Value .ProductPrice {
	padding-top: 30px !important;
}
#offerContainer .productAttributeRow {
	padding-left: 10px !important;
	width: 30.33% !important;
}
.radio, .checkbox {
	padding-left: 0px !important;
}
.warranty {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#QuickViewContent .RetailPrice .Value {
	color: #fea63c;
	font-family: "Eurostile-Condensed",Arial,Century Gothic;
	font-size: 26px;
	line-height: 1.1;
	margin-bottom: -15px;
	margin-top: 10px;
	height: 38px;
}
#productModal .productAttributeRow input {
	margin-right: 10px;
	width: auto !important;
	margin-top: 0px;
}
#productModal .productAttributeRow span {
	clear: both;
	float: left;
	margin-bottom: 8px;
}
#offer-attribute .attribute-title {
	text-transform: none;
}
#offer-attribute button {
	margin-top: 23px;
	display: block;
}
.qtyminus, .qtyplus {
	width: 20px !important;
}
#productQty {
	height: auto;
	margin: 0 10px;
	padding: 4px;
	width: 50px !important;
	text-align: center;
}


@media only screen and (max-width: 800px) {

	.listProductList {
		width: 90% !important;
	}
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 20%; 
		white-space: normal;
		text-align:center !important;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

	#offerContainer h3 {
		padding: 0px !important;
		line-height: 0px !important;
	}
	#offerContainer #listModal table td:last-child {
		width: 90% !important;
	}
	#listModal .table tbody td:last-child h3 {
		width: 37% !important;
	}
	.span4.boxed center h3 {
		line-height: 40px !important;
	}
	#offerContainer #finalModal table td:nth-child(3) span:last-child {
		text-align: left !important;
	}
	#finalModal #no-more-tables {
		margin-left: 20px;
	}
}
.offer-view .page-content--centered {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.span4.boxed {
    box-shadow: 2px 2px 8px #bdbdbd;
    padding: 17px;
    margin-left: 0px;
    float: right;
    display: inline-block;
    width: 36%;
}
#printAddress {
    visibility: hidden;
    display: none;
}
.offer-view  fieldset {
    border: 0px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
#mainContainer #listModal.span7 {
    margin-left: 0;
    width: 63%;
    display: inline-block;
}

.span4.offset1 hr {
    display: none;
}
.span4.offset1 h4 {
    margin-top: 0;
}
.additional-options {display: none;}
.offer-details button#offerSubmit {
    background: #ff9200;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
tfoot>tr>td:first-child {
    text-align: right;
    font-weight: bold;
}
.listProductList tr {
    border-bottom: 1px solid #e5e5e5;
}
.span4.boxed {
    box-shadow: 0px 0px #bdbdbd;
    padding: 27px;
    margin-left: 0px;
    float: right;
    display: inline-block;
    width: 36%;
    border: 1px solid #E5E5E5;
}
.offer-details h4 {
    font-weight: bold;
    text-transform: none;
}
tr.hide.offer-total {
    color: #ff9200;
    font-size: 20px !important;
    font-weight: bold;
}
a.offerRemove {
    text-decoration: none;
}
/* The Modal (background) */
.modalOffer {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalAskQuestion {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modalOffer-content {
    background-color: #fefefe;
    margin: 5% auto 0%;
    padding: 20px;
    border: 1px solid #888;
    width: 40vw !important;
    text-align: center;
}
@media screen and (min-width: 1200px) {
    .modalOffer-content {
        min-width: 720px;
    }
}
@media screen and (max-width: 1200px) {
    .modalOffer-content {
        width: 70vw !important;
    }
}
@media screen and (max-width: 700px) {
    .modalOffer-content {
        width: 90% !important;
    }
    .yourQty, .Current, .yourOffer {
        width: 100% !important;
    }
}
#productOfferImage {
    max-width: 200px;
}

/* The Close Button */
.closeOffer {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeOffer:hover,
.closeOffer:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.closeAskQuestion {
  color: #aaa;
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: right;
}

.closeAskQuestion:hover,
.closeAskQuestion:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.offerPopupActions * {
    width: auto !important;
    min-width: auto;
    vertical-align: top;
    width: 47% !important;
}
.offerPopupActions * {
    letter-spacing: normal;
}
a.button.button-secondary.addtoOffer {
    width: 100%;
    margin-left: 0;
    max-width: none;
}
.modalOffer {z-index: 9999999999999999999;}
a.freshView.freshButton {
    background: #ff9200;
    color: #fff;
}
.freshButton {
    width: 49% !important;
    display: inline-block !important;
    margin: 0;
    padding: 15px !important;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: normal;
}
.freshRight label {
    font-weight: bold;
    text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
button#closeOffer {
    background: #434343;
    color: #fff;
    margin-right: 10px;
}
@media only screen and (max-width: 1178px) {
	.offerPopupActions * {
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 9px;
    max-width: 330px;
}
}
@media screen and (min-width: 48em) {
.offerPopupActions .button+.button {
    margin-left: 10px;
}
}
@media only screen and (max-width: 700px) {
.modalOffer-content {width: 90%;}a#priceMatch, #bestOffer {
    width: 100%;
}
button#closeOffer {margin-right: 0;}
}
#productOfferImage {
    max-width: 320px;
    width: 100%;
}
#productOfferImage {
    max-width: 320px;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 25px;
}

.offerPopupActions button#closeOffer {
    padding: 0;
}

@media only screen and (max-width: 550px) {
a#addToOffer {
    width: 100%;
}
}

p#secondPrice {
    font-size: 18px;
    padding-top: 6px;
}
.freshBox input[type="button"] {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
}
#askQuestionForm em {
    font-weight: normal;
    font-size: 11px;
}

input.button.submitQuestion {
    max-width: 190px;
    margin: 0 auto;
    display: block;
    float: none;
}
#tab-downloads td {
    border: 1px solid #ddd;
    white-space: nowrap;
    padding: 8px 10px;
}
#tab-downloads table {
width: 100%;
    line-height: 41px;
    border: 1px solid #e3e3e3 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#tab-downloads a {
    text-decoration: none;
    font-weight: bold;
}
#tab-downloads th {
    padding: 1px 12px;
    background: #e3e3e3;
}