/*
 *  CART2QUOTE CONFIDENTIAL
 *  __________________
 *  [2009] - [2018] 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    Cart2Quote
 * @package     Quotation
 * @copyright   Copyright (c) 2018. Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */

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

.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;
    margin-top: 50px;
}

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

.block-miniquote .block-content > .actions {
    margin-top: 15px
}

.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;
    padding: 14px 17px;
    font-size: 1.8rem;
}

.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;
}

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

@media (max-width: 639px) {
    .miniquote-wrapper {
        margin-top: 23px;
        margin-left: 5px;
        position: absolute;
    }
}

.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: 0;
}

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

@media (max-width:767px) {
    .miniquote-wrapper .action.showquote:before {
        top:1px;
    }
}

.active-sticky .miniquote-wrapper .action.showquote:before {
    top:0;
}

.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;
    /*margin-right: 39px;*/
}

.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;
    text-align: center;
    margin: 0;
    background: url('../images/quote-icon-active.png') center center no-repeat;
    background-size: 100%;
}

.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: 8px 0 0 0;
    display: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    margin-left: 33px;
}

.miniquote-wrapper .block-miniquote li {
    margin: 0
}

.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;
}

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

.miniquote-wrapper .block-miniquote {
    padding: 25px 20px;
    right: 5px;
    width: 390px;
    margin-top: -28px;
}

@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: 37px;
}

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

.miniquote-wrapper .block-miniquote:before {
    right: 38px;
    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: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;
}
#btn-miniquote-close:before
{
    font-family: 'Pe-icon-7-stroke';
    content: "\e680";
}
#btn-miniquote-close{
    height: 25px;
    font-size: 50px;
    display: block;
    line-height: 100px;
    float: unset;
}
.miniquote-wrapper .action.close:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e680";
    font-size: 50px;
    color: #8f8f8f;
    overflow: hidden;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-align: center;
    margin: 0;
}

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

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

@media (min-width: 768px), print {
.miniquote-wrapper .action.showquote {
    /*margin-right: 39px;*/
    padding: 0px;
    white-space: nowrap
    }
}

@media (max-width: 1199px), print {
    .miniquote-wrapper .action.showquote .counter.qty {
        margin: 0px -18px -17px 5px;
    }
}

.miniquote-wrapper .action.showquote .counter.qty {
    position: absolute;
    padding: 0 5px;
    height: 18px;
    bottom:41px;
    min-width: 18px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    background-color: #0c4470;
    display: block;
    font-weight: 600;
    font-size: 10px;
    margin-left: 5px;
}

@media (max-width: 1319px), print {
        .miniquote-wrapper .action.showquote .counter.qty {
        bottom:38px;
    }
    .active-sticky .miniquote-wrapper .action.showquote .counter.qty{
    bottom: 38px;
    }

}

@media (max-width:767px ) {
    .header .header-placeholder .table-icon-menu {
        float:none!important;
        display: table;
        margin: 0 auto;
    }
    .header .header-placeholder .table-icon-menu > li {
        padding-left:0;padding-right:0;
    }
    .header .header-placeholder .table-icon-menu > li {
        padding:0;
    }
    div.minicart-wrapper.minicart-sidebar, .miniquote-wrapper {
        margin-left:6px;
        margin-right:6px;
    }
}

@media (min-width:1200px) {
    .header3 .header-placeholder .table-icon-menu > li a.social-login i {
        position:relative;
        top:8px;
    }
    .header .header-placeholder .middle-header .swicther {
        padding-top:7px;
    }
}

/* Hide the Counter when the QuoteCart QTY is 0 */
/* .miniquote-wrapper .action.showquote .counter.qty.empty {
    display: none
} */

.miniquote-wrapper .miniquote-widgets {
    margin-top: 15px
}

.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: 4.5rem;
}

.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: #272727
}

.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.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: 'Pe-icon-7-stroke';
    content: "\e680";
    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: 40px;
    text-align: center;
    margin-right: 10px;
}

.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: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.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 (max-width: 768px) and (min-width: 598px), print {
    .miniquote-wrapper .action.showquote {
        margin: -3px 0px 0px 0px;
    }
}

@media (max-width: 1199px) and (min-width: 768px), print {
    .miniquote-wrapper .action.showquote .counter.qty {
    margin: 0px 35px -18px 6px;
    position: absolute;
    }
}

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

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

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

