.logo {
    padding: 10px 0px;
    transition: all 0.3s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    min-height: 60px;
    box-sizing: border-box;
}
.logo a {
    display: block;
    line-height: 0;
    flex-shrink: 0;
}
.logo img {
    max-width: 180px;
    width: auto;
    height: auto;
    max-height: 60px;
    display: block;
    object-fit: contain;
    margin: 0;
    padding: 0;
}
@media (max-width: 768px) {
    .logo {
        min-height: 50px;
    }
    .logo img {
        max-width: 140px;
        max-height: 50px;
    }
}
@media (max-width: 480px) {
    .logo {
        min-height: 40px;
    }
    .logo img {
        max-width: 120px;
        max-height: 40px;
    }
}
.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
}
.main-menu nav > ul > li > a {
    color: #333;
    display: block;
    line-height: 33px;
    padding: 27px 17px;
    text-transform: none;
    font-size: initial;
}
.main-menu nav > ul > li > ul > li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}
.main-menu nav > ul > li > ul > li > a {
    color: #333;
    display: block;
    font-weight: normal;
    padding: 7px 0;
    text-transform: capitalize;
}
.main-menu nav > ul > li > ul > li > a:hover {
    color: #666;
    padding-left: 5px;
}
.menu-active a {
    color: #d8262f !important;
}
.main-menu nav > ul > li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.main-menu nav > ul > li:hover > a {
    color: #d8262f;
}

.cart-menu {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.slider-area {
    position: relative;
}
.slider-area::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #fff;
  color: #d8262f;
display: inline-block;
font-size: 14px;
font-weight: 400;
letter-spacing: 1px;
padding: 10px 20px;
text-transform: none;
border-radius: 50px;
border: 1px solid #d8262f;
}
.title-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.title-container > a:hover::before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.title1,
.title4 {
    color: #000;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.title2 {
    color: #222;
    display: block;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 20px 0 20px;
    text-transform: capitalize;
}
.title3 {
    color: #292929;
    display: block;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.025em;
    margin: 20px 0 40px;
    text-transform: capitalize;
}
.s-title {
    display: inline-block;
}
.title-container > a {
    background-color: #d8262f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    z-index: 999;
}

a#scrollUp {
    background: #333 none repeat scroll 0 0;
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
}
a#scrollUp:hover {
    background: #000 none repeat scroll 0 0;
}

.dropdown {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all 0.3s ease 0s;
    width: 200px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    left: 0;
    transform: scale(0.9);
}
.search-style-2 {
	position: relative;
	display: inline-block;
    font-size: 26px;
    margin-top: 35px;
    margin-left: 20px;
}

#global-search:hover .search2-content{
	opacity: 1;
    overflow: hidden;
    position: absolute;
    visibility: visible;
    top: 100%;
}


.search2-content {
    right: -60px;
    top: 137%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 999999;
	min-width: 300px;
    opacity: 0;
    position: absolute;
}

.search2-content form {
    position: relative;
}
.search-input-button2 input {
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding: 1px 46px 1px 10px;
    width: 100%;
}
.search-input-button2 button.search-button2 {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 38px;
    width: 45px;
    transition: all .3s ease 0s;
}
.search-input-button2 button.search-button2:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #333;
}

.search-product-button input {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding: 1px 46px 1px 10px;
    width: 100%;
}
.search-product-button button.search-product {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 18px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 20px;
    width: 45px;
    transition: all .3s ease 0s;
}
.ssearch-product-button button.search-button:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #333;
}


.user.user-style-3 > a {
	/* color: #333; */
    /* display: inline-block; */
     /* padding: 10px 10px 30px 10px;
	margin-top: 20px; */
    margin-left: 20px;
}

.user > a {
    color: #fff;
    font-size: 23px;
    position: relative;
}
	
.currence-user-page {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 165px;
    z-index: 999999;
}
.user:hover .currence-user-page {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.currence {
    display: block;
    margin-bottom: 9px;
    overflow: hidden;
}
.currence > h4 {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 13px;
    text-transform: capitalize;
}
.currence > ul {
    display: inline-block;
    float: right;
}
.currence > ul > li {
    display: inline-block;
    margin-left: 10px;
}
.currence > ul > li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
}
.user-page> ul > li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;
    padding-left: 15px;
}
.user-page> ul > li:hover{
    padding-left: 20px;
}
.user-page> ul > li:last-child {
    margin-bottom: 0px;
}
.user-page > ul > li > a {
    color: #333;
    font-size: 13px;
}
.user-page > ul > li > a:hover,
.currence > ul > li a:hover {
    color: #666;
}
.user-page > ul > li > a > i {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}


.mobile-menu-area {
    display: none;
}

.mobile-menu-area .dropdown{
	position: relative;
	opacity: 1;
    visibility: visible;
    transform: none
}

.mean-container .mean-nav ul li li a {
opacity:1;
}
/*TOP CATEGORY START*/
.topcategory-products-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
}
.topcategory-products-box:hover{
	border: 1px solid #ccc;
}
.topcategory-products  {
	overflow: hidden;
    min-height: 271px;
    max-height: 271px;
    min-width: 272px;
    max-width: 272px;
    position: relative;
}
/*TOP CATEGORY END*/

