a.boxclose{
    float: right;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    line-height: 9px;
	text-decoration: none;
}

.boxclose:before {
/*    content: "×"; */
}
.popquick_image {
    float: left;
}
.popquick_image > img {
    float: left;
    width: auto;
    padding: 0;
}
.popquick_details {
    width: auto;
    margin: 0;
}
.popquick_details p {
    margin: 0;
}
#meggno_popquick_wrap .meggno-power a {
    font-size: 8px;
    text-align: right;
    color: #A2A2A2;
	text-decoration: none;
}
#meggno_popquick_wrap .popquick_cusname {
    text-transform: capitalize;
}
#meggno_popquick {
    border: 0 none;
	box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
	-moz-box-shadow: 0 0 10px rgba(51, 60, 78, 0.1);
    display: none;
    font-family: Open Sans,sans-serif;
    position: fixed;
    text-align: left;
    max-width: 450px;
    z-index: 99999;
}
.small #meggno_popquick {
    max-width: 275px;
}
.medium #meggno_popquick {
    max-width: 350px;
}
.large #meggno_popquick {
    max-width: 450px;
    letter-spacing: 1.2px;
    line-height: 24px;
}
.bottom-left #meggno_popquick {
    bottom: 20px;
    left: 2%;
    right: auto !important;
    top: auto !important;
}
.bottom-right #meggno_popquick {
    bottom: 20px;
    right: 2%;
    left: auto !important;
    top: auto !important;
}
.top-right #meggno_popquick {
    bottom: auto !important;
    left: auto !important;
    right: 2%;
    top: 20px !important;
}
.top-left #meggno_popquick {
    bottom: auto !important;
    right: auto !important;
    left: 2%;
    top: 20px !important;
}
#meggno_popquick img {
    float: left;
    width: auto;
    padding: 0;
}
#meggno_popquick p {
    line-height: 1.4em;
    padding: 0px 10px 0 0;
    width: auto;
}
#meggno_popquick p a {
    display: block;
    font-size: 13px;
}
#meggno_popquick p small {
    display: block;
    font-size: 10px;
    margin-bottom: 8px;
}
.meggno-power {
    position: absolute;
    bottom: 0px;
    padding: 0!important;
    right: 6px;
	text-decoration: none;
}
.pq-product-title {
    line-height: 24px;
}
@media screen and (max-width: 767px) {
#meggno_popquick {
	width:400px;
}	
.popquick_details, #meggno_popquick p {
    font-size: 13px;
}
.pq-product-title {
    line-height: 18px;
}
}
@media screen and (max-width: 480px) {
.popquick_image {
    width: 20%;
    float: left;
}
.popquick_details, #meggno_popquick p {
    font-size: 11px;
}
.bottom-left #meggno_popquick, .top-left #meggno_popquick
{
	width:300px;
	left: 10px;
}
.bottom-right #meggno_popquick, .top-right #meggno_popquick
{
	width:300px;
	right: 10px;
}
#meggno_popquick .popquick-proname b {
    font-size: 11px;
    line-height: 1;
}
#meggno_popquick_wrap .meggno-power a
{
	font-size: 10px;
	text-decoration: none;
}
#meggno_popquick p
{
	line-height: 14px;
}
.pq-product-title {
    line-height: 15px;
}
}
/*  mozilla firebox animation css  */
@keyframes nFadeIn {
0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes nFadeIntop {
0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.top-left #meggno_popquick.fade-in, .top-right #meggno_popquick.fade-in {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeIntop;
    opacity: 1;
	display:block;
}
.bottom-left #meggno_popquick.fade-in, .bottom-right #meggno_popquick.fade-in {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeIn;
    opacity: 1 !important;
	display:block;
}
.top-left #meggno_popquick.fade-in, .top-right #meggno_popquick.fade-in {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeIntop;
}
.bottom-left #meggno_popquick.fade-in, .bottom-right #meggno_popquick.fade-in {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeIn;
}

@keyframes nFadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
}
@keyframes nFadeOuttop {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
}
}
.top-left #meggno_popquick.fade-out, .top-right #meggno_popquick.fade-out {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeOuttop;
    opacity: 0;
	display:none;
}
.bottom-left #meggno_popquick.fade-out, .bottom-right #meggno_popquick.fade-out {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: nFadeOut;
    opacity: 0;
	display:none;
}
/*  safari, chrome animation css  */
@-webkit-keyframes nFadeIn {
0% {
    opacity: 0;
	-webkit-transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
	-webkit-transform: none;
}
}
@-webkit-keyframes nFadeIntop {
0% {
    opacity: 0;
	-webkit-transform: translate3d(0px, -100%, 0px);
}
100% {
    opacity: 1;
	-webkit-transform: none;
}
}
@-webkit-keyframes nFadeOut {
0% {
    opacity: 1;
}
100% {
	-webkit-transform: translate3d(0px, 100%, 0px);
}
}
@-webkit-keyframes nFadeOuttop {
0% {
    opacity: 1;
}
100% {
	-webkit-transform: translate3d(0px, -100%, 0px);
}
}
.top-left #meggno_popquick.fade-out {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeOuttop;
    opacity: 0;
	display:block;
}
.top-right #meggno_popquick.fade-out {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeOuttop;
    opacity: 0;
	display:block;
}
.bottom-left #meggno_popquick.fade-out {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeOut;
    opacity: 0;
	display:block;
}
.bottom-right #meggno_popquick.fade-out {
	-webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: nFadeOut;
    opacity: 0;
	display:block;
}
.poplowstock{
	color: red;
}