﻿

/*

	CSS INDEX 

	1. Theme Default CSS (body, link color, section etc)
	2. Buttton css
	3. Header Css
	4. Menu CSS
	5. Slider CSS
	6. Promo Area Css
	7. Section Title css


*/

@import url('https://fonts.googleapis.com/css?family=Mulish:300,400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato');
/*@import url('https://fonts.googleapis.com/css?family=Veneer:300,400,700');*/
@import url("//hello.myfonts.net/count/3865c2");

  
/*@font-face {font-family: 'Veneer';src: url('webfonts/3865C2_0_0.eot');src: url('webfonts/3865C2_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3865C2_0_0.woff2') format('woff2'),url('webfonts/3865C2_0_0.woff') format('woff'),url('webfonts/3865C2_0_0.ttf') format('truetype');}*/
@font-face {font-family: 'bebas-neue';src: url('webfonts/BebasNeue-Regular.eot');src: url('webfonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),url('webfonts/BebasNeue-Regular.woff2') format('woff2'),url('webfonts/BebasNeue-Regular.woff') format('woff'),url('webfonts/BebasNeue-Regular.ttf') format('truetype');}
 

body, 
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: 26px;
    color: #000000;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
	overflow-x: hidden;
	position: relative;
}

::-moz-selection {
    background-color: #ff6a00;
    color: #fff;
}
::selection {
    background-color: #ff6a00;
    color: #fff;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}
ul li {
    list-style: none;
	padding-left:5px;
}
br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}


/* ----------------------------------------------
	1.2 Typography 
----------------------------------------------- */

a,
a:hover, 
a:focus {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
	color: #0DD6FF;
}

p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'bebas-neue', sans-serif;
   font-weight: normal; 
	font-style: normal; 
    margin-top: 0px;
    margin-bottom: 0px;
	color: #333;
}
h1 {
    font-size: 36px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
h4 {
    font-size: 18px;
    line-height: 22px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}

/* ----------------------------------------------
	1.9 Inputs
----------------------------------------------- */

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="number"], 
input[type="password"], 
input[type="radio"], 
input[type="checkbox"], 
input[type="file"], 
textarea, 
select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    transition: all 0.2s ease 0s;
    padding: .375rem .75rem;
    min-width: 40px;
}
input[type="radio"], input[type="checkbox"] {
    min-width: auto;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
textarea {
    min-height: 140px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    opacity: 1
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    opacity: 1
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    opacity: 1
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    opacity: 1
}
input:focus, textarea:focus {
    border-color: silver;
}
.section_padding{
    padding: 10px 0;
}

.form-group
{
    margin:0px;
    overflow:hidden;
    margin-bottom:5px;
}

.control-label
{
    font-weight:bold;
    
    color:black;
}

select.form-control:not([size]):not([multiple])
{
    height: 34px;
        padding-top: 3px;
}

/*  Select */

.form-control {
    border-radius: 0px;
    box-shadow: none;
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
    border-color: #000;
}

 .activea{
    padding: 2px 9px;
    background: #BF00FF;

}
a.activea{
	color:white;
}
a.activea :hover{
	color:white !important;
}

/* -------- Buttton css -------- */

.main_btn {
	background: #ff6a00;
	border: 1px solid #ff6a00;
	color: #fff;
	padding: 12px 30px;
	text-transform: capitalize;
	transition:.5s;
	box-shadow: 2px 5px 10px rgba(0,0,0,0.06);
	border-radius: 30px;
	font-weight: 500;
}
.main_btn:hover,
.main_btn:focus{
	color: #fff;
	background: #ff6a00;
	border-color: #ff6a00;
	opacity: .8;
}

.border-btn{
	border: 1px solid #ff6a00;
	color: #fff;
	background: #ff6a00;
	border-radius:0;
	padding: 8px 20px;
	text-transform: capitalize;
	transition: .5s;
}
.border-btn:hover,
.border-btn:focus{
	background: #000000;
	border-color: #000000;
	color: #fff;
}


/* -------- Preloader Css -------- */

.preloader {
	background: #BF00FF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999; 
	width: 100%;
	height: 100%;

}
.status-mes{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -35px;
	text-align: center;
}
.bigSqr {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
	-webkit-animation: bigSqrShrink 1s linear infinite;
	animation: bigSqrShrink 1s linear infinite;
}

.square {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
}

.first {
  left: 0px;
  top: 20px;
}

.second {
	left: 20px;
	top: 20px;
	-webkit-animation: drop2 1s linear infinite;
	animation: drop2 1s linear infinite;
}

.third {
	left: 0px;
	top: 0px;
	-webkit-animation: drop3 1s linear infinite;
	animation: drop3 1s linear infinite;
}

.fourth {
	left: 20px;
	top: 0px;
	-webkit-animation: drop4 1s linear infinite;
	animation: drop4 1s linear infinite;
}

.text_loading {
	line-height: 16px;
	font-weight: 400;
	color: #fff;
	display: block;
	margin: 5px auto;
	padding: 3px;
	text-transform: Capitalize;
	font-size: 17px;
	letter-spacing: 1px;
}

.hr-line-dashed {
    background-color: transparent;
    border-top: 1px dotted #edf0f5;
    color: transparent;
    height: 1px;
    margin: 20px 0
}
.hr-line-dashed1 {
    background-color: transparent;
    border-top: 1px solid #000000;
    color: transparent;
    height: 2px;
    margin: 0
}

@-webkit-keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes bigSqrShrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop2 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop3 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  50% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes drop4 {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  75% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}


/* -------- Header Css -------- */

.header_top_area {
	font-size: 14px;
	background: #000000;
	font-weight: 500;
	padding: 8px 0;
}
.hdr_tp_left h1{
font-family:  "Mulish";
margin-left: -50px;
font-size: 41px;

}
.hdr_tp_left span{
	color: #BF00FF;
	font-size:41px;
   }
   
.hdr_tp_right img{

margin-top: 94px;
margin-left: 7078px;
}


.hdr_tp_right > li {
	padding: 0 10px;
	line-height: 11px;
	display: inline;
	cursor: pointer;
}
.header_top_area .hdr_tp_right i.fa-caret-down{
	color: #777;
}
.hdr_tp_right a {
	color: #777;
}
.header_btm_area{
	padding: 5px 0;
}
.header_btm_area{
background: #000000;

}
.header_btml_area{
background: #000000;
padding:  0px;
}
.header_btml_area p{
    text-align: right;
    font-family: "Mulish";
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
}


.lan_area,
.currency_area {
	position: relative;
}
.lan_area .csub-menu,
.currency_area .csub-menu{
	background: #fff;
	width: 92px;
	text-align: left;
	padding: 5px 10px;
	position: absolute;
	left: 8px;
	top: 26px;
	box-shadow: 0 0 5px #f1f1f1;
	z-index: 100;
	display: none;
}
.lan_area .csub-menu li a,
.currency_area .csub-menu li a{
	padding: 7px 0;
	display: block;
	font-weight: 700;
	transition: .5s;
}
.lan_area .csub-menu li a:hover,
.currency_area .csub-menu li a:hover{
	color: #ff6a00;
}
.menu_wrap {
	margin-top: 0px;
}
.right_menu{

	position: relative;
	margin-left: 25px;
}
.right_menu i{
	color: #ff6a00;
	font-size: 16px;
	transition:.5s;
}
.right_menu .search_icon{
	padding-right: 10px;
	margin-right: 10px;
	/*border-right: 1px solid #ff6a00;  */
	position: relative;
}
.search-box {
	background: #fff;
	position: absolute;
	top: 41px;
	right: -7px;
	width: 310px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0 0 10px rgba(0,0,0,0.098);
	border-top: 2px solid #ff6a00;
	display: none;
	z-index: 100;
}
.search-bg{
display: inline;
background: red;
padding: 30px 0px;
}

.search-box:before {
	content: "";
	position: absolute;
	top: -30px;
	right: 13px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid transparent;
	border-bottom: 14px solid #ff6a00;
}
.search-box .input-group{
	width: 100%;
}
.search-box .form-control{
	height: 40px;
	line-height: 40px;
	margin: 8px;
	border: 1px solid #ff6a00;
	outline: none;
	width: 95%;
	text-transform: capitalize;
}


.search-box button[type="submit"] {
	width: 55px;
	height: 38px;
	padding: 5px 0;
	background: #ff6a00;
	color: #fff;
	border: 1px solid #ff6a00;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 100;
	right: 8px;
	top: 9px;
	border-radius: 0;
	transition: 0.5s;
}
.search-box button[type="submit"]:hover,
.search-box button[type="submit"]:focus{
	background: #000000;
	border-color: #000000;
}
.search-box button i{
	color: #fff;
}
.search_btn {
	cursor: pointer;
	margin-left: -26px;
}

.mobile-menu{
	display: none;
}
.cart_menu_area {
	position: relative;
	display: inline-block;
	transition:.5s;
	margin-right: 10px;
	
}
.cart_icon {
	display: inline-block;
	position: relative;
	margin-top: 3px;
	padding-bottom: 15px;
}


.cart_area:hover .cart_icon i {
	color:#ff6a00;
}

.cart_number {
	position: absolute;
	padding: 0px 8px;
	top: -12px;
	right: -13px;
	color: #ff6a00;
	border-radius: 50%;
	font-weight:400;
}

.cart_item {
	font-weight: 500;
}

.mini-cart-wrapper{
	width:230px;
	position: absolute;
	top: 40px;
	left: -135px;
	z-index: 100;
	background: #fff;
	padding: 10px 20px 20px;
	box-shadow: 0 0px 7px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.04);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	text-align: left;
}
.cart_menu_area:hover .mini-cart-wrapper{
	top: 100%;
	opacity: 1;
	visibility: visible;
} 
.mc-sin-pro{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.mc-pro-image{
	margin-right: 10px;
}
.mc-pro-details{
	position: relative;
}
.mc-pro-details .pro-del{
	position: absolute;
	right: 0;
	top: 12px;
	transition: .5s;
}
.pro-del:hover i{
	color: red;
}
.mc-subtotal{
	padding-top: 15px;
}
.mc-subtotal h4{
	font-size: 16px;
}
.checkout_btn{
	background: #ff6a00;
	color: #fff;
	padding: 7px 15px;
	margin-top: 10px;
	display: block;
	text-transform: capitalize;
	font-size: 13px;
	transition: .5s;
	text-align: center;
	border-radius: 20px;
}
.checkout_btn:hover,
.checkout_btn:focus{
	background: #333;
	color: #fff;
	text-decoration: none;
}

/* Menu CSS */

.main-menu,
.right_menu{
	display: inline-block;
}
.main-menu nav > ul {
	display: inline-block;
	position: relative;
}
.main-menu nav > ul > li {
  display: inline-block;
  
  
}
.main-menu nav > ul > li:last-child {
  margin-right: 0;
}
.main-menu nav > ul > li > a {
  color: #e6e0e0;
  display: block;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  transition: .5s;
  font-family:"Mulish";
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 0px 10px 0px 10px;
}
.main-menu nav > ul > li > a:active {
	color: #e6e0e0;
	display: block;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	transition: .5s;
	font-family:"Mulish";
	background: #BF00FF;
	
  }
  .main-menu nav > ul > li > a:hover {
	color: #e6e0e0;
	display: block;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	transition: .5s;
	font-family:"Mulish";
	background: #000000;
	
  }
.navbar{
	background-color:#000000;
	padding:0px 7px;
	z-index:9999;
}
.navbar-nav 
{
	margin: 0 auto;
}
.navbar-nav  li > a {
  color: #e6e0e0;
  display: block;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  transition: .5s;
  font-family:"Mulish";
  margin-top: -5px;
  margin-bottom: -5px;
  padding: 0px 10px 0px 10px;
}
.navbar-nav  li > a:active {
	color: #e6e0e0;
	display: block;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	transition: .5s;
	font-family:"Mulish";
	background: #BF00FF;
	
  }
  .navbar-nav  li > a:hover {
	color: #e6e0e0;
	display: block;
	font-weight: 400;
	line-height: 50px;
	text-transform: uppercase;
	transition: .5s;
	font-family:"Mulish";
	background: #BF00FF;
	
  }
  .navbar-light .navbar-toggler-icon{
	  color:#fff;
  }
.header.transparent .main-menu nav > ul > li > a {
  color: #fff;
}
.main-menu nav > ul > li > a i {
  float: right;
  line-height: 50px;
  margin-left: 4px;
}
.main-menu nav a:hover {
	color:#ffffff;
}
/* Sub Menu */
.sub-menu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 7px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.04);
	opacity: 0;
	padding: 12px 11px;
	position: absolute;
	text-align: left;
	top: 120px;
	visibility: hidden;
	width: 200px;
	z-index: -999;
	transition: .5s;
}
.right_menu ul li a {
	color: #e6e0e0;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    transition: .5s;
	font-family:"Mulish";
	font-size: 10px;
}
.right_menu{
    margin-left: 0px;

}


