div.block-related-category .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

div.block-related-category .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-category .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-category .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-category .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-category .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
#ampromo-items-add {
  background-color: #fff2d2;
  padding: 20px;
  text-align: center;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#ampromo-items-add span {
  background-color: #ffda85;
  padding: 10px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 950px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 780px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  /*width: 250px;*/
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 255px;
  /*height: 160px;*/
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

.calendar {
  z-index:10001;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

@CHARSET "UTF-8";
.iframe-subscribe-wallet, .iframe-update-wallet{
	width:100%;
	height:500px;
	border:none;
	overflow:hidden;
}

.iframe-with-perso-data{ 
	height:700px; 
}

.wallet-manage-content .actions{
	margin-top:20px;
}
.wallet_details dt{
    font-weight:bold;
}

.wallet_details dl dd {
	padding-left:20px;
}

.side-col .block-oneclick dl,
.side-col .block-oneclick .notlogged,
.sidebar .block-oneclick dl,
.sidebar .block-oneclick .notlogged,
.checkout-types .block-oneclick dl,
.checkout-types .block-oneclick .notlogged {
	padding:5px;
}
.side-col .block-oneclick select,
.checkout-types .block-oneclick select,
.sidebar .block-oneclick select{
	width:100%;
}

.checkout-types .block-oneclick{
	text-align:left;
}

.payline-checkoutonepage-index #wait-txt{
	display:none;
	padding:20px;
    width:300px;
    height:30px;
}
.payline-checkoutonepage-index .popin{
	position:absolute;
	display:block!important;
	background-color:#FFFFFF;
	border:2px solid black;
	text-align:center;
	z-index:999;
}

.payline-checkoutonepage-index .col-main {
    padding: 20px 0 0;
}

fieldset.form-payline {
    margin-top: 5px;
    margin-bottom: 5px;
    border:1px solid #BBAFA0;
    background-color: white;
}

fieldset.form-payline legend{
    display: block;
    color:#BBAFA0;
    padding-right: 5px;
    padding-left: 5px;
}

fieldset.form-payline legend img{
    display: block;
    float: right;
}

.input-cc-card  {
  clear : both;
}

.input-cc-card label{
  padding-right: 3px;
}

.input-cc-card label input {
    /* display:none; */
  margin-right: -3px;
}

.input-cc-card  label input + img {
  cursor:pointer;
  border:4px solid transparent;
  float: none;
}

.input-cc-card  label input:checked + img {
  border:3px solid #3399cc;
  padding:1px;
  float: none;
}



form#wallet-checkout p{
	padding:0 5px;
}
.sidebar .payline-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
#wallet-checkout .secured-by{
	padding:0 5px;
	text-align:right;
	font-size:0.8em;
}
table.payline-payment th {
    font-weight:bold;
    vertical-align:middle;
}
table.payline-payment td {
    margin-left:5px;
    width:35%;
}
.payline-payment-logo img {
    display:block;
    margin:auto;
}

#payment_form_PaylineCPT li input{
	margin-top: 13px;
}

#payment_form_PaylineCPT li img {
    display: inline;
    vertical-align: top;
    float: none;
}




.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
    overflow: hidden;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 100%;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 48%;
    float:left;
    /*display: inline-block;*/
}
#stripe-payments-card-cvc {
    width: 48%;
    float:right;
    /*display: inline-block;*/
}
.widgetLogoCard {width: 220px; margin:0 auto 20px auto;}
.widgetLogoBank {width:100%; max-width: 400px; margin:20px auto 0 auto;}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}

