/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body { height: 100% }
body {
    
   font-family: 'Open Sans', sans-serif;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*Panel left*/
.panel-right ul {
  list-style: outside none none;
  margin: 9px 0;
  padding: 0;
  text-align: right;
}
.panel-right ul li a{
    transition: .4s;
}
.panel-right ul li a i {
  padding-right: 4px;
}

.panel-right ul li a {
  color: #000;
}
.panel-right ul li a span{
    font-weight: 800;
}
.panel-right span:hover{
    color:#EB1D2A;
}

/*Mainmenu*/
.main-menu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main-menu li {
    display: inline-block;
}
.main-menu a {
  color: #fff;
  display: inline-block;
  padding: 13px 22px;
  transition: .4s;
}
.menu-bg {
  background: #1D2126 none repeat scroll 0 0;
}

.main-menu > ul li ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.main-menu > ul li ul li{
  display: block;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background: none;
  border: none;
  color: red;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: none;
  text-decoration: none;
  color: red;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  background: none;
  color: red;
  text-decoration: none;
}

.shoping_cart {
    margin-top: 7px;
}
.shoping_cart i {
    padding-right: 10px;
}
.shoping_cart a {
    color: #fff;
    font-size: 18px;
    transition: .4s;
}
.shoping_cart a:hover{
    color:#EB1D2A;
}
.badge {
  background: #EB1D2A none repeat scroll 0 0;
  margin-left: -12px;
  margin-top: -23px;
}

.single-slider {
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.descriptionofproduct {
  padding: 70px 0;
}
.single-product {
  margin-top: 13px;
  text-align: center;
}
.single-letest {
  box-shadow: 2px 2px 11px #cccbcb;
  box-sizing: border-box;
  padding: 17px;
  position: relative;
  text-align: center;
}
.our-product-list {
  padding: 70px 0;
}
.single-letest > h4 {
    margin: 3px;
}
.single-letest > p {
  margin: 7px 7px 11px;
}
.hover-content {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  color: #fff;
  height: 64%;
  left: 0;
  padding-top: 65px;
  position: absolute;
  top: 30px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: scale(.5);
}
.single-letest:hover .hover-content{
	opacity: 1;
	transform: scale(1);
}
.single-letest:hover img {
  filter: grayscale(1) blur(3px);
  transform: scale(1.2);
}

.single-letest img {
  transition: all 0.4s ease-in 0s;
}
.single-letest .hover-content > a {
    color: #fff;
}
.single-letest .hover-icon a {
    color: #fff;
}
.single-letest .hover-icon i {
    padding-right: 4px;
}
.single-letest i {
  padding-right: 4px;
}
.single-letest a{
color: #000;
}
.button {
  border: 2px solid #3b3b3b;
  padding: 2px;
}
.single-letest a:hover, .single-letest i:hover {
  border-color: #eb1d2a;
  color: #eb1d2a;
}
.button-readmore {
  background: #eb1d2a none repeat scroll 0 0;
  color: #fff;
  padding: 7px;
}
.readmore {
    margin-top: 22px;
    text-align: right;
}
a.button-readmore:hover {
    color: #fff;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-menu a {
    color: #fff;
    transition: .4s;
}
.footer-menu li {
    padding: 3px 0;
}
.footer-menu ul li a:hover{
	color: #EB1D2A;
}
.footer-bottom{
	margin-top:10px; 
}
.right {
	float: right;
}
.right > a {
  color: #fff;
  transition: .4s;
  padding-left: 4px;
}
.right > a:hover{
	color: #EB1D2A;
}
.footer-area {
  background: #1D2126 none repeat scroll 0 0;
  color: #fff;
  padding-top: 70px;
}
.fp-bar,.fp-tel,.fp-cc{
  background: #FFFFFF;
  padding: 0px;
  position: absolute;
  box-sizing: border-box;
  width: 140px;
  height: 0;
  overflow: hidden;
  z-index: 999;
  transition: 1s,height 0.2s 0s ease;
}
.fp-bar li,
.fp-bar li a,.fp-tel a,.fp-cc a{
  display: block;
  color: black;
  width:140px;
}
.fp:hover .fp-bar{
  float: left;
  box-sizing: border-box;
  height: 150px;
}

.fp-bar li:hover a{
  background: black;
  color: white;
}
.tel:hover .fp-tel{
  float: left;
  box-sizing: border-box;
  height: 200px;
}

.fp-tel li:hover a{
  background: black;
  color: white;
}

.cc:hover .fp-cc{
  float: left;
  box-sizing: border-box;
  height: 100px;
}

.fp-cc li:hover a{
  background: black;
  color: white;
}