/*
 * Copyright (c) 2020. Cart2Quote B.V. All rights reserved.
 * See COPYING.txt for license details.
 */

.block-miniquote .items-total {
  float: left;
  /* Set float to left when Quote Subtotals are visible */
  margin: 0 10px 20px;
}

.block-miniquote .items-total .count {
  font-weight: 700
}

.block-miniquote .subtotal {
  margin: 0 10px;
  text-align: right;
}

.block-miniquote .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}

.block-miniquote .subtitle {
  display: none
}

.block-miniquote .subtitle.empty {
  display: block;
  padding: 30px 0 20px;
  text-align: center;
  font-size: 14px;
}

.block-miniquote .text.empty {
  text-align: center
}

.block-miniquote .block-content > .actions {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.block-miniquote .block-content > .actions > .secondary {
  text-align: center
}

.block-miniquote .block-content > .actions > .primary {
  margin: 0 10px 15px
}

.block-miniquote .block-content > .actions > .primary .action.primary {
    display: block;
    width: 100%;
    line-height: 2.2rem;
    background-color: #0b233f;
    color: #fff;
    border: none;
    height: 46px;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans';
    border-radius: 0;
}

.block-miniquote .block-content > .actions > .primary .action.primary:hover {
    background-color: #ff5000;
    color: #fff;
}

.block-miniquote .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}

.block-miniquote .block-category-link,
.block-miniquote .block-product-link,
.block-miniquote .block-cms-link,
.block-miniquote .block-banners {
  margin: 15px 0 0;
  text-align: center;
}

.miniquote-wrapper {
  display: inline-block;
  float: right;
}

.minicart-wrapper {
  position: inherit;
}

header.page-header .header.content .miniquote-wrapper {
    margin-left: 5px;
    float: none;
    position: relative;
    line-height: 1;
}

@media (min-width: 640px) and (max-width: 767px) {
  .miniquote-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .miniquote-wrapper {
    margin-top: 10px;
  }
}

.miniquote-wrapper:before,
.miniquote-wrapper:after {
  content: "";
  display: table;
}

.miniquote-wrapper:after {
  clear: both
}

.miniquote-wrapper .action.showquote {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  margin-top: 5px;
}

.miniquote-wrapper .action.showquote:hover:before {
  color: #333333
}

.miniquote-wrapper .action.showquote:active:before {
  color: #8f8f8f
}

.miniquote-wrapper .action.showquote.active {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 3px;
}

.miniquote-wrapper .action.showquote.active:hover:before {
  color: #333333
}

.miniquote-wrapper .action.showquote.active:active:before {
  color: #8f8f8f
}

.miniquote-wrapper .block-miniquote,
.minicart-wrapper .block-miniquote {
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #bbb;
  position: absolute;
  z-index: 100;
  top: 100%;
  min-width: 0;
  margin: 4px 0 0 0;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.miniquote-wrapper .block-miniquote li {
  margin: 0;
  text-align: left;
}

.miniquote-wrapper .block-miniquote li:hover {
  cursor: pointer
}

.miniquote-wrapper .block-miniquote:before,
.miniquote-wrapper .block-miniquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}

.miniquote-wrapper .block-miniquote:before {
  z-index: 99;
  border: solid 6px;
  border-color: transparent transparent #ffffff transparent;
}

.miniquote-wrapper .block-miniquote:after {
  z-index: 98;
  border: solid 7px;
  border-color: transparent transparent #bbbbbb transparent;
}

.miniquote-wrapper .block-miniquote:before {
  top: -12px;
  left: 10px;
}

.miniquote-wrapper .block-miniquote:after {
  top: -14px;
  left: 9px;
}

.miniquote-wrapper.active {
  overflow: visible
}

.miniquote-wrapper.active .block-miniquote {
  display: block;
/*  margin-top: -24px;
*/
right: -84px;
}

@media (max-width: 767px) {
  .miniquote-wrapper.active .block-miniquote {
    margin-top: -18px;
  }
}

.miniquote-wrapper .block-miniquote {
/*  padding: 25px 20px;
  right: 5px;
*/  width: 390px;
padding: 25px 20px
}

@media (max-width: 767px) {
  .miniquote-wrapper .block-miniquote {
    width: 320px;
    right: 15px;
  }
}

@media (max-width: 479px) {
  .miniquote-wrapper .block-miniquote {
    width: 290px;
  }
}

.miniquote-wrapper .block-miniquote .block-title {
  display: none
}

.miniquote-wrapper .block-miniquote:after {
  left: auto;
  right: 82px;
}

@media (max-width: 767px) {
  .miniquote-wrapper .block-miniquote:after {
    right: 52px;
    left: auto;
  }
}

.miniquote-wrapper .block-miniquote:before {
  right: 83px;
  left: auto;
}