.__PrivateStripeElement {
    float: left;
    width: 70%;
    text-transform: uppercase;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

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

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

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

@font-face {
  font-family: 'Futura';
  src: url(https://www.outillage-frigoriste.com//skin/frontend/mjsmart/outillagefrigoriste/css/fonts/Futura.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* line 4, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li.title,
.search-autocomplete ul.wyomind-elasticsearch li.title a {
  padding: 6px;
  background-color: #1c1a19;
  color: #a2d9ef;
  text-transform: uppercase;
}

/* line 12, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li {
  padding: 0;
  text-transform: uppercase;
  border-bottom: 1px dashed #e4e0da;
  background: none;
}

/* line 19, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li .image {
  float: left;
  margin-right: 6px;
  background-color: #fff;
}

/* line 25, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li a {
  display: block;
  padding: 6px;
}

/* line 31, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li.selected a {
  color: #1c1a19;
  text-decoration: none;
  background: #e4e0da;
}

/* line 37, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li .price-box {
  margin: 0;
}

/* line 41, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li.selected a .price-box .price,
.search-autocomplete ul.wyomind-elasticsearch li.selected a .price-box .minimal-price-link .label,
.search-autocomplete ul.wyomind-elasticsearch li.selected a .price-box .price-label {
  color: #fff;
}

/* line 47, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li a .price-box .minimal-price-link {
  padding: 0;
}

/* line 51, ../../scss/wyomind/elasticsearch.scss */
.search-autocomplete ul.wyomind-elasticsearch li .clearer {
  clear: both;
}

/*# sourceMappingURL=elasticsearch.css.map */

div.block-related-shoppingcart .aw-arp-block-content {
    padding: 5px 0 0 5px;
    overflow: hidden;
    clear: both;
}

.product-cart-image img {
    max-width: 100%;
    width: 100%;
}

div.block-related-shoppingcart .aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    zoom: 1;
    _height: 250px;
    margin: 5px 5px 20px;
}

div.block-related-shoppingcart .aw-arp-item img {
    border: 1px solid #A9A9A9;
    width: 75px;
    margin-bottom: 10px;
}

div.block-related-shoppingcart .aw-arp-block-content .aw-arp-addtocart>p {
    margin-bottom: 5px;
}

div.block-related-shoppingcart .footer .aw-arp-block-content li {
    display: inline-block !important;
}

div.block-related-shoppingcart .footer .aw-arp-block-content a {
    color: #1E7EC8;
}
/**
 *
 * CART2QUOTE CONFIDENTIAL
 * __________________
 *
 *  [2009] - [2016] Cart2Quote B.V.
 *  All Rights Reserved.
 *
 * NOTICE OF LICENSE
 *
 * All information contained herein is, and remains
 * the property of Cart2Quote B.V. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Cart2Quote B.V.
 * and its suppliers and may be covered by European and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Cart2Quote B.V.
 *
 * @category    Ophirah
 * @package     Qquoteadv
 * @copyright   Copyright (c) 2016 Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */

/*  Title:    CART 2 QUOTE Stylesheet
    Author:   David Hund - Valued Standards
--------------------------------------------------------------------------- */
.c2q {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.c2q .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.c2q li.section {
    display: inline;
}

.c2q .tab-title, .c2q .allow .tab-title {
    border: 1px solid #F9F3E3;
    height: 69px;
}

.c2q .tab-title .numeration, .c2q .allow .tab-title .numeration, .c2q .active .tab-title .numeration {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.c2q .tab-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 15px 11px 0;
    background: none;
}

.c2q .tab-title a {
    display: none;
}

.c2q .tab-title .numeration {
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}

.c2q .tab-title h2 {
    font-size: 12px;
    color: #bbb;
    clear: both;
}

.c2q .allow .tab-title {
    cursor: pointer;
    background: none;
}

.c2q .allow .tab-title .numeration {
    background: #000;
    color: #fff;
}

.c2q .allow .tab-title h2 {
    color: #000;
}

.c2q .active .tab-title {
    color: #ef0606;
    cursor: default;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #FBFAF6;
    z-index: 2;
    background-color: #FBFAF6;
}

.c2q .active .tab-title .numeration {
    background: #F18200;
    border-color: #fff;
    color: #fff;
}

.c2q .active .tab-title h2 {
    color: #F18200;
}

.c2q .tab-title h2, .c2q .allow .tab-title h2, .c2q .active .tab-title h2 {
    width: 100%;
    text-align: center;
}

.c2q .tab-title {
    width: 25%;
}

.c2q li a {
    text-decoration: none;
}

.qquote-client-collaterals td input {
    width: 100%;
}

.qquote-client-collaterals td select, #addressContainer select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://www.outillage-frigoriste.com//skin/frontend/base/default/images/qquoteadv/qquoteadv-select-background.png') right 10px center no-repeat;
    background-size: 9px 5px;
    border-radius: 0;
}

.installed-package-smartwave .qquote-client-collaterals td select, .installed-package-smartwave #addressContainer select {
    padding: 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.4;
}

#qquote-tbl-address td input.input-text,
#qquote-tbl-address td select,
.qquote-client-collaterals textarea,
#qquote-tbl-billing td input.input-text,
#qquote-tbl-billing td select,
#qquote-tbl-shipping td input.input-text,
#qquote-tbl-shipping td select,
#qquote-tbl-options td input.input-text,
#qquote-tbl-options td select,
#addressContainer select {
    background-color: transparent;
    color: #000000;
    margin-bottom: 10px;
}

.qquote-cart-collaterals {
    float: right;
    padding: 1px 0;
    width: 100%;
}

.qquote-cart-collaterals .box {
    border: 1px solid #D0CBC1;
    margin-bottom: 18px;
    padding: 12px 15px;
}

.qquote-client-collaterals {
    float: right;
    padding: 25px 0;
    width: 605px;
}

.qquote-client-collaterals .box {
    border: 1px solid #D0CBC1;
    margin-bottom: 18px;
    padding: 12px 15px;
}

.w224 {
    width: 224px;
}

.p5 {
    padding-left: 5px;
}

.m5 {
    margin-top: 5px;
}

a.pad {
    color: black;
    padding-left: 10px;
}

div#parent {
    position: relative;
    height: inherit;
}

@media (max-width: 590px) {
    div#parent {
        height: auto;
    }
}

div#comment {
    position: absolute;
    padding: 1px;
    margin: 3px;
    cursor: pointer;
    overflow-y: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    width: 98%;
    max-height: 170px;
}

