@font-face {
	font-family: 'Nunito';
	src: url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Nunito-SemiBold';
	src: url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0
}

*{margin:0; padding:0}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.ui.error.message {
	color: #f00;
	text-transform: capitalize;
	margin: 40px 0;
}

.ui.form .field.error input:not([type]),
.ui.form .field.error input[type=date],
.ui.form .field.error input[type=datetime-local],
.ui.form .field.error input[type=email],
.ui.form .field.error input[type=file],
.ui.form .field.error input[type=number],
.ui.form .field.error input[type=password],
.ui.form .field.error input[type=search],
.ui.form .field.error input[type=tel],
.ui.form .field.error input[type=text],
.ui.form .field.error input[type=time],
.ui.form .field.error input[type=url],
.ui.form .field.error select,
.ui.form .field.error textarea,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type=date],
.ui.form .fields.error .field input[type=datetime-local],
.ui.form .fields.error .field input[type=email],
.ui.form .fields.error .field input[type=file],
.ui.form .fields.error .field input[type=number],
.ui.form .fields.error .field input[type=password],
.ui.form .fields.error .field input[type=search],
.ui.form .fields.error .field input[type=tel],
.ui.form .fields.error .field input[type=text],
.ui.form .fields.error .field input[type=time],
.ui.form .fields.error .field input[type=url],
.ui.form .fields.error .field select,
.ui.form .fields.error .field textarea {
	background: transparent;
	border-color: #ff0000;
	color: #9f3a38;
	border-radius: 0;
	box-shadow: none;
}

body {
	font-family: 'Nunito', sans-serif;
	background-color: #f9f9fa;
	color: #393939;
}

header {
	background-color: #1f1f1f;
	padding-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	color: #393939;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0;
}

h2 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

p {
	font-size: .875rem;
	margin: 20px 0;
}

a {
	color: #4C85E6;
}

ol {
    margin-bottom: 20px;
}
.white-link a {
	color: #fff;
}

.my-account-grid li a {
	color: #000;
}

a span {
	font-size: 16px;
}

.edit-link {
	color: #ef8735;
}

.white-link {
	color: #fff;
}

.black-txt {
	color: #000;
}

h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin: 35px 0 7px;
}

.product-details .tabs ul {
	margin: 0 0 1rem;
}

li {
	font-size: .875rem;
}

.hb-wrapper {}

input {
	font-family: 'Nunito', sans-serif;
}

.inner-container {
	width: 100%;
	max-width: 1055px;
	margin: 40px auto 50px;
	padding: 0 .5rem
}

.notopmargin {
	margin-top: 0px!important;
}

.line:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.center {
	text-align: center
}

.clearfix {}

.heading-breadcurmb-wrapper {
	margin: 25px 10px;
}

.category .heading-breadcurmb-wrapper {
	margin: 0;
}


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.search-cart-wrapper {
	width: 100%;
	max-width: 280px;
	float: left;
	text-transform: uppercase;
	font-size: .875rem;
	position: relative;
	float: right
}

.search-blog-wrapper {
	width: 100%;
	max-width: 330px;
	text-transform: uppercase;
	font-size: .875rem;
	position: relative;
	float: right;
	text-align: right;
}

.search-cart-wrapper ul li {
	display: inline-block;
	color: #fff;
	padding: 0 1.8rem;
}

.search-blog-wrapper ul li {
	display: inline-block;
	color: #fff;
	padding: 0 10px 0 20px;
	
}

.search-icon {
	float: right;
	background-color: #EF8735;
	border-radius: 50%;
	padding: 4px 11px 0;
	margin-left: 15px;
	margin-right: 4px;
}

.search-blog-icon {
	float: right;
	background-color: #EF8735;
	border-radius: 50%;
	padding: 4px 11px 0;
	margin-left: 15px;
	margin-right: 4px;
}

.search-blog-icon img {
	width: 16px;
}

.search-icon img {
	width: 16px;
}

.blue-arrow:after {
	content: '';
	background-image: url(../images/blue-arow.svg);
	width: 22px;
	height: 12px;
	background-size: 29px 12px;
	position: absolute;
}

li.cart:after {
	content: '';
	background-image: url(../images/shopping-cart.svg);
	margin-left: 10px;
	display: inline-block;
	height: 13px;
	width: 13px;
	position: absolute;
	top: 9px;
}

li.login:after {
	content: '';
	background-image: url(../images/my-account-icon.svg);
	margin-left: 10px;
	display: inline-block;
	height: 13px;
	width: 12px;
	position: absolute;
	top: 9px;
}

.button {
	border-radius: 35px;
	background-color: #fff;
	border: none;
	font-size: .625rem;
	color: #4C85E6;
	text-transform: uppercase;
	font-weight: 700;
	box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0), 0 4px 7px 0 rgba(0, 0, 0, 0.05);
}

.button a {
	color: #4C85E6;
	padding: 14px 40px 14px 25px;
	display: block;
}

.button-blue {
	background-color: #4C85E6;
	color: #fff;
	font-size: 0.875rem;
	padding: 15px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	border: 0;
	text-transform: uppercase;
}

.button-blue-next {
	background-color: #4C85E6;
	color: #fff;
	font-size: 0.875rem;
	padding: 15px 25px;
	border-radius: 6px;
	text-transform: uppercase;
	border: 0;
	text-transform: uppercase;
}

.back-button {
	background-color: #f9f9fa;
	border: 1px solid #4C85E6;
	border-radius: 6px;
	padding: 15px 20px;
	text-transform: uppercase;
	color: #4C85E6
}

.back-button-white {
	background-color: #fff;
	border: 1px solid #4C85E6;
	border-radius: 6px;
	padding: 12px 20px;
	text-transform: uppercase;
	color: #4C85E6
}

.width195 {
	width: 195px;
}

.width255 {
	width: 255px
}

.button-blue-confirm-order {
	background-color: #4C85E6;
	color: #fff;
	font-size: 0.875rem;
	padding: 15px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	border: 0;
	text-transform: uppercase;
}

.float-right {
	float: right
}

.float-left {
	float: left;
}

.bold {
	font-weight: 600;
}

.bold-black {
	font-weight: 600;
	color: #393939;
}

.txt-black {
	color: #000;
}

.orage-text {
	color: #EF8735;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: bold;
}

.gray-text {
	font-size: 0.75rem;
	color: #808080;
	margin: 10px 0;
}
.gray{color:#808080}

div {
	position: relative;
}

.required:after {
	content: "*";
	color: #ef8735;
	position: absolute;
	right: 0;
	top: 0px
}

a {
	text-decoration: none;
}

.heading-wrapper h1 {
	margin: 0 0 10px;
}

.heading-wrapper {
	margin-bottom: 30px;
}

.star {
	color: #808080;
	font-size: 0.875rem;
}

.form h2 {
	margin: 0;
}

.h2-mid {
	margin: 10px 0px 30px 0 !important;
}

.form-ui {
	margin-top: 30px;
}

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

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
	/* -moz-appearance: none;-webkit-appearance: none;-ms-appearance: none;appearance: none;*/
	background-color: transparent;
	border: none;
	border-radius: 0;
	border-bottom: solid 1px #808080;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form select:focus,
textarea:focus {
	border-bottom-color: #4c84e5;
	box-shadow: inset 0 -1px 0 0 #4c84e5
}

.searchbox {
	width: 10%;
	margin-top: 10px;
	border-radius: 28px;
	border: 0;
	height: 32px;
	padding: 0 15px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	display: none;
}

.searchbox:focus {
	width: 100%;
}

.text-white {
	color: #fff;
}

.uppercase {
	text-transform: uppercase
}

.viewall {
	color: #4C85E6;
	text-transform: uppercase;
	font-size: 0.875rem;
	letter-spacing: 0.1em;
	font-weight: 600;
	position: relative;
	padding-right: 30px;
	margin-top: 15px;
}

.viewall:after {
	content: '';
	background-image: url(../images/blue-arow.svg);
	width: 22px;
	height: 12px;
	background-size: 29px 12px;
	position: absolute;
	top: 10px;
}

.edit form input:placeholder-shown+label {
	z-index: 0;
}

.margin-bt5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.margin-bt8 {
	margin-top: 8px;
	margin-bottom: 8px
}

.margin-bt10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.margin-bottom10 {
	margin-bottom: 10px
}
.margin-bottom20 {
	margin-bottom: 20px
}

.margin-bottom25 {
	margin-bottom: 25px
}

.margin-bottom30 {
	margin-bottom: 30px
}

.margin-left35 {
	margin-left: 35px;
}

.margin-bt20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.margin-bt30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.margin-bt50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.margin-top10 {
	margin-top: 10px;
	}

.notopmargin {
	margin-top: 0;
}

.dropdown .select-selected {
	border: 0;
	color: #fff;
	font-size: 15px;
	padding: 7px 25px;
	text-align: left;
}

.dropdown .select-selected:after {
	background-image: url(../images/downarow.png);
}

.dropdown .select-items {
	height: unset;
	overflow: unset
}


/*checkbox*/


/* The container */

.checkbox-orange {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 22px;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 35px;
}


/* Hide the browser's default checkbox */

.checkbox-orange input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #eee;
}

.checkbox-orange:hover input~.checkmark {
	background-color: #ccc;
}