/*NEW ARRIVAL START*/
.newarrival-products-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
}
.newarrival-products-box:hover{
	border: 1px solid #ccc;
}
.newarrival-products  {
	overflow: hidden;
    min-height: 381px;
    max-height: 381px;
    min-width: 272px;
    max-width: 272px;
    position: relative;
}
.newarrival-price{
	position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
}
.newarrival-price-text{
	display: inline-block;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    left: 0px;
    bottom: 40px;
    background: #F5F5F5;
}
/*NEW ARRIVAL END*/

/*TOP SALER START*/
.topsaler-products-large {
    min-height: 620px;
    min-width: 450px;
    max-width: 450px;
    max-height: 620px;
    /*margin-top: 80px;*/
}
.topsaler-price-large{
	position: absolute;
    text-align: center;
    top: 11%;
    width: 100%;
}

.topsaler-products-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
}
.topsaler-products-box:hover{
	border: 1px solid #ccc;
}
.topsaler-products  {
	overflow: hidden;
    min-height: 271px;
    max-height: 271px;
    min-width: 272px;
    max-width: 272px;
    position: relative;
}
.topsaler-price{
	position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
}
.topsaler-price-text{
	display: inline-block;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    left: 0px;
    bottom: 40px;
    background: #F5F5F5;
}
/*TOP SALER END*/

/*Popular Products START*/
.popular-products-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
}
.popular-products-box:hover{
	border: 1px solid #ccc;
}
.popular-products  {
	overflow: hidden;
    min-height: 381px;
    max-height: 381px;
    min-width: 272px;
    max-width: 272px;
    position: relative;
}
.popular-products-price{
	position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
}
.popular-products-price-text{
	display: inline-block;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    left: 0px;
    bottom: 40px;
    background: #F5F5F5;
}
/*NEW ARRIVAL END*/

/*carousel angle start */
#customer-views .owl-nav button,
#top-category-slider .owl-nav button,
#new-arrivals-slider .owl-nav button,
#product-carousel .owl-nav button {
    color: #333;
    font-size: 28px;
    position: absolute;
    top: 140px;
    border-radius: 60px;
    border: 1px solid #ccc;
    width: 25px;
    line-height: 50px;
	background: #eee;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0px;
}
/*carousel angle end */