ol.c2q {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #CCC;
    padding: 12px 12px 6px 12px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.c2q li.section .tab-title {
    float: none;
    display: inline-block;
    *float: left;
    width: auto;
    height: auto;
    background: #618499;
    background: -moz-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e5ee), color-stop(100%, #618499));
    background: -webkit-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -o-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -ms-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: linear-gradient(top, #d9e5ee 0%, #618499 100%);
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    *padding-bottom: 10px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFF;
}

.c2q li.section:hover .tab-title,
.c2q li.section.active .tab-title {
    z-index: 100;

    background: #d9e5ee;
    background: -moz-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5D6E2), color-stop(100%, #d9e5ee));
    background: -webkit-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -o-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -ms-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    color: #ff5600;
    border-color: #999 #FFF #FFF #999;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);

}

.c2q .tab-title .numeration, .c2q .allow .tab-title .numeration, .c2q .active .tab-title .numeration {
    float: left;
    height: auto;
    width: auto;
    background: transparent;
    color: #111;
    line-height: 22px;
    margin: 0;
    padding: 0 1em;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #618499;
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
}

.c2q .tab-title h2, .c2q .allow .tab-title h2, .c2q .active .tab-title h2 {
    clear: right;
    float: left;
    width: auto;
    margin: 5px .8em;
    color: #111;
}

.c2q .tab-title h2 {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.c2q .active .tab-title .numeration,
.c2q .active .tab-title h2 {
    color: #ff5600;
    text-shadow: 0 1px 0 #FFF;
}

.c2q li:hover .tab-title .numeration,
.c2q li:hover .tab-title h2 {
    color: #000;
}

#shopping-cart-table #c2qBtn {
    margin-right: 10px;
}

#addressContainer {
    padding-top: 0;
}

#addressCheckbox {
    margin: 15px 0 10px 0;
}

#shipDiv,
#billDiv,
#optionsDiv {
    margin: 15px 0 10px 0;
}

.qquote-client-collaterals .left input {
    display: block;
}

#quotelist #submit-quote-request {
    display: inline-block;
    float: right;
}

#quotelist #submit-quote-request label {
    padding: 20px;
    display: block;
    box-sizing: border-box;
}

#quotelist #submit-quote-request button {
    padding: 20px;
    display: inline-block;
    float: right;
    margin-left: 10px;
}
/**
 *
 * CART2QUOTE CONFIDENTIAL
 * __________________
 *
 *  [2009] - [2016] Cart2Quote B.V.
 *  All Rights Reserved.
 *
 * NOTICE OF LICENSE
 *
 * All information contained herein is, and remains
 * the property of Cart2Quote B.V. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Cart2Quote B.V.
 * and its suppliers and may be covered by European and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Cart2Quote B.V.
 *
 * @category    Ophirah
 * @package     Qquoteadv
 * @copyright   Copyright (c) 2016 Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */

.product-view .add-to-cart-buttons .button {
    width: auto !important;
}

.products-grid div.actions button {
    margin-left: 5px;
    margin-bottom: 5px;
}

.checkout-toolbar .button, #quotelist button, .cart-table .product-cart-actions .button, #co-shipping-method-form .buttons-set .button, #quotelist .footer .button, .cart-table tfoot button {
    min-width: 0;
    line-height: 1;
    padding: 10px 15px;
}

#quotelist .product-quote-image button {
    line-height: inherit;
    padding: 0;
    background: transparent;
    outline: 0;
    border: none;
    cursor: pointer;
}

#quotelist .product-quote-image button:hover {
    color: inherit;
    text-decoration: inherit;
}

#quotelist .validation-advice {
    margin-top: -5px;
}

.checkout-toolbar button {
    width: 250px;
    margin-bottom: 5px;
}

ol.c2q {
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #ededed;
    padding: 12px 12px 6px 12px;
    margin-bottom: 15px;
    *padding-bottom: 12px;
}

ol.c2q li.section {
    display: inline;
}

.leightbox, .leightboxlink {
    background-color: #FFFFFF;
    border: 2px solid #B8B8B8;
    color: #0A263C;
    display: none;
    font: 9px Arial, sans-serif;
    overflow: auto;
    padding: 0;
    text-align: left;
    width: 450px;
    min-height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -225px;
    z-index: 10011;
}

.quote-forms .inline-checkbox {
    margin-top: 15px;
}

.qquote-client-collaterals table input,
.qquote-client-collaterals table select,
.qquote-client-collaterals .qquote-cart-collaterals table input,
.qquote-client-collaterals .qquote-cart-collaterals table select,
.qquote-client-collaterals textarea.input-text {
    width: 100%;
    height: inherit;
    box-sizing: border-box;
}

.qquote-client-collaterals textarea.input-text {
    height: 120px;
}

.qquote-client-collaterals h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

#quotelist {
    margin-bottom: 25px;
}

#quotelist #shopping-cart-table {
    clear: both;
    min-width: 380px;
    margin: 5px;
}

#quotelist #shopping-cart-table a {
    font-size: 13px;
}

#submit-quote-request {
    float: right;
    margin-top: 5px;
    clear: both;
}

#quotelist .button {
    margin: 0 0 5px 0;
}

#quotelist tfoot .button {
    margin-right: 5px;
}

#qquoteadv-view-view body.customer-account .my-account .title-buttons a, #qquoteadv-view-view body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: 0;
}

#shopping-cart-totals-table {
    clear: both;
}

#lightboxload {
    background: url("https://www.outillage-frigoriste.com//skin/frontend/base/default/images/ajax-loader.gif");
    width: 48px;
    height: 48px;
    margin: 100px auto;
}

#overlay, #overlaylink {
    opacity: 1;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #333;
    filter: alpha(opacity=80);
    background-color: rgba(0, 0, 0, 0.75);
}

