#component #product_container{
    width:100%;
    margin-top: 0;
    padding: 5px;
}
#component .item_column,
.cat_child .each_child{
    float:left;
    text-align: center;
    border: none;
}
.item_column,
.cat_child .each_child {
    border-top: none !important;
    border-bottom: 2px dotted #d8d8d8 !important;
    border-left: none !important;
    border-right: 2px dotted #d8d8d8 !important;
}
#component .item_column{
    padding: 30px 38px;   
}
.cat_child .each_child{
    padding: 30px 15px !important;    
}
.pagination  {
    margin: 15px 0;
}
.pagination strong,
.pagination a{
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 20px;
}
.pagination strong {
    background-color: #3a3a3a;
    color: #fff;
}
.pagination a {
    background-color: #a6a6a6;
    color: #3a3a3a;
}
.pagination a:hover {
    background-color: #62a69f;
    color: #fff;
}
.cat_label {
    font-weight: 700;
}
/**************** Product Name h2 for multiple h3 for single product ****************/
#component .item_column h2 {
    width:100%;
    text-align: center;
}
#component .list_product_name:hover {
    color: #f2836b;
}
#component .thumb_div {
    padding: 10px 0;
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px solid lightgray;
}
#component #product_module {
    margin: 0px;   
} 
#component #product_module div {
    margin: 0px;   
} 
#component .thumb_div h2 {
    margin: 0;
    padding: 0;    
    font-size: 115%; /* 16px-14/14*100= 14.285714 + 100%   */
    font-weight: 300;
    color: #3e3e3e;
    text-align: center;
    line-height: 1.2em;
}
#component .img_div {
    width: 100%;
    height: auto;
    display: table-cell;
}
#component .display_img {
    width:100% !important;
    height: auto !important;
    display:block;
}
#component .thumb_promo_price  {
    width: 100%;
    min-height: 40px;
    float: left;
    margin-bottom: 5px;    
}
#component .thumb_price {
    background-color: #c8c8c8;
    float:left;
    margin-bottom: 5px;
    padding: 8px 10px;
    clear: both;
    color: #3e3e3e;
    font-weight: bold;
    font-size: 90%;    
}
#component .out_stock {
    margin:10px 0 0 0;
    text-align:center;
}
#component .product_sort {
    margin-top: 5px;
    padding-right: 0;
    width: 15%;
    float: right;
}
#component .attribute_label,
#component .label_qty{
    width: 125px;
    display: inline-block;
}
#component .property_input select {
    min-width: 130px;
    cursor: pointer;
}
#component .product_sort select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    -webkit-box-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px 5px 5px 5px;
    border-image: initial;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: #3e3e3e;
    background-color: white;
    float: right;
    cursor: default;
}
#component .form_inner div {
    margin-bottom: 10px;
}
#component .nav_link,
#component .nav_cat {
    float: left;
    line-height: 2.2em;
    padding: 0 !important;
    margin-bottom: 35px;    
}
#component .nav_cat {
    width: 85%;
    color: #a6a6a6;
}
#component .nav_link {
    width: 100%;
    text-transform: uppercase;
}
#component .nav_cat a {
    font-size: 130%; /* 18px-14/14*100= 28.571429 + 100%   */    
    text-transform: uppercase;
    color: #a6a6a6;
}
#component .nav_link,
#component .nav_cat a:last-child,
.order_detail_div h2{
    font-size: 200%; /* 28px-14/14*100= 100 + 100%   */    
    color: #3e3e3e;
}
#component .nav_cat a:hover {
    color: #568983;
}
#component .nav_separator {
    padding: 0 5px;
    font-size: 150%;
}
#component .product_name {
    padding-bottom: 10px;
    color: #f2836b;
    line-height: 1.2em;
    font-size: 200%; /* 28px-14/14*100= 100 + 100%   */
    text-align: left;
}
#component .slash_through {
    text-decoration: line-through;
}
#component .review_text_area {
    width:95% !important;    
}

/* Mainly for SKU label */
#component .label_detail_info {
    width:30%;
    padding:3px;
    display:inline-block;
    font-weight: bold;
}
/* hides the text of the Remove Product Icon */
#component button.negative.button, #component button.negative.button:hover {
    visibility: visible;
    display: block;
}

/* Inserts the Icon for the Remove Product */
.remove button.negative{
    background-color: #581d13 !important;
    color: #fff !important;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin: 0 !important;
    width: auto;
}
.cross {
    display: none;
}
/**
* Ship Info
*/
#component .row {
    width: 100%;
    margin:4px;
    padding: 3px;
    float: left;
}
#component .row a {
    color:black;
}
#component .row label {
    width:150px;
    padding: 3px;
    float:left;
    clear:both;
}
#component .row.span2 {
    float:left;
}