.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #555;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;border-radius: 50px;
border: 1px solid #d8262f;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*common start*/
.text-center {
    text-align: center;
}
.category-title-section h2{
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.category-title-section h2 i {
    background: linear-gradient(#ff8a12, #d8262f, #ff8a12);
    border: medium none;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -10px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 82%;
    width: 20px;
}
.category-title-section h2::before {
    background: linear-gradient(#ffed12, black, #ffed12);
    border-radius: 100%;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -35%;
    position: absolute;
    width: 70%;
}
.product-banner {
    /* position: absolute; */
    text-align: center;
    width: 100%;
    /* bottom: 0px; */
	max-height: 40px;
	white-space: nowrap;
}
.product-banner > a {
    background-color: #d8262f;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 100%;
	max-width: 272px;
}
.product-banner-large > a {
    background-color: #666;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 100%;
	max-width: 450px;
}
.product img{
	transition: opacity .3s, transform .3s;
    -moz-transform: scale(1);
    transform: scale(1);
    width:100%;
    height:auto;
}
.product img:hover{
	/*filter: grayscale(100%);*/
	-webkit-transform: scale(1.05); 
}
.product:hover .product-social-icons {
    opacity: 1;
    right: 0;
    border-left: 1px solid #ccc;
}
.product-social-icons {
    background-color: #333;
    /* height: 100%; */
    opacity: 0;
    position: absolute;
    right: -35px;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
.product-social-icons a{
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.product-social-icons .wishlist {
    background: #d92e2f;
    color: #fff;
}
.product-social-icons .wishlist:hover .pe-7s-like{
    color: #d92e2f;
}

.product-social-icons .facebook {
    background: #3B5998;
    color: #fff;
}
.product-social-icons .facebook:hover .fa-facebook{
    color: #3B5998;
}

.product-social-icons .twitter {
    background: #55ACEE;
    color: #fff;
}
.product-social-icons .twitter:hover .fa-twitter{
    color: #55ACEE;
}

.product-social-icons .whatsapp {
    background: #5cce62;
    color: #fff;
}
.product-social-icons .whatsapp:hover .fa-whatsapp{
    color: #5cce62;
}

.product-social-icons .wishlist:hover,
.product-social-icons .facebook:hover,
.product-social-icons .twitter:hover,
.product-social-icons .whatsapp:hover {
    background: #fff;
}

.content-container{
	/*background: #fdfdfd;
    border: 1px solid #ccc;*/
	background: #fff;
    padding: 20px;
    /*box-shadow: -1px -1px 13px -4px #635e5e;*/
    /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19); */
}
/*common end*/

.about-us{
	font-size: 16px;
    text-align: center;
    padding: 10px 20px 0px 20px;
}

/*subscribe-form*/	
.news-letter {
    border: 2px solid #d8262f;
    padding: 10px !important;
    margin-top: 20px;
    background: #fff;
    height: 400px;
	max-height: 400px;
}
.news-letter h2 {
    font-size: 20px;
    padding-top: 10px;
    color: #fff;
}
.news-letter p {
	font-weight: bold;
    color: #000;
}
.news-letter .text-center > h3 {
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 35px;
    text-transform: capitalize;
}
.news-letter form input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding: 1px 30px 1px 20px;
    margin-bottom:10px;
    width:100%;
}
.es_form_container form {
    display: grid;
}
.news-letter input[type=submit] {
    background-color: #fff;
    color: #d8262f;
    font-size: 14px;
    height: 39px;
    letter-spacing: 1px;
    padding: 0 68px;
    border-radius: 50px;
    border: 1px solid #d8262f;
    margin-bottom: 25px;
}

.news-letter label{
    display: grid;
}
.es-field-wrap label.error{
    display: none !important;
}
.emaillist input[type=submit]:hover {
    background-color: #777;
    color: #fff;
}


.emaillist input[type=submit] {
    background-color: #fff;
    color: #d8262f;
    font-size: 14px;
    height: 39px;
    letter-spacing: 1px;
    padding: 0 68px;
    border-radius: 50px;
    border: 1px solid #d8262f;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
}
.emaillist input[type=submit]:hover {
    background-color: #777;
    color: #fff;
}



.emaillist form input::-webkit-input-placeholder {
    /* Chrome */
    
    color: #333;
    opacity: 1;
}
.emaillist form input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #333;
    opacity: 1;
}
.emaillist input.error {
	border: 1px solid red;
}
.emaillist label.error {
	color:red;
	margin-bottom: 0px;
}

.es_caption{
    display:none;
}

.text-muted {
    font-size:14px;   
}

.customer-says{
	border: 2px solid #d8262f;
	padding: 20px;
	background: #fafafa;
	margin: 20px;
	float: right;
	min-height:400px;
	max-height: 400px;
}
.testimonial-img {
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: -30px;
}
.testimonial-img > img {
    border: 2px solid #ddd;
    border-radius: 100%;
}
.testimonial-content > p {
    margin: 0 auto;
    width: 90%;
}
.testimonial-content > ul {
    margin-top: 5px;
}
.testimonial-content li {
    display: inline-block;
    margin: 2px;
}
.testimonial-content li a {
    color: #ffc741;
}
.single-testimonial {
    position: relative;
	border-radius: 10px; margin-top:30px;
    padding: 50px 0 50px;
}
.testimonial-content {
    padding-bottom: 20px;
}
.testimonial-info > h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.testimonial-info > span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.testi-all .owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
    width: 70px;
}


/*blogs start*/
.blog-details{
	border:1px solid #eee;
}
.blog-img a img {
    min-width: 265px;
    max-width: 265px;
    min-height: 200px;
    max-height: 200px;
}
.blog-meta h4 a {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-meta h4 a:hover {
    color: #666;
}
.blog-meta .meta li::before {
    content: "|";
    position: absolute;
    right: 4px;
}
.blog-meta .meta li:last-child::before {
    display: none;
}
.blog-meta {
    text-align: center;
    padding: 30px 10px;
	min-height:436px;
}
.blog-meta > p {
    margin: 10px 0 15px;
}
.blog-meta > a {
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-meta > a i {
    margin-left: 3px;
}
.blog-meta > a:hover {
    color: #666;
}
.blog-img {
    position: relative;
	border-bottom: 1px solid #eee;
}
.blog-img::after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 0;
    z-index: 1;
}
.blog-details:hover .blog-img::after {
    height: 100%;
    width: 100%;
}
.blog-quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.blog-quick-view > a {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 47px;
    opacity: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    transition: all 0.3s ease 0s;
    width: 45px;
}
.blog-details:hover .blog-quick-view > a {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
}

/*footer*/
.footer-logo {
    margin-bottom: 25px;
}

.social-link-group .icon-link {
	width: 33px;
    background-color: #666;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: none;
    box-sizing: content-box;
    color: #fff;
    line-height: 33px;
	margin: 2px;
}
.social-link-group .icon-link:hover{
	padding-bottom:5px;
}

.social-link-group .facebook{
	background-color: #3b5998;
}
.social-link-group .facebook:hover{
	background-color: #6e8bc8;
}

.social-link-group .twitter{
	background-color: #00aced;
}
.social-link-group .twitter:hover{
	background-color: #71c4e5;
}

.social-link-group .instagram{
	background-color: #fb3958;
}
.social-link-group .instagram:hover{
	background-color: #d65066;
}
.social-link-group .youtube{
	background-color: #df1c31;
}
.social-link-group .youtube:hover{
	background-color: #f74c5f;
}

.footer-title {
    margin-bottom: 30px;
}

.footer-title > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.widget-text a {
    color: #666;
    text-transform: capitalize;
}
.widget-text a:hover {
    color: #333;
}
.widget-text li {
    margin-bottom: 12px;
}
.widget-text li:last-child {
    margin-bottom: 0px;
}
.footer-top {
   border-bottom: 1px solid #ddd;
}
.copyright > p {
    padding-top: 5px;
}

/*css starts for top social icon*/

.icon-bar {
   position: fixed;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); z-index:9999;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 8px;
	transition: all 0.3s ease;
	color: white;
	font-size: 14px;
}
.icon-bar .facebook{
	background:#3B5998;
}
.icon-bar .facebook:hover{
	background:#6e8bc8;
}

.icon-bar .twitter{
	background:#55ACEE;
}
.icon-bar .twitter:hover{
	background:#71c4e5;
}

.icon-bar .youtube{
	background:#bb0000;
}
.icon-bar .youtube:hover{
	background:#f74c5f;
}

.icon-bar .instagram{
	background:#fb3958;
}
.icon-bar .instagram:hover{
	background:#d65066;
}

/*css ends for top social icon*/


/*CUSTOM PAGINATION START */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #999; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #d8262f; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #d8262f; /* Current page background */
    color:#fff;
}
/*CUSTOM PAGINATION END */