.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 999;
}
.sub-menu li{}
.sub-menu li a {
  color: #606060;
  display: block;
  line-height: 31px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: 400;
}
.sub-menu li a:hover {
  padding-left: 18px;
}
/* Mega Menu */
.mega-menu {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0px 7px rgba(0,0,0,0.05);
	border: 1px solid rgba(0,0,0,0.04);
	opacity: 0;
	padding: 40px;
	position: absolute;
	text-align: left;
	top: 120px;
	visibility: hidden;
	z-index: -999;
	left: 0;
	transition: .5s;
}
.mm-left {
  left: 0%;
}
.mm-right {
  right: 0;
}
.main-menu nav > ul > li:hover .mega-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  z-index: 999;
}
/* Mega Menu 5 Column */
.mm-5-column {
  width: 790px;
}
.mm-5-column .mm-column-link {
  width: 20%;
}

/* Mega Menu 4 Column */
.mm-4-column {
  width: 650px;
}
.mm-4-column .mm-column-link {
  width: 25%;
}
.mm-4-column .mm-column-banner {
  width: 264px;
}
/* Mega Menu 3 Column */
.mm-3-column {
  width: 532px;
}
.mm-3-column .mm-column-link, .mm-3-column .mm-column-banner {
  width: 33.33%;
}
/* Mega Menu Link */
.mega-menu-link {
  padding: 40px 20px;
  right: 0px;
  width: 900px;
}
.mega-menu-link .mm-column {
  width: 25%;
}
.mega-menu-link .mm-column h4 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.mega-menu-link-2 {
  padding: 40px;
  right: -100px;
  width: 600px;
}
.mega-menu-link-2 .mm-column {
  width: 33.33%;
}
/* Mega Menu Column */
.mm-column{}
.mm-column h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 10px;
  margin: 0 0 24px;
  position: relative;
  text-transform: uppercase;
}
.mm-column h3::before {
  background: #909090 none repeat scroll 0 0;
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 25px;
}
/* Mega Menu Column Link */
.mm-column-link {}
.mm-column-link a {
	display: block;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 400;
}
.mm-column-link a:hover {
  padding-left: 8px;
}


/*----- Slider CSS-----*/

#slider_area,
.single_slide,
.single-slide-item-table{
	height: 250px;
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;

}
.single_slide{
	width: 100%;
	position: relative;
	z-index: 1;
}
.single_slide:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.05;
    z-index: -1;
}
.slider_content {
	position: relative;
	z-index: 100;
}
.slider_content .main_btn{
	background: #fff;
	border-color: #fff;
	color: #ff6a00;
}
.slider_content .main_btn:hover,
.slider_content .main_btn:focus{
	background: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}
.slider_content p {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 18px;
	
}
.slider_content h1 {
	background-color:#BF00FF;
	color:#fff;
	line-height:1.5;
	text-transform: uppercase;
	font-weight: normal; 
	font-style: normal; 
	font-size: 78px;
	font-family: "bebas-neue";
	margin-bottom: 20px;
	display:inline;
	padding:0px 20px 0px 20px;
}
.slider_content h4{
	color: #BF00FF;
	background-color:#fff;
	margin-bottom: 30px;
	font-weight: 400;
	line-height:1.5;
	font-family: "Mulish";
	text-transform: uppercase;
	padding:0px 20px 0px 20px;
	display:inline-block;
}
#slider_area .owl-dots {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
#slider_area .owl-dot {
    display: inline-block;
}
#slider_area .owl-dot>span {
    background: #BF00FF ;
    border: 1px solid #BF00FF;
    display: inline-block;
    height: 12px;
    margin: 4px;
    width: 12px;
	border-radius: 50%;
	box-shadow: 0 0 6px rgba(221, 221, 221, 0.5);
	
}
#slider_area .owl-dot.active>span {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 12px;
    margin: 4px;
    width: 12px;
	border-radius: 50%;
}
#slider_area .owl-nav{
	display: block;
}
#slider_area .owl-nav .owl-next,
#slider_area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	transition: all 0.4s ease-in-out;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #BF00FF;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(221, 221, 221, 0.6);
	background: #BF00FF;
	
}


