@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800');

html {
	font-family: "Oxygen", sans-serif;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	height: 100%;
	overflow-x: hidden;
	width: 100%;
}


button:focus, button:hover {
	outline: none;
	box-shadow: unset !important;

}

.align-center {
	align-items: center;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #9f0005;
}

::selection {
	color: #fff;
	background: #9f0005;
}


* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
	width: 100%;
	direction: rtl;
}

img {
	max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

.slicknav_menu {
	display: none;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #111;
	font-family: "Oxygen", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}

p {
	color: #111;
	margin: 0;
	line-height: 24px;
}

a, button, input {
	font-weight: 400;
}

img, a, input, h1, h2, h3, h4, h5, h6 {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

dfn, cite, em, i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Oxygen", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: "Oxygen", sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}



a:hover, a:active {
	outline: 0;
}

.color-plate {
	position: fixed;
	display: block;
	z-index: 99998;
	padding: 20px;
	width: 245px;
	background: #fff;
	right: -245px;
	text-align: left;
	top: 30%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
	box-shadow: -3px 0px 25px -2px rgba(0, 0, 0, 0.2);
}

.color-plate.active {
	right: 0;
}

.color-plate .color-plate-icon {
	position: absolute;
	left: -48px;
	width: 48px;
	height: 45px;
	line-height: 45px;
	font-size: 21px;
	border-radius: 5px 0 0 5px;
	background: #fff;
	text-align: center;
	color: #111;
	top: 0;
	cursor: pointer;
	box-shadow: -4px 0px 5px #00000036;
}

.color-plate h4 {
	display: block;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 500;
}

.color-plate p {
	font-size: 13px;
	margin-bottom: 15px;
	line-height: 20px;
}

.color-plate span {
	width: 42px;
	height: 35px;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin-right: 3px;
}

.color-plate span:hover {
	cursor: pointer;
}

.color-plate span.color1 {
	background: #9f0005;
}

.color-plate span.color2 {
	background: #0088CC;
}

.color-plate span.color3 {
	background: #32B87D;
}

.color-plate span.color4 {
	background: #FE754A;
}

.color-plate span.color5 {
	background: #F82F56;
}

.color-plate span.color6 {
	background: #00cec9;
}

.color-plate span.color7 {
	background: #6c5ce7;
}

.color-plate span.color8 {
	background: #85BA46;
}

.color-plate span.color9 {
	background: #fd79a8;
}

.color-plate span.color10 {
	background: #a29bfe;
}

.color-plate span.color11 {
	background: #badc58;
}

.color-plate span.color12 {
	background: #FF1D38;
}

/* Preloader */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader-icon {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
}

.preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #9f0005;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

/* End Preloader */

.btn {
	position: relative;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	background: #333;
	display: inline-block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
	display: inline-block;
	padding: 13px 32px;
	border-radius: 0px;
	text-transform: uppercase;
}



#scrollUp {
	right: 10px;
	z-index: 33;
	bottom: 10px;
	text-align: center;
}

#scrollUp i {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: transparent;
	background: #222;
	border-radius: 0;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #fff;
	box-shadow: 0px 4px 19px #00000038;
}

#scrollUp i:hover {
	background: #9f0005;
	color: #fff;
}

/*======================================
	01. Header CSS
========================================*/
/* Topbar */
.topbar {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding: 15px 0;
}

/* Logo */
.header .logo {
	float: left;
	margin-top: 35px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .navbar {
	padding: 0;
}

/* Main Menu */
.navbar-expand-lg .navbar-collapse {
	display: block !important;
}


.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}

.owl-carousel {direction: ltr;}

/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px #3333334d;
	-moz-box-shadow: 0px 3px 5px #3333334d;
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	left: 0;
	margin: 0;
}

.header .nav li:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown li {
	float: none;
	margin: 0;
}

.header .nav li .dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}

.header .nav li .dropdown li a:before {
	display: none;
}

.header .nav li .dropdown li:last-child a {
	border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
	color: #fff;
	background: #9f0005;
}

.header .nav li .dropdown li a:hover {
	border-color: transparent;
}

.header .nav li .dropdown li i {
	float: right;
	margin-top: 8px;
	font-size: 10px;
	z-index: 5;
}

.header .nav li .dropdown.sub-dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 186px;
	top: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header .nav li .dropdown.sub-dropdown li a {
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
	background: transparent;
}

.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	color: #fff;
	background: #9f0005;
}

.header .nav li .dropdown.sub-dropdown li:last-child a {
	border-bottom: 0px solid;
}

.mobile-search {
	display: none;
}

.header.shop .topbar {
	border: none;
	padding: 12px 0px;
	display: none;
}

.header.shop .nav-inner {
	margin-right: 188px;
}

.header.shop .logo {
	float: left;
	margin-top: 35px;
}

.header.shop .top-contact {
	margin-top: 0px;
}

.header.shop .topbar p {
	color: #ccc;
}

.header.shop .topbar .login a {
	color: #9f0005;
}


.section {
	padding: 70px 0;
	position: relative;
}

.section-title {
	text-align: right;
	margin-bottom: 20px;
}

.section-title h2 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #111;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.section-title h2::before {
	position: absolute;
	content: "";
	height: 4px;
	width: 50px;
	background: #9f0005;
	right: 0%;
	bottom: 0;
}

.shopTitle h2 {
	font-size: 30px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #111;
	font-weight: 700;
	margin-bottom: 10px;
	padding-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}

.shopTitle h2::before {
	position: absolute;
	content: "";
	height: 4px;
	width: 50px;
	background: #9f0005;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, -50%);
}

.section-title p {
	font-size: 14px;
	color: #666;
}

.container {
	max-width: 90%;
}

.overlay {
	position: relative
}

.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #000;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/* Bread Crumbs */
.breadcrumbs {
	background-color: #F6F7FB;
	position: relative;
	padding: 30px 0px;
}

.breadcrumbs .bread-inner {
	z-index: 22;
	text-align: left;
}

.breadcrumbs .bread-list {
	display: inline-block;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}

.breadcrumbs ul li i {
	margin: 0px 10px;
	font-size: 9px;
	font-weight: 600;
	color: #333;
}

.breadcrumbs ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.breadcrumbs ul li.active a {
	color: #333;
	display: inline-block;
}

.breadcrumbs ul li a:hover {
	color: #9f0005;
}

