body {
	background: #fff;
	color: #444;
	font-family: raleway, sans-serif;
	font-size: 14px
}

a {
	color: #007bff;
	transition: .5s;
	cursor: pointer
}

a:hover,
a:active,
a:focus {
	color: #e78200;
	outline: none;
	text-decoration: none
}

p {
	padding: 0;
	margin: 0 0 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: oswald, serif;
	word-break: break-word;
}

img {
	max-width: 100%;
	height: auto
}

.home img,
.categoryPage img {
	max-width: 100%;
	height: auto
}

#header {
	transition: all .5s;
	z-index: 997;
	transition: all .5s;
	box-shadow: 0 0 30px rgba(127, 137, 161, .3)
}


#header .logo h1 {
	font-size: 36px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #00366f;
	text-decoration: none
}

.main-pages {
	margin-top: 60px
}

ul.sub-menu {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: #ffecd5;
	z-index: 9999;
	display: flex;
	flex-flow: row wrap;
	padding: 20px 0;
	box-shadow: 0 0 12px #aad;
	display: none;
	top: 40px;
}

.main-nav>ul>li:hover ul.sub-menu {
	display: flex
}

ul.sub-menu>li {
	width: 33.333%;
	margin-bottom: 20px;
	padding: 0 15px
}

ul.sub-menu>li>a {
	font-size: 20px;
	font-family: oswald;
	border-bottom: 2px dotted #aaa;
	padding-left: 0
}

ul.sub-menu li a {
	color: #333;
	padding: 10px 0 0;
}

ul.sub-menu ul ul li {
	position: relative;
	padding-left: 10px;
}
ul.sub-menu>li>ul>li>a {font-weight: 600;}
ul.sub-menu ul ul li::before {
	content: '-';
	display: inline-block;
	position: absolute;
	left: 0;
	top: 10px;
}
#intro {
	width: 100%;
	position: relative;
	background-size: cover
}

#intro .intro-img {
	width: 50%;
	float: right
}

#intro .intro-info {
	width: 50%;
	float: left
}

#intro .intro-info h2 {
	color: #fff;
	margin-bottom: 40px;
	font-size: 48px;
	font-weight: 700
}

#intro .intro-info h2 span {
	color: #74b5fc;
	text-decoration: underline
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
	font-family: montserrat, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-block;
	padding: 10px 32px;
	border-radius: 50px;
	transition: .5s;
	margin: 0 20px 20px 0;
	color: #fff
}

#intro .intro-info .btn-get-started {
	background: #007bff;
	border: 2px solid #007bff;
	color: #fff
}

#intro .intro-info .btn-get-started:hover {
	background: 0 0;
	border-color: #fff;
	color: #fff
}

#intro .intro-info .btn-services {
	border: 2px solid #fff
}

#intro .intro-info .btn-services:hover {
	background: #007bff;
	border-color: #007bff;
	color: #fff
}
.cat_login .loginCol {
	margin: 20px auto 50px auto;
}
.cat_login a.btn-link {
	background: none !important;
}
.cat_login .login-form {
	background: #f3dec4;
}
.main-nav {}

.main-nav,
.main-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative
}

.main-nav>ul>li {
	white-space: nowrap;
	float: left;
	position: static
}

.main-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 15px;
	transition: .3s;
	font-size: 14px;
	font-family: montserrat, sans-serif;
	font-weight: 500
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #e28511;
	text-decoration: none
}
.main-nav ul ul li a:hover,
.main-nav ul ul li .active>a,
.main-nav ul ul li li:hover>a {
	color: #fff;
}
.main-nav>ul>li:hover>a {
	color: white;
}
.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background: #fff;
	box-shadow: 0 0 30px rgba(127, 137, 161, .25);
	transition: ease all .3s
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-nav .drop-down li {
	min-width: 180px;
	position: relative
}

.main-nav .drop-down ul a {
	padding: 10px 20px;
	font-size: 13px;
	color: #004289
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #007bff
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px)
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px
}

.logo {
	width: 20%;
	padding: 20px 0
}

.search-field {
	width: 55%;
	display: flex;
	flex-flow: column;
	justify-content: center
}

.orderBtnsWrap {
	width: 25%;
	text-align: right;
	display: flex;
	flex-flow: column;
	justify-content: center;
	position: relative
}

.upperHeaderWrap {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}

.search-wrap input {
	width: 100%;
	height: 45px;
	border-radius: 6px;
	padding: 10px;
	font-weight: 300;
	font-size: 15px;
	border: 1px solid #232f3e
}

.search-wrap {
	padding: 0 20px;
	position: relative
}

.search-wrap button {
	width: 100px;
	background: #e78200;
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	border: none;
	color: #fff;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.upperHeader {
	background: #fff
}

.topBar {
	background: #083b66;
	color: #fff
}

.topLeftDetails {
	width: 70%
}

.topRightOptions {
	width: 30%
}

.topHeaderWrap {
	display: flex;
	flex-flow: row wrap;
	padding: 10px 0
}

.topHeaderWrap ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.topRightOptions ul {
	text-align: right
}

.topHeaderWrap ul li {
	display: inline-block;
	padding-right: 30px;
	position: relative
}
i.fa.fa-viber {
	background: url(../../../images/viber.png);
}
i.fa.fa-whatzapp {
	background: url(../../../images/whatsapp.png);
}
i.fa.fa-imo {
	background: url(../../../images/imo.png);
}
.topHeaderWrap ul li.self-created {
	padding-right: 5px;
}

.topHeaderWrap ul li.self-created::before {display: none;}
.topHeaderWrap ul li a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.topHeaderWrap li.self-created i {
	height: 20px;
	width: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	filter: brightness(0) invert(1);
}
.midBar {
	padding: 5px 0
}

.mainNav {
	background: #083b66
}

.container {
	position: relative
}

.container::before,
.container::after {
	display: block;
	content: '';
	clear: both
}

.topHeaderWrap ul li:last-child {
	padding-right: 0
}

.topHeaderWrap ul li::before {
	position: absolute;
	right: 14px;
	height: 22px;
	content: '';
	width: 1px;
	background: #ffffffc2
}

.topHeaderWrap ul li:last-child::before {
	display: none
}

.orderBtns i {
	font-size: 20px;
	float: left;
	margin-right: 10px
}

span.quantity {
	width: 20px;
	height: 20px;
	background: #e78200;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	display: block
}

.orderBtns>div {
	display: inline-block;
	vertical-align: top
}

.orderBtns a {
	display: block;
	color: #fff;
	position: relative;
	padding-left: 40px
}

.orderBtnsWrap::after {
	content: '';
	position: absolute;
	background: url(/images/cartbg.png);
	width: 74px;
	height: 81px;
	top: -12px;
	right: 2px
}

.cartBtn {
	padding-left: 20px;
	padding-right: 16px;
	position: relative;
	z-index: 99
}

.orderBtns a::before {
	content: "\f290";
	left: 0;
	top: 0;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 27px;
	position: absolute
}

.wishlistBtn a::before {
	content: "\f08a";
	font-size: 30px
}

.orderBtns .cartBtn a {
	padding-left: 24px
}

.orderBtns .cartBtn a::before {
	left: 0;
	top: -4px
}