#slider_area .owl-nav .owl-prev {
	left: 28px;
}
#slider_area .owl-nav .owl-next{
	right: 28px;	
}

#slider_area .owl-nav .owl-next:hover,
#slider_area .owl-nav .owl-prev:hover {
	border-color: white;
    background: white;
    color: #BF00FF;
}

/* Default Slider Animations */

.owl-item.active .slider-animated-1 h1 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: bounceInLeft;
  animation-name: fadeInLeft;
}

/* animation 2 */
.owl-item.active .slider-animated-2 h1 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* animation 3 */
.owl-item.active .slider-animated-3 h1 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 h4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/* Welcome Back Area */
.welcome-back{
background:#000000;
padding: 7px 0px;

}
.welcome-back h2{
color: #fff;
font-weight: normal; 
	font-style: normal; 
text-transform:uppercase;
font-family:bebas-neue;

}
.welcome-back p{
	color: #fff;
	font-family: "bebas-neue";
	font-weight: 400;
	font-size: 16px;
}
.rightalign h2{
	color: #fff;
	font-family: "bebas-neue";
	font-weight: normal; 
	font-style: normal; 
	font-size:34px;
	text-align: right
	
	}
	.rightalign p{
		color: #fff;
		font-family: "Mulish";
		font-weight: 400;
		font-size: 16px;
		text-align: right;
	}
	.mb-bottom{
    margin-top: -33px;

	}
	
	.welcome-img img{
	
	width: 100%;
    padding: 0px;
    position: relative;
    z-index: -1;
    margin: 0px;
	}
	.background-text{
		background: #4b2a79;
		
		
		
	}
	.background-text h2{
	color:white;
	font-size: 20px;
	font-family: "bebas-neue";
	font-weight: 400;
	text-align: left;
	padding-left:10px;
	position: relative;
	}



/* Welcome Back Area Close */

/* Filter Post  */
.filter-post{
 background: #000000;
 padding: 5px 0px;
 Height:80px;

}
.filter-post h2{
font-size:16px;
font-family: "Mulish";
color: #fff;
font-weight: bold;

}
.filter i{
font-size:18px;
color: #BF00FF;
margin-left: 20px;

}
.live-feed h2{
font-family: "Mulish";
font-size: 48px;
margin-left: 72px;
}

.testimonials{
 background: #f0f0f0;
 padding: 1px;
}
.testimonials img{
  

}
.testimonialsimg{
    height: 45px;
    width: 45px;
    border-radius: 50%;
	border:3px solid white;
	margin-top:-31px;
	margin-left: -1px;

}
.testimonials span{
margin-top:-20px;

}
.testimonials-text h2{
	font-size: 15px;
    color: white;
    margin-left: 76px;
}
.testimonials-text{
background: #000000;
margin-top:-25px;
padding-left:50px;
font-size:12px;
}

.testimonials-ptext{
background: #ffffff;

}
.testimonials-ptext p{
font-family: "Mulish";
font-size: 12px;
line-height: 20px;
}
.testimonials-ptext p .paragraph{
 color: black;
}

.testimonials-ptext span{

color: black;
}
.testimonials-ptext{
padding: 10px 20px 5px 20px;
margin-bottom:15px;
}

.overflow-scroll{
	overflow: scroll;
	height: 1175px;
   overflow-x: hidden;
}

.testimonials-name{
background-color: #FBFCFC;
    
    max-width: 550px;
    
    
    font-weight: 600;
	border-top-right-radius: 10px;
	margin-left:25px;
	padding:2px 10px 5px 25px;
	
	color: #BF00FF;
}
/* Filter post end */
.testimonials-ptext .like {
border-bottom: 0px solid #BF00FF;
color:#BF00FF;
}
.like h4{
	padding-top:50px;
font-size:16px;
color: #BF00FF;
}
.text-area{
padding-top:10px;
}
textarea {
    min-height: 50px;
}
.like img {
    height: 22px;
    width: 22px;
    float: right;
    margin-top: -22px;

}
.testimonials-text img {
 position:absolute;
right:0;
margin-top:-42px;
}

/*  
Responsive
*/
@media only screen and (max-width:767px){
	#slider_area,.single_slide,
.single-slide-item-table{
	height: 125px;
}
	.hdr_tp_left h1 {
		font-family: "Mulish";
		margin-left: -2px;
		font-size: 41px;
	}
	.hdr_tp_right img {
		zoom: 7%;
		margin-top: -1000px;
		margin-left: 3728px;
	}
	.header_top_area {
		/* font-size: 13px;
		background: #000000;
		font-weight: 500;
		padding: 9px 0px 0px 0px;
		height: 58px; */
	}
	.search_icon
 input[type=text] {
    border-radius: 20px;
    height: 30px;
    margin-top: 10px;
    display: none;
}
.slider_content h1 {
    color: #BF00FF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    font-family: "Mulish";
    margin-bottom: 20px;
}
.header_btm_area {
    height: 52px;
	padding: 0px;
}
.search-bg i{
display: none;
}
.slider_content h4 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 8px;
    font-family: "Mulish";
	text-transform: uppercase;
}
.welcome-back p {
    color: #fff;
    font-family: "Mulish";
    font-weight: 400;
    font-size: 14px;
	text-align:center;
}
.welcome-back h2 {
    color: #fff;
    font-family: "Mulish";
    font-weight: 400;
    font-size: 16px;
	text-align:center;
}
.rightalign h2 {
	color: #fff;
    font-family: "Mulish";
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    margin-top: -63px;
}
.filter-post {
    background: #232323;
    padding: 12px 0px;
    margin-top: 35px;
}
.live-feed h2 {
    font-family: "Mulish";
    font-size: 38px;
    margin-left: 198px;
    /* float: right; */
    /* padding-left: 17px; */
    margin-top: -36px;
}
.testimonials-name {
    background-color: #FBFCFC;
    margin-left: 25px;
    width: 153px;
    height: 30px;
    padding-left: 50px;
    font-weight: 600;
    border-top-right-radius: 20px;
    font-size: 12px;
    color: #BF00FF;
}
.mean-container .mean-bar {
	float: left;
    width: 100%;
    background: none; 
	padding: 0px ;
	margin-top: 4px;
 
}
.right_menu{
	/*margin-top:15px;
	margin-left: -350px;
*/
}

}








/* -------- Promo Area Css -------- */

#promo_area {
	padding-bottom: 30px;
}
.single_promo{
    text-align: left;
    overflow: hidden;
    position: relative;
	margin-bottom: 30px;
}
.single_promo:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.single_promo:hover:before{
    opacity: 1;
}
.single_promo img{
    width: 100%;
    height: auto;
}
.single_promo .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
	padding: 20px;
}
.single_promo .box-content:before,
.single_promo .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.single_promo .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}
.single_promo .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}
.single_promo:hover .box-content:before,
.single_promo:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.single_promo .title {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	margin: 15px 0 5px;
	opacity: 1;
	transition: transform 0.5s ease 0s;
	background: #ff6a00;
	width: auto;
	display: inline-block;
	padding: 5px 13px;
	overflow: hidden;
	letter-spacing: 2px;
}

.single_promo .post{
    display: block;
	overflow: hidden;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 0;
    transform: translate3d(-50px, 0px,0px);
    transition: all 0.7s ease 0s;
	opacity: 0;
}
.single_promo:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
}
.single_promo .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.single_promo:hover .icon{
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}

@media only screen and (max-width:990px){
    .single_promo{ margin-bottom: 30px; }
}
.mb_30{
	margin-bottom: 30px;
}



/*----- Section Title css -----*/


.section_title {
	margin-bottom: 40px;
}

.section_title h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 6px;
}
.section_title span {
	color: #ff6a00;
}
.section_title .divider {
	position: relative;
	display: inline-block;
	background: #ff6a00;
	width: 10px;
	height: 10px;
	border-radius:50%;
}
.section_title .divider:after{
	position: absolute;
	content: '';
	top: 5px;
	right: 20px;	
	background:#ff6a00;
	width: 30px;
	height: 1px;
}
.section_title .divider:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 20px;
	background:#ff6a00;
	width: 30px;
	height: 1px;
}

/*----- Product Css -----*/

#product_area{
	position:relative;
	padding-top: 0;
}


.mix{
	display: none;
}
.product_item .mix{
	display: none;
}
.product_filter {
	margin-bottom: 10px;
}
.product_filter ul {
	margin: 0px 0 40px;
	padding: 0;
	list-style: none;
}
.product_filter ul li {
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	padding: 12px 22px;
	font-size: 13px;
	border: 1px solid transparent;
	transition: .5s;
	letter-spacing: 1px;
	border-radius: 20px;
	margin:0px;
	color:#777;
	line-height: 1;
}
.product_filter .filter.active {
	color: #ff6a00;
	border-color: #ff6a00;
}

