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

.spin {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 3000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 3000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 3000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}

#_desktop_quotecart {
    display: inline-block !important;
}

#header .header-nav .quotation_cart {
    position: relative;
    color: #232323;
    height: 3rem;
    padding: .75rem;
    margin-left: 0;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    #header .header-nav ._desktop_quotecart .quotation_cart {
        display: none;
    }
}

#header .quotation_cart i.arrow_drop_down {
    display: none;
}
#header  .quotation_cart i.arrow_drop_up {
    display: inline-block;
}
#header .quotation_cart.collapsed i.arrow_drop_down {
    display: inline-block;
}
#header .quotation_cart.collapsed i.arrow_drop_up {
    display: none;
}

#header .quotation_cart a.btn-request-quote span {
    color: #fff;
}

#header .quotation_cart span,
#header .quotation_cart i {
}

#header .quotation_cart .header {
    position: relative;
}

#header .quotation_cart span.ajax_quote_quantity {
    background: #cedde4;
    position: absolute;
    right: -15px;
    top: -10px;
    border-radius: 88px;
    color: #fff;
    font-size: 10px;
    height: 18px;
    line-height: 17px;
    width: 18px;
}

#header .header-top .quotation_cart span.ajax_quote_quantity {
    right: 15px;
    top: 0px;
}

#header .quotation_cart span.ajax_quote_quantity {
    background: #29bbd4;
}

#header .quotation_cart .header {

}

#header .quotation_cart .header .quote-header-element {
    vertical-align: middle;
}
#header .quotation_cart .header .quote-header-element.quote-icon {
    display: inline-block;
}
#header .quotation_cart .header .quote-header-element.quote-text {
    display: inline-block;
}

#header .header-top .quotation_cart .header .quote-header-element.quote-icon {
    display: block;
}
#header .header-top .quotation_cart .header .quote-header-element.quote-text {
    display: inline-block;
}
#header .header-top .quotation_cart .header .quote-header-element.quote-dropdown {
    position: absolute;
    right: 0;
    top: 10px;
}


#header .quotation_cart .header .quote-header-element > svg {
    width: 22px;
    height: 22px;
    margin: 0 auto;
    margin-right: 0.5em;
    vertical-align: top;
}

#header .header-nav .quotation_cart.active a,
#header .header-nav .quotation_cart.active span,
#header .header-nav .quotation_cart.active i {
    text-decoration: none;
}

#header .quotation_cart.top {
    position: relative;
    float: right;
    padding-top: 50px;
    width: 270px;
}

#header .quotation_cart.nav {
    position: relative;
    float: right;
    padding-top: 0px;
    border-left: 1px solid #515151;
}


#header .quotation_cart div.current {
    font-weight: bold;
    padding: 8px 10px 10px 10px;
    line-height: 18px;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#header .quotation_cart.has_products > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
}

#header .quotation_cart.top > a:first-child:after {
    padding: 6px 0 0 0;
}

#header .quotation_cart.top > a:first-child:hover:after {
    padding: 4px 0px 2px 0px;
}

#header .quotation_cart .body {
    display: block;
    position: absolute;
}

#header .quotation_cart.collapsed .dropdown-menu {
    display: none !important;
}

#header .quotation_cart .dropdown-menu {
    display: block !important;
}

#header .header-top ._desktop_quotecart {
    position: relative;
    float: right;
    margin-right: 20px;
}

#header .header-top ._desktop_quotecart .quotation_cart .header {
    color: #000;
    position: relative;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}


#header .quotation_cart .arrow_drop_down {
    display: none;
}
#header  .quotation_cart .arrow_drop_up {
    display: inline-block !important;
}
#header .quotation_cart.collapsed .arrow_drop_down {
    display: inline-block;
}
#header .quotation_cart.collapsed .arrow_drop_up {
    display: none !important;
}


@media (max-width: 1199px) {
    #header .quotation_cart.top {
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    #header .quotation_cart.top {
        clear: right;
        padding-top: 0px;
        margin-right: 0px;
    }

    #header .quotation_cart.nav {
        width: auto;
    }
}

@media (max-width: 767px) {
    #header .quotation_cart .hidden-sm-down {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    #header .header-top ._desktop_quotecart {
        width: 15%;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #header .header-top ._desktop_quotecart .quotation_cart {
        width: 100%;
    }
}

#header div#_desktop_cart ._desktop_quotecart .header {
    float: right;
    font-weight: bold;
    color: #fff;
    background: #2fb5d2;
}



#header ._mobile_quotecart {
    float: right!important;
}

@media (max-width: 767px) {
    #header .quotation_cart.active .header {
        background: none;
        margin-left: 0;
        padding-left: 0;
    }
    #header .quotation_cart.active .header a {
        vertical-align: middle;
        color: #7a7a7a;
        text-decoration: none;
    }

    #header .quotation_cart.active .header a:hover,
    #header .quotation_cart.active .header a:active{
        text-decoration: none;
    }

    #header .quotation_cart.active .header a i {
        vertical-align: middle;
        color: #2fb5d2;
    }
    #header .quotation_cart .ajax_quote_quantity {
    }

    #header .quotation_cart span.ajax_quote_quantity {
        position: absolute;
        top: -5px;
        right: -5px;
        z-index: 99;
        font-size: 10px;
        height: 15px;
        line-height: 15px;
        width: 15px;
        padding: 1px 2px;
    }

    #header .header-top .quotation_cart span.ajax_quote_quantity {
        top: 10%;
        right: 20%;
    }

    #header .header-nav .quotation_cart.active span.ajax_quote_quantity {
    }


    #header .header-nav .quotation_cart .expand-more {
        display: none;
    }
}

#header ._desktop_quotecart .quotation_cart .dropdown-menu {
    right: 0;
    left: unset;
    float: left;
    display: block;
    width: 350px;
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
}

#header #_mobile_quotecart .quotation_cart .dropdown-menu {
    right: 0;
    left: unset;
    float: left;
    display: block;
    width: 300px;
}

#header .quotation_cart.collapsed .dropdown-menu {
    display: none;
}

#header .quotation_cart dl.products {
    margin: 0;
}

#header .quotation_cart .dropdown-menu dt {
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#header .quotation_cart .dropdown-menu .dropdown-item a,
#header .quotation_cart .dropdown-menu .dropdown-item i,
#header .quotation_cart .dropdown-menu .dropdown-item span {
    color: #373a3c;
    display: inline-block;
}


#header .quotation_cart .dropdown-menu .cart-images {

}

#header .quotation_cart .dropdown-menu .cart-info {
    overflow: hidden;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

#header .quotation_cart .dropdown-menu .cart-info .product-quantity {
    display: inline-block;
    vertical-align: top;
    color: #3a3939;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    padding-right: 5px;
}

#header .quotation_cart .dropdown-menu .cart-info .product-name {
    margin-bottom: 0;
    overflow: hidden;
}

#header .quotation_cart .dropdown-menu .cart-info .product-name a {
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    color: #3a3939;
    font-weight: 400;
    white-space: normal;
    width: 100%;
}

#header .quotation_cart .dropdown-menu .cart-info .product-name a:hover {
    color: #2fb5d2;
}

#header .quotation_cart .dropdown-menu .cart-info .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}