/**
* Cart Listing/Order Listing
*/
#component .error {
    color: #FF0000;
}

/* All shopping cart page cover by checkout_wrapper*/
#component .checkout_wrapper {
    width: 100%; 
    margin: auto;
    margin-bottom: 15px; 
}
#component .checkout_wrapper .payment_info {
    margin-left: 28px;
}
#component .checkout_wrapper h4 {
    margin: 5px 0 10px;
    padding-bottom: 5px;
    color: #83b9b3;
    border-bottom: 1px dotted #83b9b3;
}
#component .checkout_wrapper .config_form {    
    margin-left:20px;
}
.span2 {
    color: #e42d1f;
    font-weight: 700;
}
#component .checkout_wrapper .shipping_detail {
    margin-top: 20px;
}
#component .coupon_div {
    clear: both;
    display: block;
}
/* For every shopping cart page title */
#component .head_title {
    font-size: 145%; /* 20px-14/14*100= 42.857143 + 100%   */
    margin-bottom: 10px;
    padding: 1em 0 1em 1em;
    cursor: pointer;
    background-color: #ebebeb;
    border-bottom: thin solid #d7d7d7;
    color: #3b3b3b;
}
#component .shipping_info {
    margin: 10px;
}
#component .short_ship_info {
    padding: 3px 0 5px 15px;
}
#component .select_ship_method {
    margin: 10px;
}
#component .selected_shipper, #component .selected_payment {
    padding: 3px 0 5px 15px;
}
#component .select_payment {
    margin: 10px;
}
#component .comfirm_order {
    margin: 10px;
}
#component .agreement {
    text-align: right;
}

/* For every checkout div bar */
#component .checkout_bar {
    background-color:  #EFEFEF; 
    margin: 5px; 
    height: 100%; 
    color:black; 
    padding:5px 3px 5px 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#component .checkout_bar a {
    color:black !important;
    font-weight: bold;
}
#component .clear_stage_icon {
    padding-right:8px;
    float: right;
    padding-bottom: 10px;
}

/* Position for each button */
#component .checkout, #component .clear_cart, #component .update_cart, #component .confirm_next, #component .confirm_payment, #component .confirm_purchase {
    float:right;
}
#component .back_cart {
    float:left;
    margin-bottom: 10px;
}

/**
* Cart Item Table
*/
#component .cart_table th {    
    padding: 10px;
    color: #3b3b3b;
    background-color: #ebebeb;
    font-weight: 500;
    text-align: left;
    border-bottom: thin solid #d7d7d7;   
}
#component .cart_table table tr td {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #FFFFFF;
    color: #47433F;
}
#component .cart_table { 
    width:100%;
    margin-top: 10px;
    display:block;	
    border-spacing: 0px;
}
#component .cart_subtotal td {
    background-color: #ebebeb;
    border-top:thin solid #d7d7d7;
    border-bottom:thin solid #d7d7d7;
    color: #3b3b3b;
    font-weight: 700;
}
#component .cart_table td {
    padding:10px;
}
#component .name_detail {
    vertical-align: middle;
}
#component .name_detail .cart_item_name {
    color: #f2836b;
    font-weight: 500;
}
#component .cart_qty,
#component .cart_subitem {
    text-align:center;
}
#component .cart_desc {
    width:680px !important;
}
#component .cart_qty {
    width:60px;
}
#component .customer_remark {
    float: left; 
    width: 50%;
}
#component .customer_remark textarea {
    width: 350px;
    height: 100px;
}
#component .customer_remark label {
    margin: 10px 0 10px 0;
    display: block;
}
#component .cart_calculation {
    float: right; 
    width: 45%; 
    text-align: right; 
    padding-right: 10px;
}
/* cart bottom button div */ 
#component .cart_button_div {
    display: block;
    width: 100%;
    margin:10px 0 10px 0;
    overflow: hidden;
}
#component .coupon_div{
    padding-top: 10px;
    font-size: 90%;
    color: #568983;
}
.order_detail_div fieldset,
.order_detail_div table{
    margin-bottom: 15px !important;
}
.order_detail_div fieldset{
    border-bottom: 2px dotted #d8d8d8; 
    padding: 15px 0;
}
/* checkout process */

