/**
 * 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
 */


.quickod-wrapper p {
    font-size: 15px !important;
}

.quickod-wrapper .item-instock {
    display: none !important;
}

/*style module quick order*/
.co-select {
    border-radius: 3px !important;
    width: 200px !important;
}

.quickod-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: left !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-bottom: 40px !important;
}

.main-content {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    height: auto !important;
    float: left !important;
}

/* quick order area*/
.quickod-header {
    width: 100% !important;
    height: auto !important;
    clear: both !important;
}

.title-button {
    width: 100% !important;
    height: 100px !important;
    float: left !important;
}

.instantsearch {
    width: 100% !important;
    height: 100px !important;
    float: left !important;
}

#instantsearch-area {
    width: 60% !important;
    margin: auto !important;
}

#qod-page-title {
    width: 60% !important;
    float: left !important;
    height: auto !important;
    font-size: 30px !important;
    padding-top: 20px !important;
    padding-left: 20px !important;
}

#button-addcart-checkout {
    width: 30% !important;
    float: right !important;
    height: auto !important;
    text-align: right !important;
    padding-top: 20px !important;
}

/** product list area*/

.quickod-productlist {
    width: 100% !important;
    height: auto !important;
    clear: both !important;
}

#title-product {
    width: 38% !important;
    float: left !important;
    text-align: left !important;
    padding-left: 22px !important;

}

#title-sku {
    width: 15% !important;
    float: left !important;
    text-align: left !important;
}

#title-qty {
    width: 20% !important;
    float: left !important;
    text-align: center !important;
}

#title-subtotal {
    width: 10% !important;
    float: left !important;
    text-align: center !important;
}

#title-action {
    width: 15% !important;
    float: left !important;
    text-align: center !important;
}

.product-list {
    width: 100% !important;
    float: left !important;
}

.qod-product-item {
    width: 100% !important;
    height: auto !important;
    border-top: 1px solid #cccccc !important;
    float: left !important;
    border-bottom: 1px solid #cccccc !important;
    margin-bottom: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.qod-product-item:hover {
    background-color: #f9fcf9 !important;
    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) !important;
}

.qod-product-item .item-product {
    width: 39% !important;
    float: left !important;
}

.qod-product-item .item-product .image-product {
    width: 30% !important;
    float: left !important;
}

.image-product img {
    height: 100px !important;
    margin-left: 10px !important;
}

.product-name {
    font-weight: 300 !important;
    font-family: inherit !important;
    line-height: 20px !important;
    color: #0099e5 !important;
    font-size: 16px !important;
}

.qod-product-item .item-product .name-option {
    width: 70% !important;
    float: left !important;
}

.name-option .product-option select {
    width: 90px !important !important;
    margin-top: 5px !important;
    border-radius: 3px !important;
}

.qod-product-item .item-sku {
    width: 15% !important;
    float: left !important;
    line-height: 50px !important;
}

.qod-product-item #item-qty {
    width: 20% !important;
    float: left !important;
    padding-top: 15px !important;
    text-align: center !important;
}

#item-qty #action-qty {
    width: 60% !important;
    height: 25px !important;
    margin: 0 auto !important;
}

#item-qty #action-qty span {
    margin-left: 10px !important;
}

#item-qty #action-qty #sub-qty {
    width: 15px !important;
    cursor: pointer !important;
    padding: 2px 10px 2px 10px !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 25px !important;
}

#item-qty #action-qty #plus-qty {
    width: 15px !important;
    cursor: pointer !important;
    padding: 2px 8px 2px 9px !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 25px
}

.qod-product-item .item-subtotal {
    width: 10% !important;
    float: left !important;
    line-height: 50px !important;
    text-align: center !important;
}

.qod-product-item #item-action {
    width: 15% !important;
    float: left !important;
    line-height: 50px !important;
    text-align: center !important;
}

#item-action span {
    margin-left: 10px !important;
}

.addcart-checkout-list {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    text-align: right !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: RGB(241, 241, 241) !important;
}

/** quick order add multiple area*/

.quickod-add-multiple {
    width: 100% !important;
    height: auto !important;
    float: left !important;
}

.addmultiple-title {
    width: 100% !important;
    float: left !important;
}

.addmultiple-action {
    width: 100% !important;
    float: left !important;
}

