/*
    [Main Stylesheet]

    Project:  Base Project
    Version:  1.0
    Date Created: 09/21/2016
    Date Updated: 09/21/2016
    Author: Nghia Luong Minh
    Website: http://nghiadev.com
*/
a,
input,
textarea,
button,
select {
  outline: none; }

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none; }

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

img {
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%;
  width: 100%; }

* {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  position: relative;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

p {
  font-size: 14px;
  line-height: 1.5em;
  color: #999; }

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

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

/*# sourceMappingURL=main.css.map */


/******************************************************************
  Template Name: nsstyle
  Description:  styleone eCommerce  HTML Template

******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
2.  Helper Css
3.  Header Section
4.  ns-slider-block Section
5.  Service Section
6.  Categories Section
7.  ns-featured-product-grids Section
8.  Latest product-grid Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: "Cairo", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Cairo", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	font-family: "Cairo", sans-serif;
	color: #6f6f6f;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;

}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.block-title {
	margin-bottom: 50px;
	text-align: center;
}

.block-title h2 {
	color: #1c1c1c;
	font-weight: 500;
	position: relative;
}

.block-title h2:after {
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	height: 4px;
	width: 80px;
	background: #ff7a04;
	content: "";
	margin: 0 auto;
}



.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	padding: 10px 28px 10px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	background: #ff7a04;
	letter-spacing: 2px;
	border-color: #ff7a04;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	padding: 13px 30px 12px;
	background: #ff7a04;
	border: none;
	margin:0;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/***new header css***/



ol, ul {
	list-style:none;
}


figure {
	margin:0;
}

:focus {
	outline:0;
}

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

img {
	border:0;
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}

legend {
	white-space:normal;
}

button,
input,
select,
textarea {
	font-size:100%;
	margin:0;
	max-width:100%;
	vertical-align:baseline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

button,
input {
	line-height:normal;
}

input,
textarea {
	background-image:-webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height:1;
	cursor:pointer;
	-webkit-appearance:button;
	border:none;
}

input[type="checkbox"],
input[type="radio"] {
	padding:0;
}

input[type="search"] {
	-webkit-appearance:textfield;
}

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

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

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

body {
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	line-height:24px;
	font-weight:400;
	background-color:#fff;
	color:#656565;

	position:relative;
}

a {
	text-decoration:none;
	color:#333333;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color:#f28b00;
	text-decoration:none;
	outline:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul, ol {
	padding:0;
}

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

b, strong {
	font-weight:900;
}

uttonb,
button:hover {
	border:none;
}

button:focus {
	outline:none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display:inline-block;
	color:#fff;
	padding:0px 27px 0 27px;
	height:48px;
	line-height:42px;
	font-size:14px;
	color:#ffffff;
	background:#8dc83c;
	border-radius:30px;
	font-weight:600;
	font-family:"Nunito", sans-serif;
	position:relative;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

button.search-submit-form {
	position:absolute;
	right:2px;
	top:7px;
	padding:0px 10px;
	color:#999999;
	background-color:transparent;
	display:inline-block;
	height:29px;
	line-height:31px;
	font-size:12px;
	border-color:transparent;
	border-left:1px solid #d0d0d0;
	text-transform:uppercase;
	font-weight:700;
	border-radius:0;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position:relative;
	display:block;
	font-family:'Open Sans';
	width:100%;
	line-height:24px;
	padding:8px 15px 8px 30px;
	color:#222222;
	border:2px solid #e5e5e5;
	height:48px;
	border-radius:30px;
	background-color:transparent;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

select {
	border:none;
}

input[type="search"] {
	width:250px;
	margin-bottom:0px;
	border-radius:0px;
	background-color:#ffffff;
}

input[type="email"] {
	padding:8px 14px;
	color:#555555;
	border:1px solid #e5e5e5;
	margin-bottom:20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border:2px solid #cacaca;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

textarea {
	width:100%;
	padding:11px 18px;
	height:173px;
}

input[type="checkbox"] {
	display:inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color:#aeaeae;
	opacity:1;
}

input:-ms-input-placeholder {
	color:#aeaeae;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color:#aeaeae;
	opacity:1;
}

.btn {
	background-image:none;
}

select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	color:#727272;
}

select::-ms-expand {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	opacity:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Nunito', sans-serif;
	font-weight:400;
}

h1 {
	font-size:32px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
	font-weight:500;
	color:#2d2d2d;
}

h4 {
	font-size:18px;
}


.clearfix {
	clear:both;
}

.left {
	text-align:left;
}

.center {
	text-align:center;
}

.sale {
	color:#f28b00;
	font-weight:500;
	font-size:22px;
	font-family:'Nunito';
}

.regular {
	color:#c5c5c5;
	font-size:14px;
	text-decoration:line-through;
}

.background {
	background-color:#f5f5f5;
}

/* ns-kind
-------------------------------------------------------------- */
.ns-kind {
	position:relative;
}

.ns-kind > .overlay {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.5);
	z-index:909;
	opacity:0;
	display:none;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.ns-kind > .overlay.show {
	opacity:1;
	display:block;
}

/* Header
-------------------------------------------------------------- */
#header {
	position:relative;
	z-index:999;
	background-color:#fff;
}
/* Header Top */
.header-top {
	border-bottom:1px solid #e5e5e5;
	background:#ffed1b;
}

.header-top.style1 {
	background-color:#f5f5f5;
	padding:6px 0;
}

.header-top.style2 {
	background-color:#ffa020;
	padding:0px 0;
	border-bottom:none;
}

.header-top.style2 ul.flat-support > li >
a {
	color:#fff;
}

.header-top.style2 ul.flat-support > li {
	border-color:#fec579;
}

.header-top.style2 ul.flat-infomation > li.phone {
	color:#fff;
}

.header-top.style2 ul.flat-infomation > li.phone > a {
	color:#Fff;
}

.header-top.style2 ul.flat-unstyled > li > a {
	color:#fff;
}

.header-top.style3 {
	background-color:#f5f5f5;
	padding:0px 0;
	border-bottom:none;
}

.header-top.style4 {
	background-color:#f5f5f5;
	padding:6px 0 6px;
	border-bottom:none;
}

/* Flat Support */
ul.flat-support li {
	display:inline-block;
	line-height:38px;
	height:37px;
}

ul.flat-support li a {
	border-right:1px solid #e5e5e5;
	padding-right:10px;
	padding-left:7px;
	font-size:12px;
	font-weight:400;
}

ul.flat-support li:first-child > a {
	padding-left:0;
}

ul.flat-support li:last-child > a {
	padding-right:0;
	border-right:none;
}

ul.flat-support.style1 > li,
ul.flat-unstyled.style2 > li {
	display:inline-block;
	line-height:27px;
	height:24px;
}

/* Flat Infomation */
ul.flat-infomation {
	text-align:center;
}

ul.flat-infomation li.phone {
	color:#f28b00;
	line-height:38px;
	height:37px;
	letter-spacing:-0.5px;
}

.grid-right ul.flat-infomation li.phone {
	height:55px;
	line-height:59px;
	font-size:15px;
}

/* Flat Unstyled */
ul.flat-unstyled {
	text-align:right;
	margin-right:3px;
	padding: 10px 0;
}

ul.flat-unstyled > li {
	display:inline-block;
	line-height:38px;
	padding:2px 0;
	position:relative;
}

ul.flat-unstyled > li > a {
	border-left:1px solid #e5e5e5;
	line-height:1;
	padding-left:9px;
	padding-right:6px;
	letter-spacing:0;
}

ul.flat-unstyled > li:last-child > a {
	padding-right:0;
}

ul.flat-unstyled > li:first-child > a {
	border-left:none;
}

ul.flat-unstyled > li > a i {
	padding-left:10px;
	padding-right:4px;
}

ul.flat-unstyled > li:last-child > a i {
	padding-right:0px;
}

ul.flat-unstyled > li > ul {
	background-color:#fff;
	border-radius:10px;
	padding:10px 0;
	box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	z-index:99;
	width:130px;
	text-align:left;
	top:100px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul.flat-unstyled > li > ul:before {
	content:'';
	position:absolute;
	left:30px;
	top:-8px;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:8px solid #e5e5e5;
	z-index:100;
}

ul.flat-unstyled > li:hover > ul {
	opacity:1;
	visibility:visible;
	top:38px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul.flat-unstyled li > ul > li > a {
	display:block;
	padding:1px 15px;
	line-height:24px;
	font-size:12px;
}

.flat-unstyled.style1 {
	float:right;
	line-height:102px;
	height:101px;
	margin-right:3px;
}

/* Header Middle */
.header-middle #logo {
	line-height:97px;
    padding-top: 5px;
}


.header-middle.style1 {
	background-color:#f28b00;
}

/* Show Search */
.show-search {
	display:none;
}

.show-search button {
	content:'';
	background:#fff;
	color:#f28b00;
	border-color:transparent;
	height:45px;
	line-height:45px;
	width:45px;
	display:block;
	padding:0;
	border-radius:50%;
	position:relative;
}

.show-search button:before {
	content:"\f002";
	font-family:fontawesome;
	position:absolute;
	font-size:18px;
	line-height:45px;
	left:50%;
	top:0px;
	transform:translateX(-50%);
}

.show-search > button.active:before {
	content:"\f00d";
}

/* Top Search */
.top-search {
	padding:27px 0;
	padding-left:47px;
	margin-right:-21px;
}

.top-search form.form-search {
	position:relative;
}

.top-search form.form-search .cat-wrap {
	position:absolute;
	
	padding:15px 0;
}

.top-search form.form-search .cat-wrap-v1 {
	position:absolute;
	z-index:9;
	padding:12px 0;
}

.top-search form.form-search .cat-wrap select {
	height:20px;
	line-height:20px;
	padding:1px 63px 0 36px;
	border-radius:0px;
	border-right:1px solid #e5e5e5;
}

.top-search form.form-search .cat-wrap span {
	position:absolute;
	top:14px;
	right:22px;
	color:#1b1b19;
	font-size:14px;
}

.top-search form.form-search .cat-wrap-v1 span {
	top:11px !important;
}

.top-search form.form-search .cat-wrap .all-categories {
	position:absolute;
	top:80px;
	left:0;
	width:215px;
	border:2px solid #484848;
	border-radius:10px;
	height:287px;
	background:#fff;
	padding:10px 20px;
	z-index:9;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.top-search form.form-search .cat-wrap .all-categories.show {
	top:55px;
	opacity:1;
	visibility:visible;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.top-search form.form-search .cat-wrap .all-categories:before {
	content:'';
	position:absolute;
	border-bottom:5px solid #484848;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	top:-7px;
	left:57px;
}

.top-search form.form-search .cat-wrap .all-categories .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#f28b00;
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search .title {
	color:#f28b00;
	line-height:30px;
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul {
	margin-bottom:5px;
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li {
	padding-left:9px;
	line-height:20px;
	cursor:pointer;
}

.top-search form.form-search .cat-wrap .all-categories .cat-list-search ul li:hover {
	color:#f28b00;
}

.top-search form.form-search .box-search input {
	padding-left:15px;
	padding-top:10px;
	height:49px;
}

.top-search form.form-search .box-search .btn-search {
	position:absolute;
	top:0;
	right:0;
}

/* Box Cart */
.box-cart {
	text-align:right !important;
	padding:27px 0!important;
}

.box-cart .inner-box {
	display:inline-block;
	position:relative;
}

.box-cart .inner-box > a > div {
	display:inline-block;
}

.box-cart .inner-box > a > div.icon-cart {
	height:48px;
	line-height:40px;
	width:48px;
	text-align:center;
	border:2px solid #e5e5e5;
	border-radius:50%;
	position:relative;
}
.box-cart .inner-box > a > div.icon-cart i{line-height: 46px;}

.box-cart .inner-box > a:hover > div.icon-cart {
	border-color:#f28b00;
}

.box-cart .inner-box > a > div.icon-cart span {
	position:absolute;
	top:-3px;
	right:-8px;
	background-color:#f28b00;
	width:20px;
	height:20px;
	line-height:18px;
	color:#f4f4f4;
	font-size:11px;
	border-radius:50%;
}

.box-cart .inner-box > a > .price {
	font-weight:600;
	font-size:16px;
	margin-left:8px;
}

.box-cart .inner-box ul.menu-compare-wishlist li {
	display:inline-block;
	margin-right:19px;
}

.box-cart .inner-box ul.menu-compare-wishlist li a {
	display:inline-block;
	height:48px;
	width:48px;
	line-height:40px;
	text-align:center;
	border:2px solid #e5e5e5;
	border-radius:50%;
}

.box-cart .inner-box ul.menu-compare-wishlist li a:hover {
	border-color:#f28b00;
}

.box-cart .inner-box .dropdown-box {
	padding:25px 20px 32px;
	position:absolute;
	background-color:#fff;
	border-radius:8px;
	top:150px;
	width:332px;
	right:0;
	opacity:0;
	visibility:hidden;
	z-index:99;
	box-shadow:0px 2px 3px 0px rgba(72, 72, 72, 0.15);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.box-cart .inner-box .dropdown-box:before {
	content:'';
	position:absolute;
	top:-7px;
	right:70px;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #e5e5e5;
}

.box-cart > .inner-box:hover > .dropdown-box {
	top:55px;
	opacity:1;
	visibility:visible;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.box-cart .inner-box .dropdown-box > ul > li {
	position:relative;
	margin-bottom:30px;
}

.box-cart .inner-box .dropdown-box > ul > li .img-product {
	float:left;
	margin-right:20px;
	width:64px;
	height:64px;
	border:2px solid transparent;
	border-radius:8px;
	text-align:center;
}

.box-cart .inner-box .dropdown-box > ul > li:hover .img-product {
	border-color:#e5e5e5;
}

.box-cart .inner-box .dropdown-box > ul > li .info-product {
	text-align:left;
}

.box-cart .inner-box .dropdown-box > ul > li .info-product .name {
	margin-bottom:3px;
	color:#484848;
	font-size:12px;
	line-height:20px;
}

.box-cart .inner-box .dropdown-box > ul > li .info-product .price {
	color:#f28b00;
}

.box-cart .inner-box .dropdown-box > ul > li span.delete {
	position:absolute;
	top:0;
	right:0;
	font-size:18px;
	cursor:pointer;
}

.box-cart .inner-box .dropdown-box .total {
	text-align:left;
}

.box-cart .inner-box .dropdown-box .total span {
	color:#484848;
	font-weight:bold;
	font-size:14px;
}

.box-cart .inner-box .dropdown-box .total span.price {
	color:#f28b00;
	font-size:22px;
	font-weight:500;
	float:right;
}

.box-cart .inner-box .dropdown-box .btn-cart {
	margin-top:30px;
	overflow:hidden;
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart {
	padding:10px 33px;
	color:#f28b00;
	border:2px solid #f28b00;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
	float:left;
	position:relative;
	overflow:hidden;
	z-index:5;
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover {
	color:#fff;
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:before,
.box-cart .inner-box .dropdown-box .btn-cart a.check-out:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background:#f28b00;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 50%;
	transform-origin:0 50%;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-duration:0.4s;
	transition-duration:0.4s;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
}

.box-cart .inner-box .dropdown-box .btn-cart a.view-cart:hover:before,
.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover:before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
	-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out {
	padding:12px 35px;
	color:#fff;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
	background-color:#484848;
	float:right;
	position:relative;
	overflow:hidden;
	z-index:5;
}

.box-cart .inner-box .dropdown-box .btn-cart a.check-out:hover {
	border-color:transparent;
}

/* Header Bottom */
.header-bottom {
	background-color:#f6f6f8;
	margin-bottom: 10px;
	padding:10px;
}

.header-bottom > .container > .row {
	position:relative;
}

.header-bottom.style2 {
	background-color:#e58400;
}

.header-bottom.style3 {
	background-color:#fff;
}

/* Menu Mega
-------------------------------------------------------------- */
#mega-menu {
	position:relative;
	top:-10px;
	height:55px;
	width:250px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > .btn-mega {
	font-weight:600;
	font-size:16px;
	color:#fefefe;
	height:65px;
	padding-left:87px;
	line-height:65px;
	background-color:#484848;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
	position:relative;
	z-index:98;
	cursor:pointer;
}

#mega-menu:hover ul.menu {
	top:-1px;
	visibility:visible;
	opacity:1;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > .btn-mega > span {
	position:absolute;
	height:2px;
	width:18px;
	left:46px;
	top:31px;
	background-color:#fff;
	display:inline-block;
}

#mega-menu > .btn-mega > span:before {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:-7px;
	background-color:#fff;
}

#mega-menu > .btn-mega > span:after {
	content:'';
	position:absolute;
	height:2px;
	width:24px;
	top:7px;
	background-color:#fff;
}

#mega-menu > ul.menu {
	position:relative;
	z-index:90;
	background-color:#fff;
	border:1px solid #484848;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	top:-40px;
	opacity:0;
	visibility:hidden;
	height:516px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li > a {
	height:50px;
	line-height:51px;
	padding:0 24px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	position:relative;
}

#mega-menu > ul.menu > li:last-child > a {
	border-bottom:none;
}

#mega-menu > ul.menu > li:hover > a .menu-title {
	color:#f28b00;
}

#mega-menu > ul.menu > li > a.dropdown:after {
	content:'\f105';
	position:absolute;
	font-family:'fontawesome';
	right:29px;
	font-size:14px;
	color:#484848;
}

#mega-menu > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}

#mega-menu > ul.menu > li > a .menu-title {
	color:#484848;
}

#mega-menu.style1 > ul.menu {
	transform:translateY(0%);
	opacity:1;
	top:-1px;
	visibility:visible;
	border-width:1px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

#mega-menu > ul.menu > li:hover > .drop-menu {
	opacity:1;
	visibility:visible;
	transform:translateX(0%);
}

#mega-menu > ul.menu > li .drop-menu {
	transform:translateX(-10%);
	opacity:0;
	visibility:hidden;
	padding:27px 7px 27px 0;
	position:absolute;
	top:-1px;
	left:270px;
	width:875px;
	border-radius:10px;
	z-index:-1;
	height:516px;
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third {
	width:33.3%;
	float:left;
	padding-left:42px;
	padding-right:15px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li {
	margin-bottom:5px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul li a:not(:hover) {
	color:#484848;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a {
	color:#f28b00;
	font-weight:bold;
	position:relative;
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

#mega-menu > ul.menu > li .drop-menu > .one-third .show a:hover:before {
	width:100%;
	left:0;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li {
	border:2px solid #e5e5e5;
	border-radius:5px;
	background-color:#e5e5e5;
	height:110px;
	padding:30px 10px 30px 18px;
	margin-bottom:20px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li:hover {
	background-color:#fff;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text {
	float:left;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .banner-title {
	font-weight:bold;
	font-size:18px;
	color:#f28b00;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-text .more-link a img {
	margin-left:10px;
}

#mega-menu > ul.menu > li .drop-menu > .one-third ul.banner li .banner-img {
	float:right;
}

/* Main Navigation
-------------------------------------------------------------- */
#mainnav {
	padding-left:0px;
	float:left;
}

#mainnav > ul.menu {
	word-spacing:-4px;
	margin-bottom:0 !important;
}

#mainnav > ul.menu > li {
	display:inline-block;
	line-height:27px;
	padding:15px 0;
}

#mainnav ul.menu > li > a {
	display:inline-block;
	color:#605b53;
	font-size:14px;
	font-weight:500;
	padding:0 21.5px;
	border-right:1px solid #605b53;
	line-height:1;
	position:relative;
	z-index:8;
}

#mainnav ul.menu > li > a:after {
	content:'';
	position:absolute;
	bottom:-20px;
	left:-1px;
	opacity:0;
	background-color:#fff;
	height:48px;
	width:calc(100% + 2px);
	z-index:-3;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#mainnav ul.menu > li:hover > a {
	color:#f28b00;
}

#mainnav ul.menu > li:hover > a:after {
	opacity:1;
}

#mainnav ul.menu > li:last-child > a {
	border-right:none;
}

#mainnav.style1 {
	padding-left:4px;
	line-height:104px;
}

#mainnav.style1 ul.menu > li > a {
	color:#484848;
	border:none;
	padding:0;
	font-weight:500;
	margin-right:33px;
}

#mainnav.style2 {
	padding-left:55px;
}

#mainnav.style2 ul.menu > li {
	margin-top:24px;
}

#mainnav.style2 ul.menu > li > a {
	margin-right:43.5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#656565;
	padding:0;
	border-right:0px;
}

#mainnav.style2 ul.menu > li:last-child > a {
	margin-right:0px;
}

#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
	top:80px;
}

#mainnav.style3 ul.menu > li > a {
	color:#484848;
	border-color:#c9c9c9;
}

#mainnav.style4 {
	padding-left:72px;
}

#mainnav ul.menu > li:hover > .submenu {
	opacity:1;
	visibility:visible;
	top:55px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#mainnav.style1 ul.menu > li.column-1:hover > .submenu {
	top:55px;
}

#mainnav.style1 ul.menu > li:hover > .submenu {
	top:80px;
}

/* Today Deal */
.today-deal {
	float:right;
}

.today-deal a {
	line-height:55px;
	color:#3e2f2f;
	font-size:14px;
	font-weight:600;
	position:relative;
}

.today-deal a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#fff;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.today-deal a:hover:before {
	width:100%;
	left:0;
}

.today-deal.style1 > a {
	color:#f28b00;
}

/* Sub Menu */
ul.menu li.column-1 {
	position:relative;
}

ul.menu li.column-1 .submenu {
	width:263px;
	left:-1px;
	padding:18px 0;
}

ul.menu li.column-1 .submenu > li {
	line-height:30px;
}

ul.menu li.column-1 .submenu > li:last-child {
	border-bottom:none;
}

ul.menu li.column-1 .submenu > li > a {
	display:block;
	font-size:13px;
	padding-left:22px;
	position:relative;
	font-weight:500;
	color:#484848;
}

ul.menu li.column-1 .submenu > li > a:hover {
	color:#f28b00;
}

ul.menu li.column-1 .submenu > li > a i {
	padding-right:15px;
}

.submenu .row:not(:last-child) {
	margin-bottom:30px;
}

.submenu .col-md-4 {
	padding-left:50px;
}

.submenu .cat-title {
	color:#f28b00;
	font-size:16px;
	font-weight:500;
	margin-bottom:20px;
}

.submenu ul > li {
	margin-bottom:5px;
	line-height:24px;
}

.submenu .show {
	line-height:24px
}

.submenu .show a {
	color:#f28b00;
	font-weight:700;
	position:relative;
}

.submenu .show a:before {
	content:'';
	position:absolute;
	width:0;
	height:2px;
	bottom:-4px;
	right:0;
	background:#f28b00;
	-webkit-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	-o-transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
	transition:width .2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

.submenu .show a:hover:before {
	width:100%;
	left:0;
}

/* Main Navigation Mobile
-------------------------------------------------------------- */
#mainnav-mobi {
	display:block;
	margin:0 auto;
	width:100%;
	position:absolute;
	left:0;
	z-index:1000;
	background-color:#222222;
}

#mainnav-mobi > ul {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}

#mainnav-mobi ul li {
	margin:0;
	position:relative;
	text-align:left;
	border-top:1px solid #333333;
	cursor:pointer;
	display:block;
}

#mainnav-mobi ul > li > a {
	text-decoration:none;
	height:50px;
	line-height:50px;
	padding:0 20px;
	color:#fff;
	border:none;
}

#mainnav-mobi ul.submenu {
	top:100%;
	left:0;
	z-index:2000;
	position:relative;
	background-color:#222222;
}

#mainnav-mobi > ul > li > ul > li {
	position:relative;
	border-top:1px solid #333333;
}

#mainnav-mobi ul.submenu > li > a {
	display:block;
	text-decoration:none;
	padding:0 50px;
	border-top-color:rgba(255,255,255,.1);
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top:none;
}

#mainnav-mobi ul.submenu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color:#fff;
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu {
	background:#222222;
	right:0px;
	width:100%;
	position:relative;
}

#mainnav-mobi ul.menu li.has-mega-menu h3.cat-title {
	color:#fff;
	padding-left:50px;
	cursor:pointer;
}

#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:not(:last-child) {
	margin:0;
}

/* Button Menu */
.btn-menu,
.btn-menu-mega {
	display:none;
	position:relative;
	background:#333;
	cursor:pointer;
	float:right;
	top:0px;
	width:25px;
	height:25px;
	border:2px solid #fff;
	padding:15px 18px 17px;
	border-radius:4px;
	z-index:8;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}

.btn-menu-mega {
	background:#484848;
	border-color:#484848;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span,
.btn-menu-mega:before,
.btn-menu-mega:after,
.btn-menu-mega span {
	background-color:#fff;
	-webkit-transition:all ease .238s;
	-moz-transition:all ease .238s;
	transition:all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu-mega:before,
.btn-menu-mega:after {
	content:'';
	position:absolute;
	height:2px;
	width:25px;
	left:5px;
	top:50%;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%;
}

.btn-menu span,
.btn-menu-mega span {
	position:absolute;
	width:25px;
	height:2px;
	left:5px;
	top:50%;
	overflow:hidden;
	text-indent:200%;
}

.btn-menu-mega span {
	width:20px;
}

.btn-menu:before,
.btn-menu-mega:before {
	-webkit-transform:translate3d(0, -7px, 0);
	transform:translate3d(0, -7px, 0);
}

.btn-menu:after,
.btn-menu-mega:after {
	width:25px;
	-webkit-transform:translate3d(0, 7px, 0);
	transform:translate3d(0, 7px, 0);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
	width:25px;
}

.btn-menu.active span,
.btn-menu-mega.active span {
	opacity:0;
}

.btn-menu.active:before,
.btn-menu-mega.active:before {
	-webkit-transform:rotate3d(0, 0, 1, 45deg);
	transform:rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after,
.btn-menu-mega.active:after {
	-webkit-transform:rotate3d(0, 0, 1, -45deg);
	transform:rotate3d(0, 0, 1, -45deg);
}

.btn-submenu,
.btn-submenu-child {
	position:absolute;
	right:0px;
	top:-1px;
	font:20px/51px 'FontAwesome';
	text-align:center;
	cursor:pointer;
	width:51px;
	height:50px;
	background:#333;
}

.btn-submenu-child {
	right:57px;
	top:0px;
	height:45px;
	line-height:46px;
}

.btn-submenu:before {
	content:"\f107";
	color:#ffffff;
}

.btn-submenu-child:before {
	content:"\f107";
	color:#fff;
}

.btn-submenu.active:before,
.btn-submenu-child.active:before {
	content:"\f106"
}

/* Mega Mobile
-------------------------------------------------------------- */
#mega-mobile {
	display:block;
	margin:0 auto;
	width:100%;
	position:absolute;
	left:0;
	z-index:1000;
	background-color:#222222;
}

#mega-mobile > ul.menu > li > a {
	color:#fff;
	display:block;
	padding:15px 0;
	cursor:pointer;
	padding-left:15px;
	border-bottom:1px solid #333;
	position:relative;
}

#mega-mobile > ul.menu > li > a .menu-img {
	margin-right:18px;
	min-width:30px;
	display:inline-block;
	text-align:center;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown,
.btn-dropdown-child {
	position:absolute;
	top:0;
	right:0;
	font-size:14px;
	width:54px;
	height:54px;
	background:#262626;
	text-align:center;
	cursor:pointer;
	font:20px/54px 'FontAwesome';
}

.btn-dropdown-child {
	right:0px;
	width:44px;
	height:44px;
	line-height:44px;
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
	content:'\f107';
}

#mega-mobile > ul.menu > li > a.dropdown .btn-dropdown.active:after,
.btn-dropdown-child.active:after {
	content:'\f106';
}

#mega-mobile > ul.menu > li > .drop-menu {
	padding:0 54px 0 50px;
}

#mega-mobile > ul.menu > li > .drop-menu .cat-title {
	position:relative;
	color:#f5f5f5;
	padding:10px 0;
	border-bottom:1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul {
	padding-left:20px;
}

#mega-mobile > ul.menu > li > .drop-menu ul li {
	border-bottom:1px solid #333;
}

#mega-mobile > ul.menu > li > .drop-menu ul li a {
	color:#f5f5f5;
	font-size:12px;
	padding:8px 0;
	display:block;
}

#mega-mobile > ul.menu > li > .drop-menu .show,
#mega-mobile > ul.menu > li > .drop-menu .one-third:nth-child(3) {
	display:none;
}


/* This css for Responsive*/
@media only screen and (max-width:1900px) {
	



	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:calc(100% - 260px);
	}

	.header-bottom.style1 .grid-right {
		padding:7px 15px 7px 15px;
	}

	.header-bottom.style1 .grid-right ul.flat-infomation {
		margin-right:5px;
	}

	.header-bottom.style1 .grid-right .top-search.style1 {
		width:53%;
	}

	.header-bottom.style1 .grid-left #mega-menu {
		width:100%;
	}

	
	

	.banner-box.style1 {
		width:50%;
	}

	.banner-box.style1.v1 .inner-box {
		display:none;
	}

	#mainnav.style2 {
		float:right;padding-left:0px;
	}

	#mainnav.style2 ul.menu > li.has-mega-menu:hover > .submenu {
		top:90px;
	}

	.flat-unstyled.style1 {
		line-height:50px;height:50px;margin-right:0px;
	}


}

@media only screen and (min-width:1200px) and (max-width:1366px) {
	
	#mega-menu > ul.menu > li .drop-menu {
		left:258px;width:879px;
	}

	.flat-location .location-detail {
		width:300px;
	}

	.flat-location .location {
		width:380px;
	}

	.flat-location #flat-map-2 {
		width:calc(100% - 300px - 380px);
	}

	.location .location-content .select-location select {
		width:92px;margin-right:7px;
	}

	.location .location-content .select-location .select:before {
		right:30px;
	}

	.boxed.style2 .flat-imagebox .container-fluid .box-product .row .col-xl-2 {
		max-width:33.333%;
	}


}

@media only screen and (max-width:1366px) {


}

@media only screen and (max-width:1199px) {
	


	#mega-menu > ul.menu > li .drop-menu {
		width:704px;left:255px;
	}

	#mega-menu > ul.menu > li .drop-menu > .one-third {
		padding-left:0px;padding-right:3px;
	}

	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:5px;
	}

	.mainnav {
		padding-left:0px;
	}

	.mainnav ul.menu > li > a {
		padding:0 20px;
	}

	#mega-menu {
		width:250px;
	}


	ul.brands-tablist {
		padding:20px 20px;
	}

	article.main-post.style3,
	article.main-post.style3 .content-post {
		padding:0px;
	}




	.box-cart.style2 .btn-add-cart a {
		width:100%;
	}

	.box-cart.style2 .compare-wishlist,
	.box-cart.style2 .btn-add-cart {
		display:block;margin-left:0px;text-align:center;
	}




	.top-search.style1 {
		width:520px;padding-left:30px;
	}

	.box-cart.style1 .inner-box > a > .price,
	.header-bottom.style1 .grid-right ul.flat-infomation {
		display:none;
	}

	.mainnav.style1 ul.menu > li > a {
		margin-right:22px;
	}

	.box-6 {
		width:50%;padding:0 10px 0 10px;
	}

	.box-6.big {
		padding-right:10px;padding-left:10px;
	}

	.box-6 .product-box,
	.box-6.big .product-box {
		width:100%;
	}

	.header-bottom.style1 .grid-right .top-search.style1 {
		width:70%;
	}


}

@media only screen and (min-width:992px) and (max-width:1199px) {
	
	#mainnav ul.menu > li > a {
		padding:0 18px;
	}


	.drop-menu {
		width:710px;left:260px;
	}

	.drop-menu > .one-third {
		padding-left:0px;padding-right:0px;
	}

	.drop-menu > .one-third:first-child {
		padding-left:15px;
	}

	.box-right .img-line {
		padding-left:45px;margin-top:-100px;
	}

	.box-right .img-line img:first-child {
		margin-right:-60px;
	}

	.box-cart.style2 .compare-wishlist a.compare {
		display:block;margin-right:0px;
	}

	.product-detail.style2 .footer-detail .quanlity-box > div.quanlity {
		width:110px;margin-right:10px;
	}

	.product-detail .footer-detail .quanlity-box > div.colors {
		display:block;margin-bottom:20px;margin-left:0px;
	}

	.counter.style1 .counter-content .count-down .square {
		width:55px;
	}

	.top-search form.form-search .box-search .search-suggestions {
		width:670px;
	}

	.slider .slider-item .item-text {
		width:58%;padding:80px 40px;
	}

	.slider .slider-item.style5 .item-text {
		width:40%;
	}

	.slider .slider-item.style2 .item-text {
		width:40%;padding:30px 40px;
	}

	#mainnav.style1 ul.menu > li > a {
		padding:0 12px 0 12.5px;margin-right:0px;
	}

	#mainnav.style1 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}

	#mainnav.style2 ul.menu > li.has-mega-menu .submenu {
		width:97%;
	}



	#mega-menu > ul.menu > li .drop-menu {
		padding-left: 15px;
	}
	.slider .slider-item.style7 {
		height: 485px;
	}


}



@media only screen and (min-width:992px) {
	
	ul.submenu {
		word-spacing:2px;
	}

	.submenu {
		position:absolute;top:100px;right:15px;width:1140px;background-color:#fff;opacity:0;visibility:hidden;z-index:99;padding:30px;word-spacing:2px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}


}

@media only screen and (min-width:992px) and (max-width:1199px) {
	ul.menu > li.has-mega-menu .submenu {
		width: 130%;
	}

}

@media only screen and (max-width:991px) {
	
	.header-middle #logo.style1 {
		line-height:70px;margin-bottom:0px;
	}

	ul.flat-infomation.style1 li.phone {
		line-height:70px;margin-right:40px;
	}

	.owl-carousel-11.owl-theme .owl-controls .owl-dots {
		bottom: 0;
	}

	.btn-menu.style1 {
		background:#333;top:17px;
	}

	.btn-menu.style1.v1 {
		background:transparent;top:10px;
	}

	.btn-menu.style1.v2 {
		background:#333;top:10px;
	}

	.top-search.style1 {
		width:370px;padding-left:0px;right:15px;
	}

	.top-search.style1 form.form-search .box-search input {
		padding-left:20px;
	}

	.flat-row,
	.flat-iconbox.style1 {
		padding:30px 0;
	}

	.flat-product-content .container {
		padding:30px 15px;
	}

	.box-cart .inner-box > a > .price {
		display:none;
	}

	.top-search {
		padding-left:0px;margin-right:0px;
	}

	.top-search form.form-search .cat-wrap select {
		padding:1px 35px 0 20px;
	}

	.top-search form.form-search .box-search input {
		padding-left:140px;
	}

	.btn-menu,
	.btn-menu-mega {
		display:block;
	}

	.btn-menu-mega {
		float:left;
	}

	.mainnav > ul.menu > li {
		height:auto;
	}

	.mainnav ul.menu > li > a:after {
		width:0px;
	}

	.mainnav ul.menu > li:hover > .submenu {
		top:100%;
	}

	#mainnav-mobi ul > li > a >.submenu {
		position:relative;top:0px;right:0px;width:100%;background-color:#222222;opacity:1;visibility:visible;z-index:99;padding:30px;word-spacing:4px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.3);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row h3 {
		word-spacing:2px;cursor:pointer;font-weight:400;font-size:15px;margin-bottom:0px;padding:15px 0 15px 20px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .btn-submenu {
		top:-15px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul {
		padding-left:30px;word-spacing:2px;padding-right:40px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li {
		border-top:none;border-bottom:1px solid #333;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row ul li > a {
		padding-left:5px;
	}

	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row:nth-child(2),
	#mainnav-mobi ul.menu li.has-mega-menu .submenu .row .show,
	.box-right .img-line img:first-child,
	.box-left .img-line img:first-child,
	.flat-newsletter .form-newsletter .right {
		display:none;
	}

	#mainnav-mobi ul > li > a >.submenu li a {
		color:#484848;
	}

	ul.menu li.column-1 .submenu {
		width:100%;background:#222222;border-radius:0px;position:relative;top:-3px;opacity:1;word-spacing:2px;visibility:visible;padding:0;
	}

	.today-deal {
		margin-left:20px;
	}

	.image-about img,
	.box-flexslider, .product-detail.style5 {
		width:100%;
	}

	.product-detail.style5 {
		padding:0 30px;
	}

	.product-detail.style5 .header-detail .reviewed .status-product {
		text-align:left;
	}

	.product-detail.style5 .header-detail .reviewed .status-product span {
		display:inline-block;
	}

	

	.iconbox.style1 {
		margin-bottom:30px;
	}

	.brands-list .brands-item {
		width:20%;
	}



	.flat-tab ul.tab-list {
		padding-left:0px;
	}

	.flat-tab .tab-content {
		padding:30px;
	}

	.progres {
		padding-right:0px;
	}

	.progress-circle {
		text-align:center;
	}

	.progress-circle .circle-item {
		margin-right:80px;
	}

	.order-tracking {
		padding:50px;
	}

	.term-conditions .text-wrap {
		margin-bottom:40px;
	}

	.term-conditions .text-wrap p {
		padding-right:0px;
	}

	
	.form-login, .form-register {
		padding:30px;
	}

	.form-coupon {
		margin-top:40px;
	}

	.cart-totals form .btn-cart-totals {
		margin-top:50px;
	}

	.compare-content .table-compare {
		width:840px;overflow:auto;
	}

	.table-compare tr th {
		padding-left:20px;
	}

	.blog-pagination span {
		display:block;float:none;text-align:center;
	}

	ul.flat-pagination.style1,
	.reviewed .status-product,
	.product-detail.style3 .reviewed .status-product {
		float:none;
	}

	.product-box.style3 {
		height:360px;margin-bottom:30px;
	}



	.iconbox.style2 {
		margin-bottom:50px;
	}

	.box-right .img-line,
	.box-left,
	.box-right.style1 .img-line {
		text-align:center;margin-top:0px;
	}

	.box-left .img-line {
		margin-bottom:0px;
	}

	.product-detail .footer-detail .quanlity-box > div.colors {
		margin-bottom:20px;margin-right:20px;
	}

	.box-cart.style2 {
		margin:20px 0 20px;
	}

	.box-cart.style2 .btn-add-cart {
		margin-bottom:15px;
	}


	.product-detail.style3 {
		margin-left:0px;
	}

	.box-cart.style2 .compare-wishlist, .box-cart.style2 .btn-add-cart {
		text-align:left;
	}

	.box-cart.style2 .btn-add-cart a {
		width:auto;padding:0 30px;
	}

	.flat-product-content.style2 > .row > .col-md-12 > .row {
		padding:50px 30px;
	}

	.description-text.style1 .box-text:first-child,
	.description-text.style1 .box-text:nth-child(3),
	.description-text.style1 .box-text:nth-child(4) {
		margin-right:0px;margin-top:30px;
	}

	.description-image.style1 {
		margin:0px;text-align:center;
	}

	.box-right.style1 .box-text,
	.box-right.style1 {
		margin-left:0px;
	}

	.box-counter .product-item,
	.counter {
		width:100%;padding:0;
	}

	.counter span.special {
		right:0px;
	}

	.count-down {
		text-align:center;
	}

	.count-down .square {
		margin:0 15px 15px;
	}

	.count-down .square:last-child {
		margin-right:15px;
	}

	.count-down .square .text {
		margin-left:0px;
	}


	.box-wrap.style1 {
		height:auto;
	}

	.flat-newsletter .form-newsletter {
		padding:50px 20px;margin-top:30px;
	}

	.flat-newsletter .form-newsletter .left {
		float:none;text-align:center;padding-top:0px;
	}

	.widget-categories-ft,
	.box-left .img-product,
	.form-review.style2 {
		padding-left:0px;
	}

	.widget-ft {
		margin-bottom:20px;
	}

	footer {
		padding:30px 0;
	}

	.box-cart .inner-box .dropdown-box:before {
		right:15px;
	}

	.top-search form.form-search .box-search .search-suggestions {
		width:0;
	}


	.slider .slider-item .item-image {
		display:none;
	}

	.slider .slider-item.style4 .item-text {
		padding:80px 48px;width:100%;
	}

	.slider .slider-item.style5 .item-image,
	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		display:block;
	}

	.slider .slider-item.style6 .item-text {
		width:100%;padding-top:80px;
	}

	.slider .slider-item.style7 .item-text,
	.slider .slider-item.style2 .item-text {
		width:52%;padding-top:20px;
	}

	.slider .slider-item.style7 .item-text .content-item .regular {
		display:none;
	}

	.slider .slider-item.style7 .item-image,
	.slider .slider-item.style2 .item-image {
		width:45%;padding-right:20px;
	}

	.slider .slider-item.style8 .item-text .header-item h2 {
		font-size:52px;
	}

	.flat-iconbox.style6 .col-md-3 .iconbox {
		padding:0 0 !important;
	}

	footer.style4 .widget-menu,
	footer.style4 .widget-categories-ft {
		padding-left:0px;
	}

	.flat-unstyled.style1 {
		height:auto;line-height:100px;
	}

	.header-middle .grid-left #logo {
		line-height:100px;float:left;
	}

	.header-bottom.style1 .grid-left {
		width:15%
	}

	.flat-slider.style1 .grid-left {
		width:0;
	}

	.header-bottom.style1 .grid-right,
	.flat-slider.style1 .grid-right {
		width:100%;margin-left:0px;
	}

	.slider .slider-item.style10 .item-image {
		display:block;
	}

	.boxed.style2 .header-bottom .container-fluid {
		padding:0 15px;
	}

	.grid-right .show-search {
		display:block;float:right;margin-top:4px;
	}

	.grid-right .top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:15px;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;opacity:1;visibility:visible;
	}

	.grid-right .box-cart.style1 {
		float:right;margin-right:15px;
	}

	.grid-left .btn-menu {
		background:#333;
	}



}

@media only screen and (min-width:768px) and (max-width:991px) {
	
	ul.flat-unstyled {
		margin-left:-30px;
	}

	ul.flat-support {
		margin-right:-35px;
	}

	.text-about {
		padding:30px 50px;
	}

	.imagebox.style1.v3 .box-image {
		width:168px;
	}

	.box-owl-carousel .rows .imagebox.style1.v1 {
		padding:0 15px;
	}

	.top-search form.form-search .cat-wrap {
		display:none;
	}

	.top-search form.form-search .box-search input {
		padding-left:15px;
	}

	.owl-carousel-3 .imagebox.style4 {
		height:310px;
	}

	.banner-box.style2 .inner-box,
	.banner-box.style2 .inner-box:nth-child(2),
	.banner-box.style2 .inner-box a img {
		width:100%;
	}


}

@media only screen and (max-width:767px) {
	ul.flat-unstyled,
	ul.flat-support {
		text-align:center;
	}

	.header-middle #logo {
		text-align:center;line-height:60px;margin:0px;
	}

	.top-search {
		padding:15px 0 5px;
	}

	.top-search.style1 {
		padding:10px 0;margin-right:0px;position:absolute;top:100px;right:0;width:100%;opacity:0;visibility:hidden;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.top-search.style1 .cat-wrap {
		display:none;
	}

	.top-search.style1.active {
		top:44px;right:15px;opacity:1;visibility:visible;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;
	}

	.top-search.style1.active form.form-search .box-search input {
		border:1px solid #484848;
	}

	.top-search.style2 {
		padding:15px 0 15px;width:100%;float:none;
	}

	.show-search {
		display:block;float:right;margin-top:4px;
	}

	.box-cart.style1.v1 {
		padding:10px 0 15px;float:none;text-align:center;
	}

	.box-cart.style1 {
		text-align:right;float:right;margin-right:15px;
	}

	.slider .slider-item .item-text .header-item h2 {
		font-size: 44px;
	}

	.product-box.style2.v1 {
		float:none;
	}

	.iconbox {
		margin-bottom:30px;
	}

	.text-about {
		margin-left:0px;margin-right:0px;padding:30px;
	}

	
}

	.order-tracking {
		padding:30px 30px;
	}

	.order-tracking form .one-half {
		width:100%;padding:0px;margin-bottom:20px;
	}

	.order-tracking form .btn-track button {
		margin-top:0px;margin-left:0px;
	}

	article.main-post.style2,
	article.main-post .featured-post a img,
	.box-counter.style1 .counter,
	.box-counter.style1 .product-item {
		width:100%;
	}

	.box-counter.style1 .product-item {
		padding-left:0px;
	}

	.imagebox.style3.v1 .box-image.save span {
		left:-29px;top:-25px;
	}

	.form-login,
	#shop .sidebar .widget,
	.box-wrap.style1 {
		margin-bottom:30px;
	}

	.form-login, .form-register {
		height:420px;
	}

	.form-login .title, .form-register .title {
		margin-bottom:40px;
	}

	.sort-product.style1 {
		padding:15px 25px;
	}

	.sort-product.style1 .icons,
	.sort-product.style1 .sort {
		float:none;
	}

	.sort-product .sort > div.popularity {
		margin-left:0px;
	}

	.description-image {
		margin-top:0px;text-align:center;
	}

	.box-right .img-line {
		padding-left:0px;
	}




	.banner-box {
		display:none;
	}

	.flat-newsletter .form-newsletter .left .title {
		float:none;margin-right:0px;margin-bottom:15px;
	}



	.box-cart {
		text-align:center;padding:18px 0;
	}

	.box-cart .inner-box ul.menu-compare-wishlist li {
		margin-right:25px;
	}

	.table-wishlist {
		width:750px;
	}

	.table-wishlist tbody tr td > div.delete {
		margin-right:30px;
	}

	.popup-newsletter .popup-text {
		width:100%;
	}

	.popup-newsletter .popup-image {
		display:none;
	}

	.popup-newsletter .container {
		width:720px
	}

	.slider .slider-item.style5 {
		height:400px;
	}

	.slider .slider-item.style8 .item-text {
		width:100%;
	}

	.slider .slider-item:before {
		right:50px;
	}

	.slider .slider-item.style2 .item-text {
		padding:20px;
	}

	.divider90 {
		display:none;
	}

	.owl-carousel-3 .imagebox.style4 {
		height:300px;
	}

	.counter.style1.v2, .bestsellers, .featured, .hot-sale,
	.box-6.big {
		width:100%;
	}

	.product-wrap.style1 .tab-item {
		padding:0 10px;
	}

	.header-middle .grid-left,
	.header-middle .grid-right {
		width:100%;margin-left:0px;text-align:center;
	}

	.header-middle .grid-right .flat-unstyled.style1 {
		float:none;line-height:50px;
	}

	.header-middle .grid-left #logo {
		line-height:60px;
	}

	.slider .slider-item.style10 .item-text {
		width:100%;
	}

	.slider .slider-item.style10 .item-image {
		display:none;
	}

	.header-bottom.style1 .grid-right .top-search.style1.active {
		top:64px;
	}

	.box-filter .widget {
		width: 50%;
	}


}

@media only screen and (max-width:575px) {
	
	.container {
		max-width:100%;
	}

	.header-middle #logo.style1 {
		float:none;width:100%;
	}

	ul.flat-infomation.style1 {
		float:left;
	}

	ul.flat-infomation.style1 li.phone {
		height:auto;
	}

	ul.flat-infomation.style1 li img {
		display:none;
	}

	.widget-apps .widget-title h3 {
		margin-top:0px;
	}

	ul.app-list li {
		
	}

	ul.app-list li.app-store {
		margin-bottom:20px;margin-right:0px;
	}

	.brands-list .brands-item {
		width:33.333%;
	}

	.flat-tab ul.tab-list li {
		padding:14px 25px;
	}

	.progress-circle .circle-item {
		margin-right:0px;display:block;margin-bottom:30px;
	}

	.progress-circle .circle-item .demo {
		position:relative;left:50%;margin-left:-83.5px;
	}

	article.main-post.style1 .featured-post {
		float:none;margin-right:0;margin-bottom:20px;
	}

	article.main-post .featured-post a img,
	.comment-respond .form-comment form .comment-form-name,
	.comment-respond .form-comment form .comment-form-email,
	.comment-respond .form-comment form .comment-form-comment {
		width:100%;
	}

	article.main-post.single .content-post .entry-post blockquote {
		padding-left:50px;
	}

	article.main-post.single .content-post .entry-post blockquote span {
		left:3px;
	}

	.fields-content .field-row .field-one-half,
	#form-contact .form-box.one-half {
		width:100%;padding:0px !important;
	}

	.table-cart table {
		width:650px;overflow:hidden;
	}

	.table-cart tr td .quanlity span.btn-up {
		right:20px;
	}

	.table-cart tr td .img-product {
		margin-right:15px;
	}

	.flat-location .location,
	.flat-location .location-detail,
	.flat-location #flat-map-2 {
		width:100%;
	}




	.box-filter .widget {
		width: 100%;
	}



}

@media only screen and (min-width:480px) and (max-width:767px) {
	
	.banner-box .inner-box a {
		margin-top:30px;text-align:center;
	}



}

@media only screen and (min-width:480px) {
	
}

@media only screen and (max-width:480px) {
	



	.top-search.style1 {
		width:290px;
	}

	.top-search form.form-search .cat-wrap {
		display:none;
	}

	.top-search form.form-search .box-search input {
		padding-left:15px;
	}

	.box-cart .inner-box .dropdown-box {
		right:-57px;width:310px;padding:25px 15px;
	}

	.box-cart .inner-box .dropdown-box:before {
		right:73px;
	}


}


.top-noti {
    position: absolute;
    color: #fff;
    font-size: 9px;
    padding: 1px 7px 0;
    border-radius: 50px;
    top: 50%;
    line-height: 16px;
    background: #01bad4;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -5px;
    margin-top: -14px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

/***productgrid***/
/* .product-grid{
    font-family: 'Oswald', sans-serif;
    text-align: center;
} */
.product-grid .product-image{ position: relative; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{
    opacity: 1;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover .product-image .pic-1{ opacity: 1; }

.product-grid .product-sale-label,
.product-grid .product-discount-label{
    color: #fff;
    background: #da5555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 11px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.4s ease;
}
.product-grid .product-sale-label{
    background: #2ba968;
    text-transform: uppercase;
    left: 10px;
    right: auto;
}
.product-grid .product-content{ padding: 12px; }
.product-grid .rating{
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}
.product-grid .rating li{
    
    font-size: 12px;
    display: inline-block;
}
.product-grid .rating li.disable{ color: rgba(0,0,0,.20); }
.product-grid .title{
    
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.product-grid .title a{
    font-size: 16px;
    transition: all 500ms;
}

.product-grid .price{
    color: #f32e2e;
    font-size: 18px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
}
.product-grid .price span{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-grid .product-button-group{
    position: relative;
    z-index: 1;
}


.product-grid .product-like-icon,
.product-grid .product-compare-icon{
    
    background: #f4f4f4;
    line-height: 34px;
    width: 34px;
    height: 34px;
    opacity: 1;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
    transition: all 0.25s ease 0s;
}
.product-grid .product-compare-icon{
    left: auto;
    right: 0px;
}
.product-grid:hover .product-like-icon{
    opacity: 1;
    left: 0;
}
.product-grid:hover .product-compare-icon{
    opacity: 1;
    right: 0;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}


.ns-head-line:before, .ns-head-line:after {
    width: 60px;
}
.ns-head-line:before, .ns-head-line:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 2px;
    background: #333;
}
.ns-head-line-sub {
    display: block;
    color: #878787;
	font-size: 14px;
    font-weight: 400;
	    font-style: italic
    
}


/*---------------------
  magega-menu
-----------------------*/

/*---------------------
  Form BLog
-----------------------*/

.blog-block {
	padding-top: 50px;
	padding-bottom: 50px;
}

.blog-block .ns-blog-item {
	margin-bottom: 30px;
}

.blog-block-headline {
	margin-bottom: 70px;
}

/*---------------------
  Breadcrumb
-----------------------*/

.ns-breadcrumb-area {
	background: #f1f1f1;
    padding: 15px 0;
}

.breadcrumb-txt h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
}

.breadcrumb-opt a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 20px;
	position: relative;
}

.breadcrumb-txt span{padding-right:10px;}
.breadcrumb-opt a:after {
	position: absolute;
	right: -12px;
	top: 13px;
	height: 1px;
	width: 10px;
	background: #ffffff;
	content: "";
}

.breadcrumb-opt span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  Sidebar
-----------------------*/

.sidebar-inside {
	margin-bottom: 35px;
	text-align:left;
	
}


.category .price-range {
  margin-bottom: 35px;
}

.category .ui-slider-horizontal {
     height: auto; 
}

.category .ui-state-default, .ui-widget-content .ui-state-default{
	
	    border: 0px solid #c5c5c5 !important;
    background: none;
    font-weight: normal;
    color: #454545;
}


.category .ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}
.category .price-range .sec-title h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.category .price-range .price-filter #slider-range.ui-slider {
  background: #eeeeee none repeat scroll 0 0;
  width: 100%;
  height: 10px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

.category .price-range .price-filter #slider-range.ui-slider .ui-slider-range {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background: #5897fb none repeat scroll 0 0;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle {
  position: absolute;
  top: -5px;
  width: 18px;
  height: 18px;
  background: #5897fb;
  z-index: 2;
  margin-left: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:hover {
  cursor: pointer;
}

.category .price-range .price-filter #slider-range.ui-slider span.ui-slider-handle:focus {
  outline: none;
}

.category .price-range .price-filter input {
  font-size: 17px;
  font-weight: bold;
  border: none;
  display: block;
  margin-bottom: 10px;
}

.category .price-range .price-filter button {
  font-size: 15px;
  height:40px;
  color: #5897fb;
  background: transparent;
  border: 0px solid #5897fb;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 3px 25px;
  font-weight: 600;
  line-height: 32px;
}

.category .price-range .price-filter button:hover {
  background: #5897fb;
  color: #fff;
}


.size-box li input {
    margin-right: 8px;
}

 .color {
    margin-bottom: 25px;
}
.color ul.color-box li input {
    margin-right: 8px;
}
 .color ul.color-box li label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 8px;
}
 .color ul.color-box li label {
    color: #666666;
    vertical-align: middle;
    font-weight: 600;
}

.sidebar-inside .sidebar-inside-color-opt {
	overflow: hidden;
}

.sidebar-inside h4 {
	color: #1c1c1c;
	font-weight: 600;
	margin-bottom: 18px;
	text-transform: capitalize;
    letter-spacing: 3px;
}

.sidebar-inside ul li {
	list-style: none;
}

.sidebar-inside ul li a {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 26px;
	display: block;
	border: 1px solid #f3f3f3;
    padding: 10px;

}
.sidebar-inside ul li a:hover {
	font-size: 16px;
	color: #fff;
	line-height: 39px;
	display: block;
	    background: #8dc83c;
}

.sidebar-inside .latest-product-grid-text {
	position: relative;
}

.sidebar-inside .latest-product-grid-text h4 {
	margin-bottom: 45px;
}

.sidebar-inside .latest-product-grid-text .owl-carousel .owl-nav {
	right: 0;
}

.price-range-wrap .range-slider {
	margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
	position: relative;
}

.price-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 38px;
	top: 13px;
	height: 1px;
	width: 5px;
	background: #dd2222;
	content: "";
}

.price-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #dd2222;
	font-weight: 700;
	max-width: 20%;
	border: none;
	display: inline-block;
}

.price-range-wrap .price-range {
	border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
	background: #dd2222;
	border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #dd2222;
}

.sidebar-inside-color {
	float: left;
	width: 40%;
}

.sidebar-inside-color.sidebar-inside-color-white label:after {
	border: 2px solid #333333;
	background: transparent;
}

.sidebar-inside-color.sidebar-inside-color-gray label:after {
	background: #E9A625;
}

.sidebar-inside-color.sidebar-inside-color-red label:after {
	background: #D62D2D;
}

.sidebar-inside-color.sidebar-inside-color-black label:after {
	background: #252525;
}

.sidebar-inside-color.sidebar-inside-color-blue label:after {
	background: #249BC8;
}

.sidebar-inside-color.sidebar-inside-color-green label:after {
	background: #3CC032;
}

.sidebar-inside-color label {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.sidebar-inside-color label input {
	position: absolute;
	visibility: hidden;
}

.sidebar-inside-color label:after {
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 14px;
	background: #222;
	content: "";
	border-radius: 50%;
}

.sidebar-inside-size {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 10px;
}

.sidebar-inside-size label {
	font-size: 12px;
	color: #6f6f6f;
	display: inline-block;
	padding: 8px 25px 6px;
	background: #f5f5f5;
	cursor: pointer;
	margin-bottom: 0;
}

.sidebar-inside-size label input {
	position: absolute;
	visibility: hidden;
}

/*---------------------
  product-grid Grid
-----------------------*/

.product-grid {

}


.product-grid-item:hover .product-grid-item-pic .product-grid-item-pic-hover {
	bottom: 20px;
}

.product-grid-item:hover .product-img .product-grid-item-pic-hover {
	bottom: 20px;
}



.product-grid-item-pic-hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product-grid-item-pic-hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product-grid-item-pic-hover li:last-child {
	margin-right: 0;
}

.product-grid-item-pic-hover li:hover a {
	background: #ff7a04;
	border-color: #ff7a04;
}

.product-grid-item-pic-hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.product-grid-item-pic-hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	
}

/* .product-grid-item-pic-hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
} */

.product-grids-item-content {
	text-align: center;
	padding: 10px;
}

.title-height{padding-bottom: 10px;  text-align: left; letter-spacing: 1px;  height: 100px;}
.title-height-list{padding-bottom: 10px;  text-align: left; letter-spacing: 1px;  }
.title-height a{font-size:14px; line-height: 26px; font-weight:500;}
.title-height-list a{font-size:14px; line-height: 26px; font-weight:500;}

.product-grids-item-content h6 {
	margin-bottom: 10px;
}

.orginal-price {
    color: #f32e2e;
    font-size: 18px;
    letter-spacing: 0.005em;
    margin-bottom: 10px;
	    letter-spacing: 2px;
}
 .offer-price{
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
	    letter-spacing: 2px;
}
.product-grids-item-content h6 a {
	color: #252525;
}

.product-grids-item-content h5 {
	color: #252525;
	font-weight: 700;
}
.product-grid-discount {
	padding-bottom: 50px;
}

.product-grid-discount-title {
	text-align: left;
	margin-bottom: 65px;
}

/***list***/

.product-list-grid .tab-content .tab-pane .tab-item2 .tab-img {
    position: relative;
}
.product-list-grid .tab-content .tab-pane .tab-item2 .tab-img img.main-img {
    max-width: 100%;
}
.product-list-grid .tab-content .tab-pane .tab-item2 .tab-img span.sale {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: #ff7a04;
    text-transform: uppercase;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-left: 15px;
    margin-top: 15px;
}
.product-list-grid .tab-content .tab-pane .tab-item2 .item-heading {
    padding-right: 30px;
 
}
.product-list-grid .tab-content .tab-pane .tab-item2 .item-heading h6 a {
  color:#333;
 
}

.product-list-grid.tab-content .tab-pane .tab-item2 .item-content {
    padding-right: 30px;
}
.product-list-grid.tab-content .tab-pane .tab-item2 .item-content a.it-cart {
    background: #eeeeee;
    display: inline-block;
    padding-right: 10px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-right: 8px;
}

.item-content a.it-fav {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 7px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
	color:#333;
}
.product-list-grid .tab-content .tab-pane .tab-item2 .item-content a.it-comp {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 7px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
	color:#333;
}


.product-grid-discount-title h2 {
	display: inline-block;
}

.product-grid-discount-title h2:after {
	margin: 0;
	width: 100%;
}

.product-grid-discount-item:hover .product-grid-discount-item-img .product-grid-item-img-hover {
	bottom: 20px;
}

.product-grid-discount-item-img {
	height: 270px;
	position: relative;
	overflow: hidden;
}

.product-grid-discount-item-img .product-grid-discount-percent {
	height: 45px;
	width: 45px;
	background: #dd2222;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
}

.product-grid-item-img-hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product-grid-item-img-hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product-grid-item-img-hover li:last-child {
	margin-right: 0;
}

.product-grid-item-img-hover li:hover a {
	background: #ff7a04;
	border-color: #ff7a04;
}

.product-grid-item-img-hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.product-grid-item-img-hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product-grid-item-img-hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product-grid-discount-item-txt {
	text-align: center;
	padding-top: 20px;
}

.product-grid-discount-item-txt span {
	font-size: 14px;
	color: #b2b2b2;
	display: block;
	margin-bottom: 4px;
}

.product-grid-discount-item-txt h5 {
	margin-bottom: 6px;
}

.product-grid-discount-item-txt h5 a {
	color: #1c1c1c;
}

.product-grid-discount-item-txt .product-grid-item-price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
}

.product-grid-discount-item-txt .product-grid-item-price span {
	display: inline-block;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-grid-discount-slider .col-lg-4 {
	max-width: 100%;
}

.product-grid-discount-slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.product-grid-discount-slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	margin-right: 12px;
}

.product-grid-discount-slider.owl-carousel .owl-dots button.active {
	background: #707070;
	border-color: #6f6f6f;
}

.product-grid-discount-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}


/**filter**/