.checkbox-orange input:checked~.checkmark {
	background-color: #EF8735;
	border-radius: 3px;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox-orange input:checked~.checkmark:after {
	display: block;
}

.checkbox-orange .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.search-box:before {
	background-image: url(../images/gray-search-icon1.png);
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 23px;
	background-repeat: no-repeat;
	left: 149px;
}


/*checkbox end*/

.footer-link ul li {
	list-style: none;
	margin: 10px 0;
	font-size: 0.75rem
}

.footer-heading {
	text-transform: uppercase;
	font-size: 0.875rem;
	margin-bottom: 20px;
	font-weight: 700
}

button {
	cursor: pointer;
}

span.error {
	color: #f00;
	margin: 10px 0 20px 0;
	display: block;
}

label {
	position: absolute;
	top: -29px;
}

.field {
	margin: 50px 0;
}

input.invalid+label {
	color: #f00 !important;
}

.main-banner-container {
	display: grid;
	grid-template-columns: 1fr 2fr;
	background-color: #393939;
	grid-template-rows: repeat(1, 15vw);
	grid-gap: 20px;
	padding: 0 2%
}

.worldimg {
	background-image: url(../images/world-map.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.text-valingn-center {
	display: grid;
	align-items: center;
	grid-template-rows: auto;
	grid-template-rows: repeat(2, 43px);
	padding-top: 8%;
}

.blue-banner,
.green-banner {
	border-radius: 8px;
	background-size: 27%;
	background-repeat: no-repeat;
	padding: 35px 20px 41px 165px;
	margin-bottom: 30px;
	overflow: hidden;
	margin-right: 15px;
}

.blue-banner span,
.green-banner span {
	font-size: 17px;
	color: #fff
}

.blue-banner h2,
.green-banner h2 {
	margin-bottom: 5px;
	font-weight: bold;
}

.v-center {
	display: flex;
	align-items: center;
}

.white-line-button {
	border: 1px solid #fff;
	padding: 10px 18px;
	float: left;
	background-color: #EF8735;
	border-radius: 8px;
	color: #fff;
}

.boximage-grid>.box {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	overflow: hidden;
}

.boximage-grid>.box .text {
	text-align: left;
	padding: 0 20px;
	color: #808080;
	font-size: 1rem;
}

.blog-banner {
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	background-color: #EF8735;
	margin: 60px 0;
	border-radius: 10px;
	padding-bottom: 20px;
	padding-top: 20px;
}

.hr-gray {
	color: #c4c4c4;
	border: .5px solid;
}

.hr-lightgray {
	color: #F3F4F6;
	border: .5px solid;
}

.blog-banner img {
	width: 100%;
}

.text .price {
	color: #393939;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 0;
}

.breadcurmb {
	/*margin: 30px 0 0px;*/
}

.breadcurmb ul li {
	list-style: none;
	display: inline-block;
	color: #828282
}

.breadcurmb ul li:nth-last-child(1) {
	color: #000;
	font-weight: bold;
}

.breadcurmb ul li:nth-last-child(1):after {
	content: '';
}

.breadcurmb ul li:after {
	content: '/';
	margin: 0 2px 0 6px;
}

.product-wrapper {
	width: 70%;
	float: left;
}

.social-icons-product ul li {
	padding: 10px;
	text-align: center;
	background-color: #000;
	border-radius: 50%;
	list-style: none;
	width: 38px;
	height: 38px;
	display: inline-block;
	margin-right: 15px;
}

.blue-price {
	font-size: 2rem;
	color: #4C85E6;
	font-family: 'Nunito-SemiBold';
	margin: 20px 0;
}

.blue-price-24 {
	font-size: 1.5rem;
	color: #4C85E6;
	font-family: 'Nunito';
	margin: 10px 0;
	font-weight: bold;
}

.blue-cart-button {
	background-color: #4C85E6;
	padding: 18px 48px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 8px;
	width: 206px;
	height: 55px;
	border: 0;
	text-align: center;
	font-family: 'Nunito';
	letter-spacing: 0.1em;
}

.social-icons-product {
	width: 30%;
	float: right;
	padding: 20px 10px;
	text-align: center;
}

.lightbox-box ul li {
	display: inline-block;
	width: 22%;
}

.lightbox-box ul li img {
	width: 15%
}

.lightbox-box ul li img {
	width: 95%;
	border: 1px solid #F3F4F6;
}

.product-details .boximage-grid .text span {
	text-align: left;
	color: #808080;
	font-size: 0.875rem;
}

.product-details .boximage-grid .text .price {
	text-align: left;
	color: #393939;
	font-size: 1rem;
}

.width100 {
	width: 100%;
}

.checkout-right-pannel .bottom-line {
	margin-bottom: 8px;
	padding-bottom: 14px;
}

.delivery {
	font-size: 0.625rem;
}

.yourcart {
	font-size: 1.5rem;
}

.fullwidth-container {
	background-color: #fff;
	padding: 20px 10px!important
}

.desktop-container {
	width: 1055px;
	max-width: 100%;
	margin: 0 auto;
}

.small-logo-wrapper .logo {
	font-size: 1.5rem
}

.progressbar {
	color: #fff;
}

.progressbar {
	color: #808080;
	width: 100%;
	text-align: center
}

.progressbar ul li {
	text-transform: uppercase;
}

.progressbar ul li.done {
	color: #fff!important;
}

.progressbar ul li.done:before {
	background-color: #EF8735 !important;
	color: #fff;
}

.checkout header.small-header {
	background-color: #393939;
}

.checkout header.small-header:after {
	content: '×';
	color: #fff;
	position: absolute;
	right: 40px;
	top: 12px;
	font-size: 50px;
}

.social-icons-wrapper {
	background-color: #f3f4f6;
	padding: 0 10px;
	margin-top: 0px;
}

.social-icons-wrapper.small {
	background-color: #393939;
	padding: 0;
}

.terms {
	color: #fff;
}

.terms a{
	color: #fff;
}


.shipping-address-whitebox {
	display: grid;
	grid-template-columns: 2fr .5fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 15px;
}

.text-align-right {
	text-align: right;
	display: grid;
	align-items: center;
	justify-content: right;
}

.checkout input {
	font-size: 1.5em;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-family: inherit;
	border-radius: 0;
	padding: 0;
	cursor: text;
}

.blue-button-checkout {
	border: 1px solid #4C85E6;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 10px 24px;
	line-height: 19px;
	background-color: transparent;
	margin-bottom: 10px;
}

.couponcode {
	float: left;
	width: 65%;
}

.couponcode .field {}

.btn-redeem {
	margin-top: 50px;
}

.date-year-exp {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}

.shipping-address-whitebox4 img {
	width: 100%;
}

.shipping-address-whitebox4 input {
	width: 37px;
	border: 1px solid #c2c2c2;
	text-align: center;
	font-size: 16px;
	height: 40px;
	border-radius: 3px;
}

.shipping-delivery-address {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 1rem;
}

.shipping-billing-info {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
}

.text-right {
	text-align: right
}

.my-account-grid div ul {
	list-style: none;
	padding: 6px 0;
}

.my-account-grid ul li {
	padding: 11px 25px;
	color: #000;
}

.my-account-grid ul li:after {
	background-image: url(../images/blue-arow.svg);
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	background-repeat: no-repeat;
	right: 35px;
}

.my-account-grid ul li:nth-child(1):after {
	background-image: none!important;
}

.persol-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 6px;
	border: 1px solid #F3F4F6;
	box-sizing: border-box;
	background: #FFF;
	align-items: center;
	padding: 30px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08)
}

.persol-details-mobile-grid {
	display: grid;
	grid-template-columns:1fr;
	border-radius: 6px;
	border: 1px solid #F3F4F6;
	box-sizing: border-box;
	background: #FFF;
	align-items: center;
	padding: 10px 15px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08)
}


.persol-details-grid .black-txt {
	margin-bottom: 5px
}

.left-arow:before {
	content: '';
	color: #fff;
	position: absolute;
	font-size: 2.188rem;
	background-image: url(../images/back-black-arow.png);
	background-repeat: no-repeat;
	left: 0px;
	top: 10px;
	width: 20px;
	height: 20px;
}

.delete-icon:after {
	content: '';
	color: #fff;
	position: absolute;
	font-size: 2.188rem;
	background-image: url(../images/blue-delete-icon.svg);
	width: 10px;
	height: 15px;
	background-repeat: no-repeat;
	left: 97px;
	top: 0px;
	background-size: contain;
}

.delete-icon {
	margin-right: 19px;
}

.contactus-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
}

.blue-link-arow {
	color: #4C85E6
}

.blue-link-arow:after {
	content: '';
	background-image: url(../images/blue-arow.svg);
	width: 22px;
	height: 12px;
	background-size: 29px 12px;
	position: absolute;
	top: 1px;
}

.email-subscriptions-grig {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 20px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	align-items: center;
}

.email-subscriptions-grig label {
	top: unset;
}

.img-responsive {
	width: 100%;
}