/*=============================
	Start Demos CSS 
===============================*/
.demo-section {
	width: 100%;
	background-image: url('../images/demo-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.demo-section.section {
	padding: 120px 0px 150px 0px;
}

.demo-section .demo-content {
	position: relative;
	text-align: left;
	top: 128px;
}

.demo-section .demo-content h2 {
	color: #fff;
	font-weight: 700;
	font-size: 35px;
	text-transform: uppercase;
}

.demo-section .demo-content .sub-title {
	font-weight: 600;
	font-size: 15px;
	display: block;
	margin-top: 10px;
	text-transform: capitalize;
	color: #666;
}

.demo-section .demo-content p {
	color: #333;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}

.demo-section .demo-content .logo {
	margin: 0;
	padding: 0;
}

.demo-section .demo-content .button {
	margin-top: 30px;
}

.demo-section .demo-content .check-btn {
	color: #fff;
}

.demo-thumb {
	background: #f9f9f9;
}

.demo-thumb .single-heading {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: capitalize;
	font-weight: 400;
}

.demo-thumb .single-thumb {
	position: relative;
	margin-bottom: 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.demo-thumb .single-thumb.overlay:before {
	background: #000;
	border-radius: 8px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 0;
}

.demo-thumb .single-thumb.overlay:hover:before {
	opacity: 0.7;
	visibility: visible;
	height: 100%;
}

.demo-thumb .single-thumb a {
	height: 46px;
	width: 150px;
	background: #fff;
	text-align: center;
	color: #333;
	line-height: 44px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -75px;
	border-radius: 30px;
	border: 2px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.demo-thumb .single-thumb a:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.demo-thumb .single-thumb:hover a {
	opacity: 1;
	visibility: visible;
	margin-top: -23px;
}

.demo-thumb .single-thumb img {
	height: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.demo-thumb .single-thumb:hover img {
	box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 50px 92px 0px rgba(0, 0, 0, 0.18);
}

.demo-thumb .single-thumb a span {
	display: block;
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	color: #888;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.demo-thumb .single-thumb:hover a span {
	color: #755ce4;
}

/*=============================
	/End Demos CSS 
===============================*/

/* Preloader Animaion */
.cp-preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	z-index: 4444;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 5555;
	background: rgba(255, 117, 80, 0.94);
	--uiPreloaderColor: var(--cpPreloaderColor, #fff);
	color: #fff;
	color: var(--uiPreloaderColor)
}

.cp-preloader__box {
	position: relative
}

.cp-preloader-inner {
	font-size: var(--uiPreloaderSize);
	width: 1em;
	height: 1em;
	--uiPreloaderSize: var(--cpPreloaderSize, 80px);
	font-size: 70px;
}

.cp-preloader-inner::after,
.cp-preloader-inner::before {
	content: "";
	width: 7.5%;
	height: 7.5%;
	border-radius: 50%;
	background-color: currentColor;
	position: absolute;
	left: 0;
	animation: cp-preloader19_smoke 1s linear .2s infinite backwards;
}

.cp-preloader-inner::before {
	top: 45%;
}

.cp-preloader-inner::after {
	top: 55%;
}

@keyframes cp-preloader19_smoke {
	0%, to {
		transform: translate3d(.15em, -50%, 0);
		opacity: 0
	}

	5% {
		opacity: 1
	}

	70% {
		transform: translate3d(-.75em, -50%, 0);
		opacity: 0
	}
}

.icon {
	width: 75%;
	height: 75%;
	top: 5%;
	left: 0;
	animation: cp-preloader-anim 1s linear infinite alternate backwards;
}

@keyframes cp-preloader-anim {
	0% {
		transform: translate3d(0, .0375em, 0) rotate(45deg)
	}

	to {
		transform: translate3d(.075em, .075em, 0) rotate(45deg)
	}
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Start Modal Css */
.modal-dialog .quickview-slider-active {
	display: block;
	height: 100%;
	width: 550px;
	height: 100%;
}

.modal-dialog .quickview-slider-active img {
	display: inline-block;
}

.modal-dialog .modal-content {
	border-radius: 0;
}

/* .modal-dialog .modal-content .modal-header {
	border: none;
	padding: 0;
	right: 20px;
	top: 10px;
	position: absolute;
	z-index: 9999;
} */

@media only screen and (max-width: 767px) {
	.modal-dialog .modal-content .modal-header {
		right: 0px;
		top: -10px;
	}
}

.modal-dialog .modal-content .modal-header .close {
	color: #fff;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-shadow: none;
	font-size: 11px;
	background: transparent;
	color: #000;
	border-radius: 100%;
	border: 1px solid #000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.modal-dialog .modal-content .modal-header .close {
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
}

.modal-dialog .modal-content .modal-header .close:hover {
	color: #fff;
	border-color: transparent;
	background: #9f0005;
}

.modal-dialog .modal-content .modal-body {
	padding: 0px;
	overflow-y: auto;
	/* max-height: 510px; */
	/* height: 700px; */
	overflow-x: hidden;
}

.quickview-content {
	padding: 40px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content {
		padding: 15px 35px 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content {
		padding: 20px 35px 35px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content {
		padding: 15px 15px 15px;
	}
}

.quickview-content h2 {
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 6px;
}

@media only screen and (max-width: 767px) {
	.quickview-content h2 {
		font-size: 26px;
	}
}

.quickview-content .quickview-ratting-review {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.quickview-content .quickview-ratting-review .quickview-ratting-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.quickview-content .quickview-ratting-review .quickview-ratting-wrap .quickview-ratting i {
	color: #d5d6d8;
	font-size: 12px;
}

.quickview-content .quickview-ratting-review .quickview-ratting-wrap .quickview-ratting i.yellow {
	color: #f5b223;
}

.quickview-content .quickview-ratting-review .quickview-ratting-wrap a {
	color: #262626;
	font-size: 12px;
	margin-left: 5px;
}

.quickview-content .quickview-ratting-review .quickview-stock {
	margin-left: 0;
}

.quickview-content .quickview-ratting-review .quickview-stock span {
	font-size: 12px;
}

.quickview-content .quickview-ratting-review .quickview-stock span i {
	font-size: 16px;
	color: #63ab01;
	margin-right: 2px;
	position: relative;
	top: 3px;
}

.quickview-content h3 {
	font-size: 20px;
	margin: 12px 0 15px;
	font-weight: 600;
}

.quickview-content h3 span {
	text-decoration: line-through;
	font-size: 14px;
	margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content>h3 {
		margin: 20px 0 18px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content>h3 {
		margin: 10px 0 10px;
	}
}

.quickview-content .quickview-peragraph p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #333;
}

.quickview-content .size {
	margin-top: 20px;
	margin-bottom: 20px;
}

.quickview-content .size .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 12px;
}

.quickview-content .size .title img {
	width: 20px;
	margin-right: 5px;
}

.quickview-content .nice-select {
	clear: initial;
	margin: 0;
	height: 45px;
	width: 100%;
	text-align: center;
	background: transparent;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	line-height: 45px;
	font-size: 14px;
	font-weight: 400;
	border: 1px solid #eee;
	border-radius: 0;
}

.quickview-content .nice-select::after {
	border-color: #666;
	right: 20px;
}

.quickview-content .nice-select .list {
	border-radius: 0px;
	width: 100%;
}

.quickview-content .nice-select .list li.focus {
	font-weight: 400;
	text-transform: lowercase;
}

.quickview-content .nice-select .list li {
	color: #666;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
}

.quickview-content .nice-select .list li:hover {
	background: #9f0005;
	color: #fff;
}

.quickview-content .quickview-peragraph ul {
	margin: 30px 0 0;
}

.quickview-content .quickview-peragraph ul li {
	font-size: 14px;
	line-height: 1;
	position: relative;
	padding-left: 12px;
	margin: 0 0 22px;
}

.quickview-content .default-social {
	margin-top: 35px;
}

@media only screen and (max-width: 767px) {
	.quickview-content .quickview-peragraph ul li {
		line-height: 24px;
		margin: 0 0 15px;
	}
}

.quickview-content .quickview-peragraph ul li:last-child {
	margin: 0 0 0px;
}

.quickview-content .quickview-peragraph ul li::before {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #9f0005;
	content: "";
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

.quickview-content .quickview-action-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 60px 0 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content .quickview-action-wrap {
		margin: 30px 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content .quickview-action-wrap {
		margin: 30px 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content .quickview-action-wrap {
		margin: 20px 0 20px;
		display: block;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.quickview-content .quickview-action-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.quickview-content .quickview-action-wrap .quickview-cart {
	margin: 0 26px 0 10px;
}

@media only screen and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-cart {
		margin: 0 26px 20px 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-cart {
		margin: 0 26px 0 10px;
	}
}

.quickview-content .quickview-action-wrap .quickview-cart a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 12px 30px;
	background-color: #262626;
	display: inline-block;
	margin-left: 8px;
	border-radius: 30px;
}

.quickview-content .quickview-action-wrap .quickview-cart a:hover {
	background-color: #9f0005;
	color: #333;
}

.quickview-content .quickview-action-wrap .quickview-cart.quickview-cart-mrg-none {
	margin: 0 26px 0 0px;
}

@media only screen and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-cart.quickview-cart-mrg-none {
		margin: 0 26px 20px 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-cart.quickview-cart-mrg-none {
		margin: 0 26px 0 10px;
	}
}

.quickview-content .quickview-action-wrap .affiliate-btn a:hover {
	background-color: #e77878;
}

.quickview-content .quickview-action-wrap .quickview-wishlist a, .quickview-content .quickview-action-wrap .quickview-compare a {
	font-size: 20px;
	font-weight: bold;
}

.quickview-content .quickview-action-wrap .quickview-compare {
	margin-left: 30px;
}

.quickview-content .quickview-action-wrap .quickview-wishlist a:hover {
	color: #9f0005;
}

.quickview-content .quickview-action-wrap .quickview-compare a:hover {
	color: #9f0005;
}

@media only screen and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-compare {
		margin-left: 0px;
		margin-top: 14px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.quickview-content .quickview-action-wrap .quickview-compare {
		margin-left: 30px;
		margin-top: 0px;
	}
}

.quickview-content .quickview-meta {
	margin: 0 0 15px;
}

.quickview-content .quickview-meta>span {
	display: block;
	font-size: 14px;
	margin: 0 0 11px;
}

.quickview-content .quickview-meta>span a:hover {
	text-decoration: underline;
}

.quickview-content .quickview-meta>span:last-child {
	margin: 0 0 0px;
}

.quickview-content.product-details-content {
	padding: 0 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content.product-details-content {
		padding: 0 0 0 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content.product-details-content {
		padding: 30px 0 0 0px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content {
		padding: 30px 0 0 0px;
	}
}

.quickview-content.product-details-content h2 {
	margin: 0 0 13px;
}

.quickview-content.product-details-content h3 {
	margin: 30px 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content.product-details-content h3 {
		margin: 10px 0 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content.product-details-content h3 {
		margin: 10px 0 12px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content h3 {
		margin: 10px 0 12px;
	}
}

.quickview-content.product-details-content .quickview-action-wrap {
	margin: 60px 0 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content.product-details-content .quickview-action-wrap {
		margin: 20px 0 20px;
	}

	.quickview-content.product-details-content .quickview-action-wrap .quickview-cart a {
		padding: 20px 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content.product-details-content .quickview-action-wrap {
		margin: 20px 0 20px;
	}

	.quickview-content.product-details-content .quickview-action-wrap .quickview-cart a {
		padding: 20px 18px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content .quickview-action-wrap {
		margin: 20px 0 20px;
	}

	.quickview-content.product-details-content .quickview-action-wrap .quickview-cart a {
		padding: 12px 18px;
	}
}

.quickview-content.product-details-content .quickview-action-wrap.configurable-mrg-dec {
	margin: 37px 0 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content.product-details-content .quickview-action-wrap.configurable-mrg-dec {
		margin: 25px 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content .quickview-action-wrap.configurable-mrg-dec {
		margin: 20px 0 15px;
	}
}

.quickview-content.product-details-content .quickview-action-wrap.quickview-action-mrg-dec {
	margin: 30px 0 38px;
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content .quickview-action-wrap.quickview-action-mrg-dec {
		margin: 20px 10px 20px;
	}
}

.quickview-content.product-details-content .quickview-meta {
	margin: 0 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.quickview-content.product-details-content .quickview-meta {
		margin: 0 0 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.quickview-content.product-details-content .quickview-meta {
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content .quickview-meta {
		margin: 0 0 20px;
	}
}

.quickview-content.product-details-content.product-details-slider2 {
	padding: 0;
	margin: 85px 10px 0;
}

@media only screen and (max-width: 767px) {
	.quickview-content.product-details-content.product-details-slider2 {
		margin: 20px 10px 0;
	}
}

.quickview-content .quantity {
	display: inline-block;
	margin-right: 10px;
}

.quickview-content .quantity .input-group {
	width: 151px;
	display: inline-block;
}

.modal .product-gallery .single-slider {
	width: 100%;
	height: 100%;
	display: block;
}

/* Slider Nav */
.modal .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.modal .owl-carousel .owl-nav div {
	height: 60px;
	width: 30px;
	line-height: 58px;
	background: #fff;
	color: #333;
	position: absolute;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #3333331c;
}

.modal .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #9f0005;
}

.modal .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;

}

.modal .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}

.modal .product-gallery .modal .product-gallery img {
	width: 100%;
	height: 100%;
	display: block;
}

.quickview-content .quantity .button {
	display: inline-block;
	position: absolute;
	top: 0;
	display: inline-block;
}

.quickview-content .quantity .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.quickview-content .quantity .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.quickview-content .quantity .button .btn {
	padding: 0;
	width: 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	font-size: 12px;
	border: none;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.checkout_OrderSummary thead {
	background: #eee;
}

.checkout_OrderSummary td {
	padding: 15px 8px;
}

.checkout_OrderSummary h2 {
	font-size: 20px;
}

.checkout_OrderSummary tr td, .checkout_OrderSummary tr th {
	vertical-align: middle;
}

.quickview-content .quantity .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 45px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px 38px;
}

.quickview-content .add-to-cart {
	display: inline-block;
}

.quickview-content .add-to-cart .btn {
	width: auto;
	text-align: center;
	text-transform: capitalize;
	margin-right: 5px;
	border-radius: 0px;
	font-weight: 500;
}



.quickview-content .add-to-cart .btn.min {
	padding: 2px 20px;
	font-size: 17px;
	position: relative;
	top: -3px;
	background: #111111;
	line-height: 45px;
}

.quickview-content .add-to-cart .btn.min:hover {
	color: #fff;
}

.default-social ul li {
	display: inline-block;
	margin-right: 5px;
}

.default-social ul li:last-child {
	margin-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.default-social ul li {
		margin-right: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.default-social ul li {
		margin-right: 8px;
	}
}

.default-social .share-now {
	margin-right: 12px;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
}

.default-social ul {
	display: inline-block;
}

.default-social ul li {
	margin-right: 12px;
	display: inline-block;
}

.default-social ul li:last-child {
	margin-right: 0;
}

.default-social ul li a {
	font-size: 16px;
	text-align: center;
	display: inline-block;
	color: #262626;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-size: 14px;
	/* display: block; */
}

.default-social ul li a i {}

.default-social ul li a:hover {
	color: #9f0005;
}

/* End Modal Css */

/* Video Animations */

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}



@-webkit-keyframes lineanim {
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	50.1% {
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left
	}
}

@keyframes lineanim {
	50% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: top left;
		transform-origin: top left
	}

	50.1% {
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left
	}

	100% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left
	}
}


/* Topbar Left Nav */
.header.shop .top-left .list-main li:first-child {
	padding-left: 0;
}

.header.shop .top-left .list-main li i {
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
	color: #9f0005;
	position: relative;
	top: 3px;
}

.header.shop .right-content {
	float: right;
}

.header.shop .list-main li {
	display: inline-block;
	color: #333;
	font-size: 13px;
	font-weight: 500;
	border-right: 1px solid #f0f0f0;
	padding: 0px 13px;
}

.header.shop .list-main li i {
	display: inline-block;
	margin-right: 4px;
	font-size: 15px;
	color: #9f0005;
	position: relative;
	top: 1px;
}

.header.shop .list-main li:last-child {
	padding-right: 0;
	border: none;
}

.header.shop .list-main li a {
	color: #333;
}

.header.shop .list-main li a:hover {
	color: #9f0005;
}

.header.shop .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}

.header.shop .nav li {
	margin-right: 38px;
	position: relative;
}

.header.shop .nav li:last-child {
	margin: 0 !important;
}

.header.shop .nav li .new {
	background: #9f0005;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	padding: 0px 9px;
	position: absolute;
	left: 0;
	top: 6px;
	font-weight: 500;
}

.header.shop .nav li .new::before {
	position: absolute;
	content: "";
	left: 4px;
	bottom: -8px;
	border: 4px solid #9f0005;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
}

/* Shopping Cart */
.header .shopping {
	display: inline-block;
	z-index: 9999;
}

.header .shopping .icon {
	position: relative;
	cursor: pointer;
	color: #222;
}

.header .shopping .shopping-item {
	position: absolute;
	top: 68px;
	right: 0;
	width: 300px;
	background: #fff;
	padding: 20px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.header .shopping:hover .shopping-item {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.header .shopping .dropdown-cart-header {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.header .shopping .dropdown-cart-header span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}

.header .shopping .dropdown-cart-header a {
	float: right;
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
}

.header .shopping .dropdown-cart-header a:hover {
	color: #9f0005;
}

.header .shopping-list li {
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.header .shopping-list li .remove {
	position: absolute;
	left: 0;
	bottom: 16px;
	margin-top: -20px;
	height: 20px;
	width: 20px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	color: #222;
	border-radius: 0;
	font-size: 11px;
	border: 1px solid #ededed;
}

.header .shopping-list li .remove:hover {
	background: #222;
	color: #fff !important;
	border-color: transparent;
}

.header .shopping-list .cart-img {
	float: right;
	border: 1px solid #ededed;
	overflow: hidden;
}

.header .shopping-list .cart-img img {
	width: 70px;
	height: 70px;
	border-radius: 0;

}

.header .shopping-list .cart-img:hover img {
	transform: scale(1.09);
}

.header .shopping-list .quantity {
	line-height: 22px;
	font-size: 13px;
	padding-bottom: 30px;
}

.header .shopping-list h4 {
	font-size: 14px;
}

.header .shopping-list h4 a {
	font-weight: 600;
	font-size: 13px;
	color: #333;
}

.header .shopping-list h4 a:hover {
	color: #9f0005;
}

.header .shopping-item .bottom {
	text-align: center;
}

.header .shopping-item .total {
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}

.header .shopping-item .total span {
	text-transform: uppercase;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	float: left;
}

.header .shopping-item .total .total-amount {
	float: right;
	font-size: 14px;
}

.header .shopping-item .bottom .btn {
	background: #222;
	padding: 10px 20px;
	display: block;
	color: #fff;
	margin-top: 10px;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.header .shopping-item .bottom .btn:hover {
	background: #9f0005;
	color: #fff;
}

.header.shop {
	background: #fff;
}

.header.shop .nav-inner {
	margin: 0;
	float: left;
}

.header.shop .topbar {
	background-color: #fff;
	border: none;
}

.header.shop .right-nav li a {
	color: #333;
}

.header.shop .logo {
	float: left;
	margin: 0px 0 0;
	width: 220px;
}

.header.shop .top-contact {
	margin-top: 0px;
}

/* Header Middle */
.header.shop .search-bar-top {
	text-align: center;
	margin-top: 10px;
}

.header.shop .search-bar {
	margin-top: 33px;
	width: 100%;
	height: 40px;
	display: inline-block;
	background: #fff;
	position: relative;
}

.header.shop .search-bar {
	width: 100%;
	height: 50px;
	display: inline-block;
	background: #fff;
	position: relative;
	margin: 0;
	line-height: 45px;
	border-radius: 5px;
	border: 1px solid #ececec;
}

.header.shop .nice-select {
	clear: initial;
	margin: 0;
	height: 48px;
	width: 150px;
	border: none;
	text-align: center;
	background: transparent;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	border-right: 1px solid #eee;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
}

.header.shop .nice-select::after {
	border-color: #666;
	right: 20px;
}

.header.shop .nice-select .list {
	border-radius: 0px;
}

.header.shop .nice-select .list li.focus {
	font-weight: 400;
}

.header.shop .nice-select .list li {
	color: #666;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
}

.header.shop .nice-select .list li:hover {
	background: #9f0005;
	color: #fff;
}

.header.shop .search-bar form {
	display: inline-block;
	float: left;
	width: 100%;
}

.header.shop .search-bar input {
	height: 48px;
	background: transparent;
	color: #666;
	border-radius: 0;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0 25px 0 20px;
	width: 100%;
}

.header.shop .search-bar .btnn {
	height: 49px;
	line-height: 53px;
	width: 62px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #9f0005;
	position: absolute;
	left: -2px;
	top: -1px;
	border: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.shop .search-bar .btnn:hover {
	color: #fff;
	background: #9f0005;
}

/* Search Form */
.header.shop .search-top {
	opacity: 1;
	visibility: visible;
	top: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	top: 0;
}

.header.shop .middle-inner {
	padding: 10px 0;
	background: #fff;
	border-top: 1px solid #eee;
	position: relative;
}



.header.shop .header-inner {
	background: #111;
}


.header.shop.v2 .header-inner {
	background: #fff;
	border-top: 1px solid #eee;
}

.header.shop .topbar p {
	color: #333;
}

.header.shop .all-category {
	color: #fff;
	background: transparent;
	position: relative;
	background: #9f0005;
}

.header.shop .all-category h3 {
	padding: 20px 25px;
}

.header.shop .cat-heading {
	font-size: 20px;
	color: #fff;
}

.header.shop .cat-heading i {
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 22px;
}

.header.shop .main-category {
	position: absolute;
	left: 0;
	top: 64px;
	background: #fff;
	z-index: 1;
	width: 100%;
	-webkit-box-shadow: 0px 5px 15px #0000000a;
	-moz-box-shadow: 0px 5px 15px #0000000a;
	box-shadow: 0px 5px 15px #0000000a;
}

.header.shop .main-category li {
	display: block;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}

.header.shop .main-category li:last-child {
	border: none;
}

.header.shop .main-category li a {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	padding: 13px 25px 13px 25px;
	display: block;
	text-transform: uppercase;
}

.header.shop .main-category li a i {
	display: inline-block;
	float: right;
}

.header.shop .sub-category {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 238px;
	top: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-left: 3px solid #9f0005;
	-webkit-box-shadow: 0px 5px 15px #0000000a;
	-moz-box-shadow: 0px 5px 15px #0000000a;
	box-shadow: 0px 5px 15px #0000000a;
}

.header.shop .main-category li:hover .sub-category {
	opacity: 1;
	visibility: visible;
}

.header.shop .main-category li a {
	text-transform: capitalize;
	font-weight: 400;
}

.header.shop .main-category li a:hover {
	color: #9f0005;
}

.header.shop .main-category .main-mega {
	position: relative;
}

.header.shop .main-category li .mega-menu {
	width: 850px;
	display: inline-block;
	height: auto;
	position: absolute;
	left: 238px;
	top: 0;
	z-index: 99999;
	background: #fff;
	border: none;
	padding: 30px;
	border-left: 3px solid #9f0005;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.shop .main-category li:hover .mega-menu {
	opacity: 1;
	visibility: visible;
}

.header.shop .main-category li .mega-menu .single-menu {
	width: 33%;
	display: inline-block;
	border: none;
	padding: 0;
	padding-right: 20px;
}

.header.shop .main-category li .mega-menu .single-menu a {
	padding: 0;
}

.header.shop .main-category li .mega-menu .single-menu .image {
	overflow: hidden;
}

.header.shop .main-category li .mega-menu .single-menu img {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
}

.header.shop .main-category li .mega-menu .single-menu .image:hover img {
	transform: scale(1.1);
}

.header.shop .main-category li .mega-menu .single-menu .title-link {
	margin-bottom: 20px;
	background: #9f0005;
	color: #fff;
	padding: 2px 13px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}

.header.shop .main-category li .mega-menu .single-menu .title-link:hover {
	background: #333;
	color: #fff;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link {
	margin-top: 25px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a {
	margin-bottom: 10px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover {
	color: #9f0005;
	background: transparent;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:last-child {
	margin-bottom: 0px;
}

.header.shop .menu-origin {
	float: none;
	display: inline-block;
	float: right;
}

.header.shop .nav li {
	margin-right: 40px;
	float: left;
	position: relative;
}

.header.shop .nav li {
	margin-right: 5px;
	position: relative;
	float: none;
}

.header.shop .nav li:last-child {
	margin-right: 0;
}

.header.shop .nav li .new {
	background: #9f0005;
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	position: absolute;
	left: 21px;
	top: 2px;
	font-weight: 500;
	height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
}

.header.shop.v2 .nav li a {
	color: #333;
}

.header.shop .nav li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	padding: 20px 15px;
	font-weight: 500;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.shop .nav li:hover a {
	color: #fff;
	background: #9f0005;
}

.header.shop.v2 .nav li:hover a {
	color: #9f0005;
	background: transparent;
}

.header.shop .nav li.active a {
	color: #fff;
	background: #9f0005;
}

.header.shop.v2 .nav li.active a {
	color: #333 !important;
	background: transparent !important;
}

.header.shop.v2 .nav li.active a {
	color: #9f0005 !important;
}

.header.shop .nav .dropdown li {
	margin: 0;
}

.header.shop .nav li .dropdown li:hover a {
	background: #9f0005;
}

.header.shop.v2 .nav li.active .dropdown li a {
	color: #333 !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
	color: #fff !important;
	background: #9f0005 !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
	color: #fff !important;
}

.header.shop.v2 .nav li .dropdown li:hover a {
	color: #9f0005;
}

.header.shop .nav li .dropdown li a {
	color: #333;
	padding: 8px 15px;
	font-weight: 400;
	background: #fff;
}

.header.shop.v2 .nav li .dropdown li a {
	color: #333;
	background: #fff;
}

.header.shop .nav li .dropdown li a {
	font-weight: 400;
	font-size: 14px;
}

.header.shop .nav li .dropdown li a:hover {
	color: #fff;
}

.header.shop.v2 .nav li .dropdown li a:hover {
	color: #fff !important;
	background: #9f0005;
}

.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
	background: #9f0005;
}

.header.shop .right-bar {
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 20px;
	float: right;
	position: relative;
	right: 10px;
}

.header.shop .right-bar .sinlge-bar.top-search a {
	transform: translateY(3px);
}

.header.shop .right-bar .sinlge-bar.top-search a:hover {
	color: #9f0005;
}

.header.shop .right-bar .sinlge-bar .single-icon {
	color: #333;
	font-size: 20px;
	position: relative;
}

.header.shop .right-bar .sinlge-bar .single-icon:hover {
	color: #9f0005;
}

.header.shop .right-bar .sinlge-bar .single-icon .total-count {
	position: absolute;
	top: -7px;
	right: -8px;
	background: #9f0005;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 11px;
}

.header.shop .right-bar .sinlge-bar {
	display: inline-block;
	margin-left: 25px;
}

.header.shop .right-bar .sinlge-bar:last-child {
	margin-left: 0px;
}

.header.shop .right-bar .sinlge-bar li a:hover {
	color: #9f0005;
}

.mobile-search {
	display: none;
}

/* Header Search */
/* Search */
.header .search-top {
	display: none;
}

.header .search-top a {
	font-size: 17px;
}

.header .search-top a:hover {
	color: #9f0005;
}

.header .search-form {
	position: absolute;
	left: -128px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	top: 46px;
	background: #ffffff75;
	padding: 7px;
	border-radius: 5px;
	transform: scaleY(0);
	box-shadow: 0px 4px 7px #0000003b;
	padding: 0;
	border-radius: 0;
}

.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}

.header .search-form input {
	width: 220px;
	height: 45px;
	line-height: 45px;
	padding: 0 60px 0 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #333;
	border-radius: 0;
}

.header .search-form button {
	position: absolute;
	right: 0;
	height: 45px;
	top: 0;
	width: 45px;
	background: transparent;
	border: none;
	color: #3353ea;
	border-radius: 0 3px 3px 0;
	border-radius: 0;
	border-left: 1px solid #eee;
	font-size: 15px;
	color: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .search-form button:hover {
	color: #fff;
	background: #9f0005;
	border-color: transparent;
}

/* Header Sticky */
.header .header-inner {
	width: 100%;
	z-index: 999;
}


.header.sticky .all-category h3 {
	cursor: pointer;

}

.header.sticky .all-category .main-category {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header.sticky .all-category:hover .main-category {
	opacity: 1;
	visibility: visible;
}

.header.sticky .header-inner .nav li a {
	color: #333;
}

.header.sticky.v3 .header-inner .nav li a {
	color: #fff;
}

.header.sticky .header-inner .nav li:hover a {
	color: #fff;
}

.header.sticky.v2 .header-inner .nav li:hover a {
	color: #9f0005;
}

.header.sticky .header-inner .nav li .dropdown li a {
	color: #333;
}

.header.sticky.v2 .header-inner .nav li .dropdown li a {
	color: #333;
}

.header.sticky .header-inner .nav li .dropdown li a:hover {
	color: #fff;
}

.header.sticky .header-inner .nav li.active a {
	color: #fff;
}

.header.sticky .header-inner {
	position: fixed;
	top: 0;
	left: 0;
	background: #111111;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	z-index: 999;
}

.header.sticky.v3 .header-inner {
	box-shadow: none;
}

.header.sticky.v3 .navbar-expand-lg .navbar-collapse {
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/*======================================
	End Header CSS
========================================*/
input:focus {
	border: inherit;
	outline: none;
}

/*======================================
   Start Small Banner CSS
========================================*/

.small-banner .single-banner {
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}

.small-banner .single-banner img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.small-banner .single-banner .content {
	position: absolute;
	right: 0;
	bottom: 10px;
	transform: translateY(-10px);
	padding-right: 15px;
	z-index: 99;
}

.small-banner .single-banner h3 {
	font-size: 21px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
}

.hero-slider .owl-stage-outer {
	padding-bottom: 0;
}

.small-banner .single-banner h3 span {
	color: #9f0005;
}

.small-banner .single-banner p {
	font-size: 16px;
	color: #9f0005;
	font-weight: 500;
	margin-bottom: 5px;
	text-transform: capitalize;
}

.small-banner .single-banner a {
	color: #fff;
	margin-top: 15px;
	display: block;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 2px solid #fff;
}

.small-banner .single-banner a:hover {
	color: #9f0005;
	border-color: #9f0005;
}

.single-footer .logo img {
	width: 280px;
}

/*======================================
   End Small Banner CSS
========================================*/



/*======================================
   Start Most Popular CSS
========================================*/
.pro-tab-viewmore-wrap {
	position: relative;
	text-align: center;
}

.most-popular .section-title {
	margin-bottom: 20px;
}

.pro-tab-viewmore-wrap .pro-viewmore {
	position: absolute;
	right: 40px;
	top: 0;
}

.most-popular .single-product {
	margin: 30px 15px 0 15px;
}

/* Slider Nav */
.most-popular .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -42px;
}

.most-popular .owl-carousel .owl-nav div {
	height: 60px;
	width: 30px;
	line-height: 58px;
	background: #fff;
	color: #333;
	position: absolute;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #3333331c;
}

.most-popular .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #9f0005;
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: 0;
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-next {
	right: 0;
}

/*======================================
   End Most Popular CSS
========================================*/

/*======================================
   Start Single Product CSS
========================================*/
.product-area .nav-tabs {
	text-align: center;
	display: inline-block;
	width: 100%;
	border: none;
}

.product-area .nav-tabs .nav-item {
	margin-bottom: -1px;
	display: inline-block;
}

.product-area .nav-tabs li a {
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin-right: 5px;
	font-weight: 500;
	background: #fff;
	color: #333;
	padding: 3px 14px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
}

.product-area .nav-tabs li:last-child a {
	border-color: transparent;
}

.product-area .nav-tabs li a i {
	margin-right: 10px;
}

.product-area .nav-tabs li a.active,
.product-area .nav-tabs li:hover a {
	background: #9f0005;
	color: #fff;
	border-color: transparent;
}

/* Sinlge Product */
.single-product {
	margin-top: 20px;
	transition: 0.5s;
	padding: 5px 5px 25px 5px;

}

.single-product:hover {
	box-shadow: 0px 16px 24px rgba(0, 0, 0, .1)
}

.single-product .product-img {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.single-product .product-img a {
	display: block;
	position: relative;
}

.single-product .product-img a img {
	width: 100%;
}

.single-product .product-img a img.hover-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.single-product .product-img a span.price-dec {
	background-color: #9f0005;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 20px;
	top: 20px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 25px;
}

.single-product .product-img a span.new {
	background-color: #111;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 10px;
	top: 10px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}

.single-product .product-img a span.out-of-stock {
	background-color: #ed1b24;
	display: inline-block;
	font-size: 11px;
	color: #fff;
	right: 20px;
	top: 20px;
	padding: 1px 16px;
	font-weight: 700;
	border-radius: 0;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	border-radius: 30px;
	height: 26px;
	line-height: 24px;
}

.single-product .product-img .product-action {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 99;
	border-radius: 3px;
}

.single-product .product-img .product-action a {
	background-color: transparent;
	color: #000;
	display: block;
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
	text-align: right;
	height: 52px;
	position: relative;
	top: 2px;
}

.single-product .product-img .product-action a:last-child {
	margin-right: 0;
	border: none;
}

.single-product .product-img .product-action a i {
	line-height: 40px;
}

.single-product .product-img .product-action a span {
	visibility: hidden;
	position: absolute;
	background: #9f0005 !important;
	color: #fff !important;
	text-align: center;
	padding: 5px 12px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity .6s, margin .3s;
	-o-transition: opacity .6s, margin .3s;
	transition: opacity .6s, margin .3s;
	font-size: 11px;
	right: 0;
	line-height: 14px;
	top: -12px;
	margin-top: -5px;
	margin-right: 0;
	display: inline-block;
	width: 120px;
	border-radius: 15px 0 0 15px;
}

.single-product .product-img .button-head .product-action a span::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: -12px;
	border: 6px solid #9f0005;
	border-left: 0px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.single-product .product-img .product-action a:hover {
	color: #9f0005;
}

.single-product .product-img .product-action a:hover span {
	visibility: visible;
	opacity: 1;
	color: #333;
	background: #fff;
	margin-top: -12px;
}

.single-product .product-img .product-action.pro-action-width-dec a {
	width: 30px;
	height: 30px;
	font-size: 14px;
}

.single-product .product-img .product-action.pro-action-width-dec a i {
	line-height: 30px;
}

.single-product .product-img .product-action.pro-action-width-dec-2 {
	bottom: 45px;
}

.single-product .product-img .product-action-2 {
	position: absolute;
	left: 10px;
	bottom: 0;
	text-align: left;
	z-index: 99;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

.single-product .product-img .product-action-2 a {
	display: block;
	background-color: transparent;
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	display: inline-block;
}

.single-product .product-img .product-action-2 a:hover {
	color: #9f0005;
}

.single-product .button-head {
	background: transparent;
	display: inline-block;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 9;
	height: 50px;
	line-height: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-product .button-head {
	bottom: 0px;
	padding: 10px;
}

.single-product .product-img .shop-list-quickview {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	margin-top: 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .35s ease 0s;
	-o-transition: all .35s ease 0s;
	transition: all .35s ease 0s;
}

.single-product .product-img .shop-list-quickview a {
	color: #000;
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 18px;
}

.single-product .product-img .shop-list-quickview a:hover {
	background-color: #222;
	color: #fff;
}

.single-product .product-img .shop-list-quickview a i {
	line-height: 50px;
}

.single-product .product-content {
	margin-top: 10px;
	text-align: center;
}

.single-product .product-img:hover.default-overlay::before {
	background-color: rgba(38, 38, 38, 0.2);
	z-index: 9;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	pointer-events: none;
	opacity: 1;
}

.single-product .product-img:hover img {
	transform: scale(1.1);
}

.single-product .product-img:hover.default-overlay.metro-overlay::before {
	background-color: rgba(38, 38, 38, 0.4);
	z-index: 9;
	-webkit-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	pointer-events: none;
	opacity: 1;
}

.single-product .product-img:hover img.hover-img {
	opacity: 1;
}

.single-product .product-content h3 {
	line-height: 22px;
}

.single-product .product-content h3 a {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

.single-product .product-content h3 a:hover {
	color: #9f0005;
}

.single-product .product-content .product-price {
	margin: 6px 0 0 0;
	font-size: 18px;
	text-align: center;
}

.single-product .product-content .product-price span {
	font-size: 18px;
	font-weight: 600;
}

.single-product .product-content .product-price span.old {
	text-decoration: line-through;
	opacity: .6;
	margin-right: 2px;
}

/*======================================
   End Single Product CSS
========================================*/

/*======================================
   Start Shop Sidebar CSS
========================================*/
.shop-sidebar .single-widget {
	margin-top: 30px;
	background: #F6F7FB;
	padding: 30px;
}

.shop-sidebar .single-widget:first-child {
	margin-top: 0;
}

.shop-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

/* Shop Price */
.shop .range .price-filter {
	display: block;
	margin-top: 20px;
}

.shop .range #slider-range {
	box-shadow: none;
	border: none;
	height: 4px;
	background: #9f0005;
	color: #9f0005;
	border-radius: 0px;
}

.shop .range #slider-range .ui-slider-range {
	box-shadow: none;
	background: #222;
	border-radius: 0px;
	border: none;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	width: 14px;
	height: 14px;
	line-height: 10px;
	background: #222;
	border: none;
	border-radius: 100%;
	top: -5px;
}

.shop .range .label-input {
	margin-top: 15px;
}

.shop .range .label-input span {
	margin-right: 5px;
	color: #282828;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
	background: #9f0005;
	color: #9f0005;
	cursor: pointer;
}

.shop .range .label-input input {
	border: none;
	margin: 0;
	font-weight: 600;
	font-size: 14px;
	color: #222;
	background: transparent;
}

.shop .range .check-box-list {
	margin-top: 15px;
}

.shop .range .check-box-list li {
	margin-bottom: 5px;
}

.shop .range .check-box-list li:last-child {
	margin: 0;
}

.shop .range .check-box-list li label input {
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.shop .range .check-box-list li label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	cursor: pointer;
}

.shop .range .check-box-list .count {
	margin-left: 5px;
	color: #666;
}

/* Category List */
.shop-sidebar .categor-list {
	margin-top: 10px;
}

.shop-sidebar .categor-list li {
	margin-bottom: 10px;
}

.shop-sidebar .categor-list li:last-child {
	margin-bottom: 0px;
}

.shop-sidebar .categor-list li a {
	display: inline-block;
	color: #666;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
}

.shop-sidebar .categor-list li a:hover {
	color: #9f0005;
}

/* Recent Post */
.shop-sidebar .single-post {
	position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.shop-sidebar .single-post.first {
	padding-top: 0px;
}

.shop-sidebar .single-post:last-child {
	padding-bottom: 0px;
	border: none;
}

.shop-sidebar .single-post .image img {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
}

.shop-sidebar .single-post .content {
	padding-left: 100px;
}

.shop-sidebar .single-post .content h5 {
	line-height: 18px;
}

.shop-sidebar .single-post .content h5 a {
	color: #222;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	display: block;
}

.shop-sidebar .single-post .content h5 a:hover {
	color: #9f0005;
}

.shop-sidebar .single-post .content .price {
	display: block;
	color: #333;
	font-weight: 500;
	margin: 5px 0 0px 0;
	text-transform: uppercase;
	font-size: 14px;
}

.shop-sidebar .single-post .reviews li {
	display: inline-block;
}

.shop-sidebar .single-post .reviews li i {
	color: #999;
}

.shop-sidebar .single-post .reviews li.yellow i {
	color: #9f0005;
}



/*======================================
   Start Shop Single CSS
========================================*/
.shop.single {
	padding: 70px 0 100px;
}

.shop.single .product-gallery {
	margin-top: 30px;
}

.shop.single .flexslider-thumbnails {
	position: relative;
}

.shop.single .product-gallery .slides li {
	position: relative;
}

.shop.single .product-gallery .slides li img {
	width: 100%;
}

.shop.single .flex-control-nav {
	margin-top: 15px;
}

.shop.single .flex-control-thumbs li {
	width: 20%;
	position: relative;
	margin: 0 8px 10px -3px;
}

.shop.single .flex-control-thumbs li img {
	border: none;
	padding: 0;
	border: 1px solid transparent;
}

.shop.single .flex-control-thumbs li img.flex-active {
	border-color: #9f0005;
}

.shop.single .flex-direction-nav {
	display: none;
}

.shop.single .product-des {
	margin-top: 30px;
}

.shop.single .product-des .short h4 {
	font-size: 22px;
	font-weight: 600;
	margin-top: -5px;
	line-height: 28px;
}

.shop.single .product-des .short .description {
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.shop.single .product-des .total-review {
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
	display: inline-block;
}

.shop.single .product-des .total-review:hover {
	color: #9f0005;
}

.shop.single .product-des .rating {
	margin-top: 20px;
	display: inline-block;
}

.shop.single .product-des .rating li {
	display: inline-block;
}

.shop.single .product-des .rating li i {
	color: #9f0005;
}

.shop.single .product-des .rating li.dark i {
	color: #555;
}

.shop.single .product-des .price {
	font-size: 20px;
	color: #333;
	font-weight: 600;
	margin-top: 15px;
}

.shop.single .product-des .price s {
	color: #333;
}

.shop.single .product-des .price span {
	display: inline-block;
	margin-right: 15px;
	color: #9f0005;
}

.shop.single .product-des .product-buy {
	margin-top: 40px;
}

.shop.single .product-des .color {
	display: inline-block;
	margin-right: 50px;
}

.shop.single .product-des .color h4 {
	font-size: 18px;
	font-weight: 600;
}

.shop.single .product-des .color h4 span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 4px;
}

.shop.single .product-des .color ul {
	margin-top: 10px;
}

.shop.single .product-des .color ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .product-des .color ul li:last-child {
	margin-right: 0;
}

.shop.single .product-des .color ul li a {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	background: #333;
}

.shop.single .product-des .color ul li a i {
	font-size: 11px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.shop.single .product-des .color ul li a:hover i {
	opacity: 1;
	visibility: visible;
}

.shop.single .product-des .color ul li .one {
	background: #3498db;
}

.shop.single .product-des .color ul li .two {
	background: #9f0005;
}

.shop.single .product-des .color ul li .three {
	background: #8e44ad;
}

.shop.single .product-des .color ul li .four {
	background: #2ecc71;
}

/* Size */
.shop.single .product-des .size {
	display: inline-block;
}

.shop.single .product-des .size h4 {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 0px;
}

.shop.single .product-des .size ul {
	display: inline-block;
	margin-top: 10px;
}

.shop.single .product-des .size ul li {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .product-des .size ul li:last-child {
	margin-right: 0;
}

.shop.single .product-des .size ul li a {
	display: block;
	height: 30px;
	width: 36px;
	border: 1px solid #eee;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.shop.single .product-des .size ul li a:hover {
	color: #9f0005;
}

.shop.single .quantity {
	display: inline-block;
	margin-right: 10px;
}

.shop.single .quantity h6 {
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 500;
}

.shop.single .quantity .input-group {
	width: 151px;
	display: inline-block;
}

.shop.single .quantity .button {
	display: inline-block;
	position: absolute;
	top: 0;
	display: inline-block;
}

.shop.single .quantity .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.shop.single .quantity .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.shop.single .quantity .button .btn {
	padding: 0;
	width: 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	font-size: 12px;
	border: none;
}

.shop.single .quantity .button .btn:hover {
	color: #9f0005;
}

.shop.single .quantity .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 45px;
	border-radius: 0px;
	overflow: hidden;
	padding: 0px 38px;
}

.shop.single .add-to-cart {
	display: inline-block;
}

.shop.single .add-to-cart .btn {
	height: 45px;
	width: auto;
	padding: 0 42px;
	line-height: 45px;
	text-align: center;
	text-transform: capitalize;
	margin-right: 5px;
	border-radius: 0px;
	background: #333;
	color: #fff;
	display: inline-block;
	font-weight: 500;
}

.shop.single .add-to-cart .btn:hover {
	color: #fff;
	background: #9f0005;
}

.shop.single .add-to-cart .btn.min {
	padding: 0 20px;
	font-size: 17px;
	position: relative;
	top: 1px;
	line-height: 45px;
}

.shop.single .cat {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-top: 30px;
}

.shop.single .cat a {
	display: inline-block;
	margin-left: 10px;
}

.shop.single .cat a:hover {
	color: #9f0005;
}

.shop.single .availability {
	color: #333;
	font-size: 14px;
	margin-top: 6px;
}

/* Product Tab */
.shop.single .product-info {
	margin-top: 50px;
}

.shop.single .nav-tabs {
	border: none;
}

.shop.single .nav-tabs li {
	margin-right: 10px;
}

.shop.single .nav-tabs li:last-child {
	margin-right: 0;
}

.shop.single .nav-tabs li a {
	border: 0px solid;
	border-radius: 0px;
	background: #fff;
	color: #333;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 14px;
	border: 1px solid #eee;
}

.shop.single .nav-tabs li a i {
	margin-right: 10px;
}

.shop.single .nav-tabs li a.active,
.shop.single .nav-tabs li:hover a {
	background: #9f0005;
	color: #fff;
	border-color: transparent;
}

.shop.single .single-des {
	margin-top: 35px;
}

.shop.single .single-des h4 {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;

}

.shop.single .single-des ul li {
	color: #555;
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.shop.single .single-des ul li::before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	height: 7px;
	width: 7px;
	background: #9f0005;
	border-radius: 50%;
}

.shop.single .item-info {
	width: 100%;
}

.shop.single .item-info tbody td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

.shop.single .avg-ratting {
	margin-bottom: 20px;
}

.shop.single .avg-ratting h4 {
	font-size: 18px;
	margin: 0;
}

.shop.single .avg-ratting h4 span {
	font-size: 14px;
}

.shop.single .single-rating {
	margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
	margin: 0;
	border: none;
	padding: 0;
}

.shop.single .rating-author {
	float: left;
	margin-right: 10px;
	padding: 20px;
	padding-right: 10px;
}

.shop.single .rating-author img {
	width: 60px;
	border-radius: 100%;
	height: 60px;
}

.shop.single .rating-des {
	padding-left: 72px;
	background: #f9f8f8;
	padding: 17px 20px 17px 107px;
}

.shop.single .rating-des .ratings {
	margin: 0;
}

.shop.single .rating-des h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}


.shop.single .ratting-main .single-rating ul li {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul li i {
	color: #9f0005;
	font-size: 14px;
}

.shop.single .review-inner label {
	display: inline-block;
	margin: 0 5px 0 0;
}

.shop.single .review-inner .ratings {
	overflow: visible;
	display: inline-block;
	margin: 0;
}

.shop.single .review-inner .ratings ul {
	display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
	display: inline-block;
	margin-right: 5px;
}

.shop.single .ratings .rate-count {
	display: inline-block;
	color: #666;
	font-size: 13px;
}

.shop.single .comment-review {
	margin-bottom: 30px;
}

.shop.single .comment-review .add-review {
	margin-top: 30px;
}

.shop.single .comment-review .add-review h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}

.shop.single .comment-review .add-review p {
	color: #333;
}

.shop.single .comment-review h4 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 7px;
	margin-top: 20px;
}

.shop.single .comment-review .review-inner {
	margin-bottom: 15px;
	display: block;
}

.shop.single .comment-review .rating li {
	display: inline-block;
}

.shop.single .comment-review .rating li i {
	color: #9f0005;
	font-size: 14px;
}

.shop.single .rating-des p {
	margin-top: 5px;
}

.shop.single .avg-ratting h4 {
	font-size: 20px;
	color: #333;
}

.shop.single .form .form-group input {
	width: 100%;
	height: 45px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
}

.shop.single .form .form-group button {
	border: none;
	padding: 17px 50px;
}

.shop.single .form .form-group textarea {
	width: 100%;
	height: 200px;
	padding: 20px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	border-radius: 0;
	color: #333;
}

.shop.single .form .form-group label {
	color: #333;
	position: relative;
}

.shop.single .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}

.shop.single .review-panel {
	margin-top: 35px;
}

/*======================================
   End Shop Single CSS
========================================*/



/*======================================
   Start Shopping Cart CSS
========================================*/
.table.shopping-summery {
	background: #fff;
}

.shopping-cart {
	background: #fff;
	padding: 50px 0;
}

.shopping-summery thead .main-hading {
	padding: 0px 50px;
}

.shopping-summery thead {
	background: #9f0005;
	color: #fff;
}

.shopping-summery thead tr th {
	border: none;
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.shopping-summery tbody tr {
	border-bottom: 1px solid #9f0005;
	margin-top: 20px;
}

.shopping-summery tbody tr img {
	border-radius: 0;
	width: 80px;
	height: 80px;
}

.shopping-summery tbody tr:last-child {
	border: none;
}

.shopping-summery tbody .product-name a {
	font-weight: 600;
	color: #282828;
	font-weight: 600;
	font-size: 17px;
}



.shopping-summery tbody .product-name a:hover {
	color: #9f0005;
}

.shopping-summery tbody .product img {
	max-width: 70px;
	border-radius: 100%;
	max-height: 65px;
	border: 1px solid #e6e6e6;
	padding: 4px;
}

.shopping-summery tbody .product:hover img {
	border-color: #9f0005;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.shopping-cart .table .remove-icon {
	font-size: 16px;
}

.shopping-cart .table td {
	vertical-align: middle;
	border-top: 1px solid #eee;
	padding: 10px 30px;
}

.shopping-summery tbody .price {
	text-align: center;
}

.shopping-cart tbody .qty .input-group {
	width: 175px;
	display: inline-block;
}

.shopping-cart .qty .button {
	display: inline-block;
	position: absolute;
	top: 0;
}

.shopping-cart .qty .button.minus {
	left: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button.plus {
	right: 0;
	border-radius: 0;
	overflow: hidden;
}

.shopping-cart .qty .button .btn {
	padding: 0;
	width: 44px;
	height: 47px;
	line-height: 50px;
	border-radius: 0px;
	background: transparent;
	color: #282828;
	border: none;
	font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
	color: #9f0005;
}

.shopping-cart .qty .input-number {
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	height: 47px;
	border-radius: 0;
	overflow: hidden;
	padding: 0px 45px;
}

.cartItemAdded {
	display: inline-flex;
	border-bottom: 1px solid #aaa;
	padding: 25px 15px;
	background: #f9f9f9;
	width: 100%;
}

.cartItemAdded .content {
	width: 60%;
}

.cartItemAdded img {
	width: 220px;
	margin-right: 20px;
}

.cartItemAdded h2 {
	font-weight: 600;
	font-size: 21px;
}

.cartItemAdded h6 {
	margin: 20px 0;
	font-weight: 100;
	line-height: 1.8;
}

.C-price {
	color: #9f0005;
}

.qty .input-group {
	width: 180px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cartItemAdded .content .remove a {
	color: #9f0005;
	font-weight: 800;
}

.cartItemAdded .content .remove i {
	margin-right: 3px;
}

.summaryCart {
	padding: 30px 25px;
	border: 1px solid #eee;
}

.promocode .input-group {
	width: 100%;
	border-radius: 0;
}

.price_summary li {
	margin-bottom: 10px;
	justify-content: space-between;
	display: inline-flex;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
}

.promocode .input-group-text {
	background: #9f0005;
	color: #fff;
	border-top: 1px solid #9f0005;
	border-bottom: 1px solid #9f0005;
}

.btncheckout {
	display: inline-flex;
	width: 100%;
	gap: 10px
}

.btncheckout a {
	display: block;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

.price_summary .section-title h2 {
	font-size: 21px !important;
}

.promocode label {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 12px;
}

.promocode input {
	font-size: 18px;
	font-weight: 800;
	border: 1px solid #000;
	border-radius: 0;
}

.shopping-summery tbody .total-amount {
	text-align: center;
}

.shopping-summery tbody .action {
	text-align: center;
}

.shopping-summery tbody .action a:hover {
	color: #9f0005;
}

.shopping-cart .total-amount {
	margin-top: 50px;
}

.shopping-cart .total-amount .left .coupon form input {
	width: 220px;
	display: inline-block;
	height: 48px;
	color: #333;
	padding: 0px 20px;
	border: none;
	box-shadow: 0px 0px 5px #0000000a;
}

.shopping-cart .total-amount .left .coupon form .btn {
	display: inline-block;
	height: 48px;
	border: navajowhite;
	margin-left: 4px;
	background: transparent;
	color: #333;
	background: #fff;
	box-shadow: 0px 0px 5px #00000012;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
	background: #fff;
	color: #9f0005;
}

.shopping-cart .total-amount .left label {
	font-size: 22px;
	font-weight: 500;
	color: #333;
}

.shopping-cart .total-amount .left .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
}

.shopping-cart .total-amount .left .checkbox label {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
	cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
	display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #555555;
	border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
	position: absolute;
	content: "\f00c";
	font-family: "Fontawesome";
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	line-height: 24px;
	left: 3px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.shopping-cart .total-amount .right {
	padding-left: 100px;
}

.shopping-cart .total-amount .right ul li {
	font-size: 15px;
	font-weight: 400;
	color: #333;
	margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
	padding-top: 12px;
	border-top: 1px solid #c8c8c8;
	color: #333;
	font-size: 15px;
	font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
	display: inline-block;
	float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
	text-align: center;
	border-radius: 0;
	width: 100%;
	margin-top: 10px;
	height: 46px;
	line-height: 18px;
	font-size: 13px;
	color: #fff;
}

.checkout-form input, .checkout-form select {
	border: 1px solid #aaa;
	height: 45px;
	border-radius: 0;
	padding: 10px;
}

.checkout-form input:focus {
	border-left: 3px solid #9f0005;
}

.checkout-form .form-group {
	margin-bottom: 20px;
}

.shop.login {
	padding: 100px 0;
}

.shop.login .login-form h2 {
	position: relative;
	font-size: 35px;
	color: #333;
	font-weight: 400;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding-bottom: 20px;
	text-align: center;
}

.shop.login .login-form h2:before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #9f0005;
	margin-left: -25px;
}

.shop.login .login-form p {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
}

.shop.login .form {
	margin-top: 30px;
}

.shop.login .form .form-group {
	margin-bottom: 22px;
}

.shop.login .form .form-group input {
	width: 100%;
	height: 45px;
	line-height: 50px;
	padding: 0 20px;
	border-radius: 3px;
	border-radius: 0px;
	color: #333 !important;
	border: none;
	background: #F6F7FB;
}

.shop.login .form .form-group label {
	color: #333;
	position: relative;
}

.shop.login .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	right: -12px;
	top: 4px;
	font-size: 16px;
}

.shop.login .form .form-group input:hover {
	border-color: #1308a3;
	color: #1308a3;
}

.shop.login .form .form-group.login-btn {
	margin: 0;
}

.shop.login .form button {
	border: none;
}

.shop.login .form .btn {
	display: inline-block;
	margin-right: 10px;
	height: 46px;
	color: #fff;
	line-height: 20px;
}

.shop.login .form .btn:hover {
	background: #9f0005;
	color: #fff;
}

.shop.login .login-form .checkbox {
	text-align: left;
	margin: 0;
	margin-top: 20px;
	display: inline-block;
}

.shop.login .login-form .checkbox label {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	position: relative;
	padding-left: 20px;
}

.shop.login .login-form .checkbox label:hover {
	cursor: pointer;
}

.shop.login .login-form .checkbox label input {
	display: none;
}

.shop.login .login-form .checkbox label::before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #555555;
	border-radius: 0px;
}

.shop.login .login-form .checkbox label::after {
	position: absolute;
	content: "\f00c";
	font-family: "Fontawesome";
	width: 12px;
	height: 12px;
	line-height: 23px;
	left: 2px;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	font-size: 9px;
}

.shop.login .login-form .checkbox label.checked::after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.shop.login .login-form .lost-pass {
	display: inline-block;
	margin-left: 25px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

.shop.login .login-form .lost-pass:hover {
	color: #9f0005;
}

/*======================================
	End Login CSS
========================================*/

/*======================================
   Start Shop List CSS
========================================*/
.shop-list .list-content {
	margin-top: 50px;
}

.shop-list .list-content .product-price span {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 3px;
	display: block;
}

.shop-list .list-content .title {
	line-height: 20px;
}

.shop-list .list-content .title a:hover {
	color: #9f0005;
}

.shop-list .list-content .title a {
	font-size: 18px;
	font-weight: 600;
}

.shop-list .list-content .rating {
	margin: 5px 0 8px 0;
}

.shop-list .list-content .rating li {
	display: inline-block;
}

.shop-list .list-content .rating li i {
	color: #9f0005;
}

.shop-list .list-content .rating li.total {
	color: #333;
	font-size: 12px;
	margin-left: 3px;
}

.shop-list .list-content .btn {
	margin-top: 22px;
	height: 42px;
	line-height: 15px;
	color: #333;
	background: transparent;
	border: 1px solid #cecece;
	font-size: 13px;
	border-radius: 30px;
	height: auto;
	line-height: a;
	padding: 13px 32px;
}

.shop-list .list-content .btn:hover {
	background: #9f0005;
	color: #fff;
	border-color: transparent;
}

/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 50px 0 0 0;
	display: block;
}

.pagination.center {
	text-align: center;
}

.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
}

.pagination .pagination-list li:last-child {
	margin-right: 0px;
}

.pagination .pagination-list li a {
	background: #F6F7FB;
	color: #666;
	padding: 6px 18px;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	border-radius: 0px;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
	background: #9f0005;
	color: #fff;
	border-color: transparent;
}

.pagination .pagination-list li a i {
	font-size: 13px;
}


/*======================================
   End Shop List CSS
========================================*/
/*======================================
   Start Shop Newsletter CSS
========================================*/
.shop-newsletter {
	background: url('../images/newsletter.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.shop-newsletter .inner {
	text-align: center;
}

.shop-newsletter .inner h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.shop-newsletter .inner p {
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
}

.shop-newsletter .inner p span {
	color: #9f0005;
}

.shop-newsletter .newsletter-inner {
	position: relative;
	display: inline-block;
}

.shop-newsletter .newsletter-inner input {
	width: 480px;
	height: 55px;
	border-radius: 0px;
	padding: 0px 30px;
	font-weight: 400;
	display: inline-block;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border: 1px solid #ececec;
	border-radius: 30px 0 0 30px;
}

.shop-newsletter .newsletter-inner button {
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 0;
}

.shop-newsletter .newsletter-inner .btn {
	display: inline-block;
	height: 55px;
	padding: 10px 30px;
	position: relative;
	top: -2px;
	background: #9f0005;
	color: #fff;
	left: -4px;
	border-radius: 0 30px 30px 0;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.shop-newsletter .newsletter-inner .btn:hover {
	background: #333;
	color: #fff;
}

/*======================================
   End Shop Newsletter CSS
========================================*/

/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
}

.about-us .about-content {
	padding-right: 50px;
}

.about-us .about-content .story {
	display: block;
	color: #04AAF4;
	margin-bottom: 20px;
	font-size: 17px;
}

.about-us .about-content .story i {
	color: #04AAF4;
	margin-right: 5px;
	font-size: 22px;
}

.about-us .about-content h3 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.about-us .about-content h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 60px;
	background: #9f0005;
}

.about-us .about-content h3 span {
	display: inline-block;
	font-weight: 700;
	color: #9f0005;
}

.about-us .about-content p {
	line-height: 26px;
	margin-bottom: 10px;
}

.about-us .about-content p:last-child {
	margin: 0;
}

.about-us .about-content .button {
	margin-top: 40px;
}

.about-us .about-content .button .btn {
	background: #333;
	color: #fff;
	margin-right: 15px;
}

.about-us .about-content .button .btn:hover {
	background: #9f0005;
	color: #fff;
}

.about-us .about-content .button .btn.primary {
	background: #9f0005;
	color: #fff;
}

.about-us .about-content .button .btn.primary:hover {
	background: #333;
	color: #fff;
}

.about-us .about-content .button .btn:last-child {
	margin: 0;
}

.about-us .about-img {
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border: 10px solid #fff;
}

.about-us .about-img:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-us .about-img:hover:before {
	opacity: 0.6;
	visibility: visible;
}

.about-us .about-img .video {
	height: 64px;
	width: 64px;
	line-height: 64px;
	background: #9f0005;
	color: #fff;
	font-size: 20px;
	border-radius: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	padding-left: 4px;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.about-us .about-img .video:hover {
	background: #fff;
	color: #9f0005;
}

.about-us .about-img:hover .video {
	transform: scale(1);
}

.about-us .about-img img {
	height: 100%;
	width: 100%;

}

/*=============================
	End About US CSS
===============================*/

/*======================================
  10. Start Team CSS
========================================*/
.team {
	background: #F6F7FB;
}

.team .title-line {
	margin-bottom: 40px;
}

.team .single-team {
	margin-top: 30px;
	position: relative;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.team .single-team .info-head {
	padding: 35px 30px;
}

.team .single-team .image img {
	height: 100%;
	width: 100%;
}

.team .single-team .info-box {
	text-align: center;
}

.team .single-team .info-box .name {
	display: block;
	font-size: 17px;
	color: #333;
	font-weight: 500;
	margin-bottom: 3px;
	text-transform: capitalize;
}

.team .single-team .info-box .designation {
	color: #aaa;
	font-size: 13px;
}

.team .single-team .social-links {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 15px;
}

.team .single-team .social-links .social li {
	display: inline-block;
	margin-right: 15px;
}

.team .single-team .social-links .social li:last-child {
	margin-right: 0px;
}

.team .single-team .social-links .social li a {
	color: #666;
	display: block;
	font-size: 14px;
}

.team .single-team .social-links .social li a:hover {
	color: #9f0005;
}

/*======================================
  End Team CSS
========================================*/

/* Related Product */
.related-product {
	padding-top: 0;
}

.related-product .section-title {
	text-align: center;
	margin-bottom: 10px;
	padding: 0;
}

.related-product .section-title h2 {
	font-size: 25px;
	margin-bottom: 0;
	text-transform: capitalize;
	position: relative;
	color: #111;
	font-weight: 700;
	padding-bottom: 15px;
}

/*======================================
  21. Contact CSS
========================================*/
.contact-us {
	position: relative;
	z-index: 43;
}

.contact-us .title {
	margin-bottom: 30px;
}

.contact-us .title h4 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #9f0005;
}

.contact-us .title h3 {
	font-size: 25px;
	text-transform: capitalize;
	font-weight: 600;
}

.contact-us .single-head {
	padding: 50px;
	box-shadow: 0px 0px 15px #0000001a;
	height: 100%;
}

.contact-us .single-info {
	text-align: right;
	margin-bottom: 30px;
}

.contact-us .single-info i {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 15px;
	height: 40px;
	width: 40px;
	display: block;
	text-align: center;
	border-radius: 3px;
	line-height: 40px;
	background: #9f0005;
}

.contact-us .single-info ul .contact-us .single-info ul li {
	margin-bottom: 5px;
}

.contact-us .single-info ul li:last-child {
	margin-bottom: 0;
}

.contact-us .single-info ul li a {
	font-weight: 400;
}

.contact-us .single-info ul li a:hover {
	color: #9f0005;
}

.contact-us .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #333;
	font-size: 18px;
}

.contact-us .form-main {
	box-shadow: 0px 0px 15px #0000001a;
	padding: 50px;
}

.contact-us .form .form-group input {
	height: 48px;
	line-height: 48px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #333;
	border-radius: 0px;
	font-weight: 400;
}

.contact-us .form .form-group textarea {
	height: 180px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #333;
	border-radius: 0px;
	resize: none;
	font-weight: 400;
}

.contact-us .form .form-group label {
	color: #333;
	position: relative;
}

.contact-us .form .form-group label span {
	color: #ff2c18;
	display: inline-block;
	position: absolute;
	left: -12px;
	top: 0px;
	font-size: 16px;
}

.contact-us .form .button {
	margin: 0;
}

.contact-us .form .button .btn {
	height: 50px;
	border: none;
}

#myMap {
	height: 500px;
	width: 100%;
}

/*======================================
  End Contact CSS
========================================*/

/* Mail Success */
.mail-success .mail-inner {
	text-align: center;
	background: #fff;
	padding: 0px 30px;
}

.mail-success .mail-inner h2 {
	margin-bottom: 10px;
	display: block;
	font-weight: 600;
	color: #9f0005;
	text-transform: uppercase;
	font-size: 30px;
}

.mail-success .mail-inner p {
	font-size: 14;
	color: #333;
	margin-bottom: 30px;
	line-height: 22px;
}

.mail-success .mail-inner .btn {
	color: #fff;
	padding: 10px 30px;
}

.mail-success .mail-inner .btn i {
	margin-right: 5px;
}

.loginModal .modal-header {
	background-color: #007bff;
	color: white;
}

.loginModal .modal-body {
	padding: 20px;
}

.loginModal .modal-footer {
	padding: 10px 20px;
}

.loginModal .btn-primary {
	background-color: #007bff;
	border-color: #007bff;
}

.loginModal .btn-secondary {
	background-color: #6c757d;
	border-color: #6c757d;
}

.loginModal .container {
	margin-top: 50px;
}

.loginModal .form-control:focus {
	border-color: #007bff;
	box-shadow: none;
}

.loginModal .nav-tabs .nav-link.active {
	background-color: #007bff;
	color: white;
}

.loginModal .nav-tabs .nav-link {
	color: #007bff;
}

.error-page {
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
}

.error-page .error-inner h2 {
	color: #9f0005;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 100px;
	display: inline-block;
	font-size: 120px;
}

.error-page .error-inner h5 {
	display: block;
	color: #444;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: capitalize;
}

.error-page .error-inner p {
	color: #666;
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
	padding: 0 30px;
}

.error-page .button {
	margin-top: 30px;
}

.error-page .button .btn {
	margin-right: 15px;
	border-radius: 30px;
	background: #333;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-weight: 500;
	border: 1px solid #d7d7d7;
	background: transparent;
	color: #333;
	padding: 10px 28px;
}

.error-page .button .btn:hover {
	color: #fff;
	background: #9f0005;
	border-color: transparent;
}

.footer {
	background: #11111100;
	border-top: 2px solid #9f0005;
}

.footer .about {
	padding-right: 20px;
}

.footer .single-footer h4 {
	font-size: 19px;
	font-weight: 600;
	color: #9f0005;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.footer .about .logo {
	margin-bottom: 20px;
}

.footer .about .text {
	color: #111;
	font-weight: 600;
}

.footer .about .call {
	color: #111;
	margin-top: 15px;
	font-weight: 600;
}

.footer .about .call span {
	display: block;
}

.footer .about .call a {
	color: #9f0005;
	font-size: 20px;
	font-weight: 600;
}

.footer .links ul li {
	display: block;
	margin-bottom: 8px;
}

.footer .links ul li:last-child {
	margin-bottom: 0;
}

.footer .links ul li a {
	color: #111;
	font-weight: 600;
}

.footer .links ul li a:hover {
	color: #9f0005;
	padding-left: 10px;
}

.footer .social .contact ul li {
	color: #111;
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

.copyright a {
	text-decoration: none;
	color: #9f0005;
}

.footer .contact ul li:last-child {
	margin-bottom: 0;
}

.footer .social ul {
	margin-top: 20px;
}

.footer .social ul li {
	display: inline-block;
	margin-left: 15px;
}

.footer .social ul li:last-child {
	margin-right: 0;
}

.footer .social ul li a {
	color: #fff;
	display: block;
	font-size: 16px;
	border: 2px solid #9f0005;
}

.footer .social ul li a:hover {
	color: #9f0005;
	border: 2px solid #9f0005;
	background: transparent;
}

/* Copyright */

.footer .copyright .inner {
	border-top: 1px solid #99999942;
	padding: 20px 0;
}


.footer .copyright .right {
	float: right;
}

.footer .copyright p {
	color: #111;
}
.copyright{direction: ltr;}


.menu li.active a {
	background-color: #9f0005;
}

.menu-box {
	display: flex;
	align-items: center;
	justify-content: start;
	position: relative;
	height: 50px;
}

.menu-box li a {
	padding: 13px 20px;
	display: block;
	color: #fff;
	font-weight: 600;
}

.menu-box li .submenu a {
	padding: 10px 10px;
}

.menu-box .logo {
	max-width: 140px;
}

.menu-box .logo img {
	width: 100%;
}

.menu {
	display: flex;
	flex-wrap: wrap;
}

.menu li {
	margin-right: 25px;
}

.checkout_tabs {
	margin-top: 50px;
}

.checkout_tabs ul li {
	display: block;
	width: 32.5%;
}

.checkout_tabs ul li a {
	display: block;
	background: #eee !important;
	text-align: center;
	padding: 10px;
	color: #000 !important;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.checkout_tabs ul li a i {
	margin-right: 5px;
}

.checkout_tabs ul {
	border: none;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
}

.checkout_tabs ul li a.active {
	background: #9f0005 !important;
	color: #fff !important;
}




@media only screen and (min-width: 1024px) {
	.menu {
		display: flex !important;
	}

	.menu .megamenu>a:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 28px;
		display: none;
	}

	.menu .megamenu>a:hover:after {
		display: block;
	}

	.menu li .submenu {
		transition: 350ms all;
		min-width: 250px;
	}

	.menu li:hover>.submenu {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
		z-index: 99;
	}

	.menu li.megamenu>a {
		padding-left: 30px;
		position: relative;
	}

	.menu li.megamenu>a::before {
		content: "";
		position: absolute;
		left: 10px;
		top: 17px;
		height: 12px;
		width: 12px;
		border-right: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
		transform: rotate(45deg);
	}

	.menu li .submenu {
		position: absolute;
		top: 100%;
		transform: translateY(50px);
		opacity: 0;
		visibility: hidden;
		background: #333;
		margin-right: 0;
		border-right: 4px solid #9f0005;
	}

	.menu li .submenu li {
		margin-right: 0;
		font-size: 16px;
		position: relative;
	}

	.menu li .submenu li a {
		color: #ffffff;
		background: #111;
		display: block;
		font-size: 14px;
		text-transform: uppercase;
	}

	.menu li .submenu li a:before {
		left: 15px;
		transform: rotate(135deg);
	}

	.menu li .submenu li a:hover {
		background: #9f0005;
	}

	.menu li .submenu .submenu {
		position: absolute;
		right: 100%;
		top: 0;
	}
}

@media only screen and (max-width: 1023px) {
	#menu_trigger {
		height: 15px;
		width: 30px;
		display: inline-block;
	}

	#menu_trigger .menulines {
		margin-top: 9px;
		position: relative;
		display: block;
	}

	#menu_trigger .menulines, #menu_trigger .menulines:before, #menu_trigger .menulines:after {
		content: "";
		height: 3px;
		width: 28px;
		border-radius: 5px;
		background: #ffffff;
	}

	#menu_trigger .menulines:before, #menu_trigger .menulines:after {
		position: absolute;
		left: 0;
	}

	#menu_trigger .menulines:before {
		top: -9px;
	}

	#menu_trigger .menulines:after {
		top: 9px;
	}

	.mobile-menu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #111;
		z-index: 999;
		overflow: hidden;
	}

	.mobile-menu ul {
		transition: 350ms all;
		display: block;
	}

	.mobile-menu li {
		margin: 0;
		border-bottom: 1px solid #404040;
		font-size: 16px;
	}

	.mobile-menu li a {
		color: #ffffff;
		display: block;
		position: relative;
		padding: 15px 20px;
	}

	.mobile-menu li a:hover {
		color: #ff5252;
	}

	.mobile-menu li a .navtrigger {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		background: #fff;
		border: 1px solid #eee;
	}

	.mobile-menu li a .navtrigger:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		height: 8px;
		width: 8px;
		border-right: 2px solid #111;
		border-bottom: 2px solid #111;
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.mobile-menu li .submenu {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		background: #111;
		height: 100%;
		transition: 350ms all;
		z-index: 1;
		margin: 0;
	}

	.mobile-menu li .submenu li {
		font-size: 14px;
	}

	.mobile-menu li .submenu .backmenu-row {
		position: relative;
		padding: 20px;
		padding-left: 50px;
		background: #333;
		font-size: 16px;
	}

	.mobile-menu li .submenu .backmenu-row .back-trigger {
		padding: 0;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 30px;
		display: block;
		background: #fff;
		border: 1px solid #eee;
	}

	.mobile-menu li .submenu .backmenu-row .back-trigger:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		height: 8px;
		width: 8px;
		border-right: 2px solid #111;
		border-bottom: 2px solid #111;
		transform: translate(-50%, -50%) rotate(135deg);
	}

	.mobile-menu li .submenu .backmenu-row em {
		font-style: normal;
		color: #ffffff;
	}

	.mobile-menu li.sub-open>.submenu {
		left: 0;
	}
}

.single-banner {
	position: relative;
}

.overlay-cat {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #00000060;
}

.brandlogo {
	border: 1px solid #eee;
	border-bottom: 4px solid #9f0005;
	box-shadow: 2px 5px 15px #eee;
}

.Brand-Section .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
}

.Brand-Section .owl-carousel .owl-nav div {
	height: 60px;
	width: 30px;
	line-height: 58px;
	background: #fff;
	color: #111;
	position: absolute;
	margin: 0;
	border-radius: 0;
	font-size: 15px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #3333331c;
}



.Brand-Section .owl-carousel .owl-nav div:hover {
	color: #fff;
	background: #9f0005;
}

.Brand-Section .owl-carousel .owl-controls .owl-nav .owl-prev {
	left: -30px;
}

.Brand-Section .owl-carousel .owl-controls .owl-nav .owl-next {
	right: -30px;
}

.adbannerimg-slider .owl-nav div {
	color: #fff;
	font-size: 24px !important;
	position: absolute;
	background: transparent !important;
	margin: 0;
	border-radius: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.adbannerimg-slider .owl-controls .owl-nav .owl-prev {
	left: 30px;
}

.adbannerimg-slider .owl-controls .owl-nav .owl-next {
	right: 30px;
}

.aboutusSection {
	background: url('../images/aboutsection_bg.jpg');
	padding: 0px 0;
	position: relative;
}

.viewall-area {
	text-align: center;
	margin-top: 30px;
}

.blogmore {
	margin-top: 70px;
}

.hero-slider {
	position: relative;
}

.hero-slider .owl-nav div {
	background: #00000079 !important;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 62px;
	text-align: center;
	left: 0;
	bottom: 10px;
	position: absolute;
}

.hero-slider .owl-nav div i {
	font-size: 36px;
}

.hero-slider .owl-nav div.owl-next {
	left: 55px;
}

/* .slideoverlay {
	text-align: center;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #111111f5;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.single-banner:hover .slideoverlay {
	color: #fff;
	bottom: 0;
	height: 100%;

} */

.single-banner:hover img {
	filter: blur(2px);
	-webkit-filter: blur(2px);
}


.btn-regular {
	padding: 12px 20px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	border: 3px solid #9f0005;
	background-image: -webkit-linear-gradient(30deg, #9f0005 50%, transparent 50%);
	background-image: linear-gradient(30deg, #9f0005 50%, transparent 50%);
	background-size: 2000px;
	background-repeat: no-repeat;
	background-position: 0%;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

.btn-regular:hover {
	background-position: 100%;
	color: #9f0005;
	background-color: #fff;

}

.contentCard {
	max-width: 480px;
	padding: 30px 30px 45px;
	height: fit-content;
	background: #eeeeeeeb;
	position: absolute;
	right: 15%;
	top: 50%;
	transform: translate(-15%, -50%);

}

.contentCard h2 {
	text-transform: uppercase;
	font-size: 27px;
	font-weight: 800;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.contentCard p {
	color: #000;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

.cart_canvas_header {
	background: #9f0005;
}

.Mini-Cart-Container li {
	border-bottom: 1px solid #f8f8f8;
	padding: 20px 0;
}

.Mini-Cart-container ul {
	padding-top: 30px;
}

.item-cart-price a {
	font-size: 18px;
	color: #9f0005;
}

.item-cart-price {
	display: grid;
	text-align: left;
}

.single-cart-item {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px 10px;
}

.cart_canvas_footer {
	position: absolute;
	bottom: 0;
	background: #111111;
	width: 100%;
	left: 0;
	padding: 15px 15px;
}

.summaryprice h6 {
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.MinicartBtn {
	margin-top: 30px;
}

.MinicartBtn a {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 15px;
	padding: 10px 20px;
}

.MinicartBtn a i {
	margin-right: 5px;
}

.pro-remove a {
	color: red;
}

.offcanvas-body {
	padding: 0
}

.Mini-Cart-Container ul {
	padding: 15px;
}

.single-cart-item .item-info h4 {
	color: #9f0005;
	font-size: 15px;
}

.single-cart-item .item-info {
	width: 65%;
}

.item-cart-price p {
	font-weight: 600;
	color: #111;
	white-space: nowrap;
}

.cart_canvas_header h5 {
	color: #fff;
}

.btn-close {
	background: unset;
	color: #fff;
	font-size: 24px;
	opacity: 1;
}

.single-cart-item img {
	width: 80px;
	border: 1px solid #eee;
	margin-left: 10px;
	height: fit-content;
}

.qtySelector {
	border: 3px solid #9f0005;
	width: 110px;
	height: 39px;
	margin: 10px 0;
	display: flex;
}

.qtySelector .fa {
	padding: 10px 5px;
	width: 35px;
	height: 100%;
	float: left;
	cursor: pointer;
}

.qtySelector .fa.clicked {
	font-size: 12px;
	padding: 12px 5px;
}

.qtySelector .fa-minus {
	border-left: 1px solid #ddd;
	background: #9f0005;
	color: #fff;
}

.qtySelector .fa-plus {
	border-right: 1px solid #ddd;
	background: #9f0005;
	color: #fff;
}

.product-gallery {direction: ltr;}
.qtySelector .qtyValue {
	border: none;
	padding: 5px;
	width: 35px;
	height: 100%;
	float: left;
	text-align: center
}

.footer-top {
	padding: 60px 0;
}

.mobilecarticons {
	display: none !important;
}

.product-area {
	padding: 50px 0 100px 0px;
}

.most-popular.product-area {
	padding: 50px 0 50px 0px;
}

.most-popular.product-area .owl-stage-outer {
	padding-bottom: 50px;
	overflow-x: hidden;
}

.product-price .ti-shopping-cart-full {
	font-size: 18px;
}


.cart-on-product {
	position: relative;
	top: -5px;
	margin-top: 28px;
	transition: 0.5s;
	font-size: 15px;
	text-transform: uppercase;
}

.cart-on-product a {
	background: #9f0005;
	color: #fff;
	text-align: center;
	margin: auto;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
}

.Mini-Cart-Container {
	height: 100vh;
	padding-bottom: 180px;
}

.footer-social a {
	background: #9f0005;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	color: #fff;
}

.form-control:focus {
	box-shadow: none;
}

.varient_list {
	display: inline-flex;
	flex-wrap: wrap;
}

.varient_list li {
	padding: 5px 0px;
}

.varient_list li a {
	border: 1px solid #eee;
	padding: 10px 12px;
	text-align: center;
	margin-left: 5px;
	min-width: 50px;
	display: inline-block;
}

.varient_list li a.active {
	background: #9f0005;
	color: #fff;
	border: 1px solid #9f0005;
}

.sinlge-bar img {
	width: 18px;
	margin-left: 3px;
}

.lang a {
	font-family: "Almarai", sans-serif;
	font-weight: 600;
	font-size: 16px !important;
	position: relative;
	top: -2px;
}

.blogDate {
	background: #9f0005;
	padding: 10px 10px;
	color: #fff;
	text-align: center;
	min-width: 85px;
	max-width: 85px;
	font-size: 13px;
}

.blog-header {
	margin-bottom: 5px;
	color: #9f0005;
}

.header-image {
	max-width: 100%;
	height: auto;
}

.blog-header h1 {
	font-size: 2.5em;
	margin-top: 10px;
}

.blog-content h2 {
	font-size: 1.5em;
	margin-top: 20px;
}

.date_share div span {
	color: #9f0005;
	text-decoration: underline;
}

.blog-content p {
	font-size: 1em;
	line-height: 1.6;
	margin-bottom: 20px;
}

.blogShortdetails .BlogTitle {
	padding: 20px 15px;
	display: flex;
	align-items: center;
}

.share a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #eee;
	display: block;
	text-align: center;
	background: #9f0005;
	color: #fff;
}

.date_share {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}

.blogShortdetails {
	display: inline-flex;
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 60px;
}

.SingleBlogContainer {
	position: relative;
}

.BlogTitle h2 {
	font-size: 16px;
}

.JumboTitle {
	margin-bottom: 25px;
}

.JumboTitle span {
	color: #9f0005;
}

.BlogSection {
	padding-bottom: 60px;
}

.p-2 {
	position: relative;
}

.categoryAll {
	position: absolute;
	left: 5px;
	top: 50%;
	z-index: 99;
	transform: translate(0, -50%);

}

.categoryAll span {
	display: none;
	margin-right: 10px;
}

.categoryAll a:hover span {
	display: inline-block;
	transition: 0.5s;
}

.categoryAll a:hover {
	width: auto;
	transition: 1s;
}

.categoryAll a {
	width: 60px;
	height: 50px;
	line-height: 60px;
	background: #9f0005;
	display: flex;
	color: #fff;
	align-items: center;
	transition: 0.5s;
	padding: 10px;
	justify-content: center;
	transform: rotate(180deg);
}

.checkoutPageContainer .cartItemAdded img {
	width: 160px;
}

.paymentmethod {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.paymentmethod input {
	width: 21px;
	height: 21px;
}

.paymentmethod label {
	font-weight: 600;
	margin-right: 10px;
}

.FilterSection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 15px 20px;
	position: relative;
	border-bottom: 2px solid #9f0005;
}

.checkboxLabel {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	font-weight: 800;
	cursor: pointer;
	color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkboxLabel input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkbox {
	position: relative;
	height: 21px;
	width: 21px;
	background-color: transparent;
	border: 1.5px solid #000;
	transition: all 0.15s;
}

.checkboxLabel input:focus-visible~.checkbox {
	border: 1.5px solid #000;
}

.checkboxLabel:hover input~.checkbox {
	border: 1.5px solid #000;
}

#phonenumbergroup {
	padding-left: 15px;
}

.input-group-prepend .input-group-text {
	background-color: #9f0005;
	color: #fff;
	font-weight: 600;
	border-radius: 0;
}

.checkboxBAW:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 1px;
	width: 0px;
	height: 0px;
	border: 2px solid #000;
	border-width: 2px 2px 0 0;
	opacity: 0;
	transform-origin: left top;
	transform: scaleX(-1) rotate(135deg);
	transition: width 0.08s ease 0.1s, height 0.1s ease, border-color 0.3s ease,
		opacity 0.1s ease 0.2s, border-width 0.1s ease;
}

.checkboxLabel input:checked~.checkboxBAW:after {
	opacity: 1;
	width: 8px;
	height: 16px;
	border-color: #000;
	transition: width 0.1s ease, height 0.08s ease 0.1s, border-color 0.3s ease,
		border-width 0.1s ease;
}

@keyframes checked {
	0% {
		top: 2px;
		left: 8px;
		width: 0px;
		height: 0px;
		opacity: 0;
		border-color: blue;
		transform: scaleX(-1) rotate(135deg);
	}

	10% {
		width: 2px;
		height: 18px;
	}

	50% {
		border-color: #000;
		transform: scale(300%) scaleX(-1) rotate(135deg);
	}

	100% {
		width: 10px;
		height: 18px;
		opacity: 1;
		border-color: #555;
		transform: scale(100%) scaleX(-1) rotate(135deg);
	}
}

@keyframes unchecked {
	0% {
		top: 2px;
		left: 8px;
		width: 10px;
		height: 18px;
		opacity: 1;
		border-width: 2px 2px 0 0;
		border-color: rgb(109, 109, 109);
	}

	20% {
		opacity: 1;
	}

	50% {
		opacity: 0.1;
	}

	100% {
		top: -15px;
		left: 0px;
		width: 30px;
		height: 40px;
		border-width: 15px 15px 0 0;
		opacity: 0;
	}
}

.Single-Filter-Widget .Brand-List {
	padding-bottom: 10px;
}

.Brand-List {
	clear: both;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 250px;
	overflow-y: scroll;
}

.Brand-List::-webkit-scrollbar-thumb, .Color-List::-webkit-scrollbar-thumb,
.Size-List::-webkit-scrollbar-thumb {
	background: #aaa;
	height: 2px;
}

.Brand-List::-webkit-scrollbar, .Color-List::-webkit-scrollbar, .Size-List::-webkit-scrollbar, .searchResult ul::-webkit-scrollbar {
	width: 5px;
}

.offcanvas-body::-webkit-scrollbar {
	display: none;
}

.searchResult ul::-webkit-scrollbar-thumb {
	background: #aaa;
	width: 2px;
}

.M-link {
	color: #9f0005;
	font-size: 18px;
	font-weight: 600;
	display: block;
	margin-bottom: 15px;
}

.Single-Filter-Widget {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	background: #9f0005;
	color: #fff;
}

.offcanvas-header h3 {
	font-size: 20px;
}

.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto;
}

.filterBtn a {
	background: #9f0005;
	padding: 12px 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-flex;
}

.OthersortOption {
	border: 1px solid #eee;
	padding: 15px 0px;
	min-width: 180px;
	box-shadow: 2px 2px 10px #eee;
	position: absolute;
	left: 0;
	border-radius: 5px;
	top: 70px;
	z-index: 9999;
	background: #fff;
}

.SortSelected h5 {
	cursor: pointer;
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}

.OthersortOption li {
	padding: 10px 10px;
	cursor: pointer;
}

.OthersortOption li:hover {
	background-color: #eee;
}

.parent-category .has-category a {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}

.parent-category a {
	text-transform: uppercase;
}

.subsecondlevelcategory, .subthirdlevelcategory {
	padding-left: 20px;
}

.subcategory-option {
	padding: 5px 0;
}

.parent-category .has-category {
	margin: 10px 0;
}

.has-category .cat-first.active, .cat-second.active {
	color: #9f0005;
	font-weight: 600;
}

.miniscreen-menu-header .text-reset {
	background: transparent;
	border: 0;
	font-size: 24px;
}

/* PAGINATION CSS  */
body {
	font-family: Arial, sans-serif;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0;
}

.pagination a {
	margin: 0 5px;
	padding: 10px 18px;
	border: none;
	background-color: #111;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.pagination a.active {
	background-color: #9f0005;
	color: white;
}

.pagination button:hover:not(.active) {
	background-color: #ddd;
}

.pagination button:disabled {
	background-color: #ccc;
	cursor: not-allowed;
}

/* price filter range css */

.Price-range {
	margin: 0;
	width: 100%;
	position: relative;
}

.price-input-container {
	width: 100%;
}

.price-input .price-field {
	display: flex;
	margin-bottom: 22px;
	width: 40%;
}

.price-field input {
	flex: 1;
	font-size: 15px;
	font-family: "DM Sans", sans-serif;
	border-radius: 9px;
	text-align: center;
	border: 0px;
	background: #fff;
	border: 1px solid #333;
	width: 100px;
	padding: 10px 12px;
}

.price-input {
	width: 100%;
	font-size: 18px;
	color: #000;
	display: inline-flex;
	justify-content: space-around;
	margin: 25px 0;
}

/* Remove Arrows/Spinners */
.Price-range input::-webkit-outer-spin-button,
.Price-range input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.Price-range .slider-container {
	width: 100%;
}

.Price-range .slider-container {
	height: 6px;
	position: relative;
	background: #e4e4e4;
	border-radius: 5px;
}

.Price-range .slider-container .price-slider {
	height: 100%;
	left: 0%;
	right: 0%;
	position: absolute;
	border-radius: 5px;
	background: #000;
}

.range-input {
	position: relative;
	direction: ltr;
}

.range-input input {
	position: absolute;
	width: 100%;
	height: 6px;
	background: none;
	top: -7px;
	pointer-events: none;
	cursor: pointer;
	-webkit-appearance: none;
}

.Price-range input[type="range"]::-webkit-slider-thumb {
	height: 21px;
	width: 21px;
	border-radius: 70%;
	background: #fff;
	border: 2px solid #000;
	pointer-events: auto;
	-webkit-appearance: none;
}

.Price-Range {
	padding-bottom: 30px;
}

/* price range css end */

.shop-sidebar.shop {
	padding-bottom: 50px;
}

.brandname {
	text-align: center;
	margin-bottom: 50px;
}

.brand-description {
	font-size: 18px;
	line-height: 27px;
}

.brandname img {
	border: 1px solid #ddd;
}

.sibmacoContent {
	padding: 0 60px;
}

.sibmacoContent h1, .expertise_industry h1 {
	color: #9f0005;
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
}

.sibmacoContent p {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.text-section a {
	color: #9f0005;
	text-decoration: underline;
	font-size: 32px;
	margin: 12px 0;
	display: block;
}

.text-section a:hover {
	text-decoration: underline;
}

.image-section img {
	max-width: 100%;
	height: auto;
	box-shadow: -7px 11px 14px #ddd;
}

.industryname {
	margin-bottom: 30px;
	text-align: center;
}

.industryname h6 {
	margin-top: 10px;
}

.expertise_industry p {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 30px;
	width: 80%;
}

.logins-1 {
	margin-top: 15px;
}

.logins-1 a.forgotpassword {
	float: left;
}

.loginSection .form-group {
	margin-bottom: 20px;
	position: relative;
}

.loginSection .input-group-text {
	height: 50px;
	padding: 0;
}
.promocode .input-group-text {
	border-radius: 5px 0 0 5px !important;
	margin-right: -2px;
	z-index: 99;

}

.loginSection .input-group-text .form-control {
	height: 50px;
	border-radius: 0;
	border: 1px solid #000;
}

.loginSection .input-group-text .form-control::-webkit-scrollbar {
	width: 2px;
}

.loginSection .input-group-text .form-control::-webkit-scrollbar-thumb {
	width: 2px;
	background-color: #9f0005;
}

.loginArea h2, .newregister h2, .guestCheckout h2 {
	font-size: 24px;
	color: #9f0005;
	margin-bottom: 20px;
}

.loginSection .form-group label {
	font-weight: 600;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.loginSection .form-group input {
	border: 1px solid #ddd;
	height: 50px;
	padding-left: 15px;
}

.panel-login>.panel-heading {
	color: #9f0005;
	background-color: #fff;
	border-color: #fff;
	text-align: center;
}

.LoginPage {
	background: #f9f9f9;
}

.login-panel-body .form-group input {
	border: 1px solid #111;
	padding-right: 42px;
}

.login-panel-body .form-group i {
	position: absolute;
	right: 11px;
	top: 45px;
	border-left: 1px solid #999;
	padding-left: 8px;
	width: 26px;
	font-size: 20px;
	color: #9f0005;
}

.loginIcon {
	text-align: center;
	margin-bottom: 30px;

}

.loginIcon i {
	color: #9f0005;
	font-size: 110px;
	opacity: 1;
}

.panel-login>.panel-heading a {
	text-transform: uppercase;
	font-size: 18px;
	color: #111;
	font-weight: 600;
}

.panel-login>.panel-heading a.active {
	color: #9f0005;
}



.panel-login {
	padding: 35px 50px;
	border: 1px solid #eee;
	background: #fff;
}

.agree a {
	color: #9f0005;
	text-decoration: underline;
}

.agree .checkbox {
	width: 17px;
	height: 17px;
}

.agree .checkboxBAW:after {
	top: 8px;
	left: -1px;
}

.newregister li {
	font-weight: 600;
	margin-top: 5px;
}

.newregister li::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #9f0005;
	display: inline-block;
	margin-right: 10px;
}



/* My account CSS Start */
.myac_box a {
	border: 1px solid #ddd !important;
	padding: 18px 12px;
	display: block;
	text-align: center;
	margin-bottom: 5px !important;
	color: #9f0005 !important;
	font-weight: 600;
	text-transform: uppercase;
}

.nav-tabs {
	border-bottom: 0;
}

.myac_box a:hover {
	color: #9f0005;
}

.myac_box a i {
	margin-left: 10px;
	font-size: 19px;
}

.order-short h3 {
	margin: 0;
	background-color: #9f0005;
	color: #fff;
	padding: 10px;
	font-size: 18px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background-color: #9f0005;
	color: #fff !important;
}

.order-short ul {
	padding: 12px 20px;
}

.Order-details {
	position: absolute;
	left: 15px;
	bottom: 10px;
	transform: translate(-5px, -10px);
}

.box-details {
	background-color: #fff;
	position: relative;
	border: 1px solid #eee;
	box-shadow: 1px 1px 10px #eee;
	margin-bottom: 30px;
}

.Order-details a {
	padding: 8px 15px;
	background: #9f0005;
	border-radius: 6px;
	color: #fff;
}

.myProfileform label {
	font-weight: 600;
	margin-bottom: 5px;
}

.myProfileform input, .myProfileform select, .myProfileform textarea {
	height: 50px;
	padding-left: 15px;
	border: 1px solid #ddd;
	border-radius: 0;
}

.myProfileform input:focus, .myProfileform select:focus, .myProfileform textarea:focus {
	border: 1px solid #9f000579;
	border-left: 3px solid #9f0005;
}

.MyAccountWrap .nav {
	display: block;
}

.wishlistContainer thead {
	background-color: #9f0005;
	color: #fff;
}

.wishlistContainer td, .wishlistContainer th {
	text-align: center;
	align-items: center;
	vertical-align: middle;
}

.pro-thumbnail img {
	width: 90px;
}

.myaccount_page {
	background-color: #eee;
}

.MyAccountWrap {
	background-color: #fff;
	padding: 30px 20px;
	box-shadow: 5px 10px 15px #ddd;
}

/* My account CSS END */
/* Order Details Css  */
.order-id-content {
	position: relative;
}

.order-id-content .order-price {
	font-weight: 500;
	font-size: 27px;
	line-height: 30px;
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
}

.order-title {
	background-color: #9f0005;
	height: 48px;
	padding: 0 16px;
}

.order-title .title {
	line-height: 48px;
	color: #fff;
}

.order-product-item .product-thumb img {
	width: 72px;
	margin-right: 10px;
}

.order-product .order-product-table .product-price {
	text-align: right;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #000;
}

.order-product .order-product-total .sub-total {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.order-product .payable-total {
	border-top: 1px solid #f2f2f2;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: 600;
	justify-content: space-between;
}

.order-product-total p, .payable-total p {
	margin: 5px 0;
	font-size: 16px;
	font-weight: 600;
}

.single-order-details .order-details-content .single-details-item .details-content {
	width: 60%;
	margin-top: 15px;
}

.single-order-details .order-details-content .single-details-item .details-title {
	width: 40%;
	margin-top: 15px;
}

.order-details-content {
	padding: 10px 0;
}

.order-product-table td, .order-product-table th {
	vertical-align: middle;
}



/* product details css  */
.product-gallery.vertical-slide-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.slick-slide img {
	display: block;
}

.product-gallery__nav-image--single img {
	width: 100%;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
	outline: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.slick-active {
	outline: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.slick-btn .fa-angle-up {
	font-size: 24px;
	text-align: center;
	margin: auto;
	display: block;
	cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block;
}

.product-gallery.vertical-slide-nav .product-gallery__large-image {
	-webkit-flex-basis: calc(100% - 155px);
	-moz-flex-basis: calc(100% - 155px);
	-ms-flex-preferred-size: calc(100% - 155px);
	flex-basis: calc(100% - 155px);
	max-width: calc(100% - 155px);
	padding-left: 30px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	outline: none;
}

.product-gallery.vertical-slide-nav .product-gallery__nav-image.quick-view {
	max-width: 121px;
}

.slick-current img {
	opacity: 1;
	outline: none;
}

.slick-active:focus {
	outline: none;
}

.slick-active {
	outline: none;
}

.first-active:focus {
	outline: none;
}

.first-active {
	outline: none;
}

.zoomContainer {
	display: block !important;
}

.size-categories ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
}

.product-detail .cat {
	text-transform: uppercase;
}

.product-detail .p-name {
	margin: 10px 0;
	text-transform: uppercase;
	color: #9f0005;
}

.price-box {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.availability span {
	background: green;
	color: #fff;
	padding: 2px 3px;
}

.size-categories ul li {
	float: left;
	border: 1px solid #ddd;
	border-left: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.product-gallery.vertical-slide-nav .product-gallery__nav-image {
	-webkit-flex-basis: 100%;
	-moz-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	outline: none;
}

@media (max-width: 74.9375em) {
	.product-gallery.vertical-slide-nav .product-gallery__nav-image {
		-webkit-flex-basis: 85px;
		-moz-flex-basis: 85px;
		-ms-flex-preferred-size: 85px;
		flex-basis: 85px;
		max-width: 85px;
	}
}



@media (max-width: 61.94em) {
	.product-gallery.vertical-slide-nav .product-gallery__nav-image {
		-webkit-flex-basis: 110px;
		-moz-flex-basis: 110px;
		-ms-flex-preferred-size: 110px;
		flex-basis: 110px;
		max-width: 110px;
	}
}




@media (max-width: 47.94em) {
	.product-gallery.vertical-slide-nav .product-gallery__nav-image {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}
}

.product-gallery.vertical-slide-nav .product-gallery__large-image {
	-webkit-flex-basis: calc(100% - 0px);
	-moz-flex-basis: calc(100% - 0px);
	-ms-flex-preferred-size: calc(100% - 0px);
	flex-basis: calc(100% - 0px);
	max-width: calc(100% - 0px);
	padding-left: 0px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-flex-order: 2;
	order: 2;
	outline: none;
}

@media (max-width: 74.9375em) {
	.product-gallery.vertical-slide-nav .product-gallery__large-image {
		-webkit-flex-basis: calc(100% - 0px);
		-moz-flex-basis: calc(100% - 0px);
		-ms-flex-preferred-size: calc(100% - 0px);
		flex-basis: calc(100% - 0px);
		max-width: calc(100% - 0px);
	}
}



@media (max-width: 61.94em) {
	.product-gallery.vertical-slide-nav .product-gallery__large-image {
		-webkit-flex-basis: calc(100% - 0px);
		-moz-flex-basis: calc(100% - 0px);
		-ms-flex-preferred-size: calc(100% - 0px);
		flex-basis: calc(100% - 0px);
		max-width: calc(100% - 0px);
	}
}

@media (max-width: 47.94em) {
	.product-gallery.vertical-slide-nav .product-gallery__large-image {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 0;
	}
}

.product-gallery__nav-image--single img {
	width: 100%;
}

.product-gallery.vertical-slide-nav {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-main-image .product-image {
	margin-bottom: 0;
}

.product-gallery.vertical-slide-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.element-carousel {
	position: relative;
}

.slick-btn .fa-angle-right {
	font-size: 24px;
	text-align: center;
	margin: auto;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	cursor: pointer;
	transform: translate(0px, -50%);
	z-index: 999;
}

.slick-btn .fa-angle-left {
	font-size: 24px;
	text-align: center;
	margin: auto;
	display: block;
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 50%;
	transform: translate(0px, -50%);
	z-index: 999;
}


@media (max-width: 47.94em) {
	.product-gallery.vertical-slide-nav .product-gallery__large-image {
		-webkit-flex-basis: 100%;
		-moz-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

.product_details_Bttns ul {
	display: flex;
}

.product_details_Bttns ul li a {
	margin-right: 10px;
	min-width: 180px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.product_details_Bttns ul li a {
	margin-right: 10px;
	min-width: 180px;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.btn-regular.bg-black {
	border: 3px solid #111;
	background-image: -webkit-linear-gradient(30deg, #111 50%, transparent 50%);
	background-image: linear-gradient(30deg, #111 50%, transparent 50%);
	color: #fff;
}

.btn-regular.bg-black:hover {
	color: #000;
}

.size .title img {
	width: 20px;
	margin-right: 5px;
}

.size .title {
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 12px;
	margin-bottom: 5px;

}

.product-description-tab {
	border: 1px solid #eee;
	padding: 20px 20px;
	margin-top: 30px;
}

.product-gallery__image.zoom {
	margin-top: 0;
}

.description-tab-menu li a {
	font-weight: 600;
}

.product-gallery__nav-image--single {
	border: 1px solid #eee;
	margin: 0px 0;
	cursor: pointer;
}

.product-gallery__image {
	border: 1px solid #eee;
}

.outofstockModal .modal-dialog {
	max-width: 500px;
}

.addtocartModal .modal-dialog {
	background-color: #fff;
	margin-top: 50px;
}

.outofstockModal .modal-body, .addtocartModal .modal-body {
	padding: 20px !important;
}

.outofstockModal input {
	border: 1px solid #aaa;
	height: 45px;
	border-radius: 0;
	padding: 10px;
}

.outofstockModal .modal-header {
	background: #9f0005;
	color: #fff;
	border-radius: 0;
}

.outofstockModal .modal-footer .btn-regular, .addtocartModal .modal-footer .btn-regular {
	padding: 10.5px 20px;
}

.modal-dialog-centered {
	display: block;
}

.btn:focus {
	box-shadow: none;
}

.form-control:focus {
	border: 1px solid #9f000579;
	border-left: 3px solid #9f0005;
}

.theme-color {
	color: #9f0005;
}

.wishlist-icon {
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	align-items: center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	font-size: 21px;
	border: 1px solid #ddd;
	margin-top: 10px;
}

.quotation-list td, .quotation-list th {
	text-align: center;
	align-items: center;
	vertical-align: middle;
}

.quotation-list .qtySelector {
	text-align: center;
	justify-content: center;
	margin: auto;
}

.quotation-form input {
	border: 1px solid #aaa;
	height: 45px;
	border-radius: 0;
	padding: 10px;
}

.quotation-form:focus {
	border: 1px solid #9f000579;
	border-left: 3px solid #9f0005;
}

.faq-container {
	margin: 0 auto;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.faq-item {
	border-bottom: 1px solid #eee;
}

.faq-item:last-child {
	border-bottom: none;
}

.faq-question {
	width: 100%;
	background-color: #f7f7f7;
	border: none;
	padding: 15px 20px;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.faq-question:hover {
	background-color: #e2e2e2;
}

.faq-answer {
	display: none;
	padding: 15px 20px;
	background-color: #fff;
}

.faq-answer p {
	margin: 0;
}

.product-gallery__nav-image--single {
	width: 110px !important;
}

.div_radio {
	display: inline-flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 15px;
}

.div_radio label {
	margin-right: 7px;
	margin-bottom: 0 !important;
}

.div_radio input {
	height: auto !important;
	width: 21px;
	height: 21px !important;
}

.div_radio .form-group {
	align-items: center;
	margin-left: 15px;
	margin-bottom: 0;
	display: inline-flex;
}

@media (min-width:992px) {
	.backmenu-row {
		display: none;
	}
}

@media (max-width:991px) {
	.Brand-Section .owl-carousel .owl-controls .owl-nav .owl-next {
		right: 0;
	}

	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: var(--bs-gutter-x, 0.75rem);
		padding-left: var(--bs-gutter-x, 0.75rem);
	}


	.header.shop .logo {
		float: left;
		margin: 0px 0 0;
		width: 180px;
	}

	.most-popular .section-title {
		margin-bottom: 20px;
	}

	.Brand-Section .owl-carousel .owl-controls .owl-nav .owl-prev {
		left: 0;
	}

	.contentCard p {
		line-height: 1.5;
	}

	.contentCard {
		padding: 20px 20px 35px;
		background: #eeeeeeeb;
		right: 3%;
		transform: translate(-3%, -50%);
	}

	.blogShortdetails .BlogTitle {
		padding: 8px 12px;
	}

	.image-section img {
		margin-top: 30px;
	}

	.sibmacoContent p {
		font-size: 21px;
	}

	.sibmacoContent a {
		font-size: 21px;
		margin: 0px 0;
	}

	.sibmacoContent {
		padding: 0 20px;
	}

	.expertise_industry p {
		font-size: 21px;
		width: 100%;
	}

	.checkout-form .tab-content {
		margin-bottom: 50px;
	}

	.checkout_tabs ul li a {
		font-size: 15px;
	}

	.checkout_tabs ul li {
		display: block;
		width: 32%;
	}
}

@media (max-width:767px) {
	.section {
		padding: 60px 0;
	}

	.div_radio {
		display: block;
	}

	.Order-details {
		top: 70px;
		bottom: auto;
	}

	.blog-header h1 {
		font-size: 1.5em;
		margin-top: 10px;
	}

	.newregister {
		margin-top: 35px;
	}

	.cartItemAdded .content {
		width: 100%;
	}

	.wishlistContainer {
		overflow-x: scroll;
	}

	.wishlistContainer .table .btn-regular, .wishlistContainer .pro-title {
		white-space: nowrap;
	}

	.contact-us .form-main, .contact-us .single-head {
		padding: 50px 15px;
	}


	.cartItemAdded {
		display: inline-block;
	}

	.cartItemAdded img {
		width: 100%;
		margin-bottom: 15px;
	}

	.promocode .input-group {
		width: 100%;
		border-radius: 0;
	}

	.btncheckout {
		display: inline-block;
	}

	.btncheckout a {
		margin-bottom: 7px;

	}

	.panel-login {
		padding: 35px 12px;
	}

	.div_radio input {
		height: auto !important;
		width: 18px;
		height: 18px !important;
		min-width: 18px;
	}

	.div_radio label {
		margin-right: 5px;
		font-size: 13px;
		font-weight: 600;
		line-height: 17px;
	}

	.div_radio .form-group {
		margin-right: 12px;
	}

	.promocode .input-group-text {
		font-size: 14px;
	}

	.categoryAll a {
		width: 50px;
		height: 40px;
	}

	.most-popular .section-title {
		margin-bottom: 0px;
	}

	.single-footer.about {
		margin-top: 0;
	}

	.adbannerimg-slider .owl-controls .owl-nav .owl-prev {
		left: 10px;
	}

	.adbannerimg-slider .owl-controls .owl-nav .owl-next {
		right: 10px;
	}

	.cart-on-product {
		font-size: 14px;
	}

	.Brand-Section {
		padding-top: 50px;
	}

	.header.shop .middle-inner {
		padding: 10px 0;
	}

	.single-product .product-content h3 {
		font-size: 14px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.viewall-area {
		text-align: center;
		margin-top: 0px;
	}

	.blogmore {
		margin-top: 50px;
	}

	.BlogTitle h2 {
		font-size: 14px;
	}

	.btn-regular {
		font-size: 14px;
		padding: 10px 14px;
	}

	.product-area {
		padding: 53px 0;
	}

	.product-area .owl-nav {
		display: none;
	}

	.most-popular .single-product {
		margin: 30px 5px 0 5px;
	}

	.small-banner .single-banner .content {
		font-size: 16px;
	}

	.section-title h2 {
		font-size: 24px;
	}

	.small-banner .single-banner h3 {
		font-size: 14px;
	}

	.mobilecarticons {
		display: block !important;
	}

	.pctabcarticons {
		display: none;
	}

	.header.shop .search-bar-top {
		width: 100%;
	}

	.q-view {
		display: none !important;
	}

	.logo-column {
		display: grid;
	}

	.header.shop .logo {
		width: 170px;
		margin: 10px 0;
		display: block
	}

	.header.shop .search-bar .btnn {
		width: 45px;
	}

	.small-banner .single-banner .content {
		padding-left: 20px;
	}

	.single-footer {
		margin-top: 30px;
	}

	.footer .single-footer h4 {
		margin-bottom: 14px;
	}

	.product-area .nav-tabs .nav-item {
		margin: 5px;
	}

	.p-unset {
		position: unset;
	}

	.header.shop .right-bar {
		position: absolute !important;
		right: 20px;
		z-index: 99;
		top: auto;
	}

	.contentCard {
		max-width: 85%;
		padding: 30px 15px 45px;
		height: fit-content;
		background: #eeeeeeeb;
		position: unset;
		transform: unset;
		margin: auto;
		margin-top: -50px;
		z-index: 99;
	}

	.header.shop .right-bar .sinlge-bar .single-icon {
		color: #fff;
	}

	.contentCard h2 {
		font-size: 19px;
	}

	.most-popular.product-area {
		padding: 50px 0;
	}

	.Brand-Section .owl-carousel .owl-controls .owl-nav .owl-next, .Brand-Section .owl-carousel .owl-controls .owl-nav .owl-prev {
		display: none !important;
	}

	.shop-newsletter .newsletter-inner input {
		width: auto;
		padding: 0px 20px;
		height: 45px;
	}

	.shop-newsletter .newsletter-inner .btn {
		display: inline-block;
		height: 45px;
		padding: 10px 15px;
		font-size: 15px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.hero-slider .owl-nav div {
		background: transparent !important;
		width: 32px;
		height: 32px;
		line-height: 32px;
		left: 0;
		bottom: 0px;
		position: absolute;
	}

	.hero-slider .owl-nav div i {
		font-size: 21px;
	}

	.hero-slider .owl-nav div.owl-next {
		left: 40px;
	}

	.checkout_tabs ul li {
		width: 100%;
	}

	.checkoutPageContainer .cartItemAdded img {
		width: 100%;
	}

	.product-gallery__nav-image {
		position: relative;
	}

	.slick-btn .fa-angle-up {
		font-size: 24px;
		transform: rotate(-90deg);
		z-index: 999;
		position: absolute;
		bottom: 55px;
		text-align: unset;
		display: inline-block;
	}

	.slick-btn .fa-angle-down {
		font-size: 24px;
		transform: rotate(-90deg);
		z-index: 999;
		position: absolute;
		bottom: 55px;
		text-align: unset;
		display: inline-block;
		float: right;
		right: 0;
	}

	.product-detail {
		margin-top: 50px;
	}

	.product-gallery__nav-image--single {
		width: 110px !important;
	}

	.product_details_Bttns ul {
		display: inline-flex;
		flex-wrap: wrap;
	}

	.product_details_Bttns ul li {
		margin: 5px;
	}

	.product_details_Bttns ul li a {
		min-width: auto;
	}

	.container {
		max-width: 100%;
	}


}