#header .quotation_cart .dropdown-menu .cart-info .product-atributes a {
    color: #9c9b9b;
    font-size: 14px;
    line-height: 18px;
}

#header .quotation_cart .dropdown-menu a.remove-from-cart {

}

#header .quotation_cart .dropdown-menu a.remove-from-cart i {

}

#header .quotation_cart .dropdown-menu .cart-buttons {
    text-align: center;
    margin: 0;
}

@media (max-width: 1200px) {
    .quotation_cart {
        margin: 0 auto;
        float: none;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .quotation_cart {
        padding-top: 1px;
        width: unset;
    }
}

#header .quotation_cart.top > a:first-child {
    padding: 7px 10px 14px 16px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #333;
}

#header .quotation_cart.nav > a:first-child {
    padding: 8px 10px 10px 10px;
    background: #333;
    display: block;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

#header .quotation_cart.nav > a:first-child:hover {
    background: #2b2b2b;
}

@media (max-width: 991px) {
    #header .quotation_cart.nav > a:first-child b {
        display: none;
    }

    #header .quotation_cart.nav > a:first-child span.ajax_cart_product_txt,
    #header .quotation_cart.nav > a:first-child span.ajax_cart_product_txt_s {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quotation_cart > a:first-child span.ajax_cart_product_txt, .quotation_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important;
    }
}

#header .quotation_cart > a:first-child b {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    lione-height: 22px;
    padding-right: 5px;
}

#header nav .quotation_cart > a:first-child b {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-right: 5px;
}

.product-miniature:hover .roja45quotationspro.product-list.addtoquote {
    bottom: -3.7rem;
    z-index: 3;
}

.roja45quotationspro.product-list.addtoquote .input-group.bootstrap-touchspin {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    padding: 0;
    margin-left: 5px;
    box-shadow: unset;
}

.roja45quotationspro.product-list.addtoquote button.btn-addtoquote {
    display: inline-block;
    margin-left: 5px;
    height: 2.75rem;
    padding-left: 5px;
    padding-right: 5px;
}

.product-list.addtoquote {
    position: absolute;
    bottom: 0rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    z-index: 0;
    background: #fff;
    text-align: center;
    height: 3.7rem;
    transition: bottom .3s;
    width: 100%;
}

.product-list.addtoquote form {
    width: 100%;
}

.button.ajax_add_to_quote_button {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 1px solid;
    border-color: #0079b6 #006fa8 #012740 #006fa8;
}

.button.ajax_add_to_quote_button span {
    border: 1px solid;
    border-color: #06b2e6;
    padding: 10px 14px;
    display: block;
    background: #009ad0;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009ad0), to(#007ab7));
    background-image: -webkit-linear-gradient(top, #009ad0, 0%, #007ab7, 100%);
    background-image: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background-image: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009AD0', endColorstr='#FF007AB7', GradientType=0);
}

.button.ajax_add_to_quote_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
}

.button.ajax_add_to_quote_button:hover span {
    filter: none;
    background: #0084bf;
}

.quotationspro_request_dialog_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}

* html .quotationspro_request_dialog_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
}

.price-field {
    position: relative;
}

.price-field .dropdown-menu {
    top: 29px;
    right: 70px;
    left: auto;
    max-width: 160px;
    position: absolute;
}

.quotationspro_request_dialog {
    background-color: white;
    display: none;
    z-index: 9999;
    width: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 50%;
    left: 50%
}

#quotationspro_form {
    padding: 15px 0px 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #d6d4d4;
    position: relative;
    margin: 0;
    font-size: 15px;
}

.quotationspro_request_container {

}

@media screen and (max-width: 1439px) {
    .quotationspro_request_dialog {
        width: 40%;
    }
}

@media screen and (max-width: 991px) {
    .quotationspro_request_dialog {
        width: 75%;
    }

    .quotationspro_request_dialog .required-field-indicator {
        left: 10px;
        font-size: 12px;
    }

    .roja45contactus_form .customer-copy-checkbox .field-label {
        width: 100px;
        line-height: 14px;
    }
}

@media screen and (max-width: 767px) {
    .quotationspro_request_dialog {
        width: 90%;
    }
}

#quotationspro_form .quotationspro_request_dialog_modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

#quotationspro_form .quotationspro_request_dialog_modal #modal-wait-icon {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

#quotationspro_form .quotationspro_request_dialog_modal #modal-wait-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

#quotationspro_form .quotationspro_request_dialog_modal #modal-wait-icon i {
    font-size: 50px;
    width: 50px;
    height: 50px;
}

#quotationspro_form .quotationspro_request_dialog_modal #modal-wait-text h2 {
    color: white;
}

.quotationspro_request_dialog .quotationspro_request_dialog_msg {
    display: none;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
}

.quotationspro_request_dialog .quotationspro_request_dialog_msg #modal-msg {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.quotationspro_request_dialog .quotationspro_request_dialog_msg #modal-msg i {
    font-size: 50px;
    width: 50px;
    height: 50px;
}

.quotationspro_request_dialog .quotationspro_request_dialog_msg.success #modal-msg i {
    font-size: 50px;
    color: #2bd11c;
    width: 50px;
    height: 50px;
}

.quotationspro_request_dialog .quotationspro_request_dialog_msg.error #modal-msg i {
    font-size: 50px;
    width: 50px;
    color: #e81d0c;
    height: 50px;
}

.quotationspro_request .page-heading {
    margin-left: 20px;
    margin-bottom: 15px;
    border-bottom: none;
    padding: 0;
}

.quotationspro_request .product-heading {
    margin-left: 25px;
    margin-top: 10px;
    border-bottom: none;
    padding: 0;
}

.quotationspro_request .page-subheading {
    border-bottom: 1px solid #333;
    padding: 0;
    min-height: 24px;
}

.quotationspro_request .form-group {
    margin-bottom: 15px;
}

.quotationspro_request .form-group .form-control {
    width: 100%;
    max-width: 100%;
}

.quotationspro_request .form-group .input-group-addon {
    padding: 0.25rem 0.75rem !important;
    width: 44px;
}

.quotationspro_request .form-group .input-group-addon svg {
    width: 24px;
}

.quotationspro_request .form-group .form-error input,
.quotationspro_request .form-group .form-error select,
.quotationspro_request .form-group .form-error textarea,
.quotationspro_request .form-group .form-error span.checkbox
{
    border: 1px solid #f13340;
    color: #f13340;
    background-color: #fff1f2;
}

.quotationspro_request .form-group .form-ok input,
.quotationspro_request .form-group .form-ok select,
.quotationspro_request .form-group .form-ok textarea,
.quotationspro_request .form-group .form-ok span.checkbox
{
    border: 1px solid #46a74e;
    color: #35b33f;
    background-color: #ddf9e1;
}

.quotationspro_request_dialog .personal-details {
    border-left: 1px solid #d6d4d4;
    padding: 15px;
    overflow: hidden;
    position: static;
}

.quotationspro_request.buttons {
    text-align: center;
    padding: 5px;
    background-color: #333;
}

.quotationspro_request.notes {
    background-color: #4b4b4b;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    min-height: 40px;
}

.quotationspro_request_dialog .requirements {
    padding: 15px;
    position: relative;
}

