/*--------------------------------------------------
Template Name: Plantmore - Responsive Bootstrap 4 eCommerce Template;
Description: This is html5 template;
Version: 1.0;
-----------------------------------------------------


    CSS INDEX
    ================

    
    1. Default CSS
        1.1 General
        1.2 Section title
        1.3 button
        1.4 Input
        1.5 social-icon
        1.6 Input
        1.7 scroll to top
        1.8 Basic margin padding
        1.9 Background variation set
    2. Header Area CSS
    3. Slider Area CSS
	4. Feature Area CSS
	4.4 Map Area css
    5. History Area CSS
    6. Shop Categories Area CSS
    7. Product Area CSS
    8. Product Countdown Area CSS
    9. Banner Area CSS
    10. Testimonial Area CSS
    11. Brand Area CSS
    12. Blog Area CSS
        12.1 Blog Page CSS
        12.2 Single Blog Page CSS
    13. News Letter Area CSS
    14. Footer Area CSS
        14.1 Footer Top Area CSS
        14.2 Footer Middle Area CSS
        14.3 Footer Bottom Area CSS
    15. Modal Area CSS
    16. Shop Collection Area CSS
    17. Bestseller List Product Area CSS
    18. Home Product Layout Area
    19. Breadcrumb Area CSS
    20. Shop Page CSS
    21. Single Product Page CSS
    22. Wishlist Page CSS
    23. Cart Page CSS
    24. Checkout Page CSS
    25. Login Register Page CSS
    26. My Account Page CSS
    27. About Page CSS
    28. Service Page CSS
    29. FAQ Page CSS
    30. Contact Page  CSS
    31. Portfolio Page CSS
    32. 404 Page CSS 
    
    
        
        



/*************************
    General
*************************/
/*--------------------------------------------------
    Google Font Open+Sans, Poppins And Yesteryear
----------------------------------------------------*/
/*************************
    Section title
***********************/