@media (max-width: 767px) {
  .miniquote-wrapper .block-miniquote:before {
    right: 53px;
    left: auto;
  }
}

.miniquote-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
}

.miniquote-wrapper .product .actions > .primary,
.miniquote-wrapper .product .actions > .secondary {
  display: inline
}

.miniquote-wrapper .product .actions > .primary:not(:last-child),
.miniquote-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px
}

.cart2quote-accept-checkout-btn {
  float: right;
}

.miniquote-wrapper .action.close {
  width: 30px;
  height: 25px;
  top: 0;
  right: 0;
  position: absolute;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  line-height: inherit;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}

.miniquote-wrapper .action.close:focus,
.miniquote-wrapper .action.close:active {
  background: none;
  border: none;
}

.miniquote-wrapper .action.close:hover {
  background: none;
  border: none;
}

.miniquote-wrapper .action.close.disabled,
.miniquote-wrapper .action.close[disabled],
fieldset[disabled] .miniquote-wrapper .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .5;
}

.miniquote-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.miniquote-wrapper .action.close:hover:before {
  color: inherit
}

.miniquote-wrapper .action.close:active:before {
  color: inherit
}

.miniquote-wrapper .action.showquote {
  white-space: nowrap
}

.miniquote-wrapper .action.showquote .counter.qty {
    background: #939597;
    border-radius: 2px;
    color: #ffffff;
    clip: auto;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    min-width: 33px;
    margin: 0;
    padding: 0 3px;
    overflow: hidden;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1rem;
}

.miniquote-wrapper .action.showquote .counter.qty.empty {
  display: none
}

.miniquote-wrapper .miniquote-widgets {
  margin-top: 0;
}

.miniquote-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
  clear: both;
}

.miniquote-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.miniquote-items .product-item {
  padding: 20px 0
}

.miniquote-items .product-item:not(:first-child) {
  border-top: 1px solid #cccccc
}

.miniquote-items .product-item:first-child {
  padding-top: 0
}

.miniquote-items .product-item-pricing .label {
  display: inline-block;
  width: auto;
}

.miniquote-items .price-miniquote {
  margin-bottom: 5px
}

.miniquote-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}

.miniquote-items .product-item-name a {
  color: #333;
}

.miniquote-items .product-item-details {
  padding-left: 88px
}

.miniquote-items .product-item-details .price {
  font-weight: 700
}

.miniquote-items .product-item-details .price-including-tax,
.miniquote-items .product-item-details .price-excluding-tax {
  margin: 5px 0
}

.miniquote-items .product-item-details .weee[data-label] {
  font-size: 1.1rem
}

.miniquote-items .product-item-details .details-qty {
  margin-top: 10px
}

.miniquote-items .product > .product-item-photo,
.miniquote-items .product > .product-image-container {
  float: left
}

.miniquote-items .product .toggle {
  border: 0;
  padding: 0 40px 5px 0;
}

.miniquote-items .product .toggle:after {
  position: static;
  margin: 0 0 0 5px;
  color: #8f8f8f;
}

.miniquote-items .product .active > .toggle:after {
  content: '\e621'
}

.miniquote-items .product.pricing {
  margin-top: 3px
}

.miniquote-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}

.miniquote-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.miniquote-items .product.options .tooltip.toggle:after {
  font-family: 'luma-icons';
  content: '\e622';
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  overflow: hidden;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: -3px 0 0 7px;
}

.miniquote-items .product.options .details {
  display: none
}

.miniquote-items .item-qty {
  width: 60px;
  text-align: center;
  margin-right: 0;
}

.miniquote-items .update-quote-item {
  vertical-align: top;
  font-size: 1.1rem;
}

.miniquote-items .action.edit,
.miniquote-items .action.delete {
  display: inline-block;
  text-decoration: none;
}

.miniquote-items .action.edit > span,
.miniquote-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.miniquote-items .action.edit:hover:before,
.miniquote-items .action.delete:hover:before {
  color: #333333
}

.miniquote-items .action.edit:active:before,
.miniquote-items .action.delete:active:before {
  color: #8f8f8f
}

.miniquote-items .action.delete:before {
  content: '\e604'
}

.miniquote-items .subtitle {
  display: none
}

.miniquote-wrapper .action.showquote .text,
.miniquote-wrapper .action.showquote .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media (min-width: 768px), print {
  .miniquote-wrapper {
    margin-left: 13px
  }
}

.cart.table-wrapper .actions-toolbar {
  box-sizing: unset;
}

.actions-toolbar .action-edit {
  float: right;
}

.actions-toolbar .action-delete {
  float: right;
}

.quotation-quote-index .opc-wrapper {
  width: 100% !important;
  padding-right: 0px !important;
}

