/*************************
Bootstrap Custom Container
************************/
.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px){
	.container, 
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px){
  .container, 
  .container-md, 
  .container-sm {
    max-width: 720px;
}
}

@media (min-width: 992px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm {
    max-width: 960px;
}
}

@media (min-width: 1200px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px){
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
    max-width: 1140px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
a{
	text-decoration: none;
}
/* 2. Home 1 Header css here */

/* 2.1 header top css here */
.sticky-header.sticky {
	position: fixed;
	z-index: 9;
	width: 100%;
	top: 0;
    background: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	box-shadow: 0 1px 3px rgba(0,0,0,0.11);
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 900ms;
	animation-duration: 900ms;
	-webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
    padding: 15px 0px;
}

.sticky-header.sticky .main_menu ul li ul.sub_menu {
	top: 132%;
}
.sticky-header.sticky .main_menu ul li ul.mega_menu {
	top: 132%;
}
.sticky-header.sticky .contact_phone {
	top: 2px;
}
.header_top {
	background: #f7f7f7;
}
.welcome_text p {
	color: #444444;
}
.top_right > ul > li{
	display: inline-block;
    position: relative;
    padding-left: 20px;
	margin-left: 20px;
    
}
.top_right > ul > li::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 15px;
	background: #999;
	top: 16px;
	left: 0px;
}
.top_right > ul > li:first-child::before {
	display: none;
}
.top_right > ul > li:first-child {
	padding-left: 0;
	margin-left: 0;
}
.top_right > ul > li > a {
	color: #444444;
	text-transform: capitalize;
	line-height: 49px;
	font-size: 14px;
	cursor: pointer;
	display: block;
}
.top_right > ul > li > a i {
	margin-left: 4px;
	font-size: 10px;
}

.top_right > ul > li:hover > a,.dropdown_currency li a:hover,.dropdown_language li a:hover,.dropdown_links li a:hover {
    color: #ff7f1e;
}
.dropdown_currency, .dropdown_language, .dropdown_links {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	min-width: 120px;
	text-align: center;
	top: 100%;
	max-height: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
	right: 0;
	z-index: 9999;
}
.dropdown_currency li,.dropdown_language li,.dropdown_links li {
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
	color: #888888;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
}
.dropdown_currency li:last-child,.dropdown_language li:last-child,.dropdown_links li:last-child{
    border-bottom: 0;
}
.dropdown_currency.open,.dropdown_language.open,.dropdown_links.open {
	max-height: 150px;
}
.top_right ul li a img {
	margin-right: 5px;
}
/*header top css end*/

/* 2.2 header bottom css here */
.header_middel {
	padding: 40px 0;
}
.search_bar form {
	width: 600px;
	position: relative;
}
.search_bar input {
	height: 50px;
	line-height: 50px;
	padding: 0px 70px 0 20px !important;
	width: 100%;
	border: 2px solid #e7e7e7;
	background: transparent;
}
.search_bar button {
	background: #ff7f1e;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	border: 0;
	color: #fff;
	font-size: 22px;
	width: 50px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	line-height: 52px;
}
.search_bar button:hover{
    background: #444444;
}
.cart_area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.wishlist_link a {
	font-size: 32px;
	color: #444444;
}
.wishlist_link > a:hover,.cart_link > a:hover{
    color: #ff7f1e;
} 
.cart_link {
	margin-left: 40px;
    position: relative;
}
.cart_link a i {
	font-size: 32px;
    margin-right: 10px;
}
.cart_link a {
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
	color: #444444;
}
.cart_link span.cart_count {
	position: absolute;
	top: -6px;
	left: 18px;
}
.cart_link span.cart_count {
	min-width: 22px;
	min-height: 22px;
	line-height: 22px;
	background: #dc4444;
	border-radius: 100%;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
}
.mini_cart {
	position: absolute;
	width: 300px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.1);
	z-index: 999;
	right: 0;
	top: 100%;
	padding: 25px 20px 30px;
	top: 100%;
	display: none;
}
.cart_img {
	width: 40%;
	float: left;
	border: 1px solid #ddd;
	margin-right: 10px;
}
.cart_info form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.cart_info input {
	width: 47px;
	border: 0;
	background: transparent;
}
.cart_info {
	width: 56%;
	float: right;
}
.cart_info a {
	font-weight: 500;
}
.cart_info a:hover{
    color: #ff7f1e;
}
.cart_item {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}
.cart_button a {
	text-transform: uppercase;
	border-radius: 25px;
	font-weight: 500;
	color: #ffffff;
	background: #444444;
	display: block;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
	padding: 11px 0px 9px;
}
.cart_button a:hover{
    background: #ff7f1e;
}
.cart_button.checkout {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.cart_button.view_cart {
	padding-top: 20px;
}
.items_nunber span {
	text-transform: capitalize;
	color: #242424;
}
.items_nunber {
	margin-bottom: 12px;
}
/*header bottom css end*/

/*-- 2.3 Categories menu css here --*/
.categories_menu {
	position: relative;
}
.categories_title h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	padding: 6px 0;
	margin-bottom: 0;
	display: inline-block;
}

.categories_title img {
	margin-right: 5px;
}
.categories_menu_inner {
	padding: 8px 0 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #fff;
	position: absolute;
	width: 100%;
	top: 100%;
	z-index: 9;
	display: none;
}
.categories_title {
	background: #ff7f1e;
	padding-left: 49px;
	position: relative;
	cursor: pointer;
}
.categories_title::before {
	content: "\f394";
	color: #fff;
	display: inline-block;
	font-family: Ionicons;
	position: absolute;
	font-size: 28px;
	line-height: 0px;
	top: 23px;
	left: 20px;
}
.categories_title::after{
    content: "\f3d0";
	color: #fff;
	display: inline-block;
	font-family: Ionicons;
	position: absolute;
	font-size: 14px;
	line-height: 0px;
	top: 22px;
	right: 20px;
}
.categories_title.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.categories_menu.categorie_page_menu.right_categorie {
	margin-top: 22px;
}
.categories_menu_inner ul li a:hover,.categories_menu_inner ul li ul.categories_mega_menu > li > a:hover{
    color: #ff7f1e;
}
.categories_menu_inner > ul > li > a {
	font-size: 15px;
	color: #444444;
	line-height: 41px;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}
.categories_menu_inner > ul > li.has-sub > a.open{
    border-bottom: 1px solid #ddd;
}
.categories_menu_inner > ul > li:last-child > a{
    border-bottom: 0;
}
.categories_menu_inner > ul > li > a:focus {
	color: #ff7f1e !important;
}