.quotationspro_request_dialog select {
    margin: 0;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    width: 200px;
}

.quotationspro_request_dialog div.selector.fixed-width {
    border-radius: 2px;
}

.quotationspro_request_dialog div.selector select option {

}

.quotationspro_request_dialog .checkbox {
    margin: 0;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding-left: 5px;
}

.quotationspro_request_dialog .checkbox label {
    line-height: 32px;
}

.quotationspro_request_dialog .checkbox .checker {
    display: inline-block;
    line-height: 38px;
}

@media (min-width: 1200px) {
    .quotationspro_request_dialog .requirements {
        min-height: 318px;
    }
}

.quotationspro_request_dialog .btn {
}

.quotationspro_request_dialog .dropdown-toggle {
    padding: 5px;
    border-color: #cccccc;
    margin-bottom: 5px;
}

.quotationspro_request_dialog .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333333;
    z-index: 999;
}

.quotationspro_request_dialog .cross:hover {

    color: #b9b9b9;
}

.quotationspro_request_dialog .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;

}

.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 200px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
}

.quotationspro_request_column_container {
}

.quotationspro_request_column_container div.selector span {
    min-width: 50px;
}

.quotationspro_request_dialog .textarea textarea {
    width: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    margin: 0px;
    resize: none;
}

ul.product_list.grid > li .product-container .button-container .btn.btn-quote {
    margin: 0 6px 10px 6px;
}

.btn.btn-quote {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 1px solid;
    border-color: #399a49 #247f32 #1a6d27 #399a49;
}

