@font-face{
    font-family: 'MyriadPro';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?iefix') format('eot'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#webfont') format('svg');
}

body {
    font-family: "Myriad Pro", arial;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
body img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #121212;
}
a:hover {
    text-decoration: underline;
    color: #000;
}

.footer {
    color: #cbcbcb;
    padding:15px;
}

.footer a, .footer li {
    text-decoration: none;
    color: #cbcbcb;
    line-height:18px;
    font-size:10.4px;
}

.footer li span {
    margin-left: -10px;
}


.footer a:hover {
    text-decoration: none;
}


#homepage1 {
    width:36.33%;
    display:inline-block;
}
#homepage2 {
    width:34.06%;
    display:inline-block;
}
#homepage3 {
    width:29.61%;
    display:inline-block;
}

#homepage-table {
    display:table;width:100%;
}

#nightout {
    width:36.33%;
    display:table-cell;
}

#right-nightout {
    width:63.67%;
    display:table-cell;
    position:relative;
    vertical-align:top;
}

#bottom-nightout {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

#homepage2-1 {
    width:53.58%;
    display:inline-block;
}

#homepage2-2 {
    width:46.42%;
    display:inline-block;
}

#homepage-text {
    padding:50px;
    line-height:25px;
    text-align:justify;
    font-size:17px;
}


.filter {
    padding:0px 33px 0px 20px;
    border: 1px solid #ccc;
    height:34px;
    background-color: #f5f5f5;
}
#filtersubmit {
    position: relative;
    z-index: 1;
    right: 30px;
    top: 1px;
    width: 0;
    font-size: 20px;
    color: #666666;
}

.headerlinkmobile
{
        vertical-align:middle;
        border-bottom:1px solid #c2c2c2;
        color:black;
        padding:20px;
        box-sizing:border-box;
        cursor:pointer;
}

.expandable {
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}

.display_filter
{
    background: rgba(237,237,237,1);
    background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
    width:100%;
    height: 54px;
    text-align:center;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    color: #565656;
    padding-top: 14px;
    box-sizing:border-box;
    font-size:20px;
}

#filtersubmit
{
    position: relative;
    z-index: 1;
    right: 25px;
    top: 1px;
    width: 0;
    font-size: 18px;
    background-color: #6f6963;
    color:green;
}

.details-title
{
    color: #af0c27;
    font-weight: bold;
}


h1, h2 {
    font-weight: normal;
}
.space5 {height: 5px;}
.space10 {height: 10px;}
.space15 {height: 15px;}
.space20 {height: 20px;}

.mobiletable {
    display: table;
    width: 100%;
}
.mobilerow {display: table-row;}
.mobilecell {display: table-cell;}
.simpletable {
    display: table;
    width: 100%;
}
.row {display: table-row;}
.simplecell {display: table-cell; text-align: left;}
.simplebox {   
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
}
.simpleboxg {   
    border: 0px solid #dddddd;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0px;
	width: 700px;
    margin-bottom: 0px;
}
.simpleinline {
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}
.gray-title {
    color: #6d6e70;
    font-size: 17px;
    font-weight: bold;
}
.green-title {
    color: #4fb05f;
    font-size: 17px;
    font-weight: bold;
}

.special-price {
    color: #4fb05f;
    font-size: 20px;
    font-weight: bold;
}


.inline-container .simpleinline:last-child {margin-right: 0px;}
.last-right {
    text-align: right;
}

.thumbnail-container {
    margin-bottom:15px;
    width:100%;
}

.thumbnail-container:last-child {
    margin-bottom:0px;
}

.thumbnails {
    height:calc(50.9vw - 41.025px);
    overflow-x:auto;
}

.thumbnails::-webkit-scrollbar {
    -webkit-appearance: none;
}

.thumbnails::-webkit-scrollbar:vertical {
    width: 11px;
}

.thumbnails::-webkit-scrollbar:horizontal {
    height: 11px;
}

.thumbnails::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.thumbnails::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


