@charset "utf-8";
/* CSS Document */

input, textarea, select {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
}
radio {
    -webkit-appearance: appearance;
}
input:focus, textarea_focus {
    outline: none;
}

.inner_page_title {
    font-size: 26px;
    font-weight: 400;
    color: #313131;
    text-align: center;
    padding:22px 0px 0px;
}
.inner_page_wrapper_outer {
    margin: 0px 0px 24px 0px ;
}
.inner_page_wrapper_inner {
    width: 1125px;
    margin:0px auto; 
}
.inner_left_wrapper {
    margin: 20px 0px 0px 0px;
}
.inner_left_wrapper.quick {
    display: none !important;
}
.inner_left_wrapper.inner_left_wrapper_a {
    width:68%;
    float:left;
}
.inner_right_wrapper {
    width: 41%;
    float:right;
    margin: 20px 0px 0px 0px;
}
.clear_float {
    clear:both;
}
.qs_search_wrapper_main {
    width: 70%;
    margin: 0px auto 22px auto;
}
.qs_search_wrapper_main.qs_search_wrapper_main_a {
    width:100%; padding:20px 0px 0px 0px; margin:0px;
}
.qs_search_wrapper {
    width: 98%;
}
.qs_search_btn_wrapper {
    width: 23%;
    float:right;

}
.qs_search_btn {
    background-color: #f26323;
    border: none;
    border-radius: 0px 3px 3px 0px;
    color: #ffffff;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    text-align:center;
    cursor:pointer;
    width: 27%;
    height: 44px;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    top: -44px;
    right: 0px;
    left: 75%;
}
.qs_search_btn:hover {
    background-color: #e7442f;
}

.qs_search_btn.qs_search_btn_a {
    width:20%;
}

.qs_search_box {
    width:80%;
    border: solid 1px #b4b4b4;
    padding: 12px 0px 12px 14px; 
    border-radius: 3px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
    font-size: 14px;
    color: #323232;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
}
.qs_search_box:focus {
    box-shadow: 0px 0px 8px 0px #ec7c6d;
    border: solid 1px #f26323;
    outline: none;
}
.qs_list_wrapper {
    margin: 12px auto;
    border:1px solid #D6D6D6;
    border-top: none;
}
.qs_cat_title {
    background-color: #ffffff;
    font-size: 18px;
    color: #f26323;
    padding: 8px 0px 8px 6px;
    font-weight: 600;
    text-transform: uppercase;
    cursor:pointer;
    border-radius: 3px;
    background-image:url(../images/arr_down.png);
    background-repeat:no-repeat;
    background-position: 98% center;
    background-color: #E4E4E4;
}
.qs_list_col {
    width: 100%;
    display:none;
    border-top: solid 1px #d6d6d6;
}
.qs_list_col ul{
    margin: 0px;
    padding: 0px;
}
.qs_list_col ul li{
    list-style-type: none; float:left; width:23%; padding:0px 2% 0px 0px; 
}
.qs_list_col ul li a{
    display:block;
    color: #444444;
    padding: 7px 0px 7px 7px;
    font-size: 15px;
    transition: 0.2s;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    font-weight:400;
}
.qs_list_col ul li a:hover{ 
    color: #fff;
    background-color:#F26323;
}
.oils {
    background-color:#a4aee3;
}
.pappulu {
    background-color:#cfe3a4
}

.salts_spices{
    background-color:#75654e;
}
.qs_cart_title {
    background-color: #658900;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 3px;
}
.qs_cart_items_wrap {
    border-bottom: solid 1px #cccccc;
    padding: 0px 0px 15px 0px;
}
.qs_cart_items_wrap table{
    font-size: 12px;
    width: 100%;
    color: #6e6e6e;
}
.qs_cart_items_wrap table td{
    padding: 5px;
}