.add-multiple {
    width: 45% !important !important;
    float: left !important;
    height: auto !important;
    border-right: 1px solid #bbbbbb !important;
    margin-top: 30px !important;
    padding-left: 75px !important;
    color: #555 !important;
}

.add-multiple p {
    font-size: 0.9em !important !important;
}

.add-via-file {
    width: 40% !important;
    float: left !important;
    height: auto !important;
    padding-left: 70px !important;
    margin-top: 30px !important;
}

.addmultiple-addlist {
    width: 100% !important;
    float: left !important;
    text-align: right !important;
    padding-bottom: 10px !important;
}

.page-title-wrapper .page-title {
    display: none !important !important;
}

.add-multiple textarea {
    width: 90% !important;
    margin-top: 10px !important;
    border: 1px solid #cccccc !important;
}

#add-skus {
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 16px !important !important;
    font-weight: bold !important;
}

#add-files {
    margin-bottom: 20px !important;
    color: #555 !important;
    font-size: 16px !important !important;
    font-weight: bold !important;
}

.qod-download-file {
    cursor: pointer !important;
    color: #0099e5 !important;
    font-family: arial !important;
    font-size: 14px !important;
    background-color: #ffffff !important;
}

/*style list product item*/
.product-list ul {
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
    list-style: none !important;
    padding: 0 !important;
}

.product-list ul li {
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
    list-style: none !important;
    padding: 0 !important;
}

#duplicate-item {
    width: 15px !important;
    cursor: pointer !important;
    padding: 0px 7px 0px 7px !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

#delete-item {
    width: 15px !important;
    cursor: pointer !important;
    padding: 0px 7px 0px 7px !important;
    border-radius: 3px !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

/*end style list product item*/
/*search style module.less*/
.autocomplete-suggestions {
    background: #fff !important;
    cursor: default !important;
    border-top: none !important;
    overflow: auto !important;
    max-height: 10000px !important;
}

.search-category, #mpsearch-category {
    height: 100% !important;
}

.autocomplete-selected {
    background: #eef3d6 !important;
}

input#searchauto {
    border: 1px solid #bbb !important;
    border-radius: 2px !important;
    width: 375px !important;
}

.suggestion-left {
    float: left !important;
    width: 15% !important;
    padding: auto !important;
}

.suggestion-right {
    width: 76% !important;
    padding-left: 10px !important;
    text-align: left !important;
    color: black !important;
    float: left !important;
}

.product-name {
    font-size: 14px !important;
    color: #3399cc !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.product-price {
    font-size: 12px !important;
}

.product-des {
    font-size: 12px !important;
}

.product-des p {
    display: block !important;
    /*white-space: nowrap !important;*/
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.product-line {
    margin-bottom: 5px !important;
}

ul#ui-id-1 {
    background: #fff !important;
    width: 373px !important;
    font-family: inherit !important;
    padding: 0px !important;
    border-bottom: none !important;
}

p.short-des {
    margin: 0px !important;
    font-size: 0.9em !important;
    color: #aaa !important;
}

#view_all {
    text-align: center !important;
    background: #eff4f7 !important;
    cursor: pointer !important;
}

/*end search style module.less*/

/*style file design.phtml*/

.headlist-title {
    width: 100% !important;
    height: auto !important;
    float: left !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    line-height: 30px !important;
    text-overflow: ellipsis !important;
    font-weight: 300 !important;
    font-size: 2rem !important;
    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) !important;
}

.addmultiple-title h2 {
    font-weight: bold !important;
    padding-left: 22px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 300 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 2rem !important;
    line-height: 30px !important;
    text-overflow: ellipsis !important;
    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) !important;
}

.addcart-checkout-list button {
    color: white !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border: none !important;
}

.addmultiple-addlist button {
    color: white !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    border: none !important;
    margin-right: 8px !important !important;
}

/*button matterial design*/

.quickod-wrapper button {
    position: relative !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    margin: 0 8px !important;
    border: none !important;
    border-radius: 2px !important;
    padding: 0 16px !important;
    min-width: 64px !important;
    height: 36px !important;
    vertical-align: middle !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
    color: #fff !important;
    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) !important;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    overflow: hidden !important;
    outline: none !important;
    cursor: pointer !important;
    transition: box-shadow 0.2s !important;
}

