html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body:before,body:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1111111111;
}
body:after {
	z-index: 1111111112;
	top: calc(50% - 17px);
	left: calc(50% - 17px);
	border: 1px solid #008eff1a;
	border-radius: 50%;
	border-top: 1px solid #008eff;
	border-width: 3px;
	width: 35px;
	height: 35px;
	-webkit-animation: spin 0.7s linear infinite;
	animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


body.b_loading:before, body.b_loading:after {
	display: none;
}


body {
	background-color: #fff;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-size: 13px;
	min-width: 300px;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

body.no-anim, body.no-anim * {
	-webkit-transition: none !important;
	transition: none !important;
}

::selection {
	background: #ffe460;
	/* WebKit/Blink Browsers */
}

::-moz-selection {
	background: #ffe460;
	/* Gecko Browsers */
}

: : -moz-selection {
	background: #fedc20;
}

: : selection {
	background: #fedc20;
}

.pagination .links a: last-child,.pagination .links b: last-child {
	border-radius: 7px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.fs9 {
	font-size: 10px;
}

.fs10 {
	font-size: 11px;
}

.fs11 {
	font-size: 13px;
}

html.MenuOpened {
	overflow: hidden !important;
}

.page-product section#columns {
	opacity: 0;
}

.fs12 {
	font-size: 13px;
}

.fs13 {
	font-size: 14px;
}

.fs14 {
	font-size: 15px;
}

.fs15 {
	font-size: 16px;
}

.fs16 {
	font-size: 17px;
}

a {
	color: #393939;
	cursor: pointer;
	font-size: 13px;
	line-height: 110%;
	letter-spacing: 0;
	font-weight: 400;
}

body.page-product .Qradio:before {
	background-color: #ffd800;
	border-color: #FFC107;
}

body.page-product .Qradio {
	margin: 0 3px;
	width: 17px;
	height: 17px;
}

body.page-product .Qradio:after {
	background-color: rgba(128, 128, 128, 0.13);
	border-color: rgba(128, 128, 128, 0.06);
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #949494;
}

a:focus {
	outline: none;
	outline-offset: -2px;
	color: #999;
}

img {
	border: 0 none;
	height: auto;
	vertical-align: top;
	max-width: 100%;
}

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

ol.breadcrumb {
	padding-bottom: 6px;
	padding: 0;
	padding-bottom: 0px;
}

body.longImg ol.breadcrumb {
	border-bottom: 0;
	margin-bottom: 0;
}

.page-account-logout section#columns {
	margin-top: 90px;
}

.page-account-logout #breadcrumb {
	display: none;
}

.page-product ol.breadcrumb {
	padding: 0;
	text-align: right;
}

#breadcrumb {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 0;
	padding-top: 13px;
	height: 45px;
	z-index: 1111;
	margin-bottom: 10px;
	width: 100%;
}

body.page-checkout-success div#breadcrumb {
	display: none;
}

body.page-checkout-success .row {
	margin-top: 50px;
}

ul li,ol li {
	line-height: 21px;
}

body,td,th,input,textarea,select,a {
	outline: 0 none;
}

.review a.ReviewsLink {
	background: transparent;
	width: 88px;
	height: 10px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 20px;
}

.review a.ReviewWrite {
	margin-left: 10px;
	border-radius: 2px;
	padding: 3px;
	color: #757575;
	border: 1px solid #ededed;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px 2px 6px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.review a.ReviewWrite:hover {
	background: #2196F3;
	border-color: #2196F3;
	color: #fff;
}

a.CartTriggerMain {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
}

.welcome.pull-left.hidden-sm.hidden-xs {
	display: flex !important;
	float: none !important;
	height: 100%;
	position: relative;
	vertical-align: top;
	margin: 0;
	z-index: 1111111111;
	background-image: url(/image/data/loginqooqeew.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 17px) 51%;
	background-size: 22px;
	display: flex;
}

.welcome.pull-left.hidden-sm.hidden-xs.AcDropContainer.Showing {
	background-color: #47484c;
}

a.successDw {
	display: none;
}

.quantity input,input[name="quantity"] {
	width: auto;
	display: inline;
	text-align: center;
}

table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}

table.list thead td {
	background-color: transparent;
	padding: 0 5px;
}

table.list .center {
	text-align: center;
	padding: 7px;
}

table.list tbody td {
	padding: 0 5px;
}

table.list td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.list .right {
	text-align: right;
	padding: 7px;
}

table.list .left {
	text-align: left;
	padding: 7px;
}

table.list thead td a,.list thead td {
	text-decoration: none;
	color: #222;
	font-weight: 700;
}

input.large-field,select.large-field {
	width: 300px;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form > * > * > td {
	color: #000;
}

table.form td {
	padding: 4px;
}

.page-account-newsletter table.form td {
	padding-left: 23px;
}

table.form tr td:first-child {
	width: 131px;
	text-align: right;
}

table.radio {
	width: 100%;
	border-collapse: collapse;
}

table.radio td {
	padding: 5px;
}

table.radio td label {
	display: block;
}

table.radio td input[type="radio"] {
	margin: 0;
}

table.radio tr.highlight:hover td {
	cursor: pointer;
	opacity: .6;
}

.page-product-search div#breadcrumb {
	display: none;
}

.page-category .breadcrumb {
	display: none;
}

.breadcrumb > li+li:before {
	display: none;
}

.breadcrumb a {
	color: rgb(175, 175, 175);
	position: relative;
	margin-right: 9px;
	transition: color .5s;
	padding: 0 17px;
	padding-left: 0;
	font-size: 15px;
}

.breadcrumb li:last-child a {
	color: rgb(112, 112, 112);
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb li:last-child a:after {
	border: none;
}

.page-product .breadcrumb li:first-child a {
	display: none;
}

.breadcrumb li: last-child a {
	border: none;
	color: #bfbfbf;
}

.breadcrumb li a:after {
	content: "";
	height: 7px;
	width: 7px;
	position: absolute;
	background: inherit;
	border: 1px solid rgba(58, 58, 58, 0.23);
	border-top: 0;
	border-right: 0;
	right: 2px;
	display: block;
	top: 4px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	z-index: -1;
	-webkit-border-radius: 3px;
	border-radius: 0;
}

.breadcrumb li: last-child a:after {
	display: none;
}

.pagination {
	padding: 10px 0;
	display: inline-block;
	text-align: right;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.pagination .links {
	float: left;
	font-size: 15px;
	margin-right: 15px;
}

.pagination .links a,.pagination .links b {
	padding: 0 5px;
}

.pagination .links a {
	display: inline-block;
	color: #666;
	font-size: 15px;
}

.pagination .links a:hover {
	color: #000;
}

.pagination .links b {
	color: #000;
}

.page-category .pagination .results {
	display: none;
}

.pagination .results {
	float: left;
	font-style: italic;
	font-size: 14px;
	font-style: normal;
	text-align: right;
	letter-spacing: .5px;
	background-color: rgba(255,255,255,0.22);
	border: 1px solid rgba(120, 109, 135, 0.13);
	padding: 0 22px;
	line-height: 51px;
}

.pagination .links a,.pagination .links b {
	font-size: 17px;
	border: 1px solid rgba(168, 168, 168, 0.25);
	margin-right: -6px;
	vertical-align: top;
	line-height: 50px;
	text-align: center;
	width: 52px;
	z-index: 1;
	position: relative;
	transition: opacity .15s;
	background-color: #fff;
}

.pagination .links b {
	border-color: rgba(128, 128, 128, 0.52);
	font-size: 16px;
	display: inline-block;
	z-index: 2;
	line-height: 49px;
}

.button,.btn {
	background: #393939;
	cursor: pointer;
	color: #FFF!important;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all .4s ease 0;
	transition: all .4s ease 0;
	padding: 7px 32px;
	transition: none;
	border-radius: 3px;
	margin-top: 24px;
	font-weight: 400;
	font-size: 13px;
}

.button:hover,input.button:hover,.btn:hover {
}

a.button {
	display: inline-block;
	text-decoration: none;
	padding: 17px 35px;
	transition: none;
	transition: background-color .3s;
	border-radius: 2px;
}

a#button-review {
	background: #2196F3;
	font-size: 17px;
	border-radius: 4px;
	width: 100%;
	text-align: center;
}

.buttons {
	overflow: auto;
	padding: 6px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.page-account-forgotten .buttons {
	padding: 0;
}

.page-account-logout .buttons .right {
	display: none;
}

.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.buttons .right {
	float: right;
	text-align: right;
}

span.qqDec {
	font-size: 43.2%;
	font-weight: 400;
	opacity: 0.7;
}

.product-block .price span.qqDec:first-child {
	display: none;
}

.product-block .price span.qqDec {
	font-size: 80%;
	font-weight: 400;
}

.buttons .left {
	float: left;
	text-align: left;
}

.htabs a {
	padding: 10px 10px 10px 0;
	float: left;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	vertical-align: top;
	border-right: 1px solid rgba(8,156,255,0);
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	transition: color .2s ease;
	font-weight: 400;
	text-decoration: none;
	color: #afafaf;
}

.htabs {
	margin: 0;
	max-width: 200px;
	float: left;
	vertical-align: top;
	text-align: center;
	z-index: 111;
}

.page-product .htabs a:hover span {
	color: #4bb7ff;
}

.page-product .htabs a:hover {
	color: #089cff;
}

.page-product .htabs a.selected span:hover {
}

.page-product .htabs a span .material-icons {
	margin: 0 20px 0 0;
	height: 32px;
	color: inherit;
	top: 100px;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-product .htabs a.selected span .material-icons {
	color: inherit;
}

.htabs a.selected {
	color: #089cff;
}

.htabs a.selected span {
	color: #089cff;
}

.carousel-controls {
	position: absolute;
	top: 32px;
	left: 43.2%;
}

.carousel-controls .carousel-control {
	font-size: 0;
	color: #5C5C5C;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	height: 50px;
	width: 50px;
	vertical-align: top;
	opacity: 1;
	position: relative;
}

.carousel-controls .carousel-control.left {
	background-image: url(/image/data/temp/left.png);
}

.carousel-controls .carousel-control.left:hover {
	opacity: .3;
}

.carousel-controls .carousel-control.right {
	background-image: url(/image/data/temp/right.png);
}

.carousel-controls .carousel-control.right:hover {
	opacity: .3;
}

.carousel-control {
	font-size: 30px;
	color: #000;
	text-shadow: none;
}

ul.links {
	position: relative;
	margin: 0;
	padding: 5px 5px 0;
}

ul.links li {
	line-height: 20px;
	color: #CCC;
	float: left;
	font-size: 10px;
	margin-left: 14px;
	display: list-item;
}

ul.links li > a span {
	font-size: 14px;
}

ul.list > li {
	position: relative;
}

ul.list > li ul {
	display: none;
}

ul.list > li ul > li {
	padding: 10px 0 0 25px;
}

ul.list > li ul > li > a {
	text-decoration: none;
	display: block;
}

ul.list > li a:hover .badge,ul.list > li a.active .badge {
	background-color: #999;
}

ul.list > li a.active {
	color: #999;
}

ul.list > li a.active + ul {
	display: block;
}

.btn-arrow-right {
	position: relative;
}

.required {
	color: #E85858!important;
	margin-bottom: 8px;
	font-size: 31px;
}

.success,.warning,.attention,.information {
	font-weight: 400!important;
	padding: 20px;
	background-position: 20px;
	background-size: 31px;
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-right: 60px;
	margin: auto;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
	display: table;
	max-width: 95%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	background-color: rgba(255,0,78,0.02);
	-o-border-radius: 6px;
	border-radius: 6px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.success .close,.warning .close,.attention .close,.information .close {
	float: right;
	padding-top: 5px;
	width: 25px;
	position: absolute;
	cursor: pointer;
	top: 4px;
	right: 6px;
}

.attention {
	background: #FFF5CC url(../image/attention.png) 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.warning {
	background-image: url(/image/data/alertqooqee.svg);
	color: rgba(178,24,71,0.77);
	border: 1px solid rgba(235,143,171,0.44);
}

.help {
	color: #999;
	font-size: 10px;
	font-weight: 400;
	display: block;
}

.error {
	display: block;
	color: red;
}

.alert-danger {
	background-color: #fff2f2;
	border-color: #fff1f3;
	color: #f16c6a;
}

.success {
	background-image: url(/image/data/successqooqee.svg);
	border: 1px solid rgba(98,187,96,0.37);
	color: rgba(0,0,0,0.74);
	background-color: #fff;
}

html body, body h1, body h3, body h4, body {
	font-family: "myriad Pro","Open Sans", sans-serif;
	letter-spacing: 0.1px;
}

h1 {
	font-size: 26px;
	line-height: 32px;
}

h1 small {
	font-size: 19.5px;
}

h2 {
	font-size: 17px;
	line-height: 32px;
}

h2 small {
	font-size: 13px;
}

h3 {
	font-size: 19px;
	line-height: 32px;
	text-transform: uppercase;
}

h3 small {
	font-size: 15px;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
}

h4 small {
	font-size: 13px;
	color: #666;
	display: block;
	margin-top: 2px;
}

h5 {
	font-size: 14px;
}

h5 small {
	font-size: 11px;
}

h6 {
	font-size: 13px;
	line-height: 32px;
}

button,input,textarea,select {
	border: 1px solid #EDEDED;
}

.inputNew {
	color: #999;
	font-style: italic;
	margin: 10px 0;
	padding: 10px;
	width: 200px;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: transparent;
}

#page {
	margin: 0 auto;
}

body.layout-boxed-md {
	background: url(../image/pattern/pattern14.png);
}

body.layout-boxed-md #page {
	max-width: 970px;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

body.layout-boxed-lg {
	background: url(../image/pattern/pattern14.png);
}

body.layout-boxed-lg #page {
	max-width: 1170px;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

#topbar {
	color: #666;
	font-size: 15px;
	z-index: 60;
	height: 100%;
	width: 100%;
	position: absolute;
}

#topbar ul li a {
	font-size: 12px;
	color: #666;
}

#topbar ul li:before {
	color: #aaa;
}