.btn.btn-quote span {
    border: 1px solid;
    border-color: #74d578;
    padding: 10px 14px;
    display: block;
    background: #43b754;
    background: -moz-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43b754), color-stop(2%, #41b757), color-stop(4%, #41b854), color-stop(6%, #43b756), color-stop(38%, #41b354), color-stop(40%, #44b355), color-stop(66%, #45af55), color-stop(74%, #41ae53), color-stop(91%, #42ac52), color-stop(94%, #41ae55), color-stop(96%, #43ab54), color-stop(100%, #42ac52));
    background: -webkit-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -o-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -ms-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: linear-gradient(to bottom, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

.btn.btn-quote:hover {
    border-color: #196f28 #399a49 #399a49 #258033;
}

.btn.btn-quote:hover span {
    filter: none;
    background: #3aa04c;
}

.box-info-product .exclusive.btn.btn-quote {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    border: 1px solid;
    border-color: #399a49 #247f32 #1a6d27 #399a49;
}

.box-info-product .exclusive.btn.btn-quote:before {
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #2c7938;
    content: "\f03a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: 1px solid #4bcd5e;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}

.box-info-product .exclusive.btn.btn-quote.added:before {
    content: "\f00c";
}

.box-info-product .exclusive.btn.btn-quote:after {
    background: none;
}

.box-info-product .exclusive.btn.btn-quote span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 12px 12px 14px 60px;
    color: #fff;
    display: block !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid;
    border-color: #74d578;
    display: block;
    background: #43b754;
    background: -moz-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43b754), color-stop(2%, #41b757), color-stop(4%, #41b854), color-stop(6%, #43b756), color-stop(38%, #41b354), color-stop(40%, #44b355), color-stop(66%, #45af55), color-stop(74%, #41ae53), color-stop(91%, #42ac52), color-stop(94%, #41ae55), color-stop(96%, #43ab54), color-stop(100%, #42ac52));
    background: -webkit-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -o-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: -ms-linear-gradient(top, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    background: linear-gradient(to bottom, #43b754 0%, #41b757 2%, #41b854 4%, #43b756 6%, #41b354 38%, #44b355 40%, #45af55 66%, #41ae53 74%, #42ac52 91%, #41ae55 94%, #43ab54 96%, #42ac52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

.box-info-product .exclusive.btn.btn-quote:hover span {
    filter: none;
    background: #3aa04c;
    background: -moz-linear-gradient(top, #42ac52 0%, #43ab54 2%, #41ae55 4%, #42ac52 6%, #41ae53 38%, #45af55 40%, #44b355 66%, #41b354 74%, #43b756 91%, #41b854 94%, #41b757 96%, #43b754 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42ac52), color-stop(2%, #43ab54), color-stop(4%, #41ae55), color-stop(6%, #42ac52), color-stop(38%, #41ae53), color-stop(40%, #45af55), color-stop(66%, #44b355), color-stop(74%, #41b354), color-stop(91%, #43b756), color-stop(94%, #41b854), color-stop(96%, #41b757), color-stop(100%, #43b754));
    background: -webkit-linear-gradient(top, #42ac52 0%, #43ab54 2%, #41ae55 4%, #42ac52 6%, #41ae53 38%, #45af55 40%, #44b355 66%, #41b354 74%, #43b756 91%, #41b854 94%, #41b757 96%, #43b754 100%);
    background: -o-linear-gradient(top, #42ac52 0%, #43ab54 2%, #41ae55 4%, #42ac52 6%, #41ae53 38%, #45af55 40%, #44b355 66%, #41b354 74%, #43b756 91%, #41b854 94%, #41b757 96%, #43b754 100%);
    background: -ms-linear-gradient(top, #42ac52 0%, #43ab54 2%, #41ae55 4%, #42ac52 6%, #41ae53 38%, #45af55 40%, #44b355 66%, #41b354 74%, #43b756 91%, #41b854 94%, #41b757 96%, #43b754 100%);
    background: linear-gradient(to bottom, #42ac52 0%, #43ab54 2%, #41ae55 4%, #42ac52 6%, #41ae53 38%, #45af55 40%, #44b355 66%, #41b354 74%, #43b756 91%, #41b854 94%, #41b757 96%, #43b754 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

.blur-background {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.quotationspro_request.captcha {
    text-align: center;
    padding-bottom: 1px;
    background-color: #fbfbfb;
    margin-bottom: 10px;
}

.quotationspro_request.captcha .captcha-block {
    text-align: center;
    margin: auto;
    width: 300px;
    position: relative;
}

.quotationspro_request.captcha .captcha-block .g-recaptcha {
    padding-top: 2px;
}

.quotationspro_request .row.button-container {
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.quotationspro_request .button-container {
    position: relative;
}

.quotationspro_request .required-field-indicator {
    font-weight: 400;
    color: red;
    font-size: 11px;
}

.quotationspro_request .customer-copy-checkbox {

}

.quotationspro_request .customer-copy-checkbox .field-label {
    display: inline-block;
    text-indent: -5px;
    margin-bottom: 0;
    font-size: 11px;
    color: white;
    font-weight: 400;
}

.quotationspro_request .customer-copy-checkbox .checker {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.quotationspro_request .customer-copy-checkbox input[type=checkbox] {
    margin: 0 !important;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    padding: 0;
}

.quotationspro_request, p button span {
    font-size: 18px;
}

.shopping-cart-footer-quote-form {
    margin-bottom: 20px;
}

#customerquotes_block_account {
}

#customerquotes_block_account a i {
    margin-left: 5px;
}

#view_quotation_details {
    position: relative;
}

#view_quotation_details a {
    position: absolute;
    right: 0;
    top: 5px;
}

#customerquotes_block_account #quotation_details {
    padding: 1px;
    border: 1px solid #d6d4d4;
    border-radius: 4px;
}

#customerquotes_block_account_modal {

}

.invisible {
    display: none;
}

#customerquotes_block_account_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.7;
}

#customerquotes_block_account_modal .modal-wait-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

#customerquotes_block_account_modal .modal-wait-icon i {
    font-size: 50px;
}

.quote-box.quote-box-top-left {
    left: -5px;
    position: absolute;
    top: -5px;
    overflow: hidden;
    height: 109px;
    width: 110px;
    text-align: center;
    z-index: 0;
}

.quote-box.quote-box-top-left .quote-label {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #52D03C;
    text-transform: uppercase;
    padding: 10px 0 9px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 144px;
    text-align: center;
    display: block;
    position: absolute;
    left: -31px;
    top: 26px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quote-box.quote-box-top-left .quote-label:before {
    position: absolute;
    bottom: -3px;
    right: -4px;
    width: 0px;
    height: 3px;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.quote-box.quote-box-top-left .quote-label:after {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.quote-box.quote-box-top-right {
    right: -5px;
    position: absolute;
    top: -5px;
    overflow: hidden;
    height: 109px;
    width: 110px;
    text-align: center;
    z-index: 0;
}

.quote-box.quote-box-top-right .quote-label {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #52D03C;
    text-transform: uppercase;
    padding: 10px 0 9px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 144px;
    text-align: center;
    display: block;
    position: absolute;
    right: -31px;
    top: 26px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-box.quote-box-top-right .quote-label:before {
    position: absolute;
    bottom: -3px;
    left: -4px;
    width: 0px;
    height: 3px;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.quote-box.quote-box-top-right .quote-label:after {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.quote-box.quote-box-bottom-left {
    left: -5px;
    position: absolute;
    bottom: -5px;
    overflow: hidden;
    height: 109px;
    width: 110px;
    text-align: center;
    z-index: 0;
}

.quote-box.quote-box-bottom-left .quote-label {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #52D03C;
    text-transform: uppercase;
    padding: 10px 0 9px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 144px;
    text-align: center;
    display: block;
    position: absolute;
    left: -31px;
    bottom: 26px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-box.quote-box-bottom-left .quote-label:before {
    position: absolute;
    top: -4px;
    right: -3px;
    width: 0px;
    height: 3px;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(85deg);
    -ms-transform: rotate(85deg);
    transform: rotate(85deg);
}

.quote-box.quote-box-bottom-left .quote-label:after {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}

.quote-box.quote-box-bottom-right {
    right: -5px;
    position: absolute;
    bottom: -5px;
    overflow: hidden;
    height: 109px;
    width: 110px;
    text-align: center;
    z-index: 0;
}

.quote-box.quote-box-bottom-right .quote-label {
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    background: #52D03C;
    text-transform: uppercase;
    padding: 10px 0 9px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 144px;
    text-align: center;
    display: block;
    position: absolute;
    right: -31px;
    bottom: 26px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.quote-box.quote-box-bottom-right .quote-label:before {
    position: absolute;
    top: -4px;
    left: -3px;
    width: 0px;
    height: 3px;
    border-style: solid;
    border-width: 6px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    transform: rotate(-85deg);
}

.quote-box.quote-box-bottom-right .quote-label:after {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #328224 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.roja45quotationspro-darken-background {
    background: rgba(0, 0, 0, 0.7);
}

.roja45quotationspro_buttons_block {
    padding: 10px;
}

ul.product_list.grid > li .product-container .button-container.roja45quotationspro_buttons_block {
    margin-bottom: 0px;
}

.roja45quotationspro_buttons_block .roja45quotationspro_checkbox_container {
    padding: 10px;
    padding-top: 15px;
    border: 1px solid #00AA00;
    border-radius: 3px;
    margin-bottom: 10px;
}

.roja45quotationspro_buttons_block .roja45quotationspro_checkbox_container .checker {
    margin-left: auto;
    margin-right: auto;
}

.ajax_block_product.quoted-requested .left-block {
    box-shadow: 0px 0px 10px #52D03C;
}

.ajax_block_product .left-block:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #52D03C;
    z-index: 99;
}

.ajax_block_product.quoted-requested .left-block:before {
    content: "\f05d";
}

#quotationspro_request_products {
    margin-bottom: 5px;
}

#quotationspro_request_products .cart_product {
    display: inline-block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background: white;
}

#quotationspro_request_products .cart_product img {
    width: 100px;
    height: 100px;
}

/*******************************************************************
					Quotation Request Menu Block Styles
********************************************************************/
#header .roja45quotationspro_block {
    position: absolute;
    top: 37px;
    right: 0;
    z-index: 100;
    display: none;
    height: auto;
    background: #333;
    color: #fff;
    width: 270px;
}

@media (max-width: 480px) {
    #header .roja45quotationspro_block {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #header .roja45quotationspro_block {
        width: 100%;
    }
}

#header .roja45quotationspro_block a {
    color: #fff;
}

#header .roja45quotationspro_block a:hover {
    color: #9c9b9b;
}

#header .roja45quotationspro_block .quote_block_list .remove_link a,
#header .roja45quotationspro_block .quote_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none;
}

#header .roja45quotationspro_block .quote_block_list .remove_link a:hover,
#header .roja45quotationspro_block .quote_block_list .ajax_cart_block_remove_link:hover {
    color: #9c9b9b;
}

#header .roja45quotationspro_block .price {
    color: #fff;
}

#header .roja45quotationspro_block dt {
    background: #333;
    font-weight: normal;
    overflow: hidden;
    padding: 10px;
    position: relative;
    border: 1px solid #444;
}

#header .roja45quotationspro_block dt.first_item {
    background: none;
}

#header .roja45quotationspro_block .quote-product-image {
    float: left;
    width: 40%;
}

#header .roja45quotationspro_block .quote-product-info {
    float: left;
    width: 60%;
}

#header .roja45quotationspro_block .quote-product-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px;
}

#header .roja45quotationspro_block .quote-product-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px;
}

#header .roja45quotationspro_block .quote-product-info .product-name a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

#header .roja45quotationspro_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px;
}

#header .roja45quotationspro_block .product-atributes a {
    color: #9c9b9b;
}

#header .roja45quotationspro_block .product-atributes a:hover {
    color: #fff;
}

#header .block_content {
    margin-bottom: 0;
}

#header .roja45quotationspro_block .quote_block_list .remove_link {
    position: absolute;
    right: 5px;
    top: 5px;
}

#header .roja45quotationspro_block .quote_block_list .remove_link a,
#header .roja45quotationspro_block .quote_block_list .ajax_quote_block_remove_link {
    color: #777;
    display: block;
    width: 100%;
    height: 100%;
}

#header .roja45quotationspro_block .quote_block_list.remove_link a:before,
#header .roja45quotationspro_block .quote_block_list .ajax_quote_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px;
}

#header .roja45quotationspro_block .quote_block_list .remove_link a:hover,
#header .roja45quotationspro_block .quote_block_list .ajax_quote_block_remove_link:hover {
    color: #fff;
}

