/*-----------------------------
    6. Featured-product-wrap
-------------------------------*/
.featured-product-wrap.padding-t {  padding: 50px 0;
}
.section-heading { font-weight: bold;
    margin: 0 0 10px;
    position: relative;
    text-align: center;
}
.section-heading:before,.home-2 .section-heading:before {
    border-top: 4px double #ffbb00;
    content: "";
    left: 0;
    margin: 0;
    position: absolute;
    top: 40%;
    width: 100%;
}
.section-heading h3 { background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    width: auto;
    z-index: 1;
    margin-bottom:0;
    word-spacing: 8px;
    letter-spacing: 1px;
    line-height: 20px;
}
.h-color {
  color: #f8b808;
}
.section-heading h3:before,.section-heading h3:after {
    content: "\f285";
    display: inline-block;
    font: 17px/1 FontAwesome;
    margin-right: 10px;
    color: #ffbb00;
    vertical-align: middle;
}
.section-heading h3:after {
    margin-left: 10px;
    margin-right: 0px !important;
}
.features-tab .nav-tabs {  border-bottom: 0 none;
    text-align: center;
    margin-bottom: 35px;
}
.features-tab .nav-tabs > li { float: none;
    margin-bottom: 0;
    display: inline-block;
    }
.features-tab .nav-tabs > li > a {  border: 0;
  border-radius: 0;
  line-height: 1.42857;
}
.features-tab .nav-tabs > li > a { border: 0 none;
  border-radius: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.42857;
  margin: 0 5px;
  text-transform: uppercase;
  border-bottom: 4px double #000;
}
.features-tab .nav > li > a:focus,.features-tab .nav > li > a:hover {
    background-color: inherit;
    text-decoration: none;
    border-bottom: 4px double #ffbb00;
    color: #ffbb00;
    font-weight: bold;
}
.features-tab .nav-tabs > li.active > a,.features-tab  .nav-tabs > li.active > a:focus,.features-tab .nav-tabs > li.active > a:hover {
    border: medium none;
    border-bottom: 4px double #ffbb00;
    color: #ffbb00;
    font-weight: bold;
}
.sale { color: #fff;
  font-size: 13px;
  font-weight: bold;
  left: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  position: absolute;
  text-transform: uppercase;
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 100;
}
.single-product .new { background: #000 none repeat scroll 0 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0px 16px;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  top: 0;
  z-index: 4;
  line-height: 25px;
}
.sale-border,.home-2 .sale-border { border-right: 70px solid transparent;
    border-top: 70px solid #ffbb00;
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    left: 15px;
}
.product-img-wrap {position: relative;
	overflow: hidden;
	margin:35px 10px 10px 10px;
	
	text-align:center;
}

 .counter {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    background-color: #eee;
    height: 32px;
    min-width: 32px;
    left: 0;
    top: 0;
	margin: 0 13px;
}

.single-product-home {
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
    font-size: 14px;
}
.single-shop {
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
    border-top: #dedede 1px solid;
	border-bottom: 1px solid #dedede;
    
}
.single-shop-last {
    border-left: #dedede 1px solid;
    border-right: #dedede 1px solid;
    border-top: #dedede 1px solid;
	 border-bottom: #dedede 1px solid;
    
}
.shop-product-area{
	padding-bottom:20px;
}
.phone-no {
    font-size: 18px;
    font-weight: bold;
}
.view-product {
    text-align: center;
    margin: 80px auto;
}
.view-product span {
    padding: 7px 20px;
    background-color: #FE6F59;
    font-size: 20px;
	font-weight: bold;
}
.view-product a:hover span {
    background-color: #000;
    color: #fff;
}
.sold-text { background: #ffbb00 none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  height: 100px;
  left: 0;
  line-height: 24px;
  margin: 0 auto;
  padding: 26px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 25%;
  width: 100px;
}
.single-product.sold-out { opacity: 0.45 !important;
}