.persol-details-mobile-grid .blue-link-arow { top: -17px;right: 20px;}
.shipping-delivery-address.mobile a {
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.white-font{color:#fff;}
.white-font a{color:#fff;}
.darkgray-txt{color: #393939;}

.voucherprice span {
    display: block;
}
.gift-cart-blue:after{ 
	content: '';
    position: relative;
    background-image: url(../images/shopping-cart.svg);
    background-size: 50%;
    background-color: #4C85E6;
    background-repeat: no-repeat;
    padding: 7px 16px;
    border-radius: 50%;
    background-position: center;
	margin-left: 16px;
	
	}
	
header a{color:#fff;}	
.giftvoucher h4{margin-top:15px;}


.shippingbanner {
	border-radius: 8px; 
	width: 100%; 
	
	background: #ff8000; 
	display: none; 
	margin-top:10px; 
	margin-bottom:-15px;
}

.shippingbanner img {
	width:250px; 
	height: 120px; 
	width: auto;
	float:left;
}

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

.shippingbanner button {
	border: 1.2px solid #fff; 
	border-radius: 8px; 
	padding: 10px 10px 10px 10px; 
	font-size: 13px; 
	color: white; 
	background: #ff8000;
}

.shiptext { float:none; color: white; font-size:1.5em; }

/*Media Query*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.orderaccount-grid {
    display: grid;
    grid-template-columns: 1fr;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	background-color:#fff;
	border-radius: 8px;
	padding: 20px 15px;
	}
	
	.orderid:after{
    content: '';
    background-image: url(../images/blue-arow.svg);
    width: 22px;
    height: 15px;
    background-size: 21px 14px;
    position: absolute;
    right: 20px;
    top: 7px;
	}
	.social-icons {
		width: 65%;
		margin: 0 auto;
		position: relative;
	}
	.footer-link {
		max-width: 219px!important;
	}
	.search-icon {
		background-image: url(../images/searh-icon.svg);
		margin-left: 10px;
		display: inline-block;
		height: 23px;
		width: 24px;
		float: left;
		margin-top: 8px;
		float: right;
		background-repeat: no-repeat;
		right: 231px;
		position: absolute;
	}
}

@media (min-width: 1025px) {
	#menu ul li {
	display: inline;
	text-transform: uppercase;
	padding: 0 1.4rem;
	}
	.mobile-pad-only{display:none;}
	.desktop-hide{display:none;}
	.blog .menu-wrapper{display:none!important;}
	.blog-line {
		padding: 0.8rem 0 0.5rem 0;
		line-height: 2rem;
		position: relative;
	}
	.mob-tab-only {
		display: none
	}
	.search-input {
		width: 83%;
		height: 35px;
		border-radius: 5px!important;
		border: 0;
		float: right;
		font-size: 1rem!important;
		padding: 0px 7px!important;
		font-size: 0.825rem!important;
	}
	
	
	.search-blog-input {
		width: 94%;
		height: 35px;
		border-radius: 5px!important;
		border: 0;
		float: right;
		font-size: 1rem!important;
		padding: 0px 7px!important;
		font-size: 0.625rem!important;
	}
	

	#menu {
		width: auto !important
	}
	form input[type="text"],
	form input[type="password"],
	form input[type="email"],
	form select {
		height: 2rem;
		margin-bottom: .5rem;
		font-size: 1rem;
		color: #393939;
	}
	.logo {
		font-size: 2rem;
		color: #fff;
		font-weight: 600;
		display: block;
		position: relative;
	}
	.social-icons {
		position: relative;
		display: grid;
	}
	.hamburgger {
		display: none;
	}
	.closebtn {
		display: none
	}
	.login-left {
		display: none!important;
	}
	.panel {
		display: block;
	}
	.menu-wrapper {
		width: 53%;
		float: left!important;
		text-align: center
	}
	.menu-wrapper {
		display: block!important;
	}
}

@media (max-width: 1024px) {
		#menu ul li a {
		color: #000;
		font-size: .875rem;
		}
		.mobile-pad-only{display:block;}
		.blog-line {
		line-height: 2rem;
		position: relative;
		}
		.search-blog-icon{position:absolute; top:-48px; right:-10px; background-color:transparent;}
		header.blog{padding-bottom:0;}
		.search-blog-input {
		width: 100%;
		height: 35px;
		border-radius: 5px!important;
		border: 0;
		float: right;
		font-size: 1rem!important;
		padding: 0px 7px!important;
		font-size: 0.625rem!important;	
		margin-bottom: 10px;
	}
	
	#blog-input{display:none;}
	
	header.account-small-header {
		background-color: #393939;
	}
	.account-small-header:after {
		content: '';
		color: #fff;
		position: absolute;
		font-size: 2.188rem;
		background-image: url(../images/back-arrow.png);
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		left: 20px;
		top: 14px;
	}
	.myaccount-top-mobile-tab-heading {
		margin-left: 40px;
		padding-top: 7px;
		color: #fff;
	}
	.desktop-only {
		display: none !important;
	}
	.search-icon {
		display: none;
	}
	.search-input {
		width: 70%;
		height: 35px;
		border-radius: 5px!important;
		border: 0;
		float: right;
		padding: 0 10px!important;
		font-size: 0.625rem !important;
	}
	.mob-tab-only {
		display: block
	}
	/*menu responsive*/
	#menu ul li {
		text-align: left;
	}
	.sidebar {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.sidebar a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}
	.sidebar a:hover {
		color: #f1f1f1;
	}
	.sidebar .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	.hamburgger {
		font-size: 30px;
		cursor: pointer;
		display: block;
		float: left;
		color: #fff;
		margin-right: 15px;
	}
	.closebtn {
		display: block
	}
	#menu ul li {
		display: block
	}
	/*menu responsive*/
	.logo-wrapper {
		width: 30%;
		float: left;
	}
	.logo {
		font-size: 1.7rem;
		color: #fff;
		font-weight: 600;
		display: block;
		position: relative;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2rem;
		font-size: 1rem;
		color: #393939;
	}
	.checkbox-orange {
		margin-top: 30px;
	}
	header.account-small-header {
		height: 45px;
	}
}

.shipping-address-whitebox4 {
	display: grid;
	grid-template-columns: 1fr 5fr 1fr .5fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	align-items: center;
	}
	
.shipping-address-whitebox3 {
	display: grid;
	grid-template-columns: 5fr 5fr 5fr .5fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	align-items: center;
}

.shipping-address-whitebox2 {
	display: grid;
	grid-template-columns: 5fr .5fr;
	grid-gap: 10px;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px 15px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	margin-bottom: 20px;
	margin-left: 0px;
	align-items: center;
}

.personal-detail-edit-grid {
	display: grid;
	grid-template-columns: 1fr;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 10px;
	border: 1px solid #F3F4F6;
	box-sizing: border-box;
	border-radius: 6px;
	}
	.font10{font-size:0.625rem}

	.button-blue-blog {
    background-color: #4C85E6;
    color: #fff;
    font-size: 0.875rem;
    padding: 10px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 0;
    text-transform: uppercase;
    font-size: 10px;
	margin-top: 20px;
	}
	.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	border-radius: 10px;
	grid-gap: 10px;
	margin-bottom: 50px;
	}
.blog2-grid {
		display: grid;
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
	border-radius: 10px;
	grid-gap: 10px;
	margin-bottom: 50px;
	}
@media(min-width: 767px) {
	
	.boximage-grid>.box .price {
	color: #393939;
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 20px;
	
	}
	.category .select-selected:after {
    position: absolute;
    content: "";
    top: 19px;
    right: 10px;
    width: 12px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
	}
	
	
	.inner-container-category {
	width: 100%;
	max-width: 1055px;
	margin: 40px auto 40px;
	 padding: 0.3rem 1rem;
	}

	.boximage-grid>.box img {width: 70%;}
	.voucherimg img {
    width: 50%;
	}
	.gift-voucher-grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    align-items: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	background-color:#fff;
	padding:10px 30px;
	margin-bottom: 10px;
}
	.font12{font-size:0.75rem}
	ul.blog-share li {
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px;
	position: relative;
	padding-left: 27px;
	font-size:0.75rem;
	}
	.float-right-desktop{float:right;}
	.float-left-desktop{float:left;}
	.inner-container-blog {
	width: 100%;
	max-width: 1055px;
	margin: 50px auto 0px;
	padding: 0 .5rem
}


	.font40-24 {
		font-size:2.5rem;
	}
	.font16-14 {
		font-size:1rem;
	}

	.font12-10{font-size:0.8rem;}
	.border-bottom{border-bottom:1px solid #F3F4F6}
	.orderaccount-grid .border-bottom {
    padding: 0 0 8px;
	}
	.wishlist-grid img {
		width: 80%;
	}
	.font16-12 {
		font-size: 1rem!important;
	}
	.font24-16 {
		font-size: 1.5rem;
	}
	.wishlist-grid {
		display: grid;
		grid-template-columns: 1fr 5fr 1fr;
		border-radius: 6px;
		border: 1px solid #F3F4F6;
		box-sizing: border-box;
		background: #FFF;
		align-items: center;
		padding: 10px 0;
		margin-bottom: 10px;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
		padding: 17px 40px 7px 0;
	}
	.my-account-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		grid-gap: 20px;
	}
	.my-account-grid div {
		background-color: #fff;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		border-radius: 10px;
	}
	.my-account-grid ul li:nth-child(1) {
		color: #000;
		font-size: 20px;
		font-weight: 600
	}
	.font14-12 {
		font-size: 0.875rem!important;
	}
	.dropdown .dropbtn:after {
		background-image: url(../images/downarow.png);
		content: '';
		background-size: 13px 7px;
		height: 13px;
		width: 28px;
		margin-left: 10px;
		display: inline-block;
		position: absolute;
		color: #fff;
		background-repeat: no-repeat;
		top: 11.5px;
	}
	.width-half {
		width: 65%
	}
	.checkout-right-pannel {
		/*margin-top: 50px;*/
	}
	.p-gray {
		font-size: 0.875rem;
		color: #858585;
	}
	.progressbar ul li:nth-child(1) {
		color: #808080;
	}
	.progressbar ul li:nth-child(1):before {
		content: '1';
		padding: 1px 7px;
		background-color: #C4C4C4;
		border-radius: 50%;
		margin-right: 10px;
	}
	.progressbar ul li:nth-child(2) {
		color: #808080;
	}
	.progressbar ul li:nth-child(2):before {
		content: '2';
		padding: 1px 7px;
		background-color: #C4C4C4;
		border-radius: 50%;
		margin-right: 10px
	}
	.progressbar ul li:nth-child(3) {
		color: #808080;
	}
	.progressbar ul li:nth-child(3):before {
		content: '3';
		padding: 1px 7px;
		background-color: #C4C4C4;
		border-radius: 50%;
		margin-right: 10px
	}
	.small-logo-wrapper .logo:after {
		background-size: 22px 22px;
		background-repeat: no-repeat;
		margin-top: 4px
	}
	.progressbar ul li {
		display: inline-block;
		margin: 0 35px;
	}
	.total .order {
		font-size: 1.25rem
	}
	.total .order-total {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.line.total {
		margin: 25px 0;
		border-top: 1px solid #c2c2c2;
		padding-top: 27px;
	}
	.banners-grid-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		overflow: hidden;
		width: 1055px;
		margin: 50px auto 0px;
	}
	.container-counter {
		display: none;
	}
	.boximage-grid>.box img {
		object-fit:contain; 
		object-position: center;
		max-height: 160px;
		max-width: 100%;
	}
	
	.category .boximage-grid>.box img {
		margin: 22px 0 0;
		width: 65%;
		height: 155px
	}
	
	.lightbox-box .cal:first-child img {
		width: 82%
	}
	div#Lightbox .logo {
		padding-top: 6px;
	}
	div#Lightbox .logo:after {
		top: 13px;
	}
	.product-details-grid-wrapper {
		background-color: #fff;
		border-radius: 10px;
		width: 100%;
		margin: 30px 0;
		display: grid;
		grid-template-columns: 1.3fr 2fr;
		padding: 20px 0 30px 0;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		grid-gap: 30px;
	}
	.boximage-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-gap: 15px;
	}
	
	.boximage-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		grid-gap: 15px;
	}
	
	
	
	.product-details .boximage-grid {
		grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
	}
	.social-icons {
		margin: 0px auto;
	}
	.float-right-dsktop {
		float: right
	}
	li.cart {
		display: block
	}
	li.cart-mobile {
		display: none !important;
	}
	.line {
		padding: 0.8rem 0 0.5rem 0;
		line-height: 2rem;
		position: relative;
	}
	.logo:after {
		content: '';
		background-image: url(../images/import-it-all-logo.png);
		background-size: 28px 28px;
		height: 28px;
		width: 28px;
		margin-left: 10px;
		display: inline-block;
		position: absolute;
		top: 2px;
	}
	.container {
		max-width: 1055px;
		margin: 0 auto;
		padding: 0.3rem 1rem;
	}
	.footer-link {
		float: left;
		width: 100%;
		max-width: 294px;
	}
	.panel {
		display: block!important;
	}
	footer {
		background-color: #393939;
		color: #fff;
		padding: 60px 0 35px 140px;
		margin-top: 70px;
	}

	.logo-wrapper {
		width: 21%;
		float: left;
	}
	.twitter {
		width: 35px;
		height: 35px;
		background: url(../images/social-sprite.png) -7px 0;
	}
	.facebook {
		width: 21px;
		height: 35px;
		background: url(../images/social-sprite.png) -76px 0;
	}
	.pinterest {
		width: 27px;
		height: 35px;
		background: url(../images/social-sprite.png) -133px 0;
	}
	.rss {
		width: 30px;
		height: 35px;
		background: url(../images/social-sprite.png) -196px 0;
	}
	.linkedin {
		width: 35px;
		height: 35px;
		background: url(../images/social-sprite.png) -261px 0;
	}
	.googleplus {
		width: 40px;
		height: 35px;
		background: url(../images/social-sprite.png) -331px 0;
	}
	.youtube {
		width: 36px;
		height: 35px;
		background: url(../images/social-sprite.png) -412px 0;
	}
	.signin-mobile {
		display: none;
	}
	.signin-desktop {
		display: block;
		margin-top: 8px;
	}
	.social-icons ul li {
		display: inline-block;
		margin: 1.5%;
	}
	.searchbox-wrapper {
		width: 100%;
	}
	.inner-container-form {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		padding-top: 4rem;
	}
	.boximage-grid>.box .text p {
		text-align: left;
		color: #000;
		font-size: 1.5rem;
		font-weight: bold;
		/*padding: 10px 10px 20px;*/
	}
	
	.category .boximage-grid>.box .text p {
		text-align: left;
		color: #000;
		font-size: 1rem;
		font-weight: normal;
		padding:0;
	}
	
	.product-detail .logo-wrapper {
		width: 21%;
		float: left;
		padding-top: 6px;
	}
	.green-banner {
		background-color: #84C13C;
		background-image: url(../images/personal-shopper-img.png);
		padding: 20px 20px 34px 165px;
	}
	.blue-banner {
		background-image: url(../images/IIA_shipping-icon-desktops.png);
		background-color: #ff8000;
		float: left;
	}
	.checkout as {
		font-size: 0.875rem;
	}
	.confirm-order-ballonimg {
		width: 70%;
	}
	.font20-16 {
		font-size: 1.25rem
	}
	.font12-8 {
		font-size: 0.75rem
	}
	.font24 {
		font-size: 1.5rem
	}
	.font10 {
		font-size: 0.625rem
	}
	.font14 {
		font-size: 0.875rem
	}
	.font16 {
		font-size: 1rem
	}
	.confirm-order-ballon img {
		width: 35%;
		margin: 40px 0;
	}
}

