/** Shopify CDN: Minification failed

Line 91:20 Expected ":"

**/
/*================ quick single orderform css ================*/

.page-content {
    margin-bottom: 35px;
}

.showhidevariant {
    cursor: pointer;
}

#order_items {
    border-collapse: collapse;
    width: 100%;
    margin-bottom:0;
  	overflow:hidden;
}

#order_items td,
#order_items th {
  	border: 1px solid #ddd;
    padding: 10px 5px;
    text-align: center;
}

#item_results .pro-title {
    text-align: left;
    line-height: normal;
}

#item_results .pro-title p {
    margin: 0;
}

#order_items tr:hover {
    background-color: #fff;
}

#order_items th {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    text-transform: capitalize;
    background-color: #fff;
    text-align: center;
    color:#000;
  	width:160px;
}

#order_items tr.multicart img {
   /* border: 1px solid #ddd;
    width: 80px;*/
    vertical-align: middle;
}

.qty-form .btn {
    padding: 6px 15px;
}

.quick-cartitem .pro_title { padding-left:7px; }
/* qty box */
.qty-box .qtyminus,
.qty-box .qtyplus {
    background-color: #999999;
    color: #fff;
    line-height: 16px;
    border: 1px solid #999;
    max-height: 34px;
  	padding:8px;
  	outline:none;
  	border-radius: 0;
}

.qty-box {
    width: 150px;
    margin: 0 auto;
}

.qty-box p {
    margin: 5px 0 0;
}

#order_items .qty-box .list-product-qty {
    text-align: center;
    border: 1px solid #999;
    line-height: 18px;
    background-color#fff;
    -moz-appearance: textfield;
    padding:8px 0;
    max-height: 34px;
  	border-radius: 0;
}
/* end qty box */


/* pre/next */
.orderitems_paging {
    float: left;
    border: 1px solid #ddd;
    margin-top: 4px;
    background-color:#ddd;
}

.current_page {
    padding:4px 10px;
  	background-color:#fff;
  	display: inline-block;
    float: left;
}

.prev_paging,
.next_paging {
    background: #ddd;
    border: none;
    box-shadow: none;
    color: #333;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
  	text-align: center;
  	display: inline-block;
    float: left;
}

.prev_paging:disabled,
.next_paging:disabled {
    color: #c1c0c0!important;
    cursor: none;
}


/* End pre/next */
#current_page {
    padding: 10px;
}


/* order form */
.orderform-container {
    padding: 20px;
    background-color: #000;
    color: #fff;
}

.orderform-loader {
    position:fixed;
    left:0; right:0;
    top:0;
  	padding-top:20%;
  	text-align:center;
  	margin:0 auto;
    z-index: 9999;
}

.orderform-loader img {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 9999;
}

.orderform-container h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 18px;
}

.search-term,
.choose-category,
.sort_by_container,
.or-text {
    float: left;
    width: 30.3%;
    margin-right: 20px;
}

.sort_by_container {
    margin-right: 0;
}

.search-term .orderitem-search_box {
    width: 100%; background-color:#fff; color:#000;
}

.choose-category select {
    width: 100%; color:#000; background-color:#fff; color:#000;
}

.sort_by_container select {
    width: 100%; color:#000; background-color:#fff; color:#000;
}

.or-text {
    width: auto;
    position: relative;
    top: 43px;
}
/* end form */

#order_items .soldout {
    color: #ce0000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#order_noresult {
    font-size: 16px;
	font-weight: 600;
	color:#ea3b3b;
  	padding:30px;
    text-align:center;
  	background-color: #fff;
  	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}