.single_product{
    text-align: center;
    overflow: hidden;
	margin-bottom: 30px;	
	border: 1px solid rgba(0,0,0,0.02);
	padding-bottom: 20px;
	background: #fff;
	transition: .5s;
}
.single_product:hover{
	box-shadow: 5px 5px 25px rgba(0,0,0,0.03);
}
.product_image{
	overflow: hidden;
	position: relative;
}
.product_image img{
    width: 100%;
    height: auto;
    transition: all 1.5s ease 0s;
	
}

.single_product:hover img{
    transform: scale(1.2);
}
.single_product .box-content{
    width: 100%;
    padding: 17px 10px;
    background: #fff;
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
	overflow: hidden;
	opacity: 0;
	background: rgba(51, 210, 134, .9);
	
}
.single_product:hover .box-content{
    bottom: 0;
	opacity: 1;
}
.box-content a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 7px;
	transition:.5s;
}
.box-content a:hover {
	color: #ff6a00;
	border-color: #fff;
}

.product_btm_text p {
	color: #8E8E8E;
	text-transform: uppercase;
	font-size: 13px;
}
.product_btm_text h4 {
	text-transform: capitalize;
	margin-top: 17px;
	margin-bottom: 6px;
	font-size: 17px;
}
.product_btm_text h4,
.product_btm_text h4 a{
	color: #333;
}

.new_badge {
	display: inline-block;
	background: #ff6a00;
	color: #fff;
	padding: 3px 12px;
	font-size: 14px;
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 2px;
}
.single_product span.price{
	color: #ff6a00;
	font-size: 16px;
}
.no-padding{
	padding: 0;
}
.p_rating{
	color: #fec42d;
	cursor: pointer;
}

/* -------- Special Offer css -------- */

.special_offer_area{

}
.special_img {
	position: relative;
}
.special_offer_area h3 {
	margin: 0 0 20px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 800;
}

.off_baudge {
	width: 80px;
	height: 80px;
	background: #ff6a00;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	font-size: 16px;
	position: absolute;
	top: 20px;
	left: 20px;
	line-height: 22px;
	padding-top: 17px;
	box-shadow: 7px 5px 8px #ddd;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.special_info{
	padding: 20% 0; 
}
.special_info p{
	margin-bottom: 30px;
}

/* -------- Testimonials Css -------- */

.testimonials_area{
	position: relative;
}
.testimonials_area:after{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.testimonial{
    margin: 20px 15px 0;
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    border: 5px solid #fff;
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    position: relative;
}
.testimonial .pic:after{
    content: "\f10d";
    font-family: fontawesome;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    background: #ff6a00;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 65px;
    left: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .testimonial-content{
    padding: 10px;
    margin-left: 120px;
}
.testimonial .description{

    color: #fff;
    margin-bottom: 10px;
}
.testimonial .testimonial-title{
    font-size: 18px;
    color: #ff6a00;
    text-transform: capitalize;
    display: inline-block;
	font-family: 'Handlee', cursive;
}
.testimonial .post{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

@media only screen and (max-width: 480px) {
    .testimonial{
        text-align: center;
    }
    .testimonial .pic{
        float: none;
        margin: 0 auto;
    }
    .testimonial .testimonial-content{
        margin-left: 0;
    }

}

/* -------- Blog Css -------- */

#blog_page_area {
	padding-bottom: 40px;
}

#blog_page_area .single_blog{
	margin-bottom: 45px;
}
.single_blog {
	margin-bottom:30px;
}
.single_blog_img {
    position: relative;	
}
#blog_page_area .single_blog .post_title{
	font-size: 19px;
}

.single_blog_img img{
	transition: .5s;
}
.single_blog:hover img{
	
}

.blog_date {
	background: #ff6a00 none repeat scroll 0 0;
	color: #fff;
	font-size: 13px;
	right: 10px;
	padding: 6px 13px;
	position: absolute;
	text-transform: uppercase;
	bottom: 10px;
	z-index: 9;
	border-radius: 2px;

}
.blog_slide .bd_day {

}
.blog_date .bd_month{
	font-size: 13px;
	font-weight: 700;
}
.post-bar {
	margin-top: 5px;
	margin-bottom: 13px;
}
.post-bar li {
	display: inline-block;
	margin-right: 10px;
}

.post-bar i {
	margin-right: 6px;
}
.single_blog{
	box-shadow: 1px 1px 8px rgba(0,0,0,0.02);
	border: 1px solid rgba(0,0,0,0.02);
	transition: .5s;
}
.single_blog:hover{
	box-shadow: 1px 1px 20px rgba(0,0,0,0.04);
}
.single_blog .blog_content {
	display: inline-block;
	padding: 10px 30px 30px;
}
.blog_content h6 {
	margin-bottom: 10px;
}
.post_title{
		margin-top: 10px;
}
.post_title a {
	text-transform: capitalize;
	color: #333;
	transition: .5s;

}
.single_blog .blog_content h4 a:hover,
.post-bar i{
	color: #ff6a00;
}
.single_blog .blog_content h4{
	margin-bottom: 10px;
	font-size: 17px;
}
.single_blog .blog_content  p {

}


/* -------- Process Css -------- */

.process_area{
	padding-bottom: 30px;
}
.single-process{
	padding: 25px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 5px 5px 15px rgba(0,0,0,.05);
	border-radius: 4px;
}
.single-process i{
	color: #fff;
	font-size: 23px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: #ff6a00;
	border-radius: 50%;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.08);
	
}
.single-process h3 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 21px;
}
.single-process p{
	font-size: 14px;
}
.gradient_section{
	background-image: linear-gradient(45deg, #ff6a00 0%, #3995c3 100%);
}

/* -------- Brand css -------- */

#brand_area{
	padding:40px 0;
}
.brand_slide{
}
.brand_slide img{
    opacity: 0.7;
}
.brand_slide a:hover img{
    opacity: 1;
}

/* -------- Footer Css -------- */

.footer_area {
	/*padding:60px 0 20px;*/
	position: relative;
	color: #fff;
	z-index: 100;
	background: #000000;
	word-break: break-all;
	word-wrap: break-word;
}

.single_ftr form{
	margin-top: 8px;
}
.single_ftr p{
	margin-bottom: 10px;
}

.sf_title{
    color: #ff6a00;
    text-transform: uppercase;
    font-size: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
}
.ftr_logo {
    float: left;
    padding: 15px 46px 0 0;
}
.ftr_logo a img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.ftr_logo a:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}
.newsletter_form form{
	position: relative;
	display: block;
}
.newsletter_form {
	margin-top: 0px;
	overflow: hidden;
}
.single_ftr p{
	display: inline-block;
}
.newsletter_form .form-control {
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 8px 20px;
    width: 100%;
	position: relative;
	background: transparent;
	color: #fff;
	border-radius: 0;
}

.newsletter_form button {
	border: inherit;
	border-radius: 0;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	box-shadow: none;
	border: 1px solid transparent;
	transition: 0.5s;
	letter-spacing: 0.5px;
	position: absolute;
	right: 0px;
	top: 0;
	padding: 12px 17px;
	transition: .5s;
}
.newsletter_form button:hover,
.newsletter_form button:hover{
	background: transparent;
	color: #ff6a00;
	opacity: .9;
}
.newsletter_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1
}

.newsletter_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1
}
.newsletter_form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1
}
.form-control{

}
.form-control:focus{
	border-color: #ff6a00;
}

.single_ftr li {
    padding-bottom: 7px;
    color: #fff;
}
.single_ftr a {
    color: #fff;
}
.single_ftr a:hover {
    color: #ff6a00;
}

.ftr_social_icon li {
	display: inline-block;
	text-align: center;
	padding: 4px;
}


.ftr_social_icon ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 32px;
    padding: 4px 8px;
    width: 40px;
	transition: .5s;
}
.ftr_social_icon ul li a:hover{
	background: #ff6a00;
	border-color: #ff6a00;
	color: #fff;
}

.ftr_btm_area {
	background: transparent;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	border-top: 1px dotted #888;
	/*margin-top: 28px;*/
	z-index: 100;
	position: relative;
}
.copyright_text{
    margin: 6px 0;
}
.payment_mthd_icon li {
	display: inline-block;
	margin-left: 10px;
	font-size: 30px;
	color: #fff;
}



/* -------- Page item css -------- */

