
body {
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #464646;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
    background-color: #464646;
}

img {
	border: 0;
	padding: 0px;
	margin: 0px;
	outline: none;
	display: block;
}

img, a {
  vertical-align: top;
}

div {
	padding: 0px;
	margin: 0px;
}

fieldset, input, select, button {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: none;
}

button {
	cursor: pointer;
}

ul, ol {
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}

ul span, ul a {

}

table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
    border-spacing: 0;
}

iframe {
	display: inline-block;
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

button::-moz-focus-inner {
    border: 0;
}

button:focus, button:active {
    outline: none;
}

.fancybox-close-small::after {
    outline: none !important;
}

a {
	color: #ff008a;
	text-decoration: none;
	-webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:active, a:focus, audio:active, audio:focus {
	outline: none;
}

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

a .imgroller {
	opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

a:hover .imgroller {
	opacity: 0.7;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

#mobile-menu {
	display: none;
	position: fixed;
	top: calc(-100vh - 1200px);
	left: 0;
	z-index: 9999;
	background-color: #dedede;
	width: 100%;
	xmin-height: 100vh;
	text-align: center;
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;
}

#mobile-top {
    height: calc(100vh - 80px);
    background-color: #ff008b;
}

#close-menu {
    height: 41px;
    text-align: center;
    padding-top: 9px;
}

#close-menu a {
    color: #dedede;
    font-size: 26px;
    line-height: normal;
    text-decoration: none;
}

#close-menu a:hover {
    color: #ffffff;
    text-decoration: none;
}

#close-menu a span {
    padding-left: 2px;
}

#mobile-align {
    height: calc(100vh - 130px);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

#mobile-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

#mobile-navigation {
	text-align: center;
}

#mobile-navigation a {
    display: inline-block;
	color: #dedede;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
    margin-bottom: 10px;
}

#mobile-navigation a:hover {
	color: #ffffff;
	text-decoration: none;
}

#mobile-social {
    color: #4b4b4b;
	font-size: 22px;
	line-height: normal;
    padding-top: 3px;
}

#mobile-social a {
    color: #464646;
	text-decoration: none;
    margin: 0px 8px;
}

#mobile-social a:hover {
    color: #dedede;
	text-decoration: none;
}

#mobile-social a.contact {
    color: #dedede;
}

#mobile-social a.contact:hover {
    color: #ffffff;
}

#mobile-contact {
    height: 80px;
    color: #464646;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 400;
    line-height: 80px;
}

#mobile-contact a {
    color: #464646;
	text-decoration: none;
}

#mobile-contact a:hover {
    color: #ff008a;
    text-decoration: none;
}

#mobile-contact i {
    margin-right: 7px;
}

#mobile-contact i.fa-phone {
    margin-left: 12px;
}

#open-menu {
	display: none;
}

.wrapper {
	max-width: 1150px;
	margin: 0 auto;
}

.common-pad {
	padding-left: 50px;
	padding-right: 50px;
}

#top-bar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(175,175,175,1);
    -moz-box-shadow: 0px 1px 8px 0px rgba(175,175,175,1);
    box-shadow: 0px 1px 8px 0px rgba(175,175,175,1);
}

#top-contact {
    float: left;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 50px;
}

#top-contact i {
    color: #f2148c;
    font-size: 14px;
    margin-right: 8px;
}

#top-contact i.fa-phone {
    margin-left: 14px;
}

#top-contact a {
    color: #464646;
    text-decoration: none;
}

#top-contact a:hover {
    color: #f2148c;
    text-decoration: none;
}

#top-social {
    float: right;
    text-align: right;
    padding-right: 25px;
    color: #f2148c;
    font-size: 18px;
    line-height: 50px;
}

#top-social a {
    color: #f2148c;
    text-decoration: none;
    margin-left: 14px;
}

#top-social a:hover {
    color: #464646;
    text-decoration: none;
}