.lightbox[id] {
    position: fixed;
}

#overlay[id] {
    position: fixed;
}

.lightboxlink[id] {
    position: fixed;
}

#overlaylink[id] {
    position: fixed;
}

.qquoteadv-index-index .page-title {
    width: 100%;
    border-bottom: 1px solid #ededed;
    display: inline-block;
}

.qquoteadv-index-index .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

.qquoteadv-index-index .page-title .assigned-to {
    clear: both;
}

.qquote-client-collaterals {
    width: 100%;
    max-width: 600px;
    display: table-cell;
}

.qquote-client-collaterals h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

.qquote-client-collaterals .input-select {
    vertical-align: top;
}

.qquote-client-collaterals .street {
    margin-bottom: 2px;
}

#quotelist .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
}

#quotelist .page-title button,
#submit-quote-request button {
    float: right;
}

#submit-quote-request label {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

#submit-quote-request label,
.qquote-client-collaterals label {
    font-size: 13px;
    font-weight: 400;
    text-transform: inherit;
}

.qquote-client-collaterals select {
    max-width: 100%;
    height: inherit;
    display: block;
    border: 1px solid silver;
    background: #fff;
}

.qty-div {
    width: 100%;
    min-width: 60px;
    max-width: 100px;
}

.installed-package-ultimo td.quickQuote #textArea {
    height: inherit;
}

@media (max-width: 1200px) {
    .installed-package-smartwave .qty-div {
        display: table;
        margin: 0 auto;
    }

    .installed-package-smartwave #shopping-cart-table {
        display: table;
        margin: 0 auto;
    }

    .installed-package-smartwave #shopping-cart-table td.product-quote-image {
        width: 20% !important;
        margin: 0 auto;
    }

    .installed-package-smartwave #shopping-cart-table td {
        width: 100% !important;
    }

}

@media (max-width: 991px) {

}

.qty-div a {
    text-decoration: none;
    width: 5%;
    position: absolute;
    margin-top: 5px;
}

#add-tier {
    clear: both;
    display: block;
}

.inline-checkbox input[type=checkbox] {
    float: left;
    width: auto;
    margin-right: 5px;
    margin-top: 3px;
}

.shipping-estimates {
    float: right;
}

.product-quote-image {
    padding-left: 0;
    padding-right: 0;
}

.product-quote-image img {
    max-width: 100%;
    width: 100%;
}

.skip-quote:not(.skip-active):hover .icon {
    background-position: -50px 2px;
}

.skip-quote .icon {
    background-position: 0 2px;
}

.header-miniquote .skip-quote .count {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
}

.header-miniquote .link.skip-active .count {
    color: white;
}

.header-miniquote .skip-quote.no-count .count {
    display: none;
}

@media only screen and (max-width: 499px) {
    .header-miniquote .skip-quote .count {
        margin-left: -12px;
    }
}

@media only screen and (min-width: 771px) {
    .header-miniquote .skip-quote {
        position: absolute;
        top: 0;
        right: 115px;
        width: auto;
        padding: 0 10px;
    }

    .header-miniquote .skip-quote {
        color: #3399cc;
        text-transform: uppercase;
    }

    #header-quote.skip-active {
        border: solid 1px #cccccc;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 0;
        width: 320px;
        background: #fff;
    }

    .header-miniquote .skip-quote:hover {
        text-decoration: none;
    }

    .header-miniquote .skip-quote .count {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #3399cc;
        position: static;
        background: none;
        margin-left: 0;
        font-size: 14px;
    }

    .header-miniquote .skip-quote .count:before {
        content: '(';
    }

    .header-miniquote .skip-quote .count:after {
        content: ')';
    }
}

.header-miniquote .skip-quote .count.empty {
    display: none;
}

.block-content-inner .empty {
    padding: 20px;
    text-align: center;
}

@media only screen and (max-width: 479px) {
    .header-miniquote a.skip-quote {
        z-index: 1;
    }
}

.header-miniquote .skip-quote .icon {
    background-image: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/images/icon_sprite_c2q.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .header-miniquote .skip-quote .icon {
        background-image: url(https://www.outillage-frigoriste.com//skin/frontend/base/default/images/icon_sprite_c2q2x.png);
        background-size: 85.5px 27px;
    }
}

.link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 42px;
    text-align: center;
}

a.link {
    text-decoration: none;
}

.link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.link:not(.skip-active):hover {
    opacity: 0.8;
}

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

    .skip-links .skip-link .label, .top-right-links .link .label {
        display: none;
    }

    .skip-links .skip-link, .skip-links .link {
        width: 20%;
        border-right: 1px solid #EDEDED;
    }

    .header-miniquote > .skip-link {
        border-right: 1px solid #EDEDED !important;
    }
}

@media only screen and (min-width: 500px) {
    .link {
        width: 25%;
    }
}

@media only screen and (max-width: 770px) {
    .link.skip-active {
        background: #EDEDED;
        color: inherit;
    }

    .link.skip-active span {
        color: inherit;
    }
}

.link.icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.link.skip-quote:not(.no-count) .icon {
    margin-right: 3px;
}

@media only screen and (min-width: 500px) {
    .link.icon {
        margin-right: 3px;
    }
}

.link.label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .link.label {
        display: inline;
    }
}