.section-title > h2 {
	font-size: 80px;
	font-family: 'Yesteryear', cursive;
}
.section-title > h3 {
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
.section-title > span {
	color: #b4b4b4;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
    display: inline-block;
	letter-spacing: 3px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	position: relative;
}
.section-title > span:before,
.section-title > span:after {
	background: #ea5504;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 9;
}
.section-title > span:before {
	left: -45px;
	right: auto;
}
.section-title > span:after {
	left: auto;
	right: -45px;
}
.section-title2 > h3 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 24px;
}
.section-title2 > p {
	margin: 0 auto 35px auto;
	font-style: italic;
	color: #c9c9c9;
	max-width: 720px;
	text-align: center;
}
.section-title2.bl-color > h3 {
	color: #444;
}
.section-title2.bl-color > p{
    color: #222;
}
/*-------------------------
    3. Slider Area CSS
---------------------------*/
/*slider animation css*/
.slider-area {
	position:relative;
}
.active .slider-progress{
  position: absolute;
  top: 0;
  left: 0;
  background: #ea5504;
  height: 3px;
  -webkit-animation: owlprogress 5000ms ease-in-out;
  animation: owlprogress 5000ms ease-in-out;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 9;
}
@-webkit-keyframes owlprogress {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes owlprogress {
  from {width: 0;}
  to {width: 100%;}
 }
.hero-slider-content > *{
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.active .hero-slider-content > h1{
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
            animation: 1000ms ease-in-out 0s normal none 1 running fadeInUp;
}
.active .hero-slider-content > p{
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInUp;
            animation: 1200ms ease-in-out 0s normal none 1 running fadeInUp;
}
.active .hero-slider-content > div.slider-border{
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running rollIn;
            animation: 1400ms ease-in-out 0s normal none 1 running rollIn;
}
.active .hero-slider-content > .slider-btn{
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
            animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.active .hero-slider-content > img{
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
            animation: 900ms ease-in-out 0s normal none 1 running fadeInUp;
}
/*slider style css*/
.single-slider {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	max-height: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-mask {
    position: absolute;
    width: 100%;
    z-index: 99;
    height: 100%;
	text-align:center;
}
.slider-mask img {
	height:100%;
}
.slider-mask  h1 {
	font-size: 22px;
    letter-spacing: 80px;
    color: #f15a22;
    font-weight: 700;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.hero-slider {
	
}
.hero-slider-content > h1 {
	font-size: 80px;
	line-height: 80px;
	font-weight: 500;
	color: #fff;
}
.slider-border {
	background-color: #fff;
	line-height: 25px;
	min-height: 5px;
	min-width: 122px;
	max-height: 5px;
	max-width: 122px;
	margin: 35px 0;
	display: inline-block;
}
.hero-slider-content > p {
	font-size: 16px;
	line-height: 28px;
	max-width: 655px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.slider-btn > a {
	font-size: 15px;
	background-color: #ea5504;
	color: #fff;
	display: inline-block;
	padding: 15px 35px;
	font-weight: 500;
	text-align: center;
    margin-top: 45px;
	box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
}
.slider-btn > a i {
	font-size: 16px;
	margin-left: 5px;
	vertical-align: middle;
}
.slider-btn > a:hover{
    background-color: #ea5504;
}
/*slider style 2 css*/
.single-slider-style-2 {
	height: 800px;
}
.hero-slider .hero-slider-content > img{
    width: auto;
}
/*slider style 3 css*/
.hero-slider-content-3 {
	margin-top: 135px;
}
.single-slider.slider-style-3 .hero-slider-content {
	text-align: center;
}
.slider-style-3 .hero-slider-content > h1 {
	color: #fff;
}
.slider-style-3 .hero-slider-content .slider-border {
	background-color: #fff;
}
.slider-style-3 .hero-slider-content > p {
    color: #fff;
	margin: 0 auto;
    text-align: left;
}
/*slider style 5 css*/
.single-slider-style-5 {
	position: relative;
    background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    height: 580px;
}
.hero-slider-content-5,
.hero-slider-content-6 {
	padding-left: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
    display: inline-block;
	z-index: 9;
}
.hero-slider-content-6 {
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	padding-left: 0;
	top: 40%;
	-webkit-transform: translateY(-40%);
	        transform: translateY(-40%);
}
.hero-slider .hero-slider-content-5 > img.first-img {
	margin-bottom: 30px;
}
.hero-slider .hero-slider-content-5 > img.secound-img {
	margin: 0 auto;
}
.hero-slider .hero-slider-content-6 > img.first-img{
    margin: 0 auto;
}
.hero-slider .hero-slider-content-6 > img.secound-img {
	position: absolute;
	right: 30px;
}
.hero-slider.hero-slider-5 .owl-nav > button{
    display: none;
}
.hero-slider.hero-slider-5 .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
}
.hero-slider.hero-slider-5 .owl-dot {
	width: 13px;
	height: 13px;
	background: #E7E6E6;
	display: inline-block;
	margin: 0 8px;
	border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.hero-slider.hero-slider-5 .owl-dot.active,.hero-slider.hero-slider-5 .owl-dot:hover{
    background: #FFFFFF;
}
.hero-slider .owl-nav > button,
.hero-slider.hero-slider-3 .owl-nav > button,
.testimonial-active .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 45px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-image: url(/web/public/images/icon/slider-left.png);
	background-repeat: no-repeat;
    font-size: 0;
	width: 40px;
    line-height: 40px;
  height: 40px;
  border: 0;
  background-color: rgb(153, 153, 153,0);
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hero-slider.hero-slider-3 .owl-nav > button {
	background-image: url(/web/public/images/icon/slider-left-hover.png) !important;
}
.hero-slider.hero-slider-3 .owl-nav > .owl-next{
    background-image: url(/web/public/images/icon/slider-right-hover.png) !important;
}
.testimonial-active .owl-nav > button{
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.testimonial-active:hover .owl-nav > button{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.hero-slider .owl-nav > .owl-next,
.hero-slider.hero-slider-3 .owl-nav > .owl-next,
.testimonial-active .owl-nav > .owl-next {
	right: 45px;
	left: auto;
    background-image: url(/web/public/images/icon/slider-right1.png);
}
.testimonial-active .owl-nav > .owl-next{
    right: 0;
}
/***这里改成slider-left.png就有箭头了***/
.hero-slider .owl-nav > .owl-prev{
    background-image: url(/web/public/images/icon/slider-left1.png)!important;
    font-size: 0!important;
    background-repeat: no-repeat!important
}
.hero-slider .owl-nav > .owl-next{
    background-image: url(/web/public/images/icon/slider-right1.png)!important;
    font-size: 0!important;
    background-repeat: no-repeat!important
}

.hero-slider .owl-nav > button:hover,
.testimonial-active .owl-nav > button:hover{
    background-image: url(/web/public/images/icon/slider-left-hover1.png)!important;
}
.hero-slider .owl-nav > .owl-next:hover,
.testimonial-active .owl-nav > .owl-next:hover{
    background-image: url(/web/public/images/icon/slider-right-hover1.png)!important;
}
/*------------------------
    4. Feature Area CSS
--------------------------*/
.feature-history-area {
	background-image: url(/web/public/images/bg/bg2.jpg);
	background-position: center center;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
}
.feature-history-area .history-area-content {
	padding: 0;
	border: 0;
	margin-bottom: 85px;
}
.single-feature {
	padding: 50px 35px;
	background-color: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-feature:hover{
    box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.feature-icon > span {
	font-size: 60px;
	color: #ea5504;
    display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
}
.single-feature:hover .feature-icon > span{
     -webkit-animation: crFlipX 2s ease-in-out infinite backwards;
             animation: crFlipX 2s ease-in-out infinite backwards;
}
.feature-content > h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.feature-content > p {
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 2px;
	margin: 0;
}


/*---------------------------
    5. History Area CSS
----------------------------*/
.history-area-content{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 110px;
}
.history-area-content > p > strong {
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 35px;
}
.history-area-content > p {
	font-size: 16px;
	line-height: 33px;
    margin-bottom: 0;
}


/*------------------------
    7. Product Area CSS
--------------------------*/
.single-product {
	margin-top: 5px;
}
.product-slider-active {
	width: 100%;
}
.single-product:hover{
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.product-img {
	position: relative;
	overflow: hidden;
}
.onsale {
    background: #ea5504;
    box-shadow: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    height: 100px;
    left: auto;
    line-height: 162px;
    min-height: auto;
    min-width: auto;
    position: absolute;
    right: -50px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    top: -50px;
    width: 100px;
    z-index: 2;
    border-radius: 0;
    -webkit-transform: rotate(45deg) translateZ(0) scale(1.0,1.0);
    transform: rotate(45deg) translateZ(0) scale(1.0,1.0);
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product-action {
    background: #fff;
    left: 50%;
    margin-right: -50%;
    max-width: 90%;
    padding: 0 9px;
    position: absolute;
    top: 50%;
    z-index: 99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.single-product:hover .product-action{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.product-action > ul > li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.product-action > ul > li > a {
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    border-radius: 0;
}
.product-action > ul > li > a:hover{
    color: #ea5504;
} 
.product-content {
	padding: 20px 15px 25px 15px;
	text-align: center;
}
.product-content > h2 > a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}
.product-content > h2 > a:hover{
    color: #ea5504;
}
.product-price {
	position: relative;
}
.price-box {
    color: #555;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.price {
	text-decoration: line-through;
	color: #999;
	font-size: 14px;
	padding-right: 5px;
}
.single-product:hover .price-box{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.add-to-cart {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-product:hover .add-to-cart{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.add-to-cart a {
    background: transparent;
    border: none;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 11px;
    font-weight: 500;
    height: 30px;
    letter-spacing: .2em;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
}
.add-to-cart a:hover{
    color: #ea5504;
}
/*slider dot*/
.product-slider-active .slick-dots,
.offer-slider .slick-dots,
.brand-active .slick-dots,
.blog-slider-active .slick-dots,
.product-list-slider-active .slick-dots,
.blog-list-slider-active .slick-dots,
.banner-slider-active .slick-dots,
.indoor-product-active .slick-dots,
.product-offer-active .slick-dots,
.sidebar-product-active .slick-dots,
.store-slider-active .slick-dots,
.product-list-slider-active2 .slick-dots {
	text-align: center;
	margin-top: 5px;
}
.product-slider-active .slick-dots li,
.offer-slider .slick-dots li,
.brand-active .slick-dots li,
.blog-slider-active .slick-dots li,
.product-list-slider-active .slick-dots li,
.blog-list-slider-active .slick-dots li,
.banner-slider-active .slick-dots li,
.indoor-product-active .slick-dots li,
.product-offer-active .slick-dots li,
.sidebar-product-active .slick-dots li,
.store-slider-active .slick-dots li,
.product-list-slider-active2 .slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	margin: 0 2px;
}
.brand-active .slick-dots,
.blog-slider-active .slick-dots,
.blog-list-slider-active .slick-dots,
.banner-slider-active .slick-dots,
.indoor-product-active .slick-dots,
.sidebar-product-active .slick-dots{
    margin-top: 25px;
}
.product-slider-active .slick-dots li button,
.offer-slider .slick-dots li button,
.brand-active .slick-dots li button,
.blog-slider-active .slick-dots li button,
.product-list-slider-active .slick-dots li button,
.blog-list-slider-active .slick-dots li button,
.banner-slider-active .slick-dots li button,
.indoor-product-active .slick-dots li button,
.product-offer-active .slick-dots li button,
.sidebar-product-active .slick-dots li button,
.store-slider-active .slick-dots li button,
.product-list-slider-active2 .slick-dots li button {
	background: none;
	border: 1px solid #000;
	border-radius: 100%;
	height: 100%;
	margin: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: hidden;
	padding: 0;
	position: static;
	text-indent: -9999px;
	visibility: visible;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-slider-active .slick-dots li button:hover,
.product-slider-active .slick-dots li.slick-active button,
.offer-slider .slick-dots li button:hover,
.offer-slider .slick-dots li.slick-active button,
.brand-active .slick-dots li button:hover,
.brand-active .slick-dots li.slick-active button,
.blog-slider-active .slick-dots li button:hover,
.blog-slider-active .slick-dots li.slick-active button,
.product-list-slider-active .slick-dots li button:hover,
.product-list-slider-active .slick-dots li.slick-active button,
.blog-list-slider-active .slick-dots li button:hover,
.blog-list-slider-active .slick-dots li.slick-active button,
.banner-slider-active .slick-dots li button:hover,
.banner-slider-active .slick-dots li.slick-active button,
.indoor-product-active .slick-dots li button:hover,
.indoor-product-active .slick-dots li.slick-active button,
.product-offer-active .slick-dots li button:hover,
.product-offer-active .slick-dots li.slick-active button,
.sidebar-product-active .slick-dots li button:hover,
.sidebar-product-active .slick-dots li.slick-active button,
.store-slider-active .slick-dots li button:hover,
.store-slider-active .slick-dots li.slick-active button,
.product-list-slider-active2 .slick-dots li button:hover,
.product-list-slider-active2 .slick-dots li.slick-active button{
    background: #000;
}
/*------------------------------------
    8. Product Countdown Area CSS
-------------------------------------*/
.count-down-area{
    width: 100%;
    max-width: 675px;
    margin: auto;
}
.product-countdown-area {
	background-image: url(/web/public/imagesbg/bg1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
	margin-bottom: 270px;
}
.countdown-inner {
	background: #fff;
	display: inline-block;
	position: relative;
	margin-bottom: 50px;
	margin-left: 25px;
	margin-right: 25px;
}
.countdown-inner:after,
.countdown-inner:before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.countdown-inner:before {
    left: 6px;
    right: 6px;
    top: 6px;
}
.countdown-inner:after {
    left: 12px;
    right: 12px;
    top: 12px;
}
.count-box {
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 18px 30px;
    position: relative;
    z-index: 11;
    box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.single-count {
  background: none;
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  width: auto;
  color: #999;
  display: inline;
  font-size: 14px;
  font-weight: normal; 
}
.single-count:after {
  content: ':';
  display: block;
  font-size: 28px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.single-count:last-child:after {
  display: none;
}
.single-count span {
  color: #555;
  font-size: 46px;
  font-weight: 300;
  min-width: 60px;
  display: inline-block;
}
.offer-slider {
    width: 100%;
    margin-bottom: -270px;
}
.offer-slider .col-md-4.slick-slide{
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.offer-slider .slick-current.slick-center{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*product offer*/
.product-offer {
	border: 1px solid #e5e5e5;
	padding: 15px 30px;
}
.product-offer .single-product:hover {
	box-shadow: none;
}
.product-offer .product-content {
	padding: 20px 5px 10px 5px;
}
.single-count-1 {
  background: #ea5504;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin: 0 10px 0 0;
  overflow: hidden;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 61px;
}
.single-count-1 span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
/*------------------------------
    9. Banner Area CSS
-------------------------------*/
.banner-slider-active {
	width: 100%;
}
.banner-slider-active .col-md-4.slick-slide{
    padding: 0 30px;
}
.banner-img {
	overflow: hidden;
	position: relative;
}
.banner-img > a {
	display: block;
}
.banner-img > a:before {
	background-color: rgba(0,0,0,0.1);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	filter: alpha(opacity=0);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.banner-img img {
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-banner:hover .banner-img > a:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-banner:hover .banner-img img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/*-----------------------------
    10. Testimonial Area CSS
-----------------------------*/
.testimonial-img {
    display: inline-block;
    margin-bottom: 45px;
    position: relative;
}
.testimonial-img:before {
    background: url(/web/public/images/icon/testimonial-icon.png) center center no-repeat;
    bottom: 0;
    content: '';
    display: block;
    height: 37px;
    left: 10px;
    position: absolute;
    width: 37px;
    z-index: 9;
}
.testimonial-img img {
	border-radius: 65px;
	box-shadow: 0px 10px 30px 0px rgba(188,188,188,0.7);
	width: 150px !important;
	height: 150px;
}
.testimonial-content > p {
    font-size: 20px;
    line-height: 32px;
    margin: 0 auto 25px auto;
    max-width: 800px;
    position: relative;
    text-align: center;
}
.testimonial-author > h6 {
    color: #ea5504;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.testimonial-author > h6 > span {
	color: #555;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.testimonial-author > h6 > span:before {
	content: "-";
	display: inline-block;
	margin: 0 5px 0 2px;
	color: #555;
}
/*----------------------
   11. Brand Area CSS
------------------------*/
.brand-active .single-brand img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-active .single-brand img:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------
   12. Blog Area CSS
------------------------*/
.blog-area {
	background-color: #f8f8fa;
	padding-top: 115px;
	padding-bottom: 105px;
}
.blog-slider-active {
	width: 100%;
}
.single-blog {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-blog:hover{
    box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.blog-img > a {
	display: block;
	position: relative;
	overflow: hidden;
}
.blog-img > a:before {
	background-color: rgba(0,0,0,0.1);
	content: '';
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 9;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.blog-img > a:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-img > a > img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-img > a:hover > img {
	-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}
.blog-content {
	background: #fff;
	padding: 25px 30px 40px 30px;
}
.post-date {
    color: #ea5504;
    font-size: 11px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #555;
}
.post-description {
	margin-bottom: 25px;
}
.post-author > img {
  display: inline-block;
  height: 50px;
  margin-right: 10px;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #ddd;
}
.post-author > a {
  color: #ea5504;
}
.post-author > a:hover {
  text-decoration: underline;
}
/*------------------------
    Blog List Area CSS
-------------------------*/
.blog-list-slider-active {
	width: 100%;
}
.blog-list {
	background: #fff;
	min-height: 113px;
	padding: 35px 0 35px 166px;
	position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list:hover{
    background: #ea5504;
    color: #fff;
}
.blog-list .post-date {
	background: #ea5504;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 11px;
	height: 100%;
	left: 0;
	letter-spacing: 1px;
	padding: 0 15px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.blog-list .post-title{
    font-size: 18px;
}
.blog-list:hover .post-author,
.blog-list:hover .post-title,
.blog-list:hover .post-author a{
    color: #fff;
}
.blog-list .post-title a:hover{
    color: #fff;
}
.blog-list .post-author img {
	display: inline-block;
	height: 43px;
	left: 115px;
	position: absolute;
	top: 37px;
	width: 43px;
	border-radius: 100%;
}
/*-----------------------
    12.1 Blog Page CSS
------------------------*/
.blog_area article.blog_single {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.blog_single header.entry-header {
	margin-bottom: 30px;
}
article.blog_single .post-category {
	display: block;
	line-height: 25px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ea5504;
}
article.blog_single .post-category:before {
	content: '\f07b';
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;
}
article.blog_single .post-category > a {
	color: #ea5504;
}
article.blog_single .post-category > a:hover{
    color: #222;
}
.blog_single header h2 {
	margin-bottom: 14px;
}
h2.entry-title{
    margin: 0;
}
h2.entry-title {
	color: #444;
	font-size: 28px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 12px 0;
	letter-spacing: 1px;
}
h2.entry-title:before {
	content: '\f005';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: 5px;
	vertical-align: top;
}
h2.entry-title > a:hover {
	color: #ea5504;
}
.post-author {
	color: #626262;
	display: inline-block;
	font-size: 13px;
	vertical-align: middle;
}
.post-separator {
	color: #8c8c8c;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
}
.blog-post-date {
	color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.blog_single .post-thumbnail {
	margin-bottom: 26px;
}
.post-gallery img {
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blog_area article.blog_single {
	text-align: center;
}
.post-info .entry-summary > p {
	margin-bottom: 27px;
}
.blog_single .readmore.button {
	background: #434343 none repeat scroll 0 0;
	border-color: #434343;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
}
.social-sharing .widget-title {
    background: none;
	color: #8c8c8c;
	font-size: 12px;
	line-height: 26px;
	margin: 0 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 30px;
    font-weight: 700;
}
.blog-social-icons{
    margin: 10px 0 20px;
}
.blog-social-icons > li {
	list-style: none;
	display: inline-block;
}
.blog-social-icons > li > a {
	background: #f7f7f7;
	border-radius: 100%;
	color: #353535;
	display: block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-right: 10px;
	text-align: center;
	width: 26px;
}
.blog-social-icons > li > a:hover{
    background-color: #ea5504;
    color: #fff;
}
.comment {
	color: #a43d21;
	text-align: left;
	display: block;
	font-size: 14px;
}
.comment:hover{
    color: #ea5504;
}
.post-gallery .owl-nav > button {
	position: absolute;
	top: 50%;
	left: 40px;
	-webkit-transition: ;
	transition: ;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 40px;
	height: 40px;
	line-height: 36px;
	background: #000;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	text-align: center;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.post-gallery .owl-nav button.owl-next{
    right: 40px;
    left: auto;
}
.post-gallery .owl-nav > button.owl-prev:after{
    display: none;
}
.post-gallery:hover .owl-nav > button{
    left: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.post-gallery:hover .owl-nav button.owl-next{
    right: 10px;
    left: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.blog-audio iframe {
	vertical-align: middle;
	border: none;
	width: 100%;
	min-height: 300px;
}
/*blog sidebar css*/
.product-filter {
	display: block;
}
.product-filter > h5 {
	border-bottom: 1px solid #ededed;
	color: #222;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
	width: 100%;
	font-family: 'Yesteryear', cursive;
}
.search__sidbar .input_form {
	position: relative;
}
.search__sidbar input.input_text[type="text"] {
	background: none;
	border: 1px solid #ededed;
	height: 34px;
	padding: 0 40px 0 15px;
	width: 100%;
}
.search__sidbar .button {
	background: none;
	border: none;
	color: #222;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
    cursor: pointer;
	top: 0;
	width: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search__sidbar .button:hover{
    background-color: #222;
    color: #ea5504;
}
.blog_Archives__sidbar li {
	color: #222;
	font-size: 14px;
	list-style: none;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/*----------------------------
    12.2 Single Blog Page CSS
-----------------------------*/
.blog_area .blog_single.blog-details {
	border-bottom: none;
	margin-bottom: 15px;
}
.entry-summary.blog-post-description > p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 25px;
	color: #222;
    text-align: left;
}
.entry-summary.blog-post-description blockquote {
	background: #f6f6f6;
	border: 1px solid #ededed;
	border-left: 5px solid #ea5504;
	font-size: 14px;
	font-style: italic;
	line-height: 26px;
	margin: 40px 0 40px 40px;
	padding: 30px 45px;
    text-align: left;
}
.single-post-tag {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0;
	margin: 30px 0;
    color: #222;
    text-align: left;
}
.single-post-tag > a{
    font-size: 13px;
    text-transform: uppercase;
    color: #222;
}
.single-post-tag > a:hover{
    color: #ea5504;
}
.relatedposts > h3 {
	display: inline-block;
	font-size: 20px;
	margin: 0 0 30px;
    font-weight: 700;
	padding: 0 0 20px;
	position: relative;
	text-transform: uppercase;
}
.relatedthumb > h4 {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #444;
	text-transform: uppercase;
	margin: 0;
}
.image {
	margin-bottom: 25px;
}
.rl-post-date {
	color: #8c8c8c;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
    font-style: italic;
}
.comments-area > h3,
.comment-box > h3 {
	font-size: 17px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.comments-area ol {
	list-style: none;
	padding-left: 0;
}
.comments-area > ol > li > ol{
    margin-left: 30px;
}
.comments-area .commentlist li .single-comment {
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 0 20px;
	padding: 30px;
	width: 100%;
}
.comments-area .commentlist li .comment-avatar {
	float: left;
	margin-right: 20px;
}
.comments-area .commentlist li .comment-info {
	border: none;
	overflow: hidden;
	position: relative;
}
.comments-area .commentlist .comment-info a {
	color: #222;
	display: block;
	font-weight: 700;
	font-size: 14px;
}
.comments-area .commentlist li .comment-info .reply {
	display: inline-block;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.comments-area .commentlist li .comment-info .reply a {
	background: none;
	border: 1px solid #ea5504;
	box-shadow: none;
	color: #ea5504;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	height: 28px;
	line-height: 26px;
	padding: 0 20px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
	border-radius: 500px;
}
.comments-area .commentlist li .comment-info .reply a:hover{
    background-color: #ea5504;
    color: #fff;
}
.comments-area .commentlist .comment-info span.date {
	display: block;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 15px;
	color: #222;
	line-height: 19px;
}
.comment-info > p {
	margin-bottom: 0;
	color: #222;
}
.comment-note {
	font-size: 12px;
	color: #666;
	line-height: 25px;
	margin-bottom: 10px;
}
.single-input {
	margin-bottom: 20px;
}
.single-input > label {
	color: #666;
    font-size: 14px;
    line-height: 25px;
}
.single-input > textarea {
	border: none;
	background: #f2f2f2;
	border-radius: 0;
	height: 135px;
	padding: 15px;
	margin-bottom: 20px;
	width: 100%;
}
.single-input > input {
	background: #f2f2f2;
	border: none;
	height: 46px;
	padding-left: 15px;
	width: 100%;
}
.single-input > input:focus,
.single-input > textarea:focus {
	outline: auto;
	outline-color: #ea5504;
}

/*--------------------------------
    13. News Letter Area CSS
----------------------------------*/
.news-latter-box > p {
	font-size: 22px;
	text-align: center;
	margin-bottom: 50px;
}
.subscribe-form {
	display: inline-block;
	margin: auto;
	max-width: 100%;
	vertical-align: middle;
}
.subscribe-form input {
	background: #fff;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	display: block;
	float: left;
	font-size: 1em;
	height: 48px;
	line-height: 48px;
	max-width: 100%;
	padding: 0 10px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 435px;
	border-radius: 4px;
}
.subscribe-form button {
	background: #ea5504;
	border: none;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 500;
	height: 48px;
	letter-spacing: .03em;
	line-height: 48px;
    cursor: pointer;
	margin: 0 0 0 15px;
	max-width: 100%;
	padding: 0 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.subscribe-form button:hover {
	background: #94c74c;
	color: #fff;
}

/*----------------------------------------*/
/*   15. Modal Area CSS
/*----------------------------------------*/
#open-modal .modal-dialog {
	margin: 5% auto;
	min-height: 300px;
	padding: 20px;
	width: 1024px;
	max-width: 100%;
}
.modal-header {
	border: none;
	padding: 0;
}
.modal-header .close {
	padding: 0;
	background: transparent;
	border: 1px solid #999;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	line-height: 28px;
    display: block;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 999;
}
.modal-body {
	padding: 34px 20px 0 20px;
	position: relative;
}
.single-product-img {
	margin-bottom: 10px;
}
.single-slide-menu {
	margin-bottom: 40px;
}
.single-tab-menu {
	padding: 0 5px;
}
.single-tab-menu > a {
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
}
.single-tab-menu > a:hover{
    border-color: #ea5504;
}
.modal-product-info {
	margin-bottom: 55px;
}
.modal-product-info  > h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px;
}
.modal-product-price {
	color: #ea5504;
	font-size: 16px;
	font-weight: 700;
}
.modal-product-price > span.old-price {
	text-decoration: line-through;
}
.see-all {
	color: #999;
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: underline;
	width: 100%;
}
.add-to-cart.quantity {
	border-bottom: 1px solid #ededed;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 38px;
	width: 100%;
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	text-align: left;
}
.add-to-cart.quantity form{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.modal-quantity {
	border: 1px solid #ededed;
	float: left;
	height: 50px;
	margin-right: 15px;
	width: auto;
}
.modal-quantity input {
	border: none;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	height: 48px;
	width: 60px;
}
.form-button {
	border: none !important;
	height: 48px !important;
	line-height: 48px !important;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 38px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: middle;
	cursor: pointer;
}
.form-button:hover{
    background: #ea5504;
    color: #fff;
}
.cart-description {
	border-bottom: 1px solid #ededed;
	color: #999;
	float: left;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 25px;
	padding: 0 0 15px;
	width: 100%;
}
.social-share > h3 {
	background: none;
	color: #222;
	float: left;
	font-size: 22px;
	line-height: 30px;
    font-weight: 700;
	margin: 0 0 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.socil-icon2 > li {
	display: inline-block;
	list-style: none;
    margin-right: 10px;
}
.socil-icon2 > li > a {
	font-size: 18px;
	color: #808080;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #ebebeb;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.socil-icon2 > li:nth-child(1) > a:hover {
    background: #3B579D;
    border-color: #3B579D;
    color: #fff;
}
.socil-icon2 > li:nth-child(2) > a:hover {
    background: #3ACAFF;
    border-color: #3ACAFF;
    color: #fff;
}
.socil-icon2 > li:nth-child(3) > a:hover {
    background: #CB2027;
    border-color: #CB2027;
    color: #fff;
}
.socil-icon2 > li:nth-child(4) > a:hover {
    background: #D11717;
    border-color: #D11717;
    color: #fff;
}
.socil-icon2 > li:nth-child(5) > a:hover {
    background: #0097BD;
    border-color: #0097BD;
    color: #fff;
}
.single-slide-menu .owl-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}
.single-slide-menu .owl-dot {
	height: 15px;
	width: 15px;
	border: 2px solid #e5e5e5;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-slide-menu .owl-dot.active,
.single-slide-menu .owl-dot:hover {
	border-color: #ea5504;
	background: #ea5504;
}
/*----------------------------------
    16. Shop Collection Area CSS
------------------------------------*/
.shop-collection-area .col-left,
.shop-collection-area .col-right {
	margin-bottom: 60px;
}
.shop-collection-area .col-left {
	padding-right: 70px;
}
.shop-collection-area .col-right {
	padding-left: 70px;
}
.collection-content > h3 {
	color: #555;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
    line-height: 29px
}
.collection-content > h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.collection-content > h4 > a {
	color: #ea5504;
}
.collection-content > p{
    margin-bottom: 10px;
}
.collection-content > h2 {
	color: #000;
	font-size: 46px;
	font-weight: 500;
	margin-top: 15px;
    line-height: 62px;
    margin-bottom: 5px;
}
.collection-content > a {
	background: #ea5504;
	color: #fff;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin-top: 15px;
	padding: 0 20px;
}
.collection-content > a:hover {
	background: #94c74c;
}
/*-----------------------------------------
    17. Bestseller List Product Area CSS
-------------------------------------------*/
.product-list-slider-active {
	width: 100%;
}
.single-product.product-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.single-product.product-list:hover{
    box-shadow: none;
}
.list-col-4 {
	float: left;
	width: 40%;
}
.list-col-8 {
	float: left;
	width: 60%;
    padding: 20px 15px;
}
.single-product.product-list .product-content {
	text-align: left;
	padding: 0;
}
.single-product.product-list:hover .price-box{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-product.product-list .add-to-cart {
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
    text-align: left;
}
.indoor-product-active{
    width: 100%;
}
.product-list-area {
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    margin-bottom: 30px;
}
.product-list-area .single-product.product-list {
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.product-list-area .list-col-4 {
	width: 30%;
}
.product-list-area .list-col-8 {
	width: 70%;
}
/*------------------------------
    18. Home Product Layout Area
-------------------------------*/
.category-menu {
	position: relative;
}
.category-heading > h2 {
	background: #ea5504;
	color: #fff;
	font-size: 35px;
	font-weight: normal;
	height: 52px !important;
	line-height: 52px;
	padding: 0 20px;
	border-radius: 3px 3px 0 0;
	position: relative;
	cursor: pointer;
	font-family: 'Yesteryear', cursive;
	text-transform: capitalize;
	text-align: center;
}
.category-heading > h2:after{
	font-size: 20px;
	vertical-align: top;
	margin-left: 15px;
    content: '\e874';
    font-family: 'Linearicons-Free';
    display: inline-block;
}
.category-menu-list > ul {
	background: #fff;
	border-radius: 0px 0px 4px 4px;
	margin-top: -2px;
}
.category-menu-list > ul > li{
    list-style: none;
    border-bottom: 1px solid #ebebeb;
}
.category-menu-list > ul > li{
	padding: 0 20px;
	position: relative;
	text-align: left;
}
.category-menu-list > ul > li > a,
.cat-dropdown > li > a {
	display: block;
	text-transform: capitalize;
	color: #7a7a7a;
	height: 40px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 15px;
	font-size: 13px;
}
.category-menu-list > ul > li > a:hover,
.cat-dropdown > li > a:hover{
    color: #ea5504;
}
.category-menu-list > ul > li > a:before {
	content: "";
	width: 11px;
	height: 11px;
	border: 1px solid #555;
	display: block;
	position: absolute;
	left: 15px;
	top: 15px;
	border-radius: 100%;
}
.category-menu-list > ul > li > a:hover:before{
    background: #ea5504;
    border-color: #ea5504;
}
.category-menu-list > ul > li:last-child > a:before{
    display: none;
}
.category-menu-list > ul > li.right-menu > a:after {
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	vertical-align: top;
}
.category-menu-list > ul > li.rx-parent > a {
	font-size: 14px;
	font-weight: 600;
	color: #363f4d;
}
.rx-parent {
  cursor: pointer;
}
.category-menu-list ul > li span.fa {
	float: left;
	padding-top: 13px;
	margin-left: -15px;
	margin-right: 15px;
}
.rx-child, .category-menu-list ul li a.rx-show {
	display: none;
}
.category-menu-list ul li.rx-change a.rx-show {
	display: block;
}
.category-menu-list ul li.rx-change a.rx-default {
	display: none;
}
.cat-dropdown,.cat-mega-menu {
	position: absolute;
	top: 0;
	left: 100%;
    background: #ffffff;
	z-index: 999;
	width: 220px;
	border: 1px solid #e5e5e5;
    box-shadow: none;
    border: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cat-dropdown li,
.cat-mega-menu ul li{
    list-style: none;
}
.cat-dropdown > li > a{
    font-size: 12px;
}
.cat-dropdown > li > a:hover{
    color: #ea5504;
}
.cat-mega-menu {
	width: 670px;
    padding: 4px 0 10px 0;
    overflow: hidden;
}
li.right-menu .cat-mega-menu > li {
	width: 33.33%;
	float: left;
	padding: 15px 20px 10px 30px;
	list-style: none;
}
.cat-mega-menu > li.cat-mega-title > a {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 13px;
	margin-bottom: 15px;
	display: block;
	line-height: 36px;
    position: relative;
}
.cat-mega-menu > li.cat-mega-title > a:after {
	background: #e5e5e5;
	bottom: 0;
	content: '';
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 80px;
}
.cat-mega-menu > li > ul > li > a{
    font-size: 13px;
    display: block;
    line-height: 25px;
}
.cat-mega-menu > li > ul > li > a:hover{
    color: #ea5504;
}
.category-menu-list > ul > li:hover .cat-dropdown,.category-menu-list > ul > li:hover .cat-mega-menu{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
} 
.sidebar-layout .featured-product {
	border: 1px solid #e5e5e5;
	padding-bottom: 35px;
}
.sidebar-title > h3 {
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
	padding-bottom: 25px;
	margin-bottom: 0;
}
.featured-product h3 {
	margin-top: 15px;
}
.featured-product .single-product.product-list {
	padding: 6px 15px;
}
.featured-product .single-product.product-list:last-child{
    border-bottom: none;
}
.product-tag > ul > li {
	list-style: none;
	display: inline-block;
}
.product-tag > ul > li > a {
	background: #ebebeb;
	border: none;
	color: #555;
	display: inline-block;
	font-size: 13px;
	margin: 0 5px 8px 0;
	padding: 4px 20px;
	text-transform: capitalize;
}
.product-tag > ul > li > a:hover{
    background: #ea5504;
    color: #fff;
}
.store-product-menu {
	margin-bottom: 20px;
}
.store-product-menu > ul > li > a {
	color: #999;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0 10px;
	text-transform: uppercase;
	vertical-align: middle;
}
.store-product-menu > ul > li > a.active,
.store-product-menu > ul > li > a:hover{
    color: #ea5504;
}
.store-product-menu > ul > li:first-child:before {
	background: #ea5504;
	content: '';
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 30px;
}
.store-product-menu > ul > li:after {
	background: #ea5504;
	content: '';
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	width: 30px;
}
.store-slider-active{
    width: 100%;
}
.product-list-slider-active2{
    width: 100%;
}
/*---------------------------
    19. Breadcrumb Area CSS
-----------------------------*/
.breadcrumb-one {
	position: relative;
}
.breadcrumb-content {
	position: absolute;
	bottom: 20px;
	left: 70px;
	z-index: 1;
}
.breadcrumb-content > ul > li{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    position: relative;
}
.breadcrumb-content > ul > li > a{
    color: #fff;
}
.breadcrumb-content > ul > li > a:hover,
.breadcrumb-content > ul > li.active{
    color: #ea5504;
}
.breadcrumb-content > ul > li:before {
	content: "";
	height: 13px;
	width: 1px;
	vertical-align: middle;
	background-color: #fff;
	display: inline-block;
	margin: 0 15px;
}
.breadcrumb-content > ul > li:first-child:before{
    display: none;
}
.breadcrumb-tow {
	background-color: #f4f4f4;
	padding: 55px 0 50px 0;
}
.breadcrumb-title > h1 {
	font-size: 50px;
	text-align: center;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 25px;
}
.breadcrumb-content.breadcrumb-content-tow {
	position: static;
	bottom: 0;
	left: 0;
	text-align: center;
}
.breadcrumb-content-tow > ul > li > a {
	color: #666;
}
.breadcrumb-content-tow > ul > li:before {
	background-color: #666;
}
/*---------------------
    20. Shop Page CSS
-----------------------*/
.shop-sidebar {
	margin-bottom: 55px;
}
.shop-sidebar > h4 {
	font-family: 'Yesteryear', cursive;
	font-size: 35px;
	text-align: left;
	font-weight: 400;
	margin-bottom: 20px;
}
.categori-checkbox ul li {
	list-style: none;
	display: block;
	padding-right: 25px;
	margin: 0 0 5px 0;
	position: relative;
}
.categori-checkbox ul li input {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.categori-checkbox ul li a {
	font-size: 13px;
	margin-left: 24px;
	font-weight: 400;
	display: inline-block;
	color: #555;
}
.categori-checkbox ul li a:hover{
    color: #ea5504;
}
.categori-checkbox ul li span.count {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	color: #555;
}
.price-filter .ui-widget-content {
	background: #e8e8e8;
    border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	height: 7px;
	margin: 0 0 25px;
	width: 100%;
}
.price-filter .ui-slider-range {
	background: #ea5504;
    border-radius: 0;
}
.price-filter .ui-slider-handle {
	background: #ea5504;
    border: none;
	content: '';
	display: block;
    cursor: w-resize;
	height: 22px;
	line-height: 18px;
	margin: 0;
	text-align: center;
	top: 50%;
	width: 22px;
    outline: none;
	border-radius: 100%;
	box-shadow: 0px 0px 6.65px .35px rgba(0,0,0,0.15);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.price-filter .ui-slider-handle:nth-child(3) {
	-webkit-transform: translate(-100%,-50%);
	transform: translate(-100%,-50%);
}
.price-filter .ui-slider-handle:before {
	background: #fff;
	content: '';
	display: inline-block;
	height: 14px;
	vertical-align: bottom;
	width: 14px;
	border-radius: 100%;
}
.price-slider-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.label-input label {
	color: #555;
	font-size: 14px;
	margin: 0;
	text-transform: capitalize;
}
.label-input input {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	color: #555;
	font-size: 14px;
	height: inherit;
	padding-left: 5px;
	width: 99px;
}
.price-slider-amount > button,
.compare-btn {
	background: #999;
	color: #fff;
	font-size: 14px;
    display: inline-block;
	font-weight: normal;
    border: none;
    cursor: pointer;
	height: 35px;
	letter-spacing: .02em;
	line-height: 35px;
	padding: 0 15px;
	text-transform: capitalize;
}
.price-slider-amount > button:hover,
.compare-btn:hover{
	background: #ea5504;
	color: #fff;
}
.compare-btn{
    float: right;
}
.clear-btn {
	float: left;
	height: 35px;
	line-height: 35px;
    display: inline-block;
}
.rc-product > ul {
	border: 1px solid #e5e5e5;
}
.rc-product > ul > li {
	line-height: normal;
	display: block;
	overflow: hidden;
	padding: 10px 15px;
	margin-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.rc-product > ul > li:last-child{
    border-bottom: 0;
}
.rc-product-thumb {
	float: left;
	width: 30%;
}
.rc-product-content {
	float: left;
	padding: 5px 0;
	padding-left: 20px;
	width: 70%;
}
.rc-product-content > h6 {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
}
.rc-product-review {
	font-size: 10px;
	color: #dcba00;
    margin-bottom: 5px;
}
.shop-topbar-wrapper{
	border-bottom: 1px solid #ededed;
	color: #222;
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 100%;
}
.grid-list-option > ul > li > a {
	width: 35px;
	height: 35px;
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}
.grid-list-option > ul > li > a {
	border: none;
	color: #222;
	height: 36px;
	line-height: 36px;
	margin-right: 1px;
	width: 36px;
	border-radius: 100%;
}
.grid-list-option > ul > li > a.active,
.grid-list-option > ul > li > a:hover{
    background-color: #ea5504;
    color: #fff;
}
.toolbar-shorter {
	width: 280px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 35px;
}
.toolbar-shorter label {
	width: 120px;
	margin-bottom: 0;
	font-size: 14px;
	padding: 5px 15px;
	color: #555;
	text-transform: capitalize;
}
.nice-select {
	height: 36px;
	line-height: 36px;
    border-radius: 0;
}
.nice-select .option.selected{
    color: #555 !important;
}
.nice-select .option {
	line-height: 36px;
	min-height: 36px;
}
.nice-select .option{
    color: #555;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	color: #fff;
	background: #ea5504;
}
.show-product {
	margin: 0;
	line-height: 36px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
}
/*shop list css*/
.product-list-item {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.product-list-item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.product-list-item .single-product:hover {
	box-shadow: none;
}
.product-content.shop-list {
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}
.product-reviews {
	margin-bottom: 15px;
	color: #dcba00;
}
.product-list-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 20px;
}
.add-btn a {
    background: #ea5504;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    width: 100%;
}
.product-list-action > ul {
    background: #fff;
    padding: 0 9px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
    margin-left: 18px;
}
.product-list-action > ul > li {
	display: inline-block;
	list-style: none;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.product-list-action > ul > li > a {
	color: #555;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 30px;
	border-radius: 0;
}
.product-list-action > ul > li > a:hover {
	color: #ea5504;
}
/*product pagination*/
.product-pagination > ul {
	text-align: right;
	padding-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #e5e5e5;
}
.product-pagination > ul > li {
	display: inline-block;
	list-style: none;
    margin-right: 5px;
}
.product-pagination > ul > li:last-child{
    margin-right: 0px;
}
.product-pagination > ul > li > a {
	background: #fff;
	border: 1px solid #ededed;
	color: #222;
	font-size: 15px;
    display: block;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	min-width: 0;
	padding: 0 8px;
	text-align: center;
	width: 42px;
}
.product-pagination > ul > li > a > i {
	font-size: 20px;
}
.product-pagination > ul > li.active > a,
.product-pagination > ul > li > a:hover {
	background: #ea5504;
	border-color: #ea5504;
	color: #fff;
}
/*--------------------------------
    21. Single Product Page CSS
--------------------------------*/
.product-menu {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 20px;
	padding: 10px 0;
	width: 100%;
}
.product-details-img  {
	padding: 0 25px;
}
.product-details-img img  {
	width: 100%;
}
.product-tab-menu .slick-arrow {
	position: absolute;
	border: 1px solid #e5e5e5;
    color: #e5e5e5;
    background: #fff;
    height: 28px;
    width: 22px;
    line-height: 26px;
	font-size: 18px;
    display: block;
	cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	z-index: 99;
}
.product-tab-menu .slick-next-btn.slick-arrow {
	left: auto;
    right: 0;
}
.product-tab-menu .slick-arrow:hover{
    color: #fff;
    border-color: #ea5504;
    background-color: #ea5504;
}
.product-tab-menu:hover .slick-arrow{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" 
}
.product-large-thumb{
    position: relative;
    overflow: hidden;
}

.easyzoom-flyout img {
width: auto !important;
max-width: none !important;
}
.product-details-content {
	position: relative;
}
.product-nav {
	position: absolute;
	top: 0;
	right: 0;
}
.product-nav > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #d1d1d1;
	line-height: 28px;
	text-align: center;
	border-radius: 3px;
	color: #d1d1d1;
	position: relative;
	margin-right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-nav > a:hover {
	background: #ea5504;
	border-color: #ea5504;
	color: #fff;
}
.product-details-content > h2 {
	color: #555;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 10px;
}
.single-product-reviews {
	color: #dcba00;
	font-size: 14px;
	margin-bottom: 10px;
}
.review-link {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	line-height: 30px;
	display: inline-block;
}
.review-link:hover{
    color: #ea5504;
}
.single-product-price {
	color: #555;
	font-size: 16px;
	font-weight: 600;
}
.product-description > p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	margin: 35px 0;
}
.stock {
	color: #666666;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	width: 100%;
}
.stock:before {
	color: #81ca33;
	content: '\f058';
	float: left;
	font-family: FontAwesome;
	font-size: 14px;
	margin: -2px 8px 0 0;
}
.single-product-quantity {
	overflow: hidden;
	margin-bottom: 25px;
}
.single-product-quantity .product-quantity {
	background: #fff;
	border: 1px solid #ededed;
	float: left;
	margin-right: 15px;
	padding: 0 10px;
	border-radius: 0;
}
.single-product-quantity .product-quantity input {
	background: none;
	border: none;
	color: #555;
	font-size: 20px;
	font-weight: 400;
	height: 38px;
	line-height: 38px;
	padding: 0;
	width: 60px;
}
.product-btn {
	background: #ea5504;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
    cursor: pointer;
	height: 40px;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0;
	padding: 0 40px;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-btn:before {
	content: '\f07a';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 15px;
	margin-right: 5px;
	vertical-align: top;
}
.product-btn:hover{
    background: #94c74c;
    color: #fff;
}
.wishlist-compare-btn {
	margin-bottom: 30px;
}
.wishlist-compare-btn a {
	background: none;
	border: 1px solid #ededed;
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 170px;
	border-radius: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.wishlist-compare-btn a.wishlist-btn{
    margin-right: 20px;
}
.wishlist-compare-btn a.wishlist-btn:before,
.wishlist-compare-btn a.add-compare:before{
	content: '\f08a';
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
}
.wishlist-compare-btn a.add-compare:before{
    content: '\f021';
}
.wishlist-compare-btn a:hover {
  background: #ea5504;
  border-color: #ea5504;
  color: #fff;
}
.wishlist-compare-btn a:hover:before {
  -webkit-animation: crFlipX 2s ease-in-out infinite both;
          animation: crFlipX 2s ease-in-out infinite both;
}
.product-meta {
	padding: 10px 0;
	width: 100%;
}
.product-meta .posted-in {
	color: #555;
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
	text-transform: uppercase;
}
.product-meta .posted-in > a {
	color: #666;
	font-weight: 400;
	text-transform: none;
}
.product-meta .posted-in > a:hover{
    color: #ea5504;
}
.single-product-sharing {
	margin-bottom: 0;
	padding: 0px;
	width: 100%;
}
.single-product-sharing > h3 {
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin-right: 15px;
	text-transform: uppercase;
}
.single-product-sharing ul{
    display: inline-block;
    margin-bottom: 10px;
}
.single-product-sharing ul > li {
	display: inline-block;
    list-style: none;
	margin-bottom: 0;
	margin-right: 15px;
	position: relative;
}
.single-product-sharing ul > li > a {
	color: #666;
	display: block;
	font-size: 16px;
	text-align: center;
}
.single-product-sharing ul > li > a:hover{
    color: #ea5504;
}
.dec-and-review-menu {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.dec-and-review-menu > li {
	list-style: none;
	position: relative;
	z-index: 9;
	display: inline-block;
	margin: 0 50px 0 0;
}
.dec-and-review-menu > li > a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 25px;
	display: block;
	padding: 0 0 10px 0;
	position: relative;
}
.dec-and-review-menu > li > a:after {
	background: #ea5504;
	bottom: -1px;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	right: 50%;
	width: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.dec-and-review-menu > li:hover > a:after,
.dec-and-review-menu > li > a.active:after{
    left: 0;
    right: 0;
    width: 100%;
}
.dec-and-review-menu > li > a.active,
.dec-and-review-menu > li > a:hover{
    color: #000;
}
.product-review-content-tab {
	border-top: 1px solid #e5e5e5;
	box-shadow: none;
	float: left;
	font-size: 16px;
	line-height: 1.8;
	margin: 0;
	min-height: 160px;
	padding: 0;
	padding: 45px 0px 0 0;
	width: 100%;
}
.single-product-description > h2 {
	font-size: 18px;
	color: #444;
	line-height: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.single-product-description > p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.review-page-comment h2 {
	font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.review-page-comment > ul {
	margin: 0 0 25px;
}
.review-page-comment > ul > li {
	margin: 0 0 20px;
	position: relative;
    list-style: none;
}
.product-comment img {
	width: 60px;
	float: left;
}
.product-comment-content {
	border: 1px solid #ededed;
	border-radius: 3px;
	margin-left: 80px;
	position: relative;
	padding: 15px 15px 0;
}
.product-comment-content:before {
	background: #fff;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	content: '';
	display: block;
	height: 10px;
	left: -6px;
	position: absolute;
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}
.meta > strong {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 31px;
	color: #777;
}
.meta > span {
	font-size: 17px;
	color: #777;
	font-weight: 400;
	line-height: 31px;
}
.description > p {
	font-size: 16px;
	color: #222;
	line-height: 28px;
}
.comment-notes {
	margin: 0;
}
.rating i.fa:not(:last-child) {
	color: #F9BA48;
}
.input-element {
	max-width: 600px;
	width: 100%;
}
.comment-form-comment {
	margin-bottom: 10px;
}
.comment-form-comment textarea {
	border: 1px solid #ededed;
	border-radius: 0;
	height: 125px;
	padding: 10px;
	width: 100%;
	background: #f5f5f5;
}
.review-comment-form-author,
.review-comment-form-email{
	margin-bottom: 20px;
}
.review-comment-form-author input,
.review-comment-form-email input {
	background: #f5f5f5;
	border: none;
	border-radius: 0;
	height: 38px;
	line-height: 38px;
	width: 100%;
	display: block;
	padding: 0 0 0 10px;
	vertical-align: middle;
}
.review-comment-form-author input:focus,
.review-comment-form-email input:focus,
.comment-form-comment textarea:focus {
    outline: auto;
    outline-color: #ea5504;
}
/*-------------------------
     22. Wishlist Page CSS 
---------------------------*/
.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #ebebeb;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.table-content table th,
.table-content table td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.table-content table th {
	border-top: medium none;
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 10px;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}
.table-content table td.plantmore-product-remove {
	font-size: 20px;
}
.table-content table td.plantmore-product-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.table-content table td.plantmore-product-price {
	font-size: 16px;
	font-weight: 700;
}
.table-content table td.plantmore-product-stock-status span.in-stock,
.table-content table td.plantmore-product-stock-status span.out-stock{
	font-size: 12px;
	text-transform: capitalize;
	color: #30b878;
}
.table-content table td.plantmore-product-stock-status span.out-stock {
	color: #EB3E32;
}
.table-content table td.plantmore-product-add-cart a {
	font-size: 14px;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	display: inline-block;
}
.table-content table td.plantmore-product-add-cart a:hover{
    background: #ea5504;
    color: #fff;
}
/*-------------------------
     23. Cart Page CSS 
---------------------------*/
.plantmore-product-quantity input {
	border: none;
	color: #222555;
	font-size: 14px;
	font-weight: normal;
    border: 1px solid #ededed;
	height: 40px;
	width: 55px;
}
.table-content table td.product-subtotal {
	font-size: 16px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	color: #414141;
}
.table-content table td .cart-plus-minus {
	float: none;
	margin: 0 auto;
}
.coupon-all {
	margin-top: 50px;
}
.coupon {
	float: left;
}
.coupon input {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #333;
	font-size: 13px;
    border-radius: 0;
	height: 42px;
	width: 120px;
}
.coupon-all input.button {
	background-color: #333;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
    cursor: pointer;
	height: 42px;
	letter-spacing: 1px;
	line-height: 42px;
	padding: 0 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: inherit;
}
.coupon-all input.button:hover{
    background: #ea5504;
}
.coupon2 {
	float: right;
}
.cart-page-total {
	padding-top: 50px;
}
.cart-page-total > h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.cart-page-total > ul {
	border: 1px solid #ddd;
}
.cart-page-total > ul > li {
	list-style: none;
	font-size: 15px;
	color: #252525;
	padding: 10px 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.cart-page-total ul > li > span {
	float: right;
}
.cart-page-total li:last-child{
    border-bottom: 0;
}
.cart-page-total > a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.cart-page-total > a:hover{
    background: #ea5504;
    border-color: #ea5504;
}
/*-------------------------
     24. Checkout Page CSS 
---------------------------*/
.coupon-accordion h3 {
	background-color: #f7f6f7;
	border-top: 3px solid #1e85be;
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	list-style: outside none none !important;
	margin: 0 0 2em !important;
	padding: 1em 2em 1em 3.5em !important;
	position: relative;
	width: auto;
}
.coupon-accordion h3:before {
	color: #1e85be;
	content: "\f133";
	font-family: "fontawesome";
	display: inline-block;
	left: 1.5em;
	position: absolute;
	top: 1em;
}
.coupon-accordion span {
	cursor: pointer;
	color: #6f6f6f;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.coupon-accordion span:hover{
    color: #ea5504;
}
.coupon-content {
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
    display: none;
	padding: 20px;
}
.coupon-info p {
	margin-bottom: 0;
}
.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
	display: block;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
	color: red;
	font-weight: 700;
    font-size: 14px;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
	border: 1px solid #e5e5e5;
	height: 36px;
	margin: 0 0 14px;
    border-radius: 0;
	max-width: 100%;
	padding: 0 0 0 10px;
	width: 370px;
	background-color: transparent;
}
.coupon-info p.form-row input[type="submit"] {
	background: #252525 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding: 0 30px;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	width: inherit;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
	background: #ea5504;
}
.form-row > label {
	margin-top: 7px;
}
.coupon-info p.form-row input[type="checkbox"] {
	height: inherit;
	position: relative;
	top: 2px;
	width: inherit;
}
p.lost-password {
	margin-top: 15px;
}
p.lost-password a {
	color: #6f6f6f;
}
p.lost-password a:hover{
    color: #ea5504;
}
.coupon-checkout-content {
	margin-bottom: 30px;
    display: none;
}
p.checkout-coupon input[type="text"] {
	background-color: transparent;
	border: 1px solid #ddd;
    border-radius: 0;
	height: 36px;
	padding-left: 10px;
	width: 170px;
}
p.checkout-coupon input[type="submit"] {
	background: #333 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	height: 36px;
    cursor: pointer;
	margin-left: 6px;
	padding: 5px 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: inherit;
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
	background: #ea5504;
}
.checkbox-form h3 {
	border-bottom: 1px solid #e5e5e5;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.country-select,
.checkout-form-list {
	margin-bottom: 30px;
}
.country-select label, .checkout-form-list label {
	color: #333;
	margin: 0 0 5px;
	display: block;
}
.country-select label span.required, .checkout-form-list label span.required {
	color: red;
	font-size: 24px;
	display: inline-block;
	line-height: 16px;
	position: relative;
	top: 5px;
}
.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	height: 42px;
	width: 100%;
	padding: 0 0 0 10px;
}
.checkout-form-list input[type="checkbox"] {
	display: inline-block;
	height: inherit;
	margin-right: 10px;
	position: relative;
	top: 2px;
	width: inherit;
}
.create-acc label {
	color: #333;
	display: inline-block;
}
.ship-different-title h3 label {
	display: inline-block;
	margin-right: 20px;
	font-size: 25px;
	color: #363636;
}
.ship-different-title input {
	height: inherit;
	line-height: normal;
	margin: 4px 0 0;
	position: relative;
	top: 1px;
	width: auto;
}
.order-notes textarea {
	background-color: transparent;
	border: 1px solid #ddd;
	height: 90px;
	padding: 15px;
	width: 100%;
}
.create-account,
#ship-box-info{
    display: none;
}
.your-order {
	background: #f2f2f2 none repeat scroll 0 0;
	padding: 30px 40px 45px;
}
.your-order h3 {
	border-bottom: 1px solid #d8d8d8;
	font-size: 25px;
	margin: 0 0 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.your-order-table table {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 100%;
}
thead {
	background-color: #f6f6f6;
}
.your-order-table table th {
	border-top: medium none;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	width: 250px;
}
.your-order-table table th,
.your-order-table table td {
	border-bottom: 1px solid #d8d8d8;
	border-right: medium none;
	font-size: 14px;
    font-family: 'Montserrat',sans-serif;
	padding: 15px 0;
	text-align: center;
}
.your-order-table table tr.cart_item:hover {
	background: #F9F9F9;
}
.your-order-table table .order-total td {
	border-bottom: medium none;
}
.your-order-table table tr.order-total td span {
	color: #464646;
	font-size: 20px;
}
.your-order-table table .order-total th {
	border-bottom: medium none;
	font-size: 18px;
}
.payment-method {
	margin-top: 40px;
}
.payment-accordion .card {
	border: 0;
	border-radius: 0;
    background: #f2f2f2;
}
.payment-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f2f2f2;
	border-bottom: 0;
}
.payment-accordion .card-body {
	padding: 0;
}
.payment-accordion .panel.panel-default {
	margin-bottom: 20px;
}
.payment-accordion h5.panel-title {
	color: #444;
	font-weight: 600;
	font-size: 18px;
    cursor: pointer;
}
.payment-accordion h5.panel-title > a:hover {
	color: #ea5504 !important;
}
.payment-accordion .card-body > p {
	color: #515151;
}
.order-button-payment input {
	background: #434343 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	height: 50px;
	margin: 20px 0 0;
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
	border: 1px solid transparent;
	cursor: pointer;
}
.order-button-payment input:hover{
    background: #ea5504;
}
/*----------------------------------------*/
/*  25. Login Register Page CSS
/*----------------------------------------*/
.form-login-title > h2,
.form-register-title > h2 {
	font-size: 30px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 26px;
	color: #444;
}
.login-form,.register-form {
	padding: 20px;
	border: 1px solid #d3ced2;
	margin: 30px 0;
	text-align: left;
	border-radius: 5px;
}
.form-fild,.login-submit,.lost-password,.register-submit {
	margin-bottom: 10px;
}
.form-fild > p {
	margin: 0;
}
.form-fild > p span.required{
    color: #f23838;
}
.lost-password > a {
	color: #a43d21;
}
.lost-password > a:hover {
	color: #ea5504;
}
.form-fild > input {
	border: none;
    background: #f5f5f5;
	border-radius: 0;
	height: 38px;
    line-height: 38px;
	padding: 0 0 0 10px;
}
input.checkbox {
	width: 0;
	height: 0;
	margin: 0;
	display: inline-block;
}
.customer-login-register.register-pt-0 {
	padding-top: 0;
}
.login-submit > label {
	margin-left: 10px;
}
/*----------------------------------------*/
/*     26. My Account Page CSS
/*----------------------------------------*/
.dashboard-upper-info {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.dashboard-content .tab-pane:not(.active) {
    display: none;
}
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 30px 20px;
}
.user-name{
    position: relative;
}
.user-name:before {
  color: #222;
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 18px;
  left: -20px;
  position: absolute;
  top: 0;
}
.account-dashboard p {
	font-size: 14px;
	margin: 0;
}
.dashboard-upper-info a.view-cart,
.view {
	color: #fff;
	font-size: 13px;
	padding: 5px 12px;
	background: #ea5504;
    text-transform: capitalize;
}
.dashboard-upper-info a.view-cart:hover,
.view:hover{
    background: #222;
    color: #fff;
}
.view-cart {
  display: inline-block;
  font-size: 14px;
    padding-left: 5px;
  text-transform: capitalize;
}
.view-cart > i {
	margin-right: 5px;
}
.user-name span {
  color: #303030;
  font-size: 15px;
  font-weight: 600;
}
.dashboard-list li a {
  border-bottom: 1px solid #ebebeb;
  color: #222;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-transform: capitalize;
}
.dashboard-list li a.active,.dashboard-list li a:hover,.view-cart:hover,.dashboard-upper-info a:hover {
  color: #ea5504;
}
.dashboard-list li a.active:after{
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    -webkit-transition: 0.10s;
    transition: 0.10s;
}
.dashboard-content {
  border: 1px solid #ebebeb;
  padding: 30px;
}
.dashboard-content h3{
    text-transform: capitalize;
}
.dashboard-content h3 {
	border-bottom: 1px solid #ebebeb;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th{
    border: none;
}
.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td{
    color: #7b7b7b;
    font-size: 13px;
}
#dashboard a{
    color: #222;
    text-transform: capitalize;
}
#dashboard a:hover{
    color: #ea5504;
}
.billing-address {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
#address .view {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
}
.register-form {
	padding: 40px;
}
.account-login-form {
	background: white none repeat scroll 0 0;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 30px 20px;
}
.login-form-container {
	padding: 40px 60px;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.125);
	padding-bottom: 20px;
}
.input-radio .custom-radio input {
	width: auto;
	height: 11px;
}
.account-login-form input {
	background: #ebebeb;
	border: 0;
	height: 35px;
	margin-bottom: 20px;
	color: #7d7d7d;
	padding: 8px 15px;
}
.example {
	display: block;
	color: #878787;
	font-size: 14px;
	margin-bottom: 20px;
}
.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.login-form-container input[type="checkbox"] {
	margin: 0;
	position: relative;
	top: 3px;
	width: auto;
	height: 15px;
	margin-right: 10px;
}
.default-btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	cursor: pointer;
	margin: 20px 0;
	text-align: ;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.default-btn:hover {
	background: #ea5504;
	color: #fff;
}
/*-----------------------
    27. About Page CSS
------------------------*/
.about-us-content {
	padding: 100px 50px;
    text-align: center;
}
.about-us-content > h2 {
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
    color: #444;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.about-us-content > p {
	font-size: 15px;
	color: #222;
	line-height: 25px;
    text-align: justify;
}
a.about-btn {
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	text-transform: capitalize;
	border: 1px solid #222;
	height: 40px;
	padding: 0 25px;
	font-weight: 500;
	margin-top: 26px;
	vertical-align: middle;
}
a.about-btn:hover{
    background-color: #ea5504;
    border-color: #ea5504;
    color: #fff;
}
/*fun factor area css*/
.fun-factor-area .col-lg-3:nth-child(even) .fun-factor-wrap {
    background-color: #e8e8e8;
}
.fun-factor-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 90px 15px;
    background-color: #f3f3f3;
}
.fun-factor-icon {
	margin-right: 20px;
}
.fun-facttor-number > h2 {
	font-size: 30px;
	font-weight: 700;
	line-height: 25px;
	color: #222;
	margin: 0;
}
.fun-facttor-title > h5 {
	font-size: 12px;
	font-weight: 700;
	color: #222;
	line-height: 25px;
	text-transform: uppercase;
}
/*skill area css*/
.skill-area .progress {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  height: 16px;
  margin-bottom: 8px;
  margin-top: 25px;
  overflow: visible;
}
.skill-area {
  margin-top: 0;
  overflow: hidden;
}
.skill-area .progress span {
  color: #d0d0d0;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: -35px;
  -webkit-transform: translate(50%, 0px);
          transform: translate(50%, 0px);
  -webkit-transition: all 0.4s ease 1s;
  transition: all 0.4s ease 1s;
}
.skill-area .progress-bar {
  background: #7b7b7b none repeat scroll 0 0;
  border-radius: 3px;
  margin-left: 2px;
  position: relative;
}
.skrill-here {
	padding: 80px 160px;
}
.skrill-here > h2 {
	font-size: 30px;
	font-weight: 900;
	color: #444444;
	line-height: 40px;
	font-family: 'Raleway', sans-serif;
}
.progress .p-g-title > p {
  color: #fff;
  padding-left: 60px;
  text-align: left;
  text-transform: uppercase;
}
.skrill-here .p-g-title {
  height: 100%;
  left: 0;
  position: absolute;
  text-align: left;
  top: -4px;
  width: 100%;
}
.skill-area .progress span {
  background: #3e3e3e none repeat scroll 0 0;
  border: 3px solid #a0a0a0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  left: -22px;
  line-height: 33px;
  padding-top: 0;
  position: absolute;
  text-align: center;
  top: -13px;
  width: 40px;
}
.bar-span.wow.slideInLeft {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 999999;
}
.progress {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: none;
  height: 24px;
  overflow: visible;
}
.progress-bar {
  background: #8d98aa none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: none;
  position: relative;
}
.progress-bar .text-top {
  background: #363f4d none repeat scroll 0 0;
  border-radius: 50%;
  font-size: 12px;
  height: 42px;
  left: 0;
  line-height: 42px;
  position: absolute;
  text-transform: uppercase;
  top: -9px;
  width: 42px;
}
.skill-bar-item {
  padding-bottom: 6px;
  position: relative;
}
.skill-bar-item > span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-left: 50px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
.skill-bar {
  overflow: hidden;
  padding-top: 9px;
}
/*about page2 css*/
.about-us-content-2 {
	padding: 0 50px;
	margin-bottom: 35px;
}
.about-us-content-2 > h2 {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #444;
	text-transform: uppercase;
}
.about-us2-img img {
	max-width: 100%;
}
.about-us-content-2 > p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin: 0;
	text-align: justify;
}
/*-----------------------------
    28. Service Page CSS
------------------------------*/
.service-title > h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	color: #444;
}
.service-content > p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin: 0;
}
.service-title > h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 900;
	color: #444;
	margin-bottom: 20px;
}
.service-bg {
	background-image: url(/web/public/images/bg/service-bg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*Our Service Area Css*/
.single-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-info {
	padding-left: 20px;
}
.service-icon {
	color: #4fc1f0;
	font-size: 34px;
	padding-top: 10px;
}
.service-info > h3 {
	font-size: 13px;
	color: #c6c6c6;
	text-align: left;
	font-weight: 700;
	font-style: normal;
}
.service-info > p {
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 25px;
	color: #a4a4a4;
}
.single-service-2 .service-info > h3 {
	color: #444;
}
.single-service-2 .service-info > p {
	color: #222;
}
/*idea area css*/
.ideas-content {
	padding: 180px 80px;
	text-align: center;
}
.ideas-content > h2 {
	font-size: 30px;
	color: #444444;
	text-align: center;
	font-family: 'Raleway', sans-serif;;
	font-weight: 900;
	font-style: normal;
}
.ideas-content > p{
    font-size: 14px;
    line-height: 25px;
    color: #222;
    margin: 60px 0;
}
a.ideas-btn{
	display: inline-block;
	border: 2px solid #2A2A2A;
	padding: 13px 19px;
    position: relative;
	padding-right: 48px;
	position: relative;
	color: #2A2A2A;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a.ideas-btn:after {
	content: "\f105";
	font-family: FontAwesome;
	right: 20px;
	position: absolute;
}
a.ideas-btn:hover{
    background-color: #2A2A2A;
    border-color: ##2A2A2A;
    color: #fff;
}
.design-and-code-area {
	background-color: #f6f6f6;
}
/*pricing table area css*/
.pricing-table-area {
	background-color: #f6f6f6;
}
.service-bg-1 {
	background-image: url(/web/public/images/bg/service-bg2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.single-pricing {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34,25,25,0.4);
	text-align: center;
}
.single-pricing:hover .pricing-head > h4{
    background-color: #ea5504;
    color: #fff;
}
.pricing-head > h4 {
	padding: 20px;
	text-align: center;
	background: #3e3e3e;
	color: #fff;
    font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-body {
	padding: 0 20px 40px 20px;
	text-align: center;
}
.table-price {
	font-size: 48px;
	font-weight: 700;
	margin: 0;
	padding: 50px 0;
	text-transform: uppercase;
	color: #666;
	font-family: 'Yesteryear', cursive;
}
.desc-price {
	font-size: 12px;
}
.pricing-body > ul {
	padding-left: 15px;
	margin-bottom: 20px;
}
.pricing-body > ul > li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	list-style: none;
	color: #666;
}
.pricing-body > ul > li:first-child {
	border-top: 1px solid #ebebeb;
}
.pricing-button {
	background-color: #000;
	padding: 0 25px;
	line-height: 48px;
	margin: 40px 0 0;
	display: inline-block;
	text-transform: capitalize;
	font-size: 14px;
    font-weight: 500;
	color: #fff;
	height: 48px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pricing-button:hover {
	background: #ea5504;
	color: #fff;
}
/*What We Do Area CSS */
.service-bg-2 {
	background-image: url(/web/public/images/bg/service-bg3.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.what-we-do-title > h2 {
	font-size: 30px;
	color: #444;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
    text-align: center;
}
.single-service-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-icon3 {
	width: 60px;
	height: 60px;
	border: 2px solid #4fc1f0;
	line-height: 52px;
	text-align: center;
	border-radius: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 60px;
	        flex: 0 0 60px;
	font-size: 28px;
	color: #4fc1f0;
}
.service-content{
    padding-left: 10px;
}
.service-content > h3 {
	font-size: 14px;
	color: #444444;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-style: normal;
}
.service-content > p {
	font-size: 14px;
	line-height: 25px;
	color: #222;
}
/*our service area 3 css*/
.section-title-img {
	background-image: url(/web/public/images/bg/service-bg4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 120px;
    padding-bottom: 100px;
}
.section-title-img .section-title2 > p {
	color: #fff;
	margin: 0 auto 0 auto;
}
.single-service-4 {
	position: relative;
	overflow: hidden;
}
.service-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 40px;
	width: 100%;
	height: 100%;
	bottom: 0;
	padding-top: 80px;
	background-color: #fff;
	z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-service-4:hover .service-box{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.service-icon4 i {
	background: #222;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 40px;
	height: 115px;
	line-height: 115px;
	text-align: center;
	width: 115px;
}
.service-content-4 > h2 {
	font-size: 24px;
	color: #444;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 30px;
	margin-bottom: 5px;
}
.service-content-4 > p {
	font-size: 14px;
	color: #222;
	margin-bottom: 0;
}
/*-------------------------
      29. FAQ Page CSS 
---------------------------*/
.faq-desc {
	margin-bottom: 90px;
}
.faq-desc h3 {
	color: #444;
	font-size: 18px;
	font-weight: 700;
}
.faq-desc p {
	color: #515151;
	margin: 0;
	font-size: 13px;
}
.faq-accordion .card.actives {
	border: 1px solid #ea5504;
}
.faq-accordion .card {
	border-radius: 0;
	margin-bottom: 10px;
}
.faq-accordion .card-header {
	padding: 0;
	margin-bottom: 0;
	background-color: #f5f5f5;
	border: 0;
}
.faq-accordion .card-header a.collapsed:before,
.faq-accordion .card-header a:after {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	right: 15px;
	top: 15px;
}
.faq-accordion .card-header a:after{
    content: "\f068 ";
}
.faq-accordion .card-header a {
	display: block;
    padding: 15px 10px 15px 25px;
    cursor: pointer;
}
.faq-accordion .card-header a:hover{
    color: #ea5504!important;
}
/*-------------------------
    30. Contact Page  CSS
---------------------------*/
/*Google Map Area css*/
#googleMap{
    width: 100%;
    height: 400px;
}
/*contact area css*/
.contact-form-wrap {
	padding: 100px 60px;
}
.contact-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	color: #444;
	margin-bottom: 40px;
}
.contact-form-style > input {
	background: #f2f2f2;
	border: none;
	height: 46px;
	padding-left: 15px;
	width: 100%;
}
.contact-form-style > textarea {
    border: none;
    background: #f2f2f2;
	border-radius: 0;
	height: 135px;
	padding: 15px;
    margin-bottom: 20px;
	width: 100%;
}
.contact-form-style > input:focus,
.contact-form-style > textarea:focus{
    outline: auto;
    outline-color: #ea5504;
}
.form-messege.success {
	color: #1dbc51;
	font-weight: 700;
}
.form-messege.error{
    color: #ff1313;
}
.plantmore-address {
	padding: 100px 60px;
	background-color: #f2f2f2;
}
.plantmore-address > p {
	font-size: 14px;
	color: #222;
	line-height: 25px;
	margin-bottom: 35px;
}
.plantmore-address > ul {
	max-width: 380px;
	padding: 0;
    margin-bottom: 35px;
}
.plantmore-address > ul > li {
	border-top: 1px solid #e4e4e4;
	list-style: none;
    font-size: 14px;
    line-height: 25px;
    color: #222;
	padding: 10px 0;
}
.plantmore-address > ul > li i {
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}
.contact-icon {
	width: 95px;
	height: 95px;
	border: 2px;
	box-shadow: 0 0 0 3px #222;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	color: #444;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	margin-bottom: 35px;
}
.contact-icon > i{
    font-size: 30px;
    line-height: 95px;
}
.contact-icon:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background: #ea5504;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.single-contact-address:hover .contact-icon{
    box-shadow: 0 0 0 3px #ea5504;
    color: #fff;
}
.single-contact-address:hover .contact-icon:before{
    -webkit-transform: scale(1);
            transform: scale(1);
}
.contact-info > h2 {
	font-size: 30px;
	line-height: 40px;
	color: #444;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.contact-form-title > h2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 30px;
}
.contact-form-style.form-style-2{
    text-align: center;
}
.form-button.btn-style-2 {
	text-align: center;
	line-height: 55px !important;
	height: 55px !important;
	padding: 0 30px;
}
/*social link css*/
.social-link-area {
	background-image: url(/web/public/images/bg/contact2-social.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}
.social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.social-link > li {
	display: inline-block;
	list-style: none;
}
.social-link > li > a {
	background-color: rgba(120,120,120,0.61);
	color: #fff;
	display: block;
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	border-radius: 100%;
	font-size: 30px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-link > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	background: #3b5998;
	z-index: -1;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.social-link > li:nth-child(2) > a:before{
    background-color: #1da1f2;
}
.social-link > li:nth-child(3) > a:before{
    background-color: #dd4b39;
}
.social-link > li:nth-child(4) > a:before{
    background-color: #bd081c;
}
.social-link > li:nth-child(5) > a:before{
    background-color: #833ab4;
}
.social-link > li:nth-child(6) > a:before{
    background-color: #00aff0;
}
.social-link > li > a:after{
    content: "";
    position: absolute;
    border: 2px solid #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}
.social-link > li > a:hover:before,
.social-link > li > a:hover:after{
    -webkit-transform: scale(1);
            transform: scale(1);
}
/*------------------------------
    31. Portfolio Page CSS
-------------------------------*/
.protfolio-menu {
	padding: 0 0 30px;
	text-align: center;
}
.protfolio-menu > ul > li {
	background: #666;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
    text-transform: capitalize;
	line-height: 45px;
	margin-bottom: 30px;
	margin-right: 1px;
	padding: 0 30px;
	position: relative;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	z-index: 2;
}
.protfolio-menu > ul > li:hover,
.protfolio-menu > ul > li.active {
	color: #fff;
	background: #ea5504;
}
.single-protfolio {
	position: relative;
}
.single-protfolio .protfolio-img:before {
	background: rgba(0,0,0,0.65) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.single-protfolio:hover .protfolio-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.content {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-icon {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.content > .portfolio-icon > a{
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    margin-right: 5px;
	background: rgba(255,255,255,0.15);
	z-index: 2;
    position: relative;
    top: -60px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.content > .portfolio-icon > a:hover{
    background: #000;
    color: #fff;
}
.content > .portfolio-icon > a:nth-child(1){
    -webkit-transition-delay: 0;
            transition-delay: 0;
}
.content > .portfolio-icon > a:nth-child(2){
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}
.single-protfolio:hover .content > .portfolio-icon > a{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0;
}
.title {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateX(-50%) perspective(600px) rotateX(90deg);
	        transform: translateX(-50%) perspective(600px) rotateX(90deg); 
    -webkit-transform-origin: 50% 100% 0; 
            transform-origin: 50% 100% 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.single-protfolio:hover .title{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(-50%) perspective(600px) rotateX(0deg);
            transform: translateX(-50%) perspective(600px) rotateX(0deg); 
}
.content > .title {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	display: inline-block;
	float: none;
	clear: both;
	margin: 15px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-radius: 0px 0px 0px 0px;
	background: rgba(255,255,255,0.15);
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}
.protfolio-item > .container-fluid {
	padding: 0;
}
.protfolio-item > .container-fluid  > .row{
	margin: 0;
}
.protfolio-active .grid-item {
	padding: 0 5px 10px 5px;
}
.load-more-btn {
	display: inline-block;
	background-color: #807d7d;
	padding: 2px 30px;
	line-height: 45px;
	color: #fff;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
.load-more-btn:hover {
	background-color: #ea5504;
	color: #fff;
}
/*-------------------------
     32. 404 Page CSS 
---------------------------*/
.error-404-area {
	border-top: 1px solid #f0f0f0;
	padding-top: 85px;
	padding-bottom: 110px;
}
.error-text > h1 {
	font-size: 200px;
    color: #ea5504;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 220px;
	margin-bottom: 30px;
}
.error-text > h2 {
	font-size: 35px;
	line-height: 47px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #555;
}
.error-text > p {
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	margin: 20px auto 30px;
	color: #555;
	max-width: 700px;
}
.search-error form {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 500px;
}
.search-error input {
	background: none;
	border: 1px solid #e9e9e9;
	color: #666666;
	float: left;
	font-size: 14px;
	height: 50px;
	padding: 0 40px 0 15px;
	width: 100%;
	line-height: 50px;
}
.search-error button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4f4f4f;
	font-size: 18px;
	height: 50px;
    line-height: 50px;
	position: absolute;
    cursor: pointer;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.search-error button:hover{
    color: #ea5504;
}
.error-button a {
	background: #ea5504 none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
	padding: 0 30px;
	text-transform: uppercase;
}
.error-button a:hover{
    background: #333;
}