div.shop-item-price {
    font-size: 14px; 
    margin-top: 6px;
    font-weight: bold;
    color:blue;
}

div.shop-item-price>span {
    color: #333333; 
}

div.shop-item-price > span.price1 {
    color: #333333; 
}

div.shop-item-price > span.price2 {
    color: blue; 
}

div.shop-item-price > span.price3 {
    color: red; 
    font-size: 1.3em;
}


div.shop-item {
    margin-bottom: 20px;
}


.price {
     display:block !important;
}

/*
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd !important;    
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

*/


div.shop-item {
    border: 1px solid #ddd;  
    border-radius: 4px;  
    /*height: 640px;*/
}


div.shop-item h5 {
      height: 60px; 
      overflow: hidden;
      margin-bottom: 5px;
}


.shop-item-list>.col-lg-12 {
  margin-bottom: 0px;  
    width: 100%;
}

div.shop-item h5 a:hover {
    text-decoration: underline;
 }


.icon-header {
    width:20px;
    margin: 5px;
}


section {
    display: block;
    position: relative;
    padding: 0px 0 !important; 
    border-bottom: rgba(0,0,0,0.1) 0px solid;
    background-color: #fff;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}

#topMain.nav-pills>li>a.dropdown-toggle:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 45%;
    right: 10px;
    margin: -5px 0 0;
    font-family: FontAwesome;
    font-size: 18px;
    opacity: .3;
    line-height: 1em;
    font-weight: 600; 
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    -ms-transition: -ms-transform .2s ease-in;
    -o-transition: -o-transform .2s ease-in;
    transition: transform .2s ease-in;
}


@media only screen and (max-width: 767px){
 
    div.side-nav .side-nav-head {
        height: 44px;
        background-color: rgba(0,0,0,0.1);
        margin-bottom: 5px;
    }


    
}


div.heading-title {
    position: relative;
    margin-bottom: 5px; 
}


/**/
.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.mr-3 {
    margin-right: 1rem!important;
}
 
.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
 
.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.thbanks {
    color:#ffffff;
    padding: 5px;
}

.item-detail {
    height: 60px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}


hr {
    margin-top: 0px !important; 
    margin-bottom: 0px !important; 
    border: 0;
    border-top: 1px solid #eee;
}



/*viewbrance1*/

 .blog-post-item {
    display: block;
    margin-bottom:10px;
    padding-bottom: 10px; 
    border-bottom: none; 
    position: relative;
}

.blog-post-item p {
    margin-bottom: 10px !important;
}

.item-box-desc {
    padding: 10px 10px 10px 10px !important;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left !important;
}


.item-box-desc p{  
    position: relative;
}

.item-box-desc p:after{
    content: '...';
    display: block;
    position: absolute; 
    background: #FFF;
}

.item-box-desc  p  span{
    display: block;    
    height: 100px;
    overflow: hidden;
}

/* Sale Page */
ul.categories > li{
	height:104px!important; overflow:hidden;
}
ul.categories > li > h4{
	 font-size:13px!important; 
}  

div.row > div img.img-responsive {
 /* height: 150px!important;*/ 
}
.item-box-desc{height:104px!important; overflow:hidden;margin-bottom: 0px!important;}
.item-box figure{height: 150px!important;}

/*gallery1*/
.row .col-md-12 div img.img-responsive {
  height:100%!important;
}
.row .col-md-12 .item-box figure{height:100%!important;}

@media only screen and (max-width: 768px) {
        section div.row>div {
        margin-bottom: 0px !important; 
    }
 


}

 


 
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    
}

.catalog-2  li.col-lg-12  {
    border: 1px solid #ddd;  
    margin-bottom: 10px;
    padding-top:10px;
}



.catalog-2  .col-lg-12>.shop-item>.thumbnail, .shop-item-list>.col-md-12>.shop-item>.thumbnail {
    float: left;
    width: 200px; 
}


.catalog-2 >.col-lg-12>.shop-item>.shop-item-summary, .shop-item-list>.col-md-12>.shop-item>.shop-item-summary {
    text-align: left !important;
    position: absolute;
    left: 230px;
}


.catalog-2 div.shop-item {
   border: none; 
}



div.shop-item>.thumbnail>.shop-item-info {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 20; 
}

 
 

 
 
div.shop-item-summary {
    padding: 0px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size:13px!important;
} 
  
   
 
div.shop-item>.thumbnail {
    background-color: transparent !important;
    border-color: #ddd !important;
    margin-bottom: 0px;
    position: relative;
}
 
@media only screen and (max-width: 375px) {
.shop-item-list>.col-lg-12>.shop-item>.shop-item-summary, .shop-item-list>.col-md-12>.shop-item>.shop-item-summary {
    text-align: center !important;
    position: relative;
    left: 0;
}

.shop-item-list>.col-lg-12>.shop-item>.thumbnail, .shop-item-list>.col-md-12>.shop-item>.thumbnail {
   
    width: 100%;
}

}

body #wrapper {
    overflow: hidden;
    min-height: 500px;
}


.breadcrumb {
    padding: 8px 8px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.hpicture{
    margin-bottom: 20px;
}


#footer>.container {
    padding-top: 10px;
    margin-bottom: 10px;
    
}

@media only screen and (max-width: 767px) 
{
    #footer>.container {
        padding-top: 5px;
        margin-bottom: 10px;
        
    }

    #footer .row>div {
       margin-bottom:10px;
    }
   
    
}
 

.side-nav-head h4 {  
    vertical-align:top;line-height:35px;display:initial;
}

.side-nav-head .list-group-item
{  
    vertical-align: middle ;line-height:35px;display:flex; top:0px !important;
    padding-right: 5px;
}


div.side-nav ul.list-group-bordered>li> { 
    padding-left: 0px;
}

div.side-nav ul.list-group-bordered>li>a {
    display: block;
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    padding: 5px 2px;
}

/*
.owl-carousel.featured .owl-controls.clickable {
    top: 0 !important;
    margin-top: -45px;
    position: relative;  
    right: 0;
}
*/

.blog-post-item ul.blog-post-info {
    display: block;
    border-bottom: #eaeaea 1px dotted;
    padding-bottom:  5px; 
    margin-bottom: 5px;
}

 
input:autofill{color:#222222!important}
.side-nav-head{ height:35px!important;line-height:32px; vertical-align:middle}
/* --- float button---- */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}
.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;z-index: 9;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #2cb3f0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 1%;
  width: 125px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: -6000;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}


 /* --- end float button---- */