/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_QuickOrder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

/*style module quick order*/
.co-select {
    border-radius: 3px !important;
    width: 200px !important;
}

.quickod-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-bottom: 40px;
}

.main-content {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: auto;
    float: left;
}

/* quick order area*/
.quickod-header {
    width: 100%;
    height: auto;
    clear: both;
}

.title-button {
    width: 100%;
    height: 100px;
    float: left;
}

.instantsearch {
    width: 100%;
    height: 100px;
    float: left;
}

#instantsearch-area {
    width: 60%;
    margin: auto;
}

#qod-page-title {
    width: 60%;
    float: left;
    height: auto;
    font-size: 30px;
    padding-top: 20px;
    padding-left: 20px;
}

#button-addcart-checkout {
    width: 70%;
    float: right;
    height: auto;
    text-align: right;
    padding-top: 20px;
}

/** product list area*/

.quickod-productlist {
    width: 100%;
    height: auto;
    clear: both;
}

#title-product {
    width: 40%;
    float: left;
    text-align: left;
    padding-left: 22px;

}

#title-sku {
    width: 15%;
    float: left;
    text-align: left;
}

#title-qty {
    width: 20%;
    float: left;
    text-align: center;
}

#title-subtotal {
    width: 20%;
    float: left;
    text-align: center;
}

#title-action {
    width: 20%;
    float: left;
    text-align: center;
}

.product-list {
    width: 100%;
    float: left;
}

.qod-product-item {
    width: 100%;
    height: auto;
    border-top: 1px solid #cccccc;
    float: left;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.qod-product-item:hover {
    background-color: #f9fcf9;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.qod-product-item .item-product {
    width: 40%;
    float: left;
}

.qod-product-item .item-product .image-product {
    width: 30%;
    float: left;
}

.image-product img {
    height: 100px;
    margin-left: 10px;
}

.product-name {
    font-weight: 300;
    font-family: inherit;
    line-height: 20px;
    color: #0099e5;
    font-size: 16px;
}

.qod-product-item .item-product .name-option {
    width: 70%;
    float: left;
}

.name-option .product-option select {
    width: 90px !important;
    margin-top: 5px;
    border-radius: 3px;
}

.qod-product-item .item-sku {
    width: 15%;
    float: left;
    line-height: 50px;
}

.qod-product-item #item-qty {
    width: 20%;
    float: left;
    padding-top: 15px;
    text-align: center;
}

#item-qty #action-qty {
    width: 100%;
    height: 25px;
    margin: 0 auto;
}

#item-qty #action-qty span {
    margin-left: 0px;
}

#item-qty #action-qty #sub-qty {
    width: 15px;
    cursor: pointer;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
}

#item-qty #action-qty #plus-qty {
    width: 15px;
    cursor: pointer;
    padding: 2px 8px 2px 9px;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px
}

.qod-product-item .item-subtotal {
    width: 20%;
    float: left;
    line-height: 50px;
    text-align: center;
}

.qod-product-item #item-action {
    width: 20%;
    float: left;
    line-height: 50px;
    text-align: center;
}

#item-action span {
    margin-left: 10px;
}

.addcart-checkout-list {
    width: 100%;
    height: auto;
    float: left;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: RGB(241, 241, 241);
}

/** quick order add multiple area*/

.quickod-add-multiple {
    width: 100%;
    height: auto;
    float: left;
}

.addmultiple-title {
    width: 100%;
    float: left;
}

.addmultiple-action {
    width: 100%;
    float: left;
    border-right: 1px solid #bbbbbb;
}

.add-multiple {
    width: 100% !important;
    float: left;
    height: auto;
    margin-top: 30px;
    padding-left: 0px;
    color: #555;
    border-right: 0px solid #bbbbbb;
}

.add-multiple p {
    font-size: 0.9em !important;
}

.add-via-file {
    width: 100%;
    float: left;
    height: auto;
    padding-left: 0px;
    margin-top: 30px;
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
}

.addmultiple-addlist {
    width: 100%;
    float: left;
    text-align: right;
    padding-bottom: 10px;
}