#header .roja45quotationspro_block .quote-buttons {
    overflow: hidden;
    padding: 20px 20px 10px 20px;
    margin: 0;
    background: #333;
}

#header .roja45quotationspro_block .quote-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

#header .roja45quotationspro_block .quote-buttons a#button_request_quote {
    margin-right: 0;
    border: none;
}

#header .roja45quotationspro_block .quote-buttons a#button_request_quote span {
    padding: 7px 0;
    font-size: 1.1em;
    border: solid 1px #63c473;
    background: #43b155;
}

#header .roja45quotationspro_block .quote-buttons a#button_request_quote:hover span {
    border: solid 1px #358c43;
    background: #2e7a3a;
    color: #fff;
}

.roja45-modal-invisible {
    display: none;
}

.roja45-quotation-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.roja45-quotation-modal-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 220px;
    height: 150px;
    margin: auto;
}

.roja45-quotation-modal-overlay .header_logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.roja45-quotation-modal-overlay .loading {
    text-align: center;
    font-size: 80px;
}

/*****************************************************************************
					Layer Cart Css
*****************************************************************************/
.layer_quote_overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

* html .layer_quote_overlay {
    position: absolute;
    left: 0;
    margin-left: -160px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
}

#layer_quote {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 99;
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#layer_quote .layer_quote_product {
    padding: 30px 30px 30px 30px;
    overflow: hidden;
    position: static;
}

#layer_quote .layer_quote_product .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    #layer_quote .layer_quote_product .title {
        font-size: 18px;
        padding-right: 0;
        line-height: normal;
    }
}

#layer_quote .layer_quote_product .title i {
    font-size: 30px;
    line-height: 30px;
    float: left;
    padding-right: 8px;
}

@media (max-width: 767px) {
    #layer_quote .layer_quote_product .title i {
        font-size: 22px;
        line-height: 22px;
    }
}

#layer_quote .layer_quote_product .product-image-container {
    max-width: 178px;
    border: 1px solid #d6d4d4;
    padding: 5px;
    float: left;
    margin-right: 30px;
}

@media (max-width: 480px) {
    #layer_quote .layer_quote_product .product-image-container {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

#layer_quote .layer_quote_product .layer_quote_product_info {
    padding: 38px 0 0 0;
}

#layer_quote .layer_quote_product .layer_quote_product_info #layer_quote_product_title {
    display: block;
    padding-bottom: 8px;
}

#layer_quote .layer_quote_product .layer_quote_product_info > div {
    padding-bottom: 7px;
}

#layer_quote .layer_quote_product .layer_quote_product_info > div strong {
    padding-right: 3px;
}

#layer_quote .layer_quote_cart {
    background: #fafafa;
    border-left: 1px solid #d6d4d4;
    padding: 21px 30px 170px 30px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}

@media (min-width: 1200px) {
    #layer_quote .layer_quote_cart {
        min-height: 318px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #layer_quote .layer_quote_cart {
        min-height: 360px;
    }
}

@media (max-width: 991px) {
    #layer_quote .layer_quote_cart {
        -moz-border-radius: 0px 0 4px 4px;
        -webkit-border-radius: 0px;
        border-radius: 0px 0 4px 4px;
        border-left: none;
        border-top: 1px solid #d6d4d4;
    }
}

#layer_quote .layer_quote_cart .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #333;
    border-bottom: 1px solid #d6d4d4;
    padding-bottom: 13px;
    margin-bottom: 17px;
}

@media (max-width: 767px) {
    #layer_quote .layer_quote_cart .title {
        font-size: 18px;
    }
}

#layer_quote .layer_quote_cart .layer_quote_row {
    padding: 0 0 7px 0;
}

#layer_quote .layer_quote_cart .button-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 30px 20px 30px;
}

#layer_quote .layer_quote_cart .button-container .btn {
    margin-bottom: 10px;
}

#layer_quote .layer_quote_cart .button-container span.exclusive-medium {
    margin-right: 5px;
}

#layer_quote .layer_quote_cart .button-container span.exclusive-medium i {
    padding-right: 5px;
    color: #777777;
}

#layer_quote .cross {
    position: absolute;
    right: 7px;
    top: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #333;
    z-index: 2;
}

#layer_quote .cross:before {
    content: "\f057";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 25px;
}

#layer_quote .cross:hover {
    color: #515151;
}

#layer_quote .continue {
    cursor: pointer;
}

#layer_quote p {
    padding: 0px;
}

/************************************************************************
						Layer Cart Caroucel
*************************************************************************/
#layer_quote .crossseling .crossseling-content {
    border-top: 1px solid #d6d4d4;
    padding: 26px 30px 40px 30px;
    position: relative;
}

#layer_quote .crossseling h2 {
    font: 400 23px/26px Arial, Helvetica, sans-serif;
    color: #333;
    margin-bottom: 25px;
}

#layer_quote .crossseling #blockcart_list {
    max-width: 773px;
    width: 84%;
    margin: 0 auto;
    overflow: hidden;
}

#layer_quote .crossseling #blockcart_list ul {
    display: block;
}

#layer_quote .crossseling #blockcart_list ul li {
    float: left;
    width: 178px;
    margin: 0 0px 0 0;
}

#layer_quote .crossseling #blockcart_list ul li .product-image-container {
    border: 1px solid #d6d4d4;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}

#layer_quote .crossseling #blockcart_list ul li .product-image-container img {
    width: 100%;
}

#layer_quote .crossseling #blockcart_list ul li .product-name {
    padding-bottom: 5px;
}

#layer_quote .crossseling #blockcart_list ul li .product-name a {
    font-size: 15px;
    line-height: 20px;
}

#layer_quote .crossseling #blockcart_list a.bx-prev,
#layer_quote .crossseling #blockcart_list a.bx-next {
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: #333;
    text-indent: -5000px;
    position: absolute;
    top: 45%;
    margin-top: -20px;
}

#layer_quote .crossseling #blockcart_list a.bx-prev:after,
#layer_quote .crossseling #blockcart_list a.bx-next:after {
    display: block;
    text-indent: 0;
}

#layer_quote .crossseling #blockcart_list a.bx-prev:hover,
#layer_quote .crossseling #blockcart_list a.bx-next:hover {
    color: #c0c0c0;
}

#layer_quote .crossseling #blockcart_list a.bx-prev.disabled,
#layer_quote .crossseling #blockcart_list a.bx-next.disabled {
    display: none;
}

#layer_quote .crossseling #blockcart_list a.bx-prev {
    left: 5%;
}

#layer_quote .crossseling #blockcart_list a.bx-prev:after {
    content: "\f137";
}

#layer_quote .crossseling #blockcart_list a.bx-next {
    right: 5%;
}

#layer_quote .crossseling #blockcart_list a.bx-next:after {
    content: "\f138";
}

#layer_quote .crossseling #blockcart_list .bx-controls {
    overflow: hidden;
}

/*
  Summary page
 */

.quote_navigation {
    margin: 10px 0px 5px 0px;
}

.quote_navigation .button-medium {
    float: right;
}

.quote_navigation .button-medium span {

}

@media (max-width: 992px) {
    .quote_navigation .button-medium span {
        font-size: 16px;
    }
}

.quote_navigation .button-medium i.right {
    font-size: 25px;
    line-height: 25px;
    vertical-align: -4px;
    margin-left: 6px;
}