#component .checkout_process {
   display:none;
}
#component .checkout_process2 {
    background:url('http://mobipot.com/cart_asset/checkout_process2.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}
#component .checkout_process3 {
    background:url('http://mobipot.com/cart_asset/checkout_process3.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}
#component .checkout_process4 {
    background:url('http://mobipot.com/cart_asset/checkout_process4.jpg') no-repeat;
    padding-top: 80px;
    padding-left: 30px;
    height:30px;
    width:450px;
    margin:auto;
}
#component .checkout_process div {
    display: inline-block;
    text-align: center;
}
#component .checkout_process2 div {
    display: inline-block;
    text-align: center;
}
#component .checkout_process3 div {
    display: inline-block;
    text-align: center;
}
#component .checkout_process4 div {
    display: inline-block;
    text-align: center;
}

/* order listing table */
#component .order_list_tbl {    
    width: 100%;
    border-spacing: 0px;
}
#component .order_list_tbl th {
    background: none repeat scroll 0 0 #83b9b3;
    color: white;
    padding: 5px;
}
#component .order_list_tbl td {
    padding: 5px;
    border-bottom: 2px dotted #d8d8d8;
}
#component .selected_detail_img {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #e8e8e8;
}
#component .cart_item_img {
    font-weight: bold;
    padding: 10px 20px;
}
#component .left_container {
    width: 40%;
    float: left;
    text-align: center;
}
#component .module {
    margin: 0 !important;
    white-space: normal;
}
#component .large_detail_img {
    width: 100%;
    margin: auto;
    background: white;
    border: 1px dotted lightGrey;
}
#component .widget.scart {
    background: url(images/cart-bg.jpg) center 0 no-repeat #fff;
    width: 280px;
    height: 67px;
    color: #fa6241;;
    text-align: left;
    float: right;
    padding: 8px 20px 0 0;
    margin: 15px 0 0 0;
}
#component .item_in_cart, #component .total_in_cart, #component .cart_button {
    margin-left: 6%;
    float: right;
    text-align: left;
}
#component .cart_button a {
    color: #fa6241;;
}
#component .widget.userlog {
    float: left;
    max-width: 493px;
    padding-left: 30px;
}
#component .button_login {
    float: left;
    width: auto;
    padding: 9px 30px 0 0;
    margin: 5px 0 0 0;
    color: #5d5d5d;
    text-transform: uppercase;
}
#component .button_user {
    float: left;
    width: auto;
    padding: 9px 30px 0 0;
    margin: 15px 0 0 0;
    color: #5d5d5d;
    text-transform: uppercase;
}
#component .button_register {
    width: 80px;
    float: left;
    height: 22px;
    border: 0;
    color: #5d5d5d;
    margin: 14px 0 0 20px;
    text-transform: uppercase;
}
#component .button_logout {
    width: 80px;
    padding: 20px 0 0 0;
    float: left;
}
#component #product_module {
    white-space: normal;
}	
#component #add_cart_button {
    float: none;
}
/**Purchase button when price is enabled**/
/*#component .add_cart_button {
    background: url("images/icons/addtocart_white.png") no-repeat scroll center 5px #BECA7D;
    padding: 0;
    width: 50px;
    float: right;
}
#component .add_cart_button a{
    color: transparent;
    display: block;
    font-size: 0;
    padding: 8px;
    text-align: center;
}*/
#component .add_cart_button a,
#add_cart_button{
    background: #beca7d;
    width: auto!important;
    padding: 6px 12px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #8d994b;
}
#component .add_cart_button a:hover,
#add_cart_button:hover {
    background: #83b9b3;
    color: #fff;
    text-shadow: 1px 1px 1px #568983;
}
/**quantity buttons**/