.page-title-wrapper .page-title {
    display: none !important;
}

.add-multiple textarea {
    width: 90%;
    margin-top: 10px;
    border: 1px solid #cccccc;
}

#add-skus {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px !important;
    font-weight: bold;
}

#add-files {
    margin-bottom: 20px;
    color: #555;
    font-size: 16px !important;
    font-weight: bold;
}

.qod-download-file {
    cursor: pointer;
    color: #0099e5;
    font-family: arial;
    font-size: 14px;
    background-color: #ffffff;
}

/*style list product item*/
.product-list ul {
    width: 100%;
    margin: 0;
    float: left;
    list-style: none;
    padding: 0;
}

.product-list ul li {
    width: 100%;
    margin: 0;
    float: left;
    list-style: none;
    padding: 0;
}

#duplicate-item {
    width: 15px;
    cursor: pointer;
    padding: 0px 7px 0px 7px;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

#delete-item {
    width: 15px;
    cursor: pointer;
    padding: 0px 7px 0px 7px;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

/*end style list product item*/
/*search style module.less*/
.autocomplete-suggestions {
    background: #fff;
    cursor: default;
    border-top: none;
    overflow: auto;
    max-height: 10000px;
}

.search-category, #mpsearch-category {
    height: 100%;
}

.autocomplete-selected {
    background: #eef3d6;
}

input#searchauto {
    border: 1px solid #bbb;
    border-radius: 2px;
    width: 375px;
}

.suggestion-left {
    float: left;
    width: 15%;
    padding: auto;
}

.suggestion-right {
    width: 76% !important;
    padding-left: 10px;
    text-align: left;
    color: black;
    float: left;
}

.product-name {
    font-size: 14px;
    color: #3399cc;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-price {
    font-size: 12px;
}

.product-des {
    font-size: 12px;
}

.product-des p {
    display: block;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-line {
    margin-bottom: 5px;
}

ul#ui-id-1 {
    /*background: #fff;*/
    /*width: 373px;*/
    font-family: inherit;
    padding: 0px;
    border-bottom: none;
}

p.short-des {
    margin: 0px;
    font-size: 0.9em;
    color: #aaa;
}

#view_all {
    text-align: center;
    background: #eff4f7;
    cursor: pointer;
}

/*end search style module.less*/

/*style file design.phtml*/

.headlist-title {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 30px;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 2rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.addmultiple-title h2 {
    font-weight: bold;
    padding-left: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 30px;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.addcart-checkout-list button {
    color: white;
    font-weight: normal;
    border-radius: 0;
    border: none;
}

.addmultiple-addlist button {
    color: white;
    font-weight: normal;
    border-radius: 0;
    border: none;
    margin-right: 0px !important;
    margin-top: 15px !important;
}

/*button matterial design*/

.quickod-wrapper button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 8px;
    border: none;
    border-radius: 2px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.quickod-wrapper button:hover,
.quickod-wrapper button:focus {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.quickod-wrapper button:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.quickod-wrapper button:disabled {
    color: rgba(0, 0, 0, 0.38);
    background-color: rgba(0, 0, 0, 0.12);
    box-shadow: none;
    cursor: initial;
}

.quickod-wrapper button::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: currentColor;
    opacity: 0;
    transition: opacity 0.2s;
}

.quickod-wrapper button:hover::before {
    opacity: 0.12;
}

.quickod-wrapper button:focus::before {
    opacity: 0.2;
}

.quickod-wrapper button:active::before {
    opacity: 0.32;
}

.quickod-wrapper button:disabled::before {
    opacity: 0;
}

.quickod-wrapper button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 18px;
    border-radius: 50%;
    padding: 50%;
    width: 32px;
    height: 32px;
    background-color: currentColor;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

.quickod-wrapper button:active::after {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

.quickod-wrapper button:disabled::after {
    opacity: 0;
}

#upcsvfile {
    margin-bottom: 10px;
}

/*button matterial design*/

#instantsearch-area input {
    text-align: center;
}

.logo {
    cursor: pointer;
}

/* input type text,password */
#instantsearch-area input[type="text"] {
    display: block;
    width: 100%;
    color: #555;
    height: 50px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857143;
    margin-bottom: 7px;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#instantsearch-area input[type="text"]:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.quickod-wrapper:hover {
    transition: box-shadow .25s;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.add-multiple textarea {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.qod-download-file a {
    text-decoration: none;
    color: #0099e5;
    margin-left: 7px;
}

/*end style file design.phtml*/
/* width */
.render-wraper {
    width: 100%;
    float: left;
    min-height: 300px;
    max-height: 600px;
    overflow: auto;
}

.render-wraper::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.render-wraper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.render-wraper::-webkit-scrollbar-thumb {
    background: #c0bbaf;
    border-radius: 5px;
}

/* Handle on hover */
.render-wraper::-webkit-scrollbar-thumb:hover {
    background: #c2c0c2;
}

/* input type file */
.add-via-file input[type="file"] {
    display: block;
    width: 100%;
    color: #555;
    height: auto;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.42857143;
    border: 0;
    margin-left: 0px;
}

/* input type file */
.add-multiple textarea {
    display: block;
    width: 80%;
    color: #555;
    height: 150px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 1.42857143;
    margin-bottom: 7px;
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.add-multiple textarea:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

/*add more style*/
#file-message, #file-error, #checkout-message {
    display: none;
    color: #bd362f;
    font-size: 14px;
    margin-left: 5px;
}

#search-item-list {
    color: green;
    text-align: left;
    float: right;
    font-size: 14px;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system;
}

#bulkadd-message {
    display: none;
    color: #bd362f;
    font-size: 14px !important;
    margin-left: 5px;
}