.quote_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    margin: 9px 0 0 0;
}

.quote_navigation .button-exclusive i {
    color: #777777;
    margin-right: 8px;
}

.quote_navigation .button-exclusive:hover, .quote_navigation .button-exclusive:focus, .quote_navigation .button-exclusive:active {
    color: #515151;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 480px) {
    .quote_navigation > span {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }
}

.quote_last_product {
    display: none;
}

.quote_quantity .quote_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

.quote_gift_quantity .quote_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}

/*
.table tbody > tr > td {
    vertical-align: middle;
}

.table tbody > tr > td.quote_quantity {
    padding: 41px 14px 25px;
    width: 90px;
}

.table tbody > tr > td.quote_quantity .quote_quantity_button {
    margin-top: 3px;
}

.table tbody > tr > td.quote_quantity .quote_quantity_button a {
    float: left;
    margin-right: 3px;
}

.table tbody > tr > td.quote_quantity .quote_quantity_button a + a {
    margin-right: 0;
}

.table tbody > tr > td.quote_delete, .table tbody > tr > td.price_discount_del {
    padding: 5px;
}

.table tfoot > tr > td {
    vertical-align: middle;
}
*/
#quote_summary tbody td.cart_delete {
    width: 1%; }
#quote_summary td.cart_delete {
    position: absolute;
    right: 20px;
    top: 7px; }

#quote_summary td.cart_delete:before {
    content: '' !important; }

#quote_summary .quote_delete a.quote_quantity_delete {
    font-size: 23px;
    color: #333;
}

#quote_summary .quote_delete a.quote_quantity_delete:hover {
    color: silver;
}

#quote_summary thead th {
    padding: 7px 8px 9px 8px;
}

#quote_summary tbody td {
    padding: 7px 8px 9px 8px;
    vertical-align: middle;
}

#quote_summary tbody td.quote_product {
    padding: 7px;
    width: 137px;
}

#quote_summary tbody td.quote_product img {
    border: 1px solid #d6d4d4;
}

#quote_summary tbody td.quote_unit .price span {
    display: inline-block;
}

#quote_summary tbody td.quote_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
}

#quote_summary tbody td.quote_unit .price span.old-price {
    text-decoration: line-through;
}

#quote_summary tbody td.quote_description small {
    display: block;
    padding: 5px 0 0 0;
}

#quote_summary tbody td p.product-attributes {
    margin-bottom: 0;
}

#quote_summary tbody td.quote_avail {
    width: 1%;
}

#quote_summary tbody td.quote_avail span {
    white-space: nowrap;
}

#quote_summary tbody td.quote_delete {
    width: 1%;
}

#quote_summary tfoot td.text-right, #quote_summary tfoot tbody td.quote_unit, #quote_summary tbody tfoot td.quote_unit, #quote_summary tfoot tbody td.quote_total, #quote_summary tbody tfoot td.quote_total {
    font-weight: bold;
    color: #333;
}

#quote_summary tfoot td.price {
    text-align: right;
}

#quote_summary tfoot td.total_price_container span {
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
}

#quote_summary tfoot td#total_price_container {
    font: 600 21px/25px "Open Sans", sans-serif;
    color: #333;
    background: #fff;
}

#quote_summary .stock-management-on tbody td.quote_description {
    width: 480px;
}

.quote_discount_price {
    text-align: right;
}

.quote_discount_delete {
    text-align: center;
}

#module-roja45quotationspro-QuotationsProFront {
    font-size: 0.875rem;
    color: #7A7A7A;
}

#module-roja45quotationspro-QuotationsProFront .box {
    background: white;
    padding: 1rem;
    margin-bottom: 1rem;
}
#module-roja45quotationspro-QuotationsProFront .conversation .box {
    margin-left: 1rem;
    margin-bottom: 0rem;
}
#module-roja45quotationspro-QuotationsProFront .box h3 {
    margin-bottom: 0;
}
#module-roja45quotationspro-QuotationsProFront .box.buttons {
    text-align: center;
}
#module-roja45quotationspro-QuotationsProFront .customer-messages {
    max-height: 540px;
    overflow-y: scroll;
}

#module-roja45quotationspro-QuotationsProFront .box .message {
    padding: 10px;
    width: 95%;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
#module-roja45quotationspro-QuotationsProFront .box .message .header{
    display: flex;
    justify-content: space-between;
}
#module-roja45quotationspro-QuotationsProFront .box .message.customer-message {
    background: #dedede;
    border-color: #dedede;
    text-align: left;
    margin-right: 10px;
}
#module-roja45quotationspro-QuotationsProFront .box .message.admin-message {
    background: #c8c8c8;
    border-color: #c8c8c8;
    text-align: right;
    margin-left: 10px;
}
#module-roja45quotationspro-QuotationsProFront .box .message .name{
    text-align: left;
    font-size: 10px;
}
#module-roja45quotationspro-QuotationsProFront .box .message .received{
    text-align: right;
    font-size: 10px;
}

#module-roja45quotationspro-QuotationsProFront .box .message .message-content{
    margin-top: 5px;
    overflow: hidden;
    padding: 5px;
    background: white;
}
.products .product-miniature .product-flags .quote {
    display: block;
    right: -10px;
    margin-top: 0.625rem !important;
    padding: 0.3125rem 0.4375rem;
    color: white;
    background: #2fb5d2;
    text-transform: uppercase;
    min-width: 3.125rem;
    min-height: 1.875rem;
    font-size: 1rem;
    font-weight: 600;
}

#request_quote {
    margin-top: 20px;
}

.roja45quotationspro_button_container .btn.add-to-quote {
    border-radius: 0;
    padding: 0.7rem 1.5rem;
    font-size: inherit;
}

.btn.add-to-quote> svg {
    fill: #fff;
    width: 22px;
    height: 21px;
    margin: 0 auto;
    margin-right: 0.5em;
    vertical-align: bottom;
}

.product-quantity .add .btn.add-to-quote {
    margin-left: 10px;
}

#request_quote .add-to-quote {
    height: 2.75rem;
    line-height: inherit;
    padding-top: 0.625rem;
}

.quotationspro_request_container label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}


.roja45_hidden {
    display: none !important;
}

.quote-ordered {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7rem;
}

.quote-expired {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    color: #f13340;
}
.quote-in-progress {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
    color: #46ab3a;
}

.quote_quantity.input-group.form-control {
}

.roja45quotationspro_button_container  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.roja45quotationspro_button_container .add, .roja45quotationspro_button_container .qty {

}
.roja45quotationspro_button_container .qty {
    margin-right: .4rem;
    width: 70px;
}

.roja45quotationspro_button_container .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
}

.roja45quotationspro_button_container input.quote_quantity_wanted {
    height: 100%;
}

#roja45quotationspro_buttons_block.roja45quotationspro_button_container .btn-touchspin {
    height: 50%;
}
#roja45quotationspro_buttons_block.roja45quotationspro_button_container .bootstrap-touchspin-down {
    margin-top: 0;
}
.roja45quotationspro_button_container .input-group-btn-vertical .btn {

}