/* LOGIN USER MENU START */
.user-dropdown {
    float: left;
    overflow: hidden;
	height: 32px;

}
.login-user-name{
	font-size: 16px;
	color: #fff;
	line-height:30px;
	padding:0 20px;
}

.user-name{
	font-size: 16px;
	color: #fff;
	line-height:30px;
}

.user-dropdown .dropbtn {
	border: none;
    background-color: transparent;
    color: white;
    font-family: inherit;
    font-size: 24px;
    padding: 0px 7px 0px 10px;
	margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 1px;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-top: -2px;
	width:160px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding-left: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    height: 34px;
}

.dropdown-content a:hover {
    color: #d92e2f;
   padding-left: 20px !important;
}

.user-dropdown:hover .dropdown-content {
    display: block;
}
/* LOGIN USER MENU END */

/* SITE MAP START*/
.wsp-container h2{
	color:#d8262f;
	text-transform: uppercase;
	font-size: 24px;
}
.wsp-posts-list li,
.wsp-pages-list li,
.wsp-blogs-list li{
	margin-bottom:7px;
}
.widget-text a:hover,
.wsp-posts-list a:hover,
.wsp-pages-list a:hover,
.wsp-blogs-list a:hover{
	color: #d9232e;
    padding-left: 5px;
}
/* SITE MAP END*/

.nopadding{ padding:0px;}

/*About Us*/
.breadcrumbs-area{ 
    background:#d9232e;
}
.breadcrumb-bg {
    /*background: rgba(0, 0, 0, 0) url("../img/bg/2.jpg") repeat scroll center center / cover;*/
    position: relative;
}
.breadcrumb-bg:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
}
.breadcrumbs {
    position: relative;
    z-index: 99;
}
h2.breadcrumb-title {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.breadcrumbs > ul li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.breadcrumbs > ul li a {
    color: #fff;
    padding-right:16px;
    position: relative;
}
.breadcrumbs > ul li a:hover {
    color: #ccc;
}
.breadcrumbs > ul li a.active {
    font-weight: bold;
}
.breadcrumbs ul li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 5px;
    top: 1px;
    transform: rotate(33deg);
    width: 1.5px;
}

.single-product-dec-tab ul li {
    display: inline-block;
   /* margin-right: 20px;*/
}
.single-product-dec-tab ul li a {
    background-color: #333;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    min-width: 200px;
    text-align: center;
}
.single-product-dec-tab ul li.active a {
    background-color: #d8262f;
    color: #fff;
}
.single-product-dec-tab {}
.single-product-dec .tab-pane {
    border: 1px solid #f1f1f1;
    padding: 30px 20px 50px 20px;
	text-align: justify;
}

.tab-pane > img {
    width: 100%;
}
.tab-content img{ margin-bottom:0px;}
.tab-content .section-title{ margin:25px 0px;}
.tab-content .section-title h2{
	text-transform: none;
	font-size: 26px;
	margin-bottom: 0;
	padding-bottom: 10px;
}


.choose-icon {
    display: inline-block;
    float: left;
}
.choose-icon i {
    border: 1px solid #333;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    width: 70px;
    transition: all .3s ease 0s;
}
.choose-text {
    padding-left: 80px;
}
.choose-text > h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    text-transform: capitalize;
}
.single-choose:hover .choose-icon i {
    background-color: #333;
    color: #fff;
}
.choose-couses {
    padding-right: 50px;
}
.single-choose:last-child {
    margin-bottom: 0px;
}
.choose-us-area > h2,
.skill-area > h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
}

.skill-all {
    margin-top: 77px;
}

.section-title p {
    margin: 0 auto;
    width: 100%;
	color: #666666;
    font-size: 16px;
    margin: 0;
}
.about-area iframe{margin-top:0px;}

/*blogs*/
.blog-wrapper {
    background-color: #fff;
    overflow: hidden;
}

.single-shop {
  display: block;
  overflow: hidden;
  /*text-align: justify;*/
}
.text-justify {
    text-align: justify;
}

.single_blog{
	border:0px;
	display: block;
	overflow: hidden;
}

.searching-items{
   border:0px;
	display: block;
	overflow: hidden;
}
.searching-items p{
   text-align: justify;
}
.shop-list-left {
    display: inline-block;
    float: left; width:100%;
}
.shop-list-left:hover{
	filter: grayscale(100%);
}