.cartBtn span.quantity {
	position: relative;
	bottom: 15px
}

.homeSlider .item {
	height: calc(100vh - 193px);
	background-position: center!important;
	color: #000;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	background-size: contain!important;
    background-repeat: no-repeat!important;
    background-color: #0e1218!important;
}

#intro .homeSlider .owl-nav>button {
	position: absolute;
	top: 48%;
	color: #fff;
	outline: none;
	transition: all ease 1s;
	opacity: 0
}

#intro .homeSlider .owl-nav>button i {
	font-size: 72px
}

.homeSlider:hover .owl-nav .owl-prev {
	opacity: 1!important;
	left: 2%
}

.homeSlider:hover .owl-nav .owl-next {
	right: 2%;
	opacity: 1!important
}

.homeSlider .owl-nav .owl-prev {
	left: 0
}

.homeSlider .owl-nav .owl-next {
	right: 0
}

.boderBelow {
	position: absolute;
	width: 100%;
	bottom: -6px;
	z-index: 9;
	transform: rotateX(180deg)
}

.homeSlider {
	position: relative
}

.boderBelow svg {
	fill: #fff
}

.homeSlider .owl-dots {
	position: absolute;
	width: 200px;
	margin: 0 auto;
	bottom: 70px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	display: none
}

.homeSlider .owl-dots button {
	width: 35px;
	height: 5px;
	background: #e78200bf!important;
	display: inline-block;
	margin: 0 4px
}

.homeSlider .owl-dots button.active {
	background: #fff!important
}

.homeOffer {
	padding: 40px 0
}
.homeOffer a:hover {
	color: #ea1e22;
}
.textonly {
	background: #083b66;
	height: 100%;
	padding: 30px;
	transition: all ease 1s
}

.offer.firstOffer,
.offer.thirdOffer {
	margin: 40px 0;
	position: relative;
	overflow: hidden
}

.offerText h2 {
	font-size: 70px;
	margin: 0;
	padding: 100px 0;
	position: relative;
	transition: all ease 1s;
	color: #e78200
}

.offerText h3 {
	font-size: 40px;
	text-transform: capitalize;
	margin: 0 0 20px;
	transition: all ease 1s;
	color: #fff
}

.offerText {
	transition: all ease-in-out 1s;
	text-align: center;
	color: #fff;
	border: 6px solid #fff;
	height: 100%;
	padding: 20px;
	font-size: 15px
}

.shopBtn {
	display: block;
	width: 120px;
	background: #fff;
	color: #e78200;
	padding: 8px 15px;
	font-weight: 700;
	margin: 0 auto 30px;
	border: 4px double #fff;
	text-align: center
}

.offerText h2::before,
.offerText h2::after {
	position: absolute;
	width: 100px;
	height: 3px;
	content: '';
	top: 40px;
	background: #fff;
	left: 0;
	right: 0;
	margin: 0 auto
}

.offerText h2::after {
	top: initial;
	bottom: 40px
}

.hoverText {
	position: absolute;
	top: 100%;
	right: 100%;
	width: 90%;
	height: 90%;
	background: rgba(8, 59, 102, .85);
	margin: auto;
	box-shadow: 0 0 10px #aaa;
	text-align: center;
	padding: 30px;
	transition: all ease 1s;
	transform: rotate3d(90, 140, 40, 70deg);
	display: flex;
	flex-flow: column;
	justify-content: center
}

.offer.firstOffer:hover .hoverText,
.offer.thirdOffer:hover .hoverText {
	top: 5%;
	right: 5%;
	transform: none
}

.hoverText h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000;
	margin: 0
}

.hoverText h3 {
	text-transform: capitalize;
	color: #fff;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative
}

.textonly:hover {
	background: #e78200
}

.textonly:hover h2,
.textonly:hover h3 {
	color: #fff
}

.textonly:hover .offerText {
	border-color: #000
}

.page_slide_downs a {
	display: inline-block;
	position: relative
}

.page_slide_downs a::before,
.page_slide_downs a::after {
	content: "\f107";
	position: absolute;
	font-size: 20px;
	top: 6px;
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	font-family: FontAwesome;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	text-align: center;
	color: #083b66
}

.page_slide_downs a::after {
	top: auto;
	bottom: 13px
}

.page_slide_downs a::before {
	animation-delay: .2s
}
.social_login {
	margin: 10px 0 0 0;
	font-size: 17px;
	color: #686762;
}
.social_login a.social_icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px
}
.social_login a.facebook {
	background: #235b96;
}
.social_login a.google {

	background: #fabc04;
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateY(0px) scale(1);
		-webkit-transform: translateY(0px) scale(1);
		-moz-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1)
	}
	25% {
		opacity: 0;
		transform: translateY(10px) scale(.9);
		-webkit-transform: translateY(10px) scale(.9);
		-moz-transform: translateY(10px) scale(.9);
		-ms-transform: translateY(10px) scale(.9)
	}
	26% {
		opacity: 0;
		transform: translateY(-10px) scale(.9);
		-webkit-transform: translateY(-10px) scale(.9);
		-moz-transform: translateY(-10px) scale(.9);
		-ms-transform: translateY(-10px) scale(.9)
	}
	55% {
		opacity: 1;
		transform: translateY(0px) scale(1);
		-webkit-transform: translateY(0px) scale(1);
		-moz-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1)
	}
}

.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.arrow.primera.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: .2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.round:hover .arrow {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.round:hover .arrow.primera {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: .2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.page_slide_downs {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	width: 40px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.homeSlider .item::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #232f3e63
}

.item-caption {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 20px;
	width: 90%
}

.item-caption h2 {
	font-size: 50px;
	color: #fff
}

.item-caption p {
	font-size: 24px;
	color: #fff
}

.item-caption a.shopBtn {
	background: #083b66
}

.item-caption a.shopBtn:hover {
	color: #fff
}

.footerMenus {
	display: flex;
	flex-flow: row wrap
}

.footerMenus>div {
	width: 33.333%
}

.footerMenus ul {
	list-style: none;
	padding: 0
}

.footerMenus ul li a {
	color: #fff;
	font-size: 16px
}

footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	font-family: oswald;
	font-weight: 600;
	margin-bottom: 20px
}

footer h3::before {
	width: 50px;
	height: 3px;
	background: #fff;
	position: absolute;
	content: '';
	bottom: -10px
}

.footerMenus ul li {
	padding-bottom: 5px
}

.footerDetails ul {
	list-style: none;
	padding: 0
}

.footerDetails ul li {
	padding-bottom: 10px;
	padding-left: 80px;
	position: relative
}

.footerDetails {
	font-size: 16px
}

.footerDetails ul li:before {
	position: absolute;
	content: "\f025";
	font-family: fontawesome;
	left: 17px;
	font-size: 40px;
	top: 0
}

.footerDetails span {
	font-weight: 700
}

.footerDetails ul li:last-child:before {
	content: "\f0e0"
}

.footerDetails a {
	color: #fff
}

ul.fSocial {
	list-style: none;
	padding: 20px 0 0
}

ul.fSocial li {
	display: inline-block
}

ul.fSocial li a {
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	color: #083b66;
	text-align: center;
	line-height: 40px;
	transition: all ease 1s
}

.fContact a {
	color: #fff
}

.cpForm form {
	padding: 30px;
	box-shadow: 0 0 10px #aaa;
	border-radius: 10px;
	margin: 20px 0 0
}

.fLogo {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center
}

.fLogo img {
	filter: brightness(0) invert(1);
	object-fit: contain;
	object-position: left
}

.fContact p {
	margin-bottom: 10px
}

footer#footer svg {
	fill: #083b66
}