#addcsv-complete {
    display: none;
    color: green;
    font-size: 14px !important;
    margin-left: 5px;
}

#bulkadd-complete {
    display: none;
    text-align: left;
    color: green;
    font-size: 14px !important;
    margin-left: 5px;
}

#addcart-message {
    display: none;
    color: #bd362f;
    font-size: 14px !important;
    margin-left: 5px;
    text-align: left;
}

#qty-message {
    float: left;
    display: none;
    color: #bd362f;
    font-size: 14px !important;
    margin-left: 20px;
    margin-top: 9px;
}

#lazyload {
    float: left;
    display: none;
    margin-left: 30px;
}

#lazyload img {
    width: 30px;
    height: 30px;
}

.add-multiple textarea::-webkit-input-placeholder {
    color: #ccc2c2;
    font-size: 14px;
}

.add-multiple textarea:-moz-placeholder { /* Firefox 18- */
    color: #ccc2c2;
    font-size: 14px;
}

.add-multiple textarea::-moz-placeholder { /* Firefox 19+ */
    color: #ccc2c2;
    font-size: 14px;
}

.add-multiple textarea:-ms-input-placeholder {
    color: #ccc2c2;
    font-size: 14px;
}

.autocomplete-suggestion button {
    background-color: #0099e5;
    border: none;
    color: white !important;
    border-radius: 3px;
    font-size: 2rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#sku-wanted {
    display: none;
}

.item-outstock {
    color: #bd362f;
    font-size: 12px !important;
    margin-left: 5px;
}

.item-instock {
    color: #0099e5;
    font-size: 10px !important;
    margin-left: 5px;
    line-height: 30px;
}

.product-option .options {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}

/*Reponsive screen monitor 1024*/
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    #title-product {
        width: 35%;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px;
    }

    #title-sku {
        width: 15%;
    }

    #title-qty {
        width: 17%;
    }

    #title-subtotal {
        width: 13%;
    }

    #title-action {
        width: 15%;
    }

    .qod-product-item .item-product {
        width: 38%;
    }

    .qod-product-item .item-sku {
        width: 15%;
    }

    .qod-product-item #item-qty {
        width: 17%;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .qod-product-item .item-subtotal {
        width: 13%;
    }

    .qod-product-item #item-action {
        width: 15%;
    }

    .add-multiple {
        width: 50%;
        padding-left: 50px;
    }

    .add-via-file {
        width: 35%;
        padding-left: 40px;
    }

    #qod-page-title {
        width: 50%;
        padding-left: 20px;
    }

    #button-addcart-checkout {
        width: 40%;
    }
}