#topbar ul li:hover a {
	color: #000;
}

#topbar .inner {
	border-top: solid 5px #000;
	border-bottom: solid 1px #EDEDED;
	border: none;
	padding: 0;
	margin: 0;
	height: 100%;
}

#topbar .inner .row.hidden-sm.hidden-xs {
	height: 100%;
}

#topbar .btn-dropdown {
	font-size: 15px;
	color: rgba(210,210,210,0);
	background: transparent;
	padding: 5px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#topbar .btn-dropdown:hover {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: rgba(174,174,174,0);
}

#topbar .btn-dropdown span.fa {
	color: rgba(255,255,255,0);
}

#topbar .btn-group {
	padding: 0;
	z-index: 27;
	width: 100%;
}

#topbar .btn-group button {
	font-weight: 100;
	letter-spacing: 1px;
}

#topbar .btn-group .dropdown-menu {
	border-top: none;
	border-bottom: none;
	left: -169px;
	top: -59px;
	width: 220px;
	border: 1px solid rgba(0,0,0,0.09);
	border-right: 0;
	height: 84px;
	padding: 0 6px 6px 34px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	z-index: 1500;
}

#topbar .btn-group .list-item {
	cursor: pointer;
	display: block;
	font-size: 16px;
	line-height: 25px;
	font-family: inherit;
	font-weight: 400;
	color: #000;
	padding-top: 10px;
}

#topbar .btn-group .list-item:hover {
	opacity: .6;
}

#header-main .header-wrap > div {
	height: 0;
}

#header-main .inner {
	display: table;
	position: relative;
	height: 100%;
}

#header-main .inner > * {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 30px 0;
}

#logo-theme {
	font-size: 42px;
}

#logo-theme a:hover,#logo-theme a:active,#logo-theme a:focus {
	color: #000;
}

.col-lg-9 #content {
	min-height: 300px;
	margin-bottom: 25px;
	background-color: rgba(255, 255, 255, 0);
	padding: 50px;
	border-radius: 9px;
	padding-bottom: 33px;
}

.page-account-logout .col-lg-9 #content {
	padding: 0 0 510px;
	padding-top: 60px;
	height: 50vh;
	background-image: url(/image/data/Logout_QooQee_muse_Widgets_Template.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 330px;
	text-align: center;
	font-size: 19px;
	background-color: transparent;
	font-weight: 200;
}

#content {
	min-height: 400px;
	margin-bottom: 25px;
}

#footer .box .box-heading {
	padding: 110px 0 21px;
	text-align: left;
}

#footer .box.logo-ft,#footer .box.about,#footer .box.social {
	border-top: none;
}

#footer:before,#footer:after {
	content: " ";
	display: table;
}

#footer:after {
	clear: both;
}

#footer .box .box-content {
	padding: 0;
	text-align: center;
}

#footer .footer-top {
	padding-bottom: 16px;
}

#footer .footer-top a {
	color: #000;
}

.page-product #footer {
	background-color: #fff;
}

#footer .footer-center .inner {
	border-top: solid 1px #E1E1E1;
}

#footer .footer-center .box {
	margin-bottom: 40px;
}

#footer h3 {
	color: #666;
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 8px;
}

#footer .column a {
	color: #666;
}

#footer .column a:hover {
	color: #000;
}

#footer .column ul li {
	padding-bottom: 5px;
	padding-top: 0;
	overflow: hidden;
	-webkit-transition: all .6s ease 0;
	transition: all .6s ease 0;
}

#footer .column ul li:hover {
	margin-left: 11px;
}

#footer .column ul li a {
	padding-left: 16px;
	text-transform: none;
}

#powered {
	clear: both;
}

#powered .container {
	border: none;
}

#powered a:hover {
	color: #999;
}

#powered .inner {
	text-align: left;
}

.banner div {
	text-align: center;
	width: 100%;
	display: none;
}

.banner div img {
	margin-bottom: 20px;
}

.bloglatest .box-heading,.tab-nav {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}

.bloglatest .box-heading span,.tab-nav span {
	background: #F7F7F7;
	position: relative;
	z-index: 2;
}

.page-product .box {
	margin-bottom: 18px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.product-related.box.bloglatest {
	margin-top: 70px;
	min-width: 100%;
}

.box >img {
	padding: 30px 0;
}

.box .box-heading {
	padding-top: 0;
	position: relative;
	text-align: center;
	color: #313131;
	font-size: 16px;
}

.box .box-services p span {
	color: #bbb;
	font-size: 11px;
}

.box .media-body {
	overflow: visible;
	padding-top: 11px;
}

.box .media-body strong {
	color: #000;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: 400;
}

.box address strong {
	color: #000;
	font-size: 14px;
}

.box .social li {
	display: inline-block;
	margin-right: 10px;
}

.box .social li span {
	display: none;
}

.box.logo-ft,.box.about,.box.social {
	border-top: none;
}

.buttons > .right > a.button {
	font-size: 13px;
	border-radius: 2px;
	letter-spacing: 1px;
	font-weight: 400;
	background-color: #202020;
}

.box.nopadding ul li {
	border-bottom: 1px solid #fff;
	padding-right: 20px;
	padding-left: 20px;
}

.box.nopadding ul li: last-child {
	border-bottom: none;
}

#search .button-search {
	color: #FFF;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 34px;
	background: url(../image/default/icon-search2.png) no-repeat center center scroll;
	background-size: 15px;
}

#search .button-search:hover {
	opacity: 1!important;
}

.product-block {
	overflow: hidden;
	text-align: center;
	position: relative;
}

#related .carousel-inner .row {
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#related .carousel-inner .row .product-block {
	display: inline-block;
	float: none;
	width: calc((100% / 3) - 15px);
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.product-block .image,.product-meta .description {
	transition: all .13s;
	transition-timing-function: linear;
}

/** add to cart **/
.product-block:hover .pav-colorbox {
	opacity: 1;
	filter: alpha(opacity=100);
}

.product-block:hover .product-zoom {
	opacity: 1;
	filter: alpha(opacity=100);
	height: 45px;
	line-height: 45px;
	width: 45px;
	font-size: 14px;
}

.product-block .image {
	z-index: 10;
	overflow: hidden;
	margin: 0;
	width: 100%;
	line-height: 0;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-block .image:hover {
	border-color: transparent;
}

.product-block .image:hover .product-mta, .product-block .image:hover .item_decont {
	-webkit-transform: none;
	transform: none;
}

.product-block .item_decont {
	line-height: 150%;
	width: 100%;
	text-align: left;
	font-size: 17px;
	color: rgb(4, 4, 4);
	bottom: 0;
	left: 0;
	z-index: 2;
	position: absolute;
	padding: 15px 20px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.2s ease-out;
	transition: transform 0.4s ease-out;
}

.item-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgb(255, 228, 96);
	background-image: url(/image/data/icon/pointer.svg);
	background-repeat: no-repeat;
	background-position: 30% 43%;
	background-size: 20px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease, background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: opacity 0.2s ease, background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.product-block .image:hover .item-overlay {
	opacity: 1;
	background-position: 50% 43%;
}

.product-block .rating {
	display: none;
}

.product-block .name {
	text-transform: capitalize;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
	width: calc(100% - 50px);
	padding-right: 10px;
	margin-top: 12px;
	color: #000;
	text-align: inherit;
}

#related .box-content.products-block .product-meta .price {
	display: none;
}

#related .box-content.products-block.carousel-inner .warp-info .price {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.product-block .pav-colorbox {
	top: 126%;
}

.page-product .product-block .product-action {
	display: none;
}

.product-block .img {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
}

.product-block .img img {
	width: 100%;
}

#related .product-block .img {
	height: auto;
}

.page-category .product-block:hover .product-action {
	opacity: 1;
}

.product-block .product-action .cart {
	color: #000;
	float: left;
	height: 56px;
	line-height: 56px;
	position: relative;
	width: 100%;
}

.product-block .product-action .cart .button {
	background: none;
	font-size: 11px;
	position: absolute;
	width: 100%;
	padding: 0;
	left: 0;
	text-transform: uppercase;
	border: none;
	font-style: normal;
	color: #000;
}

.product-action > .cart > .fa {
	top: calc(50% - 7px);
	left: 30%;
	position: absolute;
}

.product-block .product-action .cart:hover {
	background-color: #f8f8f8;
}

.page-category .product-block .product-meta .product-action div {
	width: 60px;
	height: 60px;
	background-color: #000;
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 0;
	overflow: hidden;
	border-radius: 100px;
	transition: all .3s cubic-bezier(0.21,0.21,0,0.81);
}

.page-category .product-block .product-meta .product-action .cart,.page-product-search .product-block .product-meta .product-action .cart {
	background-image: url(/image/data/Product_Box_Cart.png);
	background-repeat: no-repeat;
	background-size: 112px auto;
	background-position: -63px 15px;
	font-size: 0;
}

.page-category .product-block .product-action .product-preview a,.page-product-search .product-block .product-action .product-preview a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}

.page-category .product-block .product-action .product-preview,.page-product-search .product-block .product-action .product-preview {
	margin-left: 13px;
	background-image: url(/image/data/Product_Box_Preview.png);
	background-repeat: no-repeat;
	background-size: 101px auto;
	background-position: -54px 17px;
	transition: all .2s;
}

.page-category .product-block .product-action .cart:hover,.page-product-search .product-block .product-action .cart:hover {
	background-color: #fee660;
	background-position: 12px 15px;
}

.product-block .product-action .cart .button {
	opacity: 0;
	margin: 0;
}

.price-old {
	color: #999;
	text-decoration: line-through;
}

.price-new {
	color: #b34a4a;
	font-size: 16px;
}

.product-block .price {
	color: rgba(0,0,0,0.56);
	padding-top: 7px;
	letter-spacing: .5px;
	margin-top: -3px;
	text-align: left;
	padding-right: 10px;
}

.product-block .price.owup {
	font-size: 15px;
	letter-spacing: 0;
	color: #999;
	border-radius: 3px;
	font-weight: 100;
	margin-top: 7px;
	padding: 0;
}

.product-block .price .price-tax {
	display: none;
}

.product-label-special {
	background: none repeat scroll 0 0 #F5EA32;
	color: #000;
	right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	font-size: 12px;
	font-weight: 700;
	height: 70px;
	line-height: 67px;
	opacity: .8;
	filter: alpha(opacity=80);
	padding: 1px 4px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	width: 70px;
	z-index: 3;
}

.product-label-special .special {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-bottom: 3px;
	padding-top: 3px;
}

.badge {
	background: transparent;
	color: #000;
}

.box-category li {
	position: relative;
	line-height: 36px;
}

.box-category li .subcart {
	background: url(../image/default/icon-minus.png) no-repeat 0 0 scroll;
	display: block;
	height: 5px;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 16px;
	width: 5px;
}

.box-category li .subcart.collapsed {
	background: url(../image/default/icon-plus.png) no-repeat 0 0 scroll;
	height: 5px;
	width: 5px;
}

.box-category li .collapsed {
	background: url(../image/default/icon-minus.png) no-repeat 0 0 scroll;
}

.box-category li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 20px;
}

.box-category li a:hover {
	color: #000;
}

.box-category li:hover {
	background-color: #f3f3f3;
}

.box-category li:hover a {
	color: #666;
}

.box-category li:hover ul,.box-category li:hover ul li {
	background-color: #fff;
}

.box-category li ul li a {
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	color: #666;
	padding-left: 35px;
}

.box-category li ul li a .badge {
	color: #666;
}

ul.box-filter,ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.box-filter > li ul {
	padding-bottom: 10px;
}

ul.box-filter span {
	font-weight: 700;
	border-bottom: 1px solid #e7e7e7;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

#colorbox:before,#colorbox:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.zoomContainer .zoomLens {
	border-color: #999!important;
}

.zoomContainer .zoomWindow {
	border: 4px solid #e7e7e7!important;
	right: 100%!important;
}

#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top,#EBEBEB,#DEDEDE);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#EBEBEB),to(#DEDEDE));
	background-image: -webkit-linear-gradient(top,#EBEBEB,#DEDEDE);
	background-image: -o-linear-gradient(top,#EBEBEB,#DEDEDE);
	background-image: linear-gradient(to bottom,#EBEBEB,#DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
	margin-bottom: 0;
}

.readmore {
	padding-right: 20px;
	font-style: italic;
}

.tab-nav .nav-tabs {
	border: none;
}

.tab-nav .nav-tabs> li {
	padding: 0;
	z-index: 2;
}

.page-home .nav-tabs li {
	width: 100%;
}

.row:before, .row:after {
	display: none;
}

.tab-nav .nav-tabs> li> a:hover, .tab-nav .nav-tabs> li> a:focus, .product-related .box-heading span {
	letter-spacing: 0px;
	background: none;
	border: 0;
	padding: 0;
	margin: 22px 0;
	display: flex;
	font-weight: 100;
	font-size: 19px;
	align-items: center;
	color: #9c9a9a;
}

.product-related .box-heading span:after {
	content: '';
	height: 1px;
	background: #00000014;
	display: inline-block;
	margin: 0 30px;
	flex-grow: 1;
}

.tab-content {
	margin-top: 24px;
	width: 100%;
}

li.active a {
	color: #000;
}

.nav > li > a:hover,.nav > li > a:focus {
	background-color: transparent;
}

#notification {
	margin-top: 150px;
	margin-bottom: -150px;
}

#notification a {
	color: #6E6E6E;
	font-weight: 100;
}

.pav-colorbox {
	position: absolute;
	border-bottom: 1px solid #000;
	border-top: 1px solid #EDEDED;
	width: 100%;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 6px 0;
	color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block!important;
}