footer#footer .boderBelow {
	top: -12px;
	bottom: initial
}

.fSubscribe input {
	width: 100%;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 15px;
	color: #fff;
	outline: none
}

.fSubscribe .shopBtn:hover {
	background: 0 0;
	color: #fff
}

.fSubscribe input::placeholder {
	color: #fff
}

.footer-top>div::before {
	width: 100%;
	background: #ececec;
	position: absolute;
	content: '';
	bottom: 0;
	height: 1px
}

.fSubscribe .shopBtn {
	margin: 0;
	background: #fff;
	color: #083b66;
	border: 1px solid #093c67;
	transition: all ease .7s;
	cursor: pointer
}

ul.fSocial li a:hover {
	transform: rotate3d(120, 40, 70, 40deg);
	background: #fff
}

.comingSoon ul.fSocial li a:hover {
	background: #e78200
}

.thisWeek {
	padding: 40px 0
}

.themeTitle {
	text-align: center
}

.themeTitle h2,
.brandTitle h2 {
	font-family: oswald;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 30px
}

.themeTitle h2::before,
.themeTitle h2::after {
	content: "\f2db";
	right: 0;
	top: -33px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	position: absolute;
	transform: rotate(-20deg);
	color: #e78200
}

.themeTitle h2::after {
	right: 10px;
	color: #083b66
}

.productImage {
	position: relative;
	overflow: hidden
}

.productStatus {
	position: absolute;
	top: 20px;
	background: #232f3e
}

.productStatus span,
.badge_detail_page span {
	margin: 0;
	padding: 5px 20px;
	color: #e78200;
	line-height: 30px
}

.buyOptions {
	position: absolute;
	top: -150px;
	right: 15px;
	transition: all ease 1s;
	opacity: 0
}

.productStatus span::after,
.badge_detail_page span::after {
	content: '';
	border: 15px solid transparent;
	border-left-color: #232f3e;
	position: absolute;
	right: -30px;
	top: 0
}

.badge_detail_page {
	display: inline-block;
	position: relative;
	background: #232f3e;
	margin-bottom: 10px
}

.productStatus span::before,
.badge_detail_page span::before {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	right: 0;
	top: 10px
}

ul.products {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
	list-style: none;
	padding: 0;
	justify-content: center
}

.productImage:hover img {
	transform: scale(1.2)
}

.productImage img {
	transition: all ease .7s;
	margin: 0 auto;
	display: block;
	height: 200px;
	width: 100%;
	object-fit: contain;
}
.singleProductDetails .productStatus {
	position: relative;
	max-width: max-content;
	top: 0;
}
ul.products>li {
	width: 25%;
	padding: 0 15px
}

.buyOptions ul {
	padding: 0;
	list-style: none
}

.buyOptions ul li {
	margin: 0 0 10px
}

.buyOptions ul li a {
	width: 30px;
	height: 30px;
	background: #e78200;
	display: block;
	text-align: center;
	color: #fff!important;
	border-radius: 50%;
	line-height: 30px;
	font-size: 17px
}

.productImage:hover .buyOptions {
	top: 15px;
	opacity: 1
}

.productTitle h4 {
	font-family: oswald;
	font-size: 18px
}

.productTitle {
	padding: 10px 0;
	text-align: center
}

ul.productPrice {
	padding: 0;
	list-style: none
}

ul.productPrice li {
	display: inline-block;
	padding: 0 5px
}

li.oldPrice {
	font-size: 16px
}

li.newPrice {
	font-size: 20px;
	font-weight: 700
}

li.oldPrice span+span {
	background: #e78200;
	padding: 3px;
	font-size: 14px;
	color: #fff
}

ul.rating {
	list-style: none;
	padding: 0 0 10px;
	text-align: center;
	font-size: 18px
}

ul.rating li {
	display: inline-block
}

ul.rating li a {
	color: #e78200
}

.stockClearance {
	background: url(/images/download.jpg);
	position: relative;
	background-attachment: fixed;
	background-size: cover!important
}

.stockClearance::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: rgba(34, 34, 34, .76)
}

.stockClearBody {
	position: relative;
	text-align: center;
	padding: 60px 0 40px
}

.stImg {
	color: #e78200;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 50px;
	position: relative
}

.stImg::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	transform: rotate(45deg);
	left: 0
}

.stImg i {
	position: absolute;
	z-index: 9;
	left: 20px;
	top: 23px;
	color: #083b66
}

.stImg i+i {
	left: 33px;
	color: #e78200
}

.stTxt {
	padding: 40px 0 20px;
	color: #fff
}

.stTxt h3 {
	font-size: 44px
}

.stTxt p {
	font-size: 20px
}

a.stBtn {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	color: #fff;
	font-size: 18px
}

a.stBtn:hover {
	background: #e78200;
	color: #232f3e;
	border-color: #232f3e
}

.servicePolicy {
	background: #083b66;
	padding: 40px;
	text-align: center;
	color: #fff
}

.spImg {
	font-size: 40px
}

.policyItem {
	padding: 0 20px
}

.policyItem:hover i {
	color: #e78200;
	transform: rotateY(180deg)
}

.policyItem i {
	transition: all ease 1s;
	position: relative
}

.policyText h4 {
	font-family: oswald;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px
}

.newArrivals {
	padding: 70px 40px
}

.ourBrands .item img {
	width: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	opacity: .5;
	transition: all ease .5s
}
.ourBrands .item {
	max-width: 100px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
.brandTitle h2 {
	background: #fff;
	padding-right: 10px;
	position: relative
}

.brandTitle::before {
	width: 100%;
	content: '';
	background: #ddd;
	height: 1px;
	left: 0;
	top: 20px;
	position: absolute
}

.brandTitle {
	position: relative
}

.ourBrands .owl-nav {
	position: absolute;
	top: 0;
	width: 90px;
	background: #fff;
	right: 15px;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-align: center;
	height: 35px;
	line-height: 35px
}

.ourBrands .owl-carousel {
	position: static;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px
}

.ourBrands .owl-nav i {
	font-size: 15px;
	color: #e78200
}

.owl-nav button {
	outline: none
}

.ourBrands .owl-carousel .owl-nav button {
	padding: 0 10px!important
}

.ourBrands .owl-carousel .owl-nav button:hover i {
	color: #e78200
}

.ourBrands {
	padding: 50px 0
}

.ourBrands .item img:hover {
	opacity: 1
}

.mainCategories .owl-stage {
	display: flex;
	flex-flow: row wrap
}

.mainCategories .center .item .catWrap {
	box-shadow: 0 0 10px #aaa
}

.mainCategories {
	padding: 60px 0 30px;
	overflow: hidden
}

.catWrap {
	border: 1px solid #ddd;
	padding: 20px 20px 50px;
	position: relative;
	height: 100%
}

.catWrap h4 {
	font-family: oswald;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0;
	text-transform: capitalize;
	background: #e78200;
	display: inline-block;
	padding: 5px;
	padding-right: 12px;
	position: absolute;
	left: 0;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
	bottom: 20px
}

.catWrap h4::before {
	position: absolute;
	background: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content: '';
	right: 0;
	top: 12px
}

.mainCategories .center .item {
	padding: 5px;
	height: 100%
}

.catWrap h4::after {
	content: '';
	position: absolute;
	border: 15px solid transparent;
	border-left-color: #e78200;
	top: 0;
	right: -30px
}

.mainCategories .item {
	padding: 50px 5px;
	transition: all ease .7s
}

.mainCategories button.owl-prev,
.relatedProducts .owl-nav button.owl-prev {
	left: -50px;
	position: relative;
	top: 50%
}

.categoryImage img {
	height: 200px;
	object-fit: contain;
}

.categoryImage>a {
	display: block;
	text-align: center;
}

.categoryImage {
	padding: 10px;
}

.CategoryTitle a {
	padding: 10px;
	color: #555;
	display: block;
}

.CategoryTitle h4 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	font-family: inherit;
}
.mainCategories .owl-nav,
.relatedProducts .owl-nav {
	width: 100%;
	top: 45%;
	position: absolute;
	z-index: -9
}

