/**
*     Web portal shopping page styles
*
*     @author   Andrew Connick
*     @version  29/10/15
*
********************************************************************/

/* TEXT STYLING *******************************************************/


.h1, h1 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 20px;
}

.h3, h3 {
    font-size: 16px;
}

.h4, h4 {
    font-size: 15px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

.p p {
    font-size: 13px;
}


/* FREE delivery*/

.discount h3 {
    background-color: #8968cd;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
}

.discount h3 small {
    font-size: 11px;
    color: #fff;
}

.delivery h3 {
    background-color: #008b8b;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
}

.delivery h3 small {
    font-size: 11px;
    color: #fff;
}

.deals h3 {
    background-color: #cd3333;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
}

.deals a {
    text-decoration: none;
    color: #fff;
}

.deals h3 a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.deals h3:hover {
    opacity: 0.9;
}

/*.deals h3 small {ont-size:11px; color:#fff;}*/


.credit-avail h3 {
    background-color: #97cb64;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 10px;
}

.credit-avail a {
    text-decoration: none;
    color: #fff;
}

.credit-avail h3 a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.credit-avail h3:hover {
    opacity: 0.9;
}

.credit-avail h3 small {
    font-size: 11px;
    color: #fff;
}


.carousel-inner {
    border: 1px solid #ddd;
}


/* TABLES*/

.item-table > tbody > tr > td, .item-table > tbody > tr > th, .item-table > tfoot > tr > td, .item-table > tfoot > tr > th, .item-table > thead > tr > td, .item-table > thead > tr > th {
    /*  border-top-color: #ddd;
      border-top-style: solid;
      border-top-width: 1px;*/
    line-height: 1.42857;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

.item-table > thead > tr > th {
    border-bottom-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    vertical-align: bottom;
}

.item-table h1, .item-table h2, .item-table h3 {
    margin: 0;
}

.item-table h4 {
    margin: 0; /*padding: 8px;*/
}


/*LISTS */

#terms ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

#terms ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
    font-weight: 600;
}

#terms ol > li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

#terms li ol > li {
    margin: 0;
    font-weight: 400;
}

#terms li ol > li:before {
    content: counters(item, ".") " ";
}

ul.ul {
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

ul.ul > li {
    margin-bottom: 0.6em;
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 12px;
    text-indent: -12px;
}


.btn-primary {
    background-color: #0093d0;
    border-bottom-color: #0093d0;
    border-left-color: #0093d0;
    border-right-color: #0093d0;
    border-top-color: #0093d0;
}

.btn-oos {
    background-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-color: #ccc;
}


/*carousel*/

.carousel {
    /*background: #2f4357;*/
    margin-bottom: 30px;
}

.carousel-control {
    width: 5%;
}

.carousel .item img {
    margin: 0 auto; /* Align slide image horizontally center */
}

.bs-example {
    margin: 0px;
}

.home-thumb {
    border: 2px solid #eee;
    margin-bottom: 20px;
}

.home-thumb:hover {
    border: 2px solid #2f4357;
}


/* NAV*/

.navbar-inverse {
    border: none;
    background-color: none;
}

.navbar-header {
    background-color: #0093d0;
    border: none;
}

h3.mobile {
    padding-bottom: 0px;
}

.navbar-toggle {
    background-color: #0093d0;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    border: solid green 0px
}


/*@media (max-width: 992px) {

	.navbar {display: inline;}

}
*/

/* Breadcrumb *******************************************************/

.breadcrumb {
    text-transform: uppercase;
    padding: 10px 18px;
    border: 1px solid #e8e8e8;
    background: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb li {
    color: #aaa;
    font-size: 13px;
    margin-right: 1em;
}

/*.breadcrumb > li + li:before{
	content:"\00BB";
	color:#878a8c;
}*/
.breadcrumb li a {
    color: #0093d0;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb li a:hover {
    color: #0093d0;
    font-weight: normal;
    text-decoration: underline;
}

/*.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb .active{

}*/

.breadcrumb > .active {
    color: #0093d0;
    font-weight: 600;
}


/* Shop home *******************************************************/

.col1-banners, .col2-banners, .col3-banners {
    margin-bottom: 20px;
}

.picture img {
    height: 125px; /*width: 100%;*/
}


#content .top-banners li {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

img.main-banner {
    max-width: 100%;
}

.top-banners li img {
    width: 100%;
}


/* Product item page ***********************************************/

#item #description {
    margin: 10px;
}

#item div.easyzoom {
    margin: 10px 0;
    border: 1px solid #D0D0D0;
    width: 100%; /*width: 400px;*/
    /*height: 260px;*/
    overflow: hidden;
}

#item div.easyzoom img {
    display: block;
    margin: auto;
    /*width: 100%*/
}

#item div.thumbnails {
    margin: 10px;
}

#item div.thumbnails img {
    border: 1px solid #D0D0D0;
    margin-right: 10px;
}

#item form.buy { /*margin: 20px 10px;*/
}

#item form.buy input.form-control {
    display: inline;
    margin-right: 5px;
}

