

/***featured-products****/


#feature-products {
    text-align: center;
     padding: 20px 0px 40px 0px;
}
#feature-products h2 {
    margin-bottom: 40px;
}
 p.contents{
  margin-bottom: 50px;
  font-style: italic;
  color:#837e7e;
  font-weight: 300;
  text-align: center;
}


#feature-products .item{
  width:260px;
  height:276px;
   transition: background-image 1s ease-in-out;
 
  position: relative;
  top:0;
  left:0;
  z-index:5;
  margin-bottom: 20px;
  overflow: hidden;
     

  

}



.item-content{
  position: absolute;
  width:100%;
  bottom: 0;
  -webkit-transform: translate(0,100%);
     -moz-transform: translate(0,100%);
      -ms-transform: translate(0,100%);
       -o-transform: translate(0,100%);
          transform: translate(0,100%);
  
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  
}
.item:hover .item-content{
  -webkit-transform: translate(0,0);
     -moz-transform: translate(0,0);
      -ms-transform: translate(0,0);
       -o-transform: translate(0,0);
          transform: translate(0,0);
      
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.item-top-content{
  position: relative;
}
.item-top-content-inner{
  position: absolute;
  bottom: 0;
  padding:10px 15px 10px 15px;
  background: rgba(255,255,255,.85);
  width:100%;
}



/* Buttons */
.item-button{
  border-radius:3px;
  width:30px;
  height:30px;
}

.item-button.play:hover{
  background-color:#34a46c;
  }



.item-button.share:hover{
  background-color:#333333;
  }
.container-item:hover .item-button.share{
  opacity:1;
}
.btn.buy{
  background-color: #e6e6e6;
  text-align:center;
  line-height:38px;
  font-weight:400;
  color:#424242;
  border-radius:4px;
  text-decoration:none;
  padding: 0 4px;
  margin-left: 10px;

}

.btn.buy:hover{

  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgb(204, 204, 204);
  color: #837c7c;
  text-decoration: none;
}




.item-details-price{
  width:30%;
  float:right;
  text-align: right;
}


.item-top-title {
  /*  float: left;*/
}


/*product price*/
.item-price h3{
    /* float: right;*/
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.item-details-price .subdescription{
  color:#7d7d7d;
}

.item-content{
  background: rgba(255,255,255,.85);
   padding: 15px 0 10px;
}
.item-add-content{
 
  font-weight:400;
  color:#7d7d7d;
}

.add-cart {
    float: left;
}
.icons{
  float: right;
  margin-right: 15px;
}
.icons ul li{
  float: left;
    margin-left: 5px;
}
.icons a {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 8px;
    display: inline-block;
    padding: 8px 9px;
}
.icons a:hover{
  border: 1px solid #9c9090;
  background-color: #fff;

}
.item-top-title  p {
    color: rgb(115, 110, 110);
    font-weight: 400;
}
.item-details {
    overflow: hidden;
}
.shop-now a{
    background: #EFEDEE;
    color: rgb(82, 82, 82);
      display: inline-block;
      margin-top: 20px;
    padding: 10px 30px;
    text-align: left;
    border-radius: 4px;
}
.shop-now a:hover{
  background: #E4C559;
  color:#fff;

}
.intro .shop-now {
    margin-bottom: 60px;
    text-align: center;
}
.item-details {
    overflow: hidden;
    text-align: center;
}
/****star-ratings

.rating { 
  border: none;
  float: left;
  margin-bottom: 30px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

******/

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 







/***main-category*****/


#banner-category {
    padding: 40px 0px;border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.display-item {
  position: relative;
  overflow: hidden;
}
.display-item img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.display-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-overlay {
  left: 80px;
    position: absolute;
    text-align: center;
    top: 267px;
}
.item-overlay.top {
     left: 260px;
    padding-right: 30px;
    position: absolute;
    text-align: left;
    top: 100px;
}
.item-overlay.top > h2 {
    color:#424242;
    font-size: 34px;
    font-weight: 700;
    margin: 6px 0 10px;
}
.item-overlay.top > h3 {
    color: rgb(70, 68, 68);
    font-size: 18px;
    margin: 0;
}
.item-overlay.top > p {
    color: rgb(115, 110, 110);
    font-size: 13px;
    font-weight: lighter;
    line-height: 22px;
}
.item-overlay.top a {
    background: #e6e6e6;
    border-radius: 4px;
    color:#424242;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 26px;
    border:1px solid #707070;
}

.item-overlay.top a:hover{
  background-color: #ffffff;
text-decoration: none;  color: #837c7c;

border: 1px solid rgb(204, 204, 204);
}
.discount {
    background: rgb(79, 194, 215) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 102px 0 146px;
    text-align: center;
    text-transform: uppercase;

}
.discount h3{
  font-size: 18px;
  font-weight: 100;
  line-height: 30px;
}

/****mid-banner*****/
.sales_banner_holder {
    background: #d5d5d5;
    margin: 125px 0px 60px;
    padding: 21px 14px;
}
.sales_banner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border:  2px solid rgb(249, 241, 212);
    padding: 40px 0 30px;
    text-align: center;
}
.sales_banner > h2 {
  margin: 0 0 8px;
}

.sales_banner .btn-danger {
 
    font-size: 13px;
    border:none;
    padding: 10px 16px;
    text-transform: uppercase;

    background: #e6e6e6;
    border-radius: 4px;
    color: #424242;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 26px;
    border: 1px solid #707070;
}
.sales_banner .btn-danger:hover{
    background: none;
       color:#837c7c;
    background: #fff;


}
#middle-banner {
    background:#f3f4f7;
}

