/* styles.css */

:root {
	/* Green is #00BF63 */
	/* Blue  is #114378 */
    --header-bg: #000000;
    --header-bg-solid: #000000;
    --header-color: #ffffff;
    --title-color: #ffffff;
    --primary-bg: #00BF63;
    --primary-color: #00BF63;
    --secondary-bg: #114378;
    --secondary-color: #114378;
    --highlight-bg: #00BF63;
    --highlight-color: #00BF63;
}


.container {
    max-width: 1440px;
}
html {
    margin:0px;
    padding: 0px;
    overflow-x: hidden;
}
body {
    margin:0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color:#444;
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    color: var(--secondary-color);
}

p {
    margin: 0;
}


/* **************************************************** */

#top.navbar {
	background-color: var(--primary-bg);
	color:var(--header-color);
}
#top a {
    text-decoration: none !important;
    color: var(--secondary-color);
}
#menu {
    background-color: grey;
}

/* **************************************************** */


h1, h2, h3, h4, h5, h6 {
    color: var(--title-color);
}

/* default font size */
.fa {
    font-size: 14px;
}

/* cart */
#cart {
    margin-bottom: 15px;
    float: right;
}

#cart>.btn {
    font-size: 14px;
    line-height: 18px;
    color: var(--primary-bg);
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
}

#cart>.btn .fa {
    font-size: 22px;
}

#cart.open>.btn {
    background-image: none;
    color: var(--primary-bg);
}

#cart.open>.btn:hover {
    color: var(--secondary-bg);
}

#cart .dropdown-menu {
    z-index: 1001;
    min-width: 350px;
}

@media (max-width: 767px) {
    #cart {
        float: none;
        text-align: center;
        display: block;
    }

    #cart>.btn {
        float: none;
        padding: 0;
    }

    #cart .dropdown-menu {}

    #logo {
        text-align: center;
    }

    #logo img {
        display: inline-block;
    }
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        min-width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* content */
#content {
    min-height: 600px;
}

/* **************************************************** */

/* footer */
footer {
    margin-top: 30px;
    padding-top: 15px;
    background-color: var(--primary-bg);
    color: #999;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #444;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
}

footer li {
    margin: 4px 0;
}

footer li a {
    position: relative;
    padding-left: 12px;
    color: #999;
}

footer li a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 14px;
    left: 0;
    text-indent: 0;
    text-transform: none;
    text-align: center;
    content: '  ';
    position: absolute;
}

footer li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* **************************************************** */
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 0px;
    background: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li:first-child {
    padding-left: 2px;
}

.breadcrumb>li a {
    color: #777
}

.breadcrumb>li a:hover {
    color: #007acc
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb .caption {
    text-align: center;
}

.product-thumb .caption>p {
    display: none;
}

.product-thumb .caption>p.price {
    display: block;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
    text-align: left;
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    background-color: #eee;
    overflow: auto;
    visibility: hidden;
}

.product-thumb:hover .button-group {
    visibility: visible;
}

.product-list .product-thumb .button-group {
    visibility: visible;
}

.product-list .product-thumb .caption>p {
    display: block;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #007acc;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

.well>h2 {
    margin-top: 0px;
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