.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) !important;
}

.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) !important;
}

.quickod-wrapper button:disabled {
    color: rgba(0, 0, 0, 0.38) !important;
    background-color: rgba(0, 0, 0, 0.12) !important;
    box-shadow: none !important;
    cursor: initial !important;
}

.quickod-wrapper button::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    background-color: currentColor !important;
    opacity: 0 !important;
    transition: opacity 0.2s !important;
}

.quickod-wrapper button:hover::before {
    opacity: 0.12 !important;
}

.quickod-wrapper button:focus::before {
    opacity: 0.2 !important;
}

.quickod-wrapper button:active::before {
    opacity: 0.32 !important;
}

.quickod-wrapper button:disabled::before {
    opacity: 0 !important;
}

.quickod-wrapper button::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 18px !important;
    border-radius: 50% !important;
    padding: 50% !important;
    width: 32px !important;
    height: 32px !important;
    background-color: currentColor !important;
    opacity: 0 !important;
    transform: translate(-50%, -50%) scale(1) !important;
    transition: opacity 1s, transform 0.5s !important;
}

.quickod-wrapper button:active::after {
    opacity: 0.4 !important;
    transform: translate(-50%, -50%) scale(0) !important;
    transition: transform 0s !important;
}

.quickod-wrapper button:disabled::after {
    opacity: 0 !important;
}

#upcsvfile {
    margin-bottom: 10px !important;
}

/*button matterial design*/

#instantsearch-area input {
    text-align: center !important;
}

.logo {
    cursor: pointer !important;
}

/* input type text,password */
#instantsearch-area input[type="text"] {
    display: block !important;
    width: 100% !important;
    color: #555 !important;
    height: 50px !important;
    padding: 7px 0 !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    margin-bottom: 7px !important;
    border: 0 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2) !important;
    -webkit-background-size: 0 2px, 100% 1px !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom, center -webkit-calc(100% - 1px) !important;
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-transition: background 0s ease-out !important;
    -o-transition: background 0s ease-out !important;
    transition: background 0s ease-out !important;
    float: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#instantsearch-area input[type="text"]:focus {
    outline: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2) !important;
    -webkit-background-size: 100% 2px, 100% 1px !important;
    background-size: 100% 2px, 100% 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.3s !important;
    -o-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}

.quickod-wrapper:hover {
    transition: box-shadow .25s !important;
    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) !important;
}

.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) !important;
}

.qod-download-file a {
    text-decoration: none !important;
    color: #0099e5 !important;
    margin-left: 7px !important;
}

/*end style file design.phtml*/
/* width */
.render-wraper {
    width: 100% !important;
    float: left !important;
    min-height: 300px !important;
    max-height: 600px !important;
    overflow: auto !important;
}

.render-wraper::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
.render-wraper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey !important;
    border-radius: 10px !important;
}

/* Handle */
.render-wraper::-webkit-scrollbar-thumb {
    background: #c0bbaf !important;
    border-radius: 5px !important;
}

/* Handle on hover */
.render-wraper::-webkit-scrollbar-thumb:hover {
    background: #c2c0c2 !important;
}

/* input type file */
.add-via-file input[type="file"] {
    display: block !important;
    width: 50% !important;
    color: #555 !important;
    height: 28px !important;
    padding: 7px 0 !important;
    font-size: 13px !important;
    line-height: 1.42857143 !important;
    border: 0 !important;
    margin-left: 10px !important;
}

/* input type file */
.add-multiple textarea {
    display: block !important;
    width: 80% !important;
    color: #555 !important;
    height: 150px !important;
    padding: 7px 0 !important;
    font-size: 16px !important;
    line-height: 1.42857143 !important;
    margin-bottom: 7px !important;
    border: 0 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2) !important;
    -webkit-background-size: 0 2px, 100% 1px !important;
    background-size: 0 2px, 100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: center bottom, center -webkit-calc(100% - 1px) !important;
    background-position: center bottom, center calc(100% - 1px) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    -webkit-transition: background 0s ease-out !important;
    -o-transition: background 0s ease-out !important;
    transition: background 0s ease-out !important;
    float: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.add-multiple textarea:focus {
    outline: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(orange), to(orange)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: -webkit-linear-gradient(orange, orange), -webkit-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: -o-linear-gradient(orange, orange), -o-linear-gradient(#D2D2D2, #D2D2D2) !important;
    background-image: linear-gradient(orange, orange), linear-gradient(#D2D2D2, #D2D2D2) !important;
    -webkit-background-size: 100% 2px, 100% 1px !important;
    background-size: 100% 2px, 100% 1px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition-duration: 0.3s !important;
    -o-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}

/*add more style*/
#file-message, #file-error, #checkout-message {
    display: none !important;
    color: #bd362f !important;
    font-size: 14px !important;
    margin-left: 5px !important;
}

#search-item-list {
    color: green !important;
    text-align: left !important;
    float: right !important;
    font-size: 14px !important;
    font-family: "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system !important;
}