.pav-colorbox span {
	font-size: 7px;
}

.pav-colorbox:hover,.pav-colorbox:active,.pav-colorbox:focus {
	background-color: #666;
	border: 1px solid transparent;
	color: #fff;
}

.pavblock .image img {
	display: none;
}

.pavblock .blog-title a {
	font-size: 16px;
	font-weight: 700;
}

.pavblock .created,.pavblock .comment_count {
	font-style: italic;
}

.btn-arrow-right:before {
	content: "\f178";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 0;
	left: auto;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
}

.tp-leftarrow.default {
	z-index: 20;
	cursor: pointer;
	background: url(../image/default/large_left.png) no-repeat 0 0 scroll;
	width: 40px;
	height: 72px;
	left: 22px!important;
}

.tp-rightarrow.default {
	z-index: 20;
	cursor: pointer;
	background: url(../image/default/large_right.png) no-repeat 0 0 scroll;
	width: 40px;
	height: 72px;
	right: 22px!important;
}

#banner-main .box a:before {
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0) inset;
	box-shadow: 0 0 0 2px rgba(255,255,255,0) inset;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0;
	width: 100%;
	z-index: 2;
}

#banner-main .box a:hover:before {
	-webkit-box-shadow: 0 0 0 30px rgba(255,255,255,0.3) inset;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.3) inset;
}

.accordion-toggle,#customize-body .nav-tabs a {
	color: #000;
}

.newsletter .btn-arrow-right {
	position: relative;
}

.newsletter .btn-arrow-right:before {
	color: #fff;
	right: 5px;
	position: absolute;
	top: 0;
}

.page-product select.form-control {
	background-color: #fff;
	height: 36px;
	border: 1px solid #dedede;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	height: 50px;
	width: auto;
	max-width: 100%;
	-webkit-appearance: none;
	padding: 0 50px 0 20px;
	border-radius: 3px;
	margin: 10px 0;
	cursor: pointer;
	background-image: url(/image/data/updwf/downdark.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: calc(100% - 20px) 50%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.page-product select.form-control:hover {
	background-position: calc(100% - 20px) 60%;
	background-color: #f9f9f9;
}

.page-product #content h1,.page-product .heading_title {
	color: #2e2e2e;
	font-size: 35px;
	margin-bottom: 38px;
	margin-top: 0;
	line-height: 100%;
	display: inline-block;
}

.longImg.page-product #content h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	font-weight: 600;
	font-size: 40px;
	flex-direction: column;
	font-family: "Avenir","myriad Pro","Open Sans", sans-serif;
}
span.pr_name_ex {
    font-size: 14px;
    margin: 0 0 0 7px;
    border: 2px solid black;
    border-radius: 5px;
    padding: 0px 4px 0;
}

.longImg .pr_title_type {
	font-weight: 400;
	font-size: 16px;
	color: #9d9d9d;
	display: inline-block;
	margin-top: 11px;
	font-family: "myriad Pro","Open Sans", sans-serif;
}

.longImg.page-product #content h2 {
	text-transform: none;
	font-weight: 400;
	font-size: 16px;
	width: calc(100% - 380px);
	text-align: right;
	letter-spacing: 0;
	float: right;
	margin: 0;
	padding-top: 5px;
	color: rgba(0, 0, 0, 0.48);
}

.review img {
	width: 80px;
}

.review {
	position: relative;
}

.longImg .review {
	display: inline-block;
	margin-top: 10px;
}

.container #content .review {
	margin-top: 14px;
}

.longImg.page-product #content #tab-description h2 {
	display: none;
}

.longImg .page-product #content h1 {
}

#content h1,.heading_title {
	margin-top: 0;
	margin-bottom: 43px;
	position: relative;
	font-size: 23px;
	color: #000;
	font-weight: 400;
	letter-spacing: 0;
}

#content .sb_content h1 {
	font-size: inherit;
	margin: 0;
	color: inherit;
	display: inline;
	font-weight: inherit;
	line-height: inherit;
	padding: 0 !important;
}

h1.heading_title {
	padding-bottom: 45px;
	padding-left: 12px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

h1.heading_title span {
	text-align: center;
	color: #353535;
	padding: 12px 155px;
}

#footer .box.pav-custom {
	border-top: 1px solid rgba(0,0,0,0.06);
}

.box.box-product.bestseller .box-heading span {
	font-size: 12px;
	color: #9F9F9F;
	font-weight: 200;
	letter-spacing: 5px;
}

.page-category .product-filter.clearfix {
	display: none;
}

h2.heading_title {
	font-size: 0;
	letter-spacing: 0;
	margin-top: -96px;
}

.category-list {
	margin-top: 74px;
	margin-bottom: 61px;
	text-align: center;
}

.category-list ul {
	list-style: disc outside none;
	padding-left: 0;
	display: inline-table;
	margin-right: -6px;
}

.category-list ul li:hover {
	background-color: #f1f1f1;
	border-color: #e1e1e1;
}

.category-list ul li {
	margin-right: 0;
	color: #ccc;
	background-color: #E8E8E8;
	list-style: none;
	float: left;
	padding: 8px 17px;
	margin-right: -1px;
	border: #dcdcdc solid 1px;
}

.category-list ul li a {
	color: #6E6E6E;
}

.category-info {
	position: relative;
}

.category-info .image {
	margin-bottom: 21px;
}

.category-info .description {
	margin-bottom: 21px;
}

.manufacturer-heading {
	background: #F8F8F8;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 8px;
	margin-bottom: 11px;
}

.manufacturer-list {
	border: 1px solid #EDEDED;
	padding: 5px;
	margin-bottom: 21px;
}

.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 11px;
}

.manufacturer-content {
	padding: 8px;
	overflow: auto;
}

.product-filter,.pagination {
	margin: 13px 0;
}

.product-filter .display,.pagination .display {
	float: left;
	display: none;
}

.product-filter .display a,.pagination .display a {
	background: url(../image/default/icon-grid-list.png) no-repeat 0 0 scroll;
	display: inline-block;
	border-left: 1px solid #EDEDED;
	float: left;
	height: 47px;
	width: 48px;
}

.product-filter .display a > em,.pagination .display a > em {
	display: none;
}

.product-filter .display a.grid,.pagination .display a.grid {
	background-position: -52px 0;
}

.product-filter .display a.grid.active,.product-filter .display a.grid:hover,.pagination .display a.grid.active,.pagination .display a.grid:hover {
	color: #000;
	background-position: -52px -45px;
	background-color: #f8f8f8;
}

.product-filter .display a.list,.pagination .display a.list {
	background-position: -1px 0;
}

.product-filter .display a.list.active,.product-filter .display a.list:hover,.pagination .display a.list.active,.pagination .display a.list:hover {
	color: #000;
	background-position: -1px -45px;
	background-color: #f8f8f8;
}

.product-filter .display span,.pagination .display span {
	line-height: 28px;
	padding: 9px 21px;
}

.product-filter .form-control,.pagination .form-control {
	display: inline-block;
	width: auto;
}

.product-filter .sort,.product-filter .limit {
	float: right;
	padding-top: 8px;
}

.product-filter .limit,.pagination .limit {
	margin: 0 11px;
}

.product-list .col-fullwidth {
	width: 100%;
}

.product-list .product-block {
	text-align: left;
	padding: 0;
}

.product-list .product-block .warp-info {
	margin-top: 0;
}

.product-list .product-block .product-action {
	border: none;
	display: block;
	position: relative;
	top: inherit;
	width: auto;
}

.product-list .product-block .product-action .cart {
	border: 1px solid #EDEDED;
	line-height: 56px;
	height: 56px;
	text-align: center;
	border-right: none;
}

.product-list .price-old {
	text-decoration: line-through;
}

.product-list .price-tax {
	font-weight: 400;
	color: #bbb;
}

.product-list .name {
	margin-bottom: 4px;
}

.product-list .image {
	float: left;
	margin-right: 11px;
	padding-bottom: 0;
	border-bottom: 2px solid transparent;
	width: 35%;
}

.product-list .image img {
	padding: 3px;
	border: 1px solid #EDEDED;
}

.product-list .description {
	display: block;
}

.product-list .right {
	float: right;
	margin-left: 16px;
}

.product-list .pav-colorbox {
	display: none!important;
}

.product-info {
	font-size: 15px;
	text-align: center;
}

.product-info .row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-info > .left {
	float: left;
	margin-right: 16px;
}

.product-info > .left + .right {
	margin-left: 265px;
}

.product-info .image {
	position: relative;
	margin-bottom: 21px;
	text-align: center;
}

.product-info .quantity-adder {
	position: relative;
	display: inline-block;
	margin: 11px 0;
}

.product-info .quantity-adder input {
	border: 1px solid #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	color: #666;
	height: 30px;
	padding: 4px 20px;
	width: 80px;
	background-color: #fff;
}

.product-info .quantity-wrapper span {
	cursor: pointer;
	display: block;
	height: 16px;
	line-height: 13px;
	overflow: hidden;
	text-align: center;
	width: 23px;
	border: 1px solid #EDEDED;
}

.product-info .quantity-wrapper span.add-up {
	border-bottom: none;
}

.product-info .quantity-wrapper span.add-down {
	height: 14px;
}

.product-info .product-extra {
	margin-bottom: 50px;
	text-align: left;
	border-top: 1px solid rgba(209,209,209,0);
	letter-spacing: 0.5px;
	border-radius: 3px;
	font-size: 0;
}

.product-info .product-extra .cart {
	cursor: pointer;
	color: #0086e0;
	font-weight: 400;
	text-align: center;
	border: 2px solid #089cff;
	width: 280px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-size: 24px auto;
	border-radius: inherit;
	background-position: 82px 14px;
	-webkit-transition: background .2s cubic-bezier(0.46,0.13,0.45,0.93), color 0.2s ease;
	transition: background .2s cubic-bezier(0.46,0.13,0.45,0.93), color 0.2s ease;
	margin-top: 13px;
}

.page-product .compare.cart {
	height: auto;
	display: inline-grid;
}

.page-product .compare.cart a {
	line-height: 55px;
	display: inline-block;
}

.product-info .product-extra .cart:hover {
	background-color: #089cff;
	color: #fff !important;
	background-position: 82px -55px;
}

.product-info .product-extra .cart:hover input {
	color: #fff;
	font-weight: 400;
}

.product-info .product-extra .change_button {
	background-position: 93% 13px;
	background-size: 37px;
	padding-right: 20px;
	background-image: url(/image/data/ultimate_pass_logo11.png);
}

.product-info .product-extra .change_button:hover {
	background-color: #089cff;
	border-color: #089cff;
	background-image: url(/image/data/ultimate_pass_logo7.png);
	background-position: 88% -115px;
}

.product-info .product-extra .change_button:hover input {
	color: #fff;
}

.product-info .product-extra .cart .minimum {
	padding-top: 5px;
	font-size: 12px;
	color: #999;
}

.product-info .product-extra .cart .links {
	display: inline-block;
	vertical-align: middle;
}

.product-info .product-extra .cart div > span {
	color: #999;
}

.product-info .product-extra .cart input {
	border: none;
	background-color: transparent;
	font-weight: initial;
	box-shadow: none;
	font-size: 17px;
	color: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	transition: all .3s cubic-bezier(0.18,0.18,0.25,1);
	padding: 1px 0 0 0;
	margin: 0;
	text-transform: inherit;
	line-height: 47px;
}

.preview-button.mobile-preview a, .preview-button.tablet-preview a {
	text-align: center;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #2196F3;
	color: #2196F3;
	display: inline-block;
	border-radius: 0 2px 2px 0;
}

.preview-button.mobile-preview a:hover, .preview-button.tablet-preview a:hover {
	background-color: rgba(33, 150, 243, 0.06);
	/* color: #ffffff; */
}

.preview-button.mobile-preview {
	margin-right: -3px;
}

.preview-button.mobile-preview, .preview-button.tablet-preview {
	width: 141px;
	display: inline-block;
	margin-top: -3px;
	margin-bottom: 30px;
}

.preview-button.mobile-preview a {
	text-decoration: none;
	border-radius: 2px 0 0 2px;
	border-right: 0;
}

.product-info .product-extra .change_button input {
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	letter-spacing: inherit;
	transition: all .2s cubic-bezier(0.35,0.46,0.26,0.94);
}

.product-extra #button-cart i {
	display: none;
}

.item.active .row .col-lg-4.col-md-4.col-sm-6.col-xs-12.product-block .product-meta .warp-info .price {
	margin: -26px 2px;
	font-size: 17px;
	text-align: left;
	padding-left: 40px;
}

.product-info .price {
	margin-bottom: 41px;
	line-height: 25px;
	color: #2a2a2a;
	font-weight: 200;
	padding-bottom: 4px;
	width: 99px;
	margin-top: 16px;
	font-size: 36px;
}

.product-info .price .price-old {
	text-decoration: line-through;
	font-size: 15px;
	color: #999;
}

.product-info .price .reward {
	font-size: 13px;
}

.product-info .price .discount {
	font-size: 13px;
}

.product-info .price .price-new {
	font-size: 30px;
	color: #000;
}

.description .options h2 {
	font-size: 19px;
	font-weight: 400;
	margin-top: 50px;
}

.product-info .description {
	margin-bottom: 11px;
	line-height: 23px;
}

.page-product .compare.cart a span {
	color: #089cff !important;
	line-height: 50px;
	font-weight: 400;
	font-size: 16px;
}

.page-product .product-info .compare.cart:hover span {
	color: #ffffff !important;
}

.product-info .image-additional {
	clear: both;
	overflow: hidden;
	z-index: 101;
}

.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 9px;
	margin-bottom: 21px;
	opacity: 1;
	transition: opacity .2s;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.product-info .image-additional a:hover {
	opacity: 1;
	transition: opacity .2s;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.product-info .image-additional .carousel-control {
	top: 66px;
	cursor: pointer;
	display: none;
}

.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 11px;
}