.quotation-quote-index #quotation-fields {
  padding: 0 0 0 0;
}

.quotation-quote-index #billing {
  margin: 25px 0;
}

.quotation-quote-index #billing .billing-same-as-shipping {
  padding: 20px 0;
}

.quotation-quote-index .fieldset > .field > .label {
  font-weight: 400;
}

.quote-summary {
  width: 48%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 1px 20px 25px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 25px;
}

.quotation-quote-index #checkout {
  padding: 15px;
}

.quotation-quote-index .opc-wrapper .shipping-address-item {
  width: 50% !important;
}

.quotation-quote-index .opc-wrapper .billing-address-details {
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 35px 0px 20px;
  transition: 0.3s border-color;
  width: 100% !important;
  display: inline-block;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
  .quotation-quote-index .opc-wrapper .shipping-address-item {
    width: 100% !important;
  }
}

@media all and (min-width: 768px), print {
  .quotation-quote-index .authentication-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .quotation-quote-index .table-checkout-shipping-method {
    min-width: 0 !important;
  }

  .quotation-quote-index .opc-wrapper .shipping-address-item::before,
  .quotation-quote-index .opc-wrapper .billing-address-details::before {
    width: 0 !important;
  }

  .quotation-quote-index .form-cart {
    max-width: 65% !important;
  }

  .quotation-quote-index .cart-summary {
    min-width: 35% !important;
  }

}

.quotation-quote-index .hide-field {
  display: none !important;
}

div.date-zone {
  font-size: 16px;
  margin: 5px 0;
  text-align: right;
}

.quotation-quote-index .quotation-product-comment {
  margin-top: 20px;
  min-height: 100px;
  min-width: 225px;
}

/* Request for Quote button */
div.products-grid .toquote {
  width: 100%;
}

div.products-grid .tocart {
  margin: 5px 0;
}

#product-addtoquote-button, .quote-btn-list {
  background: transparent;
  border: 2px solid #1979c3;
  color: #1979c3;
}

#product-addtoquote-button:hover, .quote-btn-list:hover {
  background: #1979c3;
  border: 2px solid #1979c3;
  color: #fff;
  box-shadow: none;
}

#product-addtoquote-button:focus, .quote-btn-list:focus {
  background: #006bb4;
  border: 2px solid #006bb4;
  color: #fff;
}

@media all and (min-width: 768px) and (max-width: 1050px), print {
/*  .quotation-quote-index .item {
    width: 300px;
  }
*/
  .quotation-quote-index .product-item-name {
    width: 150px;
  }

  .quotation-quote-index .product-image-container {
    width: 100px;
  }
}

@media all and (max-width: 768px), print {
  .quotation-quote-index .cart-summary {
    margin-top: 50px;
  }
}

.block.block-order-details-view {
  background: #fdefd6;
  padding: 10px;
}

.block-order-details-view {
  background: red;
}

#my-quotes-table {
  margin-top: 20px;
}

#my-quotes-table th.sku, #my-quotes-table td.sku {
  width: 20%;
}

@media (max-width: 639px) {
  #my-quotes-table thead, #my-quotes-table thead tr.table-section, #my-quotes-table thead tr.table-section th {
    display: block;
    width: 100%;
  }
}

@media (max-width: 639px) {
  #my-quotes-table thead tr.table-heading th {
    display: none;
  }
}

#my-quotes-table thead:first-child tr:first-child th {
  border-bottom: 0;
  padding: 0;
}

@media (max-width: 639px) {
  #my-quotes-table thead:first-child tr:first-child th {
    display: block;
  }
}

#my-quotes-table thead:not(:first-child) tr:first-child th {
  border-bottom: 0;
  padding: 0;
}

#my-quotes-table thead tr:first-child th h2 {
  margin: 10px 0 0 0;
  padding: 10px;
  position: relative;
  font-size: 1.8rem;
  background: #f5f5f5;
}

#my-quotes-table thead tr:first-child th h2 b {
  display: inline-block;
  z-index: 1;
  position: relative;
  padding: 0 10px 0 0;
}

.quotation-quote-view .order-title {
  display: none;
}

.miniquote-wrapper .action.showquote:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 19px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
  background: url('../images/quote-icon.png') center center no-repeat;
  background-size: 100%;
}

.miniquote-wrapper .action.showquote.active:before, .miniquote-wrapper .action.showquote:hover:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 19px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
  background: url('../images/quote-icon-active.png') center center no-repeat;
  background-size: 100%;
}