.mainCategories button.owl-next,
.relatedProducts .owl-nav button.owl-next {
	right: -50px;
	position: absolute
}

.mainCategories .owl-nav i,
.relatedProducts .owl-nav i {
	color: #fff;
	width: 40px;
	height: 40px;
	background: #e78200;
	text-align: center;
	line-height: 40px;
	font-size: 30px
}

.brandTitle.masonTitle {
	background: #e78200;
	padding: 20px
}

.brandTitle.masonTitle h2 {
	margin: 0;
	background: #e78200;
	color: #fff
}

.brandTitle.masonTitle::before {
	width: 90%;
	right: 20px;
	background: #fff;
	left: initial;
	top: 50%
}

.homeMason .container {
	max-width: 100%
}

.mason img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.sixList .title {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
	max-width: 90%;
	margin: auto;
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	background: #fe980f;
	color: #fff;
	padding: 10px;
}
.sixList {
	padding: 30px 0 0
}

.shortMason {
	height: 285px;
	background: #083b66
}

.longMason {
	height: 600px
}

.longMason img {
	height: 100%;
	object-fit: cover;
	object-position: top
}

.mason {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	height: 250px;
	background-size: contain!Important;
	background-position: center!important;
	background-repeat: no-repeat!Important;
}

.mason:hover::before {
	right: 69%;
	top: 90%;
	transform: rotate(211deg);
	z-index: 9
}

.mason:hover img {
	transform: scale(1.1)
}

.mason img {
	transition: all ease .7s
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -250px;
	width: 250px;
	padding-top: 18px;
	background: rgba(19, 39, 57, .8);
	transition: .4s
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #fff;
	padding: 10px 20px;
	font-weight: 500
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #e78200;
	text-decoration: none
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077"
}

.mobile-nav .drop-down>a {
	padding-right: 35px
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden
}

.mobile-nav .drop-down li {
	padding-left: 20px
}

.mobile-nav-toggle {
	position: absolute;
	right: 6%;
	top: 0;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: none!important;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #004289
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, .8);
	overflow: hidden;
	display: none
}

.mobile-nav-active {
	overflow: hidden
}

.mobile-nav-active .mobile-nav {
	left: 0
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff
}

.section-header h3 {
	font-size: 36px;
	color: #283d50;
	text-align: center;
	font-weight: 500;
	position: relative
}

.section-header p {
	text-align: center;
	margin: auto;
	font-size: 15px;
	padding-bottom: 60px;
	color: #556877;
	width: 50%
}

.section-bg {
	background: #ecf5ff
}

#footer {
	background: #083b66;
	color: #fff;
	font-size: 14px;
	background-image: url(https://demo2.wpopal.com/x-street/wp-content/uploads/2018/12/pattern_dark.png);
	background-position: center center;
	background-repeat: repeat;
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
	position: relative;
	overflow: hidden;
}

#footer .footer-top {
	padding: 60px 0 30px
}

#footer .footer-top .footer-info {
	margin-bottom: 30px
}

#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px;
	padding: 2px 0;
	line-height: 1;
	font-family: montserrat, sans-serif;
	color: #fff;
	font-weight: 400;
	letter-spacing: 3px;
	text-transform: uppercase
}

#footer .footer-top .footer-info p {
	font-size: 13px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: montserrat, sans-serif;
	color: #ecf5ff
}

#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #007bff;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s
}

#footer .footer-top .social-links a:hover {
	background: #0067d5;
	color: #fff
}

#footer .footer-top h4 {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px
}

#footer .footer-top .footer-links {
	margin-bottom: 30px
}

#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

#footer .footer-top .footer-links ul li {
	padding: 8px 0
}

#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0
}

#footer .footer-top .footer-links ul a {
	color: #ecf5ff
}

#footer .footer-top .footer-links ul a:hover {
	color: #74b5fc
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px
}

#footer .footer-top .footer-contact p {
	line-height: 26px
}

#footer .footer-top .footer-newsletter {
	margin-bottom: 30px
}

#footer .footer-top .footer-newsletter input[type=email] {
	border: 0;
	padding: 6px 8px;
	width: 65%
}

#footer .footer-top .footer-newsletter input[type=submit] {
	background: #007bff;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: .3s;
	cursor: pointer
}

#footer .footer-top .footer-newsletter input[type=submit]:hover {
	background: #0062cc
}

#footer .copyright {
	text-align: center;
	padding-top: 30px
}

#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #f1f7ff
}

#footer .credits a {
	color: #bfddfe
}

#footer .credits a:hover {
	color: #f1f7ff
}

.copyrightText p {
	margin: 0
}

.copyrightText {
	padding: 10px 0;
	background: #1d1d1d;
	margin-top: 20px
}

.cardAccept {
	text-align: right
}

.verticalSlider {
	display: flex;
	flex-flow: row-reverse
}

.verticalSlider>.show {
	z-index: 99;
	width: 80%
}

main.innerPages {
	padding-top: 20px
}

ul.SBcategoryList,
ul.colorList,
.optionBox ul {
	list-style: none;
	padding: 10px 20px;
	margin: 0
}

ul.SBcategoryList li input,
ul.colorList li input,
.optionBox ul li input {
	width: 20px;
	-webkit-appearance: none;
	border: none;
	position: relative;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	outline: none
}

ul.SBcategoryList li label,
ul.colorList li label,
.optionBox ul li label {
	padding-left: 5px
}

ul.SBcategoryList li input::before,
ul.colorList li input::before,
.optionBox ul li input::before {
	width: 15px;
	height: 15px;
	border: 1px solid #e78200;
	content: '';
	position: absolute;
	top: 0;
	left: 0
}

ul.SBcategoryList li input::after,
ul.colorList li input::after,
.optionBox ul li input::after {
	content: "\f00c";
	font-size: 15px;
	line-height: 18px;
	position: absolute;
	left: 1px;
	bottom: 5px;
	opacity: 0;
	font: normal normal normal 14px/1 FontAwesome
}