@media only screen and (min-width: 770px) {
    .top-right-links {
        top: 0;
        right: 0;
        position: absolute;
        width: auto;
        display: inline-block;
    }

    .top-right-links .skip-account, .top-right-links .header-miniquote, .top-right-links .header-minicart {
        position: relative;
        float: left;
    }

    .top-right-links .skip-link, .top-right-links .link {
        position: relative;
        top: 0;
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #quotelist #shopping-cart-table.data-table.cart-table {
        display: block;
        width: 100%;
        float: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td {
        width: auto;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        width: 25%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5) {
        width: 10%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        width: 5%;
    }

    .qquote-client-collaterals {
        padding-top: 0;
        display: block;
        max-width: 100%;
    }

    .qquote-client-collaterals > .quote-forms,
    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
        float: none;
    }

    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
    }

    .qquote-client-collaterals #submit-quote-request {
        margin-top: 0;
    }
}

@media only screen and (max-width: 700px) {
    .qquote-client-collaterals > .quote-forms,
    .qquote-client-collaterals .qquote-cart-collaterals {
        width: 100%;
        float: none;
    }
}

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

    #quotelist #shopping-cart-table.data-table.cart-table tfoot,
    .checkout-toolbar {
        display: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        position: relative;
        width: 100%;
        padding-bottom: 45px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {
        position: absolute;
        left: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-left: 200px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        width: 70%;
        padding-right: 140px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4) {
        position: absolute;
        top: 0;
        right: 50px;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        text-align: left !important;
    }

    .installed-package-smartwave .qty-div {
        margin: 0;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5),
    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: relative;
        right: auto;
        padding-left: 200px;
        text-align: left !important;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5) {
        position: absolute;
        top: 25px;
        right: 65px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: absolute;
        top: 0;
        right: 14px;
    }

    #quotelist .shippingRequestButton {
        float: none !important;
    }

    #quotelist .shippingRequestButton button {
        width: 100%;
        white-space: inherit;
    }

    #quotelist .shippingRequestButton button span {
        white-space: inherit;
    }
}

@media only screen and (max-width: 550px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 450px;
    }
}

@media only screen and (max-width: 500px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 300px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {

    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        padding-left: 100px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-left: 0;
        padding-top: 23px;
    }
}

.shipping-estimates #shipEstimates {
    margin: 5px 5px 5px 0;
}

#addressCheckbox {
    margin-bottom: 40px;
}

#qquote-tbl-address {
    width: 100%;
    border: 0;
}

#billing-new-address-form {
    margin-top: 15px;
}

.clearfix:after, #quotelist #submit-quote-request:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.add-row-tier {
    margin-top: 5px;
    position: relative;
}

.add-row-tier .btn-qty {
    margin-left: 14px;
    margin-top: 0;
    top: 36%;
    width: 20px;
}

.installed-package-smartwave .add-row-tier .btn-qty {
    top: 0;
    margin-left: 0;
}

.quantity-container .btn-qty, .add-row-tier .btn-qty {
    background: transparent;
    display: inline-block;
    margin-top: 4px;
}

.installed-package-ultimo .add-row-tier .btn-qty {
    top: 30%;
    margin-left: 5px;
}

.quantity-container {
    margin-top: 5px;
}

.quantity-container .qty-div {
    display: inline-block;
}

#quotelist .data-table {
    width: 100%;
}

#quotelist textarea,
#quotelist input[type=email],
#quotelist input[type=search],
#quotelist input[type=number],
#quotelist input[type=password],
#quotelist input[type=tel],
#quotelist input[type=text] {
    border: 1px solid #bbb;
}

.qquoteadv-view-view .order-info-box .box-title {
    width: 200px;
    float: none;
}

.qquoteadv-view-view .order-info-box .box-content {
    float: none;
}

.qquoteadv-view-view .order-info-box .box-attachment {
    margin-top: 10px
}

/* -------------------------------------------- *
 *   Mini Quote
 * -------------------------------------------- */

#header-quote .block-subtitle {
    color: #50a4CF;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
    clear: both;
    position: relative;
}

#header-quote .block-subtitle .close {
    width: 40px;
    display: block;
    color: #636363;
    font-weight: normal;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -8px;
}

#header-quote ol.mini-products-list {
    padding: 20px;
}

#header-quote ol.mini-products-list {
    padding: 20px;
}

#header-quote ol.mini-products-list .item {
    position: relative;
}

#header-quote ol.mini-products-list .item .product-name {
    font-size: 13px;
}

#header-quote ol.mini-products-list .item .product-name a {
    color: #3399cc;
    font-weight: bold;
}

#header-quote ol.mini-products-list .item .product-image {
    position: absolute;
    left: 0;
}

#header-quote ol.mini-products-list .item .product-image img {
    width: 50px;
    height: 50px;
}

#header-quote ol.mini-products-list .item .button.btn-update {
    background: none;
    color: #50a4CF;
    text-transform: none;
    padding: 5px;
    text-align: left;
}

#header-quote ol.mini-products-list .item .cart-price,
#header-quote ol.mini-products-list .item .btn-remove.btn-remove2:last-child,
#header-quote ol.mini-products-list .item .cart-links {
    display: none;
}

@media (max-width: 771px) {
    #quotelist .add-row-tier .btn-remove.btn-remove2 {
        margin-top: 5px;
        margin-left: 10px;
    }
}