.add-to-link,.add-to-link a,.add-to-link a:first-child {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.add-to-link {position: absolute;
	bottom: -45px;
	width: 100%;
	left: 0;
	background-color: #ffbb00;
	z-index: 5;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.single-product:hover .add-to-link {bottom: 0px;
}
.add-to-link a {position: relative;
	display: inline-block;
	background: #ffbb00;
	font-size: 15px;
	color: #fff;
	width: 20%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	border-right: 1px solid #e6a900;
}
.add-to-link a:last-child {  border-right: none !important;
}
.add-to-link a div {overflow: hidden;
}
.add-to-link a:first-child {
	background-color: #000000;
	text-align: center;
	background-image: none;
	left: 0;
	float: left;
	color: #fff;
	width: 60%;
}
.add-to-link a:first-child span {
	display: inline-block;
}
.add-to-link a span {font-size: 12px;
	display: none;
	text-transform: uppercase;
	margin-left: 7px;
	letter-spacing: 0.6px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.add-to-link a i {line-height: 38px;
	font-size: 15px;
	height: 40px;
}
.add-to-link a:hover {color: #fff;
	width: 60% !important;
	background-color: #000000 !important;
}
.add-to-link a:hover span {display: inline-block !important;
}
.add-to-link:hover a:first-child {width: 20%;
	background-color: #f2b100;
	text-align: center;
	color: #fff;
}
.add-to-link:hover a:first-child span {display: none;
}
.add-to-cart {  animation-duration: 0.3s;
    top: 25%;
    display: block;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    padding: 7px 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    background: #000;
    z-index: 9999;
}
.add-to-cart a i {  color: #fff;
    font-size: 18px;
    padding-right: 10px;
}
.add-to-cart a div span { color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-product:hover .add-to-cart { top: 40%;
  opacity: 1;
}
.add-to-cart:hover { color: #000;
  background: #ffbb00;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a h3.pro-name { font-size: 24px;
    line-height: 20px;
    margin: 0;
    font-weight: 700;
    padding: 18px 0px;
    text-transform: capitalize;
}
.pro-rating { line-height: 20px;



}
.pro-rating ul li,.home-2 .pro-rating ul li {
    color: #ffbb00;
    display: inline-block;
    font-size: 24px;
}
.pro-price { display: inline-block;
    line-height: 20px;
}
.price-text,.home-2 .price-text { color: #f00;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.normal-price { font-size: 16px;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.quality-single-p .r-grey,.old-price {  color: #eb0505;
    font-size: 14px;
}
.featured-carousel .col-lg-3,.newarrival-carousel .col-lg-6,.blog-carousel .col-lg-4 {width:100%}

.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    background: #ffbb00;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 30px;
    left: -5px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 42px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top:-25px;
    line-height: 32px;
    z-index: 33;
    visibility: hidden;
    opacity: 0;
    margin-left: -50px;
    -webkit-transform: skew(-19deg) rotate(36deg);
    transform: skew(-19deg) rotate(36deg);
}
.home-2 .owl-theme .owl-controls .owl-buttons div {
    background: #118edd;
}
.home-3 .owl-theme .owl-controls .owl-buttons div {
    background: #09b2b9;
}
.home-4 .owl-theme .owl-controls .owl-buttons div {
    background: #e2241e;
}
.home-5 .owl-theme .owl-controls .owl-buttons div {
    background: #b711c1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	left:auto;
    right:-6px;
    margin-right: -50px;
}
.indicator:hover.owl-theme .owl-controls .owl-buttons div {
	opacity:1;
    visibility:visible;
    z-index: 9;
    margin-left: -0px;
}
.indicator:hover.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: -0px !important;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev i,.owl-theme .owl-controls .owl-buttons div.owl-next i {
    padding: 5px 0 0;
    display: inline-block;
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
}
.indicator.owl-theme .owl-controls .owl-buttons div:hover {
    background: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls { margin-top: 0;
  text-align: center;
}
.page-1 .featured-product-wrap.padding-t.padding-dis {
  padding-bottom: 42px;
}

.modal { overflow: visible; }
.modal-body { overflow-y: visible !important; }



select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li , 
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover, 
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}
.like{display:none}