.miniquote-items .action.edit:before,
.miniquote-items .action.delete:before {
  font-family: 'luma-icons';
  content: '\e601';
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  overflow: hidden;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.miniquote-items .action.delete:before {
  font-family: 'luma-icons';
  content: '\e604';
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  overflow: hidden;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}


.miniquote-wrapper .action.close:before {
  font-family: 'luma-icons';
  content: '\e616';
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  overflow: hidden;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0;
}

@media speech {
  .miniquote-wrapper .action.showquote:before {
    speak: none;
  }

  .miniquote-wrapper .action.showquote.active:before {
    speak: none;
  }

  .miniquote-wrapper .action.close:before {
    speak: none;
  }

  .miniquote-items .product.options .tooltip.toggle:after {
    speak: none;
  }

  .miniquote-items .action.edit:before,
  .miniquote-items .action.delete:before {
    speak: none;
  }
}

a.action-delete:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}


header.page-header .header.content .miniquote-wrapper .action.showquote::before {
    width: 16px;
    height: 18px;
    margin-right: 3px;
    vertical-align: middle;
}

header.page-header .header.content .miniquote-wrapper .action.showquote::after {
    display: inline-block;
    font: normal normal normal 14px/1 ThemeIcons;
    font-size: inherit;
    text-rendering: auto;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    content: "\e261";
    width: 18px;
    -webkit-opacity: .3;
    -moz-opacity: .3;
    -ms-opacity: .3;
    opacity: .3;
    color: #333;
}

header.page-header .header.content .miniquote-wrapper .action.showquote .text:after {
  content: "";
}



header.page-header .header.content .miniquote-wrapper .block-miniquote .block-content>.actions>.secondary .viewquote {
  color: #333;
}

header.page-header .header.content .miniquote-wrapper .block-miniquote .block-content>.actions>.secondary .viewquote:hover {
  color: #ff5000;
  text-decoration: none;
}

/*25-09-20*/
.quotation-quote-index .cart.table-wrapper .col.qty .input-text {
    height: 32px;
    width: 60px;
    background: #e5e5e5;
    font-family: 'Open Sans';
}

.quotation-quote-index .cart-summary {
  background-color: #dbd9d6;
}

.quotation-quote-index .action.primary {
  border-radius: 0px;
  background: #0b233f;
  border: 1px solid #0b233f;
}

.quotation-quote-index #quotation-fields .fieldset {
  margin-bottom: 0px;
}

.quotation-quote-index button:not(.primary) {
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quotation-quote-index .cart.table-wrapper .col.price .price-excluding-tax {
  color: #666;
}

.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-edit, 
.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-delete {
    background-image: none;
    background: #eee;
    border: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    margin-left: 30px;
}

.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-edit > span, 
.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-delete > span {
    clip: auto;
    margin: 0;
    height: auto;
    width: auto;
    overflow: visible;
    position: relative;
}

@media only screen and (min-width: 768px) {
	.quotation-quote-index .cart.table-wrapper .product-image-wrapper .product-image-photo {
	    max-width: 110px;
	}
	.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-edit:before, 
	.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-delete:before {
	  display: none;
	}
}

.quotation-quote-index textarea {
  font-family: 'Open Sans';
}


.quotation-quote-index .cart.table-wrapper .action {
  font-family: 'Open Sans';
}

.quotation-quote-index .cart-summary .checkout-methods-items .action.primary.checkout {
  font-family: 'Open Sans';
}

input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type="datetime"], 
input[type="email"] {
  font-family: 'Open Sans';
}

.paypal-review .block .actions-toolbar .action.primary, 
.abs-discount-block .actions-toolbar .action.primary, 
.abs-discount-block .actions-toolbar .action.cancel, 
.cart-summary .block .actions-toolbar>.primary .action.primary,
.abs-discount-code .form-discount .actions-toolbar .primary .action, 
.cart-summary .form.giftregistry .fieldset .action.primary, 
.paypal-review-discount .actions-toolbar .action.primary, 
.paypal-review-discount .actions-toolbar .action.cancel, 
.cart-discount .actions-toolbar .action.primary, 
.cart-discount .actions-toolbar .action.cancel, 
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  font-family: 'Open Sans';
}

.quotation-quote-index .opc-wrapper .step-title {
	width: 100%;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-edit, 
	.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-delete {
		margin-left: 0px;
	}
	.quotation-quote-index .cart.table-wrapper .actions-toolbar>.action-edit {
		margin-left: 5px;
		margin-left: 5px;
    	right: 0;
	}
	.quotation-quote-index #maincontent {
		padding-left: 0px;
		padding-right: 0px;
	}
	.quotation-quote-index #checkout {
		padding:10px 15px 10px;
	}
	.opc-wrapper .methods-shipping {
	    border-bottom: 0;
	    background: #dbd9d6 !important;
	    margin: 0;
	    padding: 0;
	}
	.cart-summary .checkout-methods-items {
		padding: 0px;
	}
	.quotation-quote-index .page-title-wrapper {
		padding-right: 15px;
		padding-left: 15px;
	}
}