.shop-list-left a img{
	border: 1px solid #eee; 
}
.blog-container{
	background: #fdfdfd;
    border: 1px solid #ccc;
	background: #fff;
    padding: 20px;
    /*box-shadow: -1px -1px 13px -4px #635e5e;*/
   box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

/*category*/
.single-sidebar > form {
    position: relative;
}
.single-sidebar.blog-search-deff input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #333;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 47px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.single-sidebar button.blog-submit {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    height: 41px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 2px!important;
    width: 45px;
    transition: all .3s ease 0s;
}
.single-sidebar button.blog-submit:hover {
    background-color: #666;
}

h3.sidebar-title {
    color: #d8262f;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.single-sidebar {
    background-color: #fff;
    margin-bottom:0px;
    padding: 20px 20px; margin-top:10px;box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}
.single-sidebar:last-child {
    margin-bottom: 20px;
}

.sidebar-list ul li {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}
.sidebar-list ul li input {
    display: inline-block;
    float: left;
    height: inherit;
    width: inherit;
}
.sidebar-list ul li:last-child {
    padding-bottom: 0px;
}
.sidebar-list ul li a {
    letter-spacing: 1px;
    padding-left: 10px;
    text-transform: capitalize;
}
.sidebar-list ul li a:hover {
    padding-left: 15px;
}

.cat-active {
	color: #d8262f;
    font-weight: 500;
}

.menu-active a{
	color: #d8262f !important;
}

.current-menu-parent .dropdown-toggle {
	color: #d8262f !important;
}

.tab-sort select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/1.png") no-repeat scroll right 6px center;
    border: 1px solid #ddd;
    color: #666;
    height: 33px;
    padding-left: 3px;
    padding-right: 10px;
    width: inherit;
}
.tab-sort label {
    color: #666;
    font-size: 14px;
    margin: 0 10px;
}
.tab-menu {
    display: inline-block;
    float: left;
}
.tab-sort {
    display: inline-block;
    float: right;
}
.tab-menu-sort {
    /*border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 30px;*/
	border-top: 1px solid #ddd;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 20px;
}
.tab-menu li {
    display: inline-block;
    margin-right: 5px;
}
.tab-menu li a {
    border: 1px solid #666;
    color: #666;
    display: inline-block;
    padding: 5px 15px;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}
.tab-menu li.active a,
.tab-menu li a:hover {
    color: #fff;
    background-color: #333;
}
.tab-menu li a i {
    padding-right: 5px;
}

/*category page START*/
.all-products-box {
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    width: 200px;
    display: inline-block;
    margin-left: 8px;
    margin-right: 6px;
    max-height: 380px;
}
.all-products-box:hover{
	border: 1px solid #efefef;
}
.all-products  {
	position: relative;
    overflow: hidden;
    min-height: 292px;
    max-height: 280px;
    min-width: 200px;
    max-width: 200px;
}
.shop-product{
	padding: 5px;
    /* border-top: 1px solid #eee; */
    text-align: center;
    width: 200px;
    max-height: 100px;
    overflow: hidden;
    min-height: 70px;
    color: #a5a5a5;
    cursor: default;
}

.product-list{
	display: block;
    overflow: hidden;
}
	
.shop-product:hover a {
    color: #a5a5a5;
}
.price span {
    font-size: 15px;
}

.single-product > h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.single-product > h3 {
    font-size: 25px;
    margin: 10px 0 8px;
}
.for-pro-border {
    border-bottom: 1px solid #ddd;
}