/*Reponsive screen monitor 768px*/
@media only screen and (min-width: 768px) and (max-width: 800px) {
    #title-product {
        width: 35%;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px;
    }

    #title-sku {
        width: 15%;
    }

    #title-qty {
        width: 17%;
    }

    #title-subtotal {
        width: 13%;
    }

    #title-action {
        width: 15%;
    }

    .qod-product-item .item-product {
        width: 38%;
    }

    .qod-product-item .item-sku {
        width: 15%;
    }

    .qod-product-item #item-qty {
        width: 17%;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .qod-product-item .item-subtotal {
        width: 13%;
    }

    .qod-product-item #item-action {
        width: 15%;
    }

    .add-multiple {
        width: 50%;
        padding-left: 50px;
    }

    .add-via-file {
        width: 35%;
        padding-left: 40px;
    }

    #qod-page-title {
        width: 50%;
        padding-left: 20px;
    }

    #button-addcart-checkout {
        width: 40%;
    }
}

/*Reponsive screen monitor 600px*/
@media all and (max-width: 600px) {
    #title-product {
        width: 35%;
    }

    #title-sku {
        width: 15%;
    }

    #title-qty {
        width: 17%;
    }

    #title-subtotal {
        width: 13%;
    }

    #title-action {
        width: 15%;
    }

    .qod-product-item .item-product {
        width: 38%;
    }

    .qod-product-item .item-sku {
        width: 11%;
    }

    .qod-product-item #item-qty {
        width: 21%;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .qod-product-item .item-subtotal {
        width: 13%;
    }

    .qod-product-item #item-action {
        width: 15%;
    }

    .add-multiple {
        padding-left: 10px;
    }

    .add-via-file {
        width: 35%;
        padding-left: 20px;
    }

    #qod-page-title {
        width: 30%;
    }

    #button-addcart-checkout {
        width: 60%;
    }

    .product-option .options {
        width: 55%;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px;
    }

    .qod-product-item .item-product .image-product {
        width: 90%;
        float: left;
    }

    .image-product img {
        height: 100px;
        margin-left: 0px;
    }

    .title-button span#qod-page-title {
        width: 170px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

