@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

html, body {
  height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #F4F4ED;
    color: #57575b;
}

#app {
  min-height: 100%;
}

.wrapper {
    overflow:auto;
    padding-bottom: 80px; 
}

.container {
	padding: 0;
}

.no-padding {
	padding: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-margin {
    margin: 0;
}

section#faq {
    min-height: 400px;
}

section#faq .nav-tabs>li.active>a, section#faq .nav-tabs>li.active>a:focus, section#faq .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #4189c9;
    border: none;
    text-decoration: none;
}
section#faq .nav-tabs>li:not(:last-child) {
    border-right: solid 1px #4189c9;
}
section#faq .nav-tabs>li>a {
    text-decoration: none;
    padding: 20px 15px;
}
section#faq .nav-tabs>li>a:focus, section#faq  .nav-tabs>li>a:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #4189c9;
    border: none;
}

section#faq .panel-group .panel {
    border-radius: 0;
    border-color: #4189c9;
    box-shadow: none;
}
section#faq .panel-default > .panel-heading {
    color: #57575b;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    font-weight: 300;
    padding: 20px 15px;
}
section#faq .panel-default > .panel-heading > a,
section#faq .panel-default > .panel-heading > a:hover,
section#faq .panel-default > .panel-heading > a:focus,
section#faq .panel-default > .panel-heading > a:visited {
    color: #57575b;
    text-decoration: none;
}
section#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #4189c9;
}

section#privacy {
    font-size: 15px;
    line-height: 2;
    padding-bottom: 60px;
}
section#privacy h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 40px;
}
section#privacy p,
section#privacy li {
    text-align: justify;
}

/** Typography */
p {
    margin: 0;
}
.note {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 300;
}
.text-black {
    color: #000;
}
.text-orange {
    /* color: #f0a700; */
    color: #4189c9;
}
a.text-orange:hover,a.text-orange:focus,a.text-orange:visited,a.text-orange:active{
    /* color: #f0a700; */
    color: #4189c9;
}
.underlined {
    text-decoration: underline;
}
.bold {
    font-weight: 800;
}
.desc {
    font-size: 16px;
    color: #57575B;
    font-weight: 600;
}
h5 {
	font-size: 15px;
}


[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-family: Flaticon;
        font-style: normal;
        margin-left: 5px;
    }

.navbar-default {
	border: 0;
}
.navbar-top {
	background: #4189c9;
	margin-bottom: 0;
	padding: 20px 15px;
}
.navbar-top .navbar-nav {
	margin-top: 10px;
}
.navbar-top .navbar-nav>li>a, .navbar-top .navbar-text {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 12px;
    font-size: 14px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0054A3; /* BLue */
}

.navbar-default .navbar-nav li > a{
    border-right: solid 1px #000;
}
.navbar-default .navbar-nav li:nth-last-child(2) > a,
.navbar-default .navbar-nav li:last-child > a{
    border-right: none;
}
.navbar-default .navbar-nav li:last-child > a{
    padding-left: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #0054A3;
    font-weight: 600;
}

.navbar-top .navbar-nav li > a.active {
    color: #0054A3;
    font-weight: 600;
}

.navbar-top .dropdown-menu {
    background-color: #fff;
    border: 1px solid #58575C;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    box-shadow: none;

}
.dropdown-menu>li>a {
	text-transform: uppercase;
	text-align: right;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #4189c9;
    background-color: transparent;
    
}

.navbar-secondary {
	background: #0054A3;
	background-position: left top;
	padding: 12px 15px;
    margin-bottom: 40px;
    border-radius:0;
}

.navbar-secondary .navbar-nav>li.pagetitle {
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
	text-transform: uppercase;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
	.navbar-secondary .navbar-nav>li.pagetitle {
		padding: 0 20px;
	}
	.nav>li.dropdown {
	    padding-left: 18px;
	}
	.navbar-nav .open .dropdown-menu {
		background-color: #58575C;
    	border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		text-align: left;
		color: #fff;
		padding-left: 20px;
	}
	.no-padding {
		padding: 15px;
	}
	.no-padding-left {
		padding-left: 15px;
	}
	.products-list .thumbnail {
	    padding: 10px;
	    margin-top: 30px;
	    background-color: transparent;
	    border: none;
	    border-radius: 0;
	    height: auto;
	}
	.search-query {
		border: solid 1px #B8B2B2;
	}
}