.lightbox-header {
	background-color: #393939;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 55px;
}

.container-order-ballon-buttons {
	width: 255px;
	margin: 0 auto;
	margin: 0 auto 50px;
	display: flow-root;
}

@media (max-width: 767px) {
	
	.variations { height:27px; width: auto; padding-top:5px;}
	.shippingbanner img { height:100px; max-width:150px; }
	.shiptext { float:none; color: white; font-size:1.0em; }
	
	.font12-14 {
		font-size: 0.875rem
	}
	#menu ul li a {
	color: #393939;
	font-size: 1rem;
	text-transform: initial;
	text-transform: capitalize;
	}
	#menu ul li {
	display: inline;
	text-transform: uppercase;;
	}
	.margin-rightleft10{margin-left:10px; margin-right:10px}
	.boximage-grid>.box .price {
	color: #393939;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 20px;
	}
	.category .select-selected:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 10px;
    width: 9px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
	}
	.inner-container-category {
	width: 100%;
	max-width: 1055px;
	margin: 30px auto 40px;
	padding: 0 1rem
	}

	.font40-24 {
		font-size:1.5rem;
	}
	.font12-8 {
		font-size:0.5rem
	}
	.voucherimg img {
    width: 80%;
	}
	.gift-voucher-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	background-color:#fff;
	padding:10px 30px;
	margin-bottom: 10px;
}
	ul.blog-share li {
    display: inline-block;
    background-color: #fff;
    padding: 5px 2px;
	position: relative;
	padding-left: 27px;
	font-size:0.75rem;
}
	.font12-10{font-size:0.6rem;}
	.inner-container-blog {
	width: 100%;
	max-width: 1055px;
	margin: 0px auto 0px;
	padding: 0 .5rem
}
	.tabblog{
	  cursor: pointer;
	  padding:2px 11px;
	  margin:0px 2px;
	  display:inline-block;
	  color:#ef8735;
	  border-radius:3px 3px 0px 0px;
	}
	.bluetoblack {
		color: #000!important
	}
	.wishlist-grid img {
		width: 80%;
	}
	.font16-12 {
		font-size: 0.75rem !important;
	}
	
	.font16-14 {
		font-size:0.875rem;
	}
	.font24-16 {
		font-size: 1rem;
	}
	.font24{font-size:1.5rem;}
	.wishlist-grid {
		display: grid;
		grid-template-columns: 2fr 3fr .5fr;
		border-radius: 6px;
		border: 1px solid #F3F4F6;
		box-sizing: border-box;
		background: #FFF;
		align-items: center;
		padding: 10px 0;
		margin-bottom: 10px;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
		padding: 17px 20px 10px 0;
	}
	.font10 {
		font-size: 0.625rem
	}
	.my-account-grid ul li:after {
		right: 20px;
	}
	.my-account-grid {
		grid-gap: 0px;
	}
	.my-account-grid ul li {
		padding: 11px 15px;
		color: #000;
		background-color: #fff;
		border: 1px solid #efefef;
	}
	.my-account-grid div {
		background-color: transparent;
	}
	.my-account-grid ul li:nth-child(1) {
		color: #000;
		font-size: 1rem;
		font-weight: 600;
		background-color: transparent;
		border: 0;
		padding-top: 0;
		padding-left: 0;
	}
	.confirm-order-ballon img {
		width: 70%;
		margin: 40px 0;
	}
	.font20-16 {
		font-size: 1rem
	}
	.font16-12 {
		font-size: 1rem
	}
	.font14-12 {
		font-size: 0.75rem!important;
	}
	.shipping-delivery-address {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		border-radius: 8px;
		background-color: #fff;
		padding: 20px 15px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		margin-bottom: 20px;
		margin-left: 0px;
		font-size: 0.75rem;
	}
	.shipping-billing-info {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		border-radius: 8px;
		background-color: #fff;
		padding: 20px 15px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		margin-bottom: 20px;
		margin-left: 0px;
		font-size: 0.75rem
	}
	.shipping-address-whitebox4 {
		display: grid;
		grid-template-columns: 2fr 4fr .2fr .2fr;
		grid-gap: 10px;
		border-radius: 8px;
		background-color: #fff;
		padding: 5px 15px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		margin-bottom: 20px;
		margin-left: 0px;
		align-items: center;
		font-size: 12px;
	}
	.shipping-address-whitebox4 input {
		width: 30px;
		height: 30px;
	}
	.ui.form {
		min-height: 274px;
	}
	.note {
		padding:15px;
		background-color: #d6e2f6;
		color: #4b6799;
		margin-top: 20px;
	}
	li.cart-mobile div {
		background-color: #4c84e5;
		padding: 2px 13px;
		border-radius: 50%;
	}
	li.cart-mobile div img {
		padding-top: 10px;
		width: 18px;
	}
	div.slide-wrapper img {
		padding: 0;
		width: 100%;
	}
	.desktop-pad-only {
		display: none !important;
	}
	.p-gray {
		font-size: 0.875rem;
		color: #858585;
	}
	.mobile-center {
		text-align: center;
		margin: 20px 0;
	}
	.checkout .shipping-address-whitebox {
		font-size: 0.875rem;
	}
	h4 {
		font-size: 1rem;
	}
	.progressbar {
		position: relative;
		z-index: 2;
	}
	.progressbar ul li:nth-child(1) {
		color: #808080;
		float: left;
	}
	.progressbar ul li:nth-child(1):before {
		content: '1';
		background-color: #C4C4C4;
		border-radius: 50%;
	}
	.progressbar ul li:nth-child(2) {
		color: #808080;
	}
	.progressbar ul li:nth-child(2):before {
		content: '2';
		background-color: #C4C4C4;
		border-radius: 50%;
	}
	.progressbar ul li:nth-child(3) {
		color: #808080;
		float: right;
	}
	.progressbar ul li:nth-child(3):before {
		content: '3';
		background-color: #C4C4C4;
		border-radius: 50%;
	}
	.progressbar {
		margin: 20px 0 0;
	}
	.progressbar ul li {
		font-size: 0.6875rem;
	}
	.checkout header.small-header:after {
		content: '';
		color: #fff;
		position: absolute;
		font-size: 35px;
		background-image: url(../images/back-arrow.png);
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		left: 20px;
		top: 24px;
	}
	.progressbar ul li:before {
		display: block;
		width: 28px;
		height: 27px;
		margin: 0 auto;
		text-align: center
	}
	.small-logo-wrapper .logo:after {
		background-size: 20px 19px;
		background-repeat: no-repeat;
		margin-top: 0px
	}
	.small-logo-wrapper {
		text-align: center;
		margin: 0 30px;
		padding-top: 15px;
	}
	.progressbar ul li {
		display: inline-block;
	}
	.total .order {
		font-size: 1rem
	}
	.free-deliver {
		font-size: 0.875rem
	}
	.total .order-total {
		font-size: 1rem;
		font-weight: bold;
	}
	.checkout  hr {
		border-color: #f08735;
		position: absolute;
		left: 0;
		right: 0;
		top: 11px;
		z-index: -1;
		border: 1px solid #f08735;
	}
	.line.total {
		margin: 0;
		border-top: 0;
		padding-top: 10px;
	}
	.margin-padding-zero {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.container-padding15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.container-padding10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.item-box {
		display: grid;
		grid-template-columns: 1.5fr 2fr;
		margin-bottom: 20px;
	}
	.banners-grid-wrapper {
		display: grid;
		grid-template-columns: 287px 287px;
		overflow: hidden;
		height: calc(19vh - 13px);
		margin-left: 11px;
		margin-top: 20px;
		overflow-x: scroll;
		margin-right: 10px;
	}
	.blue-banner span,
	.green-banner span {
		font-size: 0.5rem;
		color: #fff;
		text-transform: uppercase;
	}
	.blue-banner h2,
	.green-banner h2 {
		margin-bottom: 0px;
		font-size: 0.875rem;
	}
	.green-banner {
		background-color: #84C13C;
		background-image: url(../images/personal-shopper-img.png);
		padding: 10px 20px 34px 90px;
	}
	.blue-banner {
		background-image: url(../images/free-shipping-img.png);
		background-color: #4C85E6;
		float: left;
		padding: 14px 20px 25px 85px;
	}
	.blue-price {
		font-size: 1.5rem;
		color: #EF8735;
	}
	.lightbox-header {
		height: 45px;
	}
	.blue-cart-button {
		padding: 18px 20px;
	}
	.bluebg {
		background-color: #4c85e6;
		border-radius: 8px;
		text-align: center;
	}
	.container-counter {
		float: left;
		text-align: center;
		padding: 9px;
		width: 35%
	}
	.tabs__nav_link {
		position: relative;
	}
	a.tabs__nav_link:before {
		content: '❯';
		color: #4c85e6;
		position: absolute;
		right: 20px;
		top: 18px;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.blue-cart-button {
		width: 100%;
		text-align: center;
		font-family: 'Nunito';
		letter-spacing: 0.1em;
	}
	li.is__active :before {
		transform: rotate(270deg);
	}
	.tabs__content p {
		margin: 0px 7px;
	}
	.product-details-grid-wrapper {
		border-radius: 10px;
		width: 100%;
		margin: 30px 0;
		display: grid;
		grid-template-columns: 1fr;
	}
	.product-wrapper {
		width: 70%;
		float: left;
	}
	.social-icons-product {
		width: 30%;
		float: right;
		padding: 20px 0px;
		text-align: right;
	}
	.social-icons-product ul li {
		padding: 5px;
		text-align: center;
		background-color: #000;
		border-radius: 50%;
		list-style: none;
		width: 28px;
		height: 28px;
		display: inline-block;
		margin-right: 15px;
	}
	.image-box-wrapper {
		background-color: #fff;
	}
	.boximage-grid>.box .text p {
		text-align: left;
		color: #000;
		font-size: 0.775rem;
		font-weight: bold;
	}
	
	.category .boximage-grid>.box .text p {
		text-align: left;
		color: #000;
		font-size: 0.775rem;
		font-weight: normal;
	}
	
	.margin-bottom20 {
		margin-bottom: 8px
	}
	.boximage-grid>.box .text {
		text-align: left;
		padding: 0px 10px;
		color: #808080;
		font-size: 12px;
	}
	.boximage-grid>.box {
		border-radius: 6px;
	}
	.boximage-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
		grid-gap: 10px;
	}
	
	.shopbydepartment .boximage-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
		grid-gap: 10px;
		margin-bottom:40px
	}
	
	.shopbydepartment .boximage-grid .box img {
	 width:80%;
		}
	
	.product-details .boximage-grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
		grid-gap: 19px;
	}
	.product-details .boximage-grid .box img {
		width: 75%;
		padding: 20px 0;
	}
	.inner-container-form {
		max-width: 93%;
		margin: 0 auto;
		padding-top: 1.5rem;
	}
	.logo {
		font-size: 1.7rem;
	}
	.search-icon {
		display: none;
	}
	#search-div {
		display: block!important;
	}
	button.dropbtn {
		display: block;
	}
	.social-icons {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.social-icons ul li {
		display: inline-block;
		margin: 0 1.5%;
	}
	.social-icons-wrapper {
		background-color: #f3f4f6;
		padding: 22px 10px;
		margin-top: 0px;
	}
	.twitter {
		width: 35px;
		height: 35px;
		background: url(../images/social-sprite.png) -7px 0;
	}
	.facebook {
		width: 21px;
		height: 35px;
		background: url(../images/social-sprite.png) -76px 0;
	}
	.pinterest {
		width: 27px;
		height: 35px;
		background: url(../images/social-sprite.png) -133px 0;
	}
	.rss {
		width: 30px;
		height: 35px;
		background: url(../images/social-sprite.png) -196px 0;
	}
	.linkedin {
		width: 35px;
		height: 35px;
		background: url(../images/social-sprite.png) -261px 0;
	}
	.googleplus {
		width: 40px;
		height: 35px;
		background: url(../images/social-sprite.png) -331px 0;
	}
	.youtube {
		width: 36px;
		height: 35px;
		background: url(../images/social-sprite.png) -412px 0;
	}
	.search-icon {
		position: absolute;
		right: 80px;
	}
	.search-cart-wrapper {
		width: unset;
		max-width: unset;
		float: left;
		text-transform: uppercase;
		font-size: .875rem;
		position: relative;
		float: right
	}
	.signin-desktop {
		display: none;
	}
	.signin-mobile-wrapper {
		margin: 40px auto;
		display: table;
	}
	.signin-mobile {
		width: 78%;
		margin: 20px auto;
		text-align: center;
	}
	button.button-blue {
		display: grid;
		text-align: center;
		width: 100%;
		border-radius: 0;
	}
	.checkout button.button-blue {
		display: grid;
		text-align: center;
		width: 100%;
		border-radius: 0;
		margin-left: 0px;
		margin-top: 100px;
		display: inline-block;
	}
	button.button-blue-next {
		width: auto;
	}
	li.cart {
		display: none!important
	}
	li.cart-mobile {
		padding: 0!important;
		position: absolute;
		right: 0
	}
	.cart-mobile {
		display: block;
	}
	.menu-wrapper {
		width: 100%;
		max-width: 600px;
		float: unset;
		text-align: center
	}
	.line {
		padding: .8rem 0;
		line-height: 2rem;
	}
	h1 {
		font-size: 1.25rem;
		font-weight: 600;
	}
	h2 {
		font-size: 1rem;
		font-weight: 600;
	}
	.inner-container {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding-top: 1rem;
		padding: 0 15px;
	}
	
	.logo:after {
		content: '';
		background-image: url(../images/import-it-all-logo.png);
		background-size: 20px 19px;
		height: 19px;
		width: 20px;
		margin-left: 7px;
		display: inline-block;
		position: absolute;
		top: 6px;
	}
	.logo {
		font-size: 1rem;
	}
	.no-pad {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.container {
		margin: 0 auto;
		padding: 0 1rem;
	}
	.login {
		display: none!important
	}
	.logo-wrapper {
		float: left;
	}
	div#Lightbox .logo {
		margin-top: 12px;
	}
	div#Lightbox .logo:after {
		top: 1px;
	}
	/*menu responsive*/
	#menu ul li {
		text-align: left;
	}
	.sidebar {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.sidebar a {
		padding: 5px 8px 0px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}
	.sidebar a:hover {
		color: #f1f1f1;
	}
	
	.login-left {
		display: block!important
	}
	.hamburgger {
		font-size: 30px;
		cursor: pointer;
		display: block;
		float: left;
		color: #fff;
		margin-right: 15px;
	}
	.closebtn {
		display: block
	}
	#menu ul li {
		display: block
	}
	/*menu responsive*/
	footer {
		background-color: #393939;
		color: #fff;
	}
	/*accordian*/
	.footer-link {
		float: left;
		width: 100%;
		border-bottom: 1px solid #c2c2c2;
		padding-top: 20px;
	}
	.accordion {
		color: #fff;
		cursor: pointer;
		padding: 10px 0;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;
		text-align: center;
	}
	.active,
	.accordion:hover {}
	.panel {
		padding: 0 18px;
		display: none;
		overflow: hidden;
	}
	.footer-link ul li {
		list-style: none;
		text-align: center
	}
	/*accordian close*/
	form input:placeholder-shown+label {
		font-size: .7rem
	}
	.mobile-form-wrapper {
		padding: 7px;
	}
	.mobile-image-box {
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		padding: 15px 0;
	}
	.mobile-btn {
		border: 1px solid #4C85E6;
		box-sizing: border-box;
		border-radius: 8px;
		padding: 20px;
		display: inline-block;
		font-size: 10px;
		letter-spacing: 0.1em;
		font-weight: bold;
		text-transform: uppercase;
	}
	.inner-container-form-bottom {
		width: 100%;
		margin: 0 auto;
		padding-top: 3rem;
	}
	.nomargin-mobile {
		margin: 0;
	}
	
	.category .dropdown .select-selected {
    border: 0;
    color: #000 !important;
    font-size: 10px;
    padding: 0px 25px 0px 10px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
    min-width: 60px;
	}

	
	
}