#bulkadd-message {
    display: none !important;
    color: #bd362f !important;
    font-size: 14px !important !important;
    margin-left: 5px !important;
}

#addcsv-complete {
    display: none !important;
    color: green !important;
    font-size: 14px !important !important;
    margin-left: 5px !important;
}

#bulkadd-complete {
    display: none !important;
    text-align: left !important;
    color: green !important;
    font-size: 14px !important !important;
    margin-left: 5px !important;
}

#addcart-message {
    display: none !important;
    color: #bd362f !important;
    font-size: 14px !important !important;
    margin-left: 5px !important;
    text-align: left !important;
}

#qty-message {
    float: left !important;
    display: none !important;
    color: #bd362f !important;
    font-size: 14px !important !important;
    margin-left: 20px !important;
    margin-top: 9px !important;
}

#lazyload {
    float: left !important;
    display: none !important;
    margin-left: 30px !important;
}

#lazyload img {
    width: 30px !important;
    height: 30px !important;
}

.add-multiple textarea::-webkit-input-placeholder {
    color: #ccc2c2 !important;
    font-size: 14px !important;
}

.add-multiple textarea:-moz-placeholder { /* Firefox 18- */
    color: #ccc2c2 !important;
    font-size: 14px !important;
}

.add-multiple textarea::-moz-placeholder { /* Firefox 19+ */
    color: #ccc2c2 !important;
    font-size: 14px !important;
}

.add-multiple textarea:-ms-input-placeholder {
    color: #ccc2c2 !important;
    font-size: 14px !important;
}

.autocomplete-suggestion button {
    background-color: #0099e5 !important;
    border: none !important;
    color: white !important !important;
    border-radius: 3px !important;
    font-size: 2rem !important;
    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) !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

#sku-wanted {
    display: none !important;
}

.item-outstock {
    color: #bd362f !important;
    font-size: 12px !important !important;
    margin-left: 5px !important;
}

.item-instock {
    color: #0099e5 !important;
    font-size: 10px !important !important;
    margin-left: 5px !important;
    line-height: 30px !important;
}

.product-option .options {
    width: 50% !important;
    float: left !important;
    margin-bottom: 10px !important;
}

/*Reponsive screen monitor 1024*/
@media only screen and (min-width: 800px) and (max-width: 1024px) {
    #title-product {
        width: 35% !important;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px !important;
    }

    #title-sku {
        width: 15% !important;
    }

    #title-qty {
        width: 17% !important;
    }

    #title-subtotal {
        width: 13% !important;
    }

    #title-action {
        width: 15% !important;
    }

    .qod-product-item .item-product {
        width: 38% !important;
    }

    .qod-product-item .item-sku {
        width: 15% !important;
    }

    .qod-product-item #item-qty {
        width: 17% !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .qod-product-item .item-subtotal {
        width: 13% !important;
    }

    .qod-product-item #item-action {
        width: 15% !important;
    }

    .add-multiple {
        width: 50% !important;
        padding-left: 50px !important;
    }

    .add-via-file {
        width: 35% !important;
        padding-left: 40px !important;
    }

    #qod-page-title {
        width: 50% !important;
        padding-left: 20px !important;
    }

    #button-addcart-checkout {
        width: 40% !important;
    }
}