/*new css added */
.hover-image {
     position:absolute;
    right:0;
  left:0;
    text-align:left;
    top:0;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    visibility:hidden;
    max-width:100%;
    visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -khtml-opacity: 0;
}
.hover-image:hover
{    opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -khtml-opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    visibility: visible;
}

.image a 
{display: block;  }

.image
{position: relative;}





.image .hover-image{
    position:absolute;
    right:0;
  left:0;
    text-align:left;
    top:0;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    visibility:hidden;
    max-width:100%;
    visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -khtml-opacity: 0;
    
}
.image:hover .hover-image{
    opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -khtml-opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    visibility: visible;
}



.navi-tabs {
    border: 0 none;
    margin-bottom: 30px;
    text-align: center;
}

.navi-tabs li {
  display: inline-block;
  float: none;
  margin: 0 15px;
}

.navi-tabs li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #a4a4a4;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 0;
  text-transform: uppercase;
}

.navi-tabs li.active a{color: #000000;text-decoration: underline;}

.ourclients-main
{border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 40px 0px;}


    /****features-section****/
  #features{
    border-top: 1px solid rgb(217, 217, 217);
  }
  .feature-icon {
    float: left;
    padding-right: 25px;

}
.category-f {
    border-right: 1px solid rgb(217, 217, 217);
    padding: 17px 0 0;

    min-height: 100px;
}
.category.shipping{
  border-right:none;

}
.feature-contents > h5 {
    color: rgb(126, 123, 123);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.feature-contents > p {
    color: rgb(186, 179, 179);
    font-size: 12px;
    font-style: italic;
}

.mbtm
{margin-bottom: 30px;}


/****blog-section***/
#blog-section {
   padding: 20px 0px 40px 0px;
    text-align: center;

}
.details > p {
    color: rgb(164, 159, 159);
     padding: 19px 0 5px;
}
.blog-contents {
    text-align: left;
}
.details p i.fa {
    padding-right: 5px;
}
.details span {
    padding-right: 10px;
}
.blog-contents h6 {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: #424242;
    font-weight: 400;
    padding-bottom: 25px;
}
.blog-contents a{
  background-color: #e6e6e6;;
 padding: 10px 26px;
  color:#424242;;
  display: inline-block;
  border-radius: 4px;
  border:1px solid #707070;
}
.blog-contents a:hover{
background: #ffffff;
text-decoration: none;
border: 1px solid rgb(204, 204, 204);  color: #837c7c;
  
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
}




/*****************Footer Section Styles Goes Here*********************/
.main_footer{
  border-top: 1px solid #ccc;
  
  padding:40px 0px;
  }
.footer_block{
  margin-bottom:45px;
   overflow: hidden;
  
  }
.footer_block h6{
  margin-top:0;
  color:#141413;
  font-size:16px;
  
  padding-bottom:10px;
  margin-bottom:15px;
  border-bottom:4px solid #f1efef;
  text-transform:uppercase;
  font-weight:600;
  }