.inline-1-12 {
    width: 7.325%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-2-12 {
    width: 15.75%;
    padding-right: 1.1%;
    vertical-align: top;
}
.inline-3-12 {
    width: 24.175%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-4-12 {
    width: 32.6%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12 {
    width: 41.025%;
    margin-right: 1.1%;
    vertical-align: top;
}

.inline-5-12g {
    width: 41.025%;
    margin-left: -65px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-5-12g2 {
    width: 41.025%;
    margin-left: -85px;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-6-12 {
    width: 49.45%;
    margin-right: 0.4%;
    vertical-align: top;
}
.inline-6-12g {
    width: 100%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-7-12 {
    width: 56.8%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-8-12 {
    width: 66.3%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-9-12 {
    width: 74.1%;
    margin-right: 1.1%;
    vertical-align: top;
}
.inline-10-12 {
    width: 83.15%;
    padding-right: 1.1%;
}
.inline-11-12 {
    width: 91.575%;
    margin-right: 1.1%;
}
.inline-12-12 {
    width: 100%;
    margin: 0;
}

#size-chart td {
    padding:10px;
}

#cvv {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
}
#cvv-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 1002;
    border: 4px solid #ccc;
    width:600px;
    margin: -100px 0 0 -250px;
    background: #fff;
    padding:10px;
    box-sizing:border-box;
}
#cvv-wrapper #iframe {
    height: auto;
    padding: 0;
}

/* General */
#sb-bg {
    background: url('images/sb-bg.jpg');
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    z-index: 100;
}
#hdr-container {
    width: 100%;
    z-index: 1001;
    top: 0;
    background-color:black;
}
#hdr {
    height:100px;
    padding:5px 40px;
    width:100%;
    box-sizing:border-box;
    font-size:20px;
    color: white;
    font-size:12px;
}

#hdr a {
    color:white;
    text-decoration:none;
    font-weight: normal;
    font-size:12px;
}

#logo-container {
    padding:10px 40px;
    width:100%;
    box-sizing:border-box;
    background-color:white;
}

#bdy-container {
    width: 100%;
    padding:30px 40px 0px 40px;
    box-sizing:border-box;
    z-index: 1001;
    min-height: calc(100% - 253px);
}
#bdy-container2 {
    min-height: calc(100% - 253px);
}
#breadcrumbs {margin: 10px 0px 15px 0px;}
#breadcrumb-icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    background-image: url('/images/homeicon.png');
    background-repeat: no-repeat;
}
#ftr-container {
    width: 100%;
    background: #6f6f6f;
    color: #000;
    margin-top: 20px;
    text-align: center;
    z-index: 1001;
}
#ftr-mob {display: none;}
.iframeWrapper {
    position: relative;
    padding-bottom: 46%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.divider {
    border: 0;
    border-top: 1px solid #ca9198;
    margin: 15px 0px;
}

/* forms */
.formrow {margin: 5px 0px;}
.formlabel {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: right;
    width: 33%;
    margin-right: 1%;
    font-weight: bold;
    line-height: 25px;
}
.formbox {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
    width: 65%;
}
.formbox input[type='text'], .formbox input[type='password'] {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox input[type='submit'] {
    box-sizing: border-box;
    background: #1a5522;
    border: 0;
    -webkit-appearance: none;
    color: #fff;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
}
.formbox input[type='submit']:hover {opacity: 0.90;}
.formbox select {
    box-sizing: border-box;
    width: 100%;
    padding: 4px 0px;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.formbox textarea, .full-textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 1.7%;
    border-radius: 4px;
    border: 1px solid #ccc;
}


/* topnav.inc */
#hdr .simpleinline:first-child {
    width: 29.19254658%;
    margin: 0;
    background: url('images/hdr1.png');
}
#hdr .simpleinline:last-child {
    width: 70.80745341%;
    margin: 0;
    background: url('images/hdr2.png');
    background-size: 100%;
}
#hdr-mob form {
    margin: 0;
}
.whoweare li {
    padding: 10px 0px;
}

