
.owl-prev{
    width:10%;
    float: left;
}

.owl-next{
    width:10%;
    float: right;
}

.post-meta {
    display: none;
}

div.transaction {
    border-top: 1px solid #E8E5E0;
    /* border-bottom: 0px; */
    padding: 10px;
}
#consignment_status_report .transaction h3 {
    font-weight: bold;
}
div.transaction h3 {
    display: inline-block;
    padding: 3px 0 3px 13px;
    margin: 0 0 3px 0;
}

input[type="button"] {
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border: none;
    background: #1428A0;
    width: 9%;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}

input[type="text"] {
    display: inline-block;
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 50px;
    height: 50px;
    width: 28%;
    margin-right: 1%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}


#tracking_result {
    background: #fff;
}


    #main-content .container {
        padding-bottom: 58px;
    }

    @media (min-width: 981px) {
        #main-content .container:before {
            display: none;
        }
    }
    .breadcrumbs-container { padding: 32px 0 0; }

    .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #bfbfbf !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #000000 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    }

    .wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    }
    .wpcf7-submit:hover {
    background-color: #eee;
    border-color:#eee;
    padding: 6px 20px !important;
    }



/*
    product modal
*/
    .showbox-container {
      box-shadow: 4px 4px 12px #000;
      border-radius: 5px;
      background: #FFF;
      padding: 0px;
      width: auto;
      max-width: 800px;
      margin: 0px auto;
      position: relative;
    }

    .showbox-header {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      border-bottom: 1px solid rgba(116, 116, 116, 0.8);
      box-shadow: 1px 0 2px 0 #1428a0;
      min-height: 25px;
      padding: 12px 20px;
      border-radius: 5px 5px 0px 0px;
      background-color: #1428a0;
    }


/*
Smart phone list
*/
    #smartphone_price table {
        width: 100%;
        margin: 0 0 15px 0;
        border: 1px solid #aba2a2;
        text-align: left;
    }

    #smartphone_price tr td {
        padding: 6px 24px;
        border-top: 1px solid #aba2a2;
        border-bottom: 1px solid #aba2a2;
        border-left: 1px solid #aba2a2;
    }

    .et_pb_widget2 {
        display: block;
        background: #ffffff;
        width: 100%;
        border-radius: 3px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        margin: 0 0 24px;
        overflow: hidden;
    }
    .et_pb_widget2 .widgettitle {
        background: #3e5062;
        padding: 15px 20px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }
    .et_pb_widget2 ul, .et_pb_widget2.woocommerce .product_list_widget {
        list-style: none;
        padding: 0;
    }
    .et_pb_widget2.widget_et_recent_entries .widget_list li {
        display: -ms-flexbox;
        display: flex;
    }
    .et_pb_widget2 ul li, .et_pb_widget2.woocommerce .product_list_widget li {
        margin-bottom: .5em;
    }
    .et_pb_widget2 ul li, .et_pb_widget2.woocommerce .product_list_widget li {
        margin-bottom: 0 !important;
    }
    .et_pb_widget2 li, .et_pb_widget2.woocommerce .product_list_widget li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0;
        padding: 15px 20px;
        font-size: 12px;
        line-height: 1.3em;
    }
    .et_pb_widget2 a {
        text-decoration: none;
        color: #666;
    }
    .et_pb_widget2 a {
        color: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
    }
    .et_pb_widget2 .widget_list .post-meta {
        color: rgba(0, 0, 0, 0.5);
        font-size: 12px;
    }
    .et_pb_widget2 .widget_list .post-meta a {
        color: inherit;
        font-size: inherit;
        font-weight: 400;
    }
    .et_pb_widget2 a:visited {
        color: rgba(0, 0, 0, 0.75);
    }
    .et_pb_widget2 a {
        text-decoration: none;
        color: #666;
    }
    .et_pb_widget2 a {
        color: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3em;
    }
    .et_pb_widget2 a:visited {
        color: rgba(0, 0, 0, 0.75);
    }
    .et_pb_widget2 .widget_list img {
        display: block;
        width: 100%;
        height: auto;
    }

/*
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
margin: 0; padding: 0; border: 0;
}

body {
margin: 200px;
font-family: Helvetica;
background: #d4f2ff;
}
*/
#crumbs {
    text-align: center;
    font-family: Helvetica;
    background: #d4f2ff;
    padding-top:10px;
    padding-bottom:10px;
}

#crumbs ul {
    list-style: none;
    display: inline-table;
}
#crumbs ul li {
    display: inline;
}

#crumbs ul li p {
    display: block;
    float: left;
    /*height: 25px;*/
    height: 60px;
    background: #6ab7ea;
    text-align: center;
    /*padding: 15px 20px 0 60px;*/
    padding: 5px 40px 10px 60px;
    /*padding: 30px 40px 0 80px;*/
    position: relative;
    margin: 0 10px 0 0;

    font-size: 12px;
    text-decoration: none;
    color: #fff;
}
#crumbs ul li p:after {
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #6ab7ea;
    /*
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #3498db;
    */
    position: absolute; right: -40px; top: 0;
    z-index: 1;
}

#crumbs ul li p:before {
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 40px solid #d4f2ff;
    /*
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #d4f2ff;*/
    position: absolute; left: 0; top: 0;
}

#crumbs ul li:first-child p {
    border-top-left-radius: 10px; border-bottom-left-radius: 10px;
}
#crumbs ul li:first-child p:before {
    display: none;
}

#crumbs ul li:last-child p {
    padding-right: 60px;
    border-top-right-radius: 10px; border-bottom-right-radius: 10px;
}
#crumbs ul li:last-child p:after {
    display: none;
}

#crumbs ul li .active{
    /*background: #fa5ba5;*/
    background: #000066;
}
#crumbs ul li .active:after {
    /*border-left-color: #fa5ba5;*/
    border-left-color: #000066;
}

.photo_view {
    width: 40% !important;
    border-radius: 50% !important;
    margin-left: 110px;
}