#content-background {
    background-color: #dedede;
	background-image: url(/img/common/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1800px auto;
    padding-top: 50px;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#content-background {
		background-image: url(/img/common/background@2x.jpg);
	}
}

.header-height {
    height: 111px;
}

#header {
    
}

#header-full {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    background-image: none; 
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 50px 1px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    background-color: #ffffff !important;
    background-image: url(/img/common/header-line.png) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	.sticky {
		background-image: url(/img/common/header-line@2x.png) !important;
	}
}

#header-pad {
    
}

#header-wrapper {
	background-image: url(/img/common/header-line.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 50px 1px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#header-wrapper {
		background-image: url(/img/common/header-line@2x.png);
	}
}

#header-logo {
    float: left;
    width: 163px;
    padding-top: 21px;
}

#header-logo img {
    width: 100%;
    height: auto;
}

#navigation {
    float: right;
    text-align: right;
    color: #464646;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    padding-top: 44px;
}

#navigation a {
    color: #464646;
    text-decoration: none;
    margin-right: 44px;
}

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

#navigation a.contact {
    color: #f2148c;
    font-size: 19px;
    letter-spacing: normal;
    text-decoration: none;
    margin-right: 0px;
}

#navigation a.contact:hover {
    color: #464646;
    text-decoration: none;
}

#mobile-logo {
    display: none;
}

#bar-full {
    height: 90px;
    background-color: #ff008a;
    color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 4px;
    text-align: center;
}

#bar-full br {
    display: none;
}

#products-full {
    background-color: #dedede;
    background-image: url(/img/common/arrow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 32px 16px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#products-full {
		background-image: url(/img/common/arrow@2x.png);
	}
}

#products-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

ul#products-list {
    padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
}

ul#products-list li {
	float: left;
	width: 250px;
	margin-right: calc(33.33% - 333.33px);
    background-image: url(/img/common/outline.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	ul#products-list li {
		background-image: url(/img/common/outline@2x.png);
	}
}

ul#products-list li:nth-child(4n+4) {
	margin-right: 0px;
}

ul#products-list li:nth-child(4n+5) {
	clear: both;
}

ul#products-list li:nth-child(1n+5) {
	margin-top: 50px;
}

.products-img {
    padding: 50px 50px 0px 50px;
}

.products-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.products-img a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: filter 0.2s linear;
	-moz-transition: filter 0.2s linear;
	-o-transition: filter 0.2s linear;
	transition: filter 0.2s linear;	
}

.products-img a:hover img {
	-webkit-filter: grayscale(100%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(100%);
}

.products-text {
    text-align: center;
    padding: 26px 25px 0px 25px;
}

.products-text h4 {
    display: block;
	color: #ff008a;
	font-family: 'Muli', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.products-text h4 a {
    color: #ff008a;
    text-decoration: none;
}

.products-text h4 a:hover {
    color: #464646;
    text-decoration: none;
}

.products-text h5 {
    display: block;
    color: #464646;
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

#footer {
    height: 90px;
    padding-top: 30px;
    color: #c6c6c6;
    font-size: 9px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    padding-left: 2px;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #efefef;
    text-decoration: none;
}

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

#footer-social {
    text-align: center;
    padding-top: 5px;
    color: #efefef;
    font-size: 18px;
    line-height: normal;
}

#footer-social a {
    color: #efefef;
    text-decoration: none;
    margin: 0px 7px;
}

#footer-social a:hover {
    color: #ff008a;
    text-decoration: none;
}

.fancybox-slide--iframe .fancybox-content {
	max-width: 80%;
	margin: 0;
    overflow: auto;
}

#home-content {
    padding: 35px 0px 20px 0px;
}

#home-text {
    float: left;
    width: calc(100% - 520px);
}

#home-text h1 {
	display: block;
	color: #ff008a;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 60px;
    letter-spacing: -2px;
}