ul.SBcategoryList li input:checked::before,
ul.colorList li input:checked::before,
.optionBox ul li input:checked::before {
	background: #e78200
}

ul.SBcategoryList li input:checked::after,
ul.colorList li input:checked::after,
.optionBox ul li input:checked::after {
	opacity: 1
}

ul.SBcategoryList li input,
ul.SBcategoryList li label,
ul.colorList li input,
ul.colorList li label,
.optionBox ul li label {
	cursor: pointer
}

.productSidebar h4,
.optionBox h4 {
	font-size: 18px;
	text-transform: uppercase
}

.SBCategory,
.colorBox,
.optionBox>div {
	position: relative;
}
a.btnToggle {
	display: block;
	position: absolute;
	right: 0;
}

a.btnToggle span {
	float: none;
}
.SBCategory>h4,
.colorBox>h4,
.optionBox>h4 {
	background: #e78200;
	padding: 10px 20px;
	position: relative;
	margin: -1px -10px 0;
}

.SBCategory>h4::before, .SBCategory>h4::after, 
.colorBox>h4::before, .colorBox>h4::after, 
.optionBox>h4::before, .optionBox>h4::after {
	border: 7px solid transparent;
	position: absolute;
	left: 3px;
	bottom: -7px;
	content: '';
	border-top-color: #232f3e;
	transform: rotate(-135deg);
}
.SBCategory>h4::after {
	left: auto;
	right: 3px;
	transform: rotate(135deg);
}

.panel-heading h4.panel-title{
	margin-bottom: 0;
}
.topFilter {
	background: #e78200;
	padding: 15px;
	position: relative;
}

.topFilter h3 {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	float: left;
	margin: 0
}

.filterRight {
	float: right
}

.topFilter::before,
.topFilter::after {
	clear: both;
	content: '';
	display: block
}

.filterBox {
	border: 1px solid #fff;
	padding: 5px 10px;
	background: #fff
}

.filterBox select {
	border: none;
	background: 0 0;
	outline: none
}

.categoryBody ul.products>li {
	width: 33.333%
}


.categoryBody ul.products {
	padding: 0;
	margin: 20px 0 0;
}
.cat_search {
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 20px;
}

.cat_search form input[type='search'] {
	width: 60%;
	height: 40px;
	border: 1px solid #ddd;
}

.cat_search form input[type='submit'] {
	display: inline-block;
	background: #e78200;
	color: #fff;
	border: none;
	height: 40px;
	padding: 10px;
}

.cat_search p {
	margin-bottom: 10px;
}

.categoryBody .productTitle h4 {
	font-size: 16px;
	word-break: break-word;
}

.productTitle {
	margin-bottom: 25px
}

.slidecontainer {
	width: 100%
}

.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #d3d3d3;
	outline: none;
	opacity: .7;
	-webkit-transition: .2s;
	transition: opacity .2s
}

.slider:hover {
	opacity: 1
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 23px;
	height: 10px;
	border: 0;
	background: red;
	cursor: pointer;
	border-radius: 10px
}

.slider::-moz-range-thumb {
	width: 23px;
	height: 10px;
	border: 0;
	background: red;
	cursor: pointer;
	border-radius: 10px
}

ul.colorList {
	display: flex;
	flex-flow: row wrap;
	padding: 0;
	margin: 0 0 20px;
}

ul.colorList li {
	width: 100%;
	padding: 0 5px
}

a.closeList {
	position: absolute;
	right: 0;
	top: 6px;
	width: 16px;
	height: 16px;
	background: #232f3e;
	border-radius: 50%;
	color: #fff;
	font-size: 19px;
	line-height: 15px;
	text-align: center;
	font-size: 0;
	transition: all ease 550ms;
}

.optionBox ul {
	display: none
}

a.closeList::before,
a.closeList::after {
	content: '';
	left: 4px;
	top: 8px;
	position: absolute;
	width: 7px;
	height: 1px;
	background: #fff;
	transition: all ease .7s
}

a.closeList::after {
	transform: rotate(90deg)
}

a.closeList.open::after {
	opacity: 0
}

a.closeList.open {
	transform: rotate(180deg)
}

.breadcrumb {
	background: 0 0;
	padding: 20px 0;
	display: block
}

.breadcrumb ul {
	margin: 0;
	padding: 0
}

.breadcrumb li {
	list-style: none;
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.breadcrumb li a {
	background: #232f3e;
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	position: relative
}

.breadcrumb li a::before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left-color: #232f3e;
	right: -15px
}

.wrapsProduct {
	border: 1px solid #e782005c;
	margin-bottom: 30px;
	transition: all ease .5s
}

.wrapsProduct:hover {
	box-shadow: 0 0 10px #ececec;
	border-color: #ececec
}

.pDavailability {
	font-size: 20px
}

.pDavailability span {
	color: #30ad33;
	font-weight: 700
}

.sPprice span {
	display: inline-block;
	vertical-align: middle
}

span.spPriceOld {
	font-size: 20px;
	text-decoration: line-through
}

span.spPriceNew {
	font-size: 32px;
	color: #232f3e;
	font-weight: 700
}

span.discountOff {
	background: #e78200;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px
}

.sPprice {
	padding: 15px 0
}

.productWant {
	padding: 15px 0
}

.spProductQuantity input {
	width: 50px;
	height: 40px;
	font-size: 18px;
	padding: 5px
}

.addToCart {
	display: block;
	padding: 10px 20px;
	background: #232f3e;
	color: #e78200;
	width: 120px
}

.productWant div {
	display: inline-block;
	vertical-align: middle
}

.spProductQuantity {
	padding-right: 10px
}

.detailSlider button.owl-prev,
.detailSlider button.owl-next {
	width: 35px;
	height: 35px;
	position: absolute;
	background: #083b66!important;
	color: #fff!Important;
	font-size: 25px!Important;
	line-height: 20px!Important;
	top: 50%;
	transform: translateY(-50%)
}