.footer_block p{
  color:#767876;
  font-size:14px;

  line-height:24px;
  }
.footer-nav {
    display: block;
    width: 100%;
  padding-bottom:30px;
  
  
}

.footer-nav li{
  float:left;
  width:50%;
  }
.footer-nav li a{
  font-size:14px;


  
  color:#8B9188;
  font-weight:400;
  }
.footer-nav li a:hover, .footer-nav li a.active{
  color:rgb(126, 123, 123);
  transition:all 0.2s ease 0s;
  }
  
.bottom_social{
/*  width:66%;*/
  margin:0 auto;
  }
.bottom_social li{
  float:left;
  margin-right:20px;
  
  } 
.bottom_social li a i.fa {
  background:#262020;
   
    border-radius: 50%;
    height: 39px;
    padding: 10px;
  font-size:18px;
    text-align: center;
    width: 39px;
  color:#fff;
}
.bottom_social li a:hover i.fa {
  background:rgb(115, 110, 110) ;
  transition:all 0.2 ease 0s;
  
  }


.copyright{
  text-align:center;
  color:#767876;
  font-size:16px;
 
  line-height:24px;
  }



.email-col {
  margin: 30px auto 0;
  max-width: 100%;
  width: 450px;
}

.email-col .input-group input {
  background: #e6e6e6 none repeat scroll 0 0;
  border: medium none;
 -webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
  color: #424242;
  font-size: 14px;
  height: 45px;
  max-width: 100%;
  width: 360px;
}
.input-lg
{border-radius: 0;}
.btn.btn-lg {
  background: #000000 none repeat scroll 0 0;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
  color: #ffffff;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 20px;
}
.btn.btn-lg:hover
{color: #ffffff;}
.btm_newsletter{padding: 20px 0px 40px 0px;}


ul, ol {
    padding-left: 0;
}

.h1, .h2, .h3, h1, h2, h3 ,h4,h5,h6{
  color: rgb(115, 110, 110) !important;
}

.input-lg
{border-radius: 0 !important;}

p.copyright a{color: #000000;}

/* circle effect  */
.hover14 figure {
  position: relative;
}
.hover14 figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hover14 figure:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}



.column {
 
}
.column:last-child {
 
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
 
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}

figure {
  
  overflow: hidden;
}
figure:hover+span {
 
  opacity: 1;
}


.image-section img:hover
{transform:scale(1.1);}

.image-section img
{transition: all 0.3s ease 0s;}

/*zoom*/
.easyzoom {
  border: 1px solid #cdcdcd;
}

.easyzoom a i {
  color: #6c6c6c;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-body
{overflow: hidden;}

.prod-stock,.button-prod
{background-color: #e6e6e6 !important;
border-radius: 4px;
color: #424242;
display: inline-block;
padding: 8px 20px;}

.product-info .cart{
  color: #424242;
}

a:focus, a:hover
{color: #424242;}


/*men's wear*/

.intro-section {
  background: rgb(248, 248, 248) none repeat scroll 0 0;
  margin-bottom: 30px;
  padding: 8px 0;
}
.intro h4 {
  margin-top: 0;
}

.intro hr {
  border-color: rgb(227, 224, 224);
  margin: 18px 0;
}
.product-category li {
  padding: 5px 0;
}
.product-category li i.fa {
  float: right;
}
.product-category li a {
  color: rgb(146, 150, 158);
}
.flexsearch {
  margin-top: 50px;
}
.flexsearch--wrapper {
  background: transparent none repeat scroll 0 0;
  height: auto;
  margin: 0;
  overflow: hidden;
  position: static;
  width: 100%;
}
.flexsearch--form {
  overflow: hidden;
  position: relative;
}
.flexsearch--input-wrapper {
  overflow: hidden;
}
.flexsearch--input {
  -moz-appearance: none;
  background-color: #f2f2f2;
  border-style: solid;
  border-width: 1px;
  box-sizing: content-box;
  color: #333;
  font-size: 14px;
  height: 50px;
  margin-top: 15px;
  padding: 0 46px 0 10px;
  border-color: rgb(227, 224, 224);
}
.flexsearch--submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(136, 136, 136);
  display: block;
  font-family: "Helvetica",sans-serif;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  margin-top: 20px;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 0;
  width: 43px;
}
.price-filter {
  margin: 50px 0;
}
#slider-range {
  margin: 30px 0 25px;
}


#coll-products .item{
  width:260px;
  height:384px;
   transition: background-image 1s ease-in-out;
 
  position: relative;
  top:0;
  left:0;
  z-index:5;
  margin-bottom: 20px;
  overflow: hidden;
  
}