/*Reponsive screen monitor 768px*/
@media only screen and (min-width: 768px) and (max-width: 800px) {
    #title-product {
        width: 35% !important;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px !important;
    }

    #title-sku {
        width: 15% !important;
    }

    #title-qty {
        width: 17% !important;
    }

    #title-subtotal {
        width: 13% !important;
    }

    #title-action {
        width: 15% !important;
    }

    .qod-product-item .item-product {
        width: 38% !important;
    }

    .qod-product-item .item-sku {
        width: 15% !important;
    }

    .qod-product-item #item-qty {
        width: 17% !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .qod-product-item .item-subtotal {
        width: 13% !important;
    }

    .qod-product-item #item-action {
        width: 15% !important;
    }

    .add-multiple {
        width: 50% !important;
        padding-left: 50px !important;
    }

    .add-via-file {
        width: 35% !important;
        padding-left: 40px !important;
    }

    #qod-page-title {
        width: 50% !important;
        padding-left: 20px !important;
    }

    #button-addcart-checkout {
        width: 40% !important;
    }
}

/*Reponsive screen monitor 600px*/
@media all and (max-width: 600px) {
    #title-product {
        width: 35% !important;
    }

    #title-sku {
        width: 15% !important;
    }

    #title-qty {
        width: 17% !important;
    }

    #title-subtotal {
        width: 13% !important;
    }

    #title-action {
        width: 15% !important;
    }

    .qod-product-item .item-product {
        width: 38% !important;
    }

    .qod-product-item .item-sku {
        width: 11% !important;
    }

    .qod-product-item #item-qty {
        width: 21% !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .qod-product-item .item-subtotal {
        width: 13% !important;
    }

    .qod-product-item #item-action {
        width: 15% !important;
    }

    .add-multiple {
        padding-left: 10px !important;
    }

    .add-via-file {
        width: 35% !important;
        padding-left: 20px !important;
    }

    #qod-page-title {
        width: 30% !important;
    }

    #button-addcart-checkout {
        width: 60% !important;
    }

    .product-option .options {
        width: 55% !important;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px !important;
    }

    .qod-product-item .item-product .image-product {
        width: 90% !important;
        float: left !important;
    }

    .image-product img {
        height: 100px !important;
        margin-left: 0px !important;
    }

    .title-button span#qod-page-title {
        width: 100px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis
    }
}

/*Reponsive screen monitor 480px*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    #title-product {
        width: 35% !important;
    }

    #title-sku {
        width: 15% !important;
    }

    #title-qty {
        width: 10% !important;
    }

    #title-subtotal {
        width: 17% !important;
    }

    #title-action {
        width: 15% !important;
    }

    .qod-product-item .item-product {
        width: 38% !important;
    }

    .qod-product-item .item-sku {
        width: 15% !important;
    }

    .qod-product-item #item-qty {
        width: 11% !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .qod-product-item .item-subtotal {
        width: 17% !important;
    }

    .qod-product-item #item-action {
        width: 15% !important;
    }

    .add-multiple {
        width: 90% !important;
        border: none !important;
        padding-left: 10px !important;
    }

    .add-multiple textarea {
        width: 100% !important;
    }

    .add-via-file {
        width: 90% !important;
        padding-left: 10px !important;
        border-top: 1px solid #bbbbbb !important;
        padding-top: 15px !important;
    }

    #qod-page-title {
        width: 30% !important;
    }

    #button-addcart-checkout {
        width: 60% !important;
    }

    .product-option .options {
        width: 55% !important;
    }

    .qod-product-item .item-product .name-option {
        width: 67% !important;
        padding-left: 5px !important;
    }

    .add-via-file input[type="file"] {
        width: 90% !important;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px !important;
    }

    .headlist-title {
        font-size: 13px !important !important;
    }

    .qod-product-item .item-product .image-product {
        width: 90% !important;
        float: left !important;
    }

    .image-product img {
        height: 100px !important;
        margin-left: 0px !important;
    }

    .item-instock {
        color: #0099e5 !important;
        font-size: 10px !important !important;
        margin-left: 5px !important;
        float: left !important;
        margin-top: 50px !important;
    }
}

/*Reponsive screen monitor 320px*/
@media all and (max-width: 320px) {
    #title-product {
        width: 35% !important;
    }

    #title-sku {
        width: 15% !important;
    }

    #title-qty {
        width: 10% !important;
    }

    #title-subtotal {
        width: 17% !important;
    }

    #title-action {
        width: 15% !important;
    }

    .qod-product-item .item-product {
        width: 38% !important;
    }

    .qod-product-item .item-sku {
        width: 15% !important;
    }

    .qod-product-item #item-qty {
        width: 11% !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .qod-product-item .item-subtotal {
        width: 17% !important;
    }

    .qod-product-item #item-action {
        width: 15% !important;
    }

    .add-multiple {
        width: 90% !important;
        border: none !important;
        padding-left: 10px !important;
    }

    .add-multiple textarea {
        width: 100% !important;
    }

    .add-via-file {
        width: 90% !important;
        padding-left: 20px !important;
        border-top: 1px solid #bbbbbb !important;
        padding-top: 15px !important;
    }

    #qod-page-title {
        width: 30% !important;
    }

    #button-addcart-checkout {
        width: 60% !important;
    }

    .product-option .options {
        width: 55% !important;
    }

    .qod-product-item .item-product .name-option {
        width: 67% !important;
        padding-left: 5px !important;
    }

    .add-via-file input[type="file"] {
        width: 90% !important;
    }

    #button-addcart-checkout button {
        margin-bottom: 20px !important;
    }

    .title-button {
        height: auto !important;
    }

    #item-qty #action-qty #sub-qty {
        padding: 2px 5px 2px 5px !important;
    }

    #item-qty #action-qty #plus-qty {
        padding: 2px 3px 2px 4px !important;
    }

    .headlist-title {
        font-size: 13px !important !important;
    }

    #duplicate-item {
        padding: 0px 3px 0px 3px !important;
    }

    #delete-item {
        padding: 0px 3px 0px 4px !important;
    }

    .qod-product-item .item-product .image-product {
        width: 90% !important;
        float: left !important;
    }

    .image-product img {
        height: 100px !important;
        margin-left: 10px !important;
    }

    .item-instock {
        color: #0099e5 !important;
        font-size: 10px !important !important;
        margin-left: 5px !important;
        float: left !important;
        margin-top: 50px !important;
    }
}