#header-quote .quote-btn-box button {
    float: none;
    display: block;
    margin: auto;
}

#header-quote .quote-btn-box {
    text-align: center;
    width: 100%;
}

#header-quote .cart-link {
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;

}

#header-quote .block-content-inner:before, #header-quote .block-content-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#header-quote .block-content-inner:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

#header-quote .block-content-inner:after {
    background-image: url("https://www.outillage-frigoriste.com//skin/frontend/base/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

#header-quote .block-content-inner.loading {
    position: relative;
}

#header-quote .block-content-inner.loading:before, #header-quote .block-content-inner.loading:after {
    display: block;
}

#header-quote #miniquote-error-message {
    text-align: center;
    color: red;
    display: none;
}

#header-quote #miniquote-success-message {
    text-align: center;
    color: green;
    display: none;
}

#header-quote .info-wrapper {
    margin-bottom: 0.5em;
}

#header-quote .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}

#header-quote .info-wrapper td {
    color: #3399cc;
    clear: right;
}

#header-quote .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}

#header-quote .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}

#header-quote .info-wrapper .qquantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}

#header-quote .info-wrapper .qquantity-button[disabled] {
    cursor: default;
}

#header-quote .info-wrapper .qquantity-button.visible {
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    #header-quote a.skip-quote {
        z-index: 1;
    }
}

.toggle-remark {
    display: none;
}

.large-text {
    margin: 0;
    margin-bottom: 0.7em;
    color: #3399cc;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: inherit;
}

.large-text-ajax {
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    margin: 0;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #3399cc;
    text-transform: inherit;
    line-height: 1.5;
}

.product-renderer-text {
    text-transform: inherit;
    font-size: 1.2em;
    margin: 0 0 11px 0;
    padding: 0;
    background: none;
    border: none;
    font-weight: 400;
    color: #636363;
}

#lightbox2 {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    text-align: left;
    font-weight: 300;
    line-height: 1.5;
    opacity: 1 !important;
    color: #636363;
    font-size: 1.14em;
    box-sizing: border-box;
    display: table;
    margin: 10% auto;
    -webkit-box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    -moz-box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    box-shadow: 0 1px 10px 5px rgba(50, 50, 50, 0.17);
    width: 620px;
    left: 50%;
    top: 0;
    position: absolute;
    z-index: 9999999999;
    margin-left: -310px;
    max-width: inherit;
    background: #f3f3f3;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 649px) {
    #lightbox2 {
        width: 96%;
        margin-left: -48%;
    }
}

#lightbox2 .qquoteadv {
    padding: 30px 30px 35px 30px;
    box-shadow: 0 20px 28px -20px #dcdcdc;
    -webkit-box-shadow: 20px 28px -20px #dcdcdc;
    -moz-box-shadow: 20px 28px -20px #dcdcdc;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

@media (max-width: 459px) {
    #lightbox2 .qquoteadv {
        padding: 15px;
    }
}

#lightbox2 h1, #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul {
    line-height: 1.5;
    font-size: 1em;
    font-weight: 300;
    text-transform: inherit;
}

#lightbox2 h1 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.8em;
    color: #3399cc;
}

#lightbox2 h2 {
    font-size: 1.2em;
    margin-bottom: 6px;
    font-weight: 400;
    color: #636363;
}

@media (max-width: 459px) {
    #lightbox2 h2 {
        margin-bottom: 0;
    }
}

@media (max-width: 649px) {
    #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul, #lightbox2 li, #lightbox2 .price-box .price {
        font-size: 100%;
    }
}

@media (max-width: 459px) {
    #lightbox2 h2, #lightbox2 p, #lightbox2 button, #lightbox2 ol, #lightbox2 ul, #lightbox2 li, #lightbox2 .price-box .price {
        font-size: 95%;
    }
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product h2 {
        font-size: 110%;
    }
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 h1 {
        font-size: 1.4em;
    }
}

@media (max-width: 459px) {
    #lightbox2 h1 {
        font-size: 130%;
    }
}

#lightbox2 .introduction {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

@media (max-width: 459px) {
    #lightbox2 .introduction {
        margin-bottom: 20px;
    }
}

#lightbox2 .btn-cart {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 30px;
    font-size: inherit;
    background: #3399cc;
    color: #fff;
    border-bottom: 4px solid #247fac;
    line-height: 19px;
}

#lightbox2 .btn-cart span {
    padding: 0;
    line-height: 1;
    background: transparent;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .btn-cart {
        font-size: 90%;
    }
}

@media (max-width: 459px) {
    #lightbox2 .btn-cart {
        font-size: 80%;
        padding: 6px 21px;
    }
}

#lightbox2 .btn-cart:hover, #lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
    border-bottom-color: transparent;
    padding-top: 12px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0 2px 5px 0 #d7e7ef;
    -moz-box-shadow: 0 2px 5px 0 #d7e7ef;
    box-shadow: 0 2px 5px 0 #d7e7ef;
}

@media (max-width: 459px) {
    #lightbox2 .btn-cart:hover, #lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
        padding-top: 8px;
        padding-bottom: 4px;
    }
}

#lightbox2 .btn-cart:hover {
    background: #2e8ab8;
    outline: none;
    border-top: none;
    border-right: none;
    border-left: none;
}