/* The Modal (background) */
.descBtn {
    border: solid #454545;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 5px;
    margin-right: 2px;
    float: right;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

button.descBtn,button.desc-close,button.cart_close {
    background-color: Transparent;  
}

button.desc-close,button.cart_close { 
  border:none; 
}

/* Tooltip */
.tooltip {
    background-color: #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    padding: 8px;
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    min-width: 100px;
    z-index: 1024;
    transition: opacity 0.3s ease 0s, top 0.3s ease 0s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.descBtn:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
/* End Tooltip */


.desc_modal,
.quick-order-cartlist {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */
.desc-modal-content,
.modal-content {
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    width: 1025px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */
.descBtn:hover,
.descBtn:focus {
    color: #000;
}


/* cart model */
.modal-header {
    padding: 2px 16px;
    background-color: #4d4d4d;
}

.modal-header h2 {
    color: #fff;
    margin: 10px 0;
    text-align: left;
    font-size:16px;
}

.sub_total {
    float: left;
    margin-top: 6px;
}

.cart-button {
    float: right;
}

.view_cart {
    background-color: #858585;
}

.view_cart:hover {
    background-color: #7b7979;
}

.btn.continue_btn {
    background-color: #000;
    margin-left: 18px;
}

.continue_btn:hover {
    background-color: #333;
}

.modal-body {
    padding: 20px;
}

.modal-body .order-desc {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    word-wrap: break-word;
}

.modal-body .prd-image {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 15px;
}


#quick-minicartlist td a img {
    vertical-align: middle;
}

.modal-footer {
    padding: 20px;
    background-color: #4d4d4d;
    color: white;
    display: table;
    width: 100%;
}


/* Close Button */
.desc-close,
.cart_close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.desc-close:hover,
.desc-close:focus,
.cart_close:hover,
.cart_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/* End Close Button */


/* Multicart Feature */
.btnCart {
    margin-left: 30px;
    margin-top: 5px;
    width: 97px;
    height: 35px;
    background-color: #000;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
    border: none;
}

.orderitems-multiaddtocart {
    padding: 20px 10px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
}

.orderitems-multiaddtocart.bottom-btn {
    border-bottom: 1px solid #ddd;
}

.multiaddtocart {
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    color: #ce0000;
}

.current_list-add-to-cart {
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #ce0000;
    height: 40px;
    width: 170px;
}

.current_list-add-to-cart:hover {
    background-color: #000;
    color: #fff;
}

.current_list-add-to-cart img {
    width: 20px;
    vertical-align: sub;
    margin-right: 4px;
}

.orderitems-cart {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, .72);
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    height: 50px;
    width: auto;
    bottom: 50%;
    right: 0;
    background-image: url(order-cart.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 3px;
    padding: 5px 10px 0 45px;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
  	z-index:1024;
}

.loading .loadingBox {
    display: block;
    position: fixed;
}

.loadingBox {
    display: none;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.loadingBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/* media query */

@media only screen and (max-width:1260px) {
    .search-term,
    .choose-category,
    .sort_by_container {
        width: 29.7%;
    }
}

@media only screen and (max-width:1100px) {
    .search-term,
    .choose-category,
    .sort_by_container {
        width: 29%;
    }
    .desc-modal-content,
    .modal-content {
        width: 95%;
    }
}


@media only screen and (max-width:999px) {

}


@media only screen and (max-width: 767px) {
    .modal-header { 
  		padding:2px 10px;
    }
    .modal-header h2{
     	font-size: 14px;
    }
    .orderform-container h3 {
        font-size: 14px;
    }
  
    .orderform-loader{
  		padding-top:50%;
    }
  
    .search-term,
    .choose-category,
    .sort_by_container,
    .or-text {
        width: 100%;
        margin-bottom: 15px;
    }
  
    .sort_by_container {
        margin-bottom: 0;
    }
  
    .or-text {
        position: static;
        font-size: 14px;
    }
  
    .descBtn:hover .tooltip {
        visibility: hidden;
        opacity: 0;
    }
  
    table {
        border: none;
    }
  
    /*cart model*/
    .cart_table th,
    .cart_table td,
    .cart_table tr {
        width: 100%;
        float: left;
        border-bottom: none;
        text-align: center;
        font-size: 13px;
        padding: 10px;
    }
  
    .cart_table p {
        margin-bottom: 5px;
    }
  
    .cart_table th:last-child,
    .cart_table td:last-child {
        border-bottom: 1px solid #d7d8d2;
    }
  
    .modal-footer {
        padding:15px;
    }
  
    /* product list */
    #order_items th,
    #order_items td,
    #order_items tr {
        width: 100%;
        float: left;
        border-bottom: none;
        text-align: center;
        font-size: 15px;
    }
  	
    #order_items thead tr:last-child{
      border-bottom:none;
    }
  
  	#order_items tr:last-child {
        border-bottom: 2px solid #d7d8d2;
    }
    
    
    #item_results .pro-title {
        text-align: center;
    }
  
    #order_items p {
        margin-bottom: 5px;
    }
  
    .current_page {
        padding: 4px 15px;
    }
    .prev_paging, .next_paging{
  		font-size:10px;
    }
    .orderitems_paging {
        float: none;
        text-align: center;
        width:auto;
        padding:0;
        margin: 0 auto;
      	display:inline-block;
    }
  
  	.orderitems-multiaddtocart{
  		text-align:center;
    }
    .multiaddtocart {
        text-align: center;
    }
  
    .multicart-text {
        text-align: center;
        margin: 10px 0;
        display: block;
    }
  
    /* model product details */
    .modal-body .prd-image {
        width: 100%;
    }
  
    .modal-body .order-desc {
        width: 100%;
        padding: 15px;
    }
  
    .quick-order-cartlist .modal-body {
        padding: 0;
    }
}

@media only screen and (max-width:599px) {
    .btn.continue_btn {
        margin-left: 4px;
    }
}

@media only screen and (max-width:480px) {
    .sub_total {
        margin: 0 0 10px;
        width: 100%;
        text-align: center;
    }
    .cart-button {
        float: none;
        text-align: center;
    }
  .btn.continue_btn,.view_cart{
  	padding: 8px 15px; font-size:13px;
  }
}

input[type=number]{ width: 40px; }

button:focus {  outline:0 none !important; }
button:hover {  outline:0 none !important; }

/*================  End quick single orderform css ================*/