#hdr .simpleinline:last-child {text-align: right;}
#topnav li {
    display: inline-block;
    padding:  12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #3fbde6;
}
#topnav ul li ul li {
    padding: 0;
}
.hdr-mob-wide {
    padding: 10px 0px;
    border-bottom: 1px solid #676767;
    text-align: center;
}
.hdr-mob-wide .mobinline-10-12 {
    text-align: center;
}
.hdr-mob-each {
    padding: 10px;
    border-right: 1px solid #676767;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}
.hdr-mob-each img {
    width: 30px;
}
#hdr-mob .mobinline-3-12 {
    vertical-align: middle;
}
#topnav input:active,
#topnav input:focus,
#topnav input.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search {
    -webkit-box-shadow: none;
          box-shadow: none;
    padding:5px;
}

li.rights a {
    display: inline-block;
    margin-left: 8px;
}
li.rights img {
    vertical-align: middle;
    margin-right: 8px;
    height: 14px;
}
#mob-search {
    display: none;
    border-top: 1px solid #676767;
    border-bottom: 0;
    padding: 10px 0px;
}
#mob-search input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #00a9e4;
    background: #00a9e4;
    padding: 8px 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
}
#topnav form {
    margin: 0;

}
#topnav input[type='text'] {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 0;
    color: #ca9198;
    width: 170px;
    font-size: 12px;
}
#topnav-search {
    display: inline-block;
    vertical-align: middle;
    width: 5%;
}
#topnav-search input[type='submit'] {
    border: 0;
    width: 30px;
    cursor: pointer;
}

/* footer.inc */
.section-title {
    color: #00a9e4;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.section-subtitle {
    display: inline-block;
    color: #00a9e4;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;   
    margin: 5px 0px; 
}
.indent-mob {
    margin-left: 20px;
    font-size: 10px;
	height: 34px;
}
.indent-mobg {
    margin-left: 40px;
    font-size: 10px;
	height: 34px;
}

/*index.php*/
.topimg-index {
    position: relative;
    margin-bottom: 40px;
    z-index: 101;
}
.index-steps {
    margin-top: -200px;
    position: absolute;
    z-index: 1000;
}
.index-steps .simpleinline {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}
.index-bottom {
    margin-top: -50px;
}
.indexbox {
    position: relative;
    border-radius: 5px;
    padding: 30px 60px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    height: 287px;
    color: #6e6f71;
    z-index: 1000;
}
.indexbox div {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.index-custom {
    position: relative;
    z-index: 101;
}
.index-custom img {
    position: absolute;
    z-index: 100;
    top: 0;
}
.index-custom span {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    position: absolute;
    z-index: 10001;
    padding: 30px 60px;
    font-size: 18px;
    line-height: 30px;
    color: #6e6f71;
}
.buy-now-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 3px solid #fff;
}
.buy-now-index:hover {
    opacity: 0.9;
}
.product-wrapperg {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0.5%;
    color: #878c8e;
    text-align: center;
    font-size: 19px;
}

/* product.php */
.product-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 22.2%;
    margin: 1.3%;
    color: #878c8e;
    text-align: left;
    font-size: 19px;
    color:black;
    line-height:24px;
}
.product-wrapper img {
    margin-bottom: 15px;
    text-align:center;
}
.product-wrapper span {
    font-size: 12px;
}

/* details.php */
.details-container {
    font-size: 0;
}
.details-container .inline-10-12 {
    border-right: 1px solid #d0d1d2;
}
.details-container .simpleinline:last-child {margin-right: 0px;}
.product-recent {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #878c8e;
    text-align: center;
    font-size: 18px;
}
.product-recent img {
    height: 170px;
}
.details-price {
    margin: 10px 0px;
    color: #388db6;
    font-weight: bold;
    font-size: 26px;
}
.details-form input, .details-form select {
    vertical-align: middle;
}
.details-form select {
    height: 32px;
    width: 200px;
    vertical-align: middle;
    border: 1px solid #cfcfcf;
    padding: 5px;
    color: black;
    background: #f0f0f0;
}
.inline-s {
    margin: 5px 5px 5px 0px;
}
.topimg-details {
    margin-bottom: -50px;
}
.page-nav {
    font-size: 14px; 
    text-align: right; 
    color: #606060; 
    margin: 15px 0px;
}
.page-nav a {
    color: #606060;
}