#home-text h1 span {
    color: #777777;
    font-weight: 700;
}

#home-text-align {
    height: 390px;
    display: table-cell;
    vertical-align: middle;
}

#home-intro {
    font-size: 16px;
	line-height: 30px;
    margin-top: -2px;
    padding-bottom: 20px;
}

#home-img {
    float: right;
    width: 390px;
}

#home-img img {
    width: 100%;
    height: auto;    
}

#home-categories {
    position: relative;
}

#home-categories-line-left {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 34px;
    margin-left: calc(-50vw + 50%);
    background-image: url(/img/home/line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#home-categories-line-left {
		background-image: url(/img/home/line@2x.gif);
	}
}

#home-categories-line-right {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: calc(-50vw + 50%);
    height: 34px;
    background-image: url(/img/home/line.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) {
	#home-categories-line-right {
		background-image: url(/img/home/line@2x.gif);
	}
}

#home-categories-full {
    
}

#home-categories-wrapper {
    padding-bottom: 65px;
}

ul#home-categories-list {
    padding: 0px;
	margin: 0px;
	list-style: none;
	overflow: hidden;
    margin-left: -25px;
    width: calc(100% + 50px);
}

ul#home-categories-list li {
    float: left;
    width: 25%; 
}

.home-categories-img a {
    display: inline-block;
    margin: 0px 16px;
}

.home-categories-img img {
    display: inline-block;
    width: 78px;
    height: auto;
}

.home-categories-img a img {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: filter 0.2s linear;
	-moz-transition: filter 0.2s linear;
	-o-transition: filter 0.2s linear;
	transition: filter 0.2s linear;	
}

.home-categories-img a:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.home-categories-img {
    display: flex;
    align-items: center;
    text-align: center;
}

.home-categories-img:before, .home-categories-img:after {
    flex: 1;
    content: '';
    height: 1px;
    background-color: #cfcfcf;
}

.home-categories-text {
	padding: 37px 25px 0px 25px;
    text-align: center;
}

.home-categories-text h2 {
    display: block;
	color: #ff008a;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 3px;
    margin-bottom: 2px;
}

.home-categories-text h2 a {
    color: #ff008a;
    text-decoration: none;
}

.home-categories-text h2 a:hover {
    color: #464646;
    text-decoration: none;
}

.home-categories-text h3 {
    display: block;
	color: #464646;
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

#product-content {
    padding: 49px 0px 55px 0px;
}

#product-mobile-title {
    display: none;
}

#product-img {
    float: left;
    width: 300px;
    padding-top: 0px;
}

#product-img img {
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #ff008a;
}

#product-img-more {
    text-align: center;
    padding-top: 14px;
}

#product-img-more a {
    color: #ff1e8f;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

#product-img-more a:hover {
    color: #464646;
	text-decoration: none;
}

#product-img-more a i {
    color: #888888;
    margin-right: 0px;
}

#product-img-more a:hover i {
    color: #888888;
}

#product-text {
    float: right;
    width: calc(100% - 350px);
}

#product-text h1 {
    display: block;
    color: #ff008a;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 35px;
    letter-spacing: -1px;
}

#product-text h2 {
    display: block;
    color: #888888;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

#product-details {
    padding-top: 26px;
}

#product-buttons {
    
}

#product-buttons a {
    display: inline-block;
    padding: 12px 16px 15px 16px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    background-color: #ededed;
    color: #ff1e8f;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin-top: 11px;
}

#product-buttons a:hover {
    border: 1px solid #d2d2d2;
    background-color: #ffffff;
    color: #ff1e8f;
    text-decoration: none;
}

#category-content {
    padding: 45px 0px 35px 0px;
}

#category-text {
    float: left;
    width: calc(100% - 580px);
}

#category-text h1 {
	display: block;
	color: #ff008a;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 60px;
    letter-spacing: -2px;
}

#category-text h1 span {
    color: #777777;
    font-weight: 700;
}