.shop-list-name > h3 a {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: capitalize;
}
.shop-list-rating {
    margin-bottom: 9px;
}
.list-price span {
    font-size: 16px;
}
.list-price span.new {
    margin-right: 20px;
}
.list-price span.old {
    color: #777;
    text-decoration: line-through;
}
.shop-list-all > p {
    margin: 0;
}
.shop-group{ margin-top:25px;}
.shop-list-price {
    margin: 12px 0;
}
.shop-list-cart .shop-group a {
   /* background-color: #333;
    color: #fff;*/
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.shop-list-cart .shop-group a:hover {
    background-color: #000;
}
.shop-list-cart .shop-group a i {
   /* color: #fff;*/
    font-size: 16px;
    margin-right: 5px;
}
.shop-list-color {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
}

.pro-shared > p {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    margin: 5px 10px 0 0;
    text-transform: capitalize;
}

.pro-shared {
    margin-top: 31px;
}
.pro-shared ul li {
    display: inline-block;
    margin-right: 7px;
    text-transform: capitalize;
}
.pro-shared li a i{
	padding:10px;
	border: 1px solid #ccc;
}
.wishlist-pro .pe-7s-like{
	color:#d92e2f;
}
.facebook-pro .fa-facebook{
	color:#3B5998;
}
.twitter-pro .fa-twitter{
	color:#55ACEE;
}
.whatsapp-pro .fa-whatsapp{
	color:#5cce62;
}
.pro-shared ul li:hover .pe-7s-like{
   background:#d92e2f;
   color:#fff;
}
.pro-shared ul li:hover .fa-facebook{
   background:#3B5998;
   color:#fff;
}
.pro-shared ul li:hover .fa-twitter{
   background:#55ACEE;
   color:#fff;
}
.pro-shared ul li:hover .fa-whatsapp{
   background:#5cce62;
   color:#fff;
}

.page-pagination li {
    display: inline-block;
    margin: 0 5px;
}
.page-pagination li a {
    border: 1px solid #ddd;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    width: 30px;
    color: #333;
}
.page-pagination li a.active,
.page-pagination li a:hover {
    background-color: #d8262f;
    color: #fff;
}

#contact_form{border: 1px solid #eee;
padding: 10px;
background: #fff;}
.store_locator{
	width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
	cursor: default;
}
.location-container .active{
	background: #f9f9f9;
}
.store_locator:hover{
	background: #fbfbfb;
}
.store_locator strong {
  color:#d92e2f;
}
.store_locator p{ font-size:14px; margin: 0px;}
.store_locator a{
	font-size: 13px;
    border: none;
	padding: 2px 6px 2px 6px;
}
.store_locator_wrapper{ width:100%; height:auto; margin:0 auto;}
.store_locator h2 span{ color:#d8262f; font-size:18px;}
.location-container{
	max-height:445px;
	overflow: auto;
	border: 1px solid #eee;
    border-radius: 4px;
	border-top: none;
	margin-bottom: 20px;
}
select{background-color:#fff!important;}
.store_locator_map iframe{ width: 100%;}
.select-selected {
  background-color:#fff!important; border:1px solid #eee;
}
.custom-select {
    position: relative;
    margin-bottom: 10px;
}

.searchstore{
	width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url(searchicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    height: 45px;
    margin-bottom: 10px;
}

.nostore{
	padding: 30px;
    text-align: center;
	display:none;
}

/*carousel angle start */
#more-image .owl-nav button {
    color: #333;
    font-size: 28px;
    position: absolute;
    top: 40px;
    border-radius: 60px;
    border: 1px solid #ccc;
    width: 15px;
	background: #eee;
}


/*.franchise img{ 
	width:100%;
	height: 504px;
}*/

.franchise {
    background-color: #d9232e!important;
}
.franchise label {
    color: #fff !important;
}
.franchise label span textarea{
    color: #000 !important;
}
.franchise input[type=submit] {
    background-color: maroon !important;
    border: 1px solid #fff !important;
}
.franchise input[type=submit]:hover {
    background-color:#bd2828 !important;
}

/*searching*/
.search-container {
    width: 80%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    padding-top:0px;
    margin:auto;
}
#ss-search-page-form {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 25px;
}
#ss-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#ss-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}
.search-page-title {
   font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300 !important;
    /* letter-spacing: 2px; */
    /* line-height: 50px; */
    text-align: center;
    display: block;
    text-transform: uppercase;
    /* padding-top: 50px; */
    padding-bottom: 25px;
}
.search-post-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
}
.search-post-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}
@media only screen and (max-width: 768px) {
        .search-container {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
}

.screen-reader-text{
    margin-top:10px;
}
.search-page-form input[type="text"]{
	background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 40px;
    padding: 1px 46px 1px 10px;
    margin-bottom: 10px;
}
.search-page-form input[type="submit"]{
	background-color: #337ab7;
	height: 40px;
    color: #fff;
    border-radius: 2px;
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    text-transform: uppercase;
}

/*css starts for contact form*/
.contact_form label{
    margin-bottom:10px!important;
}
.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    resize: vertical; background:#fff;
}

.contact_form input[type=submit] {
    background-color: #666;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.contact_form input[type=submit]:hover {
    background-color:#d8262f;
}
    
.contact_form {
    background-color: #f9f9f9;
    padding: 20px 20px 20px 20px;
    border: 1px solid #eee;
    
}


.contact_form label{ 
	margin-bottom:0px;
	display:block;
}

/*input:focus {
    background: none;
    border: 0px solid #eee; 
}*/
	
/*css ends for contact form*/

/*login css */
.login-content {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(7, 7, 7, 0.08);
    padding: 50px 30px;
}
.login-title > h4 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.login-title {
    margin-bottom: 30px;
    text-align: center;
}
.login-form form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 20px; 
    padding:8px; 
    height:auto;
}

.login-form form .checkbox-remember > input {
    display: inline-block;
    float: left;
    height: 15px;
    margin-bottom: 0;
    width: 15px;
}
.login-form form .checkbox-remember > label {
    padding-left: 10px;
}
.login-form form .checkbox-remember > a {
    float: right;
}
.login-btn {
    background-color: #666 !important;
    border: medium none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
    transition: all .3s ease 0s;
}
.login-btn:hover {
    background-color: #d8262f !important;
}

.xzoom-gallery{
	border: none !important;
}
#more-image .owl-item {
	border: 1px solid #cecece;
    height: 123px;
}
#more-image .xactive {
/*box-shadow: none;*/
}
#more-image div > img .xactive{
-webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
}

.global-search{
	display:flex;
}
.global-search input[type=text] {
	box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: white;
    background-position: 10px 6px;
    background-repeat: no-repeat;
	height: 32px;
	padding: 6px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    
}

.search-button-global{
	font-size: 20px;
    height: 32.4px;
    width: 40px;
    padding: 2px;
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d86a6a;
    border-left: none;
}
	
.global-search input[type=text]:focus {
    /*width: 100%;*/
}



/* Register Form CSS Start */