.mainTitleFont img {
    height: auto;
    margin-top: -30px;
}

.navbar-default .navbar-nav li.icon {
    margin-top: -12px;
    margin-right: -8px;
}

a > span.circle {
	 background: #2D2D2D;
	 margin-left: 7px;
}
a:hover > span.circle,
a.active > span.circle {
	 background: #0054A3;
	 color: #fff;
}
a > span.circle > i::before {
	font-size: 24px !important;
    margin-left: 2px;
}
.circle {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}
.circle.hollow {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    text-align: center;
}

/** Body */




.panel-login {
	margin-top: 100px;
}
.panel-default {
    background-color: #fff;
    border-color: #F0A700;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #F0A700;
    border-color: #F0A700;
}
.panel-primary {
    border: none;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #A78242;
    border: none;
    border-radius: 0;
    padding: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
#getProducts {
    cursor: pointer;
}
.panel-primary>.panel-body {
	background: #EAEAEC;
}

.category-list .panel-body {
	padding: 0;
}
.category-list .tree li {
    font-weight: 400;
    font-size: 14px;
    padding: 12px;
    padding-top: 4px;
}
.category-list .tree li.single {
    padding-bottom: 2px;
}

.category-list .tree li.branch:not(:first-child) {
}
.category-list .tree li:not(:last-child) a {
    border-bottom: solid 1px #DDDDDD;
}
.category-list .tree li a {
    color: #58575C;
    padding: 4px 12px;
    display:block;
}
.category-list .tree li a i,
.category-list .tree ul > li a i {
    display: inline !important;
    float: right;
}
.category-list .tree li a i::before,
.category-list .tree ul > li a i::before {
    font-size: 12px;
}
.category-list .tree ul:before {
    content: none;
}
.category-list .tree ul {
    background: #DDDDDD;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -12px;
}
.category-list .tree ul li {
    border-bottom: none !important;
    margin-left: 10px;
}
.category-list .tree ul li:before {
    content: none;
}
.category-list .tree ul > li a {
    margin-left: 10px;
    padding: 0 20px;
    padding-right: 12px;
}
.category-list .tree li a.current {
    color: #4189c9;
}
.category-list .tree ul > li.active {
    display: block !important;
}
.content-heading {
    padding-bottom: 16px;
    margin-left: 12px;
}

.content-heading h3 {
    margin: 12px 0 0 0;
    color: #58575C;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.search-form {
    padding: 0;
    height: 0;
}
.search-form .form-control,
.search-form .form-control:focus {
    border-color: #B8B2B2;
}

.search-form .search-query {
    width: 100%;
    padding: 6px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    margin-bottom: 0;
    position: relative;
    left: 85%;
    top: -35px;
    font-size: 20px;
    font-weight: 300;
}

.search-form .form-control:focus + button {
    z-index: 3;   
}

/** Producst */
.section-product {
    min-height: 600px;
}

.products-pagination {
    padding: 3px 0;
    border-top: solid 1px #B8B2B2;
    border-bottom: solid 1px #B8B2B2;
    margin: 0;
    margin-bottom: 10px;
}
.products-pagination .form-control,
.products-pagination .form-control:focus {
    border-color: #B8B2B2;
}

.control-bar {
	padding: 10px 30px; 
	padding-right: 0;
}
.page-number {
	padding: 10px;
}
.paging {
	text-align: right; 
	padding: 0;
}
.pagination {
    border-radius: 0;
}