#category-text h2 {
	display: block;
	color: #777777;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 500;
	line-height: 45px;
    letter-spacing: -2px;
}

#category-text-align {
    height: 260px;
    display: table-cell;
    vertical-align: middle;
}

#category-intro {
    font-size: 16px;
	line-height: 30px;
    margin-top: -2px;
    padding-bottom: 20px;
}

#category-img {
    float: right;
    width: 450px;
}

#category-img img {
    width: 100%;
    height: auto;    
}

#contact-content {
    padding: 65px 0px 80px 0px;
}

#contact-text {
    float: left;
    width: calc(100% - 750px);
}

#contact-text h1 {
	display: block;
	color: #ff008a;
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 500;
	line-height: 60px;
    letter-spacing: -2px;
}

#contact-text-align {
    height: 310px;
    display: table-cell;
    vertical-align: middle;
}

#contact-intro {
    font-size: 16px;
	line-height: 26px;
    margin-top: -2px;
    padding-top: 22px;
}

#contact-links {
    padding-top: 26px;
    padding-bottom: 0px;
}

#contact-links i {
    color: #464646;
    margin-right: 8px;
}

#contact-links i.fa-phone {
    margin-left: 14px;
}

#contact-links a {
    color: #ff008a;
    text-decoration: none;
}

#contact-links a:hover {
    color: #464646;
    text-decoration: none;
}

#contact-img {
    float: right;
    width: 700px;
}

#contact-img img {
    width: 100%;
    height: auto;    
}