.product-lists {
  margin-bottom: 20px;
  overflow: hidden;
}
.product-lists figure {
  float: left;
  padding-right: 6px;
}
.product-lists .item-top-title {
  margin-top: 5px;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
  float: right;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 15px 0;
}

.price-filter .button {
  background: #000000 none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  height: 45px;
  padding: 8px 30px;
  width: 124px;
}
.price-filter > p {
  float: left;
  width: 50%;
} 

/*details page*/

.product-details {
    overflow: hidden;
/*    margin-top: 30px;*/
}
.product-details h2 {
    padding: 0;
}
.product-details > hr {
    margin: 0;
    padding: 0 0 30px;
    border-color: rgb(244, 244, 244);
}
.product-details p{
  font-weight: 100 !important;
  font-size: 14px;
}
.product-details .item-price h3 {
    float: none;
    font-size: 24px;
    font-weight: 700;
       margin-bottom: 15px !important;
    margin: 0;
}
.intro .rating {
    border: medium none;
    display: inline-block;
    float: none;
    margin: 10px 0;
}
.product-details h5{
  font-size: 15px;
   color: rgb(129, 125, 129);
  }
.product-details .item-price h3{
     color: rgb(83, 82, 82);
    font-size: 30px;
    margin-bottom: 10px;
}
/*button, select {
    height:35px;

    padding: 0 10px;
    text-transform: none;
    width: 200px;
}
*/
.color-box {
    float: left;
    padding-right: 20px;
}
.select-boxes {
   margin: 30px 0;
    overflow: hidden;
}
.product-details .btn.buy {
  
    margin-left: 0;
   
}

#example {
    margin: 30px auto 0;
    text-align: center;
}
.product-details > ul {
    color: rgb(129, 125, 129);
}
.product-details li {
   
    line-height: 24px;
}
.product-details .add-cart{
  margin-left: 60px;
}
.fa.fa-circle {
    color: rgb(204, 204, 204);
    font-size: 6px;
    padding-right: 14px;
}

.quantity {
    float: left;
    position: relative;

}
.quantity input {
    padding: 8px;
}
.quantity #q_up {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgb(247, 247, 247) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(229, 229, 229) rgb(229, 229, 229);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    display: block;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 1px;
    width: 18px;
}
.quantity #q_down {
    background: rgb(247, 247, 247) none repeat scroll 0 0;
    border-left: 1px solid rgb(229, 229, 229);
    display: block;
    font-size: 10px;
    height: 20px;
    position: absolute;
    right: 11px;
    text-align: center;
    top: 21px;
    line-height: 20px;
    width: 18px;
}
.quantity i.fa {
    color: rgb(190, 190, 196);
    font-size: 10px;
    padding: 5px 0 0;
}
.quantity input {
    height: 42px;
    margin: 0 10px 0 0 !important;
}
.quantity i.fa {
    padding: 0;
}
.tab-container {
    margin: 60px 0;
}
.tab-content ul li {
      color: rgb(129, 125, 129);
}
.tab-content {
    margin-top: 28px;
}
.tab-container .nav li a {
   
    padding: 12px 18px;

}
.nav-tabs > li > a:hover {
   /* border: none !important;*/
   border-bottom: none !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none !important;
    text-decoration: none;
}
#comment-form{
   background-color: rgba(0, 0, 0, 0.01);
     padding: 30px 31px 60px 30px;
}
#comment-form input, #comment-form textarea {
    background: rgb(255, 0, 0) none repeat scroll 0 0;
     padding: 0.618em;
    line-height: normal;
      background-color: rgb(242, 242, 242);
      border: 0 none;
        border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) inset;
}
#comment-form input{
  width:197px;
  height: 45px;
}
#comment-form .form-submit input {
  -moz-user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 400;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
    
}
#comment-form .form-submit input:hover{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    color: #837c7c;
}
#comment-form label{
  display: block;
}
#comment-form .comment-form-author{
    float: left;
    margin-right: 20px;
    
}
#comment-form .comment-form-author, #comment-form .comment-form-email, #comment-form .form-submit {
  margin-top: 15px;
  display: inline-block;
}
#related-products {
    border-top: 1px solid rgb(244, 244, 244);
    overflow: hidden;
    padding: 30px 0 50px;
}
#related-products > h3 {
    margin-bottom: 40px;
    text-align: center;
}


