.quote_container {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 40px);
    max-height: 100vh;
    overflow: hidden;
    -webkit-transition: all .45s cubic-bezier(.39,.575,.565,1);
    -o-transition: all .45s cubic-bezier(.39,.575,.565,1);
    transition: all .45s cubic-bezier(.39,.575,.565,1);
}
.quote_heading {
    color: #000000;
    font-size: 22px;
    padding: 15px 20px 15px 15px;
    margin: 0 auto;
}
.closesidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    width: 50px;
    height: 65px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    top: 0;
    /* right: 0; */
    cursor: pointer;
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
}
.closesidebar img {
    width: 32%;
}
.closesidebar:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.quote_header {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    justify-content: center;
    border-color: #b7b7b7;
    border-style: solid;
    border-width: 0 0 1px 0;
}
.quote_icon {
    position: fixed;
    bottom: 15px;
    z-index: 999999;
    background-color: #ffffff;
    color: black;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 4px 0;
    margin-left: 10px;
    right: 25px;
    max-height: 60px;
    max-width: 60px;
}
div#atc_iconimg {
    display: flex;
}
/*.quote_icon {
    display: none;
}*/
/*.quote_disblock {
    display: block;
}*/
.quote_custom {
    display: none;
}
img.atc_iconimg {
    width: 45px;
    display: flex;
}
.mcfw_form_data {
    overflow-y: auto;
    padding: 0px 15px;
    position: relative;
    flex-grow: 1;
    background-color: #fff;
}
.mcqfw_pro_list {
    display: flex;
    flex-direction: column;
}
.overlay_disable {
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 1;
}
.quote_sidebar {
    overflow: hidden;
}
.p_detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.p_detail a {
    text-decoration: none;
    color: #000000;
}
.p_title a:hover {
    color: #ff9065;
}
.p_title {
    text-align: start;
    display: flex;
    font-size: 15px;
    align-items: center;
    gap: 10px;
}
.p_price {
    text-align: start;
    color: #000000;
}
.product_img {
    display: flex;
    gap: 10px;
    align-items: center;
}
.product_img img {
    border-radius: 15px;
}
.mcfw_btn .mctqfw_save_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 3px 10px!important;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 15px;
    border-radius: 3px;
    transition: .5s;
}
.mcfw_btn .mctqfw_save_button:hover {
    background-color: #3cb247;
    color: #000000;
}
ul.quote_products {
    max-width: 100%;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.atcproduct_info li.mctqfw_quote {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}
.mctqfw_footer {
    font-size: 15px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #b7b7b7;
    background-color: #ffffff;
    width: 100%;
    display: inline-block; 
}
.mctqfw_footer_detail {
    padding: 15px 15px 15px 15px;
}
.quote_empty_notice {
    text-align: center;
    padding: 10px;
}
.name_notice, .email_notice {
    text-align: center;
    color: #ff0000;
}
.cart_field {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc !important;
  border-radius: 4px;
  box-sizing: border-box;
}
.quote_login_main {
  background-color: #f2f2f2;
  padding: 20px;
}
.quote_notice {
    text-align: center;
    position: relative;
}
.sidebar_qoute_count {
    background: #000;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    z-index: 9999999;
    opacity: 1;
    left: 52px;
    height: 20px;
    width: 20px;
    right: 0;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.added-to-quote {
    display: none;
}
.product_type_simple.addtoquotes, .mctqf_variable {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 22px !important;
    margin-top: 10px;
    text-decoration: none;
}
/*.mctq_quote_btn {
    margin: 0 auto;
}*/
img.mctq_remove {
    width: 25px;
    height: 25px;
    cursor: pointer;
}
button.mctq_delete {
    background: none;
    border: navajowhite;
    text-align: right;
}
.mctq_quote_btn {
    position: relative;
    text-align: center;
}
a.button.product_type_simple.addtoquotes {
    border-radius: 10px;

}
img.mcqfw_loader {
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    left: 55px;
    top: 0px;
    display: none;
}
.mctqfw_overlay {
    position: relative;
}
.mctqfw_overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

@media only screen and (max-width: 767px) {
    .mctqfwmob_disblock {
        display: block !important;
    }
    .quote_icon {
        display: none;
        bottom: 90px;
    }
}