/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

	/* ipad horizontal layout */

    body {
        font-size: 15px;
        line-height: 24px;
    }

    #top-contact {
        padding-left: 20px;
    }

    #top-social {
        padding-right: 20px;
    }

    #content-background {
        background-size: 1400px auto;
    }

    #header-logo {
        width: 140px;
        padding-top: 27px;
    }

    #navigation {
        font-size: 17px;
        line-height: 22px;
        padding-top: 47px;
    }

    #navigation a {
        margin-right: 36px;
    }

    #navigation a.contact {
        font-size: 18px;
        margin-right: 0px;
    }

    #products-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    ul#products-list li {
        width: 210px;
        margin-right: calc(33.33% - 280px);
        background-size: 100% auto;
    }

    ul#products-list li:nth-child(4n+4) {
        margin-right: 0px;
    }

    ul#products-list li:nth-child(4n+5) {
        clear: both;
    }

    ul#products-list li:nth-child(1n+5) {
        margin-top: 40px;
    }

    .products-img {
        padding: 30px 30px 0px 30px;
    }

    .products-text {
        padding: 26px 12px 0px 12px;
    }

    #home-content {
        padding: 40px 0px 25px 0px;
    }

    #home-text {
        float: left;
        width: calc(100% - 420px);
    }

    #home-text h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #home-text-align {
        height: 310px;
    }

    #home-intro {
        font-size: 16px;
        line-height: 26px;
        margin-top: -2px;
        padding-bottom: 10px;
    }

    #home-img {
        width: 345px;
    }
    
    #home-categories-line-left {
        height: 29px;
        margin-left: -50px;
        background-size: 50px 1px;
    }

    #home-categories-line-right {
        margin-right: -50px;
        height: 29px;
        background-size: 50px 1px;
    }

    #home-categories-wrapper {
        padding-bottom: 50px;
    }

    ul#home-categories-list {
        margin-left: -14px;
        width: calc(100% + 28px);
    }

    ul#home-categories-list li {
        float: left;
        width: 25%; 
    }

    .home-categories-img a {
        margin: 0px 12px;
    }

    .home-categories-img img {
        width: 66px;
    }

    .home-categories-text {
        padding: 24px 12px 0px 12px;
    }
    
    #product-text {
        width: calc(100% - 345px);
    }

    #product-text h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -1px;
    }
    
    #category-content {
        padding: 45px 0px 35px 0px;
    }

    #category-text {
        float: left;
        width: calc(100% - 460px);
    }

    #category-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    
    #category-text h2 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -2px;
    }

    #category-text-align {
        height: 220px;
    }

    #category-intro {
        font-size: 16px;
        line-height: 26px;
        margin-top: -2px;
        padding-bottom: 10px;
    }

    #category-img {
        width: 381px;
    }
    
    #contact-content {
        padding: 45px 0px 60px 0px;
    }

    #contact-text {
        width: calc(100% - 550px);
    }

    #contact-text h1 {
        font-size: 50px;
        line-height: 50px;
    }

    #contact-text-align {
        height: 221px;
    }

    #contact-intro {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    #contact-links {
        padding-top: 16px;
        padding-bottom: 0px;
    }

    #contact-img {
        width: 500px;
    }

    
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {

	/* ipad vertical layout */

    #content-background {
        background-size: 1000px auto;
    }

    #header-logo {
        width: 126px;
        padding-top: 33px;
    }

    #navigation {
        font-size: 16px;
        line-height: 22px;
        padding-top: 47px;
    }

    #navigation a {
        margin-right: 28px;
    }
    
    #navigation a.home {
        display: none;
    }

    #navigation a.contact {
        font-size: 17px;
        margin-right: 0px;
    }

    #products-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    ul#products-list li {
        width: 210px;
        margin-right: calc(50% - 315px);
        background-size: 100% auto;
    }

    ul#products-list li:nth-child(4n+4) {
        margin-right: calc(50% - 315px);
    }
    
    ul#products-list li:nth-child(3n+3) {
        margin-right: 0px;
    }

    ul#products-list li:nth-child(4n+5) {
        clear: none;
    }
    
    ul#products-list li:nth-child(3n+4) {
        clear: both;
    }

    ul#products-list li:nth-child(1n+5) {
        margin-top: 40px;
    }
    
    ul#products-list li:nth-child(1n+4) {
        margin-top: 40px;
    }

    .products-img {
        padding: 30px 30px 0px 30px;
    }

    .products-text {
        padding: 26px 12px 0px 12px;
    }
    
    #home-content {
        padding: 30px 0px 30px 0px;
    }

    #home-text {
        float: left;
        width: calc(100% - 320px);
    }

    #home-text h1 {
        font-size: 35px;
        line-height: 35px;
    }

    #home-text-align {
        height: 285px;
    }

    #home-intro {
        font-size: 16px;
        line-height: 26px;
        margin-top: 3px;
        padding-bottom: 5px;
    }

    #home-img {
        width: 318px;
        margin-right: -14px;
    }
    
    #home-categories-line-left {
        display: none;
    }

    #home-categories-line-right {
        display: none;
    }

    #home-categories-wrapper {
        padding-bottom: 60px;
    }

    ul#home-categories-list {
        margin-left: -50px;
        width: calc(100% + 100px);
    }

    ul#home-categories-list li {
        float: left;
        width: 50%; 
    }
    
    ul#home-categories-list li:nth-child(1n+3) {
        margin-top: 32px;
    }

    .home-categories-text {
        padding: 24px 50px 0px 50px;
    }
    
    #product-content {
        padding: 45px 0px 50px 0px;
    }
    
    #product-text {
        width: calc(100% - 335px);
    }
    
    #product-text h1 {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: normal;
    }
    
    #category-content {
        padding: 45px 0px 35px 0px;
    }

    #category-text {
        float: left;
        width: calc(100% - 345px);
    }

    #category-text h1 {
        font-size: 35px;
        line-height: 35px;
    }
    
    #category-text h2 {
        font-size: 22px;
        line-height: 31px;
        letter-spacing: -1px;
    }

    #category-text-align {
        height: 196px;
    }

    #category-intro {
        font-size: 16px;
        line-height: 26px;
        margin-top: 3px;
        padding-bottom: 5px;
    }

    #category-img {
        width: 340px;
        margin-right: -14px;
    }
    
    #contact-content {
        padding: 45px 0px 60px 0px;
    }

    #contact-text {
        width: calc(100% - 370px);
    }

    #contact-text h1 {
        font-size: 35px;
        line-height: 35px;
    }

    #contact-text-align {
        height: 164px;
    }

    #contact-intro {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    #contact-links {
        padding-top: 6px;
        padding-bottom: 0px;
    }

    #contact-img {
        width: 370px;
    }
    

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {

	/* mobile layout */
    
    @media all and (max-height: 499px) {
    
        /* adjust menu spacing for screen height */
        
        #mobile-top {
            height: calc(100vh - 50px);
        }

        #mobile-align {
            height: calc(100vh - 100px);
        }
    
        #mobile-navigation a {
            font-size: 20px;
            line-height: 24px;
            padding: 2px 0px 2px 0px;
            margin-bottom: 6px;
        }
        
        #mobile-social {
            font-size: 18px;
            padding-top: 0px;
        }
        
        #mobile-contact {
            height: 50px;
            color: #464646;
            font-family: 'Muli', sans-serif;
            font-size: 16px;
            font-weight: 400;
            line-height: 50px;
        }

    }
    
    body {
        font-size: 14px;
        line-height: 20px;
    }
    
    .common-pad {
		padding-left: 20px;
		padding-right: 20px;
	}

    #top-bar {
        position: fixed;
        z-index: 1000;
    }
    
    #top-contact {
        display: none;
    }
    
    #top-social {
        display: none;
    }
    
    #open-menu {
		display: block;
        font-size: 26px;
        line-height: normal;
        text-align: center;
        padding-top: 9px;
	}

    #open-menu a {
        color: #ff008b;
        text-decoration: none;
    }

    #open-menu a:hover {
        color: #464646;
        text-decoration: none;
    }

    #header {
		display: none;
	}

	#mobile-menu {
		display: block;
	}
    
    #mobile-logo {
        display: block;
        width: 126px;
        margin: 0 auto;
        padding-top: 32px;
    }
    
    #mobile-logo img {
        width: 100%;
        height: auto;
    }
    
    #mobile-logo a img {
        -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%) brightness(100%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;	
    }

    #mobile-logo a:hover img {
        -webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%) brightness(50%);
    }
    
    #content-background {
        background-size: 200% auto;
    }
    
    #bar-full {
        height: 69px;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 3px;
        padding-left: 3px;
        padding-top: 21px;
    }
    
    #bar-full br {
        display: inline-block;
    }
    
    ul#products-list li {
        width: 250px;
        margin-left: calc(25% - 125px);
        margin-right: calc(25% - 125px);
        background-size: 100% auto;
    }
    
    ul#products-list li:nth-child(4n+4) {
        margin-left: calc(25% - 125px);
        margin-right: calc(25% - 125px);
    }
    
    ul#products-list li:nth-child(3n+3) {
        margin-left: calc(25% - 125px);
        margin-right: calc(25% - 125px);
    }

    ul#products-list li:nth-child(4n+5) {
        clear: none;
    }
    
    ul#products-list li:nth-child(3n+4) {
        clear: none;
    }
    
    ul#products-list li:nth-child(2n+3) {
        clear: both;
    }

    ul#products-list li:nth-child(1n+5) {
        margin-top: 40px;
    }
    
    ul#products-list li:nth-child(1n+4) {
        margin-top: 40px;
    }
    
    ul#products-list li:nth-child(1n+3) {
        margin-top: 40px;
    }
    
    #home-content {
        padding: 16px 0px 30px 0px;
    }

    #home-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    #home-text h1 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    #home-text-align {
        height: auto;
        display: block;
        vertical-align: top;
    }

    #home-intro {
        font-size: 13px;
        line-height: 20px;
        margin-top: -3px;
        padding-bottom: 0px;
    }

    #home-img {
        float: none;
        width: 100%;
        max-width: 390px;
        margin: 0 auto;
        padding-top: 12px;
    }
    
    #home-categories-wrapper {
        padding-bottom: 54px;
    }

    ul#home-categories-list {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    ul#home-categories-list li {
        float: none;
        width: 100%; 
    }
    
    ul#home-categories-list li:nth-child(1n+3) {
        margin-top: 26px;
    }
    
    ul#home-categories-list li:nth-child(1n+2) {
        margin-top: 26px;
    }

    .home-categories-img a {
        margin: 0px 7px;
    }

    .home-categories-text {
        padding: 10px 40px 0px 40px;
    }
    
    .home-categories-text h2 {
        margin-bottom: 0px;
    }

    .home-categories-text h3 {
        font-size: 13px;
        line-height: 20px;
    }
    
    #product-content {
        padding: 18px 0px 45px 0px;
    }

    #product-mobile-title {
        display: block;
    }
    
    #product-mobile-title h1 {
        color: #ff008a;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    #product-mobile-title h2 {
        color: #888888;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
    }

    #product-img {
        float: none;
        width: 100%;
        max-width: 300px;
        padding-top: 16px;
    }

    #product-img img {
        width: 100%;
        height: auto;
        border: none;
    }

    #product-img-more {
        text-align: left;
        padding-top: 9px;
    }

    #product-img-more a {
        font-size: 13px;
    }

    #product-text {
        float: none;
        width: 100%;
    }

    #product-text h1 {
        display: none;
    }

    #product-text h2 {
        display: none;
    }

    #product-details {
        padding-top: 19px;
    }

    #product-buttons {

    }

    #product-buttons a {
        padding: 10px 14px 11px 14px;
        font-size: 13px;
        margin-top: 10px;
    }
    
    #category-content {
        padding: 16px 0px 30px 0px;
    }

    #category-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    #category-text h1 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    #category-text h2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -1px;
    }

    #category-text-align {
        height: auto;
        display: block;
        vertical-align: top;
    }

    #category-intro {
        font-size: 13px;
        line-height: 20px;
        margin-top: -3px;
        padding-bottom: 0px;
    }

    #category-img {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding-top: 12px;
    }
    
    #contact-content {
        padding: 16px 0px 30px 0px;
    }

    #contact-text {
        float: none;
        width: 100%;
        text-align: center;
    }

    #contact-text h1 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -1px;
    }

    #contact-text-align {
        height: auto;
        display: block;
        vertical-align: top;
    }

    #contact-intro {
        font-size: 13px;
        line-height: 20px;
        margin-top: -3px;
        padding-bottom: 0px;
    }

    #contact-links {
        padding-top: 6px;
        padding-bottom: 0px;
    }

    #contact-img {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding-top: 12px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {

	/* in-between size */

    
    #content-background {
        background-image: none;
    }
    
    ul#products-list li {
        float: none;
        width: 250px;
        margin: 0 auto;
        background-size: 100% auto;
    }
    
    ul#products-list li:nth-child(4n+4) {
        margin: 0 auto;
    }
    
    ul#products-list li:nth-child(3n+3) {
        margin: 0 auto;
    }
    
    ul#products-list li:nth-child(2n+3) {
        clear: none;
    }

    ul#products-list li:nth-child(1n+5) {
        margin-top: 30px;
    }
    
    ul#products-list li:nth-child(1n+4) {
        margin-top: 30px;
    }
    
    ul#products-list li:nth-child(1n+3) {
        margin-top: 30px;
    }
    
    ul#products-list li:nth-child(1n+2) {
        margin-top: 30px;
    }

}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {

	/* mobile vertical layout */

    ul#products-list li {
        width: 210px;
    }
    

}


@media all and (min-width: 768px) {

	#mobile-menu, #open-menu {
		display: none !important;
	}

}