/* viewcart.php */
hr.viewcart-hr {
    margin: 10px 0px;
    border: 0;
    border-top: 1px solid #000;
}
.shipping-info {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;    
}
.order-summary {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; 
}
.order-summary .simpleinline {
    vertical-align: middle;
}
.viewcart-promo {
    background: #fff;
    padding: 15px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 15px;
}
.viewcart-promo a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
#promo-box {
    display: none;
    margin-top: 10px;
}
#promo-box input[type='text'] {
    width: 100%;
    margin: 10px 0px;
    padding: 10px 3%;
    background: #f0f1f3 none repeat scroll 0 0;
    border: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 4px;
}
.addtocart {
    background: #323848;
    padding: 10px 0px;
    border: 0px solid #000000;
    color: #fff;
    font-weight: bold;
    width:100%;
    max-width: 425px;
    cursor: pointer;
}

.addtosellsheet {
    border:1px solid #edbcbe;
    background: white;
    color: #d5022c;
    padding: 9px 10px;
    width:200px;
    box-sizing:border-box;
    font-size:15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    height:35px;
}

.addtosellsheet:hover {
    background:#fdf2f5;
}

.footerinput {
    height:20px;
    vertical-align:top;
    font-size:11px;
}

.footerbutton {
    background: #333333;
    padding: 2px 0px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    width: 60px;
    cursor: pointer;
    height:20px;
    vertical-align:top;
}

h2.viewcart-h2 {
    margin-top: 5px;
}
.viewcart-right {
    background: #f0f0f0;
    padding: 15px;
    vertical-align: top;
    margin-top: 15px;
}
.viewcart-summary {
    background: #fff;
    width: 96%;
    margin: 0;
    padding: 2%;
    font-size: 14px;
}
.viewcart-summary .simplecell {
    padding: 8px 0px;
}
.summary-cll1 {
    width: 55%;
    text-align: left;
}
.summary-cll2 {
    width: 45%;
    text-align: right;
    font-weight: bold;
}
.checkout-btn {
    background: #ed4f3e;
    padding: 10px;
    border: 0px solid #3e8220;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

/* about.php */
.aboutpage .simpleinline {
    vertical-align: middle;
}

/* partners.php */
.partnerspage .simpleinline {
    text-align: center;
    vertical-align: middle;
}

/* whoweare.php */
.wwa-inline {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    height: 345px;
}
.wwa-inline:last-child {
    background: #002b76;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
}
.roundit {
    border-radius: 10px;
    padding: 15px;
}

#theperfectgift-container {
    margin-top: -100px;
}
#cleansandmassage-container {
    margin-top: -100px;
}
#rejuvenatinggel-container {
    margin-top: -115px;
}
#partnerspageg-container {
    margin-top: -70px;
}
#rejuvenatingcream-container {
    margin-top: -225px;
}


/* about.php */
#about-container {
    margin-top: -100px;
}
#about-container .roundit {
    line-height: 30px;
}
.wave-container {
    background-image: url('images/about-wave.png');
    background-size: 100%;
    height: 538px;
    padding: 0;
    line-height: 21px;
    color: #606060;
}
.wave-container .simpleinline:first-child img {
    margin-left: -80px;
}

/* feature */
.features-container {
    font-size: 0;
    margin-top: -45px;
}
.features-container .simpleinline:first-child {
    width: 50%;
    margin: 0;
    background: #ae001d;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
    line-height: 25px;
    color: #fff;
}
.features-container .simpleinline:last-child {
    width: 50%;
    margin: 0;
    background: #ae001d;
    padding: 15px;
    border-radius: 10px;
    vertical-align: middle;
}