#page_item_area {
	padding: 45px 0;
	margin-bottom: 40px;
	background: linear-gradient(45deg, #43cea2 0%, #ff6a00 100%);
}
.p_items li {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-right: 12px;
	text-transform: uppercase;
}
.p_items li a {
	color: #fff;
}
.p_items li span {
	color: #fff;
}
.p_items li + li::before {
	color: #fff;
	content: "-";
	padding-right: 12px;
}
#page_item_area h3{
	font-size: 25px;
	color: #fff;
}

.search_form{
	position: relative;
	display: block;
}

.search_form .search_button {
	padding: 9px 15px;
}	

.search_form .search_button,
.search_form .search_button:focus{
	position: absolute;
	background: transparent;
	border: 1px solid transparent;
	outline: none;
	right: 0;
	top: 0;
	cursor: pointer;
}
.search_form button{
	color: #ff6a00;
}

/* -------- 404 Page css -------- */

#page_404_area {
	padding: 100px 0;
}
.page_404_content h1 {
	font-size: 130px;
	margin: 0;
	color:#000;
	font-weight: 300;
	line-height: normal;
}
.page_404_content h3 {
	margin-top: 20px;
	margin-bottom:30px;
	font-weight: 600;
}


/* -------- Blog Page css -------- */

#blog_page {
	padding-bottom: 50px;
}
.b_no_mrgn{
	margin:0;
	margin-bottom:45px;
}
.blog_page_date {
	position: absolute;
	top: 335px;
	right: 50px;
	font-size: 16px;
	font-weight: 400;
	border: 3px solid #fff;
	padding: 8px 15px;
}
.bd_day_page {
	font-weight: 700;
	font-size: 25px;
}
.blog_page_bar {
	margin-top: 30px;
}
.bp_cntnt {
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 18px;
}
.bp_cntnt a {
	color: #ff6a00;
}
.single_sidebar {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding: 22px 23px;
	text-align: left;
}
.sdbr_title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: normal;
	margin: 0 0 30px;
	text-transform: uppercase;
	position: relative;
	padding-left: 30px;
	color: #ff6a00;
}
.blog_cmnt_form #reply-title, 
.comments-title{
	padding-left: 30px;
	color: #ff6a00;
}
.blog_cmnt_form #reply-title:before,
.comments-title:before,
.sdbr_title:before{
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	background: #ff6a00 ;
	height: 2px;
	width: 15px;
}
.single_sidebar ul li {
	padding-right: 30px;
	position: relative;
}
.single_sidebar ul li a {
	color: #606060;
	display: block;
	line-height: 11px;
	margin-bottom: 22px;
	text-transform: capitalize;
	transition: .5s;
}
.single_sidebar ul li a:hover{
	color: #ff6a00;
}
.category{
	padding-bottom:0px;
}
.tags a {
	color: #888;
	display: block;
	float: left;
	font-size: 14px !important;
	line-height: 23px;
	margin-bottom: 5px;
	padding: 5px;
	text-transform: capitalize;
	transition:.5s;
}
.tags a:hover {
	color: #ff6a00;
}
.fix{
	overflow:hidden;
}
.single_popular_post {
	padding-left: 0px;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #eee;
}
.single_popular_post:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.single_popular_post .spp_img {
	border: 1px solid #eeeeee;
	display: block;
	margin-right: 11px;
	width: 64px;
	float:left;
}
.spp_text a {
	color: #333;
	display: block;
	font-weight: 300;
	line-height: 20px;
	transition:.5s;
}
.spp_text a:hover {
	color: #ff6a00;
}
.spp_text p {
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
}
.pagination {
	border-radius: 0;
	display: flex;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.pagination ul {
	display: inline-block;
}
.pagination ul li {
	display: block;
	float: left;
	
}
.pagination ul li a {
	color: #303030;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	padding: 0;
	
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.pagination ul li a i {
	color: #909090;
	font-size: 20px;

}
.pagination ul li + li {
	margin-left: 8px;
}
.pagination ul li a.active {
	border-color: #ff6a00;
	background-color: #ff6a00;
	color: #fff;
	box-shadow: 4px 3px 5px rgba(0,0,0,0.07);
}
.shop_page_area{
	margin-bottom: 60px;
}


/* -------- Blog Details Css -------- */

.blog_dtls_page {

}
.bdp_mrgntp{
	margin-top:30px;
}
.blog_comment_area {
	padding-top: 40px;
}
.comment_inner {
	margin-bottom: 30px;
}
.comment_inner > li {
	padding-right: 40px;
}
.single_cmnt {
	background: #fff none repeat scroll 0 0;
	margin-bottom: 20px;
	padding: 25px;
	text-align: left;
	border: 1px solid #f1f1f1;
}

.blog_cmnt_img {
	border: 1px solid #eee;
	width: 77px;
	margin-right: 20px;
	float:left;
	border-radius: 50%;
}
.blog_cmnt_img img{
	border-radius: 50%;
}
.cmnt_content h4 {
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin-top: 0;
	line-height: 14px;
	color: #ff6a00;
	text-transform: uppercase;
}
.com_date{
	display: inline-block;
	margin: 5px 0 8px;
}

.cmnt_content a {
	color: #ff6a00;
	float: right;
	font-size: 18px;
}
.cmnt_content p {
	overflow: hidden;
	width: 100%;
}
.comment_inner > li ul {
	margin-left: 40px;
	margin-right: -40px;
}
/* Comment Form */

.blog_cmnt_form #reply-title,
.comments-title {
	font-size: 17px;
	line-height: 17px;
	margin: 0 0 30px;
	letter-spacing: 1.5px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
}
.input-area {
  float: left;
  margin-bottom: 18px;
  width: 100%;
}
.input-area input, .input-area textarea, .input-area select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #909090;
	text-align: left;
	width: 100%;
}
.input-area input:focus, .input-area textarea:focus {
  border: 1px solid #ff6a00;
}
.cmnt_form_btn {
	height: 42px;
	line-height: 42px;
	padding: 0 32px;
}
.submit-area input[type="submit"] {

	
}
.submit-area input:hover {

}



/* -------- Contact Page Css -------- */

#contact_map_area {
  display: block;
  height: 420px;
  width: 100%;
}
.contact_frm_area{
	margin-bottom: 30px;
}
.contact_page_area h3{
	margin-bottom: 20px;
	font-size: 18px;
}

.cntct_mrgntp{
	margin-top:50px;
	margin-bottom:50px;
}

.contact_info h2 {
	font-size: 20px;
	line-height: 17px;
	margin: 0 0 20px;
	padding-bottom: 12px;
	position: relative;
	text-transform: uppercase;
	color: #ff6a00;
	font-weight: 700;
}
.contact_info p.subtitle{
	margin-bottom: 25px;
}
.single_info {
	margin-bottom: 30px;
	text-align: left;
}
.single_info .con_icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 22px;
	color: #ff6a00;
	border: 1px solid #ff6a00;
	border-radius: 50px;
	float: left;
	margin-right: 25px;
	transform: .5s;
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.single_info .con_icon:hover{
	background: #ff6a00;
	color: #fff;
}

.single_info a:hover {
	color: #ff6a00;
}



/* -------- Shop Page Css -------- */

.shop_bar_tp {
	padding: 13px 0px;
	margin-bottom: 30px;
}
.short_by_area {
	text-align: left;
}
.short_by_inner {
	display: inline-block;
}
.short_by_inner select {
	text-align: left;
}
.short_by_inner label {
	display: block;
	float: left;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-right: 9px;
	line-height: 45px;
}
.short_by_inner select {
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("img/icon/arrow.png") no-repeat scroll right center;
	border: 1px solid #ddd;
	height: 45px;
	line-height: 27px;
	padding: 10px 26px 10px 10px;
	text-align: left;
	width: auto;
}
.show_area {
	float: right;
	text-align: right;
}
.show_inner {
	display: inline-block;
}
.show_inner label {
	display: block;
	float: left;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-right: 9px;
	line-height:45px;
}
.show_inner select {
	-moz-appearance: none;
	appearance: none;
	background: rgba(0, 0, 0, 0) url("img/icon/arrow.png") no-repeat scroll right center;
	border: 1px solid #ddd;
	height: 40px;
	line-height: 40px;
	padding: 2px 25px 4px 7px;
	text-align: left;
	width: auto;
}
.pgntn_mrgntp {
	margin-top: 10px;
	margin-bottom:0px;
}