@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;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

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

.quotation-quote-index #quotation-fields {
    padding: 15px 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;
}

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

@media all and (min-width: 800px), 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 {
        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 */
#product-addtoquote-button, .quote-btn-list {
    background: transparent;
    border: 2px solid #272727;
    color: #272727;
}

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

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

@media (min-width: 768px), print {
    .cart.table-wrapper .item .col.item {
        width: 100%;
    }
}

@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;
    }
}

 /* customization */
#product-addtoquote-button{
    display: inherit;
    width: -webkit-fill-available;
    margin-top: 5px;
}

div.minicart-wrapper.minicart-sidebar{
    display: inline-block;
    right: 100px;
    margin: unset;
}

@media (min-width: 1200px), print {
    .header .header-placeholder .middle-header .miniquote-wrapper{
    /* bottom: 41px;
    right: 10px;
    position: inherit;
    float: right;
    margin: 33px 0px 0px 22px; */
    padding: 37px 0;
    margin: 0;
    }
    .header .header-placeholder .middle-header .minicart-wrapper, 
    .header .header-placeholder .middle-header .miniquote-wrapper {
        padding: 37px 0!important;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        margin-top:4px;
        margin-left: 11px;
    margin-right: 11px;
    }
    .header .header-placeholder .middle-header .minicart-wrapper {
        margin-top:12px;
    }
}

@media (max-width: 1199px), print {
    .active-sticky div.miniquote-wrapper{
    bottom:23px;
    margin-top: 13px;
    }
}

div#ui-id-2.block.block-miniquote{
    display: block !important;
    width: 475px;
    background-color: #fff;
    position: fixed;
    right: -475px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #aaa;
    z-index: 9996;
    text-align: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.miniquote-wrapper.active div#ui-id-2.block.block-miniquote{
    right:0;
}

@media all and (max-width: 515px), print {
    div#ui-id-2.block.block-miniquote{
        width:85%;
    }
}

div.control{
    display:unset;
}
input#qty.input-text.qty {
    width:29px;
}

.col.item img.product-image-photo.img-responsive {
    min-width:unset !important;
    position: unset;
}

.top-quote-btn-checkout{
    position: absolute;
}

#miniquote-content-wrapper .items-total{
    display:none;
}

.miniquote-wrapper .loader img{
    height: 17px;
    margin-top: -17px;
}

#empty_quote_button{
    -webkit-appearance: none;
}

div#ui-id-1.block.block-miniquote {
    display: block !important;
    width: 475px;
    background-color: #fff;
    position: fixed;
    right: -475px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    color: #aaa;
    z-index: 9996;
    text-align: left;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    right: 0;
    animation-name: slideoutright;
    animation-duration: 0.5s
}

@keyframes slideoutright {
  from {right: -300px; opacity: 0}
  to {right: 0; opacity: 1}
}

@media (max-width: 515px), print {
div#ui-id-1.block.block-miniquote {
    width: 85%;
    }
}

@media (max-width: 515px), print {
    #btn-miniquote-close {
        margin-top: -26px;
    }
}

@media (max-width: 698px), print {
.miniquote-wrapper .action.showquote {
    margin-right: 2px;
    margin: unset;
    padding: unset;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    margin-top: 5px;
    }
}

@media (max-width: 500px), print {
    .cartfix.col-xs-3.col-sm-3 {
    padding: unset;
    width: 25%;
    }
}

@media (min-width: 1200px), print {
    .header .header-placeholder.active-sticky .middle-header .miniquote-wrapper {
        margin-top: 12px;
    }
}

#customer-email-fieldset .field-tooltip {
    display:none;
}

#minicart-movetoquote.action.secondary.checkout.movetoquote.minicart-movetoquote-button {
    position: relative;
    margin-top: 131px;
    margin-left: 162px;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
    font-weight: normal;
    color: #0c4470;
}

@media (max-width: 400px), print {
    .header #placeholder-header {
    height: 81px !important;
    }
}

@media (min-width: 400px), print {
    .header #placeholder-header {
    height: 30px !important;
    }
}

@media (min-width: 1200px), print {
.header .header-placeholder .middle-header .logo {
    height: 110px !important;
    }
}

.header .header-placeholder .middle-header .search-form {
    min-height: 120px !important;
}