.pagination>li>a, .pagination>li>span {
	margin-left: 10px;
    padding: 6px 12px;
    color: #000;
}
.pagination i {
    margin-left: -6px;
}
.pagination i::before {
	font-size: 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
	background-color: #4189c9;
    border-color: #4189c9;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #4189c9;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.products-list .product-thumbnail {
    padding: 0;
    margin-top: 30px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.products-list .product-thumbnail:hover .card-title a,
.products-list .product-thumbnail:focus .card-title a {
    color: #4189c9;
    text-decoration: none;
}

.products-list .product-thumbnail .card-title a:hover,
.products-list .product-thumbnail .card-title a:focus {
    color: #4189c9;
    text-decoration: none;
}

.card-title {
    height: 40px;
}

.card-title a{
    color: #58575C;
    font-weight: 400;
    font-size: 20px;
    overflow: hidden;
  	text-overflow: ellipsis;
    /*white-space: break-word;*/
    display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 1;        /* fallback */
   max-height: 2;
}
.card-body h5{
    font-weight: 300;
    font-size: 18px;
    color: #7f8c8d !important;
    margin-top: 0;
}


.product-image {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.product-image > img {
    width: auto;
    max-width: 100%;
    height: 180px;
}

.item-image {
    margin-bottom: 10px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 0;
}

.featured-image {
    padding: 10px;
    width: auto;
    max-width: 100%;
    height: 360px;
}
.thumb-image {
    padding: 0;
    width: auto;
    height: 40px;
}
.item-thumb {
    padding: 4px;
    margin-left: -14px;
    margin-right: -14px;
    background: none;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #4189c9;
}
.thumbnail>img {
    height: auto;
}


.top-heading {
    padding: 0 25px 30px 25px;
}
.top-heading h4 {
    margin-top: 0;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.control-bar {
		padding: 10px 30px; 
		padding-right: 30;
	}
	.page-number {
		padding: 10px;
		padding-right: 10px;
	}
	.paging {
		text-align: center; 
	}
	.nav-tabs>li {
	    display: block;
	}
}


.table-info>tbody>tr>td, .table-info>tbody>tr>th {
    color: #57575B;
}
.cart-table {
    margin-top: 30px;
}
.cart-table img {
    border: solid 1px #bdc3c7;
    padding: 2px;
}
.table>thead>tr>th,
.cart-table>thead>tr>th {
    border: none;
}
.cart-confirm>thead>tr>th {
    font-size: 15px;
}
.cart-table>tbody>tr:last-child>td {
    border-bottom: none;
}
.table>tbody>tr>td, .table>tbody>tr>th,
.cart-table>tbody>tr>td, .cart-table>tbody>tr>th {
    color: #57575B;
}
.table-summary>tbody>tr>td {
    padding: 8px 0;
    margin-top: 6px;
}
.table-summary>tbody>tr>td .form-control {
    margin-top: -8px;
}
.history-table {
	margin-bottom: 60px;
}
.history-table>tbody>tr>td {
    padding-top: 20px;
    border: none;
}
.history-table>tbody>tr:first-child>td {
    border: none;
}

.history-table>tbody>tr:last-child>td {
    border-bottom: none;
}



.enquiry-form {
	margin-top: 40px;
}


.modal-content {
    background-color: #fff;
}
.modal-header {
    background-color: #fff;
}
.modal-body {
    background: #fff;
}

/**
 * Tab
 */
.nav-tabs {
    border: none;
}
.nav-tabs>li:not(:last-child) {
    border-right: solid 1px #57575B;
}
.nav-tabs>li>a {
    line-height: 0.5;
    border: none;
    border-radius:0;
    font-size: 16px;
    color: #4189c9;
    text-decoration: underline;
}
.panel-default .nav-tabs>li>a{
    color: #FFF;
}
.nav-tabs>li>a:focus,.nav-tabs>li>a:hover {
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #57575B;
    background-color: #fff;
    border: none;
    text-decoration: none;
}

/**
 * Input Field
 */
.form-group label {
	font-weight: 400;
}
.form-control {
    border: solid 1px #4189c9;
    border-radius: 0;
}
.form-control {
    border-color: #4189c9;
    border-radius: 0;
}
.has-error .form-control {
    border-color: red;
}

.form-control:focus {
    border-color: #FFCE07;
    outline: 0;
    box-shadow: none;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
}

.has-error .form-control:focus {
    border-color: red;
    box-shadow: none;
}
.help-block {
	color: red;
	font-weight: 300;
}

.icon-input {
    float: right;
    margin-right: 8px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}
.icon-input::before{
    font-size: 10px;
    color: #ec8c0a;
    font-weight: 600;
}


select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}


select + i.flaticon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    pointer-events: none;
    background-color: #fff;
    padding-right: 5px;
}
select + i.flaticon::before{
    font-size: 10px;
    color: #ec8c0a;
    font-weight: 600;
}