/* -------- Login Page Css -------- */
.loginbackground{
	background-image: url('../img/Log In_Background.jpg');
}
.Login-Container{
	width:350px;
	margin:auto;
	padding-top:6%;
}
.Login-ContainerPasswordreset{
	width:650px;
	margin:auto;
	padding-top:6%;
}
.login_page_area{
	padding: 20px 0;
	
}
.caa_heading {
	font-size: 18px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.caa_form_area p {
	margin-bottom: 10px;
}
.create_account_area {
	background: #f8f8f8 none repeat scroll 0 0;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 22px 23px;
	text-align: left;
}
.caa_pdngbtm {
	padding-bottom: 113px;
}
.forgot_password a {
	color: #666;
	border-bottom: 1px solid #666;
}
.forgot_password a:hover {
	color: #666;
	border-bottom: 1px solid transparent;
}
.acc_btn {
	background: #ff6a00;
	border: 1px solid transparent;
	border-radius: 0;
	color: #fff!important;
	padding: 8px 20px;
	transition:.5s;
	margin-top:10px;
	text-transform: capitalize;
	
}
.acc_btn:hover {
	background: #000;
	border: 1px solid transparent;
	color: #fff;
}
.btn_icon {
	margin-right: 10px;

}



/* -------- About Us Page Css -------- */

.about_inner{
	margin-bottom:80px;
}

.about_content_area {
	margin-top: 78px;
	text-align: left;
}
.about_content_area h2 {
	font-size: 20px;
	line-height: 17px;
	padding-bottom: 6px;
	position: relative;
	text-transform: uppercase;
	color: #ff6a00;
	font-weight: 700;
	margin-bottom: 14px;
}
.about_content_area p {
	margin-bottom: 30px;
}

#video {
  position: relative;
  background: #000;
  width:100%;
  margin: 0px auto;
}

#video img,
#video iframe { display: block; }

#play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: url('img/play-button.png') no-repeat 50% 50%;
  background-size: auto, cover;
  z-index: 9999;
}

#play:hover { background-color: rgba(0,0,0,0.2) !important; }

/* About Page CSS*/
.team_area{
	padding-bottom: 30px;
}
.our-team{
    text-align: center;
	margin-bottom: 30px;
}
.our-team .pic{
    padding: 30px 20px 0;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
}
.our-team .pic:after{
    border: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transform: scale(1, 0);
}
.our-team:hover .pic:before,
.our-team:hover .pic:after{
    border-color: #ff6a00;
    transform: scale(1);
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    background: #333;
    padding: 20px 0;
    color: #fff;
    position: relative;
}
.our-team:hover .team-content{
    background: #ff6a00;
}
.our-team .team-content:before{
    content: "+";
    width: 20px;
    height: 20px;
    font-size: 17px;
    color: #fff;
    background: #333;
    position: absolute;
    top: -20px;
    right: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content:before{
    width: 100%;
    background: #ff6a00;
    color: #ff6a00;
}
.our-team .title{
    font-size: 18px;
    margin: 0 0 8px 0;
    text-transform: uppercase;
	font-family: 'Handlee', cursive;
	letter-spacing: 1px;

}
.our-team .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.our-team .social{
    padding: 0;
    list-style: none;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    transform: scale(1);
}
.our-team .social li{
    display: inline-block;
}
.our-team .social li a{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #ff6a00;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #fff;
}
.our-team .social li a:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: rotate(45deg);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s;
	box-shadow: 0 0px 15px rgba(0,0,0,.2);
}
.our-team .social li:hover a:before{
    background: #333;
    color: #fff;
    transform: rotate(-45deg);

}

.center-block{
	float: inherit;
	margin-left: auto;
	margin-right: auto;
}

/* -------- Cart Page Css -------- */

.cart_page_area{
	padding-bottom: 60px;
}

.cart_table_area {
	margin-bottom: 30px;
}
.table {
font-size:16px;
}
.table thead th
{

font-size:16px;
color:#fff;
background-color:#000000;	
font-weight:100;
border-bottom:1px solid #000000;
text-transform:uppercase;
}
.table td
{
border-bottom:1px solid #000000;
background-color:#fff;
font-size:16px;
}

table.dataTable thead
{
	
font-size:16px;
color:#fff;
background-color:#000000;	
font-weight:100;
border-bottom:1px solid #000000;
}
table.dataTable thead th, table.dataTable tfoot th 
{
	
font-size:14px;
color:#fff;
background-color:#000000;	
font-weight:100;
border-bottom:1px solid #000000;
}

.BlockTitle
{
	background-color: #000000;
padding:.375rem .75rem;
font-size:16px;
    color: white;
    
    
 
}
.TabTitle
{
	background-color: #000000;

    color: white;
    font-size:16px;
    
 
}
.TabTitle:Active
{
	background-color: #fff;
    color: white;
    font-size:15px;
	margin-right:2px; 
    
 
}
.cart_prdct_table thead tr th:first-child {
	border-left: 1px solid #ddd;
}
.cart_prdct_table thead tr th {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd !important;
	color: #000;
	font-weight: 700;
	line-height: 54px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
.cart_prdct_table thead tr th.number {
  min-width: 66px;
}
.cart_prdct_table thead tr th.cpt_img {
  min-width: 166px;
  width: 166px;
}
.cart_prdct_table thead tr th.cpt_pn {
  min-width: 250px;
}
.cart_prdct_table thead tr th.cpt_q, 
.cart_prdct_table thead tr th.stock {
  min-width: 130px;
}
.cart_prdct_table thead tr th.price {
  min-width: 130px;
}
.cart_prdct_table thead tr th.total, .cart_prdct_table thead tr th.add-cart {
  min-width: 160px;
}
.cart_prdct_tablee thead tr th.remove {
  min-width: 100px;
}
.cart_prdct_table tbody tr td:first-child {
	border-left: 1px solid #ddd;
}
.cart_prdct_table tbody tr td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}
.cart_prdct_table .cp_no {
	color: #777;
	display: block;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 18px;
}
.cart_prdct_table .cp_img {
	display: inline-block;
	padding: 10px 25px;
}