.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}

.product-info .option-image img {
	margin-right: 11px;
	border: 1px solid #EDEDED;
	cursor: pointer;
}

.product-info .option label:first-child {
	color: #6F6F6F;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.page-product .form-review .option.form-inline label {
	font-weight: 300;
	padding-bottom: 20px;
	margin-top: 30px;
}

.product-info .option {
	margin-bottom: 11px;
	margin-top: 0;
}

.product-info .review {
	margin-bottom: 18px;
	color: #e4e4e4;
}

.longImg .product-info .review {
	margin-top: 20px;
}

.page-product .product-info .review a: last-child {
	padding: 3px;
	color: #089cff;
	font-weight: 200;
}

.page-product .product-info .review a: last-child {
	font-size: 16px;
}

.product-info .review > div {
	line-height: 23px;
	text-align: left;
}

.longImg .product-info .review > div {
	text-align: center;
}

.product-info .share {
	margin-bottom: 11px;
	line-height: normal;
}

.product-info .share a {
	text-decoration: none;
}

.zoomContainer {
	z-index: 100;
}

.carousel-inner .item-inner {
	border: solid 1px #EDEDED;
}

.carousel-inner .item-inner:hover {
	border-color: #000;
}

.form-review .option {
	margin-bottom: 11px;
	text-align: center;
}

.form-review .option span {
}

#related {
	text-align: center;
	display: inline-block;
	position: relative;
	width: 100%;
}

.product-related.box.bloglatest .product-block:hover .img,.product-related.box.bloglatest .product-block:hover .image {
	opacity: .8;
}

#related .carousel-controls {
	display: inline-block;
	position: relative;
	width: 100%;
	top: initial;
	left: initial;
	margin-bottom: 40px;
	text-align: right;
}

#related .item {
	padding: 0 11px;
	width: 100%;
}

.review-list {
	padding: 16px;
	margin-bottom: 16px;
	border: 1px solid #EDEDED;
}

.review-list .rating {
	float: right;
	margin-bottom: 26px;
}

.review-list .author {
	float: left;
	margin-bottom: 26px;
}

.review-list .text {
	clear: both;
}

.attribute thead td,.attribute thead tr td:first-child {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	background: #F7F7F7;
	text-align: left;
}

.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-bottom: 20px;
}

.attribute td {
	padding: 7px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.attribute tr td:first-child {
	font-weight: 700;
	text-align: right;
	width: 20%;
}

.download-list.NotDownloaded .download-info {
	padding-left: 35px;
}

.download-list .download-count b {
	color: #cecece;
}

.cart-module > div {
	display: none;
}

.checkout-heading {
	background: #e7e7e7;
	border: 1px solid #e7e7e7;
	padding: 8px;
	font-weight: 700;
	color: #555;
	margin-bottom: 15px;
}

.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: 400;
	text-decoration: none;
}

.checkout-content {
	padding: 0 0 15px;
	display: none;
}

.checkout-content .buttons {
	clear: both;
}

.checkout-product thead .quantity,.checkout-product thead .price,.checkout-product thead .total {
	text-align: right;
}

#content .content {
	margin: 10px 0;
	margin-top: -28px;
	width: 100%;
	margin-left: 50px;
}

.contact-location {
	margin-bottom: 12px;
}

.contact-location img {
	max-width: none;
}

.contact-content .content {
	background-color: #e6e6e6;
	padding: 20px;
	border: 0;
}

.contact-content .content a {
	color: #999;
}

.contact-content .content .form-control {
	border: none;
}

.contact-content .buttons {
	border: 0;
	padding: 0;
	margin-top: 20px;
	background: transparent;
}

.contact-content .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #292929;
	font-size: 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.contact-content .fa:hover {
	background-color: #666;
}

.tabs-group .tab-content {
	padding: 13px 30px;
	max-width: 750px;
	margin: 0;
	text-align: left;
	float: right;
	margin-bottom: 16px;
	background-color: #fff;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-left: 1px solid #f2f2f2;
	z-index: 2;
	margin-top: 0;
	font-size: 17px;
	color: #000;
}

.tabs-group {
	text-align: center;
	display: inline-block;
	margin-top: 65px;
}

.longImg.page-product .tabs-group {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.tabs-group .tab-content p {
	font-size: 17px;
	line-height: 150%;
	color: #575757;
}


.tabs-group .tab-content h3 {
	text-transform: none;
	font-weight: 600;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ulcontainer {
	border-top: 1px solid #ebebeb;
	margin: 20px 0;
	padding: 20px 0;
}

.ulcontainer ul {
	list-style: disc;
	padding-left: 20px;
	line-height: 30px;
}

.ulcontainer ul li {
	line-height: 30px;
}

.ulcontainer li {
	color: #4d4d4d;
	font-size: 16px;
}

.ulcontainer h3 span {
	background: #f1f1f1;
	padding: 4px 11px 3px;
	border-radius: 20px;
	margin: 0 0 0 7px;
	font-weight: 400;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}


.page-account-edit h2,.page-account-password h2,.page-account-address h2 {
	margin-bottom: 60px;
}

.longImg .product-info .product-extra .cart {
	margin: 0 15px;
	margin-top: 0;
	vertical-align: middle;
	width: 240px;
}

.longImg .product-info .price {
	margin: auto;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 38px;
	position: relative;
	width: initial;
	text-align: center;
	display: inline-block;
	padding: 10px 0 13px 0;
}

.price-tag_product {
    display: inline-block;
    background: rgb(163 163 163 / 14%);
    color: #7a7a7a;
    padding: 6px 8px 4px;
    border-radius: 4px;
    vertical-align: text-bottom;
    margin-left: 12px;
}

.longImg .price_wrapper {
    margin-bottom: 50px;
}

.coming_soon {
    display: inline-block;
    background: rgb(177 177 177 / 13%);
    color: #9b9b9b;
    padding: 11px 17px 11px;
    font-size: 17px;
    border-radius: 13px;
}
.longImg .row .col-lg-6.col-md-6:nth-child(2) {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

.longImg .tabs-group .tab-content {
	max-width: 85%;
	flex-grow: 1;
}

.longImg img.in-product-large-image {
	width: 100%;
	margin-bottom: 0;
	margin-top: 60px;
	display: inherit;
	border-bottom: 1px solid rgba(152, 152, 152, 0.18);
}

body.page-product {
	background-color: #fff!important;
}

.longImg .product-info .product-extra {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	margin-top: 20px;
	margin-bottom: 0px;
}

.product-info .product-extra .preview-container {
	display: inline-block;
	border-radius: inherit;
}

.page-product .row .col-lg-6.col-md-6:nth-child(2) {
	margin-left: 50px;
	width: calc(50% - 100px);
	text-align: left;
}

.free_price {
	font-size: 20px;
	background: #f7f7f7;
	color: #999999;
	display: inline-block;
	padding: 7px 51px 5px;
	border-radius: 18px;
	margin: 0 0 -25px 0;
}

.longImg .row .col-lg-6.col-md-6:nth-child(2) {
	margin-left: 0;
	width: 100%;
	text-align: center;
}

.pav-megamenu .mega-group .caret {
	display: none;
}

.pav-megamenu .mega-group > .dropdown-toggle {
	display: block;
	padding: 6px 5px;
}

.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
	margin-left: 6px;
}

.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.widget-product-list .image {
	float: left;
	margin-right: 10px;
}

.widget-banner {
	border: 1px solid #e7e7e7;
}

.widget-banner .w-banner {
	margin: 6px 10px;
	float: left;
}

.w-product: last-child {
	margin-bottom: 0;
}

.w-product {
	margin-bottom: 15px;
}

.widget-product-list .price {
	font-size: 15px;
	color: #fff;
}

.widget-product-list .price-old {
	text-decoration: line-through;
	font-size: 12px;
}

.hidden-title .menu-title {
	display: none;
}

.welcome.pull-left.hidden-sm.hidden-xs > a:nth-child(3) {
	display: none;
}

.welcome.pull-left.hidden-sm.hidden-xs > a:nth-child(3):hover {
	background-color: transparent!important;
	opacity: .5;
}

#header #cart {
	width: 75px;
	height: 100%;
	background: transparent;
}

#header #cart.active {
	height: 78px;
}

div#qooqee-logo {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 111111;
	height: 100%;
	width: 34px;
	vertical-align: top;
	float: left;
}

div#qooqee-logo a {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	padding-left: 34px;
	font-weight: 400;
	position: absolute;
	top: 0;
	border: none;
	outline: none;
	left: 0;
	background-image: url(/image/data/qooqeeLogo.svg);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 26px;
	font-synthesis: none;
	font-feature-settings: 'kern';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

div#qooqee-logo a:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

#header #cart .heading a span:nth-child(2) {
	background-image: url(/image/data/cart_qooqee_al.png);
	top: 0;
	height: 100%;
	display: inline-block;
	padding: 0;
	font-size: 12px;
	background-color: transparent;
	line-height: 59px;
	background-size: 21px;
	border-left: 1px solid rgba(255,255,255,0.08);
	background-position: 50%;
	color: #cecece;
	font-weight: 400;
	max-width: 82px;
}

div#cart .media-body.heading a:hover span:nth-child(2) {
	background-color: transparent;
}

div#cart .media-body.heading a:hover span:nth-child(2) {
	background-color: rgba(195,195,195,0.13)!important;
}

#search input {
	-webkit-appearance: none;
	padding: 8px 37px 5px 23px;
	font-weight: 100;
	transition: all .5s;
	opacity: 0;
	position: absolute;
	width: 46px;
	border: 0;
	right: 0;
	top: 0;
	cursor: pointer;
	background-color: #fff;
	height: 40px;
	font-size: 15px;
	border-radius: 3px;
	letter-spacing: 0;
	-webkit-transition: inherit;
	transition: inherit;
}

#search:hover span {
	-webkit-transform: rotate(10deg) scale(1.07);
	transform: rotate(10deg) scale(1.07);
}

#search .button-search {
	background-image: url(/image/data/searchqooqeew.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	height: 100%;
	top: 0;
	right: 20px;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: inherit;
	transition: inherit;
}

div#search.clicked input {
	width: 233px;
	opacity: 1;
	margin-right: -164px;
	pointer-events: auto;
	cursor: initial;
}

div#search.clicked .button-search {
	opacity: .7;
	right: -162px;
	width: 41px;
	pointer-events: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
	background-image: url(/image/data/searchqooqee.svg);
	background-size: 17px;
	opacity: 0.3;
}

#notification .success {
	background-color: #fff;
	position: fixed;
	border: 1px solid rgba(90, 90, 90, 0.08);
	left: 50%;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	padding: 20px 20px;
	margin: 0;
	width: 670px;
	height: 500px;
	max-width: 88%;
	max-height: 88%;
	overflow: hidden;
	background-image: none;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 11111220;
	top: 50%;
	-webkit-box-shadow: 0 0 144px rgba(170, 170, 170, 0.21);
	box-shadow: 0 0 144px rgba(170, 170, 170, 0.21);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #8c8c8c;
}

#sys-notification {
	z-index: 1.1111111111111E+15;
	position: relative;
}

.success .close {
	width: 37px;
	top: 10px;
	right: 10px;
}

#notification {
	margin: 0;
}

#notification .success a:first-child {
	color: #060606!important;
	font-size: inherit;
	font-size: 22px;
	padding: 6px 3px;
	width: 100%;
	display: inline-block;
	/* font-weight: 600!important; */
	font-family: "Avenir", "Open Sans", sans-serif;
}

.success a:nth-child(2),.page-account-download .cart_ad_but {
	border: 1px solid #0897f6;
	background: #0896f5;
	color: #fff!important;
	border-radius: 4px;
	padding-right: 50px;
	position: relative;
	padding: 15px 28px;
	padding-right: 51px;
	font-size: 15px;
}

.success a:nth-child(2):hover {
	background-color: #0081d8;
	color: #fff!important;
}

.success a:nth-child(2):hover:after {
	border-color: #fff;
}

.success a:nth-child(2):after,.page-account-download .cart_ad_but:after {
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	transition: all .2s ease;
	background: inherit;
	border: 1px solid rgba(255,255,255,0.69);
	border-bottom: 0;
	border-left: 0;
	background: transparent;
	margin-left: 26px;
	top: calc(50% + 1px);
	-webkit-transform: rotate(45deg) translate(-7px,0px);
	-moz-transform: rotate(45deg) translate(-7px,0px);
	-o-transform: rotate(45deg) translate(-7px,0px);
	-ms-transform: rotate(45deg) translate(-7px,0px);
	transform: rotate(45deg) translate(-7px,0px);
	-webkit-border-radius: 3px;
	border-radius: 0;
}

.welcome.pull-left.hidden-sm.hidden-xs > a:nth-child(2) {
	background: rgba(125,125,125,0.17);
	border: 0;
	display: none;
}

a.LoInTopBar {
	color: #d3d3d3;
	font-size: 16px;
	font-family: inherit;
	display: inline-block;
	text-align: right;
	position: relative;
	padding-left: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-right: 50px;
}

#search {
	position: relative;
	float: none!important;
	margin-right: 0;
	z-index: 1111111111111;
	height: 100%;
	vertical-align: top;
	cursor: auto;
	-webkit-transition: all .3s ease;
	transition: all .3s cubic-bezier(0.1, 0.51, 0.65, 0.89);
	display: inline-block;
	width: 55px;
	margin-left: 30px;
}

body.longImg #header {
	border: 0;
}

#pav-mainnav .container {
	height: 100%;
	width: 100%;
	z-index: 0;
	text-align: inherit;
	display: flex;
	justify-content: space-between;
}

#pav-mainnav .container:before, #pav-mainnav .container:after {
	display: none;
}

.SuccessNotImg {
	position: absolute;
	height: 100%;
	width: 170px;
	top: 0;
	left: 0;
	display: none;
	background-image: url(/image/data/insidenotifiqooqee.jpg);
	background-repeat: no-repeat;
	background-size: 160px;
	background-position: -50px 80%;
}

