﻿body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}
a, a:hover, a:focus{
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
h1 {
    color: #4db3e9;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 40px;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 15px;
}  
.jumbotron {
    background-color: #4db3e9;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}
.container-fluid {
    padding: 60px 0;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #4db3e9;
    font-size: 50px;
}
.logo {
    color: #4db3e9;
    font-size: 200px;
}
.image-contain{
    display: block;
    margin-bottom: 10px;
}
.thumbnail {
    border: none;
    border-radius: 0;
    height: 200px;
    margin-bottom: 10px;
}
.thumbnail img {
    width: 100%;
    height: 100%;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #fff;
}
.carousel-indicators li {
    border-color: #fff;
}
.carousel-indicators li.active {
    background-color: #fff;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #4db3e9; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #4db3e9;
    background-color: #fff !important;
    color: #4db3e9;
}
.panel-heading {
    color: #fff !important;
    background-color: #4db3e9 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #4db3e9;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #4db3e9;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
    box-shadow: 0px 1px 12px rgba(0,0,0,0.5);
    /*height: 100px;*/
}
.navbar .container {
    /*height: 100%;*/
}
.navbar .navbar-header{
    /*height: 100%;*/
    position: relative;
}
.navbar .navbar-brand{
    /*height: 100%;
    padding: 5px 8px;*/
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    background: #4db3e9;
    border-radius: 50%;
    left: 30px;
    padding: 5px;
}
.navbar .navbar-brand:hover{
    background: #4db3e9;
}
.navbar .navbar-brand img{
     width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #4db3e9 !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #4db3e9;
}
.slideanim {visibility:hidden;}
.slideanim1 {visibility:hidden;}
.slide1 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.carousel-inner img {
    /*-webkit-filter: grayscale(90%);*/
    /*filter: grayscale(90%);  make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}
.carousel-caption h3 {
    color: #fff !important;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

/*-------------------------------------------------------*/

.view-more .btn{
    width: 150px;
    border-radius: 30px;
    background: #4db3e9;
    border: none;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
    transition: box-shadow 0.5s;
}
.view-more .btn:hover{
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.3);
}
.custom-circle .icon {
    width: 150px;
    height: 150px;
    background: #efefef;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    box-shadow: 1px 4px 16px 1px rgba(0,0,0,0.2);
}
.custom-circle .icon .icon-img {
    position: absolute;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 67%;
    font-size: 55px;
    /*color: #4db3e9;*/
    color: #000;
}
.custom-circle .icon:hover {
    transform: scale(1.2);
}
.custom-circle p.num {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0 5px;
    line-height: 1.1;
}
.custom-circle p.title {
    font-size: 24px;
}

.store-main{
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}
.store-name {
    min-width: 200px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 18px;
    margin-bottom: 15px;
}
.store-name a{
    color: #000;
    display: block;
    transition: 0.3s;
}
.store-name a:hover{
    color: #000;
    text-decoration: none;
}
.store-details .store-name a{
    color: #fff;
    display: block;
    transition: 0.3s;
}
.store-details .store-name a:hover{
    color: #fff;
    text-decoration: none;
    transform:scale(1.1);
}
a.more-btn {
    text-decoration: none;
    background: #424242;
    padding: 5px 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    transition-timing-function: ease;
    /*    -webkit-transform:scale(1.2);
        transform:scale(1.2);*/
}
a.more-btn:hover{
    transform:scale(1.2);
}

/*Album*/
.album-name{
    font-size: 18px;
    font-weight: bold;
    color: #303030;
}

.mb-15{
    margin-bottom: 15px;
}
.mb-20{
    margin-bottom: 20px;
}

i.fa.fa-star {
    font-size: 35px;
    color: #000;
}
.rating-det{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.add-review{
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}
.add-review .title{
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
    background: #4db3e9;
    border-radius: 21px;
    padding: 4px 14px;
    cursor: pointer;
}
.add-review .name p{
    margin-bottom: 0;
}
.add-review .name p.date{
    color: #b3b3b3;
    font-size: 13px;
    line-height: 1.3;
}
.products .thumbnail{
    margin-bottom: 0;
}
.store-details{
    flex-wrap: wrap;
}
.store-details .store-name {
    width: 30%;
    height: 50px;
    line-height: 50px;
    /*box-shadow: 1px 2px 5px -5px rgba(0,0,0,0.4);*/
    box-shadow: 8px 9px 10px -6px rgba(0,0,0,0.4);
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 55px;
    position: relative;
    background: #707070;
}
.store-details .store-name:hover{
    box-shadow: 1px 6px 16px -5px rgba(0,0,0,0.4)
}
.city-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: #404040;
    border: 2px solid #ccc;
    transform: rotate(-15deg);
    top: -9px;
    left: -9px;
    /*transition: cubic-bezier 0.3s ease-in-out;*/
    -webkit-transition:  -webkit-transform 0.4s; /* Safari */
    transition:  transform 0.4s;
}
.store-details .store-name:hover .city-icon {
    transform: rotate(15deg);
}
.city-icon img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.select-city{
    text-align: center;
}
.select-city select{
    width: 29%;
    height: 35px;
    border-radius: 5px;
    padding: 0;
}
.select-city select:focus{
    box-shadow: none;
    outline: 0;
}
/*----------- Store details--------------*/
.store-card{
    background: #2b2b2b;
    width: 100%;
    /*padding: 40px 0px 40px 50px;*/
    padding: 20px 0px 20px 20px;
    margin: 0 auto;
    background: #fff; /* For browsers that do not support gradients */
    /*    background: -webkit-linear-gradient(#d7d7d5, #ebebe9);  For Safari 5.1 to 6.0 
        background: -o-linear-gradient(#d7d7d5, #ebebe9);  For Opera 11.1 to 12.0 
        background: -moz-linear-gradient(#d7d7d5, #ebebe9);  For Firefox 3.6 to 15 
        background: linear-gradient(#d7d7d5, #ebebe9);  Standard syntax */
    border: 1px solid #d7d7d5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 30px;
    box-shadow: 6px 5px 7px -5px rgba(0,0,0,0.4);
    transition: box-shadow 0.3s ease-in-out;
}
.store-card:hover{
    box-shadow: 6px 7px 11px 0px rgba(0,0,0,0.4);
}
.store-card p{
    font-size: 14px;
    opacity: 0.4;
    margin-bottom: 0;
    color: #000;
    padding-left: 30px;
    position: relative;
}
.store-card h3{
    margin: 0;
    font-size: 24px;
    color: #fff;
}
.storeName{
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    background: #4db3e9;
    /* text-align: center; */
    padding-left: 30px;
    padding-top: 15px;
}
.storeName p{
    padding-left: 0;
    color: #fff;
    opacity: 0.6;
}
.sroreArea {
    border-bottom: 1px solid #ccc;
    margin: 0 20px 15px 30px;
    padding-bottom: 5px;
}
.storeAddress {
    margin: 0 20px 15px 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.storeContact{
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.store-card .store-text-det {
    padding-left: 30px;
    font-size: 14px;
    /*font-weight: 600;*/
    opacity: 1;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.store-card p i.fa{
    position: absolute;
    left: 0;
    top: 5px;
}
/*----------- Store details End--------------*/

.modal-dialog{
    margin: 80px auto;
}
.modal-header{
    background: #4db3e9;
}
.modal-header .close{
    color: #fff;
    opacity: 1;
}
.modal-header h4{
    color: #fff;
}
.modal-body textarea{
    width: 100%;
    border-radius: 5px;
    height: 125px;
}
.modal-footer .btn-default{
    background: #4db3e9 !important;
    color: #fff !important;
    border: none; 
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 0px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  /*margin-top: 30px;*/
  top: 50%;
  transform: translate(0,-50%);
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 0px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  /*margin-top: 30px;*/
  top: 50%;
  transform: translate(0,-50%);
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
.carousel-inner{
    /*padding-top: 20px;*/
}
.custom-circle {
    padding-top: 20px;
}
/* End carousel */
/*--------------------------------------------------------*/

/*-- Add Star --*/
div.stars {
  width: 155px;
  display: inline-block;
}

input.star { display: none; }

.stars label.star {
  float: right;
  padding: 0 6px;
  font-size: 20px;
  color: #444;
  transition: all .2s;
}

.stars input.star:checked ~ label.star:before {
  content: '\f005';
  color: #339900;
  transition: all .25s;
}
       
.stars input.star-2:checked ~ label.star:before {
  color: #f37324 ;
  /*text-shadow: 0 0 12px #ccc;*/
}
.stars input.star-3:checked ~ label.star:before {
  color: #f8cc1b;
  /*text-shadow: 0 0 12px #ccc;*/
}
.stars input.star-4:checked ~ label.star:before {
  color: #72b043;
  /*text-shadow: 0 0 12px #ccc;*/
}
.stars input.star-5:checked ~ label.star:before {
  color: #007f4e;
  /*text-shadow: 0 0 12px #ccc;*/
}

.stars input.star-1:checked ~ label.star:before { 
    /*color: #F62;*/
     color: #e12729;
}

.stars label.star:hover { transform: rotate(-15deg) scale(1.3); }

.stars label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

/*-- End Add Star --*/

@media screen and (min-width: 768px) and (max-width: 992px){
    .nav>li>a {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
    .store-main{
        flex-wrap: wrap;
    }
    .container-fluid {
        padding: 40px 20px;
    }
    .store-details .store-name{
        width: 75%;
    }
    
    .product-list{
        margin-bottom: 15px;
    }
    .product-list.even-number{
        display: flex;
        flex-direction: column;
    }
    .product-list.even-number .left{
        order: 2;
    }
    .product-list.even-number .right{
        order: 1;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
    .container-fluid {
        padding: 55px 0 30px;
    }
    .carousel{
        margin-top: 50px;
    }
    .products-details .col-md-12 .col-xs-12{
        padding: 0;
    }
    .products-details .product-det-title{
        font-size: 30px;
    }
    .store-details .store-name{
        width: 100%;
    }
}


/*------- Star rating------------------------*/
.star-img{
    width: 35px;
    height: 35px;
    /*background-image: url(../images/star.png);
    background-size: contain;
    background-size: 35px 34px;*/
    position: relative;
}
.star-img img{
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 1;
}
.star-img span{
    background: #ffd203;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.star-img span.first{
    width: 35%;
}
.star-img span.second{
    width: 50%;
}
.star-img span.third{
    width: 70%;
}
.star-img span.fourth{
    width: 100%;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}