.cart_prdct_table .cp_title {
	color: #777;
	font-weight: 500;
	transition:.5s;
}
.cart_prdct_table .cp_title:hover {
	color: #ff6a00;
}
.cart_prdct_table .cp_price, .cpp_total {
	font-weight: 500;
	letter-spacing: 0.5px;
}
.cp_remove {
	background: transparent;
	border: none;
	font-size: 20px;
	transition: .5s;
}
.cp_remove i{
	transition: .5s;
}
.cp_remove:hover i{
	background: transparent;
	border: none;
	color: #ff6a00;
}
.cp_quantity_btn {
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block;
	clear: both;
}
.clrfix::after, .clrfix::before {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.cp_quantity_btn a {
	float: left;
	display: block;
	margin: 0;
	height: 30px;
	line-height: 25px;
	vertical-align: middle;
	padding: 0;
	width: 30px;
	font-size: 20px;
	border: 1px solid #d7d9db;
	color: #8c929b;
	text-align: center;
	border-radius:0;
}
.cp_quntty_input:disabled {
	background-color: transparent;
	cursor: default;
}
.cp_quntty_input {
	padding: 0;
	text-align: center;
	float: left;
	display: block;
	margin: 0;
	width: auto;
	min-width: 30px;
	text-indent: 0;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #212224;
	border-left: none;
	border-right: none;
}
.cbi_mrgn {
	margin-top: -7px;
	margin-bottom: 50px;
}
.cbi_right {
	margin-right: 40px;
}

.cart-action .btn{
	margin-right: 20px;
	margin-bottom: 20px;
}
.cuppon-wrap{
	padding: 0 20px;
}
.cuppon-wrap input[type="text"]{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	display: inline-block;
}
.cart-checkout-process span{
	padding-right: 10px;
}
.cart-checkout-process .btn{
	margin-top: 15px;
}
.cart-checkout-process h4{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -------- Checkout Page Css -------- */

.checkout_page{
	margin-bottom: 60px;
}
.checkout_page textarea{
	height: 100px;
}

.checkout_page .title{
	margin-bottom: 20px;
	
}
.checkout_page .title h3{
	font-size: 18px;
	text-transform: capitalize;
}
.checkout_page .custom-checkbox{
	margin-top: 10px;
}
.payment_method{
	padding: 30px;
	border: 1px solid #dee2e6;
	margin: 30px 0
}
.payment_method li{
	padding: 7px 0;
}
.payment_method label{
	font-weight: 600;
}

/* -------- Product Details Page Css -------- */

.pd_title {
	color: #ff6a00;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 100%;
	transition:.5s;
}
.pd_title:hover {
	color: #000;
}
.pd_price_dtls {
	margin-bottom: 38px;
}
.pd_price{
	float:left;
}
.pd_ratng{
	float:right;
}
.pd_price .new {
	color: #303030;
	font-size: 18px;
	font-weight: 700;
	margin-right: 11px;
}
.pd_price span {
	line-height: 16px;
	display: block;
	font-weight: 500;
	float: left;
}
.pd_price .old {
	color: #909090;
	font-size: 14px;
	position: relative;
	padding: 0 5px 0 4px;
}
.pd_price .old::before {
	background: #909090;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 100%;
}
.pd_ratng .rtngs i {
	display: block;
	float: left;
	font-size: 15px;
	margin-right: 3px;
}
.pd_text {
	margin-bottom: 30px;
}
.pd_text h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_img_size {
	margin-bottom: 38px;
}
.pd_img_size h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_img_size a {
	border: 1px solid #eeeeee;
	color: #303030;
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 36px;
	transition:.5s;
}
.pd_img_size a:hover {
	border: 1px solid #ff6a00;
	color: #ff6a00;
}
.pd_clr_qntty_dtls {
	margin-bottom: 40px;
}
.pd_clr {
	width: 50%;
	float:left;
}
.pd_clr h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_clr a.active {
	border: 6px solid #fff;
	outline: 1px solid #303030;
	outline-offset: -1px;
	overflow: hidden;
}
.pd_clr a {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-indent: -999999px;
	width: 36px;
}
.pd_qntty_area {
	width: 50%;
	float:left;
}
.pd_qntty_area h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_qntty_area .pd_qty {
	border: 1px solid #ddd;
	width: auto;
	display: inline-block;
}
.pd_qntty_area .pd_qty input[type="number"] {
	background: transparent none repeat scroll 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 0 0;
	color: #303030;
	float: left;
	height: 35px;
	padding: 0 5px;
	text-align: center;
	width: 54px;
}
.pd_qntty_area .pd_qty .qttybtn.inc {
	margin-top: 5px;
}
.pd_qntty_area .pd_qty .qttybtn {
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-align: center;
}
.pd_qntty_area .pd_qty .qttybtn i {
	display: block;
	line-height: 12px;
}
.pd_btn {
	margin-bottom: 38px;
}
.btn_icn {
	background: #fff;
	color: #ff6a00!important;
	border: 1px solid #ff6a00;
	padding: 8px 15px;
	margin-left: 10px;
	transition: .5s;
}
.btn_icn:hover {
	background: #ff6a00;
	color: #fff!important;
}
.pd_share_area h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.pd_social_icon a {
	color: #606060;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 32px;
	margin-right: 20px;
	transition:.5s;
}
.pd_social_icon a:hover {
	color: #ff6a00;
}
.prdct_dtls_content {
	margin-top: 40px;
}
.pd_tab_area{
	margin-top:30px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgba(0,0,0,.02);
	box-shadow: 0 0 4px rgba(0,0,0,.02);
	display: block;
	padding: 31px 32px;
}
.pd_tab_area p{
	margin-bottom: 15px;
}
.pd_tab_area ul{
	display: inline-block;

}

.pd_tab_area li{
	padding: 5px 0;
	display: block;
	font-weight: 00;
}
.pd_tab_btn {
	margin-bottom: 10px;
	border: none;
}
.pd_tab_btn li {
	display: block;
	float: left;
	margin-right: 10px;
	padding-bottom: 11px;
	position: relative;
}
.pd_tab_btn li a {
	color: #000;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	padding: 7px 20px;
	border-radius: 20px;
	transition: .5s;
}
.pd_tab_btn li a.active{
	background: #ff6a00;
	color: #fff;
	box-shadow: 4px 3px 5px rgba(0,0,0,0.07);
}

.single_pd_tab {
	text-align: left;
}
.pda_rtng_area {
	margin-bottom: 20px;
}
.pda_rtng_area h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 14px;
	margin: 0 0 7px;
	color:#000;
}
.pda_rtng_area h4 span {
	color: #909090;
	font-size: 12px;
	font-weight: 400;
	line-height: 10px;
}
.pda_rtng_area > span {
	color: #909090;
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 10px;
}
.rtng_cmnt_area {
	margin-bottom: 40px;
}
.rtng_cmnt_area .single_rtng_cmnt {
	margin-bottom: 30px;
}
.rtngs {
	float: right;
}
.rtng_cmnt_area .single_rtng_cmnt .rtngs i {
	color: #303030;
	font-size: 16px;
}
.rtng_cmnt_area .single_rtng_cmnt .rtngs span {
	color: #909090;
}
.rtng_author {
	float: left;
}
.rtng_cmnt_area .single_rtng_cmnt .rtng_author h3 {
	color: #606060;
	float: left;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	line-height: 13px;
}
.rtng_cmnt_area .single_rtng_cmnt .rtng_author span {
	color: #909090;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 300;
	line-height: 13px;
	margin-left: 15px;
}
.rtng_cmnt_area .single_rtng_cmnt p {
	display: block;
	overflow: hidden;
	width: 100%;
}
.rtng_cmnt_form_area h3 {
	font-size: 14px;
	margin: 0 0 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 12px;
}
.rcf_pdnglft {
	padding-left: 0;
}
.rp_title h3 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	padding-bottom: 13px;
	color: #000;
	font-weight: 700;
	margin-bottom: 18px;
}


.related_prdct_area {
	padding: 50px 0;
}

.gray_section{
	background: #f9f9f9;
}

/* Wishlist Page CSS*/

.wishlist-page{
	padding: 20px 0 60px;
}

.custom-control {
	padding-left: 30px;
}

.border-right {
    border-right: 1px solid #dee2e6!important;
    height: 22px;
    margin-top: 7px;
}
.padding-section{
padding:0px 5px;

}
.search_icon
input[type=text] {
border-radius: 20px;
height: 30px;
margin-top: 8px;
 }



.hpanel {
    background-color: none;
    border: none;
	border-radius: 10px;
    box-shadow: 25px;
    margin-bottom: 25px
	
}

.hpanelNew {
    background-color: none;
    border: none;
	border-radius: 10px;
    box-shadow: 25px;
    margin-bottom: 15px
	
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative
}

.hpanelwhiteleft {
    background-color: white;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
	border-radius: 0px;
	float:left;
	padding:10px 10px 10px 10px;
	width:100%;
}

.hpanelwhiteleftNew {
    background-color: white;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
	border-radius: 10px;
	padding:10px 10px 10px 10px;
	
}
.hpanelwhiteright {
    background-color: white;
    border: none;
    box-shadow: none;
    margin-bottom: 10px;
	border-radius: 0px;
	padding:10px 10px 10px 10px;
	
}
.hpanelwhiteright1 {
    background-color: white;
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
	border-radius: 10px;
	padding:0;
	
}


.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: none
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none
}

.panel-group .panel-heading {
    background-color: #f7f9fa
}

.small-header .hpanel {
    margin-bottom: 0
}

.small-header {
    padding: 0 !important
}

.small-header .panel-body {
    padding: 15px 25px;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0
}

.panel-body h5, .panel-body h4 {
    font-weight: 600
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0
}

.small-header .panel-body small {
    color: #838589
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    border-radius: #fff;
    font-size: 11px
}

.hbreadcrumb > li {
    display: inline-block
}

.hbreadcrumb > li + li:before {
    padding: 0 5px;
    color: #34495e
}

.hbreadcrumb > .active {
    color: #9d9fa2
}

.wrapper {
    padding: 10px 20px;
	height:100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #fff;
    /*border-bottom-color: transparent*/
}

.nav-tabs {
    border-bottom: 0px solid #e4e5e7
}

.tab-pane .panel-body {
    border-top: none
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0
}

.tabs-left .panel-body {
    position: static
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    width: 20%
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none
}

.tab-content > .active, .pill-content > .active {
    display: block
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #e4e5e7
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below > .nav-tabs > li > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e4e5e7;
    border-bottom-color: transparent
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px
}

.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
    *border-right-color: #ffffff
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
    *border-left-color: #ffffff;
    z-index: 1
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav .open > a, .navbar-nav .open > a:hover, .navbar-nav .open > a:focus {
    color: inherit;
    background: #BF00FF;

}

.font-uppercase {
    text-transform: uppercase
}

.ui-autocomplete
    {
        position: absolute;
        left: 0;
        text-align: left;
        cursor: default;
        background-color:#52B208;
        color: black;
        width: 350px;
        height: 300px;
        overflow: auto;
        border-bottom: 1px solid #e4e5e7;
        padding: 6px 2px;
z-index:5;
    }

 .ui-menu-item
    {
        text-align: left;
         background-color: #BF00FF;
        color: black;
        border-bottom: 1px solid #e4e5e7;
        padding: 6px 2px;
    }

 .btn {
    border-radius: 0px;
	
	
}
 .btn-primary.btn-outline {
    color: #34495e
}