/*max-width: 767px end*/


/*search bar*/

#search-div {
	width: 100%;
	text-align: center;
	display: none;
}


/*search bar end*/


/*dropdown menu*/

.dropbtn {
	color: white;
	font-size: 0.875rem;
	border: none;
	cursor: pointer;
	background-color: transparent;
	font-family: 'Nunito', sans-serif;
	margin: 1px 24px 1px 0px;
}

.dropdown {
	position: relative;
	display: inline-block;
	float: left;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
	color: black;
	padding: 2px 6px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
	display: block;
	z-index: 100;
}


/*dropdown menu end*/


/*input placeholder*/

.field {
	/*display: flex;
    flex-flow: column-reverse;*/
}

label,
input {
	transition: all 0.2s;
	touch-action: manipulation;
}

.container-counter input {
	background: transparent;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 20px;
}

input[type="button"] {
	font-size: 25px;
}

input {
	font-size: 1.5em;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-family: inherit;
	border-radius: 0;
	padding: 0;
	cursor: text;
}

input:focus {
	outline: 0;
	border-bottom: 1px solid #666;
}

label {
	letter-spacing: 0.05em!important;
}

form input:placeholder-shown+label {
	cursor: text;
	max-width: 66.66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 2.125rem) scale(1.5);
	-ms-transform: translate(0, 2.125rem) scale(1.5);
	color: #858585;
	margin-bottom: 10px;
	letter-spacing: 0.25px;
	font-size: 1rem;
	z-index: -1;
	font-size: 0.8125rem;
}