body.page-checkout-checkout a.cartQch {
	display: none!important;
}

#pav-mainnav div.CartTrigger svg {
	height: 100%;
	width: 23px;
}

#footer .footer-center .inner .row:first-child {
	display: none;
}

section#footer {
	width: 100%;
	background-color: #fff;
	padding: 0 40px;
	bottom: 0;
	overflow: hidden;
	border-top: 1px solid rgba(0,0,0,0.08);
	min-height: 100px;
	margin-top: 71px;
}

#footer .footer-center .inner .row .column: last-child {
	display: none;
}

#footer .footer-center .inner .row .column {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin: 0;
	border: 0;
	background: none;
	width: 150px;
	height: auto;
}

#footer .footer-center .inner .row {
	text-align: center;
	padding-left: 0;
}

#footer .footer-center .box,#footer .footer-center .box .box-content {
	text-align: left;
}

#footer .footer-center a.box.call-us {
	background-image: url(/image/data/qooqeeLogo.svg);
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 140px;
	display: inline-block;
	line-height: 51px;
	font-size: 19px;
	margin: 0;
	padding-left: 45px;
	color: #262626;
}

#footer .footer-center .box a {
	padding-left: 0;
	font-size: 14px;
	color: rgba(0,0,0,0.53);
}

#footer .footer-center .inner {
	border: 0;
}

#footer .footer-center {
	padding: 100px 20px 10px;
	display: inherit;
	text-align: center;
}

.footer-center .container {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 100%;
}

#footer .footer-center .inner .row .column:first-child {
	border: 0;
	width: 296px;
	margin: 0;
	height: 160px;
	text-align: left;
	float: left!important;
	margin-right: 30px;
	margin-left: 17px;
	padding: 0;
}

#footer .box .box-heading {
	padding: 0 0 21px;
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 600;
}

#powered a {
	bottom: -15px;
	color: inherit;
	font-weight: 400;
	font-size: inherit;
	left: 140px;
}

div#powered {
	background: inherit;
	width: 100%;
	bottom: 0;
	font-size: 16px;
}

#footer .column ul li:hover a {
	color: rgba(0,0,0,0.69);
	border-bottom: 1px solid rgba(60,60,60,0.41);
}

#footer .column ul li:hover {
	margin: inherit;
}

#footer .column ul li {
	padding-bottom: 14px;
}

.f-q-cardsinfo img {
	width: 246px;
	height: auto;
	float: right;
}

#pav-mainnav {
	z-index: 150;
	top: 0;
	display: inline-block;
	text-align: left;
	height: 100%;
	width: 100%;
}

#pav-mainnav .parent_menu {
	position: static;
}

.cartDropOp:after {
	top: -7px;
	background-color: inherit;
	border: 1px solid rgba(0, 0, 0, 0.34);
	border-width: 1px 0px 0px 1px;
	display: none;
}

.accountDetailsDrop .adcontainer:after {
	top: 11px;
	left: initial;
	right: 23px;
}

.pav-megamenu .cols2 {
	width: 420px;
}

.pav-megamenu .cols3 {
	width: 620px;
}

.pav-megamenu .cols4 {
	width: 820px;
}

.megamenu .dropdown .dropdown-menu ul li.mega-group .dropdown-toggle span,.pavo-widget .menu-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 72px;
	letter-spacing: 3px;
	line-height: 40px;
	cursor: default;
}

.parent.dropdown-submenu:before {
	display: none;
}

.widget-inner ul>li:before,.dropdown-mega ul>li:before {
	color: #fff;
	content: "\f178";
	font-family: 'FontAwesome';
	display: inline-block;
	position: absolute;
	right: 0;
	left: auto;
	line-height: 26px;
}

.widget-inner ul li.parent:before {
	display: none;
}

.widget-inner a {
	color: #999;
}

.widget-inner a:hover {
	color: #fff;
}

.widget-inner .price-old {
	color: #999;
}

.btn-theme-primary {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-style: italic;
	padding: 5px 6px;
	display: none;
}

.btn-theme-primary:hover {
	background-color: #666;
	color: #fff;
}

.text-primary-theme {
	color: #000;
}

.text-danger-theme {
	color: #EDEDED;
}

.iconbox {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	height: 28px;
	line-height: 28px;
	width: 28px;
	-webkit-box-shadow: 0 0 0 2px #000;
	box-shadow: 0 0 0 2px #000;
	position: relative;
	z-index: 1;
	display: inline-block;
	color: #000;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-right: 8px;
}

.iconbox:after {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	left: -2px;
	padding: 2px;
	top: -2px;
	-webkit-transition: all .4s ease 0;
	transition: all .4s ease 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.iconbox:hover:after {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease 0;
	transition: all .4s ease 0;
	color: #999;
}

.iconbox i {
	padding-left: 4px;
}

.social a {
	display: inline-block;
	height: 30px;
	line-height: 33px;
	text-align: center;
	-webkit-transition: all .4s ease 0;
	transition: all .4s ease 0;
	width: 30px;
}

.social a .stack {
	font-size: 30px;
}

.box-services .btn-info {
	background-color: transparent;
	-webkit-box-shadow: 0 0 0 3px #4c4c4c;
	box-shadow: 0 0 0 3px #4c4c4c;
}

.box-services .btn-info:after {
	background: repeat scroll 0 0 #4c4c4c;
}

.box-services .btn-info:hover {
	color: #4c4c4c;
	color: #fff \9;
}

.box-media .media {
	color: #939393;
	background-color: #fafafa;
	border: 1px solid #f6f6f6;
	padding: 10px;
}

.box-media .media a.pull-left {
	margin-right: -45px;
}

.box-media .media a.pull-right {
	margin-left: -45px;
}

.box-media .media .media-right {
	text-align: right;
}

.box-media .media .media-right p {
	margin-right: 0;
	margin-left: 30px;
}

.box-media .media p {
	margin-right: 30px;
}

.media-dark .media {
	background-color: #efefef;
	border: 1px solid #efefef;
}

.newsletter .navbar-form {
	padding: 0;
}

.form-control,input,select {
	border: 1px solid rgba(148,148,148,0.15);
	font-weight: 400;
	border-radius: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: rgba(102,102,102,0.87);
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 4px 11px;
	margin-right: 10px;
}

.page-product .form-review textarea.form-control {
	width: 100%;
	font-size: 20px;
	padding-top: 15px;
	background: white;
	font-weight: 200;
	margin-bottom: 50px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.page-product .form-review input.form-control {
	width: 100%;
	font-size: 17px;
	background: white;
	border: 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.31);
	height: 50px;
}

.page-product .form-review .form-group input.form-control {
	width: 149px;
	background: white;
	border-color: gray;
	margin-top: 30px;
	border-style: dashed;
}

body.page-product .attention {
	background: none;
	width: 100%;
	padding: 0;
	text-align: left;
	border: 0;
	margin: 0;
}

body.page-product .attention img {
	max-width: 40px;
	height: 40px;
	float: none;
	display: inline-block;
}

.page-product-search .col-lg-6.col-md-6.col-sm-6 select.form-control {
	display: none;
}

#header .row .col-lg-6.col-md-6:nth-child(2) {
	display: none!important;
}

.widget-inner {
	padding-left: 10px;
}

.widget-inner ul li {
	margin-right: 10px;
}

body .preview-button.desktop-preview {
	display: inline-block;
	border-radius: inherit;
	vertical-align: top;
	position: relative;
	top: 0 !important;
}

.preview-button.desktop-preview a img {
	display: none;
}

.preview-button.desktop-preview a {
	font-size: 17px;
	font-weight: 400;
	align-items: center;
	justify-content: center;
	height: 52px;
	display: flex;
	text-transform: inherit;
	padding: 1px 18px 0;
	text-align: center;
	width: 280px;
	color: #ffffff;
	vertical-align: middle;
	border-radius: inherit;
	background-color: #089cff;
	letter-spacing: inherit;
}

.longImg .preview-button.desktop-preview a {
	width: 190px;
}

#topbar .container .inner .row .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	width: 100%;
	text-align: right;
	padding: 0;
	height: 100%;
	display: inline-block;
}

#footer .footer-center .container .inner .row section.col-lg-6.col-md-6.col-sm-6.col-xs-12 {
	margin-left: 0;
}

section.col-lg-12.col-md-12.col-sm-12.col-xs-12 > #content > .content-top > .box > .tab-nav > .nav > .active > a {
	font-size: 12px;
	letter-spacing: 6px;
	left: -21px;
	padding: 0 0 23px;
	margin-top: 0;
	margin-bottom: 20px;
	width: 244px;
	display: inline-table;
	font-weight: 200;
	text-align: center;
	color: rgba(30,30,30,0.5);
}

#powered > .container > .inner > .copyright {
	text-transform: none;
	font-weight: 100;
	padding: 0 5px;
	line-height: 110%;
	height: 50px;
	padding-top: 21px;
	font-size: 14px;
	opacity: 1;
	text-align: left;
	color: rgba(0,0,0,0.46);
	border-top: 1px solid rgba(120,120,120,0.11);
}

#powered > .container > .inner > .copyright > a {
	text-transform: none;
}

.myaccount.pull-left {
	display: none;
}

i.fa.fa-times-circle-o {
	font-size: 19px;
	margin-left: 124px;
	color: rgba(167,167,167,0);
}

#topbar .container {
	width: 100%;
	height: 100%;
}

div#column-right a {
	font-size: 14px;
}

.buttons > .right > a.button:hover {
	color: #eaeaea!important;
	background-color: #2e2e2e;
	opacity: .6;
}

.col-lg-4.col-md-4.col-sm-6.col-xs-12.product-block .image {
	margin-bottom: 0!important;
}

div#qooqee-logo:hover {
	opacity: .8;
}

.page-product section#columns {
	margin-top: 0;
}

.inner-toggle .login.links a: last-child {
	display: none;
}

.dropdown-menu-inner .row .mega-col.col-xs-12.col-sm-12.col-md-3 {
	background: transparent;
}

body #page #columns {
	min-height: calc(100vh - 450px);
}

section#columns .container .row aside.col-lg-3.col-md-3.col-sm-12.col-xs-12 {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	display: none;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 {
	width: 100%;
}

section.col-lg-12.col-md-12.col-sm-12.col-xs-12 #content .content-top .box.producttabs {
	margin-top: -10px;
}

.box-module-pavbanners.prefix_class2 {
	margin-top: 100px;
	padding-top: 75px;
	border-top: rgba(218,218,218,0.54) solid 1px;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:first-child {
	margin-right: 0;
}

.checkout .col-lg-3 {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-family: inherit;
	border: none;
}

section#columns .container .row aside.col-lg-3.col-sm-3.col-xs-12 {
	background: none;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: none;
}

.page-account-address section#columns .container .row aside.col-lg-3.col-sm-3.col-xs-12 {
	display: none;
}

.dropdown-menu-inner .row .mega-col.col-xs-12.col-sm-12.col-md-3 {
	background: none;
	box-shadow: none;
	height: auto;
	border: none;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:first-child .inner form .content .form-control {
	background-color: #faffbd;
	border: solid 1px rgba(190,190,190,0.58);
	box-shadow: none;
}

.pull-right.header-right .media-body.heading .content a.button {
	color: #e2e2e2!important;
	background-color: #4d4d4d!important;
	text-transform: none!important;
	font-size: 12px!important;
	border-radius: 2px!important;
	font-weight: 100;
	font-family: inherit;
	padding: 13px 40px;
}

div#confirm .checkout-content .payment .buttons .right a.button {
	background-color: #2196F3;
	color: #fff!important;
	font-weight: 300;
	border-radius: 100px;
	margin-top: 10px;
	transition: none;
	text-align: r;
	width: 350px;
	max-width: 88%;
	padding: 23px 87px;
	margin-right: -1px;
}

div#confirm .checkout-content .payment .buttons .right a.button:hover {
	background-color: #007cdf;
}

aside.col-lg-3.col-sm-3.col-xs-12 div#column-right .box .box-content ul li a {
	font-weight: 400;
	font-size: 12px;
	color: #000;
	line-height: 1;
}

aside.col-lg-3.col-sm-3.col-xs-12 div#column-right .box .box-content ul li a:hover {
	color: #acacac;
}

.pav-shop-cart tbody tr td.quantity a img {
	margin-top: -8px;
}

.product-related.box.bloglatest .box-heading span {
	background: transparent;
}

.page-account-success section#page section#columns .container .row section.col-lg-9.col-sm-9.col-xs-12 div#content p:nth-child(4) {
	margin-bottom: 5px;
	font-weight: 400;
	margin-top: 30px;
}

.page-account-success section#page section#columns .container .row section.col-lg-9.col-sm-9.col-xs-12 div#content .buttons .right a {
	border-radius: 4px;
	padding: 16px 53px;
}

.page-account-activate section#page {
}

.page-account-activate div#column-right {
	display: none;
}

.page-account-activate #content p:nth-child(4) {
	font-size: 18px;
	padding: 28px 36px 28px 30px;
	border-radius: 5px;
	margin-top: 30px;
	background: #eeffed;
	border: #e1e1e1 solid 1px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	font-weight: 100;
	margin-bottom: 13px;
	margin-left: -10px;
}

.page-account-activate #content h1 {
	font-size: 24px;
	margin-bottom: -58px;
	font-weight: 400;
	letter-spacing: 2px;
}

.page-account-activate #content .buttons a {
	border-radius: 5px;
	padding: 16px 52px;
	font-weight: 400;
	font-size: 12px;
}

.page-account-success aside.col-lg-3.col-sm-3.col-xs-12 {
	display: none;
}

.page-account-success section.col-lg-9.col-sm-9.col-xs-12 {
	width: 100%;
}

.page-account-activate #content .buttons .right {
	float: right;
}