.btn-primary2.btn-outline {
    color: #9b59b6
}

.btn-success.btn-outline {
    color: #62cb31
}

.btn-info.btn-outline {
    color: #3498db
}

.btn-warning.btn-outline {
    color: #ffb606
}

.btn-warning2.btn-outline {
    color: #e67e22
}

.btn-danger.btn-outline {
    color: #e74c3c
}

.btn-danger2.btn-outline {
    color: #c0392b
}

.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff
}

 .btn-primary {
    background-color: #0DD6FF;
    border-color:  #0DD6FF;
    color: #333;
	font-weight:500;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}
.btn.btn-primary:hover {
    background-color: #fff;
   
    color: black;
	
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color:#fff; 
  
    color: black;
}

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
	
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #0DD6FF;
    border-color: #0DD6FF;
}

.btn-primary2 {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #000000;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}

.btn-primary2:hover, .btn-primary2:focus, .btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    background-color: #fff;
    border-color: #fff;
    color: #000000;
}

.btn-primary2:active, .btn-primary2.active, .open .dropdown-toggle.btn-primary2 {
    background-image: none
}

.btn-primary2.disabled, .btn-primary2.disabled:hover, .btn-primary2.disabled:focus, .btn-primary2.disabled:active, .btn-primary2.disabled.active, .btn-primary2[disabled], .btn-primary2[disabled]:hover, .btn-primary2[disabled]:focus, .btn-primary2[disabled]:active, .btn-primary2.active[disabled], fieldset[disabled] .btn-primary2, fieldset[disabled] .btn-primary2:hover, fieldset[disabled] .btn-primary2:focus, fieldset[disabled] .btn-primary2:active, fieldset[disabled] .btn-primary2.active {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn-success {
    background-color: #BF00FF;
    border-color: #BF00FF;
    color: #FFFFFF;
	font-size:18px;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #74d348;
    border-color: #74d348;
    color: #FFFFFF
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #56b22b;
    border-color: #56b22b
}

.btn-info {
    background-color: #0DD6FF;
    border-color: #0DD6FF;
    color: #000;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #fff;
    border-color: #0DD6FF;
    color: #000;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: silver;
    border-color: silver;
}

.btn-default {
    background-color: #fff;
    border-color: #e4e5e7;
    color: #6a6c6f;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #d9dbdd;
    color: #606265
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #e4ebee;
    border-color: #e4ebee
}

.btn-warning {
    background-color: #ffb606;
    border-color: #ffb606;
    color: #FFFFFF;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #ffbf25;
    border-color: #ffbf25;
    color: #FFFFFF
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #e6a300;
    border-color: #e6a300
}

.btn-warning2 {
    background-color: #e67e22;
    border-color: #e67e22;
    color: #FFFFFF
}

.btn-warning2:hover, .btn-warning2:focus, .btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    background-color: #e98e3d;
    border-color: #e98e3d;
    color: #FFFFFF
}

.btn-warning2:active, .btn-warning2.active, .open .dropdown-toggle.btn-warning2 {
    background-image: none
}

.btn-warning2.disabled, .btn-warning2.disabled:hover, .btn-warning2.disabled:focus, .btn-warning2.disabled:active, .btn-warning2.disabled.active, .btn-warning2[disabled], .btn-warning2[disabled]:hover, .btn-warning2[disabled]:focus, .btn-warning2[disabled]:active, .btn-warning2.active[disabled], fieldset[disabled] .btn-warning2, fieldset[disabled] .btn-warning2:hover, fieldset[disabled] .btn-warning2:focus, fieldset[disabled] .btn-warning2:active, fieldset[disabled] .btn-warning2.active {
    background-color: #d26f18;
    border-color: #d26f18
}

.btn-danger {
    background-color: #0DD6FF;
    border-color:  #0DD6FF;
    color: #000;
	font-family: 'bebas-neue', sans-serif;
	font-size:18px;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #fff;
    border-color: #0DD6FF;
    color: #000;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #000000 ;
    border-color: #000000 
}

.btn-danger2 {
    background-color: #c0392b;
    border-color: #c0392b;
    color: #FFFFFF
}

.btn-danger2:hover, .btn-danger2:focus, .btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    background-color: #d24637;
    border-color: #d24637;
    color: #FFFFFF
}

.btn-danger2:active, .btn-danger2.active, .open .dropdown-toggle.btn-danger2 {
    background-image: none
}

.btn-danger2.disabled, .btn-danger2.disabled:hover, .btn-danger2.disabled:focus, .btn-danger2.disabled:active, .btn-danger2.disabled.active, .btn-danger2[disabled], .btn-danger2[disabled]:hover, .btn-danger2[disabled]:focus, .btn-danger2[disabled]:active, .btn-danger2.active[disabled], fieldset[disabled] .btn-danger2, fieldset[disabled] .btn-danger2:hover, fieldset[disabled] .btn-danger2:focus, fieldset[disabled] .btn-danger2:active, fieldset[disabled] .btn-danger2.active {
    background-color: #a73225;
    border-color: #a73225
}

.btn-link {
    color: #BF00FF;
}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    color: #6a6c6f
}

.btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
    background-image: none
}

.btn-link.disabled, .btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled:active, .btn-link.disabled.active, .btn-link[disabled], .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled]:active, .btn-link.active[disabled], fieldset[disabled] .btn-link, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:active, fieldset[disabled] .btn-link.active {
    color: #9d9fa2
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s
}

.btn-xs {
    border-radius: 3px;
    font-size: 11px;
    line-height: 1.5;
    padding: 1px 7px
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429
}

.btn-circle.btn-xs {
    width: 20px;
    height: 20px;
    padding: 4px 8px;
    border-radius: 25px;
    font-size: 10px;
    line-height: 1
}
.btn.focus, .btn:focus
{
	box-shadow:0 0 0 0.2rem rgba(106, 109, 111, 0.25);
}


.btn.active, .btn:hover {
  background-color: #fff; 
  color:#000000;
  border:1px solid #000000;
}



.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33
}
.commentpanel{
  padding: 10px 15px;
  background-color: white;
  border-top: 0px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.social-board .social-profile img {
    height: 65px;
    width: 65px;
    border-radius: 50%
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px
}

.social-board .social-form {
    margin: 10px 0
}

.social-board .social-form input {
    font-size: 10px;
    
    height: 24px
}

.social-talk .social-profile img {
    height: 25px;
    width: 25px;
 
}

.social-talk .text-muted {
    color: #aaacae
}

.social-talk {
    margin-bottom: 10px
}

.social-talk .social-content {
    margin-top: 2px;
	
}
.publishComment {
    width:100%;
}

.ProductTitle {
    background-color: #EBEBEB;
    color: black !important;
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    height: 40px;
}

.ProductPrice {
    background-color: #000000;
    color: white !important;
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px 5px;
    height: 40px;
	font-weight:bolder;
}

.ProductFooter {
    background-color: #0DD6FF;
	color: black !important;
    width: 100%;
    height: 45px;
    text-align: center;
    padding-top: 10px;
}

.ProductButton {
    background-color:#0DD6FF;
    text-align: center;
    border: none;
    color: black !important;
    min-width: 75px;
    width: 90%;
}
.ProductLink {
	background-color:#000000;
    text-align: center;
    color: white;
    margin: 5px 5px 3px 5px;
    min-width: 35px;
}
.TitleHolder{
	background-color:#000000;
	margin-top:-25px;
	padding-left:70px;
	border-top-left-radius:50px; 
}
.TitleHolder img{
	
position:absolute;
right:0;
margin-top:-25px;
}
.commentSection
{
	Width:100%;
}
.Like
{
	Font-size:small;
	
}


.text-info
{
	color:#000000 !important;
}
.regco-header{
	color: white;background-color: #ff6a00;text-align: left;padding:0; margin-bottom:0px;
}

.form-control
{

   font-size: 14px;
    font-family: 'Mulish', sans-serif;
    font-weight: 400;
}
.ui-autocomplete
{
background-color:#fff;
}
.modal-content{
	border-radius:0px;
}
.modal-header{
	background-color: #000000;
color:#fff;
	border-radius:0px;
	
}
.modal-header h4{

color:#fff;
	
	
}
.modal-body{
	background-color: #000000;
color:#fff;
	border-radius:0px;
}
.modal-footer{
	background-color: #000000;
color:#fff;
	border-radius:0px;
}