.bootstrap-touchspin .input-group-btn-vertical i.rojaquotationspro-icons.touchspin-down, .bootstrap-touchspin .input-group-btn-vertical i.rojaquotationspro-icons.touchspin-up {
    top: 2px;
    left: 2px;
}
.bootstrap-touchspin .input-group-btn-vertical i.rojaquotationspro-icons.touchspin-up::after {
    content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='black'><path d='M12 8l-6 6l1.41 1.41L12 10.83l4.59 4.58L18 14z'/></svg>");
    display: block;
    margin: 0 auto;
}
.bootstrap-touchspin .input-group-btn-vertical i.rojaquotationspro-icons.touchspin-down::after {
    content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='black'><path d='M16.59 8.59L12 13.17L7.41 8.59L6 10l6 6l6-6z' /></svg>");
    display: block;
    margin: 0 auto;
}

#roja45quotationspro-modal {
    color: #232323;
    z-index: 999993;
}

#roja45quotationspro-modal .modal-header {
    background: #fff
}

#roja45quotationspro-modal .modal-header .close {
    opacity: 1
}

#roja45quotationspro-modal .modal-header .close .material-icons {
    color: #363a42
}

#roja45quotationspro-modal .modal-body {
    background: #fff;
    padding: 0;
}

#roja45quotationspro-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: .3125rem;
}

#roja45quotationspro-modal .modal-body .modal-body-content {
    padding: 3.125rem 1.875rem;
}

#roja45quotationspro-modal .modal-dialog {
    max-width: 1140px;
}

#roja45quotationspro-modal .product-image {
    width: 100%;
    height: auto;
}

#roja45quotationspro-modal .modal-title {
    color: #353943;
    font-size: 1rem;
    font-weight: 400;
    float: left;
}

#roja45quotationspro-modal .modal-title i.material-icons {
    margin-right: 1.875rem;
    color: #4cbb6c;
}


#roja45quotationspro-modal .product-name {
    color: #2fb5d2;
    font-size: 1.125rem;
}

@media (max-width: 767px) {
    #roja45quotationspro-modal .product-name {
        padding:0 .5rem;
    }
}

#roja45quotationspro-modal .product-price {
    color: #363a42;
    display: block;
}

@media (max-width: 767px) {
    #roja45quotationspro-modal .product-price {
        padding:0 .5rem;
    }
}

#roja45quotationspro-modal .cart-content {
}

#roja45quotationspro-modal .cart-content p {
    color: #363a42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 0 .5rem;
}

#roja45quotationspro-modal .cart-content p.product-total {
    background-color: #f1f1f1;
    padding: .5rem;
}

#roja45quotationspro-modal .cart-content p.ajax_quote_quantity {
    font-size: 1rem;
    color: #6c868e;
    font-weight: 600;
}

#roja45quotationspro-modal .cart-content p.product-tax {
    display: inherit;
    font-size: .875rem;
}

#roja45quotationspro-modal .cart-content p .label,#roja45quotationspro-modal .cart-content p .value {
    font-weight: 600;
}

#roja45quotationspro-modal .cart-content .cart-content-btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#roja45quotationspro-modal .cart-content .cart-content-btn button {
    margin-right: .9rem
}

#roja45quotationspro-modal .cart-content .cart-content-btn .btn {
    white-space: inherit
}

#roja45quotationspro-modal .divide-right {
    border-right: 1px solid #dbdbdb
}

#customer_quotes .btn-primary .material-icons {
    margin-right: 0;
}

.roja-modified-quote {
    display: none;
    border: 1px solid #d4323d;
    padding: 10px;
    margin: 10px;
    font-size: 15px;
    color: #d4323d;
    margin-top: 20px;
}

.roja-quote-in-cart .roja-clear-quote {
    margin-top: 20px;
}

.roja-quote-in-cart {
    display: none;
    border: 1px solid #fe9126;
    padding: 10px;
    margin: 10px;
    font-size: 15px;
    color: #fe9126;
    margin-top: 20px;
}

#quotation_details .documents-table td .document-container {
    color: #201c29;
    border: 1px solid #cdcdcd;
    position: relative;
    line-height: 1.1;
    vertical-align: top;
    text-align: center;
    padding: .5rem;
    margin: .5rem;
    font-weight: 700;
    border-radius: 4px;
    min-width: 100px;
}

#quotation_details .documents-table td .document-container:before {
    content: "";
    display: block;
    margin: 0 auto .5rem;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(../img/attach_64x64.png);
}

#module-roja45quotationspro-QuotationsProFront-GetCustomerQuotes #content,
#module-roja45quotationspro-QuotationsProFront-GetCustomerQuoteHistory #content {
    border: 1px solid rgba(0,0,0,.2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
}

#roja45_customer_quotes .flex-table {
    display: flex;
    flex-flow: row wrap;
    border-left: solid 1px #d6d4d4;
    transition: 0.5s;
}

#roja45_customer_quotes .flex-table .column {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    padding: 0;
}

#roja45_customer_quotes .flex-table .flex-row:first-of-type {
    background: #f6f6f6;
    color: #555454;
    border-color: #d6d4d4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#roja45_customer_quotes .flex-table .column .flex-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #d6d4d4;
}

#roja45_customer_quotes .flex-table .flex-row .flex-cell {
    position: relative;
    text-align: center;
    padding-top: 10px;
    border-right: solid 1px #d6d4d4;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
    width: 10%;
}

#roja45_customer_quotes .roja-customer-quotes-table {
    display: table;
}

#roja45_customer_quotes .roja-customer-quotes-table td {
    vertical-align: middle;
}

#roja45_customer_quotes a.btn {
    background: none;
    padding: 0;
    color: #2fb5d2;
    box-shadow: none;
}

#roja45_customer_quotes a.btn-please-wait {
    color: #232323;
}


.roja-account-link > svg {
    fill: #24b9d7;
    display: inline-block;
    vertical-align: middle;
}
.btn-roja-continue-shopping > svg {
    fill: #000;
    display: inline-block;
    vertical-align: middle;
}
.btn-roja-home > svg {
    fill: #24b9d7;
    display: inline-block;
    vertical-align: middle;
}

#roja45_customer_quotes a.btn-download-pdf > svg {
    fill: #24b9d7;
}
#roja45_customer_quotes a.btn-please-wait > svg {
    fill: #24b9d7;
}
#roja45_customer_quotes a.btn-add-to-cart > svg {
    fill: #24b9d7;
}
#roja45_customer_quotes a.btn-add-to-order > svg {
    fill: #24b9d7;
}
#roja45_customer_quotes a.btn-view-quote > svg {
    fill: #24b9d7;
}
#roja45_customer_quotes a.btn-delete > svg {
    fill: #cb1d1d;
}
.request-quote-card {
    background: #fff;
}

.request-quote-card .button-container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.request-summary-container {
    margin-bottom: 20px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

#request-summary-content .table-container {
    display: block;
}

#request-summary-content .flex-table {
    display: flex;
    flex-flow: row wrap;
    border-left: solid 1px #d6d4d4;
    transition: 0.5s;
}