form ::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit;
}

form ::-moz-placeholder {
	opacity: 0;
	transition: inherit;
}

form input:focus::-moz-placeholder {
	opacity: 1;
}

form ::-ms-placeholder {
	opacity: 0;
	transition: inherit;
}

form input:focus::-ms-placeholder {
	opacity: 1;
}

form input:focus::-webkit-input-placeholder {
	opacity: 1;
}

form input:not(:placeholder-shown)+label,
form input:focus+label {
	transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	-moz-transform: translate(0, 0) scale(1);
	cursor: pointer;
	color: #c2c2c2;
}


/*input placeholder end*/


/*grid footer*/

.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
	justify-items: center;
	width: 88%;
	margin: 0 auto;
	max-width: 1055px;
}

@media (max-width:767px) {
	.mobile-bottom-hr{    border-bottom: 1px solid #c2c2c2;padding-bottom: 10px;}
	#form .field label{font-size:0.75rem;}
	.pagenation {
		margin: 35px 0;
	}	
	
	.blog-logo-wrapper {
		width: 45%;
		float: left;
		color:#fff;
		font-size:1.125rem
	}
	.grid-container {
		grid-template-columns: 1fr;
		width: 100%;
		grid-gap: unset;
	}
	.dropdown .dropbtn:after {
		background-image: url(../images/downarow.png);
		content: '';
		background-size: 13px 7px;
		height: 13px;
		width: 28px;
		margin-left: 10px;
		display: inline-block;
		position: absolute;
		color: #fff;
		background-repeat: no-repeat;
		top: 8px;
	}
	.boximage-grid img{width:50%;margin-top: 20px;}
	
	
}


/*grid footer end*/


/****************************slider css***************************/

.purejscarousel {
	overflow: hidden;
}

.purejscarousel-slides-container:before,
.purejscarousel-slides-container:after {
	content: "";
	display: table;
}

.purejscarousel-slides-container:after {
	clear: both;
}

.purejscarousel-slide {
	float: left;
}

.purejscarousel-btn {
	border: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 40%;
	width: 40px;
	background-color: #494949;
	border-radius: 50%;
}


.category .purejscarousel-btn {
	border: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	height: 40px;
	position: absolute;
	top: 40%;
	width: 40px;
	background-color: #6092e9;
	border-radius: 50%;
}


.purejscarousel-btn-next {
	right: 1px;
}

button.purejscarousel-btn.purejscarousel-btn-next:before {
	content: '❯';
	color: #fff;
	font-size: 25px;
}

.purejscarousel-btn-prev {
	left: 2px;
}

button.purejscarousel-btn.purejscarousel-btn-prev:before {
	content: '❮';
	color: #fff;
	font-size: 25px;
}

.purejscarousel-dots-container {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}

.purejscarousel-dot {
	background: #494949;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	height: 12px;
	outline: none;
	margin: 0 5px;
	width: 12px;
}

.active.purejscarousel-dot {
	cursor: default;
	opacity: .5;
}

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

section {
	border-bottom: 1px solid;
}

.carousel {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) {
	
	.variations { width:125px; height: auto;}
	
	.prodimgcontainer {
		height: 160px; 
		width: 100%; 
		overflow:hidden; 
		margin-top:22px; 
		margin-bottom:22px;
	}
	
	.font12-14 {
		font-size:0.75rem;
	}
	.tabblog{
	  cursor: pointer;
	  padding:10px 20px;
	  margin:0px 2px;
	  display:inline-block;
	  color:#ef8735;
	  border-radius:3px 3px 0px 0px;
	}
	.small-logo-wrapper {
		width: 100%;
		text-align: center;
		margin: 12px 0;
	}
	.checkout footer {
		margin-top: 0px;
	}
	.carousel {
		width: 720px;
	}
	.mobile-only {
		display: none;
	}
	.container-padding10 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.font16-11{font-size: 1rem}
	
	
}

@media (min-width: 992px) {
	.carousel {
		width: 1055px;
		
	}
	
		.category .carousel {
		width: 1055px;
		margin-bottom: 40px;	
	}
}

.carousel:before,
.carousel:after {
	content: "";
	display: table;
}

.carousel:after {
	clear: both;
}

.slide {
	border: 10px solid #f9f9fa;
	float: left;
	font-size: 20px;
	text-align: center;
	width: calc(1055px / 4);
	border-radius: 10px;
}

.slide-wrapper {
	width: 100%;
	float: left;
	border-radius: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	background-color: #fff;
	padding: 23px 20px;
}

.slide-wrapper .text {
	text-align: left;
	font-size: 16px;
	color: #808080
}

.slide-wrapper img {
	padding: 0 0 20px
}


/****************************slider css end***************************/


/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
1. Global tabs styles
-------------------------------------------------------------------*/

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

.tabs__nav_link {
	cursor: pointer;
	text-decoration: none;
}

.tabs__content {
	display: block;
	transition: opacity 0.2s;
}

.tabs.style__horizontal .tabs__content,
.tabs.style__vertical .tabs__content {
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.tabs.style__horizontal .tabs__content.is__active,
.tabs.style__vertical .tabs__content.is__active,
.tabs__content.is__active {
	opacity: 1;
	height: auto;
	visibility: visible;
}


/*------------------------------------------------------------------
2. Horizontal tabs styles
-------------------------------------------------------------------*/

.tabs.style__horizontal .tabs__nav {
	position: relative;
	z-index: 2;
	display: flex;
	margin-bottom: -1px;
	text-transform: uppercase;
	font-size: 0.875rem;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	border-bottom: 0;
	display: block;
	margin-right: 40px;
}

.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {
	font-weight: bold;
	border-bottom: 1px solid;
	color: #4C85E6;
	margin-right: 40px;
}

.tabs.style__horizontal .tabs__content.is__active {
	padding-top: 15px;
	position: relative;
	z-index: 1;
}

.tabs.style__horizontal .tabs__content .tabs__nav_link {
	display: none;
}


/*------------------------------------------------------------------
3. Vertical tabs styles
-------------------------------------------------------------------*/

.tabs.style__vertical {
	display: flex;
	width: 100%;
}

.tabs.style__vertical .tabs__nav {
	flex: 0 0 150px;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link {
	border: 1px solid #ccc;
	border-right: 0;
	margin: 3px 0;
	padding: 10px;
	background: #eee;
	display: block;
}

.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active {
	font-weight: bold;
	background: #fff;
}

.tabs.style__vertical .tabs__content {
	flex-grow: 1;
	width: 0;
}

.tabs.style__vertical .tabs__content .tabs__nav_link {
	display: none;
}

.tabs.style__vertical .tabs__content.is__active {
	border: 1px solid #ccc;
	background: #fff;
	padding: 18px;
	position: relative;
	z-index: 1;
	width: auto;
}


/*------------------------------------------------------------------
4. Accordion / responsive styles
-------------------------------------------------------------------*/

.tabs.style__accordion,
.tabs.is__responsive {
	display: block;
}

.tabs.style__accordion .tabs__nav,
.tabs.is__responsive .tabs__nav {
	display: none;
}

.tabs.style__accordion .tabs__nav_link,
.tabs.is__responsive .tabs__nav_link,
.tabs.style__accordion .tabs__content .tabs__nav_link,
.tabs.is__responsive .tabs__content .tabs__nav_link {
	display: block;
	padding: 18px;
	margin: -18px;
}

.tabs.style__accordion .tabs__nav_link.is__active,
.tabs.is__responsive .tabs__nav_link.is__active {
	font-weight: bold;
	margin-bottom: 0;
	padding-left: 26px;
}

.tabs.style__accordion .tabs__content,
.tabs.is__responsive .tabs__content {
	border: 1px solid #ccc;
	padding: 18px;
	background: #fff;
	margin: 0 0 15px 0;
	display: block;
	height: auto;
	flex: none;
	opacity: 1;
	visibility: visible;
	overflow: auto;
	width: auto;
}

.tabs.style__accordion .tabs__content_wrapper,
.tabs.is__responsive .tabs__content_wrapper {
	height: 0;
	transform: scaleY(0);
	overflow: hidden;
	transition: transform 0.2s;
	transform-origin: top left;
}

.tabs.style__accordion .tabs__content.is__active .tabs__content_wrapper,
.tabs.is__responsive .tabs__content.is__active .tabs__content_wrapper {
	height: auto;
	transform: scaleY(1);
}

.bottom-line {
	border-bottom: 1px solid #c4c4c4;
}


/*checkout*/

@media(min-width:767px) {
	.social-icons-wrapper.small .social-icons {
		width: 1055px;
		max-width: 100%
	}
	li.terms {
		line-height: 40px;
	}
	.terms {
		float: left;
	}
	.verified {
		float: right;
		width: 12%;
		text-align: right;
	}
	li.verified img {
		width: 100%;
	}
	.checkout-right-pannel {
		float: right;
		display: block;
		width: 25%;
		background-color: #fff;
		border-radius: 8px;
		/*padding: 18px 18px;*/
		padding: 18px 18px 18px 18px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	}
	.shipping-add .checkout-right-pannel{
		padding: 18px 18px 0px 18px;
		
	}
	
	.checkout-left-pannel {
		float: left;
		display: block;
		width: 72%;
	}
	.item-box {
		display: grid;
		grid-template-columns: 0.8fr 1.7fr 1.3fr;
		grid-gap: 10px;
		border-radius: 8px;
		background-color: #fff;
		padding: 20px 15px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 15px;
	}
	.drob-down-icon {
		text-align: right;
		padding-top: 30px;
	}
	
	.category .drob-down-icon {
		text-align: right;
		padding-top: 0px;
		margin: 0px 20px 30px 0px;
	}	
	
	.inner-container-form-bottom {
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		margin-bottom: 120px;
	}
	.category .dropdown .select-selected {
    border: 0;
    color: #000 !important;
    font-size: 14px;
    padding: 7px 37px 7px 16px;
    text-align: left;
    background-color: #fff;
    border-radius: 10px;
	min-width: 150px;
	}

	.font14-10{font-size:0.875rem}
}

@media(max-width:767px) {
	
	.prodimgcontainer {
		height: 160px; 
		width: 100%; 
		overflow:hidden; 
		margin-top:0px; 
		margin-bottom:0px;
	}
	
	/*.purejscarousel-btn{display:none;}*/
	.mobile-blog{margin-top:50px;}
	.checkout-left-pannel {
		margin: 20px auto;
	}
	.all-item-box {
		padding-right: 10px;
		padding-left: 2px;
	}
	.item-box {
		display: grid;
		grid-template-columns: 1fr 2.3fr;
		grid-gap: 10px;
		border-radius: 8px;
		background-color: #fff;
		padding: 20px 15px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	}
	.checkout-right-pannel {
		float: left;
		display: block;
		width: 100%;
		background-color: #fff;
		padding: 18px;
		box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	}
	.checkout-left-pannel {
		float: right;
		display: block;
		width: 100%;
	}
	.drob-down-icon {
		padding-top: 0px;
		
	}
	.font16-11{font-size: 0.6875rem}
	.font14-10{font-size:0.625rem}
	
}

.checkout-note {
	background: #d6e1f6;
	box-sizing: border-box;
	border-radius: 6px;
	color: #494949;
	font-size: .75rem;
	padding: 15px 20px;
}

.checkout-note {}

.item-img img {
	object-fit:contain; 
	object-position: center;	
	max-height: 160px; 
	max-width: 80%;
}

.drob-down-icon ul li {
	padding: 10px 13px;
	text-align: center;
	background-color: #808080;
	;
	border-radius: 50%;
	list-style: none;
	margin-left: 7px;
	display: inline-grid;
	padding: 12px 13px;
}

.checkout-note:before {
	content: '';
	background-image: url(../images/ven-icon.png);
	width: 27px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
}

.txt-note {
	margin-left: 35px;
}

.item-box .dropdown {
	width: 75px;
	background-color: #ef8735;
	border-radius: 30px;
}

.drob-down-icon ul li:nth-child(1) {
	background-color: transparent;
	padding: 0;
	margin-left: 0px;
}

.item-box .dropdown-content {
	min-width: 73px;
}

.item-box .dropdown .dropbtn:after {
	width: 20px;
	margin-left: 23px;
}

.checkout-item {
	margin: 30px 0 10px;
}


/*checkout end*/


/*light box*/

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

.preview {
	width: 100%;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.row>.col {
	padding: 0 8px;
}

.col {
	float: left;
	width: 20%;
	border: 1px solid #f1f1f1;
	margin: 0 2.5%;
	background-color: #fff;
}

.modal {
	display: none;
	position: fixed;
	z-index: 4;
	padding: 10px 20px 0px 20px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #f9f9fa;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1200px;
}

.slide-light {
	display: none;
	margin-top: 50px;
	display: block;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
}

.col:last-child {
	display: none
}

.image-slide {
	width: 70%;
}

.modal-preview {
	width: 100%;
}

.dots {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

img.active,
.preview:hover,
.modal-preview:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.close {
	color: #fff;
	position: absolute;
	top: -2px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 1;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.previous,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 7px;
	margin-top: -50px;
	color: #c2c2c2;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


/*light box end*/


/*scroll blue*/

.scrollbar {

	height: 675px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

#blue::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#blue::-webkit-scrollbar {
	width: 3px;
	background-color: #F5F5F5;
}

#blue::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #4C85E6;
}


/*scroll blue end*/


/*radio button*/

.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.pure-checkbox input[type="radio"]+label,
.pure-radiobutton input[type="radio"]+label {
	position: relative;
	padding: 5px 5px 5px 2em;
	vertical-align: middle;
	user-select: none;
	cursor: pointer;
}

.pure-checkbox input[type="checkbox"]+label:before,
.pure-radiobutton input[type="checkbox"]+label:before,
.pure-checkbox input[type="radio"]+label:before,
.pure-radiobutton input[type="radio"]+label:before {
	box-sizing: content-box;
	content: '';
	color: #4F8196;
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -9px;
	border: 2px solid #000;
	text-align: center;
	transition: all 0.4s ease;
}

.pure-checkbox input[type="radio"]+label:after,
.pure-radiobutton input[type="radio"]+label:after {
	box-sizing: content-box;
	content: '';
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 4px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	transform: scale(0);
	transform-origin: 50%;
	transition: transform 200ms ease-out;
}

.pure-checkbox input[type="radio"]:checked+label:after,
.pure-radiobutton input[type="radio"]:checked+label:after {
	transform: scale(1);
}

.pure-checkbox input[type="radio"]+label:before,
.pure-radiobutton input[type="radio"]+label:before,
.pure-checkbox input[type="radio"]+label:after,
.pure-radiobutton input[type="radio"]+label:after {
	border-radius: 50%;
}

.shipping-address-whitebox label {
	top: 0;
}


/*radio button*/


/*dropdown-menu*/


/*the container must be positioned relative:*/

.custom-select {
	position: relative;
}

.custom-select select {}

.select-selected {}


/*style the arrow inside the select element:*/

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	background-image: url(../images/black-down-arow.png);
	width: 13px;
	height: 14px;
	background-size: contain;
	background-repeat: no-repeat;
}


/*point the arrow upwards when the select box is open (active):*/


/*style the items (options), including the selected item:*/

.select-items div,
.select-selected {
	color: #858585;
	padding: 2px;
	border: 1px solid transparent;
	border-color: transparent transparent #f1f1f1 transparent;
	cursor: pointer;
	user-select: none;
	font-size: 1.2rem;
}

.select-items div {
	font-size: 1rem;
	padding: 3px 10px;
	text-align:left;
	font-size:.9rem
}


/*style items (options):*/

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	border: 1px solid #e4e4e4;
	height: 200px;
	overflow-y: scroll;
	border-radius: 4px;
}

.category .select-items {
	position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    margin-top: 2px;
}




/*hide the items when the select box is closed:*/

.select-hide {
	display: none;
}

.custom-select select {
	display: none;
	/*hide original SELECT element:*/
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}


.category .select-items div:hover,.category .same-as-selected
 {
	background-color: rgba(0, 0, 0, 0.1);
}

/*dropdown-menu end*/


/*checkbox*/

.checkbox {
	display: inline-flex;
	cursor: pointer;
	position: relative;
}

.checkbox>span {
	color: #34495E;
	padding: 0.5rem 0.25rem;
}

.checkbox>input {
	height: 24px;
	width: 24px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border: 2px solid #34495E;
	outline: none;
	transition-duration: 0.3s;
	cursor: pointer;
	border-radius: 4px;
}

.checkbox>input:checked {
	border: 2px solid #000;
	background-color: #000;
}

.checkbox>input:checked::before {
	content: '\2713';
	display: block;
	text-align: center;
	position: absolute;
	left: 2px;
	top: -5px;
	color: #fff;
	height: 22px;
	width: 20px;
}

.wishlist-grid label {
	position: relative !important;
	top: 0;
}

.contactus-grid p {
	margin: 5px 0
}


/*checkbox end*/


/*about us accordion css*/

@media(max-width:767px) {
	.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	grid-gap: 10px;
	}

	.about .container-padding15 {
		padding: 0 0 0 0!Important;
	}
	.about.accordion {
		background-color: #EF8735;
		color: #fff;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 15px;
		transition: 0.4s;
		font-family: inherit;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}
	.about.accordion .panel {
		padding: 0 18px;
		display: none;
		background-color: white;
		overflow: hidden;
	}
	.about .contactus-grid {
		box-shadow: unset;
		background-color: transparent;
	}
	
	.orderid:after{
    content: '';
    background-image: url(../images/blue-arow.svg);
    width: 22px;
    height: 15px;
    background-size: 21px 14px;
    position: absolute;
    right: 20px;
    top: 7px;
	}
	
}


/*about us accordion css*/

.orderaccount-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(340px, 1fr));
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
	background-color:#fff;
	border-radius: 8px;
	padding: 20px 15px;
	margin-bottom: 10px;
}
.orderaccount-grid img {
    width: 18%;
    border: 1px solid #ececec;
    border-radius: 2px;
    margin-right: 10px;
}
.orderaccountimg{margin-top:10px}