.add-cart a.expand
{padding: 10px 20px !important;
  line-height:inherit !important;
  }

  .intro
  {border-bottom: 1px solid rgb(217, 217, 217);}


  /*cart*/

  #cart_summary {
  margin-bottom: 30px;
  text-align: center;
}
#cart_summary > thead > tr > th {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid rgba(177, 177, 177, 0.7);
  color: #555555;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}

#cart_summary tbody {
  background: #f1f1f1 none repeat scroll 0 0;
}

.text-center, #cart_summary tbody td.cart_product, #cart_summary tbody td.cart_avail {
  text-align: center;
}

#cart_summary tbody td.cart_product {
  padding: 7px;
  width: 12%;
}
#cart_summary tbody > tr > td {
  vertical-align: middle;
}
#cart_summary tbody td {
  border: 1px solid rgba(177, 177, 177, 0.7);
}

.order-detail-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
tfoot .cart_total_price {
  border-top: 1px solid #d6d4d4;
}

#cart_summary tfoot tr td {
  border: 1px solid rgba(177, 177, 177, 0.7);
  line-height: 40px;
  padding: 0 10px;
  text-align: right;
}
#cart_summary tfoot td.text-right {
  color: #555555;
  font-weight: 400;
  letter-spacing: 1px;
}

#cart_summary tbody td {
  padding: 0 10px;
}

.mobile-veiw
{display: none;}

.order-detail-content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#cart_summary {
  margin-bottom: 30px;
  text-align: center;
}

.order-detail-content
{padding-bottom: 30px;}

/*checkout*/

.check-out {
  margin-top: 20px;
}
.tab-content.portfolioContainer {
  padding: 20px;
}
.checkout-col h6 {
  border-bottom: 2px solid #000;
  display: inline-block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 14px;
}
.checkout-form .form-control {
  display: inline-block;
  width: 55%;
}
.checkout-form label {
  font-size: 15px;
  font-weight: normal;
  margin-right: 25px;
  text-align: right;
  width: 20%;
}

.checkout-form .form-group > span {
  margin-right: 45px;
}

.checkout-form span {
  display: block;
  margin-top: 15px;
}

.form-group > span {
  float: left;
  margin-left: 10px;
}

.anchore {
  background: #dc0000 none repeat scroll 0 0;
  border: 1px solid #dc0000;
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 33px;
  margin-top: 35px;
  padding: 0 22px;
}

.shop-summary tr{
  border: none;
}
.shop-summary td, .shop-summary th {
    font-size: 13px;
    font-weight: 600;
  border: none;

}

table.shop-summary td
{padding: 10px;}
.shop-summary th {
    text-align: right;
    text-transform: uppercase;
}
.shop-summary td {
    padding-left: 60px;
}

.btn.buy1 {
    background-color: #e6e6e6;
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    color: #424242;
    border-radius: 4px;
    text-decoration: none;
    padding: 0 20px;
    /* margin-left: 10px; */
}

a.btn.buy1:hover,button.btn.buy1:hover{

  background: #ffffff none repeat scroll 0 0 !important;
  border: 1px solid rgb(204, 204, 204);
  color: #837c7c;
  text-decoration: none;
}

.checkout-form span {
    display: block;
    margin-top: 15px;
}

.c_body {
  background: rgb(248, 248, 248) none repeat scroll 0 0;
  padding: 30px;min-height: 393px;

}

.quot-form {
  background: rgb(248, 248, 248) none repeat scroll 0 0;
  padding: 30px;
  min-height: 393px;
}

.google_map iframe {
  height: 393px;
  width: 100%;
}

.c_body label {
  border-bottom: 2px solid #000000;
  color: #000000;
  margin-bottom: 15px;

}

.main-address {
  color: #000;
  line-height: 27px;
  margin-bottom: 30px;  
}

.c_body > p {
  margin-bottom: 15px;
}

.contact-f
{padding: 0px 0 40px;
}