.detailSlider button.owl-next {
	left: auto;
	right: 0
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.tabs li {
	background: #232f3e;
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	position: relative
}

ul.tabs li.current {
	background: #e78200;
	color: #222
}

.tab-content {
	display: none;
	background: #e782000d;
	padding: 30px;
	box-shadow: 0 0 10px #aaa;
	position: relative
}

.sku p {
	margin-bottom: 0
}

.sPprice .new-price {
	padding: 0
}

.productPage {
	padding: 40px 0 0
}

.tab-content.current {
	display: block
}

.prodcutMoreInfo {
	padding: 30px 0
}

.tab-content::before,
.tab-content::after {
	content: '';
	display: block;
	clear: both
}

.relatedProducts .carousel {
	margin-top: 40px
}

.relatedProducts .carousel-inner img {
	width: 100%;
	height: 100%
}

.relatedProducts .carousel-indicators {
	display: inline-block;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
	position: static;
	direction: rtl
}

@media screen and (max-width:992px) {
	.relatedProducts .carousel-indicators {
		display: inline-flex;
		direction: inherit;
		height: auto;
		width: 100%;
		max-width: 800px;
		overflow-x: auto;
		position: relative;
		margin-left: 0;
		margin-right: 0;
		overflow-y: hidden;
		justify-content: normal;
		margin-bottom: 20px
	}
	.relatedProducts .carousel-inner {
		margin-left: 0!important
	}
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #888
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}
.cat_desc table {
	width: 100%;
}

.cat_desc table thead tr th {
	background: #e78200;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.cat_desc table tbody tr td {
	padding: 10px;
	text-align: center;
}

.cat_desc {
	margin: 20px 0;
}

.cat_desc table tbody tr:nth-child(2) {
	background: rgba(231, 130, 0, 0.22);
}
.relatedProducts .item {
	margin-bottom: 10px;
	cursor: pointer
}

.relatedProducts .item.active img {
	border: 1px solid red;
	opacity: 1
}

.relatedProducts .item img {
	border: 1px solid transparent;
	transition: .5s
}

.relatedProducts .item:hover img {
	border: 1px solid red;
	opacity: 1
}

.relatedProducts .content {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	color: #f1f1f1;
	width: 100%;
	padding: 10px
}

.relatedProducts .content p {
	font-size: 15px
}

.relatedProducts .owl-nav i {
	background: 0 0;
	font-size: 50px
}

.relatedProducts .productTitle {
	margin: 0
}

.relatedProducts .item:hover .productImage img {
	border: none
}

.productTitle h4 {
	font-size: 15px
}

.relatedProducts .owl-nav {
	top: 45%
}

.singleProductSLider .carousel-indicators {
	position: static;
	display: block;
	margin: 0
}

.relatedProducts {
	padding-top: 40px
}

.singleProductSLider .carousel-indicators>div {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: center;
	width: 80%;
	opacity: .7;
	cursor: pointer
}

.productImage a.shopBtn {
	top: 47%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 99;
	opacity: 0;
	transition: all ease 1s;
	color: #083b66
}

.wrapsProduct:hover .productImage a.shopBtn {
	opacity: 1
}

.singleProductSLider .carousel-indicators>div.active {
	opacity: 1
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100% 0)
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

#zoomple_previewholder img {
	object-fit: cover
}

.contactPageDetails {
	background: #fff;
	width: 100%;
	padding: 50px 0;
	margin: 0 auto;
	left: 0;
	right: 0
}

.contactPage {
	position: relative
}

.wrapCdetails {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px
}

.wrapCdetails>div {
	padding: 0 15px;
	width: 50%
}

.fieldWrap input,
.fieldWrap textarea {
	border: none;
	border-bottom: 1px solid #aaa;
	width: 100%;
	padding: 10px 0;
	outline: none;
	border-radius: 0;
	margin-bottom: 10px
}

.fieldWrap textarea {
	height: 100px
}

.contactText ul {
	list-style: none;
	padding: 0
}

.contactText ul li {
	margin-bottom: 20px;
	font-size: 16px;
	position: relative
}

.contactText ul li i {
	background: #e78200;
	font-size: 40px;
	color: #fff;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 65px;
	vertical-align: middle;
	margin-right: 20px
}

.page-top img {
	height: 250px;
	width: 100%;
	object-fit: cover
}

.page-top {
	position: relative;
	margin-bottom: 60px!important;
}

.page-top::before {
	width: 100%;
	left: 0;
	height: 100%;
	background: #232f3e9c;
	content: '';
	position: absolute
}

.page-top h1 {
	position: absolute;
	top: 25%;
	color: #fff;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	left: 0;
	right: 0
}

.pageContent .breadcrumb {
	margin: 20px 0
}

.contactPage input[type=submit] {
	background: #e78200;
	border: none;
	padding: 10px 20px;
	margin: 10px 0 0;
	font-size: 16px;
	text-transform: uppercase
}

.contactText ul li::before,
.contactText ul li::after {
	content: '';
	clear: both;
	display: block
}

.search-wrap button i {
	display: none
}

.contactText ul li span {
	width: 50%;
	display: inline-block;
	vertical-align: middle
}

.pagination_wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 30px 0
}

.pagination_wrapper ul {
	padding: 0
}

.pagination_wrapper ul li {
	list-style: none;
	display: inline-block;
	margin-left: 15px
}

.pagination_wrapper ul li a {
	display: inline-block;
	background: #232f3e;
	padding: 7px 15px;
	color: #fff
}

.pagination_wrapper ul li:first-child a,
.pagination_wrapper ul li:last-child a {
	font-weight: 700
}

.pagination_wrapper ul li a.active {
	background: #e78200
}

.center .catWrap h4 {
	display: block
}

.catWrap h4 {
	display: none
}

.catWrap img {
	width: auto!important;
	margin: 0 auto
}

.order_details_head {
	background: #fe980f;
	padding: 5px;
	color: #ffffff;
	margin-bottom: 10px;
}
a.order_download {color: #fe980f; text-decoration: none}
.small-img {
	width: 20%;
	padding-top: 40px;
	position: relative
}

.small-img .icon-left,
.small-img .icon-right {
	width: 12px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.offer {
	min-height: 440px;
	position: relative
}

.offer p {
	color: #fff
}

.offer img {
	height: 100%;
	position: absolute;
	width: 100%;
	object-fit: cover
}

.small-img .icon-left {
	margin: 0 auto;
	transform: rotate(-90deg);
	left: 0;
	right: 0
}

.small-img .icon-right {
	right: 0;
	left: 0;
	margin: 0 auto;
	top: initial;
	bottom: 35%;
	transform: rotate(90deg)
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
	opacity: .5
}

.small-container {
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto
}

.small-container div {
	width: auto;
	position: relative
}

.small-container .show-small-img {
	margin-right: 6px;
	cursor: pointer;
	float: none;
	object-fit: contain;
	display: block;
	width: 100%;
	padding: 5px!Important
}

.small-container .show-small-img:last-of-type {
	margin-right: 0
}

.wishlistBtn a {
	color: #e78200
}

.main-nav>ul>li.active,
.main-nav>ul>li:hover {
	background: #e78200
}

.serviceTitle h2 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #e78200;
	padding: 10px 20px;
	border: 4px double #fff
}

.homeServices {
	padding: 50px 0
}

.serviceWrap.newsWrap a {
	color: #212529
}

.serviceWrap a {
	color: #212529
}

.serviceWrap ul {
	padding: 0;
	list-style: none
}

.serviceWrap ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-size: 16px
}

.serviceWrap.newsWrap p {
	margin-bottom: 5px
}

.serviceWrap.newsWrap span {
	color: #e78200
}

.serviceWrap.newsWrap ul li {
	padding-left: 0;
	border-bottom: 1px solid #aaa
}

.serviceWrap.newsWrap ul li:last-child {
	border: none
}

.serviceWrap.newsWrap ul li::before {
	opacity: 0
}

.serviceWrap.newsWrap h4 {
	color: #083b66;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0
}

.serviceWrap ul li::before {
	content: "\f10b";
	font-family: fontawesome;
	position: absolute;
	left: 0;
	color: #e78200;
	font-size: 24px;
	top: -6px;
	height: 20px;
	display: block
}

.basketContent img {
	max-width: 100px
}

.basketContent table {
	width: 100%;
	text-align: center
}

.basketContent thead th {
	padding: 10px
}

.basketContent thead {
	border-bottom: 1px solid #aaa;
	font-size: 20px;
	text-transform: uppercase
}