.page-account-activate #content .buttons {
	margin: 37px 10px 10px -11px;
}

.page-account-activate .container .row {
	margin-left: 25px;
	margin-right: 25px;
}

input#button-register {
	padding: 10px 47px;
	margin-left: 20px;
}

.page-account-activate div#content {
	min-height: 400px;
	margin-bottom: 25px;
	background-color: rgba(255,255,255,0.74);
	padding: 50px;
	border-radius: 14px;
	border: solid 1px rgba(103,103,103,0.21);
	padding-bottom: 100px;
}

body.page-checkout-success .buttons .right a, .page-checkout-success a.successDw {
	text-align: center;
	width: 254px;
	font-weight: 400;
	border-radius: 3px;
	background-color: #089cff;
	transition: none;
	font-size: 17px;
	background-image: url(/image/data/chekouticqooqee.svg);
	background-repeat: no-repeat;
	background-size: 26px;
	background-position: 59px 50%;
	opacity: 1;
	position: relative;
	padding-left: 50px;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	border: none;
	line-height: 33px;
	letter-spacing: 1px;
	-webkit-transition: all .1s cubic-bezier(0.51,0.14,0.3,0.81);
	transition: all .1s cubic-bezier(0.51,0.14,0.3,0.81);
}

.page-account-recurring aside.col-lg-3.col-md-3.col-sm-12.col-xs-122 {
	display: none;
}

.page-account-logout aside.col-lg-3.col-sm-3.col-xs-12 {
	display: none;
}

.page-account-logout section.col-lg-9.col-sm-9.col-xs-12 {
	width: 100%;
}

#form1 .form-cell div:nth-child(8) {
	margin-bottom: 0!important;
	height: 120px;
	width: 356px;
}

#form1 .form-cell div: last-child {
	width: 100%;
}

#form1 .form-cell textarea {
	border-radius: 3px;
	margin-top: 9px;
	height: 300px;
	background-color: #fbfbfb;
	border: 1px solid rgba(0,0,0,0.13);
	font-weight: 400;
	font-size: 18px;
	box-shadow: -3px -3px 2px rgba(0,0,0,0);
	padding: 14px 21px;
}

#form1 .form-cell .form-file-help,#form4 .form-cell .form-file-help,#form5 .form-cell .form-file-help {
	display: none;
}

#form1 input.form-fileupload,#form4 input.form-fileupload,#form5 input.form-fileupload {
	width: auto;
	max-width: 100%;
}

#form1 a.button,#form2 a.button,#form3 a.button,#form4 a.button,#form5 a.button {
	border-radius: 2px;
	padding: 18px 115px;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	float: ri;
	background-color: #373737;
	letter-spacing: 4px;
}

#form1 a.button:hover,#form2 a.button:hover,#form3 a.button:hover,#form4 a.button:hover,#form5 a.button:hover {
	background-color: #000;
}

.page-information span.required {
	font-size: 19px;
	font-family: -webkit-body;
}

form#form2 {
	background: rgba(255,255,255,0);
	border: 1px solid rgba(186,186,186,0);
	padding: 0;
	border-radius: 8px;
	width: 70%;
	min-width: 400px;
}

#form2 textarea,#form4 textarea,#form5 textarea {
	border-radius: 4px;
	margin-top: 9px;
	height: 300px;
	border: 1px solid #e4e4e4;
	font-weight: 400;
	font-size: 18px;
	background-color: #fff;
	padding: 14px 21px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
	padding: 63px;
	width: 555px!important;
	opacity: .9;
	text-align: center;
}

.page-information .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix button {
	padding: 9px 36px;
	margin-top: 27px;
	font-size: 11px;
	font-weight: 400;
	display: inline-block;
	color: #f5f5f5;
	text-transform: uppercase;
	background: #202020;
	border-radius: 4px;
}

.page-information .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix button:hover {
	opacity: .7;
}

.page-information .ui-dialog-buttonset {
	width: 100%;
}

.ui-dialog-content.ui-widget-content {
	display: inline-block!important;
	font-size: 16px;
}

.page-information .form-required.form-required-bg {
	background: rgba(255,222,222,0.21);
	border: 1px solid rgba(255,129,129,0.39);
	border-radius: 0;
	margin: 0 10px 13px 0;
	padding: 3px 20px 18px!important;
	box-shadow: none;
}

.form-required.form-required-bg {
	background: rgba(255,221,221,0.46);
	border: 1px solid #FFC5C5;
	border-radius: 0;
	margin: 10px 5px;
	box-shadow: none;
}

.page-information .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
	background: none;
	text-align: center;
	border: none;
}

.page-information input#FileUpload {
	padding: 9px 15px;
	background-color: rgba(255,255,255,0.45)!important;
	padding: 15px 20px 59px 56px;
	margin-top: 10px;
}

.page-information .ui-widget-overlay {
	background-image: none!important;
	background-color: rgba(218,218,218,0.69)!important;
	opacity: 1;
}

.page-information .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable {
	box-shadow: 0 3px 16px rgba(136,136,136,0);
	border: 1px solid rgba(96,96,96,0);
	border-radius: 0;
	background: #fff;
}

#form1,#form3,#form2,#form4,#form5 {
	background: rgba(255,255,255,0);
	border: 2px solid rgba(0,0,0,0);
	width: 100%;
	box-shadow: 1px 2px 4px rgba(0,0,0,0);
}

#form3 .form-cell div {
	width: 48.5%;
	display: inline-table;
}

#form3 .form-cell div: last-child {
	width: 100%;
}

#form3 .form-cell textarea {
	border-radius: 5px;
	margin-top: 9px;
	background-color: #F8F8F8;
	height: 300px;
	border-color: rgba(0,0,0,0.12);
	font-weight: 400;
	font-size: 18px;
	padding: 14px 21px;
}

#form3 .form-cell div:nth-child(7) {
	margin-bottom: 25px;
}

#form3 a.button {
	padding: 16px 75px;
	margin-top: 20px;
	border: none;
	border-radius: 2px;
	color: #f2f2f2!important;
	letter-spacing: 4px;
}

.content {
	width: 50%;
	margin-left: -72px!important;
	margin-right: 72px!important;
}

.page-account-forgotten .content {
	margin: 0!important;
}

.page-account-forgotten input.form-control {
	margin: 0;
	border-radius: 5px;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-size: 17px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	width: 100%;
	padding: 0px 24px;
	color: black;
	height: 53px;
	background-color: #FFF;
	border-color: rgba(0,0,0,0.15);
}

.page-account-forgotten table.form {
	margin: 0;
	margin-top: 20px;
	margin-bottom: -11px;
}

.page-account-forgotten .left {
	display: none;
}

.page-account-forgotten .right {
	display: inline-block;
	width: 100%;
	text-align: center!important;
	/* float: none; */
}

.page-account-forgotten td:first-child {
	display: none;
}

.page-account-forgotten td {
	text-align: center;
	margin-right: 100px;
	padding: 0 !important;
}

.page-account-edit form {
	margin-left: 31px;
}

.page-account-edit .right {
	text-align: left;
	float: left;
	width: 269px;
	margin-left: 9px;
}

.page-account-edit .right input,.page-account-newsletter .right input,.page-account-password .right input {
	height: 48px;
	width: 300px;
	border-radius: 2px;
	padding-bottom: 2px;
	font-weight: 400;
	padding-top: 2px;
}

page-account-edit .required {
}

.page-account-edit .required {
	font-size: 16px;
	font-family: -webkit-body;
}

.page-account-password form {
	margin-left: 31px;
}

.page-account-password .right,.page-account-newsletter .right {
	text-align: left;
	float: left;
	width: 197px;
	margin-left: 9px;
}

.page-account-password .required {
	font-size: 16px;
	font-family: -webkit-body;
}

.page-account-address .content {
	margin-left: -1px!important;
}

.page-account-address tr {
	width: 100%;
}

.page-account-address a.button {
	padding: 10px 20px;
}

.page-account-address td {
	float: left;
	width: 100%;
}

.page-account-address .right {
	float: left;
	margin-left: 10px;
}

.page-account-address .buttons > .right > a.button {
	padding: 10px 23px;
}

.revieModelas {
	width: 300px;
	border-top: 1px dashed rgba(128, 128, 128, 0.23);
	margin-top: 20px;
	display: inline-block;
	max-width: 450px;
	min-width: 300px;
}

.revieModelas span {
	text-transform: uppercase;
	float: right;
	padding-top: 7px;
	letter-spacing: 2px;
	color: gray;
}

.revieModelas span:first-child {
	float: left;
}

div#tab-review span#review-title {
	font-size: 38px;
	font-weight: 300;
	color: #555;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.page-account-password input.form-control {
	width: 240px;
}

.page-account-password table.form {
	margin-left: 24px;
}

.success a,.warning a,.attention a,.information a {
	font-weight: 400!important;
	letter-spacing: .5px;
	font-size: 14px;
	color: #6C6C6C!important;
}

.success a {
	color: #fff!important;
}

a.CheckoutButtonNotif {
	width: 260px;
	line-height: 54px;
	background-color: #0096ff;
	background-image: url(/image/data/incartgoqq22.svg);
	background-size: 26px;
	text-align: revert;
	background-position: calc(50% - 50px) -34px;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	transition: all .2s ease;
	padding-left: 32px;
	font-weight: 400!important;
	font-size: 18px;
	margin-top: 36px;
	padding-top: 2px;
	border-radius: 4px;
	text-align: center;
}

#notification a.CartButtonNotif {
	color: #2196F3 !important;
	font-size: 17px;
	display: inline-block;
	width: 250px;
	line-height: 50px;
	border-radius: 2px;
	margin-top: -10px;
	padding-bottom: 2px;
}

#notification a.CartButtonNotif:hover {
	color: #1a5d92 !important;
}

a.CheckoutButtonNotif:hover {
	background-color: #018be7;
}

.welcome.pull-left.hidden-sm.hidden-xs > a:nth-child(2) {
	border-left: 1px solid rgba(255,255,255,0.08);
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-account-order .content {
	margin: 0!important;
}

.TopSection input.inmSearch::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-weight: 300;
}

.TopSection input.inmSearch::-moz-placeholder {
	/* Firefox 19+ */
	font-weight: 300;
}

.TopSection input.inmSearch:-ms-input-placeholder {
	/* IE 10+ */
	font-weight: 300;
}

.TopSection input.inmSearch:-moz-placeholder {
	/* Firefox 18- */
	font-weight: 300;
}

.page-account-recurring .content {
	margin: 0!important;
}

.pforgot {
	font-size: 12px;
	float: right;
	width: 100%;
	text-align: right;
	height: 20px;
	margin-top: 10px;
	color: #548FAC;
}

.pforgot:hover {
	color: #000;
}

.textregac {
	font-size: 14px;
	color: #588197;
	font-weight: 100;
}

.page-product .checkbox label {
	margin-left: 10px;
	padding: 20px 0;
}

.page-product .checkbox {
	margin-top: 7px;
	border: 1px solid #dedede;
	width: 377px;
	font-size: 15px;
	background-color: #fff;
	padding: 18px 10px 18px 50px;
	border-radius: 5px;
}

.success a:nth-child(2) {
	background-position: 130px 5px;
	color: #fff!important;
	padding: 10px 30px 12px 27px;
	font-size: 15px;
	margin-left: 14px;
	background-color: #0d84bb;
	border-radius: 5px;
	background-size: 27px;
}

body.page-product .success .close, body.page-category .success .close {
	color: #fff!important;
	height: auto;
	width: 54px;
	height: auto;
	top: 10px;
	right: 10px;
	padding: 12px;
}

.success .close:hover {
	opacity: 0.5;
}

.success a:nth-child(2):hover {
	background-color: #206786;
	border-radius: 5px;
}

.page-home .page-checkout-cart #form1 .form-control,input,select,#form2 .form-control,input,select,#form3 .form-control,input,select {
	background-color: #ffffff;
}

#option-313 select.form-control {
	border: 2px solid #ff6262;
}

#option-313 label {
	color: #F77;
	width: 100%;
	margin-top: 0;
}

.hdmw {
	padding-bottom: 20px;
	width: 100%;
	text-align: left;
	display: inline-block;
	margin-top: 24px;
	font-size: 18px;
	font-weight: 100;
	color: #919191;
	border-radius: 8px;
	background-color: rgba(255,255,255,0.48);
	padding: 50px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.hdmw a {
	color: #009fe7;
	font-weight: 200;
	font-size: 18px;
	text-transform: none;
}

.download-button-account a:hover {
	background-color: #03a9f4;
	color: #fff!important;
	background-position: 100% 3px;
}

ul.download-button-account {
	margin-bottom: 48px;
	margin-top: 50px;
}

.checkout-signup-btn {
	margin: 0;
	margin-top: -21px;
	width: 45%;
	min-width: 250px;
	margin-bottom: -10px;
	background-color: #5b85c4;
	background-color: #393939;
	border-radius: 3px;
	padding: 10px 7px!important;
	height: 60px;
	max-width: 400px;
	font-weight: 200!important;
	font-size: 14px;
}

.checkout-signup-btn:hover {
	opacity: .8;
}

.page-checkout-ppx_checkout span.required {
	color: #000!important;
	font-size: 14px;
	font-weight: 400;
}

.page-account-forgotten div#breadcrumb {
	display: none;
}

.page-account-forgotten div#content {
	text-align: left !important;
	background-color: transparent;
	padding-bottom: 290px;
	background-image: url(/image/data/Forgot_password_Muse_Widgets_Templates_QooQee.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 274px;
	text-align: center;
	width: 500px;
	max-width: 100%;
	padding: 20px 10px 300px;
	margin: auto;
}

.page-account-forgotten div#content p {
	font-size: 17px;
	width: 100%;
	color: #b6b6b6;
	display: inline-block;
	font-weight: 200;
	margin: 0px 0 0 0;
	text-align: left;
}