#item form.buy input.btn .btn-primary {
    display: inline;
}

#item form.buy input[type='text'] { /*width: 30px;*/
}

#basket {
    margin: 10px;
    display: inline;
}


/*.list-inline {color:#bbb;}
*/


/* Cart button *******************************************************/


/*#item .btn, #cart .btn,  #delivery .btn, #pay .btn, #header .btn{
	color:#fff;
	background:#0093d0;
	border:none;
	text-align:left;
	padding:10px 13px;
	margin:0;
	font-size:13.5px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
		 box-shadow:none;
	text-transform: uppercase;
}*/


/*#login .btn-login {background: yellow;}*/

#item .btn:hover, #cart .btn:hover, #delivery .btn:hover, #pay .btn:hover, #header .btn:hover {
    background: #2f4357;
    color: #fff;
}

#cart .btn .fa-shopping-cart {
    line-height: none;
    font-size: 24px;
    margin-right: 0px;
}

#cart .btn span {
    letter-spacing: 0.5px;
    font-weight: normal;
    text-transform: uppercase;
}

#cart .btn span#cart-total {
    padding: 0 8px 0 5px;
}

#cart .btn .fa-shopping-cart,
#cart .btn span {
    vertical-align: middle;
}

.form-inline input.qty-buy {
    width: 35%;
}

/* Search *******************************************************/

#search {
    margin: 0;
    background-color: #fff;
}

#search .input-group {
}

#search .input-group .form-control {
    background: none;
    border: none;
    /*border-width:1px 0 1px 1px;*/
    color: #242424;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search .input-group .btn {
    background: none;
    border: none;
    /*border-width:1px 1px 1px 0;*/
    color: #0093d0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search .input-group .form-control,
#search .input-group .btn {
    height: 40px;
}


/* Sidebar *******************************************************/

#sidebar img {
    width: 100%;
}

#sidebar .sidebar { /*background-color:#eee;*/
    margin-bottom: 20px;
}

.side-heading {
    margin-top: 0;
    padding: 12px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #0093d0;
    font-weight: 400;
}

h3.side-heading {
    color: #fff;
}

.list-group,
.list-group-item:first-child,
.list-group-item:last-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.list-group-item {
    color: #222222;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;

}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus {
    background-color: #0093d0;
}

.list-group.categories a.list-group-item:hover,
.list-group.categories a.list-group-item:focus,
.list-group.categories a.list-group-item:hover .fa,
.list-group.categories a.list-group-item:focus .fa {
    color: #fff;
}

.list-group-item .fa {
    font-size: 12px;
    padding-right: 6px;
    color: #0093d0;
}

.filter-group {
    margin-left: 20px;
}

.home {
    margin-bottom: 20px;
}

.home-side {
    margin-bottom: 10px;
}

p.home-alert {
    text-align: center;
}


/* Category page ***********************************************/


.products-list {
    margin-bottom: 15px;
}

.product-head {
    padding: 14px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    background: #373737;
    color: #fff;
    text-transform: uppercase;
}

.product-col {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.product-col.list {
    text-align: left;
}

.product-col.list .image {
    padding: 10px 25px 10px 10px;
    float: left;
}

.product-col .caption {
    padding: 0 0 10px 0;
}

.product-col.list .caption {
    padding-top: 10px;
}

.product-col h4 {
    font-size: 18px;
    height: 59px;
    max-height: 59px;
    overflow: hidden;
}

.product-col h4,
.product-col h4 a {
    color: #0093d0;
}

.product-col h4 a:hover,
.product-col h4 a:focus {
    color: #0093d0;
}

.product-col .description {
    padding: 5px 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #8b8b8b;
}

.product-col .description h3 {
    margin: 0;
    color: #0093d0;
}

.product-col.list .description {
    padding-right: 20px;
}

.product-col .price {
    padding: 5px 0;
}

.fromPrice {
    font-size: 16px;
    margin-top: 0;
    color: #0093d0;
    font-style: italic;
}

.product-col .price .price-tax {
    font-size: 14px;
    color: #212121;
    text-transform: uppercase;
}

.product-col .price span.price-new {
    color: #0093d0;
    font-size: 24px;
    padding-right: 5px;
}

.product-col .price span.price-old {
    font-size: 18px;
    color: #7e7e7e;
    text-decoration: line-through;
}

.product-col .cart-button {
}

.product-col .cart-button .btn {
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.product-col .btn-wishlist,
.product-col .btn-compare {
    margin-left: 3px;
    color: #0093d0;
    background: #fff;
    border: 1px solid #c9c9c9;
}

.product-col .btn-wishlist:hover,
.product-col .btn-compare:hover {
    color: #fff;
    background: #0093d0;
    border-color: #0093d0;
}

.product-col .btn-cart {
    font-size: 14px;
    color: #fff;
    background-color: #0093d0;
    border: none;
    text-transform: capitalize;
    text-transform: uppercase;
}


.product-col .btn-cart .fa {
    margin-right: 5px;
    padding: 10px;
}

.product-col .btn-cart .fa,
.product-col .btn-cart:hover {
    background: #2f4357;
    color: #ffffff;
}

.product-col .cart-button.button-group .btn-cart {
    padding: 5px 14px;
    font-size: 17px;
    text-transform: uppercase;
}


.product-col .cart-button.button-group .btn-cart .fa {
    margin-left: 0;
    padding: 0;
    background: none;
}

/* Cart page *******************************************************/

.shopping-cart-table {
    margin-top: 30px;
    background: #fff;
    /*		text-transform:uppercase;
    */
}

.shopping-cart-table thead {
    border-bottom: 3px double #c9c9c9;
}

.shopping-cart-table thead > tr > td {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
}

.shopping-cart-table tbody > tr > td {
    /*font-size:16px;*/
}

.shopping-cart-table tbody > tr > td a:hover {
    color: #2f4357;
}

.shopping-cart-table tfoot {
    border-top: 3px double #c9c9c9;
    border-bottom: 3px double #c9c9c9;
}

.shopping-cart-table tfoot .total {
    border-top: 3px double #c9c9c9;
    /*color: #0093d0;*/
}


.table > tfoot > tr > td.total-col, .table > tbody > tr > td.total-col, .table > thead > tr > th.total-col {
    padding-right: 40px;
}

.credit-used {
    color: #0093d0;
}


/* Item listing *******************************************************/
#item h1, #item h2, h3, #item h4 {
    color: #0093d0;
}

h1 {
    color: #0093d0;
}

#item h4.product-code {
    color: #333;
}