.input-group-addon {
    font-weight: 300;
    padding: 6px 4px;
    background-color: #fff;
    border: 1px solid #EC8B08;
    border-right: none;
    border-radius: 0;
}



/** Icon-addon in Field */
.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .flaticon,
.icon-addon .flaticon {
    position: absolute;
    z-index: 2;
    left: 10px;
    width: 20px;
    margin-left: -2.5px;
    margin-right: 6px;
    text-align: center;
    padding: 10px 0;
    top: 1px;
    color: #4189c9;
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 13px;
    padding: 10px 16px 10px 50px;
    color: #000;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .flaticon {
    left: 8px;
    top: -2px;
    font-weight: 300;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: 300;
}

.icon-addon.addon-sm .flaticon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px
}



/**
 * Button
 */
.btn {
	border-radius: 0;
	text-transform: uppercase;
}
.btn-primary {
	background-color: #4189c9;
    border-color: #4189c9;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, 
.btn-primary.active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, 
.btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, 
.open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, 
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #4189c9;
    border-color: #4189c9;
    box-shadow: none;
}

.btn-order {
    background-color: #555555;
    border-color: #555555;
    border-radius: 6px;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

.btn-order:focus, .btn-order:active, .btn-order:hover{
    background-color: #4189c9;
    border-color: #4189c9;
    color: #fff;
}

.btn-edit, .btn-delete{
    text-decoration: underline;
}
.btn-edit,.btn-edit:hover,.btn-edit:focus,.btn-edit:active,.btn-edit:visited{
    color: #000;
}
.btn-delete,.btn-delete:hover,.btn-delete:focus,.btn-delete:active,.btn-delete:visited{
    color: #e74c3c;
}


.carousel-indicators .active {
    background: #EC8B08;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 30px;
  line-height: 1.428571429;
  border-radius: 15px;
  color:#000;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 150px;
  height: 150px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 75px;
}

.btn-circle i::before{
    font-size: 50px;
    font-weight: 300;
}
.btn-orange, .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange:visited {
    background-color: #4189c9;
    border-color: #4189c9;
    color: #000;
}

.btn-gray, .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray:visited {
    background-color: #D8D7D8;
    border-color: #D8D7D8;
    color: #000;
}

.btn[disabled]{
    background-color: #ddd;
    border-color: #ddd;
}


.timeline {
        list-style-type: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .li {
        width: 300px;
    }

    .status {
        padding: 0px 40px;
        display: flex;
        justify-content: center;
        border-top: 8px solid #F7F6F7;
        position: relative;
        transition: all 200ms ease-in;
    }
    .timeline h4 {
        font-weight: 600;
        font-size: 14px;
    }

    .status button{
        position: absolute;
        left: 0;
        top: -80px;

    }

    .li.complete .status {
        border-top: 8px solid #4189c9;
    }

    .li.complete .status:before {
        background-color: #4189c9;
        border: none;

    }
    .li.complete .status h4 {
        color: #4189c9;
    }

    @media (min-device-width: 320px) and (max-device-width: 700px) {
        .timeline {
            list-style-type: none;
            display: block;
        }

        .li {
            width: 300px;
        }

        .status:before {
            left: -8%;
            top: 30%;
            transition: all 200ms ease-in;
        }
    }

/**
 * Footer
 */

#footer {
    position: relative;
    margin-top: -60px;
    height: 60px;
    clear:both;
    background-color: #F0A700;
    width: 100%;
    font-weight: 300;
}

.copyright {
    color: #000;
    line-height: 30px;
    padding: 15px 0;
}
.footer-link {
    color: #000;
    line-height: 30px;
    padding: 15px 0;
    text-align: right;
}
.footer-link a {
    color: #000;
}