#olf-news
{ /*padding: 30px 0 50px 0;*/}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(0, 0, 0, 0.6);
  outline: 0 none;
}

.form-control
{ box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(0, 0, 0, 0.6);}

/*blog*/
.blog-page-wrap, .event-page-wrap {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: block;
    overflow: hidden;
}
.blog-wrap, .event-blog-wrap:first-of-type  {
  /*  padding-top: 0 !important;*/
}
.blog-wrap, .event-blog-wrap {
    border-bottom: 1px solid rgb(223, 223, 223);
    overflow: hidden;

    padding: 30px 0;
}
.blog-wrap:last-child, .event-blog-wrap:last-child {
    border-bottom: medium none;
}
.blog-detail, .event-detail {
    color: rgb(51, 51, 51);
}
.blog-detail > h3, .event-detail > h3 {
    
    font-weight: 400;
    
    margin: 0;
    text-transform: capitalize;
}
.post-detail {
    color: rgb(107, 107, 107);
   
    font-size: 12px;
    
    margin: 15px 0;
    text-transform: capitalize;
}
.post-detail .fa {
    margin-right: 5px;
}
.author-detail {
    margin-right: 10px;
}
.post-date {
    margin-right: 10px;
}
.blog-detail > p, .event-detail > p {
        
    font-size: 14px;
  
    line-height: 1.75em;
    margin-top: 15px;
}
.blog-detail > a, .event-detail > a {
    background-color: #e6e6e6;
  text-align:center;
   font-weight:400;
  color:#424242;
  border-radius:4px;
  text-decoration:none;
  padding: 5px 10px;}
.blog-detail > a:hover, .event-detail > a:hover {
   background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgb(204, 204, 204);
  color: #837c7c;
  text-decoration: none;  
}
.right-blog-content h2 {
background: rgb(248, 248, 248) none repeat scroll 0 0;
    font-size: 20px;
   
    margin: 0;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.recent-post {
    border-bottom: 1px solid rgb(223, 223, 223);
   
}
.recent-post-wrap {
    border-bottom: 1px solid rgb(223, 223, 223);
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.recent-post-wrap:last-child {
    border: medium none;
}
.recent-post-wrap > figure {
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    width: 95px;
}
.recent-post-detail {
    border: medium none;
    color: rgb(51, 51, 51);
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    transform: translateY(24%);
}
.recent-post-detail:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.recent-post-detail h4 {
   
    margin: 0;
    text-transform: capitalize;
}
.recent-post-detail h4:hover {
   color: #3a8ba6;
}
.recent-post-detail .post-detail {
    margin: 5px 0;
}

.left-blog-content nav, .event-page-wrap nav {
    border-top: 1px solid rgb(223, 223, 223);
    text-align: center;
}
.pagination a {
    border-radius: 0;
    color: rgb(51, 51, 51);
    font-family: "Josefin Sans",serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 6px 14px;
}
.pagination .active a, .pagination a:focus, .pagination a:hover {
    background: #e6e6e6 ;
    border: 1px solid #e6e6e6 ;
    color: #424242;
}
.blog-wrap:last-child, .event-blog-wrap:last-child {
    border-bottom: medium none;
}
.left-blog-content, .left-event-content {
    border-right: 1px solid rgb(223, 223, 223);

}


.aboutus
{padding: 0px 0px 40px 0px;}

.whatyou
{background: rgb(248, 248, 248) none repeat scroll 0 0;}

.meta-line > span, .meta-line a {
  color: #bfbfbf;
  font-size: 13px;
  margin-right: 15px;
}

/*faq */

.panel-heading a {
    
    display: inline-block;
  
    position: relative;

    width: 100%;
}





.panel-heading a::after {
    content: "";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.panel-heading a.collapsed::after {
    content: "";
}
.panel-title a i {
  font-size: 16px;
  padding-right: 10px;
}
.tabs-style-2 .nav-tabs > li > a i {
  margin-right: 10px;
}

.inner-wrap.faq
{margin-bottom: 30px;}

.wshop
{background: #e6e6e6 none repeat scroll 0 0;
    border: 1px solid #707070;
    border-radius: 4px;
    color: #424242;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 26px;}

    .wshop:hover{
  background-color: #ffffff;
text-decoration: none;  color: #837c7c;

border: 1px solid rgb(204, 204, 204);
}