.page-account-forgotten input.button {
	width: 100%;
	line-height: 37px;
	font-size: 15px;
	margin: 11px 0 0 0;
	text-transform: uppercase;
	border-radius: 4px;
	font-weight: 200;
	background-color: #0095ff;
	letter-spacing: 2px;
}

.page-account-forgotten input.button:hover {
	opacity: .7;
}

div#currencyandlanguage {
	display: inline-block;
	float: right;
	margin: 16px 0;
}

div#currencyandlanguage .currency,div#currencyandlanguage .language {
	display: inline-block;
	float: none!important;
	vertical-align: middle;
}

#currencyandlanguage .dropdown-toggle {
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0;
}

#currencyandlanguage .dropdown-toggle span {
	display: inherit;
}

#currencyandlanguage .currency .dropdown-toggle {
	border-radius: 4px;
	color: #656565;
	font-weight: 500;
	padding: 0 8px;
	background-color: rgba(142, 142, 142, 0.07);
}

div#currencyandlanguage .dropdown-menu.dropdown {
	background-color: #fafafa;
	border: 1px solid #00000012;
	border-radius: 3px;
	max-width: initial;
	top: initial;
	right: 0;
	left: initial;
	bottom: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

div#currencyandlanguage .fa-angle-down:before {
	content: "\f106";
	color: #9d9d9d;
	font-size: 14px;
	margin-left: 6px;
	display: none;
}

div#currencyandlanguage .btn-group.open .fa-angle-down:before {
	content: "\f107";
}

div#currencyandlanguage .list-item {
	width: 100%;
	display: flex;
	padding: 8px 13px;
	font-size: 13px;
	cursor: pointer;
	color: grey;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

div#currencyandlanguage .list-item:hover {
	opacity: 1;
	color: black;
}

div#currencyandlanguage .list-item img {
	vertical-align: middle;
	margin-right: 12px;
}

.box-currency .item-symbol {font-size: 15px;opacity: 0.5;}

div#currencyandlanguage .list-item:hover span {
	color: #000;
}

div#currencyandlanguage .currency-wrapper.pull-right span b {
	font-size: 13px;
	font-style: unset;
	font-weight: 100;
	font-family: "Avenir", "Open Sans", sans-serif;
	display: inline-block;
	padding: 0 0 0 2px;
}

div#currencyandlanguage .language.pull-left {
	padding-left: 12px;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:first-child {
	width: 40%;
	margin-right: 60px;
	padding: 50px;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) {
	text-align: left;
	padding: 0 10px;
	width: 40%;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) .inner form .content b {
	text-align: left;
}

section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) .inner form .content p:first-child {
	display: none;
}

.LinkHolderLogin {
	text-align: center;
	margin-bottom: 78px;
	background-repeat: no-repeat;
	background-position: 50% 16px;
	background-image: url(/image/data/qooqeeLogo.svg);
	background-size: 52px;
	font-size: 20px;
	font-weight: 400;
	f padding-top: 80px;
	height: 107px;
	color: #474747;
}

#cboxContent {
	background: none!important;
}

.preview-button.desktop-preview:hover a {
	transition: none;
}

.preview-button.desktop-preview:hover a {
	background-color: #1a96f8;
}

.col-lg-6.col-md-6.image-container {
	z-index: 10;
	padding: 0;
	width: auto;
}

.breadcrumb a:hover {
	color: #000;
}

.col-lg-6.col-md-6 h1 {
}

#image-additional-carousel .item a:first-child {
	display: none;
}

.activemailqooqee {
	font-size: 12px;
	color: #7d7d7d;
	letter-spacing: .5px;
}

ul.social {
	position: absolute;
	left: -495px;
}

.content.news-register-w tr {
	float: left!important;
}

.content.news-register-w {
	width: 100%!important;
}

body: : selection {
	background-color: rgba(118,200,223,0.22);
}

.pull-right.header-right .media-body.heading .content .empty {
	padding-top: 100px;
	margin-top: 0;
	background-image: none,url(/image/data/shopping-cart-empty.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: 147px auto;
	height: 200px;
}

.page-account-voucher td {
	padding-right: 30px;
}

.page-account-voucher span.required {
	font-size: 13px;
}

.page-account-voucher table.form td {
	padding-right: 20px;
	text-align: left!important;
}

#voucher form.navbar-form {
	width: 100%;
	margin-left: 73px;
	background-color: #FDFDFD;
	margin-bottom: 103px;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 40px;
	text-align: right;
}

#voucher form.navbar-form input[type="submit"] {
	padding: 11px 16px;
	margin: 10px;
	background-color: rgba(255,255,255,0);
	color: #636363!important;
	border: #8c8c8c solid 2px;
	font-weight: 400;
	padding: 9px 20px;
	margin-left: -10px;
}

#voucher form.navbar-form .form-control {
	width: 145px;
	height: 39px;
}

.page-account-voucher table.form td input#voucher-8 {
	margin: 4px 13px 17px 8px;
}

.page-account-voucher table.form tr td:first-child {
	max-width: 200px;
	min-width: 100px;
	width: 200px;
}

.page-account-voucher span.error {
	text-align: left;
	min-width: 400px;
}

span.wait.waitfCH {
	width: 100%;
	text-align: center;
	height: 110px;
	display: inline-block;
}

span.wait.waitfCH div {
	background-image: url(/image/data/loadingqooqee.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 14px) 50%;
	background-size: 30px;
	width: 50px;
	height: 110px;
	display: inline-block;
}

.CircleEffect {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	overflow: hidden;
}

.rooh {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.14);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.animaterooh {
	-webkit-animation: ripple .65s linear;
	-moz-animation: ripple .65s linear;
	-ms-animation: ripple .65s linear;
	-o-animation: ripple .65s linear;
	animation: ripple .65s linear;
}

@-webkit-keyframes ripple {
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}

@-moz-keyframes ripple {
	100% {
		opacity: 0;
		-moz-transform: scale(2.5);
	}
}

@-o-keyframes ripple {
	100% {
		opacity: 0;
		-o-transform: scale(2.5);
	}
}

@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

body.page-checkout-success #content {
	text-align: center;
}

body.page-checkout-success p {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 50px;
}

body.page-checkout-success #content h1 {
	margin: 10px 0;
}

body.page-checkout-success p a {
	font-size: inherit;
	color: #0098ff;
	font-weight: 600;
}

body.page-checkout-success .buttons {
	text-align: center;
}

body.page-checkout-success .buttons {
	display: none;
}

.page-checkout-success .successShot {
	width: 100%;
	margin-top: 4vw;
	height: 80vh;
	background-image: url(/image/data/successqooqee.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	max-height: 500px;
}

body.page-checkout-success {
	background-color: #fff!important;
}

body.page-product #columns section {
	-moz-font-feature-settings: liga,kern;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-color: #fff!important;
	direction: ltr;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
}

.versionHistoryButton {
	text-align: center;
}

body.longImg .product-info .options .tf-m {
	display: none;
}

#content .dark_txt {
	font-size: 40px;
	font-weight: 900;
	line-height: 130%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Avenir", "Open Sans", sans-serif;
}

.gray_txt {
	font-family: "Avenir", "Open Sans", sans-serif;
	font-weight: 900;
	font-size: 25px;
	line-height: 110%;
	text-align: left;
	max-width: 480px;
	margin: 4px 0 0 0;
	color: inherit;
	color: #b3b3b3;
}

body .normal_button {
	font-size: 19px;
	letter-spacing: 0px;
	display: inline-block;
	-webkit-transition: all 0.25s ease-out 0.1s;
	transition: all 0.25s ease-out 0.1s;
	z-index: 4;
	margin-right: 58px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0);
	border: 0;
	margin: 0;
	border-radius: 3px;
	padding: 2px 30px 0 0;
	position: relative;
	line-height: 50px;
	background-image: url(/image/data/icon/gotopage_rt.svg);
	background-repeat: no-repeat;
	background-position: 100% 54%;
	background-size: 17px;
}

.st_tr:after {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #333;
	bottom: 6px;
}

.medium_title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: left;
}

#content .text_mono {
	font-size: 14px;
	color: #9c9c9c;
	margin-bottom: 11px;
	font-weight: 400;
	line-height: 120%;
	text-transform: initial;
	font-family: "Roboto Mono", "Open Sans", sans-serif;
}

.default_text {
	font-weight: 400;
	font-size: 17px;
	color: #717171;
	text-transform: none;
	max-width: 430px;
	line-height: 210%;
	margin: 0;
}

.pr_ico {
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 13px;
	font-weight: 400;
	margin-top: 2px;
	background-size: contain;
	background-color: transparent !important;
	color: #908f8f;
	font-size: 14px;
	letter-spacing: 0;
}

.pr_ico:before {
	content: ' ';
	display: inline-block;
	width: 11px;
	height: 11px;
	margin: -2px 7px 0 0px;
	border-radius: 50%;
}

.pr_ico.pr_free {
	width: auto;
	color: #637b64 !important;
}

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

.po_bottom {
	display: flex;
	margin-top: 4px;
}

.price_a_icons {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	height: 27px;
	font-family: "Roboto Mono","Open Sans", sans-serif;
}

.product-block .price_a_icons > div {
	color: #ffe460;
	display: flex;
	justify-content: center;
	height: 28px;
	align-items: center;
	letter-spacing: -0.3px;
	font-size: 17px;
	padding: 0px 9px 2px;
	margin: 0 0 20px 0;
	font-weight: 400;
	background-color: #040404;
	border-radius: 2px;
}

.pr_ico.ic-wf:before {
	background: #4253FF;
}

.pr_ico.ic-muse:before {
	background: #c0de66;
}
.pr_ico.ic-xd:before {
	background: #f17ad8;
}

.product-block h3.name a {
	white-space: nowrap;
	width: 100%;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	font-weight: 400;
	line-height: 140%;
	color: #222222;
}

.row.box-product,.products-block {
	display: flex;
	text-align: center;
	width: 100%;
	max-width: 1555px;
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.product_item {
	background: transparent;
	box-shadow: none;
	display: inline-block;
	float: none;
	width: calc((100% / 5) - 1vw);
	height: auto;
	background-color: transparent;
	border: 0;
	margin: 0 1vw 2vw 0;
	padding: 0;
}

.product_outer {
	width: 100%;
	position: relative;
	justify-content: space-between;
	display: flex;
	margin-top: 4px;
	flex-direction: column;
}

.product-block h3.name {
	text-align: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: auto;
}

.product-related .product-meta .warp-info {
	margin: 12px 0 0 0;
}

.product-block .name,.product-block .price {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.product-mta {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	padding: 8px;
	z-index: 2;
	- webkittransform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

input.addtocart {
	height: 51px;
	width: 70px;
	border-radius: 5px;
	background: transparent;
	border: 0;
	letter-spacing: 0.5px !important;
	margin: 0;
	background-image: url(/image/data/add_to_cart_item.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30px;
	-webkit-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
}

input.addtocart:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

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

	.CartTrigger.filledWith .cartDropOp {
		left: -170px;
	}

	#pav-mainnav .navbar ul.nav > li > a {
		padding: 0 20px;
		font-size: 16px;
		/* line-height: 80px; */
	}

	a.LoInTopBar {
		max-width: 140px;
		font-size: 16px;
	}

	#pav-mainnav .navbar .navbar-collapse {
		padding-left: 40px;
	}

	#search .button-search {
		right: 20px;
	}

	#search {
	}

	#sys-notification .container {
		max-width: 100%;
	}

	#notification .success {
		max-width: 95%;
		width: 730px;
		padding: 11vh 2vw;
		text-align: center;
	}

	.SuccessNotImg {
		display: none;
	}
}

@media (max-width: 1199px) {

	#content .product_item {
		width: calc((100% / 3) - 1vw);
	}
}

@media (max-width: 1000px) {
	.product-block h3.name a {
		font-size: 20px;
	}

	.product-block .image:hover .item-overlay {
		background-position: 50%;
		background-size: 50px;
	}

	.container #content .review {
		display: none;
	}

	body .pagination {
		margin: 30px 0 0 0;
	}

	section#footer {
		margin-top: 40px;
	}

	.CartTrigger .cartDropOp {
		display: none !important;
	}

	div#powered {
		bottom: 14px;
		padding-left: 30px;
		background: transparent;
	}

	#powered .container {
		padding: 0;
		width: 100%;
		max-width: 100%;
	}

	.welcome.pull-left.hidden-sm.hidden-xs.AcDropContainer {
		display: none !important;
	}

	section#topbar {
		height: 66px;
	}

	div.CartTrigger {
		float: right;
	}

	.CartTrigger.filledWith .cartDropOp {
		display: none;
	}