#display-qty input {
    width: 30px !important;
    height: 20px !important;
    padding: 0 !important;
    text-align: center !important;
}

.addlist-box button {
    margin: 10px 0px !important !important;
}

ul.group-product-option {
    margin-top: 30px !important;
}

.group-product-option > li > div.image-product > img {
    margin-left: 0px !important;
}

.type-item-grouped > .group-product-option > li {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*#group-item-qty{*/
/*float: left !important;*/
/*}*/
.group-price-product {
    padding-bottom: 5px !important;
}

#group-orderedQty {
    width: 25% !important;
}

.group-image-product > img {
    height: 70px !important;
}

.group-image-product {
    float: left !important;
}

.group-inform {
    float: left !important;
}

.bundle-select, .bundle-radio, .bundle-checkbox, .bundle-multi {
    border-bottom: 1px solid #e4e4e4 !important;
    padding: 20px 0px 20px 5px !important;
}

.bundle-name-option {
    padding-top: 10px !important;
}

.type-item-bundle {
    float: right !important;
    padding-right: 85px !important;
    display: none !important;
}

.type-item-grouped {
    width: inherit !important;
    float: right !important;
    margin-right: 134px !important;
    display: none !important;
}

.group-product-option > li {
    border-bottom: 1px solid #e4e4e4 !important;
}

#bundle-select-orderedQty, #bundle-radio-orderedQty {
    width: 20% !important;
    margin-top: 5px !important;
}

#bundle-message, #product-message, #error-message, #error-customoption {
    float: left !important;
    display: none !important;
    color: #bd362f !important;
    font-size: 14px !important !important;
    margin-left: 20px !important;
    margin-top: 9px !important;
}

.qty-bundle {
    margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
    #item-qty #action-qty span {
        margin-left: 0 !important;
    }

    #item-qty #action-qty {
        width: 100% !important;
    }

    .type-item-grouped {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .type-item-bundle {
        width: 100% !important;
        padding-right: 0 !important;
    }
}

.product-add {
    text-align: center !important;
    border-radius: 3px !important;
    width: 4% !important;
    float: left !important;
    margin-top: 3% !important;
    cursor: pointer !important;
}

.product-add span {
    color: #FFFFFF !important;
    font-weight: bold !important;
}