.register-form form .text-input  {
    background: transparent none repeat scroll 0 0!important;
    border: 1px solid #ddd;
    /*margin-bottom: 20px;
    padding: 8px;*/
    height: 34px;
}
.register-form form label  {
    margin-top: 5px; 
}
.register-form form input[type=submit] {
    background-color: #000!important;
    color: #fff!important;
}

.register-form form input[type=submit]:hover {
    background-color: #d9232e!important;
}

/* Register Form CSS End */

/* Login Form CSS Start */

.login-content {
    background-color: #fff;
    box-shadow: 0 0 40px rgba(7, 7, 7, 0.08);
    padding: 50px 30px;
}
.login-title > h4 {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.login-title {
    margin-bottom: 30px;
    text-align: center;
}
.login-content form .input, .text-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 34px;
}

.login-content form input[type=checkbox] {
    display: inline-block;
    height: 15px;
    width: 15px;
}

.login-content form input[type=submit] {
    background-color: #000!important;
    color: #fff!important;
}
.login-content form input[type=submit]:hover {
    background-color: #d9232e!important;
}

.register-form form label  {
    margin-top: 5px; 
}

.login-register-lost-password {
    text-align: center;
}

.login-register-lost-password a:last-child {
    color: #d9232e;
}

.login-register-lost-password a:last-child:hover {
    font-weight: 500;
}

/* Login Form CSS End */

/* Password Recover Form CSS Start */

#wppb-recover-password-container:first-child p{
	font-size: 16px;
    text-align: center;
}

.password-recover-form {
    
}
.password-recover-form form label {
    margin-top: 5px!important; 
}

/* Password Recover Form CSS End */

/* Profile Form CSS Start */

.profile-form form label {
     margin-top: 5px!important;
}

/* Profile Form CSS End */

/* Social Login Start */
.wp-social-login-connect-with {
    text-align: center;
}

.wp-social-login-provider-list {
    text-align: center;
}

.other-login{
    max-width: 320px;
    margin: 0 auto 24px auto;
    border-bottom: 1px solid rgba(0,0,0,.08);
    position: relative;   
}
.other-login span{
    position: relative;
    top: 11px;
    background: white;
    padding: 6px;
}
/* Social Login End */

.dropdown-menu li a {
    padding: 7px 10px;
    color: #5f5f5f;
    font-size: 13px;
	border-bottom: 1px solid #eee;
}

.navbar .open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 25px!important;
}

.dropdown-menu:after {
    right: 35px;
    position: absolute;
    display: inline-block!important;
    content: '';
	border-bottom: 7px solid #fff;
	top: -7px;
    left: auto;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.dropdown-menu.dropdown-menu-right:after, .navbar-right .dropdown-menu:after {
    right: 17px;
    left: auto;
}

.dropdown-menu{
	padding:0px;
	right: 0;
    left: auto;
	top: 27px;
}
.dropdown-menu li a i {
    margin-right: 5px;
}

.fa-user-create{
	color: white;
	font-size: 22px;
	padding-left: 20px;
}

.navbar-nav>li>a {
    line-height: initial;
}

.navbar-nav {
    margin: 0px 5px !important;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px;
	line-height: 28px;
	border: 1px solid #cc2d2d;
	margin-left: 10px;
	float: right;
	background: #d9534f;
	
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #d9534f;
    border-color: #d9534f;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #d9534f;
	color: #ece5e5;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #ca5c59;
    border-color: #cc2d2d;
}

/* E-Waste Page CSS Start */
.e-waste {
	text-align: justify;
}
table, td {
    border: 1px ridge;
    border-collapse: collapse;
}
td {
	padding: 3px;
	padding-left: 10px;
}
/* E-Waste Page CSS End */

.franchise_main{box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);padding-bottom:10px;margin-bottom: 30px;}