.filledWith .insideCarttriggger {margin-left: 3px;}

	div#qooqee-logo a {
		background-size: 20px;
		background-position: 10px 50%;
		font-size: 0;
		padding: 0;
		background-position: center;
	}

	#pav-mainnav .mainnav-wrap {
		display: none;
	}

	#search {
		display: none;
	}

	div#search:hover input {
		width: 0;
		opacity: 0;
	}

	div#search:hover .button-search {
		right: 20px;
	}

	#pav-mainnav .container {
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	div#qooqee-logo {
		width: 50px;
		overflow: hidden;
		background: transparent;
		padding: 0;
		position: absolute;
		left: calc(50% - 25px);
		margin: 0 !important;
	}

	#qooqee-logo a {
		width: 23px;
	}

	.product-related.box.bloglatest {
		margin-top: 0;
	}

	.product-related.box.bloglatest .box-heading span {
		font-size: 12px;
	}

	#related .carousel-inner .row .product-block {
		min-width: 100%;
		margin-bottom: 30px;
	}

	#related .carousel-controls {
		text-align: center;
	}

	#related .carousel-inner .row {
		justify-content: center;
	}

	.htabs {
		float: none;
		max-width: 100%;
		margin: 0;
		margin: 20px 0;
		display: flex;
		justify-content: center;
		border-bottom: 1px solid #0000001f;
	}

	.tabs-group {
		margin-top: 0;
	}

	.longImg.page-product .tabs-group {
		flex-direction: column;
	}

	.longImg .product-info .product-extra {
		text-align: center;
		font-size: 0;
		width: 100%;
	}

	.longImg img.in-product-large-image {
		margin-top: 0;
	}

	.page-product .col-lg-6.col-md-6.image-container {
		padding: 0;
		margin: 0;
	}

	.product-info .row {
		flex-direction: column;
	}

	.page-product section#columns {
		padding: 0 10px;
	}

	#pav-mainnav .navbar ul.nav > li > a {
		margin-top: 0;
	}

	.product-info .price {
		margin-top: 16px;
	}

	.gallery a {
		width: auto!important;
	}

	.category-list {
		display: none;
	}

	#header {
		height: 44px !important;
	}

	.product-info .review > div {
		text-align: center;
	}

	h1.heading_title span {
		padding-left: 0;
		padding: 0;
	}

	.product-info .price {
		text-align: center;
		margin: 20px 0 31px 0;
		width: 100%;
	}

	.col-lg-6.col-md-6 .description .options h2 {
		text-align: left;
	}

	section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) .inner h2 {
		background: none;
		letter-spacing: 0;
		border: none;
		text-align: left;
		padding-top: 49px;
		margin-bottom: -18px;
		font-size: 18px;
		color: #000;
	}

	section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) .inner form .content p {
		text-align: left;
	}

	section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:first-child {
		width: 100%;
		padding: 0;
		padding-bottom: 38px;
	}

	section.col-lg-9.col-md-9.col-sm-12.col-xs-12 div#content .login-content .row .col-lg-6.col-sm-6.col-xs-12:nth-child(2) {
		padding: 0;
		margin: 0;
		border-left: none;
		width: 100%;
	}

	.options .option .checkbox {
		margin: 2px 0 0;
		min-width: 347px;
	}

	.pavo-widget {
		display: none;
	}

	.dropdown-menu {
		margin: 0;
	}

	.product-info .image {
		margin-bottom: 0;
	}

	.tabs-group .tab-content {
		text-align: left;
		width: 100%;
		float: none;
		border: none;
	}

	.support.pull-left {
		display: none;
	}

	#qooqee-logo {
		left: 0;
		border: none;
		width: 80px;
		padding: 10px 16px 17px 13px;
		top: 0;
	}

	div#qooqee-logo > a > img {
		max-width: 111%;
	}

	section.col-lg-12.col-md-12.col-sm-12.col-xs-12 > #content > .content-top > .box > .tab-nav > .nav > .active > a {
		display: none;
	}

	#logo {
		text-align: center;
	}

	#content h1,.heading_title {
		font-size: 23px;
		padding-left: 0;
		padding-bottom: 14px;
	}

	.page-product #content h1 {
		font-size: 23px;
		padding-bottom: 0;
	}

	.tablet-preview {
		display: none!important;
	}

	.mobile-preview {
		display: none!important;
	}

	.preview-container .preview-button: last-child {
		border-bottom: solid 1px rgba(255,255,255,0.16);
		border-radius: 0;
	}

	.preview-container .desktop-preview a img {
		display: none;
	}

	.page-product .row .col-lg-6.col-md-6:nth-child(2) {
		margin-left: 0;
		margin-top: 40px;
		width: 100%;
		text-align: center;
	}

	.longImg .row .col-lg-6.col-md-6:nth-child(2) {
		margin-bottom: 0;
		margin-top: 0;
	}

	.longImg.page-product #content h1 {
		margin-top: 25px;
		margin-bottom: 0;
		font-size: 34px;
	}

	.longImg.page-product #content h2 {
		margin-bottom: 0;
		font-size: 17px;
		line-height: 30px;
		width: 100%;
		margin: 0;
		float: none;
		text-align: left;
	}

	.navbar-collapse.collapse {
		display: none!important;
	}

	#topbar .btn-group .dropdown-menu {
		border-top: 1px solid #EDEDED;
		top: 94%;
	}

	#topbar .inner {
		border-bottom: none;
		padding: 0;
	}

	.navbar-nav > li {
		float: none;
	}

	.pav-colorbox {
		display: none!important;
	}

	.widget-inner ul > li:before,.dropdown-mega ul > li:before {
		color: #000;
	}

	.htabs a {
		margin-right: 20px;
	}

	.page-product .htabs a span .material-icons {
		margin: 0 11px 0 0;
	}

	.page-product .tabs-group .tab-content {
		max-width: 80%;
		padding: 0;
	}

	.product-info .product-extra .cart:hover {
		background-image: none;
	}

	.product-info .product-extra .change_button:hover {
		background-position: 45% 2px!important;
		background-color: transparent;
	}

	.product-info .product-extra .change_button:hover:after {
		color: rgba(0,0,0,0);
		top: -22px;
		width: 153px;
		display: inline-block;
	}

	.product-info .product-extra .cart {
		transition: none;
		background-image: none;
		padding: 0;
		margin: 0 11px;
	}

	.page-product .product-info .product-extra {
		text-align: center;
		line-height: 53px;
		margin: 10px 0 0px 0;
	}

	.page-product .product-info .product-extra br {
		display: none;
	}

	.page-product .product-info .options {
		padding: 0;
	}

	.product-info .product-extra .cart i {
		display: none;
	}

	.product-info .product-extra .cart input {
		line-height: 48px;
		vertical-align: middle;
		margin: 0;
		opacity: 1 !important;
	}

	.product-info .product-extra .cart:hover input {
		color: #089cff;
	}

	.product-info .product-extra .change_button:after {
		transition: none;
	}

	.col-lg-6.col-md-6 .description .options div:nth-child(2) {
		margin-top: 20px;
		margin-bottom: 40px;
		width: 70%;
		max-width: 100%;
	}
}

@media (max-width: 991px) {
	#content .product_item {
		width: calc((100% / 2) - 1vw);
		margin-bottom: 20px;
	}

	.product-block .item_decont, .product-mta {
		display: none;
	}

	.tabs-group .tab-content {
		width: 100%;
	}

	.product-block .description {
		display: none;
	}

	.preview-container {
		float: right;
	}

	.page-account-forgotten .right {
		text-align: left;
	}

	.page-account-forgotten input.form-control {
	}

	.page-account-forgotten td {
		text-align: left;
	}

	#form1 .form-cell div,#form3 .form-cell div {
		float: none;
		width: 100%!important;
	}

	.widget-inner a:hover {
		color: #000;
	}

	.dropdown-mega .dropdown-menu-inner .menu-title {
		color: #999!important;
	}

	.dropdown-mega .dropdown-menu-inner .menu-title:hover {
		color: #000!important;
	}

	.f-q-cardsinfo img {
		display: none;
	}

	#footer .footer-center .inner .row .column {
		width: 137px;
	}

	#footer .footer-center .inner .row .column:first-child {
		width: 110px;
		float: left!important;
	}

	#footer .footer-center .inner .row {
		text-align: right;
	}

	#footer .footer-center .container {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	#footer .footer-center a.box.call-us {
		font-size: 17px;
		background-size: 39px;
	}

	.tab-nav .nav-tabs {
		padding-left: 0;
	}

	.carousel-controls {
		left: 0;
	}
}

@media (max-width: 768px) {
	.htabs a {
		font-size: 0;
		margin: 50px 10px;
		display: flex;
		padding: 0;
	}

	.page-product .htabs a span .material-icons {
		margin: 0;
		font-size: 31px;
	}

	.MenuTrigger {
		left: 2px;
	}

	.download-list .download-content {
		text-align: center;
	}

	.page-product .compare.cart a {
		line-height: 46px;
	}

	.longImg .product-info .product-extra .cart {
		margin: 0;
		line-height: 10px;
		width: 190px;
	}

	.product-info .product-extra .cart input {
		/* line-height: 53px; */
	}

	.product-extra .topTrget {
		display: block !important;
		margin: 10px 0;
	}

	.MenuTrigger span {
		width: 18px;
		left: 24px;
	}

	.MenuMobile a {
		line-height: 40px;
		font-size: 15px;
	}

	input.inmSearch {
		font-size: 15px;
		height: 40px;
	}

	.MenuMobile {
		padding: 60px 60px 40px 60px;
	}

	#pav-mainnav .mainnav-wrap {
		margin-left: 20px;
	}

	div.CartTrigger {
		margin-right: 0;
		background-size: 21px;
	}

a.CartTriggerMain {
	justify-content: flex-end;
}

.MenuTrigger span {}

	body.longImg div#breadcrumb {
		display: none;
	}

	.longImg .container {
		max-width: 100%;
	}

	.LoginPIm {
		display: none;
	}

	.box.box-product.bestseller .box-content .col-lg-3.col-sm-3.col-xs-12 {
		width: 42%!important;
		display: inline-block;
	}

	.success {
		height: auto;
		padding: 17px 50px 20px 60px;
		background-position: 15px 15px;
		background-size: 35px;
	}

	.success .close {
		width: 30px;
		padding: 0;
		border-radius: 100px;
	}

	.success a:nth-child(2) {
		float: none;
		padding: 10px 5px!important;
		text-align: center;
		display: inline-block;
		width: 200px;
		margin-top: 20px;
	}

	#mainmenutop .navbar-nav {
		display: none;
	}

	.navbar-inverse .navbar-toggle {
		left: -10px;
	}

	.longImg.page-product #content h1 {
		font-size: 28px;
	}

	#powered .container {
		text-align: center;
	}

	#powered .inner {
		text-align: center;
		display: inline-block;
		max-width: 100%;
	}

	#footer .footer-center .inner .row {
		text-align: center;
		padding: 0;
	}

	#footer .footer-center a.box.call-us {
		margin-top: 30px;
		background-size: 33px;
		font-size: 0;
		padding-left: 0;
		width: 40px;
	}

	#footer .footer-center {
		padding: 0!important;
		margin-bottom: 30px;
	}

	#footer .footer-center .inner .row .column {
		display: none;
	}

	#footer .footer-center .inner .row .column:first-child {
		display: inline-block;
		height: 91px;
		border: 0;
		float: none!important;
		text-align: center;
		background-size: 33px;
		margin: 0;
		background-position: center;
	}

	#footer {
		margin-top: 0;
	}

	div#powered {
		margin-top: 0;
		bottom: 15px;
		padding: 0;
		width: 100%;
	}

	#powered > .container > .inner > .copyright {
		width: 100%;
		margin: 0;
		border: 0;
		text-align: center;
		padding: 20px 0 0;
		display: inline-block;
	}

	div#currencyandlanguage {
		margin: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.product-block .product-meta {
		padding: 0 5px;
	}

	#related .box-content.products-block.carousel-inner .warp-info h3.name {
		text-align: center;
	}

	.page-home .col-xs-12 .box a img {
		width: 100%;
	}

	.page-home .col-xs-12:first-child .box:nth-child(2) {
		display: none;
	}

	#related .box-content.products-block.carousel-inner .warp-info .price {
		margin-left: 30px;
		padding-top: 9px;
	}

	.page-home .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
		float: left;
		margin-bottom: -30px;
	}

	.row {
		text-align: center;
	}

	.header-hidden {
		display: none!important;
	}

	.btn-danger {
		border: none;
		margin-top: 10px;
	}

	.product-block .image .hover-image {
		display: none!important;
	}

	.zoomContainer {
		display: none!important;
	}

	.product-block .name,.product-block .price {
		text-align: center;
	}

	.col-xs-12 {
		text-align: left;
	}

	.tablet-preview {
		display: none!important;
	}

	.mobile-preview {
		display: none!important;
	}
}

@media (max-width: 480px) {
	#breadcrumb {
		display:none;
	}

	#content .product_item {
		width: 100%;
	}

	.product_item {
		width: 100%;
	}

	.page-account-edit .right {
		margin-left: 0!important;
		margin-top: 5px!important;
	}

	.page-account-password .right {
		margin-left: 0!important;
		margin-top: 5px!important;
	}

	#footer {
		height: 222px!important;
	}

	div#powered {
		bottom: 0;
	}

	#powered a {
		letter-spacing: 0;
		color: rgba(128,128,128,0.67);
		font-weight: 200;
	}

	#powered > .container > .inner > .copyright {
		width: 100%;
		text-align: center;
		letter-spacing: 0;
		font-size: 0;
	}

	.product-info .product-extra .cart {
		width: 100%!important;
		margin: 0;
	}

	.preview-button.desktop-preview a {
		width: 100%;
	}

	.longImg .preview-button.desktop-preview a {
		width: 100%;
		line-height: 52px;
	}

	.product-info .product-extra .cart input {
		line-height: 46px;
	}

	.preview-button.desktop-preview {
		width: 100%!important;
		margin-bottom: 0;
	}

	.box.box-product.bestseller .box-content .col-lg-3.col-sm-3.col-xs-12 {
		width: 72%;
		display: inline-block;
		float: none;
	}

	.box.box-product.bestseller .box-content .row {
		text-align: center;
	}

	.navbar-fixed-top {
		position: relative;
	}

	#page {
		padding-top: 0!important;
	}

	.newsletter .btn-arrow-right:before {
		display: none;
	}

	.producttabs .tab-content {
		margin-top: -44px;
	}

	.carousel-controls {
		left: 20%;
	}

	.product-block .warp-info {
		margin: 21px 0;
	}

	#footer .footer-center {
		padding-top: 0;
	}

	.box > img {
		padding: 0;
	}

	#footer .footer-center .box {
		margin-bottom: 20px;
	}

	#footer .box .box-heading {
		padding: 10px 0 21px;
	}

	.zoomContainer {
		display: none!important;
	}

	.tablet-preview {
		display: none!important;
	}

	.preview-button.mobile-preview {
		display: none!important;
	}
}