#lightbox2 .btn-cart:focus, #lightbox2 .btn-cart:active {
    background: #297aa3;
}

#lightbox2 .button-container {
    clear: both;
    padding: 15px 30px 30px 30px;
    text-align: right;
    background: #f3f3f3;
    border-bottom-left-radius: 5px;
    margin-top: 15px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

@media (max-width: 459px) {
    #lightbox2 .button-container {
        padding: 2px 15px 15px 15px;
    }
}

#lightbox2 .product-image {
    width: 180px;
    height: 180px;
    border: none;
    display: table-cell;
    vertical-align: top;
    margin-bottom: 30px;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .product-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 459px) {
    #lightbox2 .product-image {
        width: 80px;
        height: 80px;
    }
}

#lightbox2 .grouped-product .product-image {
    width: 110px;
    height: 110px;
}

@media (min-width: 460px) and (max-width: 649px) {
    #lightbox2 .grouped-product .product-image {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product .product-image {
        width: 80px;
        height: 80px;
    }
}

#lightbox2 .product-image .product-image-container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
    -moz-box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
    box-shadow: 0 2px 6px 0 rgba(50, 50, 50, 0.05);
}

#lightbox2 .product-image.grouped-product .product-image-container {
    display: table;
    margin-bottom: 20px;
}

#lightbox2 .product-image.grouped-product .product-image-container:last-child {
    margin-bottom: 0;
}

#lightbox2 .product-image .product-image-container img {
    width: 100%;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
}

#lightbox2 .product-image:hover {
    border: none;
    outline: none;
}

#lightbox2 .grouped-product-container {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

#lightbox2 .grouped-product-container:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#lightbox2 .product-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

@media (max-width: 459px) {
    #lightbox2 .product-details {
        padding-left: 20px;
    }
}

#lightbox2 .grouped-product .product-details {
    padding-left: 15px;
}

@media (max-width: 459px) {
    #lightbox2 .grouped-product .product-details {
        padding-left: 10px;
    }
}

#lightbox2 .product-details ul li {
    padding-left: 15px;
}

#lightbox2 .product-details .configurable-options {
    padding-top: 15px;
}

#lightbox2 .product-details .option-header {
    font-weight: 400;
}

#lightbox2 .product-details .option-item {
    padding-left: 10px;
}

#lightbox2 .product-details .qty-cross {
    font-size: 80%;
}

#lightbox2 .messages {
    margin-top: 15px;
}

#lightbox2 .price-box, #quickQuote .price-box {
    display: inline;
}

#lightbox2 .price-box .price, #quickQuote .price-box .price {
    color: inherit;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: inherit;
    font-weight: inherit;
}

#lightbox2 .price-box .price-label, #quickQuote .price-box .price-label {
    display: none;
}

.quote-forms label.checkbox {
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    display: inline;
}

.quote-forms label.checkbox span {
    display: inline;
}

.quote-forms p.required {
    clear: both;
}

.quote-forms #addressCheckbox {
    float: left;
    width: 50%;
}

@media (max-width: 771px) {
    .quote-forms #addressCheckbox {
        width: 100%;
        float: none;
    }
}

.quote-forms .shippingRequestButton {
    padding: 0 !important;
}

#lightbox2 .price-box .price-as-configured, #quickQuote .price-box .price-as-configured {
    display: inline;
}

#quickQuote .price-box .price {
    font-size: inherit;
}

@media (max-width: 459px) {
    #lightbox2 .product-details .configurable-options {
        padding-top: 10px;
    }
}

#lightbox2 .messages {
    margin: 0;
}

#lightbox2 .messages .success-msg {
    display: none;
}

#lightbox2 .messages .success-msg li, #lightbox2 .messages .error-msg li {
    color: #fff;
    border: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#lightbox2 .messages .success-msg li {
    background: #33cc82;
}

#lightbox2 .messages .error-msg li {
    background: #df280a;
}

#lightbox2 .messages .success-msg li:before {
    content: '';
    position: absolute;
    background-image: url("https://www.outillage-frigoriste.com//skin/frontend/base/default/images/qquoteadv/okSign.png");
    background-size: 100%;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    top: 8px;
    left: 32px;
}

#lightbox2 .messages .success-msg li span, #lightbox2 .messages .error-msg li span {
    display: block;
    margin-left: 42px
}

#lightbox2 .messages .error-msg li:before {
    content: '';
    position: absolute;
    background-image: url("https://www.outillage-frigoriste.com//skin/frontend/base/default/images/qquoteadv/errorSign.png");
    background-size: 100%;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    top: 8px;
    left: 32px;
}

#lightbox2 > div.button-container > button.button span {
    border: 0;
}

#search_mini_form button.search-button {
    min-width: 0;
}

#billDiv p.address-description, #shipDiv p.address-description {
    margin-bottom: inherit;
}

#shipDiv .left {
    width: 50%;
    padding-right: 10px;
    float: none !important
}

#qquote-tbl-billing .left {
    width: 50%;
    padding-right: 10px;
    float: none !important
}

#qquote-tbl-address .left {
    width: 50%;
    padding-right: 10px;
    float: none !important
}

#qquote-tbl-address td {
    width: 50%;
}