.basketContent tbody tr td {
	padding: 10px
}

.basketContent tbody tr {
	border-bottom: 1px solid #aaa
}

.basketContent input[type=number] {
	-webkit-appearance: none;
	display: block;
	background: #aaa;
	height: 45px;
	width: 80px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border: none;
	border-radius: 4px;
	margin: auto
}

.basketContent tbody tr:last-child {
	border: none
}

.basketTotals {
	padding: 20px;
	background: #eee;
	font-size: 15px;
	text-transform: uppercase
}

.basketTotals h3 {
	padding-bottom: 20px
}

.basketTotals table {
	width: 100%
}

.basketTotals tr td {
	text-align: right;
	padding-left: 10px;
	padding-bottom: 10px
}

.basketTotals th {
	font-weight: 400;
	padding-bottom: 10px
}

a.calculate {
	display: inline-block;
	background: #083b66;
	color: #fff;
	padding: 10px;
	margin-top: 10px
}

a.proceed {
	display: block;
	background: #e78200;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-top: 10px
}

tr.cartTotal {
	border-top: 1px solid #aaa
}

tr.cartTotal td {
	padding-top: 10px
}

.coupon {
	padding: 10px 0
}

.coupon input {
	width: 100%;
	height: 45px;
	border: 1px solid #e78200;
	padding: 10px
}

tr.actions td {
	padding: 0!Important
}

.coupon button {
	background: #e78200;
	position: absolute;
	right: 0;
	top: 10px;
	border: none;
	height: 45px;
	padding: 10px 30px;
	font-size: 20px;
	color: #fff;
	font-weight: 300
}

.coupon {
	position: relative;
	text-align: left
}

button.update {
	padding: 10px 40px;
	background: #083b66;
	border: none;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	margin-right: 0
}

tr.actions {
	text-align: right
}

.basketContent {
	padding-bottom: 40px
}

.checkoutDetails form label {
	display: block;
	font-size: 16px
}

.checkoutDetails input[type=text] {
	width: 100%;
	border: 1px solid #aaa;
	padding: 10px
}

.formElement {
	margin-bottom: 15px
}

.checkoutDetails {
	border-right: 1px solid #e78200;
	padding: 20px 0 40px;
	padding-right: 40px;
	margin: 30px 0
}

.paymentMethod img {
	max-width: 140px;
	padding-left: 10px
}

.paymentMethod ul {
	list-style: none;
	padding: 0
}

.paymentMethod ul label {
	padding-left: 20px;
	font-size: 18px
}

.checkoutTotal h3 {
	position: relative;
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px
}

.checkoutTotal h3::after {
	content: 'Total';
	right: 0;
	position: absolute
}

.checkoutTotal table {
	width: 100%
}

.checkoutTotal table td {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0
}

.checkoutTotal table td:last-child {
	text-align: right;
	max-width: 170px
}

tr.checkoutCalculate td {
	padding: 10px 0;
	border-top: 1px solid #aaa
}

.paymentMethod {
	padding: 20px;
	border: 1px solid #e78200;
	border-radius: 10px;
	margin: 20px 0
}

.loginArea {
	display: flex;
	flex-flow: row wrap;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px #aaa
}

.loginArea>div {
	padding: 20px 50px;
	color: #fff;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center
}

.loginLeft {
	width: 60%
}

.loginRight {
	width: 40%
}

.loginLeft {
	text-align: left
}

.loginLeft h4,
.loginLeft p {
	color: #333;
	text-align: left
}

.loginLeft h4 {
	color: #e78200
}

.loginLeft form input[type=text],
.loginLeft form input[type=password],
.loginLeft form input[type=email] {
	height: 35px;
	background: #fff;
	padding: 10px;
	width: 100%;
	border: 1px solid #aaa
}

.loginRIght {
	width: 40%;
	background: #e78200;
	position: relative;
	overflow: hidden;
	min-height: 400px
}

.loginLeft h3 {
	color: #e78200;
	padding-bottom: 20px
}

a.forgotPassword {
	color: #333;
	padding: 10px 0 15px;
	display: block;
	font-weight: 500
}

.loginLeft input[type=submit] {
	background: #fff;
	border: 1px solid #e78200;
	color: #e78200;
	padding: 10px 30px;
	border-radius: 20px;
	text-transform: uppercase
}

.loginLeft input[type=submit]:hover {
	background: #e78200;
	color: #fff
}

.loginRIght::before,
.loginRIght::after {
	content: '';
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, .44);
	position: absolute;
	left: -13px;
	top: -29px;
	transform: rotate(45deg)
}

.loginPage {
	text-align: center;
	padding: 50px 0
}

.loginRIght::after {
	left: auto;
	right: -151px;
	top: auto;
	bottom: -163px;
	width: 300px;
	height: 300px
}

.BPWrap {
	padding: 40px 0
}

ul.accountSidebar {
	padding: 0;
	margin: 0;
	list-style: none
}

ul.accountSidebar li a {
	display: block;
	padding: 10px 15px;
	background: #083b66;
	color: #fff!Important;
	padding-left: 50px
}

ul.accountSidebar li {
	border-bottom: 1px solid #fff;
	position: relative
}

ul.accountSidebar li:last-child {
	border: none
}

ul.accountSidebar li a i {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #e78200;
	width: 40px;
	text-align: center;
	line-height: 42px
}

ul.subMenu {
	padding: 0;
	list-style: none;
	display: none
}

li.dropdown.open .subMenu {
	display: block
}

ul.subMenu li a {
	background: #adadad;
	color: #083b66!Important;
	padding: 10px 15px
}

li.dropdown::before {
	content: '';
	border: 6px solid transparent;
	border-top-color: #fff;
	position: absolute;
	right: 10px;
	top: 15px
}

.formElement input[type=text],
.formElement input[type=email],
.formElement select {
	width: 100%;
	height: 50px;
	padding: 10px 35px;
	border: 1px solid #d8d8d8;
	font-family: bariol, sans-serif;
	color: #333!Important
}

.formElement::before {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	line-height: 50px;
	color: #e78200
}

.formElement {
	position: relative;
	width: 100%;
	margin-bottom: 10px
}

.formElement input[type=submit] {
	background: #e78200;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border: none
}

.formElement input[type=text]::-webkit-input-placeholder,
.formElement input[type=email]::-webkit-input-placeholder,
{
	color: #333
}

.formElement input[type=text]::-moz-placeholder,
.formElement input[type=email]::-moz-placeholder {
	color: #333
}

.formElement input[type=text]:-ms-input-placeholder,
.formElement input[type=email]:-ms-input-placeholder {
	color: #333
}

.formElement input[type=text]:-moz-placeholder,
.formElement input[type=email]:-moz-placeholder {
	color: #333
}

.IMform .formElement::before {
	left: 30px
}

.tabBody {
	box-shadow: 0 0 6px #aaa;
	padding: 20px
}

a.back-to-top {
	position: fixed;
	right: 20px;
	bottom: 30px;
	background: #e78200;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px #000
}

.table-responsive th {
	background: #083b66;
	color: #fff;
	text-align: center
}

.table-responsive tbody tr td {
	text-align: center
}

a.cart_quantity_delete {
	color: red
}

