
.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: black;
	margin: 8px 0px;
    font-size: 30px;
    font-family: "Raleway",sans-serif;
    font-weight: 100;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}
.popular{
  font-family: "Raleway",sans-serif;
  font-weight: 100;
}


.product-f-image {
    position: relative;
}
.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;overflow: hidden;border: 1px solid #ddd;
}
.product-hover:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;transition: .4s;
}
.product-hover a {
    background: none repeat scroll 0 0 #5a88ca;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    left: 5%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #5a88ca;
    width: 80%;z-index: 99;transition: .4s;
}
.product-hover a:hover {
  background: #000;
  text-decoration: none;border-color: #444;
}
.product-carousel-price ins {
  color: #5a88ca;
  font-weight: 700;
  margin-right: 5px;
  text-decoration: none;
}
.product-hover a i.fa {
    margin-right: 5px;
}
.product-hover a.add-to-cart-link {top: -25%;}
.product-hover a.view-details-link { bottom: -25%;}
.single-product h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
}


.single-product h2 a {
    color: #222;
}
.single-product p {
    color: #5a88ca;
    font-weight: 700;
}

.single-product {
  overflow: hidden;
}
/*.single-product:hover {}*/
.single-product:hover .product-hover a.add-to-cart-link {top: 32%;}
.single-product:hover .product-hover a.view-details-link {bottom: 32%;}
.single-product:hover .product-hover:after{left: 0}


.product-carousel {
  padding-top: 40px;
}
.latest-product .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
}

.latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
  background:lightblue;
  color:#FFF;
  display: inline-block;
  margin-left: 15px; 
  padding: 1px 10px;
}

.maincontent-area {padding-bottom: 50px; padding-top:20px;}

.product-wid-title {
  font-family: raleway;
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
}
.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}

/*styling how to video*/
.div.outerDiv:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.howTo{width:100%; height:auto;border-radius: 0px;display:flex}
div.outerDiv {
    border-radius: 5px;
  height: auto;
  width: 30%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
  margin-left: 13%;
}
/**/
div.videocontainer {
  text-align: center;
  padding: 2px 2px;
}
/*styling imageseller*/
div.polaroid2:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.categories2{width:100%; height:auto;border-radius: 5px;display:flex}
div.polaroid2 {
  border-radius: 10px;
  height: auto;
  width: 40%;
  background-color: #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 15px;
  margin-left: 6%;
}

div.imagecontainer2 {
  text-align: center;
  padding: 2px 2px;
}


/*styling imagecontainer*/
div.polaroid:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.categories{max-height:250px; height: 100%;  max-width:250px; width: auto;display:flex;margin-left: auto;margin-right: auto; }
div.polaroid {
    border-radius: 5px;
  max-height:370px;
  height: 100%;
  width: 20%;
  background-color: #ddd;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 5px;
  margin-left: 35px;
}

div.imagecontainer {
  text-align: center;
  padding: 1px 10px;
}
/*styling imagecontainer*/
div.polaroid:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.PopularCategory {
  height: 60vh; 
}




/* Create three equal columns that floats next to each other */
.columnFooter,rowFooter {
  box-sizing: border-box;
}
.rowFooter{max-width: 1450px;
width: 100%;
margin-left: auto;
margin-right: auto;}
/* Create three equal;
columns that floats next to each other */
.columnFooter {
  background-color: #595655;
  text-align: center;
  
  float: left;
  width: 33.33%;
  height: 300px; /* Should be removed. Only for demonstration */
}
.columnFooter h3{  
    padding: 15px 0;
    color: #F6F4F2;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;}
.columnFooter a{
    background-color: #595655;
     color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
     background: none;
}
/* Clear floats after the columns */
.rowFooter:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnFooter {
    width: 100%;
  }
    #columnFooter3{display: none}
}

/*footer begin

 #footer {
    background: #595655;
     
}

.footer-widget {
    margin-bottom: 68px;
     height: 30vh;
}

.footer-widget .container {
    border-top: 1px solid #FFFFFF;
    padding-top: 15px;
}

.footer-col h3 {
    color: #F6F4F2;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.footer-col a {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
    text-decoration: none;
     background: none;
}

.footer-col a:hover {
    background: none;
    color: #83B7BB;
    text-decoration: none;
}
.footer-content-wrapper {
  width: 90%;
  margin: 1em auto;  
}

.footer-col {
  display: inline-block;
  padding: 0.5em 0.1em 0.5em 1em;
  box-sizing: border-box;
  border-right: solid 1px #bbb;
}
.footer-col:nth-child(4) {
  border: none;
}

.ta-l {
  text-align: left;
}
.flt {
  float: left;
}

.flt:nth-child(4):after {
   content: " "; 
   visibility: hidden; 
   display: block; 
   height: 1em; 
   clear: both;
}

.large-25 {
  width: 25%;
}

.footer-col a {
  display: block;
  margin: 0.3em 0;
}




.searchform input {
    border: 1px solid #DDDDDD;
    color: #575959;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 0;
    outline: medium none;
    padding: 7px;
    width: 212px;
    
}

.searchform button {
    background: lightblue;
    border: medium none;
    border-radius: 0;
    margin-top:5px;
    padding: 7px 17px;
}

.searchform button i {
    color: #FFFFFF;
    font-size: 20px;
}

.searchform button:hover,
.searchform button:focus {
    background-color: #45B3B3;
}

.searchform p {
    color: #8C8C88;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin-top: 25px;
}
.footer-bottom {
    background: black;
    height: 60px;
}

.footer-bottom p {
    color: #F6F4F2;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-left: 15px;
}

.footer-bottom p span a {
    color: #83B7BB;
    font-style: italic;
    text-decoration: underline;
}
*/