#description ul {
    margin-bottom: 20px;
}

#description li {
    list-style-type: none;
    list-style-position: inside;
    text-indent: -12px;
    padding-left: 12px;
}

#description li::before {
    content: "\f054";
    font-weight: 600;
    font-family: FontAwesome;
    color: #0093d0;
    font-size: 9px;
    padding-right: 7px;
}


h3.side-heading { /*border-radius: 4px;*/
}

h3.side-heading .categories {
    margin-bottom: 0px;
}

h3.credit {
    text-align: center;
    background-color: #97cb64;
}

.credit small {
    color: #fff;
}

h3.side-heading small {
    color: #fff;
    font-size: 75%;
}

/*#dept .btn-primary {margin-top:10px; background-color: #2f4357; color: #fff; border: 1px solid #2f4357;}*/
/*#dept .btn-primary:hover {background-color: #2f4357; color: #fff; border: 1px solid #2f4357;}*/

#dept .list-group {
    margin-bottom: 10px;
}

/* Search *******************************************************/

#search .description {
    text-align: left;
}

.btn.focus, .btn:focus, .btn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #2f4357;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    text-decoration-style: none;
}

a {
    color: #2f4357;
}


/*.list-group-item {
    padding-left: 45px;
    text-indent: -19px;

}*/


@media screen and (max-width: 480px) {
    .col-xs-4 {
        width: 100%;
    }

    .col-xs-4 img {
        width: 100%;
    }

    .footer-links h5 {
        margin-top: 20px;
    }

    .breadcrumb {
        display: none;
    }

    h1, #confirm h3 {
        text-align: center;
    }

    /*#item img {width: 100%;}*/
    #logo {
        margin: 10px 0;
    }

    #cart .btn .fa-shopping-cart {
        margin-right: 5px;
    }

    #item div.easyzoom img {
        width: 100%;
    }


    th.picture, td.picture {
        display: none;
    }

    .shopping-cart-table {
        font-size: 10px;
    }

    .confirm-table td {
        width: 100%;
        display: block;
    }

    #search {
        margin-bottom: 10px;
    }

    /*    #login .form-inline {text-align: center; width: 100%;}
    */
    header .header-links {
        text-align: center;
    }

    #logo {
        display: none;
    }

    #head {
        background-color: #ddd;
    }


    #sidemenu-logo {
        padding: 10px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 15px; /*padding-right: 15px;*/
    }

    /*.navbar {margin-bottom: 0px;}*/
    #dept {
        margin-top: 10px;
    }


}

@media screen and (min-width: 481px) and (max-width: 768px) {

    #sidemenu-logo {
        padding: 10px;
    }


    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 15px; /*padding-right: 15px;*/
    }

    .navbar-toggle {
        padding-top: 15px;
    }

    /*.navbar {margin-bottom: 0px;}*/
    /*#dept {margin-top: 10px;}*/
    .footer-links h5 {
        margin-top: 20px;
    }

    /*#search {margin-bottom: 10px;}
*/
}


@media screen and (min-width: 481px) and (max-width: 767px) {

    #head {
        background-color: #ddd;
    }

    #logo {
        display: none;
    }

    #search {
        margin-bottom: 10px;
    }

    .picture img {
        height: 100px;
    }


}

@media screen and (min-width: 768px) {

    .list-group-item {
        padding-left: 27px;
        text-indent: -7px;

    }

}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .picture img {
        height: 125px;
        width: 100%;
    }

    #cart .picture img {
        width: auto;
    }

    .col-sm-6 .picture img {
        width: auto;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .col-md-4 .picture img {
        height: 100px; /*width: 100%;*/
    }


}