.table-responsive tfoot button i {
	padding-right: 10px
}

.table-responsive tfoot button {
	background: #e78200;
	color: #fff
}

form#form-order table input::-webkit-input-placeholder {
	color: transparent
}

form#form-order table input:-moz-placeholder {
	color: transparent
}

form#form-order table input::-moz-placeholder {
	color: transparent
}

form#form-order table input:-ms-input-placeholder {
	color: transparent
}

form#form-order table input::placeholder {
	color: transparent
}

form#form-order table textarea::-webkit-input-placeholder {
	color: transparent
}

form#form-order table textarea:-moz-placeholder {
	color: transparent
}

form#form-order table textarea::-moz-placeholder {
	color: transparent
}

form#form-order table textarea:-ms-input-placeholder {
	color: transparent
}

form#form-order table textarea::placeholder {
	color: transparent
}

form#form-order table.table-responsive,
form#form-order table.table-responsive tr td {
	border: none
}

form#form-order {
	width: 100%;
	padding: 30px 0 0
}

form#form-order table {
	display: table;
	border: none
}

form#form-order table label {
	width: 100%;
	text-align: left;
	font-size: 16px
}

.contactMap {
	padding: 0 15px
}

form#form-order .table-responsive tbody tr td {
	padding-bottom: 10px!Important
}

.topFilter h1 {
	color: #fff;
	display: inline-block;
	font-size: 32px;
	margin: 0
}

.filterBox span,
.filterBox form {
	display: inline-block
}

form#form-order table label i {
	color: #e78200
}

span#coupon-button {
	padding: 8px 20px;
	background: #e78200;
	margin-top: 10px;
	color: #fff;
	border-radius: 8px
}

form#form-order h3.control-label {
	font-size: 24px
}

/*By Amrit*/

.stockClearance .container {
	max-width: 100%;
	padding: 0;
}
.stockWrap {
	display: flex;
	flex-flow: row wrap;
}

.stockWrap>div {
	width: 40%;
}

.stockWrap .offersec_bg {
	background-position: center!important;
	background-size: cover !important;
	background-repeat: no-repeat!important;
	height: 100%;
}
.stockWrap .offersec {
	width: 30%;
}
.wehave-heading {
	text-align: center;
}

.what_we_have ul.products>li {
	width: 100%;
}
.whatwehave-sec h2 {
	font-size: 20px;
}
.testimonials {
	padding-top: 50px;
}

.testimonials .testimonialTitle {
	text-align: center;
	padding-bottom: 50px;
}

.testimonials .testimonial-image {
	height: 110px;
	width: 110px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 30px;
}
.testimonials .item {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.testimonials .testimonial-content h4 {
	font-size: 20px;
	font-weight: 600;
}

.testimonials .testimonial-content p {
	margin-bottom: 20px;
	position: relative;
}

.testimonials .testimonial-content p::before, .testimonials .testimonial-content p::after {
	position: absolute;
	content: '\f10d';
	font-family: fontawesome;
	font-size: 50px;
	line-height: 50px;
	opacity: .5;
}

.testimonials .testimonial-content p::before {
	top: -50px;
	left: -50px;
}
.testimonials .testimonial-content p::after {
	bottom: -50px;
	right: -50px;
	transform: rotate(-180deg);
} 
.testimonials .owl-nav {
	display: none;
}
.what_we_have h2::before, .what_we_have h2::after {
	display: none;
}
.product-slider .wrapsProduct {
	margin-bottom: 10px;
}
.product-slider {
	padding-top: 40px;
}
.product-slider .owl-nav {
	display: none;  
}


/* login css */
section#form-login h2 {
	width: 100%;
	font-size: 32px;
}
section#form-login {
	width: 100%;
	margin: 40px 0;
}

.loginWrapper {
	display: flex;
	flex-flow: row wrap;
	/*background: #e78200;*/
	padding: 20px;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.loginWrapper>h2 {
	margin: 0 0 20px;
	/*color: #fff;*/
	position: relative;
}

.loginCol {
	width: 40%;
    /*display: flex;
    flex-flow: column;
    justify-content: center;*/
    position: relative;
    z-index: 9;
}

.loginCol.autoWidth {
	width: auto;
	padding: 0 20px;
}



section#form-login h2.or {
	width: 70px;
	height: 70px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	color: #ffffff;
	font-size: 24px;
	background:#113b66;
}

a.btn.btn-link {
	color: #0d3f69;
	padding: 0;
}

.loginWrapper::before {
	content: '';
	width: 400px;
	height: 2000px;
	/*background: rgba(255, 255, 255, 0.58);*/
	position: absolute;
	transform: rotate(20deg);
	top: -10%;
	right: 10%;
}

.loginWrapper::after {
	/*content: '\f023';*/
	font-family: FontAwesome;
	font-size: 500px;
	position: absolute;
	color: #083b66;
	top: -100px;
	left: 0;
	opacity: .7;
	line-height: 500px;
}

/* my account css */
#my-account {
	width: 100%;
	padding: 0 0 40px;
}

.innerRow {
	display: flex;
	flex-flow: row wrap;
}

ul.dashboard_menu {
	padding: 0;
}

ul.dashboard_menu li a {
	display: block;
	padding: 10px;
	color: #444;
}

ul.dashboard_menu li {
	border: 1px solid #ddd;
	border-bottom: none;
}

ul.dashboard_menu li.active a {
	background: #e78200;
	color: #fff;
}

ul.dashboard_menu li:last-child {
	border-bottom: 1px solid #ddd;
}
.innerRow>h2 {
	width: 100%;
}
.categoryBody {
	padding: 10px 0 0;
}
.table-responsive {
	display: table;
}

a.readmore_btn {
	display: block;
	margin: 0 auto;
	max-width: max-content;
	padding: 10px 20px;
	border: 1px solid #fe980f;
	border-radius: 4px;
	color: #fe980f;
	font-size: 16px;
}

a.readmore_btn:hover {
	background: #fe980f;
	color: #fff;
}
.main-nav>ul>li>a:hover {
	color: #fff;
}
ul.sub-menu li a:hover{
	color: #e78200!important;
}

/* later */
.related-slider .owl-stage {
	display: flex;
	flex-flow: row wrap;
}

.related-slider .wrapsProduct {
	height: 100%;
	margin-bottom: 0;
}
.fLogo {
	max-width: 200px;
	padding: 0 0 20px;
}
.related-slider {
	margin-bottom: 40px;
}
.productSidebar {
	padding-bottom: 20px;
}
@media screen and (max-width:992px) {
	.relatedProducts .content {
		position: static
	}
}

@media screen and (min-width:1440px) {
	.relatedProducts .carousel-inner {
		margin-left: -60px
	}
}

@media screen and (min-width:1200px) and (max-width:1439px) {
	.relatedProducts .carousel-inner {
		margin-left: -20px
	}
}

@media screen and (min-width:880px) and (max-width:1199px) {
	.relatedProducts .carousel-inner {
		margin-left: 20px
	}
	.relatedProducts .content {
		position: static
	}
}

@media screen and (min-width:576px) and (max-width:879px) {
	.relatedProducts .carousel-inner {
		margin-left: 50px
	}
	.relatedProducts .content {
		position: static
	}
}