/* theperfectgift.php */
.pg-container {
    font-size: 0;
    margin-top: -150px;
}
.pg-container .simpleinline:first-child {
    vertical-align: middle;
    width: 50%;
    margin: 0;
    background: #9feef3;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 30px;
    color: #606060;
}
.pg-container .simpleinline:last-child {
    vertical-align: middle;
    width: 50%;
    margin: 0;
}
.pg-container .simpleinline:last-child img {
    margin-left: -30px;
    max-width: none;
}
.pg-container2 {
    margin-top: -100px;
}
.pg-container2 .roundit {
    background: #dcddc7;
    color: #606060;
    line-height: 30px;
}
.pg-container2 img {
    float: left;
    width: 445px;
    margin-top: -30px;
    margin-left: -60px;
    margin-right: 20px;
}
/* cleanandmassage.php */
.reflexology {
    line-height: 30px;
}
.stress-container {
    background: #feae4d;
    color: #606060;
    line-height: 35px;
}
.stress-container img {
    float: right;
    margin-top: -40px;
    margin-right: -80px;
}
.cleanse-container {
    background: #bcd4d5;
    color: #606060;
    line-height: 31px;
}
.cleanse-container img[src="images/cam-thumb3.png"] {
    float: left;
    margin-left: -40px;
    border: 2px solid #bcd4d5;
    border-radius: 5px;
    margin-right: 20px;
}


/* rejuvenatingcream.php */
.rc-container {
    margin-top: -150px;
}
.rc-container .roundit {
    background: #9feef3;
    color: #606060;
    position: relative;
    z-index: 1000;
    line-height: 20px;
    margin-bottom: 10px;
}
.rc-container img {
    float: right;
    margin-top: -280px;
	margin-right: -120px;
}


/* rejuvenatinggel.php */
.rg-container .roundit {
    background: #9feef3;
    color: #606060;
    line-height: 20px;
    position: relative;
    z-index: 1000;
    margin-bottom: 10px;
}
.rg-container img {
    float: right;
    margin-top: -295px;
    margin-right: -220px;
}

/* customecolor.php */
.cc-container {
    background: #dcddc7; 
    color: #606060;
    line-height: 32px;
    margin-bottom: 20px;
}
.cc-container img {
    float: right;
    margin-right: -60px;
}

/* tradeshow.php */
.tradeshows-container .simpleinline {
    padding-right: 40px;
}

.smallsearch {
    display: none;
    cursor: pointer;
}


.justmobile {display: none;}

@media (max-width: 1570px) { 
    #homepage-text {
	padding: 5px;
    }
}

@media (max-width: 1330px) {
    #homepage-text {
        font-size: 15px;
        line-height:20px;
    }
}

@media (max-width: 1270px) {
    #homepage-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1080px) {
    #homepage-text {
        font-size: 13px;
        line-height: 16px;
    }
}
@media (max-width: 960px) {
    #homepage-text {
        font-size: 12px;
        line-height: 14px;
    }
}