#qquote-tbl-address td:last-child {
    padding: 0;
}

#qquote-tbl-address td:first-child {
    padding-right: 10px;
}

@media (max-width: 1257px) {
    #quotelist #shopping-cart-table {
        width: 100%;
        float: none;
        margin: 0;
    }

    #quotelist .qquote-client-collaterals {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    #quotelist .quote-forms > div {
        margin-left: 0;
    }

    #quotelist .qquote-client-collaterals {
        display: block;
    }

    #quotelist #submit-quote-request {
        float: none;
    }

    #quotelist .quote-forms {
        margin-top: 20px;
    }

    #quotelist textarea {
        max-width: 100%;
    }
}

@media (max-width: 834px) {
    #quotelist .cart-table th {
        font-size: 12px;
    }
}

@media (max-width: 771px) {
    #quotelist .shippingRequestButton {
        float: none !important;
    }

    #quotelist .shippingRequestButton button {
        width: 100%;
    }

    #quotelist #submit-quote-request button.button {
        margin: 0;
    }

    #quotelist .page-title button.button {
        margin: 0 0 10px 0;
    }

    #quotelist.cart-table colgroup, .cart-table thead {
        display: none;
    }

    #quotelist #shopping-cart-table.data-table.cart-table {
        display: table;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr {
        width: 100%;
    }

    #quotelist .btn-remove {
        margin-top: 28px;
    }

    #quotelist #shopping-cart-table {
        min-width: 0;
    }
}

@media (max-width: 771px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        display: block;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td.quickQuote {
        display: block;
    }
}

@media (max-width: 590px) {
    #quotelist #shopping-cart-table.data-table.cart-table tr {
        padding-bottom: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5),
    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: relative;
        right: auto;
        top: auto;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(1) {
        float: left;
        width: 25%;
        display: block;
        position: relative;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        float: left;
        width: 75%;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .installed-package-ultimo #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        width: 54%;
        position: absolute;
        padding-left: 170px;
    }

    .installed-package-ultimo .data-table tr.odd td {
        border-right: none;
    }

    .installed-package-ultimo .data-table tr.odd.last {
        border-bottom: 0;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td.quickQuote {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #quotelist .quickQuote textarea {
        min-width: inherit;
        max-width: inherit;
        width: 100%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table tr td:nth-child(5) {
        float: left;
        width: 50%;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        float: left;
        width: 50%;
    }

    .installed-package-ultimo #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5), .installed-package-ultimo #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        float: none;
    }

    #quotelist #shopping-cart-table a.btn-remove {
        margin-top: -6px;
        position: absolute;
        left: 6px;
    }

    .installed-package-ultimo #quotelist #shopping-cart-table a.btn-remove {
        left: 0;
        margin-top: -21px;
    }

    .installed-package-smartwave .qty-div {
        margin: 0;
        max-width: 100%;
        min-width: 100%;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(4),
    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(5),
    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        position: relative;
        right: auto;
        padding-left: 0;
        text-align: left !important;
    }

    #quotelist #shopping-cart-table .add-row-tier .btn-remove.btn-remove2 {
        position: absolute;
        left: auto;
        margin-top: 5px;
    }

    #quotelist #shopping-cart-table .quantity-container .btn-remove.btn-remove2 {
        left: 100%;
        margin-left: 9px;
        margin-top: 5px;
    }
}

@media (min-width: 591px) and (max-width: 771px) {
    #quotelist #shopping-cart-table .quantity-container .btn-remove.btn-remove2 {
        margin-left: 7px;
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .installed-package-ultimo #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(2) {
        width: 70%;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
}

@media (max-width: 771px) {
    .data-table tr.odd td {
        border-right: 0;
    }
}

@media (min-width: 591px) and (max-width: 767px) {
    #quotelist textarea {
        height: 140px;
    }
}

@media (max-width: 590px) {
    .installed-package-smartwave #quotelist #shopping-cart-table a.btn-remove {
        right: auto;
        float: none;
        margin-top: -3px;
        left: 83px;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(6) {
        float: none;
    }

    .installed-package-smartwave .data-table.cart-table tbody tr {
        border-bottom: 0;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table.data-table.cart-table tr td:nth-child(5) {
        border-bottom: 1px solid #bbb;
    }

    .installed-package-smartwave #quotelist #shopping-cart-table .add-row-tier .btn-remove.btn-qty {
        left: 70px;
        margin-left: 0;
        margin-top: 2px;
    }
}

@media (max-width: 500px) {
    #quotelist .quickQuote textarea {
        min-width: 100% !important;
        max-width: 100%;
    !important;
        width: 100% !important;
        height: 75px;
    }

    #quotelist .product-image {
        width: 75px;
        height: 75px;
    }

    #quotelist a.a-center {
        width: 75px;
    }

    #quotelist #shopping-cart-table.data-table.cart-table td:nth-child(3) {
        padding-top: 0;
    }

    #quotelist .item-options {
        margin-bottom: 30px;
    }
}

#filesOnQuoteView .address-details a {
    background-image: url("https://www.outillage-frigoriste.com//skin/frontend/base/default/images/qquoteadv/attachment_icon.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

#filesOnQuoteView h4:after {
    content: ':';
}

#fileUpload > tbody > tr > td:nth-child(1) {
    padding-right: 10px;
}