.contact_form_main{box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);padding-bottom:10px;float: right;}
.contact_form_franchise_top{margin-bottom:0px;text-align:center;background:#fff;padding:20px;}

.contact_form_franchise_top:first-child p{font-size:16px;}
.contact_form_top:first-child p{font-size:16px;}
.contact_form_top{margin-bottom:0px;
    text-align: center;background:#fff;padding:20px;
 /*box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);*/
 }
.franchise  form label span .wpcf7-not-valid-tip{
 color:#8e4747;
}

/*Hiring page css starts*/

.job_listing_wrapper{}

.job_description_wrapper{}

.job_description_blog{
	box-shadow: 0 0 6px 1px #ddd; 
	padding:30px;
}

.job_description_blog p{
	text-align:justify;
}

.job_description_blog h2{
	font-size: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.social_media_sharing{ 
	border:1px solid #eee;
	margin-top:15px;
	padding:10px;
	text-align:center;
}

.social_media_sharing h3{
	text-align: center;
	font-size: 20px;
	border-bottom: 1px solid #d8262f;
	padding-bottom: 8px;
	margin-bottom: 12px;
}

.job_listing_blog{
	box-shadow: 0 0 6px 1px #ddd;
	display: flex;
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	margin-top:30px;
	margin-bottom:0px;
}

.apply_button{
	box-shadow: 0 0 6px 1px #ddd;
	background:#d8262f;
	text-align:center;
	line-height:35px;
	display:block;
	cursor:pointer;
}

.job_description_blog_right{
	box-shadow: 0 0 6px 1px #ddd;
	padding:20px;
}

.apply_button a{
	color:#fff;
	font-size:20px;
}

.apply_button:hover{
	text-decoration: none;
	background:#666;
	color:#fff;
	cursor:pointer;
}

.img-icon {
    align-items: center;
    display: flex;
}

.address {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.address h6{
	font-weight: bold;
	color: #d9232e;
}

.job_listing_blog .address p{margin-bottom:0px!important;}

.view_more {
    display: flex;
    align-items: flex-end;
    width: 213px; 
}
.view_more a:hover{
	display:block;
	cursor:pointer;
	background:#d8262f;
}

.view_more a{
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	background: #666;
	padding: 6px 18px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.margin-0 {
	margin: 0px;
}


/*css-for-social-media-sharing-start*/

.icon-link-sharing {
 width: 33px;
 height: 33px;
 background-color: #666;
 text-align: center;
 vertical-align: middle;
 display: inline-block;
 cursor: pointer;
 outline: none;
 margin-left: 5px;
 box-sizing: content-box;
}

.icon-link-sharing.fill.facebook {
 background-color: #3b5998;
}
.icon-link-sharing.fill.facebook:hover {
 background-color: #fff;
}
.icon-link-sharing.fill.facebook:hover .fa-facebook {
 color: #3b5998;
 transition: color 150ms ease-in-out;
}

.icon-link-sharing.fill.linkedin {
 background-color: #007bb6;
}
.icon-link-sharing.fill.linkedin:hover {
 background-color: #fff;
}
.icon-link-sharing.fill.linkedin:hover .fa-linkedin {
 color: #007bb6;
 transition: color 150ms ease-in-out;
}

.icon-link-sharing.fill.twitter {
 background-color: #00aced;
}
.icon-link-sharing.fill.twitter:hover {
 background-color: #fff;
}
.icon-link-sharing.fill.twitter:hover .fa-twitter {
 color: #00aced;
 transition: color 150ms ease-in-out;
}

.icon-link-sharing:hover {
 transition: background-color 150ms ease-in-out;
 /* height: 40px;
  line-height: 48px;
  width: 40px;*/
  background-color: #fff;
}
.icon-link-sharing:hover.facebook {
	border: 1px solid #3b5998;
}
.icon-link-sharing:hover.linkedin {
	border: 1px solid #007bb6;
}
.icon-link-sharing:hover.twitter {
	border: 1px solid #00aced;
}
.icon-link-sharing:hover .fa {
/* line-height: 56px;*/
}
.icon-link-sharing:hover .fa-facebook {
 color: #3b5998;
 transition: color 150ms ease-in-out;
}
.icon-link-sharing:hover .fa-linkedin {
 color: #007bb6;
 transition: color 150ms ease-in-out;
}
.icon-link-sharing:hover .fa-twitter {
 color: #00aced;
 transition: color 150ms ease-in-out;
}
.icon-link-sharing .fa {
 color: #fff;
 line-height: 37px;
 font-size: 18px;
}
/*css-for-social-media-icons-sharing-ends*/
.styled-table:first-child {
    margin:0;
}
.styled-table {
    border-collapse: collapse;
    margin: 50px 0 0 0;
    font-size: 0.9em;
    width: 100%;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #d9232e;
    color: #ffffff;
    text-align: left;
}
.styled-table th {
    text-transform: uppercase;
    font-weight: bold;
}
.styled-table td ol {
    margin-bottom: 0;
}
.styled-table td ol li {
    margin-top: 5px;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
    font-weight:bold;
}
.styled-table td img {
    margin-right:10px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}
.styled-table th:first-child,
.styled-table td:first-child {
    text-align: left;
}
.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #d9232e;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.center-col{
    display:flex;
    justify-content:center;
}

.fm-submit{
    width:auto;
    float:right;
    display:block;
    margin-top:10px;
}

.bg-blue{
    background-color:#ebeff5;outline:7px solid #ffffff;
}
.bg-blue1{
    background-color:#ebeff5;
}

.capcta-math, .captcha-math, .captcha-math1{
    /*display:flex;*/
    align-items:center;
}
.captcha-math{
    color:#fff;
}
.capcta-math .mathcaptcha-700, .captcha-math .mathcaptcha-455, .captcha-math1 .mathcaptcha-621{
    /*display: flex;*/
    align-items: center;
    width: 60%;
    padding-left: 10px;
}
.capcta-math .mathcaptcha-700 .wpcf7-mathcaptcha, .captcha-math .mathcaptcha-455 .wpcf7-mathcaptcha, .captcha-math1 .mathcaptcha-621 .wpcf7-mathcaptcha{
    width: 15%;
}
.capcta-math .mathcaptcha-700 .wpcf7-not-valid-tip, .captcha-math .mathcaptcha-455 .wpcf7-not-valid-tip, .captcha-math1 .mathcaptcha-621 .wpcf7-not-valid-tip{
    margin-left:10px;
    background-color:#fff;
}

.contact-area .single-product-dec .tab-pane{
    border:none;
}

.franchise_main .captcha-math p{
  color:#fff!important; 
}

.contact_form label {
    display: grid;
}