@media (max-width: 900px) {
    .inline-1-12, .inline-2-12, .inline-3-12, .inline-4-12, .inline-5-12, .inline-6-12, .inline-7-12, .inline-8-12, .inline-9-12, .inline-10-12, .inline-11-12, #homepage1, #homepage2, #homepage3, #nightout, #right-nightout, #homepage2-1,#homepage2-2, #homepage-table {
        width: 100%;
        padding: 0;
        margin: 0px 0px 10px 0px;
        display:block;
    }
    
    #size-chart td {
         padding:5px;
    }



    #cvv-wrapper {
    	top: 0%;
    	left: 0%;
    	margin: 0px;
	width:100%;
    }

    #bottom-nightout {
	position:relative;
    }

    .mobinline-1-12 {
        width: 7.325%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-2-12 {
        width: 15.75%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-3-12 {
        width: 24.175%;
        margin-right: 1.1%;
        vertical-align: top;
    }
    .mobinline-8-12 {
        width: 66.3%;
        margin-right: 1.1%;
        vertical-align: top;
    }

    .mobinline-10-12 {
        width: 83.15%;
        margin-right: 1.1%;
    }
    #hdr, #topnav-container, #ftr-container {display: none;}
    #hdr-mob, #ftr-mob {display: block;}

    #hdr-container {
        width: 100%;
        background-position: right;
        color: #fff;
        z-index: 1001;
        position: static;
        top: auto;
    }

    /* forms */
    .formlabel, .formbox {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    /* index.php */
    .index-bottom {
        margin-top: 0;
    }
    .indexbox {
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        height: auto;
        margin-bottom: 0;
    }
    .index-custom {
        height: 220px;
    }
    .index-custom span {
    }
    .index-steps {
        position: static;
    }
    .indexbox div {
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);

        position: static;
        z-index: auto;
        padding: 0;
        line-height: normal;
        font-size: inherit;
        color: inherit;
    }
    .index-custom span {

        position: absolute;
        z-index: 10001;
        padding: 10px;
        line-height: normal;
        font-size: 14px;
        color: #6e6f71;
    }

    /* products.php */
    .product-wrapper {
        width: 43.3%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-wrapper span {
        font-size: 16px;
    }

    /* details.php */
    .topimg-details {
        margin-bottom: -40px;
    }
    .last-right {
        text-align: left;
    }
    .inline-s {
        width: 24%;
        margin: 0.5%;
        box-sizing: border-box;
    }
    .details-container .inline-10-12 {
        border-right: 0px solid #d0d1d2;
    }
    .product-recent {
        display: inline-block;
        width: 44%;
        margin: 0px 3% 10px 3%;
        font-size: 14px;
    }
    .product-recent span {
        font-size: 16px;
    }
    .MagicZoomPup, .MagicZoomPlus {
        width: 100%;
    }
    .product-recent img {
        height: auto;
    }

    /* who.php */

    .wwa-inline {
        height: auto;
        width: 100%;
        margin: 0;
    }
    .wwa-inline:last-child {
        height: auto;
        width: 100%;
        margin: 10px 0px;
        font-size: 14px;
        border-radius: 10px;
    }

    /* about.php */
    .wave-container .simpleinline:first-child img {
        margin-left: auto;
        width: 80%;
    }
    .wave-container {
        background: #9feef3;
        height: auto;
        padding: 15px;
        padding-bottom: 0;
        line-height: normal;
        color: #606060;
    }
    .wave-container .inline-3-12:last-child {
        margin: 0;
    }
    .buy-now-index {
        width: 80px;
    }
    #about-container {
        margin-top: 0;
    }

    /* features.php */
    .features-container {
        margin-top: 0;
    }
    .features-container .simpleinline:first-child, .features-container .simpleinline:last-child {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
        line-height: normal;
    }

    /* theperfectgift.php */
    .pg-container {
        margin-top: 0;
    }
    .pg-container .simpleinline:first-child, .pg-container .simpleinline:last-child {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border-radius: 10px;
        line-height: normal;
    }
    .pg-container .simpleinline:last-child {
        text-align: right;
    }
    .pg-container .simpleinline:last-child img {
        margin-left: 0px;
        max-width: 100%;
        width: 80%;
    }
    .pg-container2 {
        margin-top: 0;
    }
    .pg-container2 .roundit {
        line-height: normal;
    }

    /* cleansandmassage.php */
    .reflexology {
        line-height: normal;
    }
    .stress-container {
        line-height: normal;
    }
    .stress-container img {
        float: none;
        margin-top: auto;
        margin-right: auto;
    }
    .cleanse-container {
        line-height: normal;
    }
    .cleanse-container img[src="images/cam-thumb3.png"] {
        float: none;
        margin-left: 0px;
        margin-right: 0px;
    }

    /* rejuvenatinggel.php */
    .rg-container img {
        float: right;
        margin: 0;
        width: 100px;
    }
    .rg-container .roundit {
        margin-bottom: 0px;
        line-height: normal;
    }

    /* rejuvenatingcream.php */
    .rc-container {
        margin: 0;
    }
    .rc-container img {
        float: right;
        margin-top: 0;
        width: 100px;
    }
    .rc-container .roundit {
        margin: 0;
        line-height: normal;
    }

    /* customcolors.php */
    .cc-container {
        line-height: normal;
    }
    .cc-container img {
        float: none;
        margin: 0;
    }

    .justmobile {display: block;}
    .nomobile {display: none;}
}