#request-summary-content .flex-table .flex-row:first-of-type {
    border-top: solid 1px #d6d4d4;
    border-left: solid 1px #d6d4d4;
}
#request-summary-content .flex-table .flex-row:first-of-type {
    background: #f6f6f6;
    color: #555454;
    border-color: #d6d4d4;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#request-summary-content .flex-table .flex-row {
    width: calc(100% / 6);
    text-align: center;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d6d4d4;
    border-bottom: solid 1px #d6d4d4;
}

#request-summary-content .flex-table .column {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    padding: 0;
}
#request-summary-content .flex-table .column .flex-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #d6d4d4;
}

#request-summary-content .flex-table .column .flex-row.header {
    border-top: solid 1px #d6d4d4;
}

#request-summary-content .flex-table .rowspan {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

#request-summary-content .flex-table .flex-row .flex-cell {
    position: relative;
    text-align: center;
    padding: 0.5em 0.5em;
    border-right: solid 1px #d6d4d4;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#request-summary-content .flex-table .flex-row .flex-cell.quote-product-image {

}

#request-summary-content .flex-table .flex-row .flex-cell.quote-delete {

}

#request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content {
    padding: 5px;
}

#request-summary-content .flex-table .flex-row .flex-cell.quote-product-customizations .flex-cell-content .customization-title {

    font-weight: 700;
}
#request-summary-content .flex-table .flex-row .flex-cell.quote-product-customizations .flex-cell-content .customization-value {

}

#request-summary-content .flex-table .flex-row .flex-cell.quote-product-quantity {
    justify-content: center;
    align-items: center;
}

#request-summary-content .flex-table .flex-row .flex-cell .rental-summary-line {
    clear: both;
}

#request-summary-content .flex-table .flex-row .flex-cell .label {

}

#request-summary-content .flex-table .flex-row .flex-cell .value {
    color: #232323;
    float: right;
    font-size: .875rem;
}

#request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content .center {
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content .bootstrap-touchspin {

}

#request-summary-content .flex-table .flex-row .flex-cell:last-child .flex-cell-content.delete .delete-rental-entry i {
    font-size: 2rem;
}

#quotation_details .quotation-products th{
    padding-left: 0;
    padding-right: 0;
}

#quotation_details .quotation-products td {
    padding-left: 0;
    padding-right: 0;
}

#quotation_details .table {
    display: flex;
    flex-flow: column nowrap;
    font-size: .8rem;
    line-height: 1.5;
    border-bottom: 1px solid #d0d0d0;
    flex: 1 1 auto;
}

#quotation_details .quotation_details_block  {
    width: 100%;
}

#quotation_details .th {
    display: none;
    font-weight: 700;
}

#quotation_details .th > .td {
    white-space: normal;
    justify-content: center;
}

#quotation_details .tr {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

#quotation_details .tr:nth-of-type(even) {
    background-color: #f2f2f2;
}

#quotation_details .tr:nth-of-type(odd) {
    background-color: #ffffff;
}

#quotation_details .tr .td, #quotation_details .tr .th {
    display: block;
    flex-flow: row nowrap;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0.5em;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    border-bottom: 1px solid #d0d0d0;
    justify-content: center;
}
#quotation_details .tr .th {
    font-weight: 700;
}

#quotation_details .product-image-container {
    position: relative;
}
#quotation_details .product-image-container .image-download-container {
    position: absolute;
    bottom: -5px;
    right: -2px;
}
#quotation_details .product-image-container .image-download-container  svg {
    width: 24px;
    height: 24px
}
#roja45quotationspro_registration_block {
    margin-top: 20px;
}

#customer_message_form {
    position: relative;
}

#customer_message_form #message_form_modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.7;
}

#message_form_modal .modal-wait-icon {
    position: absolute;
    color: white;
    width: 25%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a#quotes-link span.link-item > svg, a#quote-history-link span.link-item > svg {
    display: block;
    fill: #232323;
    margin: 0 auto;
    width: 48px;
    height: 48px;
}

#quote_summary {
    position: relative;
}
#quote_summary .request-summary-container-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.7;
}

#quote_summary .request-summary-container-modal .modal-wait-text-container{
    position: absolute;
    color: white;
    width: 25%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#quote_summary .request-summary-container-modal .modal-wait-icon svg {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-right: 0.5em;
    vertical-align: top;
}

#quote_summary .request-summary-container-modal .modal-wait-text-container .modal-wait-text {
    margin-top: 20px;
}

#quote_summary .request-summary-container-modal .modal-wait-text-container .modal-wait-text p {
    font-size: 40px;
    margin: 0;
    color: white;
}

#quote_summary .request-summary-container-modal .modal-wait-icon .icon-refresh {
    font-size: 40px;
}

@media all and (max-width: 1024px) {
    #module-roja45quotationspro-QuotationsProFront-GetCustomerQuotes #content,
    #module-roja45quotationspro-QuotationsProFront-GetCustomerQuoteHistory #content {
        overflow-x: auto;
    }

    #roja45_customer_quotes .flex-table .column .flex-row {
        flex-flow: nowrap;
        padding: 5px;
        width: auto;
    }

    #quotation_details .tr:nth-of-type(even) {
        width: min-content;
    }

    #roja45_customer_quotes .flex-table .flex-row .flex-cell {
        padding: 10px;
        min-width: 120px;
    }

    #quotation_details .table {
        overflow-x: auto;
    }

    #quotation_details .tr .td, #quotation_details .tr .th {
        min-width: 100px;
    }
    .quote-ordered {
        padding: 0;
    }
}

@media all and (max-width: 768px) {
    #request-summary-content .flex-table .flex-row {
        width: calc(100% / 3);
    }

    #request-summary-content .flex-table .flex-row .column {
        width: 100%;
    }
    #request-summary-content .flex-table .flex-row .flex-cell {
        flex-grow: unset;
        flex-basis: unset;
        width: 100%;
    }
}

@media all and (max-width: 430px) {
    #request-summary-content .flex-table {
        border-bottom: 0;
    }

    #request-summary-content .flex-table .flex-row {
        border-bottom: 0;
    }

    #request-summary-content .flex-table .flex-row:last-of-type {
        border-bottom: solid 1px #d6d4d4;
    }

    #request-summary-content .flex-table .header {
        border-bottom: solid 1px #d6d4d4;
    }

    #request-summary-content .flex-table .flex-row .flex-cell {
        flex-grow: unset;
        flex-basis: unset;
        width: 100%;
        border-bottom: solid 1px #d6d4d4;
    }

    #request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content {
        padding: 5px;
        text-align: center;
        min-height: 60px;
    }

    #request-summary-content .flex-table .flex-row .flex-cell.quote-delete {
        flex-grow: unset;
        flex-basis: unset;

    }

    #request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content.total,
    #request-summary-content .flex-table .flex-row .flex-cell .flex-cell-content.delete {
        height: 60px;
    }
}

input.radio-label:not(:checked) + .button-label {
    background: none;
    color: black;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

a.collapse-link:before {
    font-family: Material Icons;
    content:"\e5c7";
    font-size: 30px;
}
a.collapse-link.collapsed:before {
    content:"\e5c5";
}

a.collapse-link span.open-text {
    display: none;
}
a.collapse-link span.close-text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #24b9d7;
}

a.collapse-link.collapsed span.open-text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #24b9d7;
    cursor: pointer;
}
a.collapse-link.collapsed span.close-text {
    display: none;
 }