.arrow:after{content: '❯';
    color: #fff;
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(90deg);}
	
.arrow.active:after{
	    transform: rotate(270deg);
	
	
}	

/*faq accordian*/


.faq button.accordion-faq {
  width: 100%;
  background-color:#fff;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s linear;
  position: relative;
  font-family:inherit;
}

.faq button.accordion-faq:after {
      content: '❯';
    color: #000;
    position: absolute;
    right: 20px;
    top: 18px;
    transform: rotate(90deg);
  
}

.faq button.accordion-faq.is-open:after {
  content: '❯';
   transform: rotate(270deg);
}

.faq button.accordion-faq:hover, button.accordion-faq.is-open {
  background-color: #fff;
}

.faq .accordion-content {
  background-color: white;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  margin-bottom: 10px;
}
/*faq accordian end*/

/*account link dropdown*/
.dropdown-account {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 240px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 5px;
  z-index: 1;
}

.dropdown-account:hover .dropdown-content {
  display: block;	
}
.dropdown-account .dropdown-content ul li a {padding: 0; font-size:0.75rem}
.dropdown-account .dropdown-content ul li {padding: 0;display: block;}
.dropdown-content {border-radius: 5px;padding: 12px;}

/*account link dropdown end*/

/*blog tabs*/

.blog-grid div, .blog2-grid div {
    background-color: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
	padding: 20px;
}