.category .product-box .cat-box {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.category .product-box .cat-box .view {
  padding-top: 12px;
}

.category .product-box .cat-box .view ul.nav {
  border: none;
}

.category .product-box .cat-box .view ul.nav li.nav-item a.nav-link {
  font-size: 20px;
  color: #8D8E92;
  border: none;
  padding: 0;
  margin-right: 10px;
}

.category .product-box .cat-box .view ul.nav li.nav-item a.nav-link.active {
  color: #444444;
}

.category .product-box .cat-box .sortby {
  position: relative;
}

.category .product-box .cat-box .sortby span {
  font-weight: 600;
  margin-right: 10px;
  line-height: 42px;
}

.category .product-box .cat-box .sortby select.sort-box {
  color: #666666;
  border: 1px solid #dddddd;
  width: 90px;
  height: 41px;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
}

.category .product-box .cat-box .sortby select.sort-box:focus {
  outline: none;
}


.category .product-box .cat-box .show-item {
  position: relative;
}

.category .product-box .cat-box .show-item span {
  font-weight: 600;
  margin-right: 10px;
    line-height: 42px;
}

.category .product-box .cat-box .show-item select.show-box {
  color: #666666;
  border: 1px solid #dddddd;
  width: 65px;
  height: 41px;
  padding: 5px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
}

.category .product-box .cat-box .show-item select.show-box:focus {
  outline: none;
}


.category .product-box .cat-box .page {
  padding-top: 6px;
}

.category .product-box .cat-box .page p {
  font-weight: normal;
}


.product-grid-item {
	margin-bottom: 50px;
}

.product-grid-item:hover .product-grid-item-img .product-grid-item-img-hover {
	bottom: 20px;
}

.product-grid-item-img {
	height: 270px;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.product-grid-item-img-hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product-grid-item .add-to-cart{
    
    background: #f4f4f4;
    font-size: 14px;
    width: calc(100% - 75px);
    padding: 8px 3px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.25s ease 0s;
	text-transform: uppercase;
    font-weight: 500;
}
.product-grid-item .add-to-cart i{
    margin-right: 8px;
    display: none;
    visibility: hidden;
    transition: all 0.25s ease 0s;
}
.product-grid-item:hover .add-to-cart{
    color:#fff;
background:#333;

}


.product-list-add .add-to-cart{
    
    background: #f4f4f4;
    font-size: 14px;
    
    padding: 10px 15px;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.25s ease 0s;
	text-transform: uppercase;
    font-weight: 500;
}
.product-list-add .add-to-cart i{
    margin-right: 8px;
    display: none;
    visibility: hidden;
    transition: all 0.25s ease 0s;
}
.product-list-add:hover .add-to-cart{
    color:#fff;
background:#333;

}

.product-grid-item-img-hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product-grid-item-img-hover li:last-child {
	margin-right: 0;
}

.product-grid-item-img-hover li:hover a {
	background: #ff7a04;
	border-color: #ff7a04;
}

.product-grid-item-img-hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.product-grid-item-img-hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product-grid-item-img-hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product-grid-item-txt {
	text-align: center;
	padding-top: 15px;
}
.product-grid-item-txt .rating i {
    font-size: 12px;
    color: #e3c01c;
    margin-right: 2px;
}

.product-grid-item-txt h6 {
	margin-bottom: 10px;
}

.product-grid-item-txt h6 a {
	color: #252525;
}

.product-grid-item-txt h5 {
	color: #252525;
	font-weight: 700;
}

.product-grid-pagination,
.blog-pagination {
	padding-top: 10px;
	text-align: center;
}

.product-grid-pagination a,
.blog-pagination a {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #1a1515;
	font-weight: 700;
	line-height:28px;
	text-align: center;
	margin-right: 16px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	border-radius: 30px;
	padding: 3px;
}
.pagination-box a i{line-height:28px;}
.pagination-box .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #8dc83c;
    border-color: #8dc83c;
    text-align: center;
    
}

.product-grid-pagination a:hover,
.blog-pagination a:hover {
	background: #365011;
	border-color: #365011;
	color: #ffffff;
}

.product-grid-pagination a:last-child,
.blog-pagination a:last-child {
	margin-right: 0;
}

/*---------------------
  view page Details
-----------------------*/

.ns-product-view-details {
	padding-top: 80px;
}

.ns-product-view-details-img-item {
	margin-bottom: 20px;
}

.ns-product-view-details-img-item img {
	min-width: 100%;
}

.ns-product-view-details-img-slider img {
	cursor: pointer;
}

.ns-product-view-details-img-slider.owl-carousel .owl-item img {
	width: auto;
}

.ns-product-view-details-txt h3 {
	color: #252525;
	font-weight: 400;
	margin-bottom: 16px;
	font-size:16px;
	line-height:26px;
}

.ns-product-view-details-txt .ns-product-view-details-rating {
	font-size: 14px;
	margin-bottom: 12px;
}

.ns-product-view-details-txt .ns-product-view-details-rating i {
	margin-right: -2px;
	color: #EDBB0E;
}

.ns-product-view-details-txt .ns-product-view-details-rating span {
	color: #dd2222;
	margin-left: 4px;
}

.ns-product-view-details-txt .ns-product-view-details-price {
	font-size: 30px;
	color: #dd2222;
	font-weight: 600;
	margin-bottom: 15px;
}

.ns-product-view-details-txt p {
	margin-bottom: 15px;
}

.ns-product-view-details-txt .primary-btn {
	padding: 17px 24px 14px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.ns-product-view-details-txt .heart-icon {
	display: inline-block;
	font-size: 16px;
	color: #6f6f6f;
	padding: 13px 16px 13px;
	background: #f5f5f5;
}

.ns-product-view-details-txt ul {
	/* border-top: 1px solid #ebebeb;
	padding-top: 40px;
	margin-top: 50px; */
}

.ns-product-view-details-txt ul li {
	font-size: 14px;
	color: #656565;
	list-style: none;
	line-height: 26px;
}

.ns-product-view-details-txt ul li b {
	font-weight: 700;
	width: 105px;
	display: inline-block;
}

.ns-product-view-details-txt ul li span samp {
	color: #dd2222;
}

.ns-product-view-details-txt ul li .share {
	display: inline-block;
}

.ns-product-view-details-txt ul li .share a {
	display: inline-block;
	font-size: 15px;
	color: #1c1c1c;
	margin-right: 25px;
}

.ns-product-view-details-txt ul li .share a:last-child {
	margin-right: 0;
}

.ns-product-view-details-quantity {
	display: inline-block;
	margin-right: 6px;
}

.pro-qty {
/* 	width: 140px; */
	height: 50px;
	display: flex;
	position: relative;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 5px;
	line-height:50px;
}

.pro-qty input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #6f6f6f;
	width: 50px;
	border: none;
	background: #f5f5f5;
	text-align: center;
	border-radius:0;
	padding: 10px;
}
.gallery_image_thumb img{border:1px solid #e1e1e1;     max-width: auto;   height:100px; padding:5px;}

.cart-qty .qtybtn {
    width: 35px;
    font-size: 18px;
    color: #ab5c0c;
    cursor: pointer;
    display: inline-block;
	font-weight: 600;
}

.cart-qty input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #6f6f6f;
	/* width: 50px; */
	padding:0;
	border: none;
	background: #f5f5f5;
	text-align: center;
}
.cart-qty {
    width: 140px;
    height: 50px;
display: flex;
    position: relative;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 5px;
	    line-height: 35px;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .cart-qty {
    width: 120px;
    height: 40px;
}


.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .cart-qty .qtybtn {
    width: 30px;
}
.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .cart-qty input {
    color: #1c1c1c;
	
}
.pro-qty .qtybtn {
	width: 35px;
	font-size: 16px;
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block;
}



.ns-product-view-details-tab .nav-tabs {
	border-bottom: none;
	justify-content: center;
	position: relative;
}

.ns-product-view-details-tab .nav-tabs:before {
	position: absolute;
	left: -45px;
	top: 12px;
	height: 1px;
	width: 370px;
	background: #ebebeb;
	content: "";
}

.ns-product-view-details-tab .nav-tabs:after {
	position: absolute;
	right: -45px;
	top: 12px;
	height: 1px;
	width: 320px;
	background: #ebebeb;
	content: "";
}

.ns-product-view-details-tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 65px;
}

.ns-product-view-details-tab .nav-tabs li:last-child {
	margin-right: 0;
}

.ns-product-view-details-tab .nav-tabs li a {
	font-size: 16px;
	color: #999999;
	font-weight: 700;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.ns-product-view-details-tab .ns-product-view-details-tab-desc {
	padding-top: 44px;
}

.ns-product-view-details-tab .ns-product-view-details-tab-desc h6 {
	font-weight: 700;
	color: #333333;
	margin-bottom: 26px;
}

.ns-product-view-details-tab .ns-product-view-details-tab-desc p {
	color: #666666;
}

/*---------------------
  Shop Details
-----------------------*/

.related-product-grid {
	padding-bottom: 30px;
}

.related-product-grid-title {
	margin-bottom: 70px;
}

/*---------------------
  Shop Cart
-----------------------*/

.ns-shoping-cart {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ns-shoping-cart-table {
	margin-bottom: 30px;
}

.ns-shoping-cart-table table {
	width: 100%;
	text-align: center;
}

.ns-shoping-cart-table table thead tr {
	border-bottom: 1px solid #ebebeb;
}

.ns-shoping-cart-table table thead th {
	font-size: 20px;
	font-weight: 600;
	color: #1c1c1c;
	padding-bottom: 20px;
	border-bottom: 0px solid #dee2e6 !important;
}

.ns-shoping-cart-table table thead th.shoping-product-grid {
	text-align: left;
}

.ns-shoping-cart-table table tbody tr td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item {
/* 	width: 630px; */
	text-align: left;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item img {
	display: inline-block;
	border: 1px solid #e1e1e1;
	    width: 220px;
   /* height: 80px;  */
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item h5 {
	color: #1c1c1c;
	display: inline-block;
}
.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item .cart-title a {
	font-size: 14px;

}
.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 600;
	width: 100px;
}
 .offer-price {
    text-decoration: line-through;
}
.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 110px;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item-close {
	text-align: right;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item-close span {
	font-size: 24px;
	color: #b2b2b2;
	cursor: pointer;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity {
	/* width: 225px; */
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .pro-qty {
	width: 120px;
	height: 40px;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .pro-qty input {
	color: #1c1c1c;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .pro-qty input::placeholder {
	color: #1c1c1c;
}

.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-quantity .pro-qty .qtybtn {
	width: 15px;
}

.primary-btn.cart-btn {
	color: #6f6f6f;
	padding: 14px 14px 12px;
	background: #fff3b6;
}

.primary-btn.cart-btn span {
	font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
	float: right;
}

.shoping-discount {
	margin-top: 45px;
}

.shoping-discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 600;
	margin-bottom: 25px;
}

.shoping-discount form input {
	width: 255px;
	height: 47px;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: -3px;
	border-radius:0;
}

.shoping-discount form input::placeholder {
	color: #b2b2b2;
}

.shoping-discount form button {
	padding: 12px 30px 11px;
	font-size: 14px;
	letter-spacing: 2px;
	background: #6f6f6f;
	border: none;
	text-transform: uppercase;
	color:#fff;
	border-radius:0;
	line-height:25px;
}

.shoping-checkout {
	background: #f5f5f5;
	padding: 30px;
	padding-top: 20px;
	margin-top: 50px;
}

.shoping-checkout h5 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping-checkout ul {
	margin-bottom: 28px;
}

.shoping-checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping-checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping-checkout ul li span {
	font-size: 18px;
	color: #dd2222;
	float: right;
}

.shoping-checkout .primary-btn {
	display: block;
	text-align: center;
}
.cart-title a{color:#333;}
.cart-title ul li p{margin:0 0 0 0;}
.cart-title ul li p span{color: #2aafc5;
    font-weight: 400;
    margin-left: 5px;
	    font-size: 14px;
	text-transform: capitalize;}
	

/*---------------------
  Checkout
-----------------------*/

.ns-checkout {
	padding-top: 80px;
	padding-bottom: 60px;
}

.ns-checkout h6 {
	color: #999999;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #6AB963;
	padding: 12px 0 12px;
	margin-bottom: 75px;
}

.ns-checkout h6 span {
	font-size: 16px;
	color: #6AB963;
	margin-right: 5px;
}

.ns-checkout h6 a {
	text-decoration: underline;
	color: #999999;
}

.checkout-form h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout-form p {
	column-rule: #b2b2b2;
}

.checkout-input {
	margin-bottom: 24px;
}

.ns-checkout form div div textarea {
    border: 1px solid #dddddd;
    width: 100%;
    height: 130px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.ns-checkout .pro {
    width: 70%;
}
.ns-checkout .pro p{
  margin:0;
}
.ns-checkout .pro span {
    font-size: 13px;
    color: #666666;
	font-weight: 600;
}
.ns-checkout .pro img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}


.ns-checkout .pay-box ul li input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.ns-checkout .pay-box ul li input[type="radio"]:checked + label span i {
    opacity: 1;
}
.ns-checkout .pay-box ul li input[type="radio"] + label span i {
    font-size: 12px;
    color: #666666;
    padding-top: 4px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	    display: block;
}
 .ns-checkout .pay-box ul li input[type="radio"] {
    display: none;
}
 .ns-checkout  .pay-box ul li input[type="radio"] + label {
    margin-bottom: 0;
    font-size: 15px;
    color: #666666;
    font-weight: 600;
}

 .ns-checkout .site-btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #ff7a04;
    border: none;
    width: 100%;
}

.checkout-input p {
	color: #1c1c1c;
	margin-bottom: 20px;
}

.checkout-input p span {
	color: #dd2222;
}



.checkout-input input {
	width: 100%;
	height: 46px;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 16px;
	color: #b2b2b2;
	border-radius: 4px;
}

.checkout-input input.checkout-input-add {
	margin-bottom: 20px;
}

.checkout-input input::placeholder {
	color: #b2b2b2;
}

.checkout-input-checkbox {
	margin-bottom: 10px;
}

.checkout-input-checkbox label {
	position: relative;
	font-size: 16px;
	color: #1c1c1c;
	padding-left: 40px;
	cursor: pointer;
}

.checkout-input-checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout-input-checkbox label input:checked~.checkmark {
	background: #ff7a04;
	border-color: #ff7a04;
}

.checkout-input-checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout-input-checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 16px;
	width: 14px;
	border: 1px solid #a6a6a6;
	content: "";
	border-radius: 4px;
}

.checkout-input-checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout-orderplace {
	background: #f5f5f5;
	padding: 40px;
	padding-top: 30px;
}



.checkout-orderplace h5 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout-orderplace .checkout-orderplace-product-grids {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout-orderplace .checkout-orderplace-product-grids span {
	float: right;
}

.checkout .pay-meth .pay-box ul li input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #dddddd;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}
.checkout-orderplace ul {
	margin-bottom: 12px;
}

.checkout-orderplace ul li {
	font-size: 16px;
	color: #6f6f6f;
	line-height: 40px;
	list-style: none;
}

.checkout-orderplace ul li span {
	font-weight: 600;
	/* float: right; */
}

.checkout-orderplace .checkout-orderplace-subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout-orderplace .checkout-orderplace-subtotal span {
	float: right;
}

.checkout-orderplace .checkout-input-checkbox label {
	padding-left: 20px;
}

.checkout-orderplace .checkout-orderplace-total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout-orderplace .checkout-orderplace-total span {
	float: right;
	color: #dd2222;
}

.checkout-orderplace button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
}

/*---------------------
  Blog
-----------------------*/

.ns-blog-item {
	margin-bottom: 60px;
}

.ns-blog-item-pic img {
	min-width: 100%;
}

.ns-blog-item-text {
	padding-top: 25px;
}

.ns-blog-item-text ul {
	margin-bottom: 15px;
}

.ns-blog-item-text ul li {
	font-size: 16px;
	color: #b2b2b2;
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.ns-blog-item-text ul li:last-child {
	margin-right: 0;
}

.ns-blog-item-text h5 {
	margin-bottom: 12px;
}

.ns-blog-item-text h5 a {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
}

.ns-blog-item-text p {
	margin-bottom: 25px;
}

.ns-blog-item-text .blog-btn {
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #b2b2b2;
	padding: 14px 20px 12px;
	border-radius: 25px;
}

.ns-blog-item-text .blog-btn span {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.blog-pagination {
	padding-top: 5px;
	position: relative;
}

.blog-pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	content: "";
}

/*---------------------
  Blog Sidebar
-----------------------*/

.ns-blog-sidebar {
	padding-top: 50px;
}

.ns-blog-sidebar-inside {
	margin-bottom: 50px;
}

.ns-blog-sidebar-inside h4 {
	color: #1c1c1c;
	font-weight: 500;
	margin-bottom: 25px;
}

.ns-blog-sidebar-inside ul li {
	list-style: none;
}

.ns-blog-sidebar-inside ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.ns-blog-sidebar-inside ul li a:hover {
	color: #ff7a04;
}

.ns-blog-sidebar-search {
	margin-bottom: 50px;
}

.ns-blog-sidebar-search form {
	position: relative;
}

.ns-blog-sidebar-search form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
}

.ns-blog-sidebar-search form input::placeholder {
	color: #6f6f6f;
}

.ns-blog-sidebar-search form button {
	font-size: 16px;
	color: #6f6f6f;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 18px;
}

.ns-blog-sidebar-recent .ns-blog-sidebar-recent-item {
	display: block;
}

.ns-blog-sidebar-recent .ns-blog-sidebar-recent-item:last-child {
	margin-bottom: 0;
}

.ns-blog-sidebar-recent-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.ns-blog-sidebar-recent-item-pic {
	float: left;
	margin-right: 20px;
}

.ns-blog-sidebar-recent-item-txt {
	overflow: hidden;
}

.ns-blog-sidebar-recent-item-txt h6 {
	font-weight: 700;
	color: #333333;
	line-height: 20px;
	margin-bottom: 5px;
}

.ns-blog-sidebar-recent-item-txt span {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

.ns-blog-sidebar-inside-tags a {
	font-size: 16px;
	color: #6f6f6f;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 26px 5px;
	margin-right: 6px;
	margin-bottom: 10px;
}
.admin-tags {
	font-size: 14px;
	color: #6f6f6f !important;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 10px 5px;
	margin-right: 6px;
	margin-bottom: 10px;
	font-weight: 500!important;
}

/*---------------------
  Blog Details ns-slider-block
-----------------------*/

.ns-blog-details-block {
	height: 350px;
	display: flex;
	align-items: center;
	background: #707070;
}

.ns-blog-details-block-text {
	text-align: center;
}

.ns-blog-details-block-text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.ns-blog-details-block-text ul li {
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.ns-blog-details-block-text ul li:after {
	position: absolute;
	right: -26px;
	top: 0;
	content: "|";
}

.ns-blog-details-block-text ul li:last-child {
	margin-right: 0;
}

.ns-blog-details-block-text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.ns-related-blog {
	padding-top: 70px;
	padding-bottom: 10px;
}

.related-blog-title {
	margin-bottom: 70px;
}

.ns-blog-details {
	padding-bottom: 75px;
	border-bottom: 1px solid #e1e1e1;
}

.blog-details-txt {
	margin-bottom: 45px;
}

.blog-details-txt img {
	margin-bottom: 30px;
}

.blog-details-txt p {
	font-size: 18px;
	line-height: 30px;
}

.blog-details-txt h3 {
	color: #333333;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog-details-author-pic {
	float: left;
	margin-right: 15px;
}

.blog-details-author-pic img {
	height: 92px;
	width: 92px;
	border-radius: 50%;
}

.blog-details-author-text {
	overflow: hidden;
	padding-top: 30px;
}

.blog-details-author-text h6 {
	color: #1c1c1c;
	font-weight: 700;
}

.blog-details-author-text span {
	font-size: 16px;
	color: #6f6f6f;
}

.blog-details-widget ul {
	margin-bottom: 5px;
}

.blog-details-widget ul li {
	font-size: 16px;
	color: #6f6f6f;
	list-style: none;
	line-height: 30px;
}

.blog-details-widget ul li span {
	color: #1c1c1c;
	font-weight: 700;
}

.blog-details-widget .blog-details-social a {
	display: inline-block;
	font-size: 20px;
	color: #6f6f6f;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog-details-widget .blog-details-social a:hover {
	color: #ff7a04;
}

.blog-details-widget .blog-details-social a:last-child {
	margin-right: 0;
}


/*---------------------
  Contact
-----------------------*/


.contact-block {
	margin-bottom: 30px;
}

.contact-block span {
	font-size: 36px;
	color: #ff7a04;
}

.contact-block h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 18px;
}

.contact-block p {
	color: #666666;
	margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 500px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map .map-inside {
	position: absolute;
	left: 50%;
	top: 160px;
	-webkit-transform: translateX(-175px);
	-ms-transform: translateX(-175px);
	transform: translateX(-175px);
}

.map .map-inside i {
	font-size: 48px;
	color: #ff7a04;
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px);
}

.map .map-inside .inside-widget {
	width: 350px;
	background: #ffffff;
	text-align: center;
	padding: 23px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
	box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
	border: 12px solid transparent;
	border-top: 30px solid #ffffff;
	content: "";
	z-index: -1;
}

.map .map-inside .inside-widget h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
	list-style: none;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

/*---------------------
  Contact Form
-----------------------*/

.contact-form-title {
	margin-bottom: 50px;
	text-align: center;
}

.contact-form-title h2 {
	color: #1c1c1c;
	font-weight: 700;
}

.contact-form {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-form form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.contact-form form input::placeholder {
	color: #6f6f6f;
}

.contact-form form textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 24px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding-top: 12px;
	resize: none;
}

.contact-form form textarea::placeholder {
	color: #6f6f6f;
}

.contact-form form button {
	font-size: 18px;
	letter-spacing: 2px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-menu ul li {
		margin-right: 45px;
	}
	.ns-slider-block-search-form {
		width: 490px;
	}
	.ns-slider-block-all-categories {
		padding: 10px 25px 10px 20px;
	}
	.ns-slider-block-categories ul {
		padding-left: 20px;
	}
	.latest-product-grid-carousel.owl-carousel .owl-nav {
		right: 0;
	}
	.ns-product-view-details-tab .nav-tabs:before {
		width: 265px;
	}
	.ns-product-view-details-tab .nav-tabs:after {
		width: 265px;
	}
	.shoping-discount form input {
		width: 240px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ns-slider-block-categories {
		margin-bottom: 30px;
	}
	.ns-slider-block-search-form {
		width: 485px;
	}
	.categories-carousel.owl-carousel .owl-nav button {
		left: -20px;
	}
	.categories-carousel.owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}
	.filter-sorting .nice-select {
		padding-left: 5px;
		padding-right: 28px;
	}
	.ns-product-view-details-quantity {
		margin-bottom: 10px;
	}
	.ns-product-view-details-txt .primary-btn {
		/* margin-bottom: 10px;  */
	}
	.ns-product-view-details-tab .nav-tabs:before {
		width: 150px;
	}
	.ns-product-view-details-tab .nav-tabs:after {
		width: 150px;
	}
	.ns-blog-details-author {
		overflow: hidden;
		margin-bottom: 25px;
	}
	.mobile-menu-open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
	}
	.header .container {
		position: relative;
	}
	.mobile-menu-wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.mobile-menu-wrapper.show__mobile-menu-wrapper {
		opacity: 1;
		left: 0;
	}
	/* .mobile-menu-logo {
		margin-bottom: 30px;
	} */
	.mobile-menu-logo a {
		display: inline-block;
	}
	.mobile-menu-contact {
		padding: 10px 0 13px;
	}
	.mobile-menu-contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.mobile-menu-contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.ns-mobile-menu-minicart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.ns-mobile-menu-minicart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.ns-mobile-menu-minicart ul li:last-child {
		margin-right: 0;
	}
	.ns-mobile-menu-minicart ul li a {
		position: relative;
	}
	.ns-mobile-menu-minicart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.ns-mobile-menu-minicart ul li a span {
		height: 13px;
		width: 13px;
		background: #ff7a04;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.ns-mobile-menu-minicart .header-minicart-price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.ns-mobile-menu-minicart .header-minicart-price span {
		color: #252525;
		font-weight: 700;
	}
	.ns-mobile-menu-minicart {
		margin-bottom: 25px;
	}
	.ns-mobile-menu-widget {
		margin-bottom: 20px;
	}
	.ns-mobile-menu-widget .ns-top-header-right-lang {
		margin-right: 20px;
	}
	.mobile-menu-nav {
		display: none;
	}
	.mobile-menu-wrapper .ns-top-header-right-social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.mobile-menu-wrapper .slicknav_btn {
		display: none;
	}
	.mobile-menu-wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.mobile-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.mobile-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.mobile-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.mobile-menu-wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 16px;
		font-weight: 600;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.mobile-menu-wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #ff7a04;
	}
	.mobile-menu-wrapper .slicknav_nav .slicknav_row,
	.mobile-menu-wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.mobile-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.mobile-menu-overlay.active {
		visibility: visible;
	}
	.ns-top-header {
		display: none;
	}
	.header-menu {
		display: none;
	}
	.header-minicart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.ns-slider-block-categories {
		margin-bottom: 30px;
	}
	.sticky-menu.sticky{display: none !important;}
	.categories-departments{position: absolute;}
	.ns-slider-block-search {
		margin-bottom: 30px;
	}
	.ns-slider-block-search-form {
		width: 100%;
	}
	.ns-slider-block-search-form form input {
		width: 100%;
	}
	.ns-slider-block-search-form form .ns-slider-block-search-categories {
		display: none;
	}
	.ns-slider-block-search-phone {
		float: left;
		margin-top: 30px;
		display:none;
	}
	.categories-carousel.owl-carousel .owl-nav {
		text-align: center;
		margin-top: 40px;
	}
	.categories-carousel.owl-carousel .owl-nav button {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: translateY(0);
	}
	.categories-carousel.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.footer__copyright {
		text-align: center;
	}
	.footer-copyright-txt {
		float: none;
		margin-bottom: 25px;
	}
	.footer-copyright-payment-opt {
		float: none;
	}
	.item-filter {
		text-align: center;
	}
	.filter-opt {
		text-align: center;
	}
	.product-grid-details-pic {
		margin-bottom: 40px;
	}
	.ns-product-view-details-tab .nav-tabs:before {
		display: none;
	}
	.ns-product-view-details-tab .nav-tabs:after {
		display: none;
	}
	.shoping-cart-table {
		overflow-y: auto;
	}
	.shoping-discount form input {
		margin-bottom: 15px;
	}
	.ns-blog-details-author {
		overflow: hidden;
		margin-bottom: 25px;
	}
	.mobile-menu-open {
		display: block;
		font-size: 22px;
		color: #1c1c1c;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
	}
	.header .container {
		position: relative;
	}
	.mobile-menu-wrapper {
		width: 280px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 9999;
		padding: 20px;
		padding-top: 30px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.mobile-menu-wrapper.show__mobile-menu-wrapper {
		opacity: 1;
		left: 0;
	}
	.mobile-menu-logo {
		margin-bottom: 30px;
	}
	.mobile-menu-logo a {
		display: inline-block;
	}
	.mobile-menu-contact {
		padding: 10px 0 13px;
	}
	.mobile-menu-contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.mobile-menu-contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.ns-mobile-menu-minicart ul {
		display: inline-block;
		margin-right: 0px;
		margin-top: 10px;
	}
	.ns-mobile-menu-minicart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.ns-mobile-menu-minicart ul li:last-child {
		margin-right: 0;
	}
	.ns-mobile-menu-minicart ul li a {
		position: relative;
	}
	.ns-mobile-menu-minicart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.ns-mobile-menu-minicart ul li a span {
		height: 13px;
		width: 13px;
		background: #ff7a04;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.ns-mobile-menu-minicart .header-minicart-price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.ns-mobile-menu-minicart .header-minicart-price span {
		color: #252525;
		font-weight: 700;
	}
	.ns-mobile-menu-minicart {
		margin-bottom: 25px;
	}
	.ns-mobile-menu-widget {
		margin-bottom: 20px;
	}
	.ns-mobile-menu-widget .ns-top-header-right-lang {
		margin-right: 10px;
	}
	.mobile-menu-nav {
		display: none;
	}
	.mobile-menu-wrapper .ns-top-header-right-social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.mobile-menu-wrapper .slicknav_btn {
		display: none;
	}
	.mobile-menu-wrapper .slicknav_nav .slicknav_item a {
		border-bottom: none !important;
	}
	.mobile-menu-wrapper .slicknav_nav {
		display: block !important;
	}
	.mobile-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
		margin-bottom: 30px;
	}
	.mobile-menu-wrapper .slicknav_nav ul {
		margin: 0;
	}
	.mobile-menu-wrapper .slicknav_nav a {
		color: #1c1c1c;
		font-size: 14px;
		font-weight: 500;
		margin: 0;
		border-bottom: 1px solid #e1e1e1;
	}
	.mobile-menu-wrapper .slicknav_nav a:hover {
		-webkit-border-radius: 0;
		border-radius: 0;
		background: transparent;
		color: #ff7a04;
	}
	.mobile-menu-wrapper .slicknav_nav .slicknav_row,
	.mobile-menu-wrapper .slicknav_nav a {
		padding: 8px 0;
	}
	.mobile-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.mobile-menu-overlay.active {
		visibility: visible;
	}
	.ns-top-header {
		display: none;
	}
	.main-menu{
		display: none;
	}
	.header-menu {
		display: none;
	}
	.product-img img{width:100%;}
	.header-minicart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.ns-shoping-cart-table table tbody tr td.ns-shoping-cart-item {
    width: 250px;
    text-align: left;
}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.ns-slider-block-search-form form .ns-slider-block-search-categories {
		display: none;
	}
	.ns-featured-product-grids-control ul li {
		margin-bottom: 10px;
	}
	.ns-product-view-details-txt ul li b {
		width: 100px;
	}
	.ns-product-view-details-tab .nav-tabs li {
		margin-right: 20px;
	}
	.shoping__cart__btns {
		text-align: center;
	}
	.primary-btn.cart-btn.cart-btn-right {
		float: none;
		margin-top: 10px;
	}
	.shoping-checkout .primary-btn {
		display: block;
		text-align: center;
		padding: 10px 15px 10px;
	}
	.map .map-inside {
		-webkit-transform: translateX(-125px);
		-ms-transform: translateX(-125px);
		transform: translateX(-125px);
	}
	.map .map-inside .inside-widget {
		width: 250px;
	}
	.ns-product-view-details-tab .nav-tabs li {
		margin-right: 15px;
	}
	.shoping-discount form input {
		width: 100%;
	}
	.checkout-orderplace {
		padding: 20px;
	}
	.ns-blog-details-block-text h2 {
		font-size: 24px;
	}
}




/*---------------------
  create account
-----------------------*/
.create-account .custom-form{
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    color: #444444;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 20px;
}
.create-account h5 {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}


/*---------------------
  login
-----------------------*/



.login-form .custom-form{
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    color: #444444;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 20px;
}
.login-form h5 {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px;
}
/*---------------------
  customer dashboard
-----------------------*/

.user-profile-pic {
    background: #fbfdff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 7px rgb(0 0 0 / 10%);
}

.user-profile-pic img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
	display:block;
	margin:0 auto;

}
.user-photo-action {
   
    bottom: 10px;
    color: #333;

    padding: 10px 0;
    line-height: 26px;
    font-weight: 500;

    text-align: center;
}
.customer-nav-item {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
}
.customer-nav-item ul {
    display: block;

    list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
}
.customer-nav-item ul li {
    background: #fbfdff;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    border-radius: 4px;
    -webkit-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out;
    border: 1px solid #dde6ef;
    box-shadow: 0 3px 10px rgb(0 0 0 / 4%);
}

.customer-nav-item ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #4e4e4e;
    height: 46px;
    line-height: 26px;
    padding: 10px 15px;
    text-align: left;
    display: block;
    letter-spacing: 0.3px;
    vertical-align: middle;
	
}

.customer-nav-item ul li a:hover, .customer-nav-item ul li a.active {
    background: #8dc83e;
    border: 1px solid #dde6ef;
	color:#fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
}
/* .customer-nav-item ul li:hover, .customer-nav-item ul li.active {
    background: #ca1515;
    border: 1px solid #dde6ef;
	color:#fff;
    box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
} */


.account-data{
	
	  list-style-type: none;
    margin-bottom: 20px;
    width: 100%;
}


.account-data li {padding:10px 0;}
.account-info-edit{border-bottom:1px solid #d3d1d1; padding-bottom:10px;}

.user-wish-list {
    margin-bottom: 30px;
}
.user-wish-list tbody tr .user-wish-list-item {

}
.user-wish-list tbody tr td {
    padding: 30px 0;
}
.user-wish-list tbody tr .user-wish-list-item img {
    float: left;
    margin-right: 15px;
	width: 60px;
}
.user-wish-list tbody tr .user-wish-list-item .user-wish-list-item-title {
    /*overflow: hidden;
     padding-top: 23px; */
}
.user-wish-list tbody tr .cart__price {
    font-size: 16px;
    color: #ca1515;

	    font-size: 14px;

}
.user-wish-list tbody tr .wish-stock {
   
}

.user-wish-list tbody tr td {
    padding: 30px 0;
}
.user-wish-list tbody tr .wish-view a{
    font-size: 14px;
    color: #ca1515;
    font-weight: 600;
	border-radius:30px;
	padding: 5px 15px;
   
}
.user-wish-list tbody tr .cart__close {
   
}
.user-wish-list tbody tr td {
    padding: 30px 0;
}
 .user-wish-list-item-title h6 {
    color: #111111;
    font-weight: 600;
	    margin-bottom: 14px !important;
}
.user-wish-list-item-title .rating i {
    font-size: 12px;
    color: #e3c01c;
    margin-right: 2px;
}

/*---------------------
  404 error
-----------------------*/
.ns-error-sec {
    padding: 100px 0 185px;
}
.ns-error-sec .error-box h1 {
    font-size: 200px;
    color: #222222;
    font-weight: 700;
}
.ns-error-sec .error-box h3 {
    color: #444444;
    font-weight: 600;
    margin-bottom: 20px;
}
.ns-error-sec .error-box p {
    font-size: 18px;
    color: #969696;
    font-weight: 600;
    margin-bottom: 40px;
}
.ns-error-sec .error-box a {
    font-size: 18px;
    color: #fff;
    background: #ff7a04;
    padding: 12px 35px;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}
.error-box h1 span{color: #ff7a04;}
.ns-error-sec .error-box a i {
    margin-right: 8px;
}
/*---------------------
  500 error
-----------------------*/
.error-wrapper {
  
   height:100%;
   background-color: #e7ffdd;
    padding-top: 10%;
}
.error-wrapper .error-container.error-500 {
    background-color: #e7ffdd;
}
/* .error-wrapper .error-container {
    -webkit-transform: skew(0deg, -10deg);
    -moz-transform: skew(0deg, -10deg);
    -o-transform: skew(0deg, -10deg);
    -ms-transform: skew(0deg, -10deg);
    transform: skew(0deg, -10deg);
    background-color: #1dbc9c;
    padding: 60px;
} */
/* .error-wrapper .error-container .error {
    -webkit-transform: skew(0deg, 10deg);
    -moz-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    transform: skew(0deg, 10deg);
    margin: 0 auto;
    text-align: center;
    width: 350px;
} */
.error-wrapper .error-container .error {margin:0 auto; text-align:center;}
.error-wrapper .error-container .error .error-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.error-wrapper .error-container .error .error-number {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 5px;
    text-shadow: 0 3px 0 #292929, 0 14px 10px rgb(0 0 0 / 15%), 0 24px 2px rgb(0 0 0 / 10%), 0 34px 30px rgb(0 0 0 / 10%);
}
.error-wrapper .error-container .error .error-description {
    font-size: 14px;
    font-weight: 300;
    padding: 0 40px;
}
.img-order-content .order-price{
	
	font-size: 22px;
    font-weight: 600;
    color: #ca1515;
    
}
.img-order-content .order-price span {
    font-size: 16px;
    color: #b1b0b0;
    text-decoration: line-through;
    margin-left: 10px;
    display: inline-block;
}

@media only screen and (max-width: 479px) {
	
	.date-display .text-right{  
	text-align: unset !important;
	}
}

.img-order-content{ 
    box-shadow: 0 8 px 8px -8px lightblue;
}

    .box-shadow-order {position: relative;
    display: -ms-utf_flexbox_area;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e8eef1;
    border-radius: 4px;
    padding-top: 25px;
    margin-bottom: 25px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 5px 25px 0 rgb(41 128 185 / 10%);
    -webkit-box-shadow: 0 5px 25px 0 rgb(41 128 185 / 10%);
}


.search-input input[type=text] {
  width: 80px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  font-size: 14px;
  background-color: white;
  background-image: url('../img/searchicon.png');
 
  background-position: right 10px; 
  background-repeat: no-repeat;
  padding: 10px 30px 10px 10px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.search-input input[type=text]:focus {
  width: 180px;
}
.dropdown-width{width:100%;}


/*---------------------
newsletter
-----------------------*/
.newsletter-bg{ background: #ff7a04;}


/* =======================================
 Footer Area
======================================= */
.ns-footer-top {
    background: #F3F6FA;
    padding: 50px 0 40px;
}
.ns-footer-top .f-contact h5 {
  color: #676c73;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ns-footer-top .f-contact .f-add, .ns-footer-top .f-contact .f-email, .ns-footer-top .f-contact .f-phn {
  margin-bottom: 15px;
}

.ns-footer-top .f-contact .f-add i, .ns-footer-top .f-contact .f-email i, .ns-footer-top .f-contact .f-phn i {
  font-size: 15px;
  color: #969696;
  width: 20px;
}

.ns-footer-top .f-contact .f-add span, .ns-footer-top .f-contact .f-email span, .ns-footer-top .f-contact .f-phn span {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
}

.ns-footer-top .f-contact .f-add p, .ns-footer-top .f-contact .f-email p, .ns-footer-top .f-contact .f-phn p {
  color: #969696;
  max-width: 215px;
  margin-top: 5px;
}

.ns-footer-top .f-contact .f-social {
  display: inline-block;
  margin-top: 10px;
}

.ns-footer-top .f-contact .f-social ul li a i {
display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 2px;
}

.ns-footer-top .f-contact .f-social ul li a i:hover {
  background: #ff7a04;
  border-color: #ff7a04;
  color: #e5e5e5;
}
.login-user-dropdown {
    background: #f5f5f5;
    color: #000;
    width: auto;
    text-align: left;
    padding: 8px 8px;
    position: absolute;
    z-index: 10001;
	    right: 0;
}
.ns-footer-top .f-cat h5, .ns-footer-top .f-sup h5, .ns-footer-top .f-link h5 {
  color: #676c73;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.ns-footer-top .f-cat ul li a, .ns-footer-top .f-sup ul li a, .ns-footer-top .f-link ul li a {
  font-size: 15px;
  color: #15181d;
  display: inline-block;
  margin-bottom: 15px;
}

.ns-footer-top .f-cat ul li a i, .ns-footer-top .f-sup ul li a i, .ns-footer-top .f-link ul li a i {
  font-size: 13px;
  color: #15181d;
  margin-right: 10px;
}

.ns-footer-top .f-cat ul li a:hover, .ns-footer-top .f-sup ul li a:hover, .ns-footer-top .f-link ul li a:hover {
  color: #ff7a04;
}



.ns-footer-btm {
      background: #f3f6fa;
    border-top: 1px solid #e3e9f1;
    padding: 40px 0;
}

.ns-footer-btm p {
  font-size: 15px;
  color: #666666;
  margin-top: 3px;
}

.ns-footer-btm p i {
  color: #ff324d;
  margin: 0 2px;
}

.ns-footer-btm p a {
  color: #ff7a04;
}

.ns-footer-btm p a:hover {
  text-decoration: underline;
}

.ns-footer-btm .back-to-top {
  background: #eeeeee;
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 45px;
  height: 45px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: 999;
  padding-top: 10px;
  display: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.ns-footer-btm .back-to-top:hover {
  background: #fff;
}

/* =======================================
 color swatches
======================================= */
.ns-product .ns-content .colo-siz .color {
    margin-bottom: 18px;
}
.ns-product .ns-content .colo-siz .color ul li input[type="radio"] {
    display: none;
}
.ns-product .ns-content .colo-siz .color ul li input[type="radio"] + label {
    display: inline-block;
    border: 1px solid #dddddd;
    width: auto;
    color: #444444;
    font-weight: 600;
    vertical-align: middle;
    padding: 6px 8px;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%;
    text-align: center;
    margin: 5px;
	
}

/* .ns-product .ns-content .colo-siz .color ul li input[type="radio"] + label {
    display: inline-block;
    border: 1px solid #dddddd;
    width: auto;
    color: #444444;
    font-weight: 600;
    vertical-align: middle;
    padding: 2px;
    cursor: pointer;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%;
    text-align: center;
    margin: 5px;
	  width: 45px;
    height: 45px;
}
 */
.ns-product .ns-content .colo-siz .size {
    margin-bottom: 15px;
}
.ns-product .ns-content .colo-siz .color ul li input[type="radio"]:checked + label {
    border-color: #0bff16;
}
.ns-product .ns-content .colo-siz .size ul li input[type="radio"]:checked + label {
    border-color: #0bff16;
}
.ns-product .ns-content .colo-siz .size ul li input[type="radio"] {
    display: none;
}

.ns-product .ns-content .colo-siz .size ul li input[type="radio"] + label {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 45px;
    height: 45px;
    color: #444444;
    font-weight: 600;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 10%;
    text-align: center;
    margin-bottom: 0;
}


.megamenu {
   
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%
}



.text-uppercase {
    letter-spacing: 0.08em
}
.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	padding: 15px;
}

.pro-rating ul li{margin-right:3px !important;}
.pro-rating ul li a{color:#f7aa1d;}
.pro-rating ul li i{color:#f7aa1d; font-size:12px;}

.product-price ul li .offer-price{text-decoration: line-through;}

.product-img {
    position: relative;
    margin-bottom: 5px;
	overflow:hidden;
	text-align:center;
	height:250px;
	
}

.product-img .sale {
 color: #fff;
    background: #e73a3a;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 5px 11px;
    border-radius: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
	    font-weight: 600;
    transition: all 0.4s ease;
}
.ns-bst-img{
	width:100px;
	height:100px;
	}
	.fashion-img{
	width:60px;
	height:60px;
	}
	.new-price {
    color: #dc3545;
    font-weight: 500;
    font-size: 16px;
}
	
	.ns-blog-item .post-date {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ddc309;
    letter-spacing: .05em;
    width: 45px;
    height: 50px;
    text-align: center;
}
.ns-blog-item .post-date .day{font-size:18px; font-weight:600;}
.item-content a.it-cart {
    background: #eeeeee;
    display: inline-block;
    padding-right: 10px;
    border: 1px solid #eeeeee;
    
    margin-right: 8px;
}
.item-content a.it-cart i {
    background: #fff;
    display: inline-block;
    padding: 7px 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	margin-right:2px;
	color: #333;
}
.item-content a.it-cart span.it-title {
    color: #444444;
    font-weight: 600;
    padding-left: 5px;
    cursor: pointer;
}
/* .dropdown:hover .dropdown-menu {
 position: absolute;
	left: 0;
	top: 100%;
	background: #222222;

	z-index: 9;
	padding: 5px 0;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	display:block;
 } */
 
 
  .shopby-brands {
    position: relative;
    background: #fff;
  /*   box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    -webkit-box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%); */
    border-radius: 10px;
    text-align: center;
    padding: 0px 15px;
    box-sizing: border-box;
    margin-bottom: 0px;
    overflow: hidden;
    transition: .6s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
 .fashion-category-box-block {
    position: relative;
    background: #fff;
  /*   box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%);
    -webkit-box-shadow: 0 5px 25px 0 rgb(41 128 185 / 15%); */
    border-radius: 10px;
    text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
    overflow: hidden;
    transition: .6s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.fashion-category-box-block .fashion-category-desc {
    z-index: 2;
}
.fashion-category-box-block .fashion-category-desc .category-detail-txt h4 a{
    font-weight: 600;
    margin-bottom: 12px;
	color:#000;
    font-size: 16px;
}
.fashion-category-box-block .fashion-category-desc .fashion-img {
    background: #f6f7f8;
    font-size: 40px;
    color: #ffffff;
    width: 100px;
    height: 100px;
    line-height: 72px;
    border: 3px solid #d7d29b;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto 20px auto;
    transition: 0.6s cubic-bezier(0.45, 0.01, 0.1, 1.49);
}
.filter{position:absolute; top:5px;     z-index: 909;}
.filter-new{
 
    z-index: 1500;
    background: #fff;
  
}



.filter  {
	font-size: 18px;
    margin-top: 4px;
}





@media only screen and (max-width: 600px) {
 .filter-new{padding-top:30px;
padding-left: 10px;
    position: absolute;
    z-index: 1500;
    background: #fff;
    top: 55px;
	left:0;
}
.box-cart{padding-left: 10px;
    position: absolute;
    z-index: 1500;

   top: -22px;
    right: 13px;}

}
/**reviews**/




.rev-f .review-box {
  margin-bottom: 20px;
}

.rev-f .review-box .rv-img img {
  max-width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}

.rev-f .review-box .rv-content {
  border: 1px solid #e5e5e5;
  padding: 20px;
}

.rev-f .review-box .rv-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: #444444;
  margin-bottom: 5px;
}

.rev-f .review-box .rv-content h6 span {
  font-size: 13px;
  color: #969696;
  font-weight: normal;
  margin-left: 20px;
}

.rev-f .review-box .rv-content ul li {
  font-size: 13px;
  color: #fdba2d;
  margin-right: 0;
}

.rev-f .review-box .rv-content p {
  font-size: 15px;
  color: #969696;
  line-height: 25px;
}



.rev-f .ns-review-form h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}

.rev-f .ns-review-form form .star-rating {
  margin-bottom: 18px;
}

.rev-f .ns-review-form form .star-rating span {
  font-size: 18px;
  color: #fdba2d;
  cursor: pointer;
}

.rev-f .ns-review-form form label {
  font-size: 15px;
  color: #969696;
  font-weight: 600;
  display: block;
}

.rev-f .ns-review-form form input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.rev-f .ns-review-form form input:focus {
  border-color: #ff324d;
}

.rev-f .ns-review-form form textarea {
  border: 1px solid #dddddd;
  width: 100%;
  height: 130px;
  padding: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.rev-f .ns-review-form form textarea:focus {
  border-color: #ff324d;
}

.rev-f .ns-review-form form button {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #e45151;
  border: none;
  padding: 10px 25px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.rev-f .ns-review-form form button:hover {
  background: #ff324d;
}
 .f-social ul li a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    color: #404040;
    border: 1px solid #ededed;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    background: #ffffff;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 2px;
}

.f-social ul li a i:hover {
    background: #ff7a04;
    border-color: #ff7a04;
    color: #e5e5e5;
}
.login-user-dropdown a {
    font-size: 16px !important;
    color: #000;
    padding: 8px 10px;
    text-transform: capitalize;
}


.ns-product-view-details-img-item .sale {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-transform: capitalize;
    width: 42px;
    height: 42px;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin-left: 18px;
    margin-top: 15px;
    background: #ff7a04;
    border-radius: 50%;
    line-height: 16px;
}
.address-select-popup{appearance:auto; margin-bottom:10px;}
.delivery-header{background: #fff36d;}
.delivery-thead{background: #fff36d;}
.delivery-time-short{font-size:12px; font-weight:600;}
/***home page****/

.bg-inner {
    position: relative;
   /** background: #1668ec;
    background: linear-gradient(to right, #edeee8 0%, #f9faf3 100%);
	
	 background-image: url("/themes/shopifybase/assets/images/drshop.png");
	   background-repeat: no-repeat;
  background-size: cover;
     background-color: #edeee8;**/
background: linear-gradient(to right, #edeee8 50%, #92c173 50%);

}


/* ==========================================================================
  8. Features Section Style
   ========================================================================== */
#features {
  background: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .content-left span {
  float: right;
}

#features .content-left .text {
  
}

#features .content-right span {
  float: left;
}

#features .box-item {
  box-shadow: 0 0 12px #F4F4F4;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}

#features .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.tuecus-contct{    min-width: 320px;
    max-width: 670px;
    margin: 0 auto;}
#features .box-item .icon i {
  color: #1d95b1;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section {
    padding: 80px 0 65px;
}
.section-padding {
    padding: 60px 0;
}
#features .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}



#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#features .box-item h4 {
      padding-bottom: 10px;
    font-size: 19px;
    color: #8dc83c;
	
}

#features .box-item:hover h4 {
  color: #0074f1;
}

#features .show-box {
  margin-top: 50px;
}

#features .show-box img {
  width: 100%;
}

@media only screen and (max-width:1900px) {
	
	.bg-inner {
    position: relative;
    background: linear-gradient(to right, #edeee8 50%, #92c173 50%);
}
}
@media (max-width: 768px){

.bg-inner {
    position: relative;
    background: linear-gradient(to right, #edeee8 50%, #edeee8 50%) !important;
}
}
.shipping-time-home p{ line-height:26px; margin:0 0 6px 0;}