/*Reponsive screen monitor 480px*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #title-product {
        width: 35%;
    }

    #title-sku {
        width: 15%;
    }

    #title-qty {
        width: 30%;
    }

    #title-subtotal {
        width: 20%;
    }

    #title-action {
        width: 15%;
    }

    .qod-product-item .item-product {
        width: 35%;
    }

    .qod-product-item .item-sku {
        width: 15%;
    }

    .qod-product-item #item-qty {
        width: 30%;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .qod-product-item .item-subtotal {
        width: 20%;
    }

    .qod-product-item #item-action {
        width: 15%;
    }

    .add-multiple {
        width: 90%;
        border: none;
        padding-left: 10px;
    }

    .add-multiple textarea {
        width: 100%;
    }

    .add-via-file {
        width: 90%;
        padding-left: 10px;
        border-top: 1px solid #bbbbbb;
        padding-top: 15px;
    }

    #qod-page-title {
        width: 30%;
    }

    #button-addcart-checkout {
        width: 44%;
    }

    .product-option .options {
        width: 55%;
    }

    .qod-product-item .item-product .name-option {
        width: 67%;
        padding-left: 5px;
    }

    .add-via-file input[type="file"] {
        width: 90%;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px;
    }

    .headlist-title {
        font-size: 13px !important;
    }

    .qod-product-item .item-product .image-product {
        width: 90%;
        float: left;
    }

    .image-product img {
        height: 100px;
        margin-left: 0px;
    }

    .item-instock {
        color: #0099e5;
        font-size: 10px !important;
        margin-left: 5px;
        float: left;
        margin-top: 50px;
    }
}

/*Reponsive screen monitor 320px*/
@media all and (max-width: 320px) {
    #title-product {
        width: 35%;
    }

    #title-sku {
        width: 15%;
    }

    #title-qty {
        width: 10%;
    }

    #title-subtotal {
        width: 17%;
    }

    #title-action {
        width: 15%;
    }

    .qod-product-item .item-product {
        width: 38%;
    }

    .qod-product-item .item-sku {
        width: 15%;
    }

    .qod-product-item #item-qty {
        width: 11%;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .qod-product-item .item-subtotal {
        width: 17%;
    }

    .qod-product-item #item-action {
        width: 15%;
    }

    .add-multiple {
        width: 90%;
        border: none;
        padding-left: 10px;
    }

    .add-multiple textarea {
        width: 100%;
    }

    .add-via-file {
        width: 90%;
        padding-left: 20px;
        border-top: 1px solid #bbbbbb;
        padding-top: 15px;
    }

    #qod-page-title {
        width: 30%;
    }

    #button-addcart-checkout {
        width: 60%;
    }

    .product-option .options {
        width: 55%;
    }

    .qod-product-item .item-product .name-option {
        width: 67%;
        padding-left: 5px;
    }

    .add-via-file input[type="file"] {
        width: 90%;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px;
    }

    .title-button {
        height: auto;
    }

    #item-qty #action-qty #sub-qty {
        padding: 2px 5px 2px 5px;
    }

    #item-qty #action-qty #plus-qty {
        padding: 2px 3px 2px 4px;
    }

    .headlist-title {
        font-size: 13px !important;
    }

    #duplicate-item {
        padding: 0px 3px 0px 3px;
    }

    #delete-item {
        padding: 0px 3px 0px 4px;
    }

    .qod-product-item .item-product .image-product {
        width: 90%;
        float: left;
    }

    .image-product img {
        height: 100px;
        margin-left: 10px;
    }

    .item-instock {
        color: #0099e5;
        font-size: 10px !important;
        margin-left: 5px;
        float: left;
        margin-top: 50px;
    }
}

#display-qty input {
    width: 30px;
    height: 20px;
    padding: 0;
    text-align: center;
}

.addlist-box button {
    margin: 10px 0px !important;
}

ul.group-product-option {
    margin-top: 30px;
}

.group-product-option > li > div.image-product > img {
    margin-left: 0px;
}

.type-item-grouped > .group-product-option > li {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*#group-item-qty{*/
/*float: left;*/
/*}*/
.group-price-product {
    padding-bottom: 5px;
}

#group-orderedQty {
    width: 25%;
}

.group-image-product > img {
    height: 70px;
}

.group-image-product {
    float: left;
}

.group-inform {
    float: left;
}

.bundle-select, .bundle-radio, .bundle-checkbox, .bundle-multi {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0px 20px 5px;
}

.bundle-name-option {
    padding-top: 10px;
}

.type-item-bundle {
    float: right;
    padding-right: 85px;
    display: none;
}

.type-item-grouped {
    width: inherit;
    float: right;
    margin-right: 134px;
    display: none;
}

.group-product-option > li {
    border-bottom: 1px solid #e4e4e4;
}

#bundle-select-orderedQty, #bundle-radio-orderedQty {
    width: 20%;
    margin-top: 5px;
}

#bundle-message, #product-message, #error-message, #error-customoption {
    float: left;
    display: none;
    color: #bd362f;
    font-size: 14px !important;
    margin-left: 20px;
    margin-top: 9px;
}

.qty-bundle {
    margin-top: 10px;
}

@media only screen and (max-width: 768px) {
    #item-qty #action-qty span {
        margin-left: 0;
    }

    #item-qty #action-qty {
        width: 100%;
    }

    .type-item-grouped {
        width: 100%;
        margin-right: 0;
    }

    .type-item-bundle {
        width: 100%;
        padding-right: 0;
    }
}

.product-add {
    text-align: center;
    border-radius: 3px;
    width: 20px;
    float: left;
    margin-top: 3%;
    cursor: pointer;
    background: red;
    height: 20px;
    line-height: 16px;
}

.product-add span {
    color: #FFFFFF;
    font-weight: bold;
}