.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}

.tabblog.active {
    background-color: #ef8735;
    color: #fff;
    border-radius: 30px;
}
.panelsblog{
  min-height:200px;
  width:100%;
  border-radius:3px;
  overflow:hidden;
  
}
.panelblog{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panelsblog #one-panel,
#two:checked ~ .panelsblog #two-panel,
#three:checked ~ .panelsblog #three-panel,
#four:checked ~ .panelsblog #four-panel
{
  display:block
}
#one:checked ~ .tabsblog #one-tab,
#two:checked ~ .tabsblog #two-tab,
#three:checked ~ .tabsblog #three-tab,
#four:checked ~ .tabsblog #four-tab
{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}

.blog label{position: relative;}
/*blog tabs end*/
/*pagenation*/
.pagenation ul{ text-align:center;}
.pagenation ul li{display:inline; color:#fff; border-radius:50px; padding:10px 15px; color:#000; font-weight:bold}
.pagenation ul li.active{display:inline; background-color:#393939; color:#fff; border-radius:50px; padding:10px 15px;font-weight:bold}
.pagenation ul li a{color:#000;}
/*pagenation end*/
/* bottom to top button*/

#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 150px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #4c85e6;
  cursor: pointer;
  padding: 14px 21px;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.18);
  transform:rotate(270deg);
}

#topbtn:hover {
  background-color: #4c85e6; color:#fff;
}

/* bottom to top button*/
.blog-footer-banner {background: #F3F4F6;    margin-top: 50px;}
.container-footer-blog{width: 100%;max-width: 1055px;margin:0 auto; padding: 30px 0; padding: 30px 20px;text-align: center;}
.blog-footer footer{margin-top:0;}
.oragne-button {
    padding: 10px 30px;
    color: #fff;
    background-color: #ef8735;
    border-radius: 6px;
	display: inline-block;

}
.container-footer-blog div{margin-bottom:10px;}

ul.folders a, ul.recentpost a{color:#393939}
ul.folders{margin-bottom: 20px;}
ul.folders li{list-style:none;margin-left: 25px;margin-top: 20px;}
ul.folders li:before {
    content: '';
    background-image: url(../images/folder.png);
    width: 17px;
    height: 17px;
	background-size: 15px 14px;
	background-repeat: no-repeat;
	position:absolute;
	left: 17px;
}

ul.recentpost li{list-style:none;margin-left: 25px;margin-top: 20px;}
ul.recentpost li:before {
    content: '';
    background-image: url(../images/read.png);
    width: 17px;
    height: 17px;
	background-size: 15px 14px;
	background-repeat: no-repeat;
	position:absolute;
	left: 17px;
}

ul.blog-share {
    margin-bottom: 50px;
}
ul.blog-share a{color:#808080}
.blog-footer .checkout-right-pannel{margin-top:0;}
li.twitter-blog:before {
    background-image: url(../images/blog-twitter-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 9px;
}

li.twitter-blog:before {
    background-image: url(../images/blog-twitter-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 9px;
}

li.facebook-blog:before {
    background-image: url(../images/blog-facebook-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 8px;
}
li.pin-blog:before {
    background-image: url(../images/pin-blog-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 7px;
}

li.linkedin-blog:before {
    background-image: url(../images/linkedin-blog-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 7px;
}

li.googleplus-blog:before {
    background-image: url(../images/google-plus-blog-icon.png);
    content: '';
    width: 12px;
    height: 10px;
    background-size:contain;
    position:absolute;
	background-repeat: no-repeat;
	left: 9px;
    top: 10px;
}

.blog-footer p {margin: 0px 0;}


/*category*/


.category .dropdown .select-selected:after {
    background-image: url(../images/downarow-black.png);
}

.inactive .button-blue {
background-color: #d4d4d4;}


.inactive .back-button-white {
    background-color: #f9f9fa;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #d4d4d4;
}

.text-2line
	{
		overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
		color:grey;
	}

/*site menu login box*/
.loginbox{background-color:#393939;color:#fff; padding: 20px 30px; text-align:left;}
.loginbox img{padding-top:5px; margin-right:12px;text-align: left;}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; 
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('fancybox.png') -55px -90px no-repeat;
}

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	/*height: expression(this.parentNode.clientHeight + "px");*/
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	/*top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');*/
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }