﻿@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");

body {
	font-size: 15px;
	font-family: "Rubik", sans-serif;
	color: #9c9c9c;
	background:url(../img/noktalar.png);
	background-repeat: repeat;
}

.opacity1{
	opacity: 1;

}
.bs-primary{
	color: #E84D1A;
	font-weight: 600;
}
.bs-secondary{
	color: #002445;
	font-weight: 600;
	letter-spacing: 0.7px;
}

.md-mt-comment{
	margin-top: 0px;
}


a {
	transition: all ease .5s;
	text-decoration: none;
	color: #9c9c9c;
}

a:hover {
	text-decoration: none;
	color: #E84D1A;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	box-shadow: none;
	border: none;
	padding: 0;
}

button:focus {
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width:20rem;
	height: auto;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.form-control {
	height: 48px;
	color: #002445;
	border: 2px solid #d1d1d1;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	font-size: 18px;
	margin-top: 1px;
	margin-left: 3px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 30px;
	padding-right:27%;
	width: 100%;
}

.form-control::placeholder {
	color: #fff;
	padding-right: 28.5%;
}

.form-control:focus {
	color: #002445;
	background-color: rgba(0, 0, 0, 0);
	box-shadow: unset;
	outline: 0;
	border: 2px solid #002445;
	padding-right: 28.5%;
}

.form-control:hover:focus, .form-control:focus {
	box-shadow: unset;
	padding-right: 28.5%;
}

textarea.form-control {
	height: auto;
}

.w-35 {
    width: 35%!important
}
.w-40 {
    width: 40%!important
}

.w-45 {
    width: 45%!important
}



.h-50{
	max-height:50px;
}
.fs-16{
	font-size:16px;
}
.fs-20{
	font-size:20px;
}

.pt-15 {
	padding-top: 15px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-20 {
	padding-bottom: 20px;
}
.ptb-2 {
	padding-top:2px;
	padding-bottom: 2px;
}
.ptb-10 {
	padding-top:10px;
	padding-bottom: 10px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-54 {
	padding-top: 54px;
}

.ptb-54 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.pb-54 {
	padding-bottom: 54px;
}

.pb-58 {
	padding-bottom: 58px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-25vw{
	margin-top: 25vw;
}

.mt-minus-100 {
	margin-top: -100px;
}

.mt-30 {
	margin-top: 30px;
}

.pt-5{
	padding-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}


.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-50 {
	margin-bottom:50px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-45 {
	margin-bottom: 45px;
}

.pl-15 {
	padding-left: 15px;
}

.pr-15 {
	padding-right: 15px;
}

.ml-15 {
	margin-left: 15px;
}


.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-7{
	margin-left: 7px;
}

.mr-15 {
	margin-right: 15px;
}

.gap-20 {
	margin-bottom: 20px;
}

.gap-24 {
	margin-bottom: 24px;
}

.gap-30 {
	margin-bottom: 30px;
}

.bg-color {
	background-color: #f9fafb;
}


.default-btn {
	width:100%;
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	transition: all ease .5s;
	text-align: center;
	position: relative;
	letter-spacing: 2px;
	z-index: 1;
	overflow: hidden;
	display: inline-table;
	padding: 10px 20px;
	font-weight: 600;
	background-color: #E84D1A;

}

.radius {
	border-radius: 6px;
}

.radius-img{
	margin-top: 1px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.border-radius{
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}


		

.default-btn i {
	position: relative;
	margin-right: 2px;
}

.default-btn::before, .default-btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #002445;
	z-index: -1;
	transform: scaleX(0);
	transition: all ease .5s;
}

.default-btn::after {
	transform: scaleY(0);
}

.default-btn:hover {
	color: #fff;
}

.default-btn:hover::before {
	transform: scaleX(1);
}

.default-btn:hover::after {
	transform: scaleY(1);
}

.read-more {
	font-size: 15px;
	color: #111;
	letter-spacing: 1.5px;
	font-weight: 500;
}

.read-more i {
	position: relative;
	top: 3px;
}

.read-more:hover {
	color: #E84D1A;
	letter-spacing: 3px;
}

.section-title {
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.section-title span {
	font-size: 16px;
	color: #E84D1A;
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
}

.section-title h2 {
	font-size:27px;
	margin-bottom: 20px;
	position: relative;
	color: #E84D1A;
	font-weight: bolder;
	margin-left: 20px;
}

.section-title h4 {
	font-size: 20px;
	position: relative;
		color: #E84D1A;
		font-weight: bolder;
}


.section-title p {
	max-width: 600px;
	margin: auto;
}

.section-title .read-more {
	position: absolute;
	top: 5px;
	right: 0;
}

.section-title.white-title span {
	color: #E84D1A;
}

.section-title.white-title h2 {
	color: #fff;
}

.section-title.white-title p {
	color: #fff;
}

.top-header {
	background-color: #f8f8f9;
	padding-top: 15px;
	padding-bottom: 15px;
}

.top-header .header-left-content {
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;
}

.top-header .header-left-content li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	color: #555;
}

.top-header .header-left-content li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.top-header .header-left-content li:last-child::before {
	display: none;
}

.top-header .header-left-content li::before {
	content: "";
	position: absolute;
	top: 1px;
	right: -3px;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.top-header .header-left-content li a {
	color: #555;
	font-size: 15px;
}

.top-header .header-left-content li a span {
	color: #E84D1A;
}

.top-header .header-left-content li a:hover {
	color: #E84D1A;
}

.top-header .header-left-content li a i {
	font-size: 16px;
	transition: all ease .5s;
	color: #E84D1A;
	text-align: center;
	border-radius: 50%;
	line-height: 1;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.top-header .header-left-content li a:hover i {
	color: #E84D1A;
}

.top-header .header-left-content li:last-child {
	margin-right: 0;
}

.top-header .header-right-content {
	line-height: 1;
	float: right;
	position: relative;
	top: -2px;
}

.top-header .header-right-content .navbar-option-language {
	position: relative;
	top: 2px;
}

.top-header .header-right-content .navbar-option-language button {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #111;
}

.top-header .header-right-content .navbar-option-language button img {
	flex: 0 0 35px;
	max-width: 35px;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	margin-right: 10px;
}

.top-header .header-right-content .navbar-option-language .dropdown-toggle:after {
	content: "";
	font-family: "remixicon" !important;
	font-size: 20px;
	margin-left: 5px;
	border: 0;
}

.top-header .header-right-content .navbar-option-language .dropdown-menu {
	transform: translateY(50px);
	transform: translate(-35px, 34px) !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all ease .5s;
	right: 0;
	left: auto;
	border-radius: 0;
	padding: 8px 0;
	border: none;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
}

.top-header .header-right-content .navbar-option-language .dropdown-menu .dropdown-item {
	padding: 8px 16px;
	display: flex;
	align-items: center;
	transition: all ease .5s;
	font-size: 15px;
}

.top-header .header-right-content .navbar-option-language .dropdown-menu .dropdown-item img {
	max-width: 25px;
	width: 25px;
	margin-right: 10px;
}

.top-header .header-right-content .navbar-option-language .dropdown-menu .dropdown-item:hover {
	color: #E84D1A;
	background-color: rgba(0, 0, 0, 0);
}

.top-header .header-right-content .navbar-option-language .dropdown-menu .dropdown-item:focus {
	color: #E84D1A;
	background-color: rgba(0, 0, 0, 0);
}

.top-header .header-right-content .navbar-option-language .dropdown-menu.show {
	transform: translateY(26px);
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.top-header .header-right-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	margin-left: 20px;
}

.top-header .header-right-content ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
}

.top-header .header-right-content ul li::before {
	content: "";
	position: absolute;
	top: 1px;
	right: -1px;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.top-header .header-right-content ul li a {
	font-size: 15px;
	color: #555;
}

.top-header .header-right-content ul li a:hover {
	color: #E84D1A;
}

.top-header .header-right-content ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.top-header .header-right-content ul li:last-child::before {
	display: none;
}

.top-header .header-right-content ul li .usd select {
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

.top-header .header-right-content ul li .usd select:focus {
	box-shadow: none;
	outline: 0;
}

.middle-header {
		padding-top:15px;
		padding-bottom: 15px;
	}

.middle-header h1{
	color: #E84D1A;
	font-size: 35px;
	font-weight: bolder;
	letter-spacing:12px;
	line-height:50px;
	font-style: italic;
}

.middle-header .sl{
	font-weight: bolder;
	letter-spacing:5px;
	font-size:34px;
}

.middle-header h2{
	line-height: 40px;
	font-style: italic;
	letter-spacing:5px;
	height: auto;
	line-height:50px;
	color: #E84D1A;
	font-size: 27px;
	font-weight: bolder;
}



.middle-header h3{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 5px;
	font-style: italic;
}


.middle-header h4{
	margin-left:24%;
	margin-bottom: 0px;
	color: #002445;
	font-size:18px;
	font-weight: 700;
}

.middle-header .search-box {
	position: relative;
	margin-left: 22%;
	width:50%;
}

.middle-header .search-box .form-control {
	border: 2px solid #002445;
	border-radius: 4px;
	color:#fff;
	padding-left: 15px;
	height: 48px;
	font-size: 18px;
	margin-top: 1px;
	margin-left: 3px;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 100%;
}



.middle-header .search-box .search-btn {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0 20px;
	padding: 11px 15px;
	background-color: #002445;
	color: #fff;
	border-radius: 4px;
	line-height: 1;
	font-size: 18px;
}

.middle-header .search-box .search-btn i {
	position: relative;
	top: 2px;
}

.middle-header .wish-cart {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
	position: relative;
	top: -3px;
}

.middle-header .wish-cart li {
	display: inline-block;
	margin-right: 15px;
	background-color: #E84D1A;
    padding-right: 15px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 9px;
    border-radius: 40px;
    
}

.middle-header .wish-cart li:hover{
	background-color: #BB3E13;
	box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.5);
}

.middle-header .wish-cart li:last-child {
	margin-right: 0;
}

.middle-header .wish-cart li a, .middle-header .wish-cart li .cart {
	position: relative;
	color: #111;
	display: block;
	padding-left: 60px;
	font-weight: 500;
	cursor: pointer;
}

.middle-header .wish-cart li a .wish-icon, .middle-header .wish-cart li .cart .wish-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.middle-header .wish-cart li a .wish-icon i, .middle-header .wish-cart li .cart .wish-icon i {
	font-size: 22px;
	background-color: #fff1e8;
	color: #E84D1A;
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

.middle-header .wish-cart li a .wish-icon .like_count, .middle-header .wish-cart li .cart .wish-icon .like_count {
	position: absolute;
	top: -2px;
	right: -11px;
	width: 25px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	background-color: #002445;
	color: #fff;
	font-size: 11px;
	border-radius: 40%;
	font-weight: bold;
}

.middle-header .wish-cart li a .favorite, .middle-header .wish-cart li .cart .favorite {
	display: block;
	color: #002445;
	font-size: 15px;
	font-weight: bolder;
	padding-top: 4px;
	text-align: center;
	line-height:18px;
}



.middle-header.middle-header-style-two {
	border-bottom: none;
}

.navbar-area {
	position: relative;
}

.navbar-area .navbar-brand {
	margin-right: 0;
}


.go-top-whatsapp.is-visible {
	visibility: hidden;
	pointer-events: none;
	display: none;
}

.navbar-area.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: #fff !important;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .navbar-category-dropdown {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all ease .5s;
	max-height: 435px;
}

.navbar-area.is-sticky .navbar-category-dropdown.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.navbar-area.navbar-area-style-two .desktop-nav {
	background-color: #E84D1A;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a {
	color: #fff;
	font-size: 1.10rem;
	letter-spacing: 2px;
	font-weight: bolder;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a:hover {
	color: #002445;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item a.active {
	color: #002445;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #111;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-area-style-two .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #002445;
}

.navbar-area.navbar-area-style-two .desktop-nav .navbar .others-options span {
	color: #fff;
}

.navbar-area.navbar-area-style-two .navbar-category button {
	background-color: #002445;
	color: #fff;
}

.only-home-one-sticky {
	position: relative;
}

.only-home-one-sticky .navbar-brand {
	margin-right: 0;
}

.only-home-one-sticky.is-sticky {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	position: fixed;
	background-color: #fff !important;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.only-home-one-sticky.is-sticky .navbar-category-dropdown {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all ease .5s;
	max-height: 435px;
}

.only-home-one-sticky.is-sticky .navbar-category-dropdown.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.desktop-nav {
	background-color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.desktop-nav .navbar {
	transition: all ease .5s;
	z-index: 2;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.desktop-nav .navbar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.desktop-nav .navbar .navbar-nav {
	margin-left: 24px;
	margin-right: auto;
	float:right;
}

.desktop-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
	font-size: 15px;
	color: #111;
	line-height: 1;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item .home {
	padding-top: 2px;
}
.desktop-nav .navbar .navbar-nav .nav-item .home i {
		font-size:25px;
		color:#fff;
		position: relative;
	}


.desktop-nav .navbar .navbar-nav .nav-item a:hover:before, .desktop-nav .navbar .navbar-nav .nav-item a:focus:before, .desktop-nav .navbar .navbar-nav .nav-item a.active:before {
	width: 100%;
	left: 0;
	right: auto;
	color: #002445;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
	margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
	margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
	color: #002445;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	transition: all .3s ease-in-out;
	background: #fff;
	position: absolute;
	visibility: hidden;
	border-radius: 0;
	display: block;
	width: 250px;
	border: none;
	z-index: 99;
	opacity: 0;
	top: 80px;
	left: 0;
	padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	color: #111;
	padding: 15px;
	border-bottom: 1px dashed #eee;
	margin: 0;
	font-size: 14px;
	line-height: 1;
	display: block;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
	display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	float: right;
	top: 7px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #111;
	border-bottom: 1px dashed #eee;
	font-size: 14px;
	line-height: 1;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: 250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	left: -250px;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -1px;
	visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	top: -15px;
	visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	top: 80%;
	opacity: 1;
	margin-top: 0;
	visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover.mega-menu .dropdown-menu {
	pointer-events: auto;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu {
	position: unset;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu {
	left: 0;
	right: 0;
	top: 80%;
	width: 100%;
	margin: auto;
	padding: 25px;
	margin-top: 0;
	position: absolute;
	transform: unset !important;
	pointer-events: none;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .menu-img {
	background-image: url("../../assets/images/menu-img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	display: block;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu-title {
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 25px;
	margin-top: -2px;
	font-weight: 600;
	font-size: 18px;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu-title::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 50px;
	height: 1px;
	background-color: #E84D1A;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li a {
	border-bottom: 1px dashed #eee;
	padding-left: 0;
	padding-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:first-child a {
	padding-top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item.mega-menu .dropdown-menu .sub-menu li:last-child a {
	border-bottom: none;
	padding-bottom: 0;
}

.desktop-nav .navbar .navbar-nav.mr-auto {
	margin-right: auto;
	margin-left: 125px;
}

.desktop-nav .navbar .others-options span {
	color: #111;
	font-size: 15px;
}

.mobile-responsive-nav {
	display: none;
}

.navbar-category button {
	font-size: 18px;
	background-color: #E84D1A;
	width: 320px;
	padding: 22px 25px;
	color: #fff;
	text-align: left;
}

.navbar-category button i {
	position: relative;
	top: 0px;
	margin-right: 5px;
}

.navbar-category button .arrow-down {
	float: right;
	position: relative;
	right: -8px;
	font-size: 22px;
    top: -4px;
}

.navbar-category-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 320px;
	max-height:497px;
	overflow: auto;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
}

.navbar-category-dropdown.dropdown-menu {
	margin: 0;
	transition: all ease .5s;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.navbar-category-dropdown.dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	padding: 0;
	border-radius: 0;
}

.navbar-category-dropdown::-webkit-scrollbar {
	width: 5px;
}

.navbar-category-dropdown::-webkit-scrollbar-thumb {
	background: #a2a2a2;
}

.navbar-category-dropdown::-webkit-scrollbar-track {
	background: #e2e2e2;
}

.navbar-category-dropdown ul {
	border: 1px solid #e7e7e7;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	padding-left: 0;
}

.navbar-category-dropdown ul li {
	padding: 0 25px;
}

.navbar-category-dropdown ul li:last-child a {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.navbar-category-dropdown ul li a {
	display: block;
	color: #002445;
	transition: all ease .5s;
	font-size: 15px;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bolder;
}

.navbar-category-dropdown ul li a:hover {
	color:#E84D1A;
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.cart-shit .cart-shit-wrap {
	max-width: 1302px;
	margin-left: auto;
	margin-top: 135px;
	margin-right: auto;
}

.cart-shit .modal-dialog {
	margin-left: auto;
	margin-right: 0;
}

.cart-shit .modal-body {
	padding: 30px;
	padding-top: 0;
}

.cart-shit .close-btn {
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0);
	transition: all ease .5s;
}

.cart-shit .close-btn:hover {
	color: #E84D1A;
}

.cart-shit .modal-header {
	border: none;
}

.cart-shit .modal-content {
	border-radius: 0;
	height: 538px;
	overflow: auto;
}

.cart-shit .modal-content::-webkit-scrollbar {
	width: 5px;
}

.cart-shit .modal-content::-webkit-scrollbar-thumb {
	background: #a2a2a2;
}

.cart-shit .modal-content::-webkit-scrollbar-track {
	background: #e2e2e2;
}

.cart-shit .cart-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.cart-shit .cart-list li {
	display: inline-block;
	padding-left: 90px;
	margin-bottom: 20px;
	padding-right: 50px;
	position: relative;
}

.cart-shit .cart-list li i {
	position: absolute;
	top: 23px;
	right: 0;
	cursor: pointer;
	font-size: 20px;
	transition: all ease .5s;
}

.cart-shit .cart-list li i:hover {
	color: #E84D1A;
}

.cart-shit .cart-list li:last-child {
	margin-bottom: 0;
}

.cart-shit .cart-list li a {
	display: block;
	font-size: 14px;
	color: #111;
}

.cart-shit .cart-list li img {
	max-width: 73px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
}

.cart-shit .cart-list li span {
	display: block;
	color: #E84D1A;
	margin-top: 8px;
}

.cart-shit .payable {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart-shit .payable li {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	color: #111;
}

.cart-shit .payable li.total {
	float: right;
}

.cart-shit .cart-check-btn {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.cart-shit .cart-check-btn li {
	display: inline-block;
}

.cart-shit .cart-check-btn li.checkout {
	float: right;
}

.hero-slider-area {
	position: relative;
	padding-bottom: 2.80px;
	background-color: #002445;

}

.bg-points{
	background:url(../img/noktalar.png);
	background-repeat: repeat;
}

.hero-slider-area .owl-item.active .hero-slider-content {
	overflow: hidden;
}

.hero-slider-area .owl-item.active .hero-slider-content span {
	animation: .6s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content h1 {
	animation: .9s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content p {
	animation: 1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content h3 {
	animation: 1s fadeInLeft both;
}

.hero-slider-area .owl-item.active .hero-slider-content .hero-slider-btn {
	animation: 1s fadeInLeft both;
}

.hero-slider-area .owl-dots {
	line-height: 1;
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 100%;
	margin: auto;
	text-align: right;
}

.hero-slider-area .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 10px;
	background: rgba(0, 0, 0, 0) !important;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all ease .5s;
	position: relative;
}

.hero-slider-area .owl-dots .owl-dot span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	transition: all ease .5s;
	border-radius: 50%;
	margin: 3px;
}

.hero-slider-area .owl-dots .owl-dot:hover span {
	border-color: #E84D1A;
}

.hero-slider-area .owl-dots .owl-dot:hover span::before {
	background-color: #E84D1A;
}

.hero-slider-area .owl-dots .owl-dot.active span {
	border-color: #E84D1A;
}

.hero-slider-area .owl-dots .owl-dot.active span::before {
	background-color: #E84D1A;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content {
	max-width: 900px;
	padding: 0;
}

.hero-slider-area.hero-slider-area-style-two .hero-slider-content h1 {
	font-size: 60px;
	font-weight: 700;
}

.hero-slider-area.hero-slider-area-style-three {
	padding-top: 24px;
}

.hero-slider-area.hero-slider-area-style-three .hero-slider-content {
	max-width: 630px;
}

.hero-slider-area.hero-slider-area-style-three .hero-slider-content h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 22px;
}

.hero-slider-area.hero-slider-area-style-three .hero-slider-content h3 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
}

.hero-slider-area.hero-slider-area-style-three .hero-slider-content h3 sub {
	font-weight: normal;
	font-size: 20px;
}

.hero-slider-area.hero-slider-area-style-three .hero-slider-content h3 sup {
	font-weight: normal;
	font-size: 20px;
}

.hero-slider-area.hero-slider-area-style-three .owl-dots {
	max-width: 966px;
	left: 42px;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools {
	background-image: url("../../assets/images/offer-tools-1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 48%;
	padding: 20px;
	margin-bottom: 24px;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools.bg-2 {
	background-image: url("../../assets/images/offer-tools-2.jpg");
	margin-bottom: 0;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools h3 {
	font-size: 24px;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools h3.ffffff {
	color: #fff;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools h3.E84D1A {
	color: #E84D1A;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools .read-more {
	color: #111;
	margin-top: 20px;
	display: inline-block;
}

.hero-slider-area.hero-slider-area-style-three .offer-tools .read-more:hover {
	color: #E84D1A;
}



.slider-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding-top: 16%;
	padding-bottom: 16%;
}

.slider-item.bg-1 {
	background-image: url("../../assets/img/turkiye985x530.png");
}

.slider-item.bg-2 {
	background-image: url("../../assets/img/turkiye985x530.png");
}

.slider-item.bg-3 {
	background-image: url("../../assets/img/turkiye985x530.png");
}

.slider-item.bg-4 {
	background-image: url("../../assets/img/turkiye1920x590.png");
}

.slider-item.bg-5 {
	background-image: url("../../assets/img/turkiye1920x590.png");
}

.slider-item.bg-6 {
	background-image: url("../../assets/img/turkiye1920x590.png");
}

.slider-item.bg-7 {
	background-image: url("../../assets/images/slider/bg-7.jpg");
}

.slider-item.bg-8 {
	background-image: url("../../assets/images/slider/bg-8.jpg");
}

.slider-item.bg-9 {
	background-image: url("../../assets/images/slider/bg-9.jpg");
}

.hero-slider-content {
	padding: 0 50px;
	max-width: 600px;
}

.hero-slider-content span {
	color: #111;
	display: block;
	margin-bottom: 10px;
}

.hero-slider-content h1 {
	font-size: 40px;
	margin-bottom: 24px;
}

.hero-slider-content p {
	color: #111;
	margin-bottom: 30px;
}

.single-services {
	border: 1px solid #ddd;
	padding: 30px;
	position: relative;
	padding-left: 115px;
	margin-bottom: 24px;
	transition: all ease .5s;
}

.single-services.bg-e6f7f6 {
	background-color: #e6f7f6;
}

.single-services.bg-e6f7f6 .icon {
	background-color: #fff;
}

.single-services.bg-fff5e7 {
	background-color: #fff5e7;
}

.single-services.bg-fff5e7 .icon {
	background-color: #fff;
}

.single-services.bg-eff5ff {
	background-color: #eff5ff;
}

.single-services.bg-eff5ff .icon {
	background-color: #fff;
}

.single-services .icon {
	background-color: #f5f5f5;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	position: absolute;
	top: 28px;
	left: 30px;
}

.single-services .icon img {
	width: auto;
}

.single-services h3 {
	font-size: 20px;
}

.single-services:hover {
	border-color: #E84D1A;
}

.best-seller-area .owl-nav {
	position: absolute;
	top: -55px;
	right: 15px;
	margin-top: 0;
}

.best-seller-area .owl-nav .owl-prev, .best-seller-area .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ddd !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #9c9c9c;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
	margin: 0;
	margin-left: 15px;
}

.best-seller-area .owl-nav .owl-prev i, .best-seller-area .owl-nav .owl-next i {
	font-size: 27px;
	position: relative;
	top: -1px;
	color: #9c9c9c;
	transition: all ease .5s;
}

.best-seller-area .owl-nav .owl-prev:hover, .best-seller-area .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	background-color: #E84D1A;
	border-color: #E84D1A !important;
}

.best-seller-area .owl-nav .owl-prev:hover i, .best-seller-area .owl-nav .owl-next:hover i {
	color: #fff;
}

.best-seller-area .owl-nav .owl-next i {
	right: -1px;
}

.single-products {
	border: 1px solid #ddd;
	margin-bottom: 24px;
	transition: all ease .5s;
	margin: 2px;
	background-color: #fff;
}

.single-products.deals-products {
	padding: 0;
	border: 3px solid #ddd;
	border-radius: 3px;
	margin-bottom: 20px;
}

.single-products.deals-products .product-img {
	position: relative;
	height:150px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.single-products.deals-products .product-img .hot {
	background-color: #ddd;
	width: 100px;
	height:20px;
	text-align: center;
	display: inline-block;
	color: #002445;
	font-size:12px;
	position: absolute;
	font-weight: 700;
	top: 100%;
	left:3px;
	border-radius: 5px;
}

.single-products.deals-products:hover {
	border-color: #E84D1A;
}

.single-products.deals-products:hover .product-img .hot{
	background-color: #E84D1A;
	color: #fff;
}


.single-products.deals-products .product-content {
	padding: 10px;
	border: none;
}

.single-products.deals-products .product-content .products-company {
	display: block;
	color: #E84D1A;
	font-size: 16px;
	font-weight: 700;
	height: 45px;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}


.single-products.deals-products .product-content .title {
	margin-bottom: 2px;
	font-size: 16px;
}

.single-products.deals-products .product-content .in-stock {
	color: #30b239;
	display: block;
	margin-bottom: 8px;
}

.single-products.deals-products .product-content #timer, .single-products.deals-products .product-content #timers, .single-products.deals-products .product-content #timerss {
	margin-top: 0;
	margin-bottom: 15px;
}

.single-products.deals-products .product-content #timer div, .single-products.deals-products .product-content #timers div, .single-products.deals-products .product-content #timerss div {
	display: inline-block;
	position: relative;
	background-color: #f3f3f3;
	color: #9c9c9c;
	width: 40px;
	height: 40px;
	line-height: 16px;
	border-radius: 0;
	padding-top: 13px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-right: 10px;
}

.single-products.deals-products .product-content #timer div span, .single-products.deals-products .product-content #timers div span, .single-products.deals-products .product-content #timerss div span {
	display: block;
	display: none;
	text-transform: capitalize;
	margin-top: -6px;
	font-size: 17px;
	font-weight: 500;
}

.single-products.deals-products .product-content #timer div::before, .single-products.deals-products .product-content #timers div::before, .single-products.deals-products .product-content #timerss div::before {
	content: "";
	position: absolute;
	right: -9px;
	top: 25px;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9c9c9c;
}

.single-products.deals-products .product-content #timer div::after, .single-products.deals-products .product-content #timers div::after, .single-products.deals-products .product-content #timerss div::after {
	content: "";
	position: absolute;
	right: -9px;
	bottom: 25px;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #9c9c9c;
}

.single-products.deals-products .product-content #timer div:last-child, .single-products.deals-products .product-content #timers div:last-child, .single-products.deals-products .product-content #timerss div:last-child {
	margin-right: 0;
}

.single-products.deals-products .product-content #timer div:last-child::before, .single-products.deals-products .product-content #timers div:last-child::before, .single-products.deals-products .product-content #timerss div:last-child::before {
	display: none;
}

.single-products.deals-products .product-content #timer div:last-child::after, .single-products.deals-products .product-content #timers div:last-child::after, .single-products.deals-products .product-content #timerss div:last-child::after {
	display: none;
}

.single-products .product-img {
	position: relative;
	width:100%;
	height:200px;
	background-color: #fff;
}

.single-products .product-img .hot {
	background-color: #E84D1A;
	width: 100px;
	height:20px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size:12px;
	position: absolute;
	font-weight: 700;
	top: 3px;
	left:3px;
	border-radius: 5px;
}

.single-products .product-img .hot.new {
	background-color: #E84D1A;
}

.single-products .product-img img {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.single-products .product-img a {
	display: block;
}

.single-products .product-content {
	padding: 10px 5px;
}

.single-products .product-content .products-company {
	display: block;
	color: #E84D1A;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.single-products .product-content .title {
	color: #002445;
	display: block;
	font-size: 15px;
	font-weight: bolder;
	width:calc(100% - 10px);
	height: 45px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.single-products .product-content .title:hover {
	color: #E84D1A;
}

.single-products .product-content .products-rating {
	padding: 0;
	margin-bottom: 10px;
	list-style: none;
}

.single-products .product-content .products-rating li {
	display: inline-block;
}

.single-products .product-content .products-rating li i {
	color: #E84D1A;
}

.single-products .product-content .products-rating li a {
	position: relative;
	top: -2px;
	margin-left: 5px;
	font-size: 14px;
}



.single-products .product-content .products-price {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 2px;
	margin-bottom: 2px;
	height:40px;
	text-align: center;

}

.single-products .product-content .products-price li {
	display: inline-block;
	color: #E84D1A;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}

.single-products .product-content .products-price b {
	display: inline-block;
	font-size:15px;
	font-weight: bolder;
	text-align: center;
}

.single-products .product-content .products-price li span {
	color: #002445;
	font-size: 15px;
	font-weight: 600;
	margin-left:10px;
}

.single-productsd li del {
	color: #9c9c9c;
	margin-left: 5px;
	margin-right: 5px;
}

.single-products .product-content .products-cart-wish-view {
	list-style: none;
}

.single-products .product-content .products-cart-wish-view {
	display:flex;
}

.single-products .product-content .products-cart-wish-view .w-100{
	width:100%;
}

.single-products .product-content .products-cart-wish-view .w-90{
	width:calc(100% - 70px);
	margin-top: 3px;
	margin-left:10px;
}

.single-products .product-content .products-cart-wish-view .w-80{
	width:calc(100% - 105px);
	margin-top: 3px;
	margin-left:5px;
}

.single-products .product-content .products-cart-wish-view .ml {
	margin-left: 5px;
}
.single-products .product-content .products-cart-wish-view .mr {
	margin-right: 5px;
}


.single-products .product-content .products-cart-wish-view .default-btn {
	padding: 7px 6px;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	margin-top: 5px;
}

.single-products .product-content .products-cart-wish-view .default-btn::before, .single-products .product-content .products-cart-wish-view .default-btn::after {
	background-color: #E84D1A;
}

.single-products .product-content .products-cart-wish-view  .default-btn:hover {
	border-color: #E84D1A;
	background-color: #E84D1A;
	color: #fff;
}

.single-products .product-content .products-cart-wish-view .wish-btn {
	width: 42px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #ddd;
	display: block;
	position: relative;
	top: 2.5px;
	font-size: 22px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	transition: all ease .5s;
	cursor: pointer;
}

.single-products .product-content .products-cart-wish-view .wish-btn:hover {
	border-color: #E84D1A;
	background-color: #E84D1A;
	color: #fff;
}

.single-products .product-content .products-cart-wish-view .wish-btn.active {
	border-color: #E84D1A;
	background-color: #E84D1A;
	color: #fff;
}

.single-products .product-content .products-cart-wish-view .eye-btn {
	width: 42px;
	height: 42px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #ddd;
	display: block;
	position: relative;
	top: 3px;
	font-size: 22px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	transition: all ease .5s;
	cursor: pointer;
}

.single-products .product-content .products-cart-wish-view .eye-btn:hover {
	border-color: #E84D1A;
	background-color: #E84D1A;
	color: #fff;
}


.single-products:hover {
	border-color: #E84D1A;
}

.product-view-one {
	padding-right: 0 !important;
}

.product-view-one.modal.show .modal-dialog {
	margin-top: 2rem;

}

.product-view-one .product-view-one-image {
	background-color: #eee;
	padding: 29.5px;
}

.product-view-one .modal-dialog {
	max-width: 25rem;
	margin: 0 auto;
	box-shadow: 0 0 10px 7px rgba(0, 36, 69, .6);
	border: 1px solid #002445;
}

.product-view-one .modal-content {
	padding: 15px;
	border-radius: 0;
	overflow-y: scroll;
}

.product-view-one .modal-content h5 {
	font-size: 20px;
	font-weight: bolder;
	color:#002445;
	border-bottom: 2px solid #002445;
}

.product-view-one .modal-content button.close {
	position: absolute;
	right: 0;
	top: 0;
	outline: 0;
	opacity: 1;
	color: #111;
	transition: .5s;
	line-height: 35px;
	padding: 0;
	margin: 0;
	font-size: 25px;
	width: 35px;
	text-shadow: unset;
	height: 35px;
}

.product-view-one .modal-content button.close:hover {
	background-color: #002445;
	color: #fff;
}

.product-view-one .modal-content .product-content h3 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bolder;
	text-align: left;
	color:#E84D1A;
}

.product-view-one .modal-content .product-content h3 a {
	color: #111;
}

.product-view-one .modal-content .product-content h3 a:hover {
	color: #111;
}


.product-view-one .modal-content .product-content .price {
	margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .price .new-price {
	display: inline-block;
	font-size: 18px;
	color: #E84D1A;
}

.product-view-one .modal-content .product-content .price .new-price del {
	display: inline-block;
	font-size: 18px;
	color: #c1c1c1;
	margin-left: 5px;
}

.product-view-one .modal-content .product-content .in-stock {
	margin-left: 10px;
	color: #30b239;
	font-size: 14px;
	position: relative;
	top: -2px;
}

.product-view-one .modal-content .product-content .product-review {
	margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-review .rating {
	display: inline-block;
	padding-right: 5px;

}

.product-view-one .modal-content .product-content .product-review .rating i {
	color: #E84D1A;
	font-size:20px;
}

.product-view-one .modal-content .product-content .product-review .rating-count {
	display: inline-block;
	color: #111;
	line-height: initial;
	position: relative;
	top: -1px;
}

.product-view-one .modal-content .product-content .product-review .rating-count:hover {
	color: #E84D1A;
}

.product-view-one .modal-content .product-content .product-info {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

.product-view-one .modal-content .product-content .product-info li {
	font-size: 16px;
	margin-bottom: 10px;
	color: #111;
}

.product-view-one .modal-content .product-content .product-info li:last-child {
	margin-bottom: 0;
}

.product-view-one .modal-content .product-content .product-info li p {
	font-size: 15px;
	color: #E84D1A;
	text-align: justify;
	line-height: 23px;
	text-indent: 25px;
}

.product-view-one .modal-content .product-content .product-info li span {
	font-size: 14px;
	color: #002445;
	font-weight: 600;
}

.product-view-one .modal-content .product-content .product-info li a {
	display: inline-block;
	color: #111;
}

.product-view-one .modal-content .product-content .product-info li a:hover {
	color: #111;
}

.product-view-one .modal-content .product-content .product-color-switch {
	margin-top: 0;
	margin-bottom: 15px;
}

.product-view-one .modal-content .product-content .product-color-switch ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -4px;
	margin-left: -4px;
	padding-left: 0;
}

.product-view-one .modal-content .product-content .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px;
}

.product-view-one .modal-content .product-content .product-color-switch ul li span {
	position: relative;
	top: 4px;
	font-size: 14px;
	color: #111;
	font-weight: 500;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button {
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 25px;
	height: 25px;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	transition: .5s;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button.color-white::before {
	background: blue;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button.color-black::before {
	background: #222;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button.color-green::before {
	background: green;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button.color-yellowgreen::before {
	background: #9acd32;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button.color-teal::before {
	background: teal;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button:hover {
	border-color: #111;
}

.product-view-one .modal-content .product-content .product-color-switch ul li button:focus {
	border-color: #111;
}

.product-view-one .modal-content .product-content .product-color-switch ul li.active button {
	border-color: #111;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter {
	max-width: 130px;
	min-width: 130px;
	margin-right: 10px;
	text-align: center;
	display: inline-block;
	position: relative;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #ddd;
	cursor: pointer;
	color: #9c9c9c;
	width: 30px;
	height: 30px;
	line-height: 30px;
	transition: all ease .5s;
	border-radius: 50px;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter span:hover {
	color: #111;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter .minus-btn {
	left: auto;
	right: 10px;
	transition: all ease .5s;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter .minus-btn:hover {
	background-color: #E84D1A;
	color: #fff;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter .plus-btn {
	right: 0;
	transition: all ease .5s;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter .plus-btn:hover {
	background-color: #E84D1A;
	color: #fff;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input {
	height: 48px;
	color: #111;
	outline: 0;
	display: block;
	border: none;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
}

.product-view-one .modal-content .product-content .product-add-to-cart .input-counter input::placeholder {
	color: #111;
}

.product-view-one .modal-content .product-content .wishlist-btn {
	margin-top: 19px;
	margin-left: 3px;
}


.product-view-one .modal-content .product-content .product-add-to-cart .default-btn {
	padding: 10px 5px;
	width:100%;
}

.product-view-one .modal-content .product-content .wishlist-btn .default-btn {
	padding: 14px 23px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd;
	color: #9c9c9c;
}

.product-view-one .modal-content .product-content .wishlist-btn .default-btn::before, .product-view-one .modal-content .product-content .wishlist-btn .default-btn::after {
	background-color: #E84D1A;
}

.product-view-one .modal-content .product-content .wishlist-btn .default-btn:hover {
	border-color: #E84D1A;
	color: #fff;
}


.default-btn2 {
	font-size: 18px;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	padding: 20px 34px;
	font-weight: 600;
}



.product-view-one .modal-content .product-content .product-add-to-cart .default-btn2 {
	padding: 14px 5px;
	width:100%;
}

.product-view-one .modal-content .product-content .wishlist-btn .default-btn2 {
	padding: 14px 23px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd;
	color: #9c9c9c;
}


.product-view-one .modal-content .product-content .wishlist-btn .default-btn2.active {
	border-color: #E84D1A;
	color: #fff;
	background-color: #E84D1A;
}



.product-view-one .modal-content .product-content .share-this-product {
	margin-top: 30px;
}

.product-view-one .modal-content .product-content .share-this-product ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.product-view-one .modal-content .product-content .share-this-product ul li {
	display: inline-block;
	margin-right: 3px;
}

.product-view-one .modal-content .product-content .share-this-product ul li span {
	position: relative;
	top: -2px;
	font-size: 14px;
	color: #111;
	font-weight: 500;
	margin-right: 10px;
}

.product-view-one .modal-content .product-content .share-this-product ul li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border-radius: 4px;
	text-align: center;
	transition: all ease .5s;
	color: #111;
}

.product-view-one .modal-content .product-content .share-this-product ul li a:hover i {
	background-color: #E84D1A;
	color: #fff;
}

.product-view-one .owl-carousel .owl-item img {
	position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit:contain;

}



.product-view-one .item {
	background-color: #fff;
	width: 100%;
	height:350px;
}




.product-view-one .owl-item.active.current {
	background-color: #E84D1A !important;

}

.product-view-one.fade {
	animation: zoomIn 1s linear;
}

.product-view-one .owl-next {
	position: absolute;
	top: 50%;
	right: 50px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: all ease .5s;
	opacity: 0;
	transform: translateY(-25px);
}

.product-view-one .owl-next i {
	background-color: #E84D1A;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	transition: all ease .5s;
	border-radius: 4px;
	font-size: 15px;
}

.product-view-one .owl-prev {
	position: absolute;
	top: 50%;
	left: 50px;
	margin: 0 !important;
	border-radius: 0 !important;
	transition: all ease .5s;
	opacity: 0;
	transform: translateY(-25px);
}

.product-view-one .owl-prev i {
	background-color: #E84D1A !important;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	transition: all ease .5s;
	font-size: 15px;
	border-radius: 4px;
}

.product-view-one .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.product-view-one .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(0, 0, 0, 0);
}

.product-view-one:hover .owl-prev {
	opacity: 1;
	left: 0;
}

.product-view-one:hover .owl-next {
	opacity: 1;
	right: 0;
}





.sale-offer-bg {
	background-image: url("../../assets/images/sale-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 100px;
}

.sale-offer-bg.bg-2 {
	background-image: url("../../assets/images/sale-bg-2.jpg");
}

.sale-offer-bg.product-page {
	height: auto;
	padding: 50px;
}

.sale-offer-bg h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.sale-offer-bg h5 span {
	color: #E84D1A;
}

.sale-offer-bg h3 {
	font-size: 25px;
	margin-bottom: 35px;
}

.featured-products-area .owl-nav {
	position: absolute;
	top: -45px;
	right: 15px;
	margin-top: 0;
}

.featured-products-area .owl-nav .owl-prev, .featured-products-area .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ddd !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #9c9c9c;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
	margin: 0;
	margin-left: 15px;
}

.featured-products-area .owl-nav .owl-prev i, .featured-products-area .owl-nav .owl-next i {
	font-size: 27px;
	position: relative;
	top: -1px;
	color: #9c9c9c;
	transition: all ease .5s;
}

.featured-products-area .owl-nav .owl-prev:hover, .featured-products-area .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	background-color: #E84D1A;
	border-color: #E84D1A !important;
}

.featured-products-area .owl-nav .owl-prev:hover i, .featured-products-area .owl-nav .owl-next:hover i {
	color: #fff;
}

.featured-products-area .owl-nav .owl-next i {
	right: -1px;
}





	.featured-products-area .featured-product-img {
		background-size: cover;
		height: 100%;
		position: relative;
		z-index: 1;
	}

	.featured-products-area .featured-product-img::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #fff;
		border-radius: 2px;
		border-top-left-radius: 30px;
		border-bottom-left-radius:30px;
	}

	.featured-products-area .featured-product-img::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(0, 36, 69, 1));
		z-index: -1;
		border-radius: 2px;
		border-top-left-radius: 30px;
		border-bottom-left-radius:30px;
	}


	.featured-products-area .featured-product-img .featured-product-content {
		position: relative;
		display: block;
		padding-top: 25%;
		padding-bottom: 15%;
	}



	.featured-products-area .featured-product-img .featured-product-content i {
		font-size: 14.8vw;
		color:#E84D1A;
		position: relative;
		margin:0;
	}

	.featured-products-area .featured-product-img .featured-product-content .favorite1 {
		font-size: 2vw;
		top:14%;
		left:28%;
		position: absolute;
		color:#fff;
	}

	.featured-products-area .featured-product-img .featured-product-content .favorite2{
		font-size: 1.8vw;
		top:42%;
		left:22%;
		position: absolute;
		color:#fff;
		letter-spacing: 3px;
	}

	.featured-products-area .featured-product-img .featured-product-content .favorite3 {
		font-size:1.7vw;
		top:80%;
		left:25%;
		position: absolute;
		text-align: center;
		color:#fff;
		letter-spacing: 3px;
	}

	.featured-products-area .featured-product-img .featured-product-content .favorite4 {
		font-size: 2.1vw;
		top:93%;
		left:19%;
		position: absolute;
		text-align: center;
		color:#fff;
		letter-spacing: 5px;
	}

	

	.featured-products-area .featured-product-right {
		background-size: cover;
		height: 100%;
		position: relative;
		z-index: 1;
	}

	.featured-products-area .featured-product-right::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		background-color: #fff;
		border-radius: 2px;
		border-top-right-radius: 30px;
		border-bottom-right-radius:30px;
	}

	.featured-products-area .featured-product-right::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(to right, rgba(0, 36, 69, 1));
		z-index: -1;
		border-radius: 2px;
		border-top-right-radius: 30px;
		border-bottom-right-radius:30px;
	}









.featured-products-area .featured-product-img .featured-product-content .offer {
	color: #fff;
	display: block;
	margin-bottom: 30px;
}

.featured-products-area .featured-product-img .featured-product-content a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

.featured-products-area .featured-product-img .featured-product-content a:hover {
	color: #E84D1A;
}










.single-products.new-arrivals .product-content .products-company {
	display: block;
	color: #E84D1A;
	font-size: 14px;
	font-weight: 700;
	height: 43px;
	margin-top:5px;
	margin-bottom:10px;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.single-products.new-arrivals .product-content .products-cart-wish-view .default-btn {
	padding: 7px 10px;
	font-size: 17px;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	margin-top: 2px;
}

.single-products.new-arrivals .product-content .products-cart-wish-view .default-btn:hover {
	color:#fff;
}

.new-arrivals-area .featured-product-img {
	
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}



.new-arrivals-area .featured-product-img::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #fff;
}

.new-arrivals-area .featured-product-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(0, 36, 69, 1));
	z-index: -1;
}

.new-arrivals-area .featured-product-img .featured-product-content {
	position: relative;
	display: block;
	padding-top: 19%;
	padding-bottom: 20%;
	border-top: 10px solid #E84D1A;
	border-bottom: 15px solid #fff;
}

.new-arrivals-area .featured-product-img .featured-product-content.new{
	position: relative;
	display: block;
	padding-top:28%;
	padding-bottom:35%;
	border-top: 10px solid #E84D1A;
	border-bottom: 15px solid #fff;
}

.new-arrivals-area .featured-product-img .featured-product-content i {
	font-size: 14.5vw;
	color:#E84D1A;
	position: relative;
	margin:0;
}

.new-arrivals-area .featured-product-img .featured-product-content .new1 {
	font-size: 2.5vw;
	top:12%;
	left:32%;
	position: absolute;
	text-align: center;
	color:#fff;
}



.new-arrivals-area .featured-product-img .featured-product-content .new2 {
	font-size: 2.5vw;
	top:80%;
	left:15%;
	position: absolute;
	text-align: center;
	color:#fff;
	letter-spacing: 5px;
}









.new-arrivals-area .featured-product-img .featured-product-content .offer {
	color: #fff;
	display: block;
	margin-bottom: 30px;
}

.new-arrivals-area .featured-product-img .featured-product-content a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

.new-arrivals-area .featured-product-img .featured-product-content a:hover {
	color: #E84D1A;
}









.flash-deals-area {
	width:100%;
	height: auto;
}




.flash-deals-area .customer-slider .owl-nav {
	position: absolute;
	top: -60px;
	right: 5px;
	margin-top: 0;
}

.flash-deals-area .customer-slider .owl-nav .owl-prev, .flash-deals-area .customer-slider .owl-nav .owl-next {
	border: 2px solid #ddd !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
	margin: 0;
	margin-left: 15px;
}

.flash-deals-area .customer-slider .owl-nav .owl-prev span, .flash-deals-area .customer-slider .owl-nav .owl-next span{
	font-size: 35px;
	position: relative;
	top: -3px;
	transition: all ease .5s;
}

.flash-deals-area .customer-slider .owl-nav .owl-prev:hover, .flash-deals-area .customer-slider .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	background-color: #E84D1A;
	border-color: #E84D1A !important;
}

.flash-deals-area .customer-slider .owl-nav .owl-prev:hover span, .flash-deals-area .customer-slider .owl-nav .owl-next:hover span {
	color: #fff;
}

.flash-deals-area .customer-slider .owl-nav .owl-next span {
	right: -1px;
}





.flash-deals-area .flash-deals-wrap .owl-nav {
	position: absolute;
	top: -57px;
	right: -5px;
	margin-top: 0;
}

.flash-deals-area .flash-deals-wrap .owl-nav .owl-prev, .flash-deals-area .flash-deals-wrap  .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #ddd !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #9c9c9c;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
	margin: 0;
	margin-left: 15px;
	font-size: 27px;
}

.flash-deals-area .flash-deals-wrap .owl-nav .owl-prev i, .flash-deals-area .flash-deals-wrap  .owl-nav .owl-next i {
	font-size: 27px;
	position: relative;
	top: -1px;
	color: #9c9c9c;
	transition: all ease .5s;
}

.flash-deals-area .flash-deals-wrap .owl-nav .owl-prev:hover, .flash-deals-area .flash-deals-wrap  .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	background-color: #E84D1A;
	border-color: #E84D1A !important;
}

.flash-deals-area .flash-deals-wrap .owl-nav .owl-prev:hover i, .flash-deals-area .flash-deals-wrap  .owl-nav .owl-next:hover i {
	color: #fff;
}

.flash-deals-area .flash-deals-wrap .owl-nav .owl-next i {
	right: -1px;
}

.flash-deals-img {
	background-image: url("../../assets/images/mega-sale-img.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}

.flash-deals-img .flash-deals-content {
	position: absolute;
	padding: 30px;
	top: 0;
	left: 0;
}

.flash-deals-img .flash-deals-content .best {
	font-size: 13px;
	color: #111;
	display: block;
	margin-bottom: 6px;
}

.flash-deals-img .flash-deals-content h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.flash-deals-img .flash-deals-content .offer {
	color: #111;
	display: block;
	margin-bottom: 30px;
}

.flash-deals-img .flash-deals-content a {
	color: #111;
	font-size: 14px;
	text-decoration: underline;
}

.flash-deals-img .flash-deals-content a:hover {
	color: #E84D1A;
}

.flash-deals-wrap {
	border: 1px solid #ddd;
	padding: 20px;
	padding-bottom: 0;
	padding-top: 0;
}

.flash-deals-wrap.need-border {
	border-color: #ddd;
}

.flash-deals-wrap.need-border .single-products.deals-products .product-content #timer div, .flash-deals-wrap.need-border .single-products.deals-products .product-content #timers div, .flash-deals-wrap.need-border .single-products.deals-products .product-content #timerss div {
	background-color: #E84D1A;
	color: #fff;
}

.trending-product-list {
	padding: 0;
	padding: 20px;
	margin: 0;
	list-style: none;
	border: 1px solid #ddd;
}

.trending-product-list .single-list {
	position: relative;
	padding-left: 112px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.trending-product-list .single-list .hot {
	background-color: #ff0707;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}

.trending-product-list .single-list .hot.new {
	background-color: #E84D1A;
}

.trending-product-list .single-list:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.trending-product-list .single-list img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 112px;
}

.trending-product-list .single-list .product-content .title {
	color: #111;
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
}

.trending-product-list .single-list .product-content .title:hover {
	color: #E84D1A;
}

.trending-product-list .single-list .product-content .products-price {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 8px;
}

.trending-product-list .single-list .product-content .products-price li {
	display: inline-block;
	color: #E84D1A;
	font-size: 15px;
	font-weight: 500;
}



.trending-product-list .single-list .product-content .products-rating {
	padding: 0;
	margin: 0;
	list-style: none;
}

.trending-product-list .single-list .product-content .products-rating li {
	display: inline-block;
}

.trending-product-list .single-list .product-content .products-rating li i {
	color: #E84D1A;
}

.trending-product-list .single-list .product-content .products-rating li a {
	position: relative;
	top: -2px;
	margin-left: 5px;
	font-size: 14px;
}

.trending-product-list.special-product-list {
	margin-bottom: 24px;
}

.trending-product-list.special-product-list .single-list img {
	max-width: 100px;
}

.sale-discount-bg {
	background-image: url("../../assets/images/discount-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 100px;
	position: relative;
	z-index: 1;
}

.sale-discount-bg .discount-content {
	max-width: 400px;
	text-align: center;
}

.sale-discount-bg .discount-content h5 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}

.sale-discount-bg .discount-content h3 {
	font-size: 25px;
	margin-bottom: -5px;
	color: #fff;
	line-height: 1.5;
}

.single-categories {
	background-image: url("../../assets/img/comment-left-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	z-index: 1;
	transition: all ease .5s;
	width:100%;
	height:18vw;
	margin-bottom: 15px;	
}




.single-categories h3 {
	position: absolute;
	font-size:1.30vw;
	font-weight: 700;
	color: #fff;
	width:14vw;
	top:5.5vw;
	left:2vw;
	letter-spacing: 3px;
}

.single-categories a {
	position: absolute;
    color: #111;
    top: 13vw;
    left: 17vw;
    font-size: 1.20vw;
    font-weight: 700;
}

.single-categories span {
	position: absolute;
	width:5vw;
	display: block;
	color: #002445;
	font-weight: 400;
	font-size: 1.5vw;
	left:1.5vw;
	top:12.7vw;
}
.single-categories span:hover {
	color: #E84D1A;
}


.single-categories h3:hover {
	border-color: #E84D1A;
}

.single-categories:hover h3 a {
	color: #E84D1A;
}

.single-blog {
	transition: all ease .5s;
	margin-bottom: 24px;
}

.single-blog.blog-post .blog-content h3 {
	margin-bottom: 12px;
}

.single-blog .blog-content {
	margin-top: 20px;
}

.single-blog .blog-content ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	margin-bottom: 10px;
}

.single-blog .blog-content ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	font-size: 14px;
}

.single-blog .blog-content ul li::before {
	content: "";
	position: absolute;
	top: 0;
	right: -3px;
	width: 1px;
	height: 100%;
	background-color: #9c9c9c;
	transform: rotate(20deg);
}

.single-blog .blog-content ul li:last-child::before {
	display: none;
}

.single-blog .blog-content h3 {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.4;
}

.single-blog .blog-content h3 a {
	color: #111;
}

.single-blog .blog-content .default-btn {
	padding: 12px 20px;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd;
	color: #111;
}

.single-blog .blog-content .default-btn::before, .single-blog .blog-content .default-btn::after {
	background-color: #E84D1A;
}

.single-blog .blog-content .default-btn:hover {
	color: #fff;
}

.single-blog:hover {
	transform: translateY(-2px);
}

.single-blog:hover .blog-content h3 a {
	color: #E84D1A;
}

.partner-area .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}

.partner-area .partner-title {
	text-align: center;
	margin-bottom: 30px;
}

.partner-area .partner-title p {
	margin-top: -9px;
}

.partner-area .partner-title p span {
	color: #E84D1A;
}

.partner-wrap {
	border: 1px solid #ddd;
	padding: 30px;
}

.partner-item img {
	filter: grayscale(100%);
	opacity: .3;
	transition: all ease .5s;
	cursor: pointer;
}

.partner-item:hover img {
	opacity: 1;
}

	

	.popular-categories-area .cat-bgg {
		position: relative;
		background-image: url("../../assets/img/comment-left-bg.png");
		background-position: top left;
		background-repeat: no-repeat;
		background-size: contain;
		height:25vw;
		width: 100%;
		top:-3vw;		
	}


	
/*

	.cat-bg {


		
		border-radius: 45%;
		background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
		-webkit-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
		width: 100%;
		height:40vw;
		margin: 10px;
		box-shadow: 0 0 30px 20px rgba(0, 0, 0, .4);	  
		

	}


	.cat-bg img{
		-webkit-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
		width: 100%;
		height:100%;
		
	}
*/



	.bg-gradient-primary-to-secondary {
		background: #002445;
		background: linear-gradient(135deg, #002445 20%, #E84D1A 80%);
			box-shadow: 0 0 40px 5px rgba(0, 0, 0, .4);
		
	}

	.bg-gradient-secondary-to-primary {
		background: #E84D1A;
		background: linear-gradient(135deg, #E84D1A 10%, #002445 70%);
		box-shadow: 0 0 40px 5px rgba(0, 0, 0, .4);
		border-radius: 49%;

	  
	}

	.text-gradient {
		background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		font-weight: 800;
		margin-bottom: 15px;
	}



	.sale-offer-area{
		background-image: -moz-linear-gradient(180deg, #002445 0%, #E84D1A 90%);
		background-image: -webkit-linear-gradient(180deg, #002445 0%, #E84D1A 90%);
		background-image: -ms-linear-gradient(180deg, #002445 0%, #E84D1A 90%);
	  	position: relative;
	}



		
	.sale-offer-area  .profile {
		position: relative;
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
		border-top-right-radius: 5vw;
		border-bottom-left-radius: 5vw;
		border-top-left-radius: 1vw;
		border-bottom-right-radius: 1vw;
		box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);	  
	}

	.sale-offer-area .profile .free {
		height:20vw;
		color: #fff;
		line-height:7vw;
		top:3vw;
		left:1vw;
		text-align: center;
		font-weight:800;
		font-size: 3vw;
		letter-spacing: 20px;
		position: absolute;
	}

	.sale-offer-area .profile .dots-1 {
	  position: absolute;
	}
	.sale-offer-area .profile .dots-1 svg {
	  fill: #fff;

	}
	.sale-offer-area .profile .dots-2 {
	  position: absolute;
	  
	}
	.sale-offer-area .profile .dots-2 svg {
	  fill: #E84D1A;
	}
	.sale-offer-area .profile .dots-3 {
	  position: absolute;

	}
	.sale-offer-area .profile .dots-3 svg {
	  fill: #fff;
	}
	.sale-offer-area .profile .dots-4 {
	  position: absolute;
	}
	.sale-offer-area .profile .dots-4 svg {
	  fill: #002445;
	}


	.sale-offer-area .free-desc-top {
		position: absolute;
		z-index: 1;	
		background-size: contain;
	    background-image: url("../../assets/img/free-bg.png");
	    background-repeat: no-repeat;
	    background-position: right;  
	}	

	.sale-offer-area .free-desc-bottom {
		position: absolute;
		z-index: 1;	
		background-size: contain;
	    background-image: url("../../assets/img/free-bg.png");
	    background-repeat: no-repeat; 
	    background-position: right;
	}	



	.sale-offer-area span {
		display: inline-block;
		color: #002445;
		text-align: center;
		font-weight: 600;
		
	}


	.sale-offer-area .free-desc-top .title1 {
		position: initial;
	}

	.sale-offer-area .free-desc-top .title2 {
		position: initial;
	}

	.sale-offer-area .free-desc-bottom .title1 {
		position: initial;
		
	}

	.sale-offer-area .free-desc-bottom .title2 {
		position: initial;
	}	

	

	







.newsletter-form {
	position: relative;
	height:68px;
}

.newsletter-form p {
	margin-bottom: 20px;
	color: #c5c6cd;
}


.newsletter-form .form-control {
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 10px;
	width:100%;
	text-transform: lowercase;
}



.newsletter-form .form-control::placeholder {
	color: #ddd;
}

.newsletter-form .submit-btn {
	background-color: #E84D1A;
	color: #fff;
	position: absolute;
	top: 11px;
	right: 4px;
	padding: 10px 25px;
	height: 42px;
	border-radius: 10px;
	font-weight:bolder;
	z-index: 9;
}


.newsletter-form .submit-btn:hover {
	background-color: #002445;
}




.input-group input:focus {
    outline: none;
}


.input-group.error input {
     border:3px solid #FF4C41;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF4C41'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF4C41' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.input-group.error input:focus{
  border-color: #FF4C41;
    box-shadow: 0 0 0 0.25rem rgba(255, 76, 65, 0.25);
}

.input-group.success input {
    border:3px solid #68CF29;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368CF29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-group.success input:focus{
    border-color: #68CF29;
    box-shadow: 0 0 0 0.25rem rgba(104, 207, 41, 0.25);
}


.input-group small {
    width: 100%;
    font-weight:bolder;
    margin-top: 0.40rem;
    padding-left:20px;
    font-size: 0.95em;
    color: #FF4C41;
}





.input-group textarea:focus {
    outline: none;
}


.input-group.error textarea {
    border:3px solid #FF4C41;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF4C41'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF4C41' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);

}

.input-group.error textarea:focus{

    border-color: #FF4C41;
    box-shadow: 0 0 0 0.25rem rgba(255, 76, 65, 0.25);
}

.input-group.success textarea {
    border:3px solid #68CF29;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2368CF29' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left 10px;
    background-size: calc(1.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.input-group.success textarea:focus{
    border-color: #68CF29;
    box-shadow: 0 0 0 0.25rem rgba(104, 207, 41, 0.25);
}






.subscribe-content span {
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.subscribe-content h3 {
	font-size: 20px;
	color: #fff;
}

.subscribe-content p {
	color: #fff;
}

.single-footer-widget {
	margin-bottom: 12vh;
}

.single-footer-widget h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.single-footer-widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.single-footer-widget .info-list {
	margin-bottom: 20px;
	float: right;
	width:100%;
	height: auto;
}


.single-footer-widget .info-list li {
	position: relative;
	padding-left: 20px;
	float:right;
	margin-top: 2vw;
	margin-left:10px;
	width:27vw;
}

.single-footer-widget .info-list li i {
	color: #E84D1A;
	position: absolute;
	top: -10px;
	left: 0;
	font-size: 3rem;
}

.single-footer-widget .info-list li span {
	margin-left: 45px;
	font-size: 1rem;
}

.single-footer-widget .info-list li a {
	font-weight: bolder;
	margin-left: 35px;
	font-size: 1.25rem;
}

.single-footer-widget .info-list li a:hover {
	color: #E84D1A;
}




.single-footer-widget .social-link {
	padding: 0;
	list-style-type: none;
}

.single-footer-widget .social-link li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .social-link li:last-child {
	margin-right: 0;
}

.single-footer-widget .social-link li span {
	margin-right: 20px;
	color: #111;
}

.single-footer-widget .import-link li {
	margin-bottom: 10px;
	margin-left: 25px;
	float:left;
}

.single-footer-widget .import-link li:last-child {
	margin-bottom: 0;
}

.single-footer-widget .app-btn {
	margin-bottom: 20px;
}

.single-footer-widget .app-btn li {
	display: inline-block;
	margin-right: 10px;
}

.single-footer-widget .app-btn li:last-child {
	margin-right: 0;
}

.single-footer-widget .app-btn li a img {
	max-width: 115px;
}

.single-footer-widget .payment {
	color: #111;
	font-size: 16px;
	margin-bottom: 15px;
	display: block;
}

.single-footer-widget .payment-option li {
	display: inline-block;
	margin-right: 10px;
}


.copy-right-area {
	border-top: 1px solid #ddd;
	padding-bottom: 15px;
	

}




.copy-right-area p {
	margin-top: 12px;
	font-weight: bolder;
	color:#E84D1A ;
	text-align: center;


}

.copy-right-area p a {
	color:#002445 ;
}

.copy-right-area p a:hover {
	color: #E84D1A;
}




.flash-deals-area .owl-carousel .owl-item img {
	width: auto;
}

.flash-deals-area .owl-theme .owl-dots {
	position: absolute;
	top: 28%;
	right: -3px;
	display: grid;
	margin-top: 0 !important;
	opacity: 0;
	transition: all ease .5s;
}

.flash-deals-area .owl-theme .owl-dots .owl-dot span {
	background-color: #002445;
	transition: all ease .5s;
}

.flash-deals-area .owl-theme .owl-dots .owl-dot.active span,
.flash-deals-area .owl-theme .owl-dots .owl-dot:hover span{background:#E84D1A;}

.flash-deals-area .owl-theme:hover .owl-dots {
	opacity: 1;
}



.categories-wrap .single-products .product-content .products-company {
	display: block;
	color: #E84D1A;
	font-size: 15px;
	font-weight: 700;
	height: 45px;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	margin-top: 3px;
	margin-bottom: 12px;
}


.categories-wrap .single-products .product-content .products-cart-wish-view .default-btn {
	padding: 7px 10px;
	font-size: 15px;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	margin-top: 10px;
}

.categories-wrap .single-products .product-content .products-cart-wish-view .default-btn:hover {
	color:#fff;
}



.categories-wrap .bg-title{
	background-image: linear-gradient(to right, rgba(0, 36, 69, 1));
	z-index: 1;
	height:480px;
	border-radius: 20px;
}


.categories-wrap {
	border: 1px solid #ddd;
	padding: 24px;
	height: 100%;
	max-height: 530px;
}

.categories-wrap .tabs {
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 12px;
	margin-bottom: 24px;
}

.categories-wrap .tabs li {
	padding: 0;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
	transition: all ease .5s;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

.categories-wrap .tabs li i {
	position: relative;
	top: 2px;
}


.categories-wrap .tabs li.current {
	color: #E84D1A;
	border-bottom: 1px solid #E84D1A;
}

.categories-wrap .tabs li:hover {
	color: #E84D1A;
	border-bottom: 1px solid #E84D1A;
}

.categories-wrap .owl-nav {
	margin-top: 0;
}

.categories-wrap .owl-nav .owl-prev, .categories-wrap .owl-nav .owl-next {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #ddd !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #9c9c9c;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
	margin: 0;
	position: absolute;
	top: 50%;
	left: -19px;
	transform: translateY(-30px);
}

.categories-wrap .owl-nav .owl-prev i, .categories-wrap .owl-nav .owl-next i {
	font-size: 27px;
	position: relative;
	top: -1px;
	color: #9c9c9c;
	transition: all ease .5s;
}

.categories-wrap .owl-nav .owl-prev:hover, .categories-wrap .owl-nav .owl-next:hover {
	background-color: rgba(0, 0, 0, 0);
	background-color: #E84D1A;
	border-color: #E84D1A !important;
}

.categories-wrap .owl-nav .owl-prev:hover i, .categories-wrap .owl-nav .owl-next:hover i {
	color: #fff;
}

.categories-wrap .owl-nav .owl-next {
	left: auto;
	right: -19px;
	transform: translateY(-30px);
}

.categories-wrap .owl-nav .owl-next i {
	right: -1px;
}

.tab .tabs_item {
	display: none;
}

.tab .tabs_item:first-child {
	display: block;
}

.popular-categories-area .section-title {
	text-align: center;
}

.single-popular-categories {
	background-color: #e6f7f6;
	text-align: center;
	transition: all ease .5s;
	margin-bottom: 30px;
}

.single-popular-categories a {
	display: block;
	padding: 20px;
}

.single-popular-categories span {
	display: block;
	color: #111;
	margin-top: 10px;
	transition: all ease .5s;
}

.single-popular-categories:hover {
	background-color: #E84D1A;
}

.single-popular-categories:hover span {
	color: #fff;
}

.page-title-area {
	background-color: #f8f8f9;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	z-index: 1;
	height: auto;
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 16px;
	padding-right: 15px;
	margin-left: 15px;
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	right: -3px;
	background-color: #9c9c9c;
	width: 1px;
	height: 15px;
	transform: rotate(15deg);
}

.page-title-area .page-title-content ul li.active {
	color: #E84D1A;
}

.page-title-area .page-title-content ul li:first-child {
	margin-left: 0;
}

.page-title-area .page-title-content ul li:last-child {
	padding-right: 0;
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none;
}



.cart-area .cart-controller {
	background-color: #fff;
	border: 1px solid #ebebeb;
	border-bottom: none;
	margin-bottom: 35px;
}

.cart-area .cart-controller .products-company{
	display: block;
	color: #E84D1A;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	float: left;
}


.cart-area .cart-controller .title{
	display: block;
	color: #E84D1A;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	float: left;
}

.cart-area .trash {
	text-align: center !important;
}

.cart-area .trash .remove {
	color: #ed1d24;
	font-size: 20px;
}

.cart-area .trash .remove:hover {
	color: #ed1d24;
}

.cart-area .default-btn {
	display: block;
	color: #fff !important;
}

.cart-area .product-thumbnail {
	width: 130px;
}

.cart-area .product-thumbnail img {
	border: 1px solid #ddd;
}

.cart-area .cart-table table {
	margin-bottom: 0;
}

.cart-area .cart-table table thead tr {
	border-style: none;
}

.cart-area .cart-table table thead tr th {
	border: none;
	color: #002445;
	font-size: 16px;
	font-weight: bolder;
	padding: 20px 40px;
}

.cart-area .cart-table table tbody tr { 
	background-color: #F9F9F9;
}

.cart-area .cart-table table tbody tr:hover { 
	background-color: #FDF0EC;
}

.cart-area .cart-table table tbody tr td {

	vertical-align: middle;
	border: none;
	border-bottom: 1px solid #e4e4e4;
	padding: 5px 25px;
}

.cart-area .cart-table table tbody tr td .unit-amount {
	color: #9c9c9c;
}

.cart-area .cart-table table tbody tr td .subtotal-amount {
	color: #9c9c9c;
}

.cart-area .cart-table table tbody tr td {
	color: #E84D1A;
	font-weight: bolder;
}

.cart-area .cart-table table tbody tr:hover td {
	color: #002445;
	border-bottom: 1px solid #b5b5b5;
}

.cart-area .cart-table table tbody tr td.product-quantity {
	width: 145px;
	padding: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
	position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
	height: 45px;
	color: #111;
	outline: 0;
	display: block;
	border: none;
	background-color: #f8f8f8;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
	color: #111;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #fff;
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: all ease .5s;
	border: 1px solid #dedede;
	text-align: center;
	border-right: none;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
	width: 23px;
	height: 23px;
	line-height: 23px;
	background-color: #ddd;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover i {
	color: #fff;
	background-color: #E84D1A;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #fff;
	width: 40px;
	height: 100%;
	line-height: 48px;
	transition: all ease .5s;
	border: 1px solid #dedede;
	text-align: center;
	border-left: none;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
	width: 23px;
	height: 23px;
	line-height: 23px;
	background-color: #ddd;
	display: inline-block;
	border-radius: 50px;
	transition: all ease .5s;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover i {
	color: #fff;
	background-color: #E84D1A;
}

.cart-area .coupon-cart {
	padding-top: 5px;
	margin-bottom: 0;
}

.cart-area .coupon-cart .form-group {
	position: relative;
}

.cart-area .coupon-cart .form-group .form-control {
	border: 1px solid #dedede;
}

.cart-area .coupon-cart .form-group .form-control:focus {
	border-color: #E84D1A;
}

.cart-area .coupon-cart .form-group .default-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 40px;
	height: 55px;
	line-height: 24px;
}

.cart-area .coupon-cart .form-group .default-btn::before {
	display: none;
}

.cart-area .coupon-cart .form-group .default-btn::after {
	display: none;
}

.cart-area .coupon-cart .default-btn.update-cart {
	float: right;
	height: 55px;
	line-height: 29px;
}

.cart-area .cart-totals {
	padding: 30px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	max-width: 400px;
	margin: auto;
}

.cart-area .cart-totals h3 {
	position: relative;
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 500;
}

.cart-area .cart-totals ul {
	padding: 0;
	margin: 0 0 25px;
	list-style-type: none;
}

.cart-area .cart-totals ul li {
	color: #9c9c9c;
	position: relative;
	margin-bottom: 15px;
}

.cart-area .cart-totals ul li b {
	font-weight: 400;
	color: #111;
}

.cart-area .cart-totals ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.cart-area .cart-totals ul li span {
	float: right;
	color: #9c9c9c;
	font-weight: normal;
}

.cart-area .cart-totals .default-btn {
	display: block;
	padding: 15px 30px;
}

.cart-area.recent-order h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.checkout-area .billing-details {
	padding: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	background-color: #fff;
}

.checkout-area .billing-details h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.checkout-area .billing-details .form-group {
	margin-bottom: 20px;
}

.checkout-area .billing-details .form-group .form-control {
	background-color: #fff;
	border-color: #ebebeb;
}

.checkout-area .billing-details .form-group label {
	display: block;
	margin-bottom: 10px;
	color: #111;
}

.checkout-area .billing-details .form-group label .required {
	color: #9c9c9c;
}

.checkout-area .billing-details .form-group textarea {
	padding-top: 13px;
}

.checkout-area .billing-details .form-check {
	margin-bottom: 20px;
}

.checkout-area .billing-details .form-check .form-check-label {
	color: #111;
	font-size: 14px;
}

.checkout-area .billing-details .form-check label {
	position: relative;
	top: 1px;
}

.checkout-area .billing-details .col-lg-12:last-child .form-group {
	margin-bottom: 0;
}

.checkout-area .cart-totals {
	margin-bottom: 30px;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	padding: 30px;
	background-color: #fff;
}

.checkout-area .cart-totals h3 {
	margin-bottom: 25px;
	position: relative;
	position: relative;
	font-size: 20px;
}

.checkout-area .cart-totals ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.checkout-area .cart-totals ul li {
	color: #9c9c9c;
	position: relative;
	margin-bottom: 15px;
}

.checkout-area .cart-totals ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.checkout-area .cart-totals ul li b {
	font-weight: normal;
	color: #111;
}

.checkout-area .cart-totals ul li span {
	float: right;
	color: #9c9c9c;
	font-weight: normal;
}

.checkout-area .faq-accordion {
	margin-top: 30px;
	margin-bottom: 0;
}

.checkout-area .faq-accordion h3 {
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
}

.checkout-area .faq-accordion .accordion .accordion-content {
	border-top: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
}

.checkout-area .faq-accordion .accordion .accordion-content .form-group {
	margin-bottom: 30px;
}

.checkout-area .faq-accordion .accordion .accordion-title {
	padding: 0;
	position: relative;
	padding-left: 25px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	margin-bottom: 10px;
	color: #111;
	font-size: 15px;
	font-weight: 500;
}

.checkout-area .faq-accordion .accordion .accordion-title.active::after {
	background-color: #E84D1A;
}

.checkout-area .faq-accordion .accordion .accordion-title.active::before {
	border-color: #E84D1A;
}

.checkout-area .faq-accordion .accordion .accordion-title::before {
	content: "";
	position: absolute;
	top: -2px;
	left: -4px;
	width: 17px;
	height: 17px;
	border: 1px solid #111;
	border-radius: 50%;
	margin: 3px;
}

.checkout-area .faq-accordion .accordion .accordion-title::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 2px;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border-radius: 50%;
}

.checkout-area .faq-accordion .accordion .accordion-title:hover {
	color: #E84D1A;
}

.checkout-area .faq-accordion .accordion .accordion-item {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	margin-bottom: 15px;
	padding: 0;
	border: none;
}

.checkout-area .faq-accordion .form-check {
	font-size: 14px;
}

.checkout-area .faq-accordion .form-check label {
	margin-bottom: 5px;
}

.checkout-area .faq-accordion .form-check label a {
	color: #E84D1A;
}

.checkout-area .faq-accordion .form-check label a:hover {
	color: #E84D1A;
}

.checkout-area .faq-accordion .default-btn {
	width: 100%;
}

.checkout-area .log-in-coupon-code {
	background-color: #fff4f3;
	padding: 20px 30px;
	margin-bottom: 30px;
}

.checkout-area .log-in-coupon-code p {
	color: #111;
}

.checkout-area .log-in-coupon-code p a {
	color: #E84D1A;
}

.order-content {
	max-width: 500px;
	margin: auto;
	text-align: center;
}

.order-content img {
	margin-bottom: 20px;
}

.order-content h3 {
	font-size: 20px;
	margin-bottom: 17px;
}

.order-content span {
	display: block;
	margin-bottom: 10px;
}

.order-content p {
	margin-bottom: 30px;
}

.item-order {
	max-width: 960px;
	margin: auto;
	margin-bottom: 0;
}

.item-order h3 {
	font-size: 20px;
}

.item-order .order-item-content {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ddd;
}

.item-order .order-item-content li {
	border-bottom: 1px solid #ddd;
	padding: 15px 30px;
}

.item-order .order-item-content li:last-child {
	border-bottom: none;
}

.item-order .order-item-content li span {
	float: right;
}

.order-item-address {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #ddd;
	margin-bottom: 24px;
}

.order-item-address li {
	border-bottom: 1px solid #ddd;
	padding: 15px 30px;
	position: relative;
	padding-left: 100px;
}

.order-item-address li.addresss {
	padding-left: 30px;
}

.order-item-address li.addresss span {
	position: unset;
}

.order-item-address li h3 {
	font-size: 20px;
}

.order-item-address li:last-child {
	border-bottom: none;
}

.order-item-address li span {
	position: absolute;
	top: 14px;
	left: 30px;
}

.order-tracking {
	max-width: 600px;
	margin: auto;
	text-align: center;
}

.order-tracking h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.order-tracking form .form-group {
	margin-bottom: 24px;
}

.order-tracking form .form-group label {
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

.order-tracking form .default-btn {
	width: 100%;
}

.order-tracking form p {
	margin-top: 20px;
}

.order-tracking form p a {
	color: #E84D1A;
}

.about-area .owl-carousel .owl-item img {
	width: auto;
}

.about-content {
	position: relative;
	padding-left: 200px;
}

.about-content h3 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
}

.single-team {
	text-align: center;
	margin-bottom: 30px;
	transition: all ease .5s;
}

.single-team img {
	margin-bottom: 15px;
}

.single-team h3 {
	font-size: 20px;
}

.single-team:hover {
	transform: translateY(-3px);
}

.user-area {
	position: relative;
	z-index: 1;
}

.user-area .user-form-content h3 {
	font-size: 20px;
	margin-bottom: 30px;
}

.user-area .user-form-content .user-form {
	margin: auto;
}

.user-area .user-form-content .user-form .form-group {
	margin-bottom: 10px;
}

.user-area .user-form-content .user-form .form-group label {
	font-size: 16px;
	margin-bottom: 12px;
}

.user-area .user-form-content .user-form .form-group .form-control {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.user-area .user-form-content .user-form .login-action {
	margin-bottom: 30px;
}

.user-area .user-form-content .user-form .login-action .log-rem {
	display: inline-block;
}

.user-area .user-form-content .user-form .login-action .log-rem label {
	margin-bottom: 0;
	font-size: 16px;
}

.user-area .user-form-content .user-form .login-action .forgot-login {
	display: inline-block;
	float: right;
}

.user-area .user-form-content .user-form .default-btn {
	width: 100%;
}

.user-area .user-form-content .create {
	text-align: center;
	font-size: 16px;
}

.user-area .user-form-content .create a {
	color: #E84D1A;
}

.user-area .user-form-content.log-in-width {
	max-width: 930px;
	margin: auto;
}

.user-area .user-form-content.register-width {
	max-width: 930px;
	margin: auto;
}

.user-area #remember-2 {
	position: relative;
	top: 1px;
}

.user-area .log-in-page {
	max-width: 860px;
	margin: auto;
}

.user-area .log-in-page {
	max-width: 860px;
	margin: auto;
}

.user-area .register {
	max-width: 860px;
	margin: auto;
}

.testimonials-area .single-customer .avatar .avatar-name h3 {
	font-size: 18px;
}

.dashboard-navigation {
	border: 1px solid #ddd;
	padding: 0;
	margin: 0;
	list-style-type: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.dashboard-navigation li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.dashboard-navigation li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.dashboard-navigation li h3 {
	font-size: 20px;
}

.dashboard-navigation li a {
	color: #9c9c9c;
	display: block;
}

.dashboard-navigation li a:hover {
	color: #E84D1A;
}

.dashboard-navigation li a.active {
	color: #E84D1A;
}

.profile-bar {
	background-color: #e6f7f6;
	padding: 40px 30px;
	margin-bottom: 30px;
}

.profile-bar .profile-info {
	position: relative;
	padding-left: 125px;
}

.profile-bar .profile-info img {
	position: absolute;
	top: -12px;
	left: 0;
	border-radius: 50px;
}

.profile-bar .profile-info h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

.profile-bar .profile-info h3 a {
	color: #111;
}

.profile-bar .profile-info span {
	display: block;
	margin-bottom: 5px;
}

.profile-bar .profile-info a {
	display: block;
	margin-bottom: 5px;
}

.profile-bar .edit-profiles {
	text-align: right;
}

.billing-address-bar {
	background-color: #fff4f3;
	padding: 30px;
	margin-bottom: 30px;
	height: 100%;
	max-height: auto;
}

.billing-address-bar h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

.billing-address-bar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 20px;
}

.billing-address-bar ul li {
	margin-bottom: 10px;
}

.billing-address-bar ul li span {
	color: #111;
	margin-right: 10px;
}

.billing-address-bar ul li:last-child {
	margin-bottom: 0;
}

.billing-address-bar .edit-address {
	text-align: right;
}


.billing-address-bar .edit-address .default-btn {
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #E84D1A;
	color: #111;
	font-size: 18px;
	padding:15px;
}



.billing-address-bar .edit-address .default-btn::before, .billing-address-bar .edit-address .default-btn::after {
	background-color: #E84D1A;
}

.billing-address-bar .edit-address .default-btn:hover {
	color: #fff;
}

.edit-profile h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.submit-property-form .form-group {
	margin-bottom: 20px;
}

.submit-property-form .form-group label {
	margin-bottom: 10px;
	color: #111;
}

.submit-property-form .form-group .form-select {
	color: #9c9c9c;
}

.submit-property-form .file-upload {
	position: relative;
	border: 1px solid #ddd;
}

.submit-property-form .file-upload .inputfile {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.submit-property-form .file-upload label {
	display: block;
}

.submit-property-form .file-upload .inputfile+label {
	color: #111;
	background-color: #fff;
	margin-bottom: 0;
	transition: all ease .5s;
	padding: 14px 20px;
	position: relative;
	height: 140px;
	text-align: center;
	font-size: 16px;
}

.submit-property-form .file-upload i {
	position: relative;
	top: 2px;
	margin-right: 5px;
	display: block;
	font-size: 50px;
}

.submit-property-form .file-upload .inputfile:focus+label, .submit-property-form .file-upload .inputfile+label:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #E84D1A;
}

.submit-property-form .file-upload .inputfile+label {
	cursor: pointer;
	display: block;
}

.order-details-area .cart-totals {
	padding: 30px;
	background-color: #e6f7f6;
	position: relative;
}

.order-details-area .cart-totals h3 {
	position: relative;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.order-details-area .cart-totals .default-btn {
	border: 1px solid #E84D1A;
	background-color: #fff;
	color: #111;
	padding: 12px 20px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.order-details-area .cart-totals .default-btn:hover {
	color: #fff;
	border-color: #111;
}

.order-details-area .cart-totals ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.order-details-area .cart-totals ul li {
	color: #9c9c9c;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.order-details-area .cart-totals ul li b {
	font-weight: 400;
	color: #111;
}

.order-details-area .cart-totals ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.order-details-area .cart-totals ul li span {
	float: right;
	color: #9c9c9c;
	font-weight: normal;
}

.order-details-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.address-details-area {
	margin-top: 50px;
}

.address-details-area .cart-totals {
	padding: 30px;
	background-color: #fff4f3;
}

.address-details-area .cart-totals h3 {
	position: relative;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.address-details-area .cart-totals ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.address-details-area .cart-totals ul li {
	color: #9c9c9c;
	position: relative;
	margin-bottom: 20px;
	padding-left: 75px;
}

.address-details-area .cart-totals ul li:last-child {
	margin-bottom: 0;
}

.address-details-area .cart-totals ul li span {
	color: #111;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}

.address-list h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.address-list .added-address {
	background-color: #e6f7f6;
	text-align: center;
	margin-bottom: 30px;
}

.address-list .added-address a {
	display: block;
	padding: 30px;
}

.address-list .added-address a i {
	font-size: 30px;
	line-height: 1;
	line-height: 40px;
	border: 1px solid #E84D1A;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-bottom: 10px;
	display: inline-block;
}

.address-list .added-address a span {
	display: block;
	color: #9c9c9c;
}

.address-list .edit-address .default-btn {
	width: 100%;
	margin-bottom: 10px;
}

.sidebar-widget {
	margin-bottom: 30px;
}

.sidebar-widget h3 {
	font-size: 24px;
	margin-bottom: 12px;
}

.sidebar-widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sidebar-widget.search .search-form {
	background-color: #fff;
	position: relative;
}

.sidebar-widget.search .search-form .search-button {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #fff;
	transition: all ease .5s;
	background-color: #E84D1A;
}

.sidebar-widget.search .search-form .search-button:hover {
	background-color: #111;
}

.sidebar-widget.categories ul {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 28px;
}

.sidebar-widget.categories ul li {
	position: relative;
	margin-bottom: 2px;
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 2px;
}


.sidebar-widget.categories ul li a {
	display: block;
	color: #111;
}

.sidebar-widget.categories ul li a i {
	font-size: 20px;
	position: relative;
	top: 1px;
	left: -6px;
	transition: all ease .5s;
}

.sidebar-widget.categories ul li a:hover {
	color: #E84D1A;
}

.sidebar-widget.categories ul li a:hover i {
	color: #E84D1A;
}

.sidebar-widget.categories ul li span {
	position: relative;
	top: 1px;
}

.sidebar-widget.categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-widget.recent-post ul {
	border: 1px solid #ddd;
	padding-bottom: 34px;
	padding-top: 28px;
}



.sidebar-widget.recent-post ul li.pl-0 {
	padding-left: 30px !important;
}



.sidebar-widget.recent-post ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
                              
.sidebar-widget.recent-post ul li {
	font-size: 15px;
	color: #111;
	margin-bottom: 10px;
	font-weight: 500;
	display: inline-block;
}

.sidebar-widget.recent-post ul li:hover {
	color: #E84D1A;
}

.sidebar-widget.recent-post ul li a img {
	position: absolute;
	top: 0;
	left: 30px;
	width: 80px;
	height: 80px;
}

.sidebar-widget.recent-post ul li span {
	display: block;
	font-size: 14px;
}

.sidebar-widget.tags ul {
	border: 1px solid #ddd;
	padding: 30px;
	padding-bottom: 20px;
}

.sidebar-widget.tags ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.sidebar-widget.tags ul li span {
	border: 1px solid #eee;
	padding: 8px 7px;
	display: inline-block;
	background-color: #fff;
	font-size: 14px;
}

.sidebar-widget.tags ul li span:hover {
	background-color: #E84D1A;
	color: #fff;
	border-color: #E84D1A;
}

.sidebar-widget.tags ul li:last-child {
	margin-bottom: 0;
}

.sidebar-widget.about-us {
	border: 1px solid #ddd;
	padding: 30px;
}

.sidebar-widget.about-us .about-us-img {
	margin-bottom: 12px;
}

.sidebar-widget.about-us .about-us-img img {
	border-radius: 50px;
}

.sidebar-widget.filter {
	border: 1px solid #ddd;
	padding: 30px;
}

.sidebar-widget.filter h3 {
	margin-top: -4px;
}

.sidebar-widget.filter .price-range-filter-item input {
	width: 100%;
	border: 0;
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	color: #111;
}

.sidebar-widget.filter .price-range-bar {
	border: none;
	background: #111;
	height: 3px;
	width: 94%;
	margin-left: 0;
	margin-bottom: 15px;
	margin-top: 25px;
	position: relative;
}

.sidebar-widget.filter .price-range-bar .ui-slider-range {
	background: #111;
}

.sidebar-widget.filter .price-range-bar .ui-slider-handle {
	border: none;
	border: 2px solid #111;
	border-radius: 0;
	background: #fff;
	background: #111;
	height: 10px;
	width: 10px;
	top: -4px;
	cursor: pointer;
	position: absolute;
}

.sidebar-widget.filter .price-range-bar .ui-slider-handle:focus {
	outline: 0;
}

.sidebar-widget.filter .price-range-bar .ui-slider-handle+span {
	background: #111;
}

.sidebar-widget.brand {
	overflow: hidden;
}

.sidebar-widget.brand .checkboxs .chb2 {
	top: 4px;
	width: 100%;
	left: -163px;
}

.sidebar-widget.brand ul {
	border: 1px solid #ddd;
	padding-bottom: 10px;
	padding-top: 28px;
}

.sidebar-widget.brand ul li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #111;
	transition: all ease .5s;
}

.sidebar-widget.brand ul li:hover {
	color: #E84D1A;
}

.sidebar-widget.brand ul li span {
	float: right;
}

.sidebar-widget.brand ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.trendingss h3 {
	font-size: 20px;
	margin-bottom: 12px;
	margin-bottom: 20px;
	padding-top: 5px;
}

.trendingss .trending-product-list {
	padding: 30px;
}

.trendingss .trending-product-list .single-list img {
	max-width: 105px;
}

.product-color .product-color-switch {
	margin-top: 0;
	margin-bottom: 30px;
}

.product-color .product-color-switch ul {
	list-style-type: none;
	margin: 0;
	padding: 30px;
	border: 1px solid #ddd;
}

.product-color .product-color-switch ul li {
	display: inline-block;
	margin-left: 4px;
	margin-top: 4px;
}

.product-color .product-color-switch ul li.title {
	display: block;
	margin: 0;
}

.product-color .product-color-switch ul li.title h3 {
	font-size: 20px;
	margin-top: -5px;
}

.product-color .product-color-switch ul li span {
	position: relative;
	top: 4px;
	font-size: 14px;
	color: #111;
	font-weight: 500;
}

.product-color .product-color-switch ul li button {
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	width: 30px;
	height: 30px;
}

.product-color .product-color-switch ul li button::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #eee;
	margin: 2px;
	transition: .5s;
}

.product-color .product-color-switch ul li button.color-d9d9d9::before {
	background: #d9d9d9;
}

.product-color .product-color-switch ul li button.color-f759ab::before {
	background: #f759ab;
}

.product-color .product-color-switch ul li button.color-9254de::before {
	background: #9254de;
}

.product-color .product-color-switch ul li button.color-597ef7::before {
	background: #597ef7;
}

.product-color .product-color-switch ul li button.color-40a9ff::before {
	background: #40a9ff;
}

.product-color .product-color-switch ul li button.color-36cfc9::before {
	background: #36cfc9;
}

.product-color .product-color-switch ul li button.color-73d13d::before {
	background: #73d13d;
}

.product-color .product-color-switch ul li button.color-bae637::before {
	background: #bae637;
}

.product-color .product-color-switch ul li button.color-ffec3d::before {
	background: #ffec3d;
}

.product-color .product-color-switch ul li button.color-ffc53d::before {
	background: #ffc53d;
}

.product-color .product-color-switch ul li button.color-9ae6b4::before {
	background: #9ae6b4;
}

.product-color .product-color-switch ul li button.color-ff7a45::before {
	background: #ff7a45;
}

.product-color .product-color-switch ul li button.color-ff4d4f::before {
	background: #ff4d4f;
}

.product-color .product-color-switch ul li button.color-63b3ed::before {
	background: #63b3ed;
}

.product-color .product-color-switch ul li button.color-d69e2e::before {
	background: #d69e2e;
}

.product-color .product-color-switch ul li button.color-c05621::before {
	background: #c05621;
}

.product-color .product-color-switch ul li button.color-38b2ac::before {
	background: #38b2ac;
}

.product-color .product-color-switch ul li button.color-b794f4::before {
	background: #b794f4;
}

.product-color .product-color-switch ul li button.color-fbb6ce::before {
	background: #fbb6ce;
}

.product-color .product-color-switch ul li button.color-000000::before {
	background: #000;
}

.product-color .product-color-switch ul li button.color-2d3748::before {
	background: #2d3748;
}

.product-color .product-color-switch ul li button:hover {
	border-color: #111;
}

.product-color .product-color-switch ul li button:focus {
	border-color: #111;
}

.product-color .product-color-switch ul li.active button {
	border-color: #111;
}

.blog-details-content .blog-details-img {
	margin-bottom: 30px;
}

.blog-details-content .blog-top-content .blog-content .admin {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 8px;
}

.blog-details-content .blog-top-content .blog-content .admin li {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	transition: all ease .5s;
}

.blog-details-content .blog-top-content .blog-content .admin li i {
	color: #E84D1A;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child {
	margin-right: 0;
	padding-right: 0;
}

.blog-details-content .blog-top-content .blog-content .admin li:last-child::before {
	display: none;
}

.blog-details-content .blog-top-content .blog-content h3 {
	font-size: 25px;
	margin-bottom: 20px;
}

.blog-details-content .blog-top-content blockquote {
	padding: 30px;
	padding-left: 80px;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

.blog-details-content .blog-top-content blockquote p {
	font-size: 16px;
	color: #111;
	font-weight: 500;
	margin-bottom: 0;
}

.blog-details-content .blog-top-content blockquote i {
	font-size: 60px;
	color: #E84D1A;
	position: absolute;
	top: 40px;
	left: 0;
	line-height: 1;
}

.blog-details-content .blog-top-content .blog-content-2 {
	margin-bottom: 25px;
}

.blog-details-content .blog-top-content .blog-content-3 {
	margin-bottom: 30px;
}

.blog-details-content .blog-top-content .blog-content-3 h3 {
	margin-bottom: 15px;
	font-size: 24px;
}

.blog-details-content .tags {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-details-content .tags .tag-link {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
	display: inline-block;
}

.blog-details-content .tags .tag-link li {
	display: inline-block;
	margin-right: 15px;
}

.blog-details-content .tags .tag-link li span {
	color: #111;
}

.blog-details-content .tags .tag-link li a {
	font-size: 14px;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.blog-details-content .tags .tag-link li a:hover {
	color: #E84D1A;
	border: 1px solid #E84D1A;
}

.blog-details-content .share-link {
	display: inline-block;
	float: right;
	position: relative;
	padding-bottom: 20px;
}

.blog-details-content .share-link span {
	font-size: 14px;
	cursor: pointer;
	position: relative;
	top: -2px;
	color: #111;
}

.blog-details-content .share-link .social-icon {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-content .share-link .social-icon li {
	display: inline-block;
}

.blog-details-content .share-link .social-icon li a {
	padding: 0 5px;
}

.blog-details-content .share-link .social-icon li a i {
	font-size: 18px;
}

.blog-details-content .comment {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 40px;
	border: 1px solid #ddd;
}

.blog-details-content .comment li {
	padding: 30px;
	display: inline-block;
	position: relative;
	padding-left: 120px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

.blog-details-content .comment li:last-child {
	border-bottom: none;
}

.blog-details-content .comment li img {
	position: absolute;
	top: 30px;
	left: 30px;
}

.blog-details-content .comment li h3 {
	font-size: 16px;
	margin-top: -5px;
	margin-bottom: 2px;
}

.blog-details-content .comment li span {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.blog-details-content .comment li p {
	margin-bottom: 0;
}

.blog-details-content .comment li .read-more {
	position: absolute;
	top: 30px;
	right: 30px;
}

.blog-details-content .comment li.margin-left {
	margin-left: 30px;
}

.blog-details-content .leave-reply {
	padding: 30px;
	border: 1px solid #ddd;
}

.blog-details-content .leave-reply h3 {
	margin-bottom: 20px;
	font-size: 24px;
	position: relative;
}

.blog-details-content .leave-reply form p {
	margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group {
	margin-bottom: 30px;
}

.blog-details-content .leave-reply form .form-group label {
	margin-bottom: 10px;
	color: #111;
}

.blog-details-content .leave-reply form .form-group .form-control {
	background-color: #fff;
	border: 1px solid #ebebeb;
}

.blog-details-content .leave-reply form .form-group .form-control::placeholder {
	color: #ccc;
}



.contact-info {
	width:calc(100%);
}

.contact-info ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


.contact-info span {
	position: relative;
	background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	font-weight: 800;
	bottom: 20px;
	width: 100%;
	border-bottom: 2px solid #002445;
}


.contact-info ul li {
	position: relative;
	margin-bottom: 1vw;
	padding-bottom: 4vw;
}


.contact-info ul li i {
	position: absolute;
	left: 40%;
	color: #E84D1A;
	font-size: 4vw;
}

.contact-info ul li h3 {
	background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.40vw;
	font-weight: 800;
	letter-spacing: 1.5px;
	padding-top:8vw;
	text-align: center;
}

.contact-info ul li h3 strong{
	background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.map iframe {
	width: 100%;
	display: block;
	height: 348px;
}

.contact-form span {
	position: relative;
	background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:25px;
	font-weight: 800;
	bottom: 20px;
}


.contact-form .form-group label {
	margin-bottom: 2px;
	margin-left: 20px;
	background: -webkit-linear-gradient(315deg, #002445 20%, #E84D1A 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
}

.contact-form .input-group .form-control {
	background-color: #fff;
	border-radius: 10px;
	padding-right: 20px;
}

.list-unstyled {
	color: #dc3545;
	margin-top: 10px;
	font-size: 14px;
}

.hidden {
	display: none;
}

#msgSubmit {
	margin-top: 30px;
	font-size: 20px;
}

.checkboxs {
	position: relative;
	padding-left: 20px;
}

.checkboxs .chb2 {
	position: absolute;
	left: 0;
	top: 6px;
}

.product-details-area .tab .tabs_item {
	display: none;
}

.product-details-area .tab .tabs_item:first-child {
	display: block;
}

.product-details-area .products-details-tab {
	margin-top: 54px;
}

.product-details-area .products-details-tab .tabs {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}

.product-details-area .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	font-size:17px;
	position: relative;
	color: #111;
	font-weight: 700;
	cursor: pointer;
	transition: all ease .5s;
	color: #E84D1A;
	width:50%;
	height:40px;
	float: left;
	padding-top: 10px;
}

.product-details-area .products-details-tab .tabs li:hover {
	color: #002445;
}

.product-details-area .products-details-tab .tabs li.current {
	color: #fff;
	background-color: #E84D1A;
}

.product-details-area .products-details-tab .tabs li:last-child {
	margin-right: 0;
}

.product-details-area .products-details-tab .tab_content {
	border: 1px solid #ddd;
	padding: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
	border: 1px solid #ddd;
	border-bottom: none;
	padding: 10px 15px;
	color: #9c9c9c;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
	border-bottom: 1px solid #ddd;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	color: #111;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative;
	margin-bottom: 10%;
	margin-top: 25px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
	float: left;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #E84D1A;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #E84D1A;
	font-size: 22px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
	border: none !important;
	border: 4px;
	box-shadow: none !important;
	background-color: #111;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 5px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 3%;
	position: relative;
	padding-right: 30px;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #E84D1A;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 16px;
	color: #E84D1A;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 400;
	font-size: 14px;
	color: #111;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #E84D1A;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 30px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
	margin-bottom: 8px;
	font-size: 14px;
	color: #111;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .specification {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .specification li {
	margin-bottom: 10px;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content .specification li:last-child {
	margin-bottom: 0;
}

.product-details-area .product-view-one .modal-content {
	overflow: initial;
}





.product-details-area-comment .tab .tabs_item {
	display: none;
}

.product-details-area-comment .tab .tabs_item:first-child {
	display: block;
}



.product-details-area-comment .products-details-tab .tabs {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
	overflow-y: auto;

}

.product-details-area-comment .products-details-tab .tabs li {
	display: inline-block;
	line-height: initial;
	font-size:18px;
	position: relative;
	color: #111;
	font-weight: 700;
	cursor: pointer;
	transition: all ease .5s;
	color: #E84D1A;
	width:50%;
	height:50px;
	float: left;
	padding-top: 14px;
}

.product-details-area-comment .products-details-tab .tabs li:hover {
	color: #002445;
}

.product-details-area-comment .products-details-tab .tabs li.current {
	color: #fff;
	background-color: #E84D1A;
}

.product-details-area-comment .products-details-tab .tabs li:last-child {
	margin-right: 0;
}

.product-details-area-comment .products-details-tab .tab_content {
	border: 1px solid #ddd;
	padding: 30px;
}


.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form  {
	 height: 600px;
	 overflow-y: scroll;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
	position: relative;
	margin-bottom: 10%;
	margin-top: 25px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
	display: inline-block;
	float: left;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
	color: #E84D1A;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
	color: #E84D1A;
	font-size: 22px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 5px;
	line-height: initial;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 10px 11px;
	font-size: 11px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
	border: none !important;
	border: 4px;
	box-shadow: none !important;
	background-color: #111;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
	margin-top: 5px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
	margin-top: 3%;
	position: relative;
	padding-right: 10px;
	border-top: 1px dashed #ddd;
	padding-top: 5px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
	color: #E84D1A;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
	font-size: 16px;
	color: #E84D1A;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
	margin-bottom: 10px;
	font-size: 13px;
	display: block;
}


.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
	font-weight: 400;
	font-size: 14px;
	color: #111;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
	margin-bottom: 0;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
	position: absolute;
	right: 0;
	color: #57647c;
	top: 40px;
	text-decoration: underline;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
	color: #E84D1A;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
	margin-top: 30px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
	margin-bottom: 30px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
	margin-bottom: 8px;
	font-size: 14px;
	color: #111;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
	padding-top: 15px;
}

.product-details-area-comment .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
	font-size: 14px;
}


.product-details-area-comment .product-view-one .modal-content {
	overflow: initial;
}



.showing-result {
	margin-bottom: 10px;
	margin-top: 10px;
}

.showing-result .showing-result-count {
	display: inline-block;
	margin-left: 20px;
}

.showing-result .showing-top-bar-ordering select {
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	padding: 5px;
	color: #9c9c9c;
}

.showing-result .showing-top-bar-ordering select:focus {
	border-color: #9c9c9c;
	outline: 0;
	box-shadow: none;
}

.products-filter-options {
	display: inline-block;
}

.products-filter-options .view-list-row .view-column .icon-view-three {
	margin-left: 15px;
	position: relative;
}

.products-filter-options .view-list-row .view-column .icon-view-three span {
	width: 7px;
	height: 14px;
	display: block;
	float: left;
	border: 1px solid #d0d0d0;
	-webkit-transition: border .2s;
	transition: border .2s;
}

.products-filter-options .view-list-row .view-column .icon-view-three span:not(:first-child) {
	margin-left: 1px;
}

.products-filter-options .view-list-row .view-column .icon-view-three:hover span {
	border-color: #111;
}

.products-filter-options .view-list-row .view-column .icon-view-three.active span {
	border-color: #111;
}

.products-filter-options .view-list-row .view-column .view-grid-switch {
	margin-left: 1px;
	display: inline-block;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span {
	width: 24px;
	height: 6px;
	display: block;
	position: relative;
	background-color: #9c9c9c;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	background-color: #fff;
	display: block;
	width: 2px;
	height: 6px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch span:not(:first-child) {
	margin-top: 2px;
}

.products-filter-options .view-list-row .view-column .view-grid-switch:hover span {
	background-color: #111;
}

.products-filter-options .view-list-row .view-column .view-grid-switch.active span {
	background-color: #111;
}

.products-collections-listing.products-row-view .single-products {
	display: flex;
	flex-wrap: wrap;
	align-items: center !important;
		background-color: #fff;
}

.products-collections-listing.products-row-view .single-products .product-img {
	flex: 0 0 50%;
	max-width: 50%;
	z-index: 1;
}

.products-collections-listing.products-row-view .single-products .product-content {
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 0;
	background-color: #fff;
	z-index: 2;
	padding: 15px 5px;
	border: none;
}

.products-collections-listing.products-row-view .single-products .product-content .products-price li {
	font-size: 20px;
}

.products-collections-listing.products-row-view .single-products .product-content .products-cart-wish-view {
	margin-right: 2px;
}


.products-collections-listing.products-row-view .single-products .product-content .products-cart-wish-view .default-btn {
	padding: 7px 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	background-color: rgba(0, 0, 0, 0);
	color: #9c9c9c;
	margin-top: 7px;
}

.products-collections-listing.products-row-view .single-products .product-content .products-cart-wish-view .default-btn:hover {
	border-color: #E84D1A;
	background-color: #E84D1A;
	color: #fff;
}

.products-collections-listing.products-row-view .single-products .product-content .products-cart-wish-view .wish-btn {
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 22px;
}

.products-collections-listing.products-row-view .single-products .product-content .products-cart-wish-view .eye-btn {
	width: 40px;
	height: 40px;
	line-height: 30px;
	font-size: 22px;
}



.products-collections-listing.products-row-view .col-lg-3, .products-collections-listing.products-row-view .col-lg-4 {
	flex: 0 0 50%;
	max-width: 50%;
}


.faq-accordion {
	position: relative;
	z-index: 1;
}



.faq-accordion .accordion {
	padding: 0;
	cursor: pointer;
}




.faq-accordion .accordion .accordion-item {
	border-radius: 0;
    display: block;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 10px;
    margin-top: 20px;
    border-top:1px solid #d2d2d2;
}






.faq-accordion .accordion .accordion-title2 h2 {
	font-size:25px;
	position: absolute;
	color: #E84D1A;
	font-weight: bolder;
}

.faq-accordion .accordion .accordion-title2 h4 {
	font-size: 17px;
	position: relative;
	color: #E84D1A;
	font-weight: bolder;
}


.faq-accordion .accordion .accordion-title2 i {
	position: absolute;
	right: 10px;
	font-size: 24px;
	transition: all .5s ease;
	color: #E84D1A;
	margin-top: -8px;
}

.faq-accordion .accordion .accordion-title2.active i {
	transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title2.active i::before {
	content: "";
}

.faq-accordion .accordion .accordion-content2 {
	display: none;
	position: relative;
	margin-top:10px;
	width:100%;
	height: 250px;
    max-height:50%;
    overflow-y:scroll;
}


.faq-accordion .accordion .accordion-content2.show {
	display: block;
}


.faq-accordion .accordion .accordion-content2 .single-location {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	border:0.3px solid #E84D1A;
}


.faq-accordion .accordion .accordion-content2 .single-location::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #E84D1A;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 4px;
}




.faq-accordion .accordion .accordion-content2 .single-location:hover span  {
	color: #fff;
}
.faq-accordion .accordion .accordion-content2 .single-location:hover i {
	color: #fff;
}

.faq-accordion .accordion .accordion-content2 .single-location:hover::before {
	width: 100%;
	right: auto;
	left: 0;
	border-radius: 4px;

}








.faq-accordion .accordion .accordion-title h2 {
	font-size:25px;
	position: absolute;
	color: #E84D1A;
	font-weight: bolder;
}

.faq-accordion .accordion .accordion-title h4 {
	font-size: 17px;
	position: relative;
	color: #E84D1A;
	font-weight: bolder;
}


.faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 10px;
	font-size: 24px;
	transition: all ease .5s;
	color: #E84D1A;
	margin-top: -8px;
}

.faq-accordion .accordion .accordion-title.active i {
	transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
	content: "";
}

.faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	width:100%;
	height: 250px;
    max-height:50%;
    overflow-y:scroll;
}


.faq-accordion .accordion .accordion-content.show {
	display: block;
}


.faq-accordion .accordion .accordion-content .single-location {
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f9f9f9;
	border:0.3px solid #E84D1A;
	border-radius:5px;
}


.faq-accordion .accordion .accordion-content .single-location::before {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	width: 0;
	bottom: 0;
	background-color: #E84D1A;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 4px;

}




.faq-accordion .accordion .accordion-content .single-location:hover span  {
	color: #fff;
}
.faq-accordion .accordion .accordion-content .single-location:hover i {
	color: #fff;
}

.faq-accordion .accordion .accordion-content .single-location:hover::before {
	width: 100%;
	right: auto;
	left: 0;
	border-radius: 4px;
}






 .checkbox-input {
  display: none;

}

.checkbox-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  	cursor: pointer;
  	font-size: 13px;
	font-weight: 400;
	color: #E84D1A;
	padding-left: 12px;


}

.checkbox-label span{
  	font-size: 14px;
	font-weight: 600;
	text-align: center;
}


.checkbox-label i {
	font-size: 18px;
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: 1px;
}


.checkbox-input:checked + .checkbox-label {
  background-color: #E84D1A;
  color: #fff;
  border-radius:4px;
}


.checkbox-input:checked + .checkbox-label:before {
  top: 0;
  opacity: 0;
}























.faq-tab {
	max-width: 960px;
	margin: auto;
}

.faq-tab .tabs {
	list-style: none;
	padding: 0;
	text-align: center;
	margin-bottom: 40px;
}

.faq-tab .tabs li {
	display: inline-block;
	padding-bottom: 5px;
	margin: 0 -2px;
	margin-right: 30px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.faq-tab .tabs li:last-child {
	margin-right: 0;
}

.faq-tab .tabs li::before {
	content: "";
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #E84D1A;
	transition: all ease .5s;
	z-index: -1;
}

.faq-tab .tabs li.current {
	color: #E84D1A;
}

.faq-tab .tabs li.current::before {
	width: 100%;
	left: 0;
	right: auto;
}

.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
	margin-bottom: 15px;
}

.main-content-text h1 {
	font-size: 30px;
}

.main-content-text h2 {
	font-size: 26px;
}

.main-content-text h3 {
	font-size: 24px;
}

.main-content-text h4 {
	font-size: 22px;
}

.main-content-text h5 {
	font-size: 20px;
}

.main-content-text h6 {
	font-size: 18px;
}

.main-content-text .gap-20 {
	margin-bottom: 25px;
}

.main-content-text ul {
	padding: 0;
	list-style-type: none;
}

.main-content-text ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
}

.main-content-text ul li:last-child {
	margin-bottom: 0;
}

.main-content-text ul li i {
	position: absolute;
	top: -6px;
	left: 0;
	color: #E84D1A;
	font-size: 25px;
}

.main-content-text ol {
	padding-left: 18px;
}

.main-content-text ol li {
	margin-bottom: 10px;
}

.main-content-text ol li::marker {
	color: #E84D1A;
}

.main-content-text ol li:last-child {
	margin-bottom: 0;
}

.main-content-text a {
	color: #E84D1A;
	transition: all ease .5s;
}

.main-content-text a:hover {
	text-decoration: underline;
}

.error-area {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #e9fcff;
	height: 100%;
}

.error-area .error-content {
	z-index: 1;
	position: relative;
}

.error-area .error-content h1 {
	font-size: 300px;
	line-height: 1;
	font-weight: 700;
	color: #E84D1A;
	margin-top: -48px;
}

.error-area .error-content h1 .a {
	display: inline-block;
}

.error-area .error-content h1 .red {
	color: red;
	display: inline-block;
	transform: rotate(45deg);
}

.error-area .error-content h1 .b {
	display: inline-block;
}

.error-area .error-content h3 {
	margin: 30px 0 0;
	position: relative;
	color: red;
}

.error-area .error-content p {
	margin: 20px 0 20px;
	font-size: 19px;
	color: #E84D1A;
}

.coming-soon-area {
	background-image: url("../../assets/images/coming-soon-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}

.coming-soon-area .coming-soon-content {
	max-width: 700px;
	overflow: hidden;
	text-align: center;
	padding: 40px 60px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.coming-soon-area .coming-soon-content .logo {
	display: inline-block;
}



.coming-soon-area .coming-soon-content h2 {
	font-size: 48px;
	margin-top: -10px;
	margin-bottom: 0;
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 40px;
}

.coming-soon-area .coming-soon-content #timer div {
	background-color: #E84D1A;
	border: 4px solid #E84D1A;
	color: #fff;
	width: 100px;
	height: 105px;
	font-size: 40px;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px;
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	margin-top: -2px;
	font-size: 17px;
	font-weight: 600;
}

.coming-soon-area .coming-soon-content form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.coming-soon-area .coming-soon-content form .form-group {
	margin-bottom: 25px;
	width: 100%;
	position: relative;
}

.coming-soon-area .coming-soon-content form .form-group .label-title {
	margin-bottom: 0;
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	color: #111;
}

.coming-soon-area .coming-soon-content form .form-group .label-title i {
	position: absolute;
	left: 0;
	transition: all ease .5s;
	top: 9px;
	font-size: 22px;
}

.coming-soon-area .coming-soon-content form .form-group .label-title::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	transition: all ease .5s;
	background: #E84D1A;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
	border-radius: 0;
	border: 1px solid #eee;
	padding: 10px 20px;
	color: #111;
	height: 50px;
	display: block;
	width: 100%;
	transition: all ease .5s;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
	color: #9c9c9c;
	transition: all ease .5s;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
	border-color: #E84D1A;
	outline: 0 !important;
}

.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
	color: rgba(0, 0, 0, 0);
}

.coming-soon-area .coming-soon-content form .default-btn {
	border-radius: 0;
	position: relative;
	height: 46px;
	line-height: 0;
}

.coming-soon-area .coming-soon-content form .default-btn::before {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content form .validation-danger {
	margin-top: 15px;
	color: red;
}

.coming-soon-area .coming-soon-content form .validation-success {
	margin-top: 15px;
	color: green;
}

.coming-soon-area .coming-soon-content form p {
	margin-bottom: 0;
	margin-top: 20px;
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	position: absolute;
	top: 2px;
	right: 2px;
}

.coming-soon-area .online-treatment-shape-1 {
	position: absolute;
	top: 0;
	right: 0;
}

.coming-soon-area .online-treatment-shape-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.popup-overlay {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9999;
	transition: all ease .5s;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-overlay .container {
	padding: 0;
}

.popup-overlay .align-middle {
	position: absolute;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}

.popup-overlay .align-middle .popup-body {
	max-width: 810px;
	height: auto;
	background-color: #ffe401;
	box-shadow: 0 0 15px 5px #222;
	margin: auto;
	margin: 30px;
	z-index: 9999;
	position: relative;
}

.popup-overlay .align-middle .popup-body .popup-close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	cursor: pointer;
}

.popup-overlay .align-middle .popup-body .popup-close i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: red;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	color: #fff;
	transition: all ease .5s;
}

.popup-overlay .align-middle .popup-body .popup-close:hover i {
	background-color: red;
}

.popup-overlay .modal-newsletter {
	padding: 30px;
}

.popup-overlay .modal-newsletter h3 {
	font-size: 24px;
}

.popup-overlay .modal-newsletter p {
	color: #111;
}

.popup-overlay .modal-newsletter .newsletter-form .form-control {
	border: 1px solid #ddd;
	color: #111;
	font-weight: normal;
}

.popup-overlay .modal-newsletter .newsletter-form .form-control::placeholder {
	font-weight: normal;
	font-size: 14px;
	color: #111;
}

.popup-overlay .modal-newsletter .newsletter-form .default-btn {
	position: relative;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.popup-overlay .modal-newsletter .newsletter-form #chb1 {
	margin-right: 5px;
	position: relative;
	top: 1px;
	color: #111;
}

.popup-overlay .modal-newsletter .newsletter-form .agree-label {
	color: #111;
}

.popup-overlay .modal-newsletter #validator-newsletter-2 {
	color: red;
	margin-bottom: 10px;
}

.popup-overlay.popup-hide {
	opacity: 0;
	visibility: hidden;
}

.popup-show {
	opacity: 1;
	visibility: visible;
}

.preloader {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 99999;
}

.preloader .content {
	width: 80px;
	height: 80px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.preloader .content::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	background: #fff;
}

.preloader .content::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #E84D1A;
	animation: rotate-five 12s infinite alternate;
}

.preloader .content .box {
	height: 70%;
	width: 70%;
	background-image: url("../../assets/img/icon2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

@keyframes rotate-five {
	0% {
		transform: rotate(180deg);
	}
	
	50% {
		transform: rotate(360deg);
	}
}



.go-top {
	background: #E84D1A;
	color: white;
	position: fixed;
	bottom:25px;
	right: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	text-decoration: none;
	border-radius: 50%;
	animation-name: go-top;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
	cursor: pointer;
}

@keyframes go-top {
	0% {
		box-shadow: 0 0 0 0 rgba(232, 77, 26, 0.5);
	}
	90% {
		box-shadow: 0 0 0 35px rgba(232, 77, 26, 0);
	}
}


.go-top i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25%;
	right: 0;
	margin: 0 auto;
	color: #fff;
	transition: .5s;
}


.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #E84D1A;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border-radius: 5px;
}



.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}


.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top:focus {
	color: #fff;
}


.video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 0;
	border-radius: 50%;
	color: #E84D1A;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: rgba(22, 104, 225, .8);
	transition: all ease .5s;
}

.video-btn i {
	font-size: 42px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 1px;
	justify-content: center;
	align-items: center;
	display: flex;
	width: 100%;
	height: 100%;
}

.video-btn::after, .video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 0;
	border-radius: 50%;
	transition: all ease .5s;
	animation: ripple 1.6s ease-out infinite;
	background-color: rgba(22, 104, 225, .8);
}

.video-btn:hover {
	background-color: rgba(27, 27, 27, .8);
}

.video-btn:hover::before, .video-btn:hover::after {
	background-color: rgba(27, 27, 27, .8);
}

@keyframes ripple {
	0%, 35% {
		transform: scale(0);
		opacity: 1;
	}
	
	50% {
		transform: scale(1.5);
		opacity: .8;
	}
	
	100% {
		opacity: 0;
		transform: scale(2);
	}
}

.nice-select .list {
	width: 100%;
	border-radius: 0;
	height: 200px;
	overflow-y: scroll;
}

.nice-select .option:hover {
	background-color: #E84D1A;
	color: #fff;
}

.nice-select .option.selected.focus {
	color: #E84D1A;
}

.nice-select .current {
	font-size: 16px;
}


.pagination-area {
	text-align: right;
	padding-right:3%;
}
.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #111;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 17px;
	background-color: #f9fbfe;
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
	border: 1px solid #ebebeb;

}

.pagination-area .page-numbers:hover {
	color: #fff;
	border-color: #E84D1A;
	background-color: #E84D1A;
}

.pagination-area .page-numbers i {
	font-size: 20px;
}


.pagination-area .page-numbers.current {
	color: #fff;
	border-color: #E84D1A;
	background-color: #E84D1A;
}

@keyframes moVebounce {
	0% {
		transform: translateX(0px);
	}
	
	50% {
		transform: translateX(-20px);
	}
	
	100% {
		transform: translateX(0px);
	}
}

@keyframes moveBounce {
	0% {
		transform: translateY(0px);
	}
	
	50% {
		transform: translateY(-20px);
	}
	
	100% {
		transform: translateY(0px);
	}
}

@keyframes FocuS {
	0% {
		opacity: 0;
	}
	
	75% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(359deg);
	}
}

@keyframes border-transform {
	0%, 100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	}
	
	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
	}
	
	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
	}
	
	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
	}
	
	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
	}
	
	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
	}
	
	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
	}
}

.like-products .product-img {
	position: relative;
	width:120px;
	height:120px;
	background-color: #fff;
}
.like-products .product-img img {
	position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}


.alert-dismissible{
	height: 100%;
}


.alert > .start-icon {
  margin-right: 0;
  min-width: 20px;
  text-align: center;
}

.alert > .start-icon {
  margin-right: 5px;
}

.greencross {
  font-size: 18px;
  color: #25ff0b;
  text-shadow: none;
}

.alert-simple.alert-success {
  background-color: rgba(7, 149, 66, 0.12156862745098039);
  color: #0ad406;
  text-shadow: 0.5px 0.5px #00040a;
  transition: 0.5s;
  
}
.alert-success:hover {
  background-color: rgba(7, 149, 66, 0.35);
  transition: 0.5s;
}
.alert-simple.alert-info {
 
  background-color: rgba(7, 73, 149, 0.12156862745098039);
  color: #0396ff;
  text-shadow: 0.5px 0.5px #00040a;
  transition: 0.5s;
}

.alert-info:hover {
  background-color: rgba(7, 73, 149, 0.35);
  transition: 0.5s;
}

.blue-cross {
  font-size: 18px;
  color: #0bd2ff;
  text-shadow: none;
}

.alert-simple.alert-warning {
  background-color: rgba(220, 128, 1, 0.16);
  color: #ffb103;
  text-shadow: 0.2px 0.2px #002445;
  transition: 0.5s;
}


.warning {
  font-size: 18px;
  color: #ffb40b;
  text-shadow: none;
}

.alert-simple.alert-danger {
  color: #ffb103;
  text-shadow: 0.2px 0.2px #002445;
  transition: 0.5s;
}

.alert-danger:hover {
  background-color: rgba(220, 17, 1, 0.33);
  transition: 0.5s;
}

.danger {
  font-size: 18px;
  color: #ff0303;
  text-shadow: none;
}

.alert-simple.alert-primary {
  background-color: rgba(1, 204, 220, 0.16);
  color: #ffb103;
  text-shadow: 0.2px 0.2px #002445;
  transition: 0.5s;
}

.alert-primary:hover {
  background-color: rgba(1, 204, 220, 0.33);
  transition: 0.5s;
}

.alertprimary {
  font-size: 18px;
  color: #03d0ff;
  text-shadow: none;
}



.single-customer {
	background-color: #eff5ff;
	padding: 10px;
	height:auto;
}





.single-customer .products-company {
	display: block;
	font-size: 15px;
	font-weight: 700;
	height: 43px;
	margin-top:5px;
	margin-bottom:10px;
	text-align: center;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.single-customer.single-card {
	margin-bottom: 24px;
}


.single-customer .description {
	position: relative;
	color: #002445;
	text-align: left;
	margin:10px;
	font-size: 17px;
	overflow-y: scroll;
	height: 150px;
	padding: 5px;
	padding-right: 5px;
	background-color: #fff;
	text-indent: 45px;
}

.single-customer .avatar {
	position: relative;
	padding-left: 85px;
	margin-bottom: 10px;
	margin-top: 4px;
}

.single-customer .avatar .customer {
	border-radius: 50px;
	width:75px;
	height:65px;
}

.single-customer .avatar img {
	position: absolute;
	left: 10px;
	margin:3px;	
}


.single-customer .avatar .avatar-name h3 {
	font-size: 16px;
	font-weight: 600;
	padding-top: 3px;
	padding-left: 20px;
	height:43px;
	color:#E84D1A;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.single-customer .avatar .avatar-name span {
	font-size: 14px;
}




.single-customer .rating {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}


.single-customer .rating i {
	color: #E84D1A;
}



/* Square box kaldırıldı  */

@media only screen and (min-width: 1680px) and (max-width: 1919.99px) {
	.square_box {
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	  border-top-left-radius: 45px;
	  opacity: 0.302;
	     z-index: -9999;  
	}

	.square_box.box_three {
	  background-image: -moz-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.065;
	  left: 12%;
	  top:1%;
	  width: 400px;
	  height: 400px;
	  border-radius: 35px;                                                                                                                                                 
	}

	.square_box.box_four {
	  background-image: -moz-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.059;
	  left: 32%;
	  top:23%;
	  width:600px;
	  height:600px;
	  border-radius: 35px;
	}

	

}

@media only screen and (min-width: 1440px) and (max-width: 1679.99px) {
	.square_box {
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	  border-top-left-radius: 45px;
	  opacity: 0.302;
	     z-index: -9999;  
	}

	.square_box.box_three {
	  background-image: -moz-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.065;
	  left:0%;
	  top:0%;
	  width: 530px;
	  height: 530px;
	  border-radius: 35px;                                                                                                                                                     
	}

	.square_box.box_four {
	  background-image: -moz-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.065;
	  left: 32%;
	  top:27%;
	  width:600px;
	  height:600px;
	  border-radius: 35px;
	}

	

}

@media only screen and (min-width: 1200px) and (max-width: 1439.99px) {
	.square_box {
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	  border-top-left-radius: 45px;
	  opacity: 0.302;
	     z-index: -9999;  
	}

	.square_box.box_three {
	  background-image: -moz-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.065;
	  left:-3%;
	  top:2%;
	  width: 400px;
	  height: 400px;
	  border-radius: 35px;                                                                                                                                                     
	}

	.square_box.box_four {
	  background-image: -moz-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.059;
	  left: 28%;
	  top:28%;
	  width:600px;
	  height:600px;
	  border-radius: 35px;
	}

	

}

@media only screen and (min-width: 991.99px) and (max-width: 1199.99px) {
	.square_box {
	  position: absolute;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	  border-top-left-radius: 45px;
	  opacity: 0.302;
	     z-index: -9999;  
	}

	.square_box.box_three {
	  background-image: -moz-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.065;
	  left: 2%;
	  top:1%;
	  width: 400px;
	  height: 400px;
	  border-radius: 35px;                                                                                                                                                     
	}

	.square_box.box_four {
	  background-image: -moz-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -webkit-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  background-image: -ms-linear-gradient(-90deg, #002445 0%, #E84D1A 100%);
	  opacity: 0.059;
	  left: 30%;
	  top:30%;
	  width:500px;
	  height:500px;
	  border-radius: 35px;	}

	
}

@media only screen and (max-width: 992px) {

	.square_box.box_three {
	  	display: none;                                                                                                                                                
	}

	.square_box.box_four {
	  	display: none;
	}
}

@media only screen and (min-width: 1920px) {

	.square_box.box_three {
	  	display: none;                                                                                                                                                
	}

	.square_box.box_four {
	  	display: none;
	}
}



.alert:before {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 44px);
  border-left: 1px solid;
  border-right: 2px solid;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  height: 20px;
}

.fa-times {
  -webkit-animation: blink-1 2s infinite both;
  animation: blink-1 2s infinite both;
}

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}


.pricing-wrap {
  padding-top: 3rem;
  padding-bottom:7rem }

  .pricing-wrap .section-desc {
    color: rgba(255, 255, 255, 0.7); }

.pricing {
	margin:12px;
  margin-top: 2rem;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  text-align: center;
  z-index: 1;
  position: relative; }
  .pricing em {
    font-style: normal; }

.pricing:hover{
 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2; 

}

.pricing.pricing-popular:hover{
 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 3; 
}

  .pricing.pricing-popular {
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    z-index: 2; }
    
  .pricing h3 {
    color: #002445;
    font-weight: 300;
    margin-bottom: 1.5rem; }
  .pricing .description, .pricing .description-2 {
    font-size: 15px; }
  .pricing .price {
    margin: 30px 0; }
    .pricing .price span {
      display: block;
      font-weight: 700;
      font-size: 13px;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: #352961; }
    .pricing .price strong {
      font-weight: 400;
      font-family: "Oswald", sans-serif;
      color: #352961;
      font-size: 4rem; }
  
.pricing .btn{
    border-width: 2px;
    font-weight:400;
      font-family: "Oswald", sans-serif;
      color: #E84D1A;
      font-size: 2rem; }

.pricing .pricing-popular .btn{
    border-width: 2px;
    font-weight: 400;
      font-family: "Oswald", sans-serif;
      color: #002445;
      font-size:2rem; }
.pricing .btn:hover, .pricing .pricing-popular .btn:hover{
	 color: #fff;
}





.footer {
	background-image: -moz-linear-gradient(115deg, #E84D1A 0%, #002445 100%);
	background-image: -webkit-linear-gradient(115deg, #E84D1A 0%, #002445 100%); 
	background-image: -ms-linear-gradient(115deg, #E84D1A 0%, #002445 100%);
	margin-top: 4vw;
	width:100%;
	height: auto;
	position: relative;
}

.footer .footer-alt {
	z-index: 999;
    background:
        url(../img/bg-round.png),
        url(../img/bg-round-2.png);
    background-position:
        left 0 top 10px,
        right 0 bottom 10px;
    background-repeat: no-repeat;
    margin-left:-20px;
    margin-right:-20px;
}

.footer .footer-alt a{
	display: block;
	height: auto;
}

.footer .footer-alt .social{
	background:url(../img/bg-line.png);
    background-repeat: no-repeat;
}

.footer .footer-alt .social-media{
  font-weight: bolder;
  position: relative;
  color:#fff;
  height: auto;
}



.footer .footer-alt .footer-widget .social-link{
	position: absolute;
}


.footer .footer-alt .footer-widget .social-link li {
	display: inline-block;
	margin-right: 20px;
	border: 4px solid #002445;
	border-radius: 40px;
	height:auto;
	cursor: pointer;
}

.footer .footer-alt .footer-widget .social-link li a {
	color: #002445;
}

.footer .footer-alt .footer-widget .social-link li:hover {
	background-color: #002445;
	border: 4px solid #E84D1A;
}

.footer .footer-alt .footer-widget .social-link li:hover a {
	color: #fff;
}


.footer .footer-alt .footer-social{
	width:100%;
	height:100%;
	position: relative;
}


.footer .footer-alt .footer-social img{
	max-width:100%;
	height:100%;
	position: relative;
}





.subscribe-area .badge{
	font-size: 40px;
}

.subscribe-area{
	width:100%;
	height:auto;
    margin-top: 2vw;
    margin-bottom: 15vw;
    position: relative;
}

.subscribe-area:before {
    position: absolute;
    content: '';
    background-image: url(../img/basari-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 0px;
    z-index: -999;
}

.subscribe-area:after {
    position: absolute;
    content: '';
    background-image: url(../img/basari-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0px;
    z-index: -999;
}



.subscribe-area .score{
	position: relative;
	display: flex;
	background-color: #fff;
	border-radius: 0.375rem;
	border:1px solid rgba(0, 0, 0, 0.175);
	margin-top: 3vw;
}

.subscribe-area .score:hover{
	border:1px solid #E84D1A;
}


.subscribe-area .score .score-body img{
	max-width:80%;
	height:auto;
	margin: 0 auto;
	display: flex;
}

.subscribe-area .score .score-body p {
	margin-top: .5rem;
	margin-bottom: .5rem;
	text-align: center;
	font-weight: 800;
	color: #002445;
	letter-spacing: 0.7px;
	margin: 0 auto;
}


.subscribe-area .score .score-body h4 {
	color: #E84D1A;
	font-weight: 600;
	text-align: center;
}

.flash-deals-area .flash-top{
	width:100%;
	height:40rem;
	background:url(../img/footer-bg.png);
    background-repeat: repeat-x;
    background-size: cover;
    padding-top: 5vw;
}





.popular-categories-area{
	margin-top: 5rem;
	margin-bottom: 5rem;
}

.single-pricing {
  padding: 30px 0 60px;
  margin-top: 20px;
  color: #fff;
  background: #002445;
  border: 4px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.30);
  border-radius: 10px;
}


.single-pricing:hover {
  border: 4px solid #fff; 
}


.single-pricing h2 {
	position: relative;
  	text-align: left;
  	color: #fff;
  	letter-spacing: 5px;
	font-weight: bolder;
	display: inline-block;
}

.single-pricing .popular {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.single-pricing a {
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: #E84D1A;
  font-weight: bolder;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color:#fff;
  transition: all 0.2s ease-in-out;
}

.single-pricing a:hover {
  	cursor: pointer;
  	color:#fff;
}

.single-pricing:hover a {
  background-color: #002445;
}



.single-pricing svg {
  width:200px;
  position: absolute;
  top: -25px;
  right: -45px;
  z-index: -1;
  transition: all 0.6s ease-in-out;
}

.single-pricing:hover svg {
  width: 350%;
  top: -170%;
  right: -45%;
}




.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 25px;
	left:25px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index: 9999;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	90% {
		box-shadow: 0 0 0 35px rgba(37, 211, 102, 0);
	}
}