#component .qty_plus {
    background: url(images/plus.jpg) center 0 no-repeat;
    border: 0;
    border-radius: 3px;
    width:18px;
    height:18px;
}
#component .qty_minus {
    background: url(images/minus.jpg) center 0 no-repeat;
    border: 0;
    border-radius: 3px;
    width:18px;
    height:18px;
}
#component .product_review {
    margin: 50px 0 15px;
}
#component .detail_info {
    width: 53%;
    float: left;
    padding-left: 5%;
    text-align: justify;
}
#component .detail_info p {
    padding: 15px 0;
}
#component .add_to_cart {
    margin-top: 15px;
}
#component .detail_desc{
    margin-top: 20px;
}
#component .detail_desc p {    
    text-align: justify;
}
#component .detail_desc p, 
#component .detail_desc ul {
    margin-bottom: 15px;
}
#component .detail_desc ul li{
    list-style: none;
    background: url(images/icons/bullet-arrow-teal.png) left no-repeat;
    padding: 0 0 0 15px;
}
#component .review_box {
    padding: 20px !important;
    background: #f3f3f3;
    border: 0 none !important;
    border-radius: 8px;    
}
#component .nav_prev, #component .nav_next {
    margin: 10px 0;
    font-size: 0.85em;
}
#component .nav_prev a, #component .nav_next a {
    background-color: #83b9b3;
    color: #fff;
    display: block;
    padding: 8px;
}
#component .nav_prev a:hover, #component .nav_next a:hover {
    background-color: #ccc;
    color: #3e3e3e;
}
#component .detail_desc {
    width: 98%;
    padding-right: 2%;
}
#component .line_through {
    text-decoration: line-through;
    font-weight: 300;
}
#component .promo_price {
    background-color: #f2836b;
    padding: 8px 10px;
    clear: both;
    color: #fff;
    font-weight: bold;
    font-size: 90%;
}
/** order form **/
#component .back_store {
    margin: 20px 0 0 0;
}
/* Smaller than 1024px = 64em -----------*/
@media screen 
and (max-width: 64em) {
    #component .item_column {
        padding: 30px;   
    }
    /**Purchase button when price is enabled**/
    /*#component .add_cart_button {
        background: url("images/icons/addtocart_white20px.png") no-repeat scroll center #BECA7D;
        width: 40px;
    }*/
    #component .promo_price,
    #component .thumb_price {
        font-size: 85%;
    }
}
/* Smaller than 1024px = 64em -----------*/
@media screen 
and (min-width: 64em) {
/**************** Item Column CSS ****************/
    .cat_child .each_child {
        padding-left: 1%;
        padding-right: 1%;
    }
    .item_column:nth-child(3n+1),
    .cat_child .each_child:nth-child(3n+1) {
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: none !important;
        border-right: 2px dotted #d8d8d8 !important;
    }
    .item_column:nth-child(3n+2),
    .cat_child .each_child:nth-child(3n+2){
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .item_column:nth-child(3n+3),
    .cat_child .each_child:nth-child(3n+3){
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: 2px dotted #d8d8d8 !important;
        border-right: none !important;
    }
    
}
@media screen 
and (max-width: 64em) {
/**************** Item Column CSS ****************/
    .cat_child .each_child {
        padding: 30px 4% !important;
        width: 25% !important;
    }   
    .item_column:nth-child(3n+3),
    .cat_child .each_child:nth-child(3n+3){
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: none !important;
        border-right: none !important;
    }
}

/* Smaller than 800px = 52em -----------*/
@media screen 
and (max-width: 50em) {
    /**Purchase button when price is enabled**/
    /*#component .add_cart_button {
        background: url("images/icons/addtocart_white20px.png") no-repeat scroll center #BECA7D;
        width: 30px;
    }*/
    #component .promo_price,
    #component .thumb_price {
        font-size: 85%;
    }
}
/* Smaller than 768px = 48em -----------*/
@media screen 
and (max-width: 48em) {
    .cat_child .each_child {
        padding: 30px 4% !important;
        width: 41% !important;
    }
    .item_column:nth-child(2n+1),
    .cat_child .each_child:nth-child(2n+1) {
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .item_column:nth-child(2n+2),
    .cat_child .each_child:nth-child(2n+2){
        border-top: none !important;
        border-bottom: 2px dotted #d8d8d8 !important;
        border-left: 2px dotted #d8d8d8 !important;
        border-right: none !important;
    }
    #component .nav_cat {
        width: 55%;
        margin-right: 10%;
    }
    #component .product_sort {
        width: 25%;
    }
}
/* Smaller than 480px = 30em -----------*/
@media screen 
and (max-width: 30em) {
    .cat_child .each_child {
        padding: 30px 4% !important;
        width: 38% !important;
    }
    .item_column:nth-child(2n+1),
    .cat_child .each_child:nth-child(2n+1) {
        border-top: none !important;
        border-bottom:  2px dotted #d8d8d8 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .item_column:nth-child(2n+2),
    .cat_child .each_child:nth-child(2n+2){
        border-top: none !important;
        border-bottom:  2px dotted #d8d8d8 !important;
        border-left:  none !important;
        border-right: none !important;
    }
    #component .nav_cat {
        width: 60%;
        margin-right: 10%;
    }
    #component .product_sort {
        width: 30%;
    }
    #component .nav_link, #component .nav_cat a:last-child, .order_detail_div h2 {
        font-size: 150%;
    }
    #component .nav_cat a {
        font-size: 100%;
    }
}

/* Smaller than 320px = 16em -----------*/
@media screen
and (max-width: 16em) { 
    #component .nav_cat {
        width: 45%;
        margin-right: 10%;
    }
    #component .product_sort {
        width: 45%;
        font-size: 90%;
    }
}