.qs_cart_items_wrap table td {
    vertical-align:top;
}
.qs_cart_items_wrap table tr:first-child{
    font-weight: 600;
    color: #1e1e1e;
    background-color: #e7e7e7;
    font-size: 13px;
    line-height: 24px;
}
.qs_cart_items_wrap table td:nth-child(4n+3){
    text-align: center; color:#f15f1e;
    padding-right:10px; text-decoration: line-through;
}
.qs_cart_items_wrap table td:nth-child(3n+4){
    text-align: center;
    padding-right:10px;
}
.qs_cart_items_wrap table tr:nth-child(odd){
    background-color: #eaeaea;
}
.total_wrapper {
    font-size: 18px;
    color: #575757;
    font-weight: 600;
    margin: 15px 0px 15px 0px; 	
}
.total_wrapper span{
    color: #000000;
    padding: 0px 0px 0px 35px;
    float:right;
}
.qs_pc_btn {
    width: 220px;
    float:right;
}
.qs_pc_btn a{
    background-color:#f26323;
    font-size: 15px;
    color: #ffffff;
    display:block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 2px;
}
.qs_pc_btn a:hover{
    opacity: 0.9;
}
.qs_popup_wrap {
    display: none;
    width:1000px;
    min-height: 500px;
    max-height: 500px;
    position:fixed;
    top: 15%;
    margin: 0px auto;
    right:0;
    left:0;
    background-color: #ffffff;
    z-index:100;
    border-radius: 6px;
}
.qs_pop_title {
    background-color:#f26323;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 6px 6px 0px 0px;
}
.qs_pop_title span {
    text-align:right;
    float:right;
    font-size: 14px;
}
.qs_pop_title span a{	
    padding:10px 0px;
    color: #ffffff;
    line-height:20px;
}
.brand_detail_wrapper {
    padding:0px 0px 0px 0px; position:relative;
}
.pro_i_wrap {
    width: 100px;
    height: 100px;
    border: solid 1px #bdbdbd;
    float:left;
    margin-top: 14px;
}
.pro_i_wrap img{
    max-width: 100%;
    height: auto;
}

.filter_res {
    width:90%; background-color:#f1f1f1; display:none; cursor:pointer; padding:8px 5%; font-size:15px; font-weight:600; color:#232323;
    background-image:url(../images/icon_plus12.png); background-position: 97% center; background-size:15px; background-repeat:no-repeat;
}

.filter_new {
    width: 250px;
    float: left;
    height: 455px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.filter_new ul {
    margin:0px 0px; padding: 5px 15px;
    height: 44.5%;
    overflow-y: auto;
    overflow-x: hidden;
}
.filter_new .brand_title {
    color: white;
    background-color: #658900;
    padding: 5px;
}
.filter_new ul li {
    list-style-type:none; padding:5px 0px;
}
.filter_new input {
    cursor:pointer;
}	
.check_label {
    font-family: 'Source Sans Pro'; font-size:15px; cursor:pointer; display:inline-block; padding:0px 0px 0px 10px
}			

.qs_utility_wrap {
    width: 710px; float:left;
    height: 420px;
    padding: 10px 10px 0px 20px;
    overflow-y:auto;
}
.qs_utility_wrap ul {
    margin: 0px;
    padding:0px;
    border-bottom: solid 1px #d6d6d6;
}
.qs_utility_wrap ul li {
    list-style-type: none; 
    padding: 10px 0px;
    position: relative;
    margin-top: 0px;
}
.qs_utility_col_0 {
    float:left;
    width: 30px;
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 14px;
}
.qs_utility_col_pic {
    float: left;
    height: 50px;
}
.qs_utility_col_pic span {
    width: 60px;
    height: 60px;
    position:absolute;
    top: 6px;
}
.qs_utility_col_pic img{
    width: 100%;
    height: auto;
    max-height: 100%;
    cursor: pointer;
}
.qs_utility_col_1 {
    float:left;
    width: 36%;
    margin-top: 10px;
    color: #6d6d6d;
    font-size: 14px;
    margin-left: 84px !important;	
}
.qs_utility_col_2 {
    float:left;
    width: 15%;
    color: #666;
    margin-top: 10px;
    font-size: 14px;	
}
.qs_utility_col_3 {
    float:left;
    width: 13%;
    margin-top: 10px;
}
.qs_utility_col_5 {
    float:left;
    width: 10%;
    margin-top: 10px;
}
.pad {
    padding-top: 20px !important;
}
.pad select {
    margin-top: 2px;
}
.qs_utility_col_4.pad {
    margin-top: -5px !important;
}
.qs_utility_col_5.qs_utility_col_5_text {
    font-size:14px; font-weight:400; color:#f26323; text-decoration: line-through;
}
.qs_utility_col_4 {
    float:right;	
    margin-top: 5px;
    text-align: right;
}

.qty_tf {
    border: solid 1px #d6d6d6;
    padding: 2px;
    appearance: none;
    -webkit-appearance: none;
    width: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 0px;
}
.qty_tf:focus {
    outline: none;
    border: solid 1px #999999;
}
.add_cart_btn {
    width:82px;
    border: none;
    padding:7px;
    text-align: center;
    background-color: #797979;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    appearance:none;
    -webkit-appearance:none;
}
.add_cart_btn.item_added {
    background-color: #839845; cursor:default;
}
.add_cart_btn.item_adding {
    background-image:url(../images/ajax-loader.gif); background-repeat:no-repeat; background-position: center center; background-color: #839845;
}
.add_cart_btn:hover {
    background-color:#839845;
}
.utility_header {
    font-size:14px !important;
    color:#000000;
    font-weight: 600;
}
.rawa_powders {
    background-color: #d5d5d5;
}
.sa_wrap_main {
    width:auto; background-color:#f7f7f7;
}
.saved_a_title {
    background-color: #e9e9e9;
    border-bottom: solid 2px #c6c6c6;
    padding:10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
}
.address_wrap_main {
    padding: 20px;
}
.address_wrap {
    float:left;
    padding: 0px 25px;
}
.address_radio {
    float:left;
    width:25px;
    height:25px;
}
.s_address {
    float:left;
    margin: 0px 0px 20px 0px;
}
.s_address p{
    margin: 0px;
    padding:0px;
    font-size: 14px;
    color: #565555;
    line-height: 20px;
}
.continue_btn {
    width: 200px;
    margin: 0px auto 0px auto;

}
.continue_btn input{
    width: 100%;
    border-radius: 3px;
    background-color:#f26323;
    height:42px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display:block;
}
.continue_btn input:hover{
    opacity:0.9;
}
.new_address_wrap {
    margin: 25px 0px 0px 20px;
    padding-bottom:25px;
}
.sa_tf {
    width:250px;
    float:left;
    display:block;

    border: solid 1px #cdcdcd;
    border-radius: 2px;
    padding: 10px 10px;
    color: #3b3b3b;
    font-size: 14px;
    margin: 0px 10px 20px 0px;
}
.sa_tf:focus {
    border: solid 1px #bbc5a0;
    box-shadow: 0px 0px 8px 0px #cad8a3;
    background-color: #f6f6f6;
}
.new_add_btn {
    margin: 20px 0px;
    width: 272px;
    margin: 0px 0px;
}
.saved_address_wrap {
    background-color: #F6F6F6;
    padding: 0px 0px 10px 0px;
}
.sa_cb {
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    display:inline-block;
    border-radius: 2px;
}
.new_address_wrap label{
    position:relative;
    top: -1px;
}

.save_address_check {
    margin: 0px 0px 20px 0px;
}
.sa_sb {
    background-image: url(../images/down-icon1.png); background-position: 95% center; background-repeat: no-repeat; 
}

.popup_loding {
    position:absolute; top:40%; left:0; right:0; width:80px; height:80px; background: url(../images/loding-icon.gif) no-repeat center center;
    margin:0px auto;
}

.count_container{
    width:64px;
}
/*.count_plus_btn{
    width:18px; text-align:center; color:#333; font-size:18px; font-weight:600; border:none; float:left; background-color:#CCC; height:20px;
    cursor:pointer; padding:0px 0px; margin:0px 0px 0px 0px; font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; border-radius:0px; line-height:0px;
}	*/
.count_plus_btn.count_minus_btn{
    float:left; 
}
.count_plus_btn.midle{
    width:26px; background-color:#fff; color:#000000; height:20px; float:left; padding:0px 0px; border-radius:0px;
    border:1px solid #CCC; font-weight:600; font-size:13px; color:#666; font-weight:400; 
}

.count_container.cart_count_wrapper{
    width:80px; display:inline-block; margin:5px 0px 0px 0px;
}
.count_plus_btn.cart_count_btn {
    width:35px; height:25px;
}
.count_plus_btn:focus, .cart_count_btn:focus, .cart_count_btn_right:focus {
    box-shadow:0px 0px 0px #CCC; border:1px solid #CCC;
}	
.cart_count_btn_right{
    float:right; width:25px; height:25px; border-radius: 0px 10px 10px 0px !important;
    margin-left: 1px !important;
}	
.cart_midle{
    width:30px; background-color:#000 !important; height:25px; float:left; padding:0px 0px; border-radius:0px;
    border:1px solid #CCC; font-weight:600; font-size:13px; font-weight:400 !important; margin-left: 0px !important;background-color: #FFF !important;
}
.quantity_text {
    display:inline-block; float:left; padding:8px 10px 0px 0px; font-size:14px; color:#6e6e6e;
}	
.mrp_text {
    font-weight: 600;
    color: #1E1E1E !important;
    background-color: #E7E7E7;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none !important;
}	

.cart_popup {
    width: 400px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    padding: 10px 0px;
    z-index: 1500;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    height: 36px;
}
.cart_popup img {
    display:inline-block; width:30px;
}
.cart_popup span {
    font-size:20px; color:#eefcc9; font-weight:400; position:relative; top:-5px; padding:0px 0px 0px 10px;
}
.shipping_tab {
    font-size:18px; font-weight:600; background-color:#658900; padding:9px 0px 9px 20px; border-radius:2px; color:#fff; margin:0px 0px 10px 0px;
    background-image:url(../images/shipping_arrow1.png); background-repeat:no-repeat; background-position: 97% 15px; cursor:pointer;
}
.shipping_tab.shipping_tab_click {
    background-image:url(../images/shipping_arrow.png); background-repeat:no-repeat; background-position: 97% 15px;
}
.timeslot_head {
    font-size: 18px;
    font-weight: 600;
    background-color: #658900;
    padding: 9px 0px 9px 20px;
    color: #fff;
}
.timeslot_tab {
    font-size:18px; font-weight:600; background-color:#658900; padding:9px 0px 9px 20px; border-radius:2px; color:#fff; margin:30px 0px 10px 0px;
    background-image:url(../images/shipping_arrow.png); background-repeat:no-repeat; background-position: 97% 15px; cursor:pointer;
}
.timeslot_main {
    padding:10px 0px 0px 0px; display:none;
}
.timeslot_tab.timeslot_tab_click {
    background-image:url(../images/shipping_arrow1.png); background-repeat:no-repeat; background-position: 97% 15px;
}			
input[type="radio"] {
    -webkit-appearance: radio !important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

.new_inner_list_main, .shopping_list {
    background-color:#f5f5f5;
    background-position:right bottom;
    background-repeat:no-repeat;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    border:1px solid #e7e7e7;
    min-height:380px;
}

.new_inner_list {
    width:1125px; margin:0px auto; padding:30px 0px 0px 0px;
}
.new_inner_list_left {
    width:27%; float:left;
}
.new_inner_list_left ul {
    margin:0px 0px; padding:0px 0px;
}
.new_inner_list_left ul li {
    list-style-type:none; padding:0px 0px 6px 0px;
}	
.new_inner_list_left ul li a {
    display:block; background-color:#757575; font-size: 17px; color: #FFF; font-weight: 600; text-transform: uppercase; padding:10px 15px;
}
.new_inner_list_left ul li a:hover {
    background-color:#658900;
}	
.new_inner_list_left ul li a.active_color {
    background-color:#658900; position:relative;
}	
.new_inner_list_left ul li a.active_color:after {
    left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; border-color: rgba(242, 99, 35, 0);
    border-left-color: #658900; border-width: 13px; margin-top: -13px;
}			
.new_inner_list_right {
    width:70%; float:left; padding:0px 0px 20px 3%;
}
.new_inner_list_main, .shopping_list {
    background-color:#f5f5f5; box-sizing:border-box; -webkit-box-sizing:border-box; border:1px solid #e7e7e7; min-height:380px; display: none;
}
.new_inner_list_main ul, .shopping_list ul {
    margin:0px 0px; padding:10px 5px 10px 10px;
}	
.new_inner_list_main ul li, .shopping_list ul li {
    list-style:none; float:left; width:33.3%;
}
.new_inner_list_main ul li a {
    display: block; padding:7px 10px; font-size:14px; font-weight:400; color:#121212;
}
.new_inner_list_main ul li a:hover {
    background-color:#f26323; color:#FFF;
}
.imagePopMask {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    background-color: black;
    opacity: .4;
    display: none;
    width: 100%;
    height: 100%;
}
.imagePop {
    margin-top: 100px;
    text-align: center;
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.imagePop img {
    max-width: 400px;
}

.field_label {
    margin-left: 60px;
}

.field_label, .field_label_right {
    color: #120f0f;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
}

.field_label_right {
    margin-left: 15px;
    vertical-align: middle;
}

.field {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
}

.row {
    margin-top: 15px;
}

.required {
    color: red;
}

.field input {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .field_label {
        margin-left: 10px;
        width: 150px;
    }
    .field {
        width: 250px;
    }
}

@media screen and (max-width: 450px) {
    .field_label {
        margin-left: 10px;
        width: 100px;
    }
    .field {
        width: 150px;
    }
}

.shopping_list {
    display: block !important;
    border-color: #3e3e3e;
}

.shopping_list_a {
    padding: 10px 18px;
    background-color: #ec5d0f;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #FFF;
    border-radius: 2px;
    margin-top: 10px;
    width: 120px;
    text-align: center;
    text-transform: uppercase;
}
.shopping_list_a.b {
    background-color: #658900 !important;
}
.shopping_list_buttons {
    margin-right: 10px;
    margin-top: 10px;
    float: right;
}
.shopping_list input {
    border: 1px solid #cecece;
    width: 100%;
}
.shopping_list table {
    width: 100%;
    font-size: 14px;
}
.shopping_list tr {
    border-bottom: 1px solid #3e3e3e;
    line-height: 20px;
}
.shopping_list th, .shopping_list td {
    border-right: 1px solid #3e3e3e;
    padding: 2px;
}

.shopping_list th:last-child, .shopping_list td:last-child {
    border-right: none;
}