.categories_menu_inner ul li.categorie_list ul.categories_mega_menu > li {
	padding: 0;
	width: 50%;
	margin-bottom: 15px;
}
.categories_menu_inner ul li.categorie_list ul.categories_mega_menu {
	padding: 20px 20px 5px;
}
.categories_menu_inner ul li a i.fa-angle-right {
	float: right;
	color: #444444;
	font-size: 15px;
	line-height: 35px;
    transition: .3s;
    -webkit-transition: .3s;
}
.categories_menu_inner > ul > li {
	position: relative;
	padding: 0 15px;
}
.categories_menu_inner ul li ul.categories_mega_menu {
	position: absolute;
	left: 120%;
	width: 720px;
	-webkit-box-shadow: 1px 0 6px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 0 6px 0 rgba(0,0,0,0.3);
	background: #fff;
	padding: 20px 20px 16px;
	overflow: hidden;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
.categories_menu_inner ul li ul.categories_mega_menu.open {
	opacity: 1;
	visibility: visible;
	left: 100%;
}
.categories_menu_inner ul li ul.categories_mega_menu > li{
    padding: 0 15px;
    width: 25%;
	float: left;
}

.categories_menu_inner ul li ul.categories_mega_menu > li > a {
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #444444;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px;
}
.categorie_sub_menu ul li a {
	color: #444444;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
}

.categories_menu_inner ul li ul.categories_mega_menu.column_3 {
	width: 550px;
}
.categories_menu_inner ul li ul.categories_mega_menu.column_3 > li {
	width: 33.33%;
}
.categories_menu_inner ul li ul.categories_mega_menu.column_2 {
	width: 400px;
}
.categories_menu_inner ul li ul.categories_mega_menu.column_2 > li {
	width: 50%;
}
.categorie_sub {
	opacity: 0;
	z-index: 999;
	position: absolute;
	width: 101%;
	left: -1px;
	border: lef;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	-webkit-transition: .3s;
	transition: .3s;
	top: 65%;
	visibility: hidden;
}
.categorie_sub.open {
	top: 95%;
	opacity: 1;
	visibility: visible;
}
.categories_menu_inner ul li.has-sub > a::before {
	position: absolute;
	content: "\f055";
	font-family: FontAwesome;
	top: 0;
	right: 20px;
	font-size: 18px;
	pointer-events: none;
}
.categories_menu_inner ul li.has-sub > a.open::before{
    content: "\f056";
}
.categories_menu_inner ul li.has-sub ul.categorie_sub li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 16px;
	padding-left: 15px;
	display: block;
}
.categories_menu_inner ul li.has-sub {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.categories_menu_inner ul li ul.categories_mega_menu > li:first-child {
	padding-left: 0;
}
.categories_menu_inner ul li ul.categories_mega_menu > li:last-child {
	padding-right: 0;
}
/*-- 2.7 Categories menu css end --*/

/* 2.4 main menu css here */
.main_menu > ul > li {
	display: inline-block;
	position: static;
}
.main_menu > ul > li > a {
	color: #444444;
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding: 0 17px;
}
.main_menu > ul > li:hover > a,.main_menu > ul > li.active > a,.search_area form button:hover{
    color: #ff7f1e;
}
.main_menu > ul > li:first-child > a {
	padding-left: 0;
}
.main_menu ul li a i {
	margin-left: 2px;
}
.main_menu ul li ul.sub_menu {
	position: absolute;
	min-width: 220px;
	padding: 30px 25px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	left: 0;
	right: auto;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaley(0);
	transform: scaley(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 9;
}
.main_menu ul li:hover .sub_menu,.main_menu ul li:hover .mega_menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaley(1);
	transform: scaley(1);
}
.main_menu ul li ul li.active a,.main_menu ul li ul li a:hover{
    color: #ff7f1e;
}
.main_menu > ul > li > ul > li > a {
	color: #444444;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	font-weight: 500;
}
.main_menu > ul > li > ul.sub_menu > li:last-child > a {
	margin-bottom: 0;
}
.main_menu > ul > li > ul.mega_menu li ul li:last-child a {
	margin-bottom: 0;
}

.main_menu ul li ul.mega_menu {
	position: absolute;
	min-width: 100%;
	padding: 30px 25px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	left: 0;
	right: auto;
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	-webkit-transform: scaley(0);
	transform: scaley(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .4s;
	transition: .4s;
	z-index: 9;
}

.main_menu > ul > li > ul.mega_menu > li {
	width: 33%;
	float: left;
}
.main_menu > ul > li > ul.mega_menu > li > a {
	text-transform: uppercase;
}
.main_menu > ul > li > ul.mega_menu li ul li a {
	color: #555;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 15px;
	display: block;
	text-transform: capitalize;
}
.main_menu > ul > li > ul.mega_menu li  ul li a:hover{
    color: #ff7f1e;
}
.main_menu ul li ul.sub_menu.pages {
	left: inherit;
	right: inherit;
}
/*main menu css end*/

/* 2.5 contact phone  css here */
.contact_phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	top: -8px;
}
.contact_icone span {
	color: #ff7f1e;
	font-size: 40px;
}
.contact_number {
	margin-left: 7px;
}
.contact_number p {
	font-size: 14px;
	color: #444444;
	font-weight: 300;
	line-height: 18px;
}
.contact_number span{
    font-size: 14px;
    color: #444444;
    font-weight: 500;
}
/*contact phone  css end*/

/* 2.6 shipping area css here */
.shipping_area {
	padding: 45px 0 40px;
}
.single_shipping {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.shipping_icone span {
	color: #ff7f1e;
	font-size: 48px;
	line-height: 48px;
}
.shipping_content h3 {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
	margin: 0;
	line-height: 24px;
	color: #333333;
}
.shipping_content p {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
}
.shipping_icone {
	margin-right: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single_shipping::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 50px;
	background: #ddd;
	right: -16px;
	top: 0;
}
.single_shipping:hover .shipping_icone{
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
}
.single_shipping.column_3::before {
	display: none;
}
.shipping_inner {
	border: 1px solid #ddd;
	padding: 30px 0;
}
/*shipping area css end*/

/* 2.7 categorie banner css here */
.banner_area {
	margin-bottom: 13px;
}
.categorie_banner {
	margin-bottom: 45px;
}
.categorie_banner_title h3 {
	padding: 0 0 15px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.categorie_banner_title {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.categorie_banner_title h3::before{
   content: "";
    width: 70px;
    height: 2px;
    background: #ff7f1e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.categorie_banner_active.owl-carousel .col-lg-3 {
	min-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.categorie_banner_thumb {
	position: relative;
}
.categorie_banner_thumb img{
    -webkit-transition: .3s;
    transition: .3s;
}
.categorie_banner_thumb img:hover{
    opacity: 0.8;
}
.categorie_banner_content {
	position: absolute;
	top: 0;
	padding: 30px 20px;
	left: 0;
}
.categorie_banner_content h3 {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
    margin-bottom: 15px;
}
.categorie_banner_content ul li a {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
}
.categorie_banner_content ul li a:hover{
    padding-left: 5px;
    color: #ff7f1e;
}
.categorie_banner_active.owl-carousel .owl-nav div, .countdown_produtc_active.owl-carousel .owl-nav div,.product_active.owl-carousel .owl-nav div,.consoles_product_active.owl-carousel .owl-nav div {
	position: absolute;
	top: -66px;
	right: 49px;
	width: 27px;
	height: 27px;
	border: 1px solid #ddd;
	color: #444444;
	text-align: center;
	line-height: 25px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
.categorie_banner_active.owl-carousel .owl-nav div:hover,.countdown_produtc_active.owl-carousel .owl-nav div:hover,.product_active.owl-carousel .owl-nav div:hover,.consoles_product_active.owl-carousel .owl-nav div:hover{
    background: #ff7f1e;
    color: #fff;
    border-color: #ff7f1e;
}
.categorie_banner_active.owl-carousel .owl-nav div.owl-next,.countdown_produtc_active.owl-carousel .owl-nav div.owl-next,.product_active.owl-carousel .owl-nav div.owl-next,.consoles_product_active.owl-carousel .owl-nav div.owl-next {
	right: 14px;
}
/*categorie banner css end*/

.sale_percent {
	position: absolute;
	top: 0;
	right: 0;
}
.sale_percent span {
	font-weight: 500;
	font-size: 12px;
	background: #fbff07;
	color: #000;
	display: block;
	text-align: center;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	line-height: 45px;
}

/* 2.9 banner area css here */
.banner_thumb img {
	width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
}
.banner_thumb:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single_banner {
	margin-bottom: 30px;
}
.banner_thumb {
	overflow: hidden;
}
.home_banner_sction {
	margin-bottom: 15px;
}
/*banner area css end*/

/* 2.10 product area css here */
.tab-content > .tab-pane.active {
	display: block;
	height: auto;
	opacity: 1;
	overflow: visible;
}
.tab-content > .tab-pane{
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;;
}
.produtc_area {
	margin-bottom: 45px;
}
.product_ratting ul li,.product_action ul li {
	display: inline-block;
}
.product_ratting ul li a {
	color: #ff7f1e;
	font-size: 16px;
}
.product_active.owl-carousel .col-lg-3 {
	min-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.single_product {
	border: 1px solid #ddd;
    padding: 10px;
}
.product_content {
	margin-top: 14px;
	padding: 0 5px;
}
.product_content h3 {
	color: #444444;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 22px;
	margin-bottom: 11px;
}
.product_content h3 a:hover{
    color: #ff7f1e;
}
.product_ratting {
	margin-bottom: 8px;
}
.product_price span.current_price {
	color: #dc4444;
	font-size: 18px;
	font-weight: 500;
}
.product_price {
	margin-bottom: 8px;
}
.product_action ul li.product_cart a {
	background: #f4f4f4;
	color: #444444;
	font-size: 14px;
	display: block;
	min-width: 124px;
	line-height: 36px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	border-radius: 20px;
}
.product_action ul li a:hover{
    background: #ff7f1e;
    color: #ffffff;
}
.product_action {
	margin: 15px 0 17px;
}
.product_action ul li a {
	background: #f4f4f4;
	font-weight: normal;
	display: inline-block;
	float: left;
	font-size: 20px;
	margin-left: 5px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	color: #444444;
	width: 36px;
	height: 35px;
	line-height: 36px;
}
.product_action ul li:first-child a{
    margin-left: 0;
}
.product_action ul li.add_links a{
    opacity: 0;
    visibility: hidden;
}
.single_product:hover .product_action ul li.add_links a{
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.product_tab_button ul li a {
	color: #999999;
	font-size: 20px;
	line-height: 22px;
	margin-right: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 18px;
	display: inline-block;
}
.product_tab_button ul li a.active{
    color: #444444;
}
.product_tab_button ul li a.active::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #ff7f1e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.product_tab_button {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.product_thumb {
	position: relative;
	border:1px solid #f9f9f9;
}
.btn_quickview {
	position: absolute;
	top: 45%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}
.single_product:hover .btn_quickview{
     opacity: 1;
    visibility: visible;
    top: 55%;
}
.btn_quickview a {
	background: rgba(244, 244, 244, 0.8);
	color: #444444;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
}
.btn_quickview a:hover{
    background: #ff7f1e;
    color: #fff;
}
/*product area css end*/

/* 2.11 discount banner css here */
.discount_banner {
	margin-bottom: 45px;
}
.discount_banner_thumb img {
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
}
.discount_banner_thumb img:hover{
    opacity: 0.9;
}
.discount_banner.section_2 {
	margin-bottom: 40px;
}
/*discount banner css end*/

/* 2.12 consoles product css here */
.consoles_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.consoles_header .product_tab_button {
	margin: 0;
	border: 0;
	padding-right: 69px;
}
.consoles_header .product_tab_button ul li a {
	color: #666666;
	font-size: 14px;
	padding: 0 21px;
	margin: 0;
	border: 1px solid transparent;
	border-radius: 30px;
	line-height: 29px;
	font-weight: 400;
}
.consoles_header .product_tab_button ul li a.active{
    color: #ff7f1e;
    border-color: #ff7f1e;
}
.consoles_product_title h3 {
	padding: 0 0 18px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.consoles_product_title h3::before{
    content: "";
    width: 70px;
    height: 2px;
    background: #ff7f1e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.consoles_header .product_tab_button ul li a.active::before {
	display: none;
}
.consoles_product_active.owl-carousel .col-lg-3 {
	min-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.consoles_product_active.owl-carousel .owl-nav div {
	top: -71px;
}
.consoles_product .single_banner {
	margin-bottom: 0;
}
.consoles_product {
	margin-bottom: 45px;
}
/*consoles product css end*/

/* 2.13 custom product css here */
.custom_product_list .single_product {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 0;
	padding: 11px 0 15px;
	border-bottom: 1px solid #ddd;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom_product_list .single_product:last-child {
	border-bottom: 0;
}
.custom_product_list .product_thumb {
	width: 33%;
	float: left;
}
.custom_product_list .product_content {
	width: 68%;
}
.custom_product_list {
	border: 1px solid #ddd;
	padding: 0 10px;
}
.custom_product_title h3 {
	padding: 0 0 15px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.custom_product_title h3::before{
    content: "";
    width: 70px;
    height: 2px;
    background: #ff7f1e;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.custom_product_title {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.custom_product_active.owl-carousel .owl-nav div {
	position: absolute;
	top: -66px;
	right: 36px;
	width: 27px;
	height: 27px;
	border: 1px solid #ddd;
	color: #444444;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
.custom_product_active.owl-carousel .owl-nav div:hover{
    background: #ff7f1e;
    color: #fff;
    border-color: #ff7f1e;
}
.custom_product_active.owl-carousel .owl-nav div.owl-next{
    right: 0px;
}
.custom_product {
	margin-bottom: 45px;
}
/*custom product css end*/

/* 2.14 brand area css here */
.brand_active.owl-carousel .col-lg-3 {
	min-width: 100%;
}
.brand_active.owl-carousel .single_brand img {
	width: inherit;
	margin: 0 auto;
}
.brand_inner {
	padding: 29px 0;
	border: 1px solid #eeeeee;
	border-radius: 3px;
	overflow: hidden;
}
.brand_area {
	margin-bottom: 45px;
}
/*brand area css end*/


/* 2.15newsletter area start */
.field_newsletter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #ff7f1e;
	padding: 30px 100px;
	border-radius: 4px;
}
.newsletter_text h3 {
	font-size: 24px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 0;
}
.newsletter_text p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
.subscribe_form form {
	position: relative;
	width: 500px;
}
.subscribe_form input {
	background: #ffffff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 146px 0 20px;
	width: 100%;
	border: 0;
	border-radius: 3px;
}
.subscribe_form button {
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	line-height: 50px;
	border: 0;
	border-radius: 3px;
	background: #444444;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 30px;
	cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.subscribe_form button:hover{
    color: #ff7f1e;
}

.newsletter_area {
	position: absolute;
	top: -152px;
	margin-bottom: 45px;
	width: 100%;
}
.mailchimp-success {
	text-align: center;
	max-width: 510px;
	color: #fff;
	margin: 0 auto;
}
.mailchimp-error {
	text-align: center;
	color: #fff;
}
.mailchimp-success.active {
	margin-top: 20px;
}
.mailchimp-success {
	text-align: center;
	max-width: 510px;
	color: #fff;
	margin: 0 auto;
}
/*newsletter area end*/

/* 2.16 shipping contact css here */
.shipping_area.shipping_contact {
	background: #f7f7f7;
	margin-bottom: 45px;
	padding: 90px 0 37px;
	margin-top: 106px;
}

.shipping_contact {
	position: relative;
}
/*shipping contact css end*/

/* 2.17 footer area css here */
.instagram_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.single_instagram {
	margin-right: 10px;
	position: relative;
}
.single_instagram:last-child{
	margin-right: 0;
}
.instagram_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.single_footer h3 {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 12px;
}
.footer_logo {
	margin-bottom: 22px;
}
.footer_desc p {
	line-height: 24px;
	font-size: 15px;
	color: #666666;
}
.footer_desc {
	margin-bottom: 22px;
}
.footer_contact ul li,.footer_contact ul li a {
	font-size: 16px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 10px;
}
.footer_contact ul li:last-child{
    margin-bottom: 0;
}
.footer_contact ul li i {
	font-size: 20px;
	line-height: 24px;
	margin-right: 8px;
}
.single_footer ul li a {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	line-height: 36px;
}
.single_footer ul li a:hover{
    color: #ff7f1e;
}
.instagram_icone {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	left: 0;
	right: 0;
	text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.single_instagram:hover .instagram_icone{
    opacity: 1;
    visibility: visible;
}
.single_instagram::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #ff7f1e;
	opacity: 0;
	left: 0;
	bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.single_instagram:hover::before {
	opacity: 0.5;
}
.instagram_icone a {
	color: #fff;
	font-size: 20px;
}
.instagram_icone a {
	color: #fff;
	font-size: 20px;
}
.footer_top {
	padding-bottom: 33px;
	border-bottom: 1px solid #ddd;
}
.tag_block ul li,.footer_social ul li {
	display: inline-block;
}
.footer_bottom {
	text-align: center;
	padding: 39px 0 45px;
}
.tag_block ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: 29px;
	color: #666666;
	padding-left: 5px;
	margin-left: 4px;
	border-left: 1px solid #555;
}
.tag_block ul li a:hover{
    color: #ff7f1e;
}
.tag_block ul li:first-child a {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.footer_social ul li a {
	text-align: center;
	color: #666666;
	font-size: 18px;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	width: 36px;
	height: 36px;
	display: block;
	margin-left: 10px;
}
.footer_social ul li a:hover{
    background: #ff7f1e;
    border-color: #ff7f1e;
    color: #fff;
}
.tag_block {
	margin-bottom: 18px;
}
.copyright_area {
	background: #ff7f1e;
	padding: 18px 0;
}
.copyright_content p,.copyright_content p a {
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 23px;
}
.copyright_content p a:hover{
    text-decoration: underline;
}
/*footer area css end*/

/* 3. mobile menu css here */
.mean-container .mean-bar {
	z-index: 9;
	top: 32px;
}
.mean-container .mean-nav {
    position: absolute;
	max-height: 300px;
	overflow: auto;
}
.mean-container a.meanmenu-reveal {
	color: #ff7f1e;
	top: -70px;
	width: 23px;
}
.mean-container a.meanmenu-reveal span {
	background:#ff7f1e;
	height: 3px;
}
/*mobile menu css end*/

/* 4. modal css here */
.modal-dialog.modal-dialog-centered {
	min-width: 870px;
}
.modal_tab_img {
	text-align: center;
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ddd;
}
.modal_tab_img img {
	margin: 0 auto;
}

.modal_tab_button ul li a {
	padding: 0;
	border: 1px solid #ddd;
	margin: 0 2px;
}

.modal_tab_button ul li a img {
	width: 100%;
}
.modal_title h2, .modal_social h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #242424;
}
.modal_social h2 {
	margin-bottom: 15px;
}
.modal_price span {
	font-weight: 600;
	color: #dc4444;
	font-size: 16px;
}
.modal_price span.old_price {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 5px;
}
.modal_content p, .modal_description p {
	line-height: 24px;
	font-size: 15px;
	color: #666666;
	margin: 0;
}
.modal_size h2 {
	font-size: 16px;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.modal_size.mb-15 {
	margin-bottom: 20px;
}
.modal_size ul li, .modal_social ul li {
	display: inline-block;
	margin-right: 3px;
}
.modal_size ul li a, .modal_social ul li a {
	text-transform: uppercase;
	display: inline-block;
	border: 1px solid #ddd;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	font-size: 16px;
	color: #222222;
	font-weight: 600;
}
#modal_box .modal_size ul li a {
	font-size: 12px;
}
.modal_size ul li a:hover,.modal_social ul li a:hover{
    background: #ff7f1e;
    color: #fff;
    border-color: #ff7f1e;
}
.modal_add_to_cart form input {
	width: 80px;
	border: 1px solid #ddd;
	background: none;
	padding: 0 17px;
	font-weight: 700;
	border-radius: 5px;
	height: 40px;
}
.modal_add_to_cart form button{
	background: none;
	border: 1px solid #444;
	margin-left: 10px;
	font-size: 12px;
	font-weight: 700;
	height: 38px;
	line-height: 18px;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #444;
	color: #fff;
	border-radius: 5px;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
}
.modal_add_to_cart form button:hover{
    background: #ff7f1e;
    color: #fff;
    border-color: #ff7f1e;
}
.modal_body {
	padding: 0 6px 56px;
}
.modal-content button.close {
    position: relative;
    left: 94%;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #555;
    top: 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    background: transparent;
    font-size: 24px;
	transition: .3s;
}
.modal-content button.close:hover{
	color: #2469d9;
	border-color: #2469d9;
}
.product_navactive.owl-carousel .owl-dots {
	display: block;
}
.modal_add_to_cart.mb-15 {
	margin-bottom: 30px;
}
.modal_description.mb-15 {
	margin-bottom: 26px;
}
.nav.product_navactive.owl-carousel .owl-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -35px;
}
.nav.product_navactive.owl-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: #ddd;
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
}
.nav.product_navactive.owl-carousel .owl-dots .owl-dot.active{
    background: #ff7f1e;
}
/*modal css end*/

/* 6. home two css here */
.header_top.top_two .top_right > ul > li:hover > a, .header_top.top_two .dropdown_currency li a:hover, .header_top.top_two .dropdown_language li a:hover, .header_top.top_two .dropdown_links li a:hover {
	color: #ff7f1e;
}
.header_middel.middel_two .search_bar button {
	background: #ff7f1e;
}
.header_middel.middel_two .search_bar button:hover{
    background: #444444;
}
.header_middel.middel_two .wishlist_link > a:hover,.header_middel.middel_two .cart_link > a:hover {
	color: #ff7f1e;
}
.header_middel.middel_two .cart_link span.cart_count,.header_middel.middel_two .cart_button a:hover {
	background: #ff7f1e;
}
.header_middel.middel_two .cart_info a:hover {
	color: #ff7f1e;
}
.header_bottom.bottom_two {
	background: #ff7f1e;
	margin-bottom: 45px;
}
.header_bottom.bottom_two .categories_title {
	background: #444444;
	height: 60px;
	line-height: 63px;
}
.header_bottom.bottom_two .main_menu > ul > li > a {
    color: #fff;
	font-size: 15px;
	height: 60px;
	line-height: 60px;
}
.header_bottom.bottom_two .main_menu > ul > li:hover > a, .header_bottom.bottom_two .main_menu > ul > li.active > a{
	color: #444444;
}
.header_bottom.bottom_two .categories_title::before {
	top: 30px;
}
.header_bottom.bottom_two .categories_title::after {
	top: 31px;
}
.header_bottom.bottom_two .categories_menu_inner ul li a:hover, .header_bottom.bottom_two .categories_menu_inner ul li ul.categories_mega_menu > li > a:hover {
	color: #ff7f1e;
}
.header_bottom.bottom_two .categories_menu_inner > ul > li > a:focus {
	color: #ff7f1e !important;
}
.header_bottom.bottom_two .main_menu ul li ul li.active a,.header_bottom.bottom_two .main_menu ul li ul li a:hover,.header_bottom.bottom_two .main_menu > ul > li > ul.mega_menu li ul li a:hover {
	color: #ff7f1e;
}
.slider_area.slider_two .slider_content h2 {
	color: #ff7f1e;
}
.slider_two .single_slider.slider_one .slider_content h2 {
	font-size: 28px;
}
.slider_two .single_slider.slider_one .slider_content p {
	line-height: 27px;
}
.slider_area.slider_two .slider_content a {
	color: #ff7f1e;
	border: 2px solid #ff7f1e;
}
.slider_area.slider_two .slider_content a:hover, .slider_area.slider_two.owl-carousel .owl-nav div:hover {
	background: #ff7f1e;
	color: #fff;
}
.slider_area.slider_two.owl-carousel .owl-dots .owl-dot.active {
	background: #ff7f1e;
}
.slider_area.slider_two .single_slider.slider_two .slider_content h1 {
	color: #444444;
}
.slider_area.slider_two .single_slider.slider_two .slider_content h3, .slider_area.slider_two .single_slider.slider_two .slider_content p {
	color: #444444;
}
.slider_content_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.slider_content_inner .slider_content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 50px;
}
.banner_box_two .banner_thumb {
	margin-bottom: 30px;
}
.banner_box_two .banner_thumb:last-child{
    margin-bottom: 0;
}
.shipping_area.shipping_two .shipping_icone span {
	color: #ff7f1e;
}
.top_categorie_active.owl-carousel .col-lg-3 {
	min-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.top_categorie_active.owl-carousel .owl-nav div,.blog_active.owl-carousel .owl-nav div {
	position: absolute;
	top: -66px;
	right: 49px;
	width: 27px;
	height: 27px;
	border: 1px solid #ddd;
	color: #444444;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
}
.top_categorie_active.owl-carousel .owl-nav div.owl-next,.blog_active.owl-carousel .owl-nav div.owl-next {
	right: 14px;
}
.top_categorie_active.owl-carousel .owl-nav div:hover,.custom_product.custom_two .custom_product_active.owl-carousel .owl-nav div:hover,.blog_active.owl-carousel .owl-nav div:hover{
	background: #ff7f1e;
	color: #fff;
	border-color: #ff7f1e;
}
.top_categorie_title h3 {
	color: #444444;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
}
.top_categorie_title h3 a:hover{
    color: #ff7f1e;
}
.top_categorie_title {
	margin-top: 15px;
}
.categorie_banner.top_categorie {
	margin-bottom: 41px;
}
.categorie_banner.top_categorie .categorie_banner_title h3::before,.custom_product.custom_two .custom_product_title h3::before {
	background: #ff7f1e;
}
.custom_product_wrapper.countdown_p .custom_product_list .single_product {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.custom_product_wrapper.countdown_p .custom_product_list .product_thumb {
	width: 100%;
}
.custom_product_wrapper.countdown_p .owl-carousel .owl-item img {
	width: inherit;
	margin: 0 auto;
}
.custom_product.custom_two .custom_product_list {
	border: 0;
	padding: 0;
}
.custom_product.custom_two .custom_product_list .single_product {
	border-bottom: 0;
	padding: 6px 0 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.custom_product.custom_two .custom_product_wrapper {
	padding: 20px 20px 0;
}
.custom_product_wrapper.countdown_p {
	border: 2px solid #ff7f1e;
}

.custom_product.custom_two .countdown_product_price {
	margin-bottom: 0;
}
.custom_product.custom_two .single_product:first-child {
	padding-top: 0;
}
.custom_product.custom_two .single_product:last-child {
	padding-bottom: 0;
}
.custom_product_wrapper.countdown_p .custom_product_list .product_thumb {
	width: 100%;
}
.custom_product_wrapper.countdown_p .custom_product_list .product_content {
	width: 100%;
}
.custom_product_wrapper.countdown_p .product_timing {
	color: #fff;
	background: rgb(255, 125, 4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.custom_product_wrapper.countdown_p .countdown_area {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.custom_product_wrapper.countdown_p .single_countdown {
	background: inherit;
	position: relative;
}
.custom_product_wrapper.countdown_p .single_countdown::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 30px;
	background: #fff;
	right: -6px;
	top: 16px;
}
.custom_product_wrapper.countdown_p .single_countdown:last-child::before{
    display: none;
}
.custom_product_wrapper.countdown_p .countdown_number {
	color: #fff;
	font-size: 22px;
}
.custom_product_wrapper.countdown_p .countdown_title{
    color: #fff;
}
.custom_product_wrapper.countdown_p .product_action ul li a:hover {
	background: #ff7f1e;
}
.custom_product.custom_two .product_ratting ul li a,.custom_product.custom_two .product_content h3 a:hover  {
	color: #ff7f1e;
}
.banner_area.banner_two {
	margin-bottom: 15px;
}
.produtc_area.product_two .product_tab_button ul li a.active,.produtc_area.product_two .product_ratting ul li a,.produtc_area.product_two .product_content h3 a:hover {
	color: #ff7f1e;
}
.produtc_area.product_two .product_tab_button ul li a.active::before,.produtc_area.product_two .btn_quickview a:hover {
	background: #ff7f1e;
}
.produtc_area.product_two .product_active.owl-carousel .owl-nav div:hover,.consoles_product.consol_two .consoles_product_active.owl-carousel .owl-nav div:hover {
	background: #ff7f1e;
	color: #fff;
	border-color: #ff7f1e;
}
.produtc_area.product_two .product_action ul li a:hover {
	background: #ff7f1e;
}
.consoles_product.consol_two .consoles_product_title h3::before {
	background: #ff7f1e;
}
.consoles_product.consol_two .consoles_header .product_tab_button ul li a.active {
	color: #ff7f1e;
	border-color: #ff7f1e;
}
.consoles_product.consol_two .btn_quickview a:hover,.consoles_product.consol_two  .product_action ul li a:hover {
	background: #ff7f1e;
}
.consoles_product.consol_two .product_ratting ul li a,.consoles_product.consol_two .product_content h3 a:hover  {
	color: #ff7f1e;
}
.blog_header_title h3 {
	padding: 0 0 18px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}
.blog_header_title h3::before {
	content: "";
	width: 70px;
	height: 2px;
	background: #ff7f1e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.blog_header_title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.blog_active.owl-carousel .col-lg-4 {
	min-width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
}
.blog_content p {
	padding: 15px 0 12px;
	margin: 0;
	line-height: 24px;
	color: #444444;
	font-size: 16px;
	font-weight: 500;
}
.blog_content a {
	color: #666666;
	font-style: italic;
	font-size: 14px;
}
.blog_content a:hover{
    color: #ff7f1e;
}
.blog_area {
	margin-bottom: 37px;
}
.consoles_product.consol_two.bottom {
	margin-bottom: 41px;
}
.newsletter_area.newsletter_two .field_newsletter,.footer_area.footer_two .copyright_area{
    background: #ff7f1e;
}
.newsletter_area.newsletter_two .newsletter_form button:hover,.newsletter_popup.newsletter_popup_two .popup_close span:hover {
	color: #ff7f1e;
}
.footer_area.footer_two .single_footer ul li a:hover,.footer_area.footer_two .tag_block ul li a:hover  {
	color: #ff7f1e;
}
.footer_area.footer_two .footer_social ul li a:hover {
	background: #ff7f1e;
	border-color: #ff7f1e;
}
.newsletter_popup.newsletter_popup_two .popup_text button,.newsletter_popup.newsletter_popup_two .popup_footer input:checked ~ span.checkmark {
	background: #ff7f1e;
}
.newsletter_popup.newsletter_popup_two .popup_text button:hover{
    background: #444444;
}

.mobile-menu-list {
    display: none;
}
.mobile-menu.mobail_two a.meanmenu-reveal span {
	background: #ff7f1e;
}
.mobile-menu.mobail_two.mean-container a.meanmenu-reveal {
	color: #ff7f1e;
}
/*home two css end*/

/* 9. shop page css here */
.breadcrumb_content {
  text-align: center;
}
.breadcrumb_content h3 {
	font-size: 24px;
	text-transform: capitalize;
	color: #ff7f1e;
	font-weight: 500;
	margin-bottom: 10px;
}
.breadcrumb_content ul li {
	display: inline-block;
	padding-right: 15px;
}
.breadcrumb_content ul li:last-child{
    padding-right: 0;
}
.breadcrumb_content ul li a {
	font-size: 14px;
	color: #666666;
}
.breadcrumb_content ul li a:hover{
    color: #ff7f1e;
}
.breadcrumbs_inner {
	background: url(../img/banner/bgbread.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}
.breadcrumbs_area {
	padding-bottom: 43px;
}
.breadcrumb_content {
	text-align: center;
	padding: 44px 0;
}
.widget_list h3 {
	padding: 0 0 15px;
	color: #444444;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	display: block;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.widget_list  h3::before {
	content: "";
	width: 70px;
	height: 2px;
	background: #ff7f1e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.widget_list ul li a {
	color: #444444;
	text-transform: capitalize;
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	line-height: 33px;
	display: block;
}
.widget_list ul li a:hover{
    color: #ff7f1e;
}
.widget_list ul li a::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
	width: 16px;
	height: 16px;
	-webkit-transition: .3s;
	transition: .3s;
}
.widget_list ul li a:hover::before{
    border-color: #ff7f1e;
}
.widget_list {
	margin-bottom: 31px;
}
.block_tags a {
	margin-right: 8px;
	padding: 4px 12px;
	color: #444444;
	background: #eeeeee;
	font-weight: 400;
	line-height: 30px;
	font-size: 13px;
}
.block_tags a:hover{
    background: #ff7f1e;
    color: #fff;
}
.widget_list:last-child {
	margin-bottom: 0;
}
.widget_list.tag_widget {
	margin-bottom: 42px;
}
.shop_toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.list_button ul li a {
	width: 40px;
	height: 40px;
	color: #fff;
	font-weight: normal;
	font-size: 26px;
	background: #444444;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
	display: block;
	border-radius: 3px;
}
.list_button ul li a:hover,.list_button ul li a.active{
    background: #ff7f1e;
}
.select_option .nice-select {
	width: 150px;
	float: right;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
}
.select_option .nice-select::after {
	top: 56%;
}
.select_option ul.list {
	width: 100%;
	max-height: 180px;
	overflow: auto;
}
.select_option.number .nice-select {
	width: 90px;
}
.select_option label {
	margin-bottom: 0;
	line-height: 35px;
}
.shop_tab_product .single_product {
	margin-bottom: 30px;
}

.list_item .product_ratting {
	margin-bottom: 15px;
}
.list_item .product_content h3 {
	margin-bottom: 18px;
}
.list_item .product_price {
	margin-bottom: 15px;
}
.list_item .product_description p {
	color: #777777;
	line-height: 26px;
}
.product_description {
	margin-bottom: 22px;
}
/* struktur dasar kamu */
.pagination_style ul {
    padding: 0;
    margin: 0;
}

.pagination_style ul li {
    display: inline-block;
}

/* link normal */
.pagination_style ul li a {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 7px;
    color: #444444;
    border-radius: 3px;
}

/* ACTIVE (Laravel: li.active span) */
.pagination_style ul li.active span {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff7f1e;
    margin-left: 7px;
    border-radius: 3px;
    background: #ff7f1e;
    color: #fff;
}

/* HOVER */
.pagination_style ul li a:hover {
    background: #ff7f1e;
    border-color: #ff7f1e;
    color: #fff;
}

/* DISABLED (Laravel: li.disabled span) */
.pagination_style ul li.disabled span {
    width: 38px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    margin-left: 7px;
    color: #bbb;
    border-radius: 3px;
    background: #f5f5f5;
    cursor: default;
}

/* wrapper kamu */
.pagination_style {
    text-align: right;
}
/*shop page css end*/

/* 10. product page css here */
.product_details h3 {
	font-size: 20px;
	line-height: 24px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 20px;
}
.product_details .product_price {
	margin-bottom: 15px;
}
.product_details .product_ratting {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.product_details .product_ratting ul {
	margin-right: 20px;
}
.product_details .product_description p {
	font-size: 16px;
	font-weight: 300;
}
.product_details .product_description {
	margin-bottom: 20px;
}
.product_stock input {
	width: 70px;
	padding: 0 6px;
	border: 1px solid #ddd;
	background: inherit;
	margin-left: 20px;
}
.product_details_action h3 {
	margin-bottom: 26px;
}
.product_action_link ul li {
	display: inline-block;
}
.product_action_link ul li a {
	font-size: 15px;
	color: #444444;
	margin-right: 20px;
	font-weight: 300;
}
.product_action_link ul li a:hover{
    color: #ff7f1e;
}
.product_action_link ul li a i {
	margin-right: 5px;
	font-size: 18px;
}
.product_action_link ul li.product_cart a {
	background: #ff7f1e;
	color: #ffffff;
	line-height: 40px;
	width: 150px;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 3px;
}
.product_stock {
	margin-bottom: 28px;
}
.social_sharing ul li {
	display: inline-block;
}
.social_sharing ul li a {
	text-align: center;
	font-size: 13px;
	padding: 7px 15px;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.social_sharing ul li:last-child a,.product_action_link ul li:last-child a,.product_thumb_button ul li:last-child{
    margin-right: 0;
}
.social_sharing ul li a.bg-facebook{
    background: #435f9f;
}
.social_sharing ul li a.bg-Tweet{
    background: #00aaf0;
}
.social_sharing ul li a.bg-google{
    background: #e04b34;
}
.social_sharing ul li a.bg-pinterest{
    background: #ce1f21;
}
.social_sharing span {
	width: 87px;
	float: left;
	line-height: 40px;
	color: #444444;
	font-weight: 500;
	font-size: 16px;
}
.product_stock label {
	margin-bottom: 0;
	font-size: 16px;
	color: #444444;
	font-weight: 500;
}
.product_action_link {
	margin-bottom: 24px;
}
.product_thumb_button ul li {
	border: 1px solid #ddd;
	width: 110px;
	margin-right: 10px;
}

.single_product_wrapper {
	margin-bottom: 45px;
}
.produtc_area.related_Product {
	margin-bottom: 40px;
}

.produtc_area.related_Product .consoles_product_title,.produtc_area.upsell_Products .consoles_product_title {
	margin-bottom: 23px;
	border-bottom: 1px solid #ddd;
}
/* 11. product info css here */
.product_d_inner {
	border: 1px solid #ddd;
}
.product_info_button ul li a {
	display: block;
	padding: 10px 30px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	background: #f0f0f0;
	color: #242424;
	font-weight: 600;
	margin-right: 10px;
}
.product_info_button ul li a.active,.product_info_button ul li a:hover,.product_review_form button:hover {
    background: #ff7f1e;
	color: #fff;
}

.product_d_inner .tab-content {
	padding: 20px 30px 22px;
}
.product_info_content p {
	color: #555;
}
.product_d_table {
	padding: 10px 0 22px;
}
.product_d_table table {
	border-top: 1px solid #ddd;
	width: 100%;
}
.product_d_table table tbody tr {
	border-bottom: 1px solid #ddd;
}
.product_d_table table tbody tr td:first-child {
	border-right: 1px solid #ddd;
	width: 30%;
	font-weight: 700;
}
.product_d_table table tbody tr td {
	padding: 7px 17px;
}
.product_info_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
}
.product_info_inner .product_ratting p {
	margin-bottom: 5px;
}
.product_info_inner .product_ratting {
	margin-bottom: 10px;
}
.product_demo {
	margin-left: 30px;
}
.product_info_inner .product_ratting strong {
	margin-top: 10px;
	display: block;
	margin-bottom: 8px;
}
.product_review_form form .col-12 {
	margin-bottom: 12px;
}
.product_review_form h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
}
.product_review_form textarea {
	border: 1px solid #ddd;
	background: none;
	height: 120px;
	resize: none;
}
.product_review_form input {
	border: 1px solid #ddd;
	background: none;
}
.product_review_form button {
	border: none;
	background: #242424;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 15px;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	margin-top: 20px;
}
.product_review_form p {
	margin-bottom: 7px;
}
.product_d_info {
	margin-bottom: 41px;
}
/*product info css end*/

.related_Product .product_active.owl-carousel .owl-nav div, .upsell_Products .product_active.owl-carousel .owl-nav div {
	top: -68px;
}
.product_sidebar .produtc_area.upsell_Products {
	margin-bottom: 0;
}
.product_right_sidebar {
	margin-bottom: 38px;
}
.product_right_sidebar .product_thumb_button ul li {
	border: 1px solid #ddd;
	width: 76px;
	margin-right: 10px;
}
.product_gallery_wrapper .product_gallery_thumb {
	width: 50%;
	float: left;
}

.nav.product_d_button {
    flex-wrap: inherit;
}
/*product page css end*/

/* 12. about page css here */
.commun_bread .breadcrumb_content {
	padding: 0;
	text-align: left;
}
.breadcrumbs_area.commun_bread {
	padding-bottom: 36px;
	padding-top: 5px;
}
.about_section {
	padding: 2px 0 45px;
}
.about_content{
    text-align: center;
}
.about_content h1 {
	font-weight: 600;
	line-height: 29px;
	text-transform: uppercase;
	color: #333;
	font-size: 22px;
	margin-bottom: 15px;
}
.about_content p {
	color: #555;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 22px;
}
.view__work a {
	color: #555;
	border: 1px solid #2f2f2f;
	height: 40px;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 15px;
	display: inline-block;
	text-transform: uppercase;
}
.view__work a:hover {
	background: #ff7f1e;
	color: #fff;
	border-color: #ff7f1e;
}
/*about page css end*/

/* 16. contact page css here */
.breadcrumb-section.contact_bread {
	padding: 28px 0 60px;
}
.contact_message h3 {
	font-size: 25px;
	text-transform: capitalize;
	color: #444444;
	font-weight: 400;
	line-height: 20px;
	margin-bottom: 25px;
}
.contact_message p {
	font-size: 14px;
	line-height: 24px;
	color: #555;
	margin-bottom: 15px;
}
.contact_message ul li {
	padding: 13px 0;
	border-top: 1px solid #e4e4e4;
}
.contact_message ul li:last-child{
    padding-bottom: 0;
}
.contact_message ul li i {
	margin-right: 10px;
}
.contact_message ul li a {
	color: #ff7f1e;
}
.contact_message ul li a:hover{
    color: #444444;
}
.contact_message label {
	line-height: 18px;
	color: #444444;
	font-weight: 500;
}
.contact_message input{
    border: 1px solid #ddd;
    height: 45px;
    background: #fff;
}
.contact_textarea textarea {
	height: 170px;
	border: 1px solid #ddd;
	background: #fff;
	resize: none;
	margin-bottom: 15px;
}
.contact_message button {
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	text-transform: uppercase;
	border: none;
	background: #ff7f1e;
	color: #fff;
	cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.contact_message button:hover{
    background: #444444;
}
.contact_message {
	margin-bottom: 45px;
}

.gmap_canvas iframe {
    overflow: hidden;
    background: 0 0!important;
    height: 500px;
    width: 100%;
}
/*contact page css end*/

/* 21. blog page css here */
.single_blog.blog_list .blog_meta span a {
	color: #e53131;
}
.single_blog.blog_list .blog_meta span a:hover{
    text-decoration: underline;
}
.single_blog.blog_list .blog_meta span i {
	color: #8c8c8c;
}
.single_blog.blog_list .blog_thumb {
	width: 43%;
	float: left;
}
.single_blog.blog_list .blog_content {
	width: 53%;
	float: right;
	margin-left: 25px;
	padding-top: 0;
}
.single_blog.blog_list:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li {
	color: #e53131;

}
.breadcrumb-section.blog_bread {
	padding: 0 0 58px;
}
.single_blog.blog_list .blog_meta span.comment {
	position: inherit;
}
.blog_social ul li {
	display: inline-block;
}
.readmore_button a {
	height: 38px;
	line-height: 40px;
	background: #ff7f1e;
	border: 0;
	color: #fff;
	display: inline-block;
	padding: 0 25px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
    font-style: normal;
}
.readmore_button a:hover{
    background: #444444;
    color: #fff;
}
.single_blog.blog_list .blog_desc {
	margin-bottom: 15px;
}
.single_blog.blog_list .blog_desc p{
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}
.single_blog.blog_list .blog_meta {
	margin-bottom: 11px;
}
.single_blog.blog_list .blog_meta span{
    color: #ff7f1e;
    margin-right: 20px;
}
.single_blog.blog_list .blog_meta span a {
	color:  #ff7f1e;
}
.blog_social ul li a {
	background: #f1f1f1;
	border-radius: 100%;
	display: inline-block;
	font-size: 17px;
	line-height: 32px;
	height: 32px;
	width: 32px;
	text-align: center;
	color: #444444;
	margin-right: 10px;
}
.blog_social ul li a:hover{
    background: #ff7f1e;
    color: #fff;
}
.readmore_button {
	margin-bottom: 22px;
}
.single_blog.blog_list .blog_title h3 {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 19px;
    margin-bottom: 16px;
}
.single_blog.blog_list .blog_title h3 a{
    color: #444444;
    font-size: 18px;
    font-style: normal;
}
.single_blog.blog_list .blog_title h3 a:hover{
    color: #ff7f1e;
}
.single_blog.blog_list {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.widget_list.widget_tag .tag_widget ul li a:hover {
	background: #cea679;
	color: #fff;
	border-color: #ff7f1e;
	background: #ff7f1e;
	color: #fff;
}
.post_thumb {
	width: 40%;
	margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
	float: left;
}
.post_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.post_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}
.post_wrapper:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.post_info h3 {
	font-size: 14px;
	color: #555555;
	text-transform: capitalize;
	line-height: 14px;
	margin-bottom: 5px;
}
.post_info h3 a:hover{
    color: #ff7f1e;
}
.post_info span {
	color: #ff7f1e;
	font-size: 12px;
}
.widget_list.widget_categories ul li a {
	color: #555;
	padding: 10px 0;
	text-transform: capitalize;
	display: inline-block;
}
.widget_list.widget_categories ul li:last-child a {
	padding-bottom: 0;
}
.widget_list.widget_categories ul li {
	border-top: 1px solid #ddd;
}

.widget_list.widget_search input {
	height: 35px;
	border: 1px solid #ddd;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
    padding: 0 15px;
}
.widget_list.widget_search button {
	color: #fff;
	display: inline-block;
	background: #242424;
	border: none;
	padding: 0 20px;
	height: 34px;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.widget_list.widget_search button:hover{
    background: #ff7f1e;
}
.widget_list.comments_post .post_info span {
	color: #555555;
	font-size: 14px;
	display: block;
	line-height: 12px;
	margin-bottom: 8px;
}
.widget_list.comments_post .post_info a:hover,.widget_list.widget_categories ul li a:hover{
    color: #ff7f1e;
}
.blog_page_section {
	margin-top: 2px;
}

.blog_sidebar_widget .widget_list h3::before {
	display: none;
}
.blog_sidebar_widget .widget_list h3 {
	border: 0;
	padding: 0;
}

.blog_sidebar_widget .widget_list ul li a::before {
	display: none;
}
.tag_widget ul li{
    display: inline-block;
}
.tag_widget ul li a {
	margin: 0 6px 5px 0;
	display: block;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #ebebeb;
	background: #fff;
	padding: 0 15px;
	line-height: 29px;
}
.shipping_area.shipping_contact.blog_shipping {
	margin-top: 94px;
}
.widget_list.widget_search,.widget_list.widget_post {
	margin-bottom: 36px;
}
.widget_list.widget_tag {
	margin-bottom: 30px;
}
.widget_list.comments_post {
	margin-bottom: 35px;
}
/*blog page css end*/

/* 22. blog details css here */
.blog_details .blog_desc p.blockquote {
	font-style: italic;
	margin: 40px 0 40px 0;
	padding: 0 0 0 15px;
	border-left: 5px solid #ff7f1e;
	line-height: 26px;
	font-size: 16px;
}
.blog_details .blog_desc p {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
}
.blog_details .blog_social {
	margin-bottom: 21px;
}
.blog_entry_meta ul li {
	display: inline-block;
}
.blog_entry_meta ul li a,.blog_entry_meta ul li{
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}
.blog_entry_meta ul li a:hover{
    color: #e53131;
}
.comment_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.comment_meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comment-author-thumb {
	width: 9%;
	float: left;
}
.comment_content {
	width: 90%;
}
.comments_box h3 {
	font-size: 18px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}
.blog_entry_meta {
	margin-bottom: 21px;
}
.comment_title h5 {
	font-size: 13px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 6px;
	line-height: 13px;
}
.comment_title h5 a{
    color: #444444;
    font-weight: 500;
}
.comment_title h5 a:hover,.related_posts_content h3 a:hover{
    color: #ff7f1e;
}
.comment_title span {
	font-size: 12px;
	color: #999;
}
.comment_content p {
	font-size: 12px;
	color: #999;
	line-height: 12px;
	padding: 0;
}
.comment_title {
	margin-bottom: 7px;
}
.comment_reply a {
	color: #fff;
	display: inline-block;
	background: #242424;
	font-weight: 600;
	height: 40px;
	line-height: 43px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
}
.comment_reply a:hover{
    background: #ff7f1e;
    color: #fff;
}
.comment_list.column-3 {
	margin-left: 40px;
}
.comment_list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.comments_form h3, .related_posts > h3 {
	font-size: 18px;
	color: #242424;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 14px;
	margin-bottom: 15px;
}
.comments_box {
	margin-bottom: 50px;
}
.comments_form p {
	line-height: 12px;
	font-size: 12px;
	color: #999999;
	margin-bottom: 15px;
}
.comments_form textarea {
	border: 1px solid #ddd;
	background: none;
	height: 110px;
	resize: none;
    margin-bottom: 15px;
}
.comments_form label {
	color: #242424;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 12px;
	margin-bottom: 8px;
}
.comments_form input {
	border: 1px solid #ddd;
	background: none;
}
.comments_form button {
	background: #333;
	color: #fff;
	border: 0;
	height: 43px;
	line-height: 44px;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
	margin-top: 24px;
	-webkit-transition: .3s;
	transition: .3s;
}
.comments_form button:hover{
    background: #ff7f1e;
    color: #fff;
}
.comments_form {
	margin-bottom: 50px;
}
.blog_details .related_posts {
	margin-bottom: 10px;
}
.related_posts_content h3 {
	font-size: 14px;
	text-transform: capitalize;
	margin-top: 8px;
    margin-bottom: 4px;
}
.related_posts_content h3 a{
    color: #444444;
    font-weight: 500;
}
.related_posts_content span {
	color: #ff7f1e;
	font-style: italic;
}
.related_posts_thumb {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 6px;
	border:1px solid #ff7f1e;
}
.related_posts_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blog_details .blog_meta span a {
	color: #ff7f1e;
}
.blog_details .blog_meta span{
    color: #ff7f1e;
    margin-right: 20px;
}
.blog_details .blog_meta span i{
    color: #999;
}
.blog_details .blog_social ul li a {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	width: 35px;
}
.blog_details .blog_title {
	margin-top: 10px;
	margin-bottom: 14px;
}
.blog_details .blog_title h3 a:hover {
	color: #ff7f1e;
}
.blog_details > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    margin-bottom: 20px;
}
/*blog details css end*/


/* 23. blog fullwidth css here */
.blog_thumb {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.blog_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
	border:1px solid #ff7f1e;
}
.blog_page_section.blog_fullwidth .single_blog.blog_list .blog_thumb {
	width: 100%;
	margin-bottom: 22px;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li a:hover {
	color: #ff7f1e;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li a{
    position: relative;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li a::before{
    position: absolute;
    content: "/";
    color: #222;
    font-size: 18px;
    left: -15px;
    top: 1px;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul {
	margin-bottom: 25px;
}
.breadcrumb-section.blog_bread .breadcrumb_content h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #242424;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 22px;
}
.breadcrumb-section.blog_bread .breadcrumb_content ul li:first-child a::before{
    display: none;
}
.blog_page_section.blog_fullwidth .single_blog.blog_list .blog_content {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.blog_thumb_active.owl-carousel .owl-nav div {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	width: 30px;
	height: 30px;
	background: #999;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	left: 20px;
	border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
}
.blog_thumb_active.owl-carousel .owl-nav div.owl-next{
    right: 20px;
    left: auto;
}
.blog_thumb_active.owl-carousel .owl-nav div:hover{
    background: #ff7f1e;
}
.blog_thumb_active {
	margin-bottom: 22px;
}
.blog_page_section.blog_left_sidebar .blog_thumb {
	margin-bottom: 22px;
}
.blog_aduio_icone audio {
	width: 100%;
	border-radius: 5px;
}
.blog_aduio_icone {
	margin-bottom: 15px;
}
.blog_page_section.none_sidebar {
	padding-bottom: 60px;
}
/*blog fullwidth css end*/

/* 26. 404 page css here */
.error_form h1 {
	font-size: 200px;
	font-weight: 900;
	color: #ff7f1e;
	letter-spacing: 10px;
	line-height: 1.1;
	margin: 0 0 15px;
}
.error_form {
	text-align: center;
}
.error_form h2 {
	color: #666666;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
}
.error_form p {
	font-size: 22px;
	color: #8c8c8c;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}
.error_form form {
	width: 450px;
	margin: 0 auto;
	position: relative;
}
.error_section input {
	padding: 0 93px 0 30px;
	background: #f8f8f8;
	border: 1px solid #ddd;
}
.error_form button {
	position: absolute;
	right: 0;
	height: 100%;
	border: none;
	background: no-repeat;
	font-size: 18px;
	color: #4f4f4f;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	top: 0;
	text-transform: uppercase;
	padding: 0 15px;
	font-weight: 600;
}
.error_form button:hover{
    color: #ff7f1e;
}
.error_form a:hover{
    background: #242424;
}
.error_form a {
	color: #fff;
	display: inline-block;
	background: #ff7f1e;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 42px;
	padding: 0 30px;
	text-transform: uppercase;
	margin-top: 40px;
}
.error_section {
	padding-bottom: 65px;
	padding-top: 72px;
}
/*404 page css end*/

/*27. compare css here*/
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}
.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}
.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
    color: #333;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 305px;
  vertical-align: bottom;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
    color: #333;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #ff7f1e;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 600;
    color: #333;
}
.compare-table .table tbody tr td.pro-color {
  font-size: 15px;
  font-weight: 600;
    color: #333;
}
.compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 600;
    color: #333;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background: #ff7f1e;
  border-radius: 4px;
  display: inline-block;
  width: 170px;
  padding: 10px 6px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  color: #fff;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background: #333;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
    color: #fff;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #ff7f1e;
}
.compare-table .table tbody tr td.pro-ratting a {
  font-size: 14px;
  color: #333;
}
.compare-table .table tbody tr td.pro-ratting a:hover {
  color: #ff7f1e;
}

.formatted-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.formatted-content p {
    margin-bottom: 18px;
}

.formatted-content strong {
    color: #111;
}

.formatted-content ul {
    padding-left: 18px;
    margin-bottom: 18px;
}

.formatted-content li {
    margin-bottom: 6px;
}

.lead {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 20px;
}