/*!
 * Start Bootstrap - Shop Homepage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Josefin Sans', sans-serif ;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #4C4C4C;
    transition: all 0.3s ease;
}

a small {
    text-decoration: none;
}

.navbar-nav > li > a:hover {
    color: #007ACC;
}

.navbar-brand {
    color: #007ACC;
    margin-right: 0px;
}

.navbar-info {
    margin-top: 10px;
}

.cursor-default {
    cursor: default;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;

}

.navbar-brand-img {
    padding: 0;
    margin-top: 5px;
    margin-right: 0px;
    border-radius: 2px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
}
.back-to-top:hover {
    background-color: #007ACC;
    transition: all 0.3s ease;
    border-color: #007ACC;
}
.list-group {
    color: #4d4d4d;
    transition: all 0.3s ease;
    font-weight: bold;
}
.list-group a:hover {
    color: #0086E0;
    transition: all 0.3s ease;
}
.category-link a {
    color: #4C4C4C;
    transition: all 0.3s ease;
}
.category-link a:hover {
    color: #0086E0;
    transition: all 0.3s ease;
    text-decoration: none;
}
.category-link small:hover {
    color: #0086E0;
    transition: all 0.3s ease;
    text-decoration: none;
}
.category-item {
    background-color: #fff;
    border-radius: 5px;
    margin: 0, 5px, 0, 5px;
    border: 1px solid #ddd;
}
.category-img {
    margin-top: 10px;
}

.index-product-row {
    font-family: 'Open Sans'
}

.index-product-row > a > img {
    height: 122px;
    width: 320px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

@media (max-width: 801px) {
    .index-product-row > a > img {
        height: 98px;
    }
}
/* Item Informantion List Style*/

.item-name, .ctg-page-item-name, .main-page-item-name,
.main-page-item-dscrptn, .ctg-page-item-dscrptn {
    font-family: 'Lato';
    
}
.item-name a:hover, .ctg-page-item-name a:hover, .main-page-item-name a:hover {
    color: #0086E0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.table tr:nth-child(2n):hover {
    background-color: #4d4d4d;
    color: #fff; 
}
.table tr:nth-child(2n+1):hover {
    background-color: #4d4d4d;
    color: #fff; 
}

.item-img {
    height: auto;
}
.item-info {
    transition: all 0.3s ease;
}

.number-spinner {
    width: 15%;

}
.zoom-btn {
    background-color: #4d4d4d;
    color: #fff;
    border-color: #4d4d4d; 
    transition: all 0.3s ease;
    padding-top: 3px;
    margin-left: 10px;
}

.zoom-btn:hover {
    color: #fff;
    background-color: #0086E0;
    transition: all 0.3s ease;
    border-color: #0086E0;
}

.btn-to-cart {
    background-color: #4d4d4d;
    color: #fff;
    border-color: #4d4d4d;
    transition: all 0.3s ease;
    padding-top: 3px;
}

.btn-to-cart:hover {
    transition: all 0.3s ease;
    background-color: #0086E0;
    color: #fff;
    border-color: #0086E0;
}

.btn-default {
    transition: all 0.3s ease;
}

.btn-default:hover {
    background-color: #0086E0;
    color: #fff;

}
/* End of Item Informantion List Style*/

/* Shopping Cart Button Style */

button.shopping-cart {
    margin:-9px; 
}

/* End of Shopping Cart Button Style */

/* Shopping Cart Item Style */

.shopping-cart-heading {
    margin: 150px 100px 0px 340px;

}

.shopping-cart-item {
    margin: 50px 0px 0px 0px;
}
.shopping-cart-item a:hover {
    text-decoration: none;
    transition: all 0.3s ease;


}

/* End of Shopping Cart Item Style */

/* Magnify Glass */

.magnify {
    position: relative;
    cursor: none
}

.magnify-large {
    position: absolute;
    display: none;
    width: 175px;
    height: 175px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}

/* /Magnify Glass*/


/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
  transition: all 0.3s ease;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
  transition: all 0.3s ease;
}

.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: 'Open Sans'
}

.btn-breadcrumb > a:hover {
    background-color: #EAEAEA;
    color: #4d4d4d;
}

.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
  
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

/* / Breadcrumb */

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}

.carousel-control,
.item {
    border-radius: 4px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-indicators li {
    border: 1px solid #4d4d4d;
}

.carousel-indicators .active {
    background-color: #4d4d4d;
}

.caption {
    height: 130px;
    overflow: hidden;
}

.caption h4 {
    white-space: ;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

footer {
    margin: 50px 0;
}