/*
Template Name: eShop - eCommerce Bootstrap 5 Multipurpose HTML Template
Description: eShop - eCommerce Bootstrap 5 Multipurpose HTML Template
Version: 1.0
*/
/* CSS INDEX
* 1.Header
* 2. Mini Cart
* 3. Hero Slider
* 4. Banner Area
* 5. Product
* 6. Latest Blog
* 7. Footer
* 8. About Us
* 9. Testimonial
* 10. Contact Us
* 11. Widgets
* 12. Blog Details
* 13. Comment List
* 14. Comment Form
* 15. Faq
* 16. Login Register
*/
 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-style: normal;
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #FF4800;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #FF4800;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #FF4800;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #666;
	font-family: 'Roboto', sans-serif;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}
/*p{*/
/*	color: #191919;*/
/*}*/
/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #FF4800;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.button-1 {
	padding: 16px 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background: #FF4800;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 1;
}
.button-1:hover{
	color: #fff;
}
.button-1::after {
	position: absolute;
	content: '';
	width: 5%;
	height: 100%;
	background: rgba(3, 50, 77, 0.2);
	left: 0px;
	top: 0px;
	z-index: -1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-1:hover::after {
	width: 100%;
	background: #03324d;
}
.button-2::after {
	background: #FF4800AD;
}
.button-2{
	background: #03324d;
}
.button-2:hover::after {
	width: 100%;
	background: #FF4800;
}
/*
 * 1.Header
*/
.header-top {
	background: #FF4800;
	color: #fff;
	padding: 10px 0px;
}
.top-info span {
	font-size: 14px;
	padding-right: 15px;
}
.top-info span:last-child{
	padding: 0px;
}
.top-info span i {
	padding-right: 3px;
	font-size: 16px;
}
.top-list {
	text-align: right;
}
.top-list ul li {
	display: inline-block;
	padding: 0px 10px;
}
.top-list ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.top-list ul li a:hover{
	color: #333;
}
.top-list ul li a i{
	padding-right: 3px;
}
.logo {
	display: flex;
	height: 100%;
	align-items: center;
}
.logo h2 {
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
}
.logo h2 a{
	color: #333;
}
.bottom-right {
	float: right;
	padding-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
}
.header-search {
	float: left;
	padding-right: 15px;
}
.header-cart {
	float: left;
	padding-left: 15px;
}
.header-search .search-icon {
	font-size: 20px;
	color: #333;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
}
.header-search .search-icon:hover{
	color: #FF4800;
	cursor: pointer;
}
.header-search-form {
	position: absolute;
	top: 63px;
	right: -41px;
	width: 300px;
	background: #ddd;
	border-top: 4px solid #FF4800;
	padding: 8px 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
.header-search .search-icon:hover .header-search-form{
	opacity: 1;
	visibility: visible;
	top: 50px;
}
.header-search-form-full {
	width: 100%;
	position: relative;
}
.header-search-form-full input {
	width: 100%;
	padding: 0px 10px;
	height: 45px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header-search-form-full input:focus{
	border-color: #FF4800;
}
.header-search-form-full button {
	position: absolute;
	top: 9px;
	right: 2px;
	background: none;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #666;
}
.header-search-form-full button:hover{
	color: #FF4800;
}
.header-cart .cart-icon {
	position: relative;
}
.header-cart .cart-icon i {
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #333;
}
.header-cart .cart-icon i:hover{
	color: #FF4800;
}
.header-cart .cart-icon .count {
	position: absolute;
	top: -15px;
	width: 22px;
	height: 22px;
	background: #FF4800;
	font-size: 10px;
	color: #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	right: -15px;
}
.menu {
	text-align: right;
	padding-right: 10px;
}
.menu ul li {
	display: inline-block;
	padding: 15px 0px;
	position: relative;
}
.menu ul li a {
	color: #333;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	padding: 10px 20px;
	display: inline-block;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu ul li:hover > a{
	color: #FF4800;
}
.menu nav ul li > ul {
	position: absolute;
	top: 100px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	box-shadow: 0px 0px 16px #ccc;
}
.menu nav ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 70px;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 0px;
}
.menu nav ul li > ul > li:hover a {
	color: #FF4800;
	padding-left: 24px;
}
.menu nav ul li > ul > li:hover a {
	color: #FF4800 !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 8px 14px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	color: #333 !important;
	margin: 0px;
	text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
/*
 * 2. Mini Cart
*/
.mini-cart {
	position: fixed;
	background: #fff;
	padding: 20px;
	right: -360px;
	z-index: 9999;
	height: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	width: 360px;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mini-cart.active {
	right: 0px;
}
.mini-cart-close i {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 30px;
	height: 30px;
	color: #333;
	border: 2px solid #ddd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}
.mini-cart-close i:hover{
	color: #fff;
	border-color: #FF4800;
	background: #FF4800;
}
.mini-cart-full h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	letter-spacing: 1px;
	text-transform: capitalize;
	font-weight: 600;
}
.mini-cart-full .cart_items {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
}
.single_cart_items_img img {
	width: 100%;
}
.single_cart_items_img {
	width: 80px;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.single_cart_items_Content {
	overflow: hidden;
	padding-left: 15px;
	position: relative;
}
.single_cart_items_Content h3 a {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.single_cart_items_Content h3 a:hover{
	color: #FF4800;
}
.single_cart_items_Content i {
	position: absolute;
	right: 0;
	top: 31px;
	cursor: pointer;
}
.single_cart_items_Content p {
	margin-top: 10px;
}
.mini-cart-footer-content {
	margin-top: 20px;
}
.mini-cart-footer-content-subtotal p {
	float: left;
	padding-right: 20px;
	font-weight: 600;
	font-size: 20px;
}
.mini-cart-footer-content-subtotal span {
	color: #333;
	font-size: 20px;
}
.mini-cart-footer-content-subtotal{
	margin-bottom: 20px;
}
.mini-cart-footer-content-btn {
	text-align: center;
}
.mini-cart-footer-content-btn ul li {
	margin: 10px 0px;
	display: block;
}
.mini-cart-footer-content-btn ul li a{
	width: 100%;
}
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}
.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}
/*
 * 3. Hero Slider
*/
.hero-slider {
	width: 100%;
	overflow: hidden;
}
.hero-slider-single {
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 300px;
	padding-bottom: 300px;
	background-position: center center;
}
.hero-slider-caption h4 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
.hero-slider-caption h2 {
	font-size: 60px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #000;
}
.hero-slider-full .owl-dots {
	display: none;
}
.hero-slider-full .owl-prev {
	position: absolute;
	top: 47%;
	left: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.hero-slider-full:hover .owl-prev {
	opacity: 1;
}
.hero-slider-full .owl-next {
	position: absolute;
	top: 47%;
	right: 20px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.hero-slider-full:hover .owl-next {
	opacity: 1;
}
.hero-slider-nav {
	width: 45px;
	height: 45px;
	border: 2px solid #FF4800;
	color: #FF4800;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hero-slider-nav:hover{
	background: #FF4800;
	color: #fff;
}
/*Animation*/
.active .hero-slider-caption h2, .active .hero-slider-caption h4, .active .hero-slider-caption a, .active .hero-slider-caption p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .hero-slider-caption h2{
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.active .hero-slider-caption a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*
 * 4. Banner Area
*/
.banner-area {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 100px 20px;
}
.banner-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-item img{
	width: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.banner-item:hover img{
	transform: scale(1.1) rotate(1deg);
}
.banner-item-overly {
	position: absolute;
	top: 0;
	left: 20px;
	display: flex;
	align-items: center;
	height: 100%;
}
.banner-item-overly-full h4 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.banner-item-overly-full h3 {
	font-size: 24px;
	font-weight: 900;
	color: #000;
	margin-bottom: 10px;
}
.banner-item-overly-full a {
	padding: 10px 20px;
}
.section-bg{
	background: #f0fdfc;
}
.exclusive-product-area{
	width: 100%;
	overflow: hidden;
}
.section-headding h2 {
	font-size: 30px;
	font-weight: 700;
	color: #444;
	margin-bottom: 8px;
}
.section-headding p {
	font-size: 18px;
}
/*
 * 5. Product
*/
.single-product-item {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.product-thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.product-thumbnail img {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .5s ease-in-out;
}
.single-product-item:hover .product-thumbnail img{
	transform: scale(1.1);
}
.product-overly {
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 11;
}
.product-overly-full-bottom a {
	width: 100%;
	padding: 10px 10px;
}
.product-overly-full-bottom {
	transform: translateX(100%);
	-webkit-transition: all.5s ease-in-out;
	transition: all .5s ease-in-out;
}
.single-product-item:hover .product-overly-full-bottom {
	transform: translateX(0);
}
.product-overly-full-top {
	transform: translateX(-100%);
	-webkit-transition: all.5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
}
.single-product-item:hover .product-overly-full-top {
	transform: translateX(0);
}
.product-overly-full-top ul li {
	display: inline-block;
	width: 33.33%;
	float: left;
	text-align: center;
	border-top: 1px solid #595454;
	border-left: 1px solid #595454;
	z-index: 1;
}
.product-overly-full-top ul li a {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background: #03324D;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-overly-full-top ul li a:hover {
	color: red;
}
.product-content {
	text-align: center;
	padding: 12px 0px;
}
.product-content h4 a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
	display: inline-block;
}
.product-content h4 a:hover {
	color: #FF4800;
}
.product-content .pricing span {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.product-content .pricing span del {
	font-size: 14px;
	color: #FF4800;
}
.modal-dialog.productquikview {
	max-width: 1000px;
}
.quick-view-modal-content-full {
	border-radius: 0px;
	padding: 20px 15px;
}
.pricing span {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
.pricing span del {
	font-size: 14px;
	color: #FF4800;
}
.modal_tab_img img {
	width: 100%;
}
.quick-view-modal-content-full .btn-close {
	position: absolute;
	right: 17px;
	top: 10px;
	font-size: 14px;
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	border-radius: 50%;
}
.product_navactive .owl-nav {
	display: block !important;
}
.nav-link {
	padding: 4px !important;
}
.product_navactive .owl-nav .owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
}
.product_navactive .owl-nav .owl-next {
	position: absolute;
	top: 40%;
	right: 0;
}
.quickview-slider-nav {
	width: 20px;
	height: 25px;
	background: #03324d;
	font-size: 14px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.modal_tab_button {
	margin-top: 15px;
}
.quick-view-modal-content h4 {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1;
	font-weight: 600;
}
.quick-view-modal-content h4 a{
	color: #333;
}
.quick-view-modal-content h4 a:hover{
	color: #FF4800;
}
.ratting span {
	font-size: 14px;
	color: #fea569;
}
.ratting {
	margin-bottom: 18px;
}
.quick-view-modal-content p {
	margin-bottom: 20px;
	line-height: 28px;
}
.variants_size h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
}
.variants_color h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin-bottom: 4px;
}
.variants_size {
	margin-bottom: 20px;
}
.variants_color {
	margin-bottom: 20px;
}
.variants_size .form-select {
	border-radius: 0px;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 14px 10px;
}
.variants_color .form-select {
	border-radius: 0px;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 14px 10px;
}
.variants_size .form-select:focus {
	border-radius: 0px;
	border-color: #FF4800;
	box-shadow: none;
}
.variants_color .form-select:focus {
	border-radius: 0px;
	border-color: #FF4800;
	box-shadow: none;
}
.quick-view-modal-content .modal_add_to_cart {
	margin-bottom: 20px;
}
.quick-view-modal-content .modal_add_to_cart input {
	width: 100px;
	padding: 14px 10px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.quick-view-modal-content .modal_add_to_cart input:focus{
	border-color: #FF4800;
}
.quick-view-modal-content .modal_add_to_cart button {
	margin-left: 10px;
	border: none;
}
.quick-view-modal-content h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.share-product li {
	display: inline-block;
	margin: 2px;
}
.share-product li a{
	display: inline-block;
}
.share-product li a i {
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	background: #FF4800;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 14px;
}
.share-product li a i:hover{
	background: #03324d;
}
/*Trand Image*/
.trand-image-banner {
	text-align: center;
	margin-top: -40px;
}
.trand-content h4 {
	color: #FF4800;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}
.trand-content h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5px;
}
.trand-content p {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}
/*Features Product*/
.features-product-full .single-product-item {
	width: 90%;
	margin: 10px auto;
	box-sizing: border-box;
}
.features-product-full .owl-nav .owl-prev{
	position: absolute;
	top: 43%;
	left: 0;
}
.features-product-full .owl-nav .owl-next{
	position: absolute;
	top: 43%;
	right: 0;
}
.featuresProduct-slider-nav {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #FF4800;
	color: #FF4800;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.featuresProduct-slider-nav:hover{
	background: #FF4800;
	color: #fff;
}
.features-product-full:hover .featuresProduct-slider-nav {
	opacity: 1;
}
/*
 * Offer Product
*/
.offer-product {
	background-size: cover;
	background-position: center center;
}
.offer-product-content h4 {
	color: #FF4800;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.offer-product-content h3 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 1px;
}
.offer-product-content p {
	font-size: 16px;
	margin-bottom: 20px;
	color: #ddd;
}
/*
 * 6. Latest Blog
*/
.blog-single {
	width: 100%;
	overflow: hidden;
	box-shadow: 1px 1px 16px 6px #e8e8e8;
}
.blog-thumbnail {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.blog-thumbnail img{
	width: 100%;
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-single:hover .blog-thumbnail img{
	transform: scale(1.1);
}
.blog-thumbnail .date {
	width: 80px;
	height: 80px;
	background: #FF4800;
	color: #fff;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	bottom: 22px;
	right: 22px;
	border-radius: 10px;
}
.blog-thumbnail .date:after{
	position: absolute;
	right: 25px;
	bottom: -15px;
	content: "";
	border-left: 15px solid #FF4800;
	border-top: 0;
	border-bottom: 15px solid transparent;
}
.blog-thumbnail .date span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 700;
}
.blog-content .title {
	border-bottom: 1px solid #eee9e9;
	padding: 24px 12px;
}
.blog-content .auth {
	padding: 24px 12px;
}
.blog-content .title h2 {
	font-size: 24px;
	font-weight: 700;
}
.blog-content .title h2 a{
	color: #333;
}
.blog-content .title h2:hover a{
	color: #FF4800;
}
.blog-content .auth a {
	display: inline-block;
}
.blog-content .auth a:last-child {
	float: right;
	padding-top: 10px;
	color: #333;
}
.blog-content .auth a:last-child i{
	color: #FF4800;
}
.blog-content .auth a:last-child:hover {
	color: #FF4800;
}
.blog-content .auth a img{
	width: 50px;
	border: 2px solid #FF4800;
	border-radius: 50%;
}
.blog-content .auth a span {
	font-weight: 500;
	color: #FF4800;
	padding-left: 3px;
}
.info-box-1 {
	text-align: center;
	padding: 0px 30px;
}
.info-box-1 .icon {
	font-size: 30px;
	color: #FF4800;
}
.info-box-1 h3 {
	font-size: 22px;
	margin-bottom: 2px;
}
.info-box-1 p {
	color: #6a6a6a;
	font-size: 16px;
	line-height: 28px;
}
.sbi-single {
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.sbi-single:hover{
	opacity: .5;
}
/*
 * 7. Footer
*/
.footer {
	background: #222222;
}
.footer-bottom {
	border-top: 1px solid #4949494f;
}
.footer-widgets h2 {
	margin-bottom: 20px;
	line-height: 1;
}
.footer-widgets h2 a {
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-widgets p {
	color: #B8B8B8;
}
.footer-widgets h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}
.footer-widgets h3:after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 2px;
	background: #FF4800;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.footer-widgets h3::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2b2a2a;
	bottom: 0;
	left: 0;
}
.footer-widgets ul li a {
	display: inline-block;
	padding: 5px 0px;
	color: #B8B8B8;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.footer-widgets ul li a:hover{
	color: #fff;
}
.footer-widgets .form {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.footer-widgets .form input {
	width: 100%;
	height: 50px;
	border: none;
	padding: 0px 10px;
}
.footer-widgets .form button {
	height: 50px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #FF4800;
	color: #333;
	padding: 0px 18px;
}
.footer-text p {
	color: #b8b8b8;
	font-size: 14px;
}
.footer_payment {
	text-align: right;
}
.footer_payment li {
	display: inline-block;
}
/*
 * Product Category
*/
.single-category {
	width: 90%;
	margin: 0 auto;
}
.single-category img {
	width: 100px !important;
	border-radius: 50%;
	height: 100px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 1;
}
.single-category img:hover{
	opacity: .5;
}
.product-category-full {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ccc;
	padding: 32px 0px;
	background: #FF4800;
}
.product-category-full .owl-prev {
	position: absolute;
	top: 40%;
	left: 12px;
}
.product-category-full .owl-next {
	position: absolute;
	top: 40%;
	right: 12px;
}
.productCategory-slider-nav {
	width: 30px;
	height: 30px;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.product-category-full:hover .productCategory-slider-nav{
	opacity: 1;
}
/*Banner*/
.banner-item-style2 img {
	width: 100%;
}
.banner-item-style2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-item-style2 a {
	overflow: hidden;
	position: relative;
	display: block;
}
.banner-item-style2 a::before, .banner-item-style2 a::after {
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	transition: all 0.9s ease 0s;
	width: 100%;
	z-index: 1;
}
.banner-item-style2 a::before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(105%, 0%);
	-webkit-transform: translate(105%, 0%);
	transform: translate(105%, 0%);
}
.banner-item-style2 a::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(-105%, 0%);
	-webkit-transform: translate(-105%, 0%);
	transform: translate(-105%, 0%);
}
.banner-item-style2 a:hover:before, .banner-item-style2 a:hover:after {
	opacity: 0;
	-moz-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
/*
 * Summer Colection
*/
.summer-collection {
	background: #fff;
	padding: 50px 30px;
}
.summer-collection h3 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	color: #000;
}
.summer-collection p {
	color: #FF4800;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.count-time ul li {
	display: inline-block;
	margin: 0px 10px;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}
.count-time ul li span {
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	line-height: 1;
}
.summer-collection a {
	margin-top: 20px;
}
/*
 * Breadcrumb
*/
.breadcrumb-area {
	z-index: 1;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}
.breadcrumb-area:after{
	content: "";
	clear: both;
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
}
.breadcrumb-content ul li {
	display: inline-block;
	padding-right: 20px;
	color: #ddd;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 20px;
}
.breadcrumb-content ul li.active {
	position: relative;
	padding-left: 20px;
}
.breadcrumb-content ul li.active::after {
	content: "|";
	clear: both;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.breadcrumb-content ul li a {
	color: #fff;
	letter-spacing: 1px;
}
.breadcrumb-content ul li a:hover{
	color: #FF4800;
}
/*
 * 8. About Us
*/
.about-content h3 {
	font-size: 24px;
	margin-bottom: 6px;
	font-weight: 600;
}
.about-img img {
	width: 100%;
}
.about-content p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 28px;
}
/*Choose Us Area*/
.info-box-2 {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	box-sizing: border-box;
	padding: 40px 20px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.info-box-2:hover{
	transform: translateY(-10px);
}
.info-box-2 .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: #FF4800;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px;
}
.info-box-2 h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
/*
 * 9. Testimonial
*/
.testimonial-area {
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
}
.testimonial-full {
	background: rgba(0,0,0, .6);
	padding: 60px 30px;
	overflow: hidden;
	padding-bottom: 80px;
}
.testimonial-item .img {
	width: 46%;
	float: left;
	overflow: hidden;
}
.testimonial-item .img img {
	width: 100%;
}
.testimonial-item .content {
	overflow: hidden;
	padding-left: 20px;
}
.testimonial-item .content .quote i {
	font-size: 40px;
	color: #FF4800;
	margin-bottom: 8px;
}
.testimonial-item .content .ratting {
	margin-bottom: 10px;
}
.testimonial-item .content h3 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.testimonial-item .content p {
	color: #fff;
	font-weight: 500;
}
.testimonial-full .owl-nav {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.testimonialFull-slider-nav {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FF4800;
	font-size: 20px;
	border: 2px solid #FF4800;
	margin: 0px 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.testimonialFull-slider-nav:hover{
	background: #FF4800;
	color: #fff;
}
/*
 * Info Box 3 
*/
.info-box-3 {
	text-align: center;
	box-shadow: 0px 0px 10px 0px #cccccc82;
	box-sizing: border-box;
	padding: 40px 30px;
}
.info-box-3 .icon {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #FF4800;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	font-size: 20px;
	color: #FF4800;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.info-box-3 .icon::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	background: #FF4800;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0);
	border-radius: 50%;
}
.info-box-3:hover .icon:after{
	transform: scale(1);
}
.info-box-3:hover .icon{
	color: #fff;
}
.info-box-3 h2 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
.info-box-3 p {
	font-size: 18px;
}
/*
 * 10. Contact Us
*/
.contact-form h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.contact-form p {
	font-size: 16px;
	margin-bottom: 20px;
}
.contact-form input {
	width: 100%;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-form input:focus{
	box-shadow: none;
	border-color: #FF4800;
}
.contact-form textarea {
	width: 100%;
	border-radius: 0px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 160px;
}
.contact-form textarea:focus{
	box-shadow: none;
	border-color: #FF4800;
}
.contact-form button {
	padding: 15px 30px;
	border: 2px solid #FF4800;
	background: #FF4800;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.contact-form button:hover{
	background: #fff;
	color: #333;
}
/*
 * Pagination
*/
.blog-pagination ul li{
	display: inline-block;
	margin: 0px 3px;
}
.blog-pagination ul li span{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 600;
	box-shadow: 0px 0px 10px 0px #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #FF4800;
	color: #fff;
}
.blog-pagination ul li a {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #333;
	font-weight: 600;
	box-shadow: 0px 0px 10px 0px #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-pagination ul li a:hover{
	background: #FF4800;
	color: #fff;
}
/*Shop Pagination*/
.shop-pagination ul li{
	display: inline-block;
	margin: 0px 3px;
}
.shop-pagination ul li span{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-weight: 600;
	box-shadow: 0px 0px 10px 0px #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #FF4800;
	color: #fff;
}
.shop-pagination ul li a {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #333;
	font-weight: 600;
	box-shadow: 0px 0px 10px 0px #ccc;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shop-pagination ul li a:hover{
	background: #FF4800;
	color: #fff;
}
/*
 * 11. Widgets
*/
.single-widgets {
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ddd;
	margin-bottom: 30px;
}
.single-widgets h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
	line-height: 1;
}
.single-widgets h2::after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background: #FF4800;
}
.single-widgets form {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.single-widgets input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 16px 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-widgets input:focus{
	border-color: #FF4800;
}
.single-widgets button {
	border: none;
	background: none;
	position: absolute;
	top: 18px;
	right: 5px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-widgets button:hover{
	color: #FF4800;
}
.single-widgets ul.categories li a {
	display: inline-block;
	padding: 9px 0px;
	text-transform: capitalize;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #dddddd78;
	width: 100%;
}
.single-widgets ul.categories li a:hover{
	color: #FF4800;
}
.single-widgets ul.categories li:last-child a{
	border: none;
}
.popular-post-full .single {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: relative;
	padding-left: 85px;
}
.popular-post-full .single:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 10px 0px #ddd;
}
.popular-post-full .single img {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 73px;
}
.popular-post-full .single h3 {
	font-size: 18px;
}
.popular-post-full .single h3 a{
	color: #333;
}
.popular-post-full .single:hover h3 a{
	color: #FF4800;
}
.popular-post-full .single span {
	font-size: 14px;
	color: #333;
}
.single-widgets .tags a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #FF4800;
	padding: 7px 15px;
	margin: 4px 2px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-widgets .tags a:hover{
	color: #fff;
	background:#FF4800;
}
.single-widgets .social ul li {
	display: inline-block;
	margin: 3px;
}
.single-widgets .social ul li a{
	display: inline-block;
}
.single-widgets .social ul li a i{
	display: flex;
}
.single-widgets .social ul li a i {
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px dotted #FF4800;
	justify-content: center;
	align-items: center;
	color: #FF4800;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-widgets .social ul li a i:hover{
	background: #FF4800;
	color: #fff;
}
/*
 * 12. Blog Details
*/
.blog-details-content{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ddd;
	margin-bottom: 30px;
}
.blog-content .auth a.category {
	color: #333;
	padding-left: 20px;
}
.blog-content .auth a.category:hover{
	color: #FF4800;
}
.blog-content .auth a.category i{
	color: #FF4800;
}
.blog-details-content p {
	margin-bottom: 15px;
	line-height: 28px;
}
.space-content {
	background: #FF4800;
	padding: 10px 20px;
	margin-left: 30px;
	border-radius: 4px;
	border-left: 8px solid #444;
}
.blog-single-tags span {
	display: inline-block;
	padding-right: 4px;
	font-size: 18px;
	font-weight: 600;
}
.blog-share span {
	padding-right: 4px;
	font-size: 18px;
	float: left;
	font-weight: 600;
	padding-top: 5px;
}
.blog-single-tags a {
	font-size: 16px;
	color: #333;
}
.blog-single-tags a:hover{
	color: #FF4800;
}
.blog-share ul li{
	display: inline-block;
	margin: 0px 3px;
}
.blog-share ul li a{
	display: inline-block;
}
.blog-share ul li a i {
	display: flex;
	width: 35px;
	height: 35px;
	border: 1px solid #333;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.blog-share ul li a i:hover{
	background: #FF4800;
	color: #fff;
	border-color: #FF4800;
}
.next-or-prev {
	width: 100%;
	overflow: hidden;
}
.next-or-prev .single a {
	padding: 10px 20px;
	background: #FF4800;
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	margin: 2px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 1px solid #FF4800;
}
.next-or-prev .single a:hover{
	color: #333;
	background: #fff;
}
.next-or-prev .single.prev {
	float: left;
}
.next-or-prev .single.next {
	float: right;
	overflow: hidden;
	text-align: right;
}
/*
 * 13. Comment List
*/
.comment-list{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ddd;
	margin-bottom: 30px;
}
.comment-list h3 {
	font-size: 26px;
	margin-bottom: 20px;
}
.comment-list h3 i{
	color: #FF4800;
}
.comment-list ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 80px;
}
.comment-list li img {
	width: 70px;
	position: absolute;
	left: 0;
}
.comment-single {
	margin-top: 20px;
}
.comment-single .content {
	overflow: hidden;
	width: 100%;
}
.comment-single .content h4 {
	float: left;
	font-size: 20px;
}
.comment-single .content h4 a {
	color: #333;
}
.comment-single .content span {
	overflow: hidden;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 3px;
	display: block;
}
.comment-single .content p {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 14px;
}
.comment-single .content .reply a {
	display: inline-block;
	border: 1px solid #FF4800;
	padding: 4px 20px;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	color: #fff;
	background: #FF4800;
}
.comment-single .content .reply a:hover {
	color: #333;
	background: #fff;
}
/*
 * 14. Comment Form
*/
.comment-form{
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ddd;
}
.comment-form h3{
	font-size: 26px;
	margin-bottom: 20px;
}
.comment-form input{
	-webkit-transition:all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 12px;
	background: #f2f2f2;
}
.comment-form input:focus{
	border-color: #FF4800;
	background: #fff;
}
.comment-form textarea {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	padding: 12px;
	height: 160px;
	background: #f2f2f2;
}
.comment-form textarea:focus{
	border-color: #FF4800;
	background: #fff;
}
.comment-form button {
	background: #FF4800;
	border: 2px solid #FF4800;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 12px 30px;
}
.comment-form button:hover{
	color: #333;
	background: #fff;
}
/*
 * Short
*/
.list-grid-btn {
	float: left;
	width: auto;
	padding-right: 20px;
}
.list-grid-btn a {
	color: #333;
	margin: 0px 6px;
	font-size: 20px;}
.list-grid-btn a.active{
	color: #FF4800;
}
.showing-result {
	float: left;
	overflow: hidden;
	width: auto;
}
.showing-result p {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	padding-top: 3px;
}
.short-by-product {
	width: auto;
	float: right;
	text-align: right;
	overflow: hidden;
}
.short-by-product .form-select {
	border-radius: 0px;
	padding: 1px 20px;
}
.short-by-product .form-select:focus{
	box-shadow: none;
	border-color: #FF4800;
}
/*Product Widgets*/
.single-widgets .color span {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0px 2px;
	cursor: pointer;
}
.single-widgets .color span.red{
	background: red;
}
.single-widgets .color span.green{
	background: green;
}
.single-widgets .color span.blue{
	background: blue;
}
.single-widgets .color span.yellow{
	background: yellow;
}
.single-widgets .color span.black{
	background: black;
}
.single-widgets .size a {
	text-transform: uppercase;
	color: #333;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 3px 10px;
}
.single-widgets .size a:hover{
	border-color: #FF4800;
	color: #fff;
	background: #FF4800;
}
.banner-widgets {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner-widgets img{
	width: 100%;
}
.banner-widgets-overly {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	background: rgba(0,0,0,.3);
}
.banner-widgets-overly-full {
	padding: 15px;
}
.banner-widgets-overly-full h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.banner-widgets-overly-full h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
.banner-widgets-overly-full a {
	padding: 10px 20px;
}
.single-product-item.product-list-view .product-cntent {
	padding: 10px;
}
.single-product-item.product-list-view .product-cntent h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.single-product-item.product-list-view .product-cntent h4 a {
	color: #333;
}
.single-product-item.product-list-view .product-cntent h4 a:hover{
	color: #FF4800;
}
.single-product-item.product-list-view .product-cntent p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.single-product-item.product-list-view .product-cntent .product-cart-add-btn{
	margin-bottom: 15px;
}
.single-product-item.product-list-view .product-cntent .product-cart-add-btn a {
	padding: 10px 20px;
}
.single-product-item.product-list-view .product-cntent  .product-other-btn ul li {
	display: inline-block;
	margin-right: 4px;
}
.single-product-item.product-list-view .product-cntent .product-other-btn ul li a {
	width: 35px;
	height: 30px;
	background: #FF4800;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.single-product-item.product-list-view .product-cntent  .product-other-btn ul li a:hover{
	background: #03324d;
}
.product-details-add-btn ul li {
	display: inline-block;
	margin: 0px 5px;
}
.product-details-add-btn ul li a {
	width: 35px;
	height: 30px;
	background: #FF4800;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-details-add-btn ul li a:hover{
	background: #03324d;
}
.product-details-single-tab-pane.active{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.product-details-tab ul.nav-tabs{
    border-bottom: none;
}
.product-details-tab ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.product-details-tab ul li span.nav-link {
    width: 100%;
    border-radius: 0px !important;
    background: inherit !important;
    border: none !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 15px 0px;
    position: relative;
}
.product-details-tab ul li span.nav-link::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 3px;
    background: #FF4800;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.product-details-tab ul li span.nav-link::before {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    position: absolute;
    width: 23px;
    height: 9px;
    background: #FF4800;
    bottom: -9px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
    clip-path: polygon(47% 100%, 0 0, 100% 0);
    visibility: hidden;
    opacity: 0;
}
.product-details-tab ul li span.nav-link:hover:after{
    visibility: visible;
    opacity: 1;
}
.product-details-tab ul li span.nav-link.active::after{
     visibility: visible;
    opacity: 1;
}
.product-details-tab ul li span.nav-link:hover:before{
    visibility: visible;
    opacity: 1;
}
.product-details-tab ul li span.nav-link.active::before{
     visibility: visible;
    opacity: 1;
}
.product-details-tab ul li span.nav-link.active {
    color: #FF4800 !important;
}
.product-details-tab ul li span.nav-link:hover {
    color: #FF4800 !important;
}
.product-details-tab {
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.product-details-single-tab-pane {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px -3px #ccc;
	padding: 20px 20px;
}
.product-details-single-tab-pane p {
	line-height: 28px;
	margin-bottom: 14px;
}
.product-review-list h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.product-review-form h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.product-review-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc45;
}
.review-single {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #cccccc45;
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
	padding-left: 100px;
	overflow: hidden;
	display: inherit !important;
	text-align: left !important;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	cursor: inherit !important;
}
.review-single img {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 70px;
}
.review-single h5 {
	font-size: 18px;
}
.review-single .ratting {
	margin-bottom: 2px;
}
.product-review-form input {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-review-form textarea {
	width: 100%;
	margin-bottom: 20px;
	border-radius: 0px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	height: 160px;
}
.product-review-form input:focus{
	box-shadow: none;
	border-color: #FF4800;
}
.product-review-form textarea:focus{
	box-shadow: none;
	border-color: #FF4800;
}
.product-review-form button {
	padding: 15px 30px;
	border: 2px solid #FF4800;
	background: #FF4800;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.product-review-form button:hover {
	background: #fff;
	color: #333;
}
.shopping-cart .table.table-bordered .product-thumbnail img {
	width: 100px;
}
.shopping-cart .table.table-bordered .product-thumbnail {
	width: 140px;
}
.shopping-cart-tabel .product-name a {
	color: #333;
}
.shopping-cart-tabel .product-name a:hover {
	color: #FF4800;
}
.shopping-cart-tabel .product-quantity input {
	width: 100px;
	margin: 0 auto;
	border-radius: 0px;
}
.shopping-cart-tabel .product-quantity input:focus{
	box-shadow: none;
}
.shopping-cart-tabel .product-remove a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shopping-cart-tabel .product-remove a i:hover{
	background: #FF4800;
	color: #fff;
}
.text-right {
	text-align: right;
}
.cart-page-check-out-area .card {
	border-radius: 0px;
}
.cart-page-check-out-area .card input {
	border-radius: 0px;
	padding: 12px 10px;
}
.cart-page-check-out-area .card input:focus{
	box-shadow: none;
}
.cart-page-check-out-area .card button{
	border: none;
}
.shopping-cart-wishlist-tabel .product-thumbnail {
	width: 100px;
	box-sizing: border-box;
}
.shopping-cart-wishlist-tabel .product-name a {
	color: #333;
	font-weight: 600;
}
.shopping-cart-wishlist-tabel .product-name a:hover {
	color: #FF4800;
}
.shopping-cart-wishlist-tabel a.button-1 {
	padding: 10px 20px;
}
.shopping-cart-wishlist-tabel .product-remove a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shopping-cart-wishlist-tabel .product-remove a i:hover {
	background: #FF4800;
	color: #fff;
}
.shopping-cart-compare-tabel .product-thumbnail a img {
	width: 100px;
}
.shopping-cart-compare-tabel .product-thumbnail {
	width: auto;
}
.shopping-cart-compare-tabel .product-name {
	color: #333;
	font-weight: 600;
}
.shopping-cart-compare-tabel .product-name:hover {
	color: #FF4800;
}
.shopping-cart-compare-tabel .button-1 {
	padding: 10px 20px;
}
.shopping-cart-compare-tabel .product-remove a i {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #ccc;
	color: #333;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.shopping-cart-compare-tabel .product-remove a i:hover {
	background: #FF4800;
	color: #fff;
}
.error-content h3 {
	font-size: 30px;
	margin-bottom: 15px;
	color: #f93434;
}
.error-content {
	padding-top: 150px;
	padding-bottom: 100px;
}
.error-content h3 i{
	font-size: 40px;
}
.error-content p {
	margin-bottom: 30px;
	font-size: 20px;
}
/*
 * 15. Faq
*/
.accordion-item {
	box-sizing: border-box;
	box-shadow: 0px 0px 4px 0px #ddd;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}
.accordion-header {
	display: block;
}
.accordion-header a {
	display: block;
	position: relative;
	font-size: 20px;
	color: #333;
	padding: 15px 10px;
	padding-left: 50px;
	border-bottom: 1px solid #f4f1f1;
	font-weight: 600;
}
.accordion-header a::after {
	content: "+";
	clear: both;
	overflow: hidden;
	position: absolute;
	background: #FF4800;
	width: 40px;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
}
.accordion-item .accordion-header a[aria-expanded="true"]::after {
	content: "-";
}
.terms-condition-full {
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #cccccc57;
	padding: 15px;
}
.terms-condition-full h2 {
	font-size: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}
.terms-condition-full p {
	line-height: 28px;
	margin-bottom: 15px;
}
.terms-condition-full h3 {
	font-size: 20px;
	margin-bottom: 5px;
}
.terms-condition-full ul {
	margin-bottom: 10px;
	padding-left: 10px;
}
/*
 * Sticky
*/
.header-bottom.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.25);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
/*
 * 16. Login Register
*/
.login-register-form-full {
	padding: 5%;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px 0px #ccc;
	background: #fff;
}
.login-register-form-full-title{
	position: relative;
	text-align: center;
}
.login-register-form-full h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	text-align: center;
	background: #fff;
	display: inline-block;
}
.login-register-form-full input {
	margin-bottom: 15px;
	border-radius: 0px;
	padding: 12px 10px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.login-register-form-full input:focus{
	box-shadow: none;
	border: 1px solid #FF4800;
}
.login-register-form-full .form-check input {
	border-radius: 0px;
	padding: 8px;
	margin-right: 10px;
}
.login-register-form-full a {
	color: #333;
}
.login-register-form-full a:hover{
	color: #FF4800;
}
.login-register-form-full button {
	width: 100%;
	border: none;
	margin-bottom: 15px;
}
.different_login {
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.different_login span {
	background-color: #fff;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
}
.different_login::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid #ddd;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.different_login_btn-login li {
	display: inline-block;
	margin: 0px 5px;
}
.different_login_btn-login{
	margin-bottom: 10px;
}
.btn-facebook {
	background: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.btn-facebook:hover {
	color: #fff;
	background: #344e86;
	border-color: #344e86;
}
.btn-google {
	background: #d85040;
	border-color: #d85040;
}
.btn-google:hover {
	color: #fff;
	background: #d33d2b;
	border-color: #d33d2b;
}
.different_login_btn-login li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 0px;
}
.different_login_btn-login li a i{
	padding-right: 3px;
}
.different_login_btn-login li a:hover{
	color: #fff;
}
.different_login_btn-login li a:focus{
	box-shadow: none;
}
.login-register-form-full-title p {
	font-size: 14px;
	margin-bottom: 20px;
}
/*
 * Mobbile Menu
*/
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #333;
}
.offcanvas_main_menu li a:hover {
  color: #FF4800;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #FF4800;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #FF4800;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #FF4800;
  border-color: #FF4800;
  color: #fff;
}
.mobile-logo {
	padding-left: 20px;
	margin-bottom: 20px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a {
  font-size: 27px;
  width: 41px;
  height: 37px;
  display: block;
  line-height: 37px;
  text-align: center;
  color: #232323;
}
@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 34px;
    line-height: 33px;
    font-size: 27px;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}

.mobile-logo h2 {
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
}
.mobile-logo h2 a{
	color: #333;
}