@import url(../fonts/fonts.css);
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

h1,
h,
h2,
h3,
h4,
h5 {
    font-weight: normal
}

body {
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'AvenirLTStd-Book';
    color: #624e52;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #fff
}

body img {
    display: block;
    max-width: 100%
}

body .wrapper {
    overflow: hidden;
}

body .container {
    max-width: 1020px;
    margin: 0 auto;
}

.navigation-section nav body ul,
.shoping-block .container aside body ul,
body .navigation-section nav ul,
body .reset,
body .shoping-block .container aside ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body.showNav .pageoverlay {
    right: 0
}

body.showNav .navigation-section nav ul {
    background-color: #fff;
    left: 0
}

.data .data-wrapper h1,
.heading {
    font-size: 24px;
    font-family: 'AvenirLTStd-Light';
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
    font-weight: normal;
    color: #624e52
}

.data .data-wrapper h1:after,
.heading:after {
    content: '';
    width: 90px;
    height: 1px;
    background-color: #624e52;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -45px
}

.navigation-section {
    background-color: #fff;
    border-bottom: 1px solid #c7c7c7;
    padding: 15px 0
}

.navigation-section .container {
    padding-left: 50px;
    padding-right: 40px
}

@media (max-width:930px) {
    .navigation-section .container {
        padding: 0 40px
    }
}
/*
.navigation-section .logo {
    width: 120px;
    height: 29px;
    background: url(../images/logo.png) 0 2px no-repeat;
    display: inline-block;
    float: left     
}
*/
.navigation-section .logo {
    width: 131px;
    height: 29px;
    background: url(../images/logo.gif) 0 2px no-repeat;
    display: inline-block;
    float: left;
}

@media (max-width:930px) {
    .navigation-section .logo {
        margin-left: -10px
    }
}

.navigation-section .social {
    float: right
}

.navigation-section .social a {
    display: inline-block;
    float: right;
    width: 29px;
    height: 29px;
    margin-right: 11px;
    background-size: 29px!important;
    height: 29px!important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navigation-section .social a.fbk {
    background: url(../images/facebook.png) 0 0 no-repeat
}

.navigation-section .social a.insta {
    background: url(../images/instagram.png) 0 0 no-repeat
}

.navigation-section .social a.twt {
    background: url(../images/twitter.png) 0 0 no-repeat
}

.navigation-section .social a.lkdin {
    background: url(../images/linkedin.png) 0 0 no-repeat
}
.navigation-section .social a.yout {
    background: url(../images/youtube.png) 0 0 no-repeat
}

.navigation-section .social a:hover {
    background-position: 0 -29px!important
}

@media (max-width:900px) {
    .navigation-section .social a:first-child {
        margin-right: 0
    }
}

@media (max-width:420px) {
    .navigation-section .social {
        display: none
    }
}

.navigation-section nav {
    float: right
}

.navigation-section nav .cart {
    float: right;
    margin-right: 24px
}

.navigation-section nav .cart a {
    height: 29px;
    display: inline-block;
    overflow: hidden
}

@media (max-width:520px) {
    .navigation-section nav .cart a {
        height: 40px;
        position: relative
    }
}

.navigation-section nav .cart span {
    display: inline-block;
    background: url(../images/cart-bag.png) 0 0 no-repeat;
    width: 23px;
    color: #312729;
    text-align: center;
    font-size: 12px;
    line-height: 36px
}

@media (max-width:520px) {
    .navigation-section nav .cart span {
        background: url(../images/cart-bag.gif) 0 0 no-repeat;
        width: 33px;
        height: 40px;
        line-height: 49px;
        font-size: 14px
    }
}

@media (max-width:520px) {
    .navigation-section nav .cart {
        position: relative;
        top: -6px
    }
}

.navigation-section nav .mobile-trigger {
    width: 40px;
    display: inline-block;
    float: right;
    margin-right: 24px;
    margin-top: 2px;
    display: none
}

.navigation-section nav .mobile-trigger a {
    border-radius: 5px;
    width: 40px;
    height: 30px;
    color: #ce0058;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    overflow: hidden
}

.navigation-section nav .mobile-trigger a span {
    display: block;
    height: 1px;
    margin: 0 0 8px;
    background-color: grey;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navigation-section nav .mobile-trigger a span.top {
    margin-top: 4px
}

.navigation-section nav .mobile-trigger a:hover {}

.navigation-section nav .mobile-trigger a:hover span {
    background-color: #ce0058
}

.navigation-section nav .mobile-trigger a.active span {
    background-color: #ce0058;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.navigation-section nav .mobile-trigger a.active span.mid {
    opacity: 0
}

.navigation-section nav .mobile-trigger a.active span.top {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 14px;
    position: absolute;
    width: 40px;
    margin-left: 0
}

.navigation-section nav .mobile-trigger a.active span.bottom {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 4px;
    position: absolute;
    width: 40px;
    margin-left: 0
}

@media (max-width:768px) {
    .navigation-section nav .mobile-trigger {
        display: inline-block
    }
}

@media (max-width:420px) {
    .navigation-section nav .mobile-trigger {
        margin-right: 0
    }
}

.navigation-section nav ul {
    float: right
}

.navigation-section nav ul li {
    display: inline-block;
    margin-right: 24px
}

.navigation-section nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    height: 30px;
    line-height: 36px;
    display: block;
    color: #624e52
}

.navigation-section nav ul li a:hover {
    color: #f5c3cc
}

.navigation-section nav ul li a.active {
    color: #f5c3cc
}

@media (max-width:768px) {
    .navigation-section nav ul {
        text-align: center;
        position: fixed;
        left: -250px;
        right: 0;
        bottom: 0;
        top: 0;
        width: 250px;
        background-color: #312729;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        z-index: 11;
        padding: 100px 25px 25px!important
    }
    .navigation-section nav ul:before {
        content: "Menu";
        color: #92757a;
        font-size: 20px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        float: left;
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        text-align: center
    }
    .navigation-section nav ul:after {
        content: '';
        width: 40px;
        height: 1px;
        border-bottom: 1px solid #92757a;
        left: 50%;
        position: absolute;
        margin-left: -20px;
        top: 70px;
        position: absolute
    }
    .navigation-section nav ul li {
        display: block;
        margin: 0 0 10px
    }
}

@media (max-width:768px) {
    .navigation-section {
        padding: 28px 0
    }
}

@media (max-width:520px) {
    .navigation-section {
        padding: 28px 0 18px
    }
}

.topBar {
    background-color: #000;
    font-size: 14px;
    padding: 12px 30px 10px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Book'
}

.topBar span {
    color: #f5c3cc
}

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header > div {
    width: 100%
}

@media (max-width:930px) {
    header > div.slider-section {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

header > div.navigation-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pageoverlay {
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
    bottom: 0;
    background-color: rgba(49, 39, 41, 0.5);
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

footer {
    background-color: #312729
}

footer .container {
    max-width: 880px;
    padding: 40px 0 100px;
    overflow: hidden
}

footer .container .signup-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .container .signup-wrap h2 {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 25px;
    color: #f5c3cc;
    font-weight: normal;
    width: 100%
}

@media (max-width:520px) {
    footer .container .signup-wrap h2 {
        font-size: 22px
    }
}

footer .container .signup-wrap > div {
    float: left;
    width: 43%;
    padding-right: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

footer .container .signup-wrap > div input {
    width: 100%;
    background-color: #fff;
    color: #f5c3cc;
    padding: 11px 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    width: 100%;
    outline: none;
    border: 0;
    font-family: 'AvenirLTStd-Light'
}

@media (max-width:520px) {
    footer .container .signup-wrap > div input {
        font-size: 14px
    }
}

footer .container .signup-wrap > div input[type=submit] {
    color: #ce0058;
    cursor: pointer
}

footer .container .signup-wrap > div input[type=submit]:hover {
    background-color: #c7c7c7;
    color: #000
}

footer .container .signup-wrap > div ::-webkit-input-placeholder {
    color: #92757a
}

footer .container .signup-wrap > div ::-moz-placeholder {
    color: #92757a
}

footer .container .signup-wrap > div :-ms-input-placeholder {
    color: #92757a
}

footer .container .signup-wrap > div :-moz-placeholder {
    color: #92757a
}

footer .container .signup-wrap > div:last-child {
    padding-right: 0;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 120px
}

@media (max-width:520px) {
    footer .container .signup-wrap > div:last-child {
        width: 100%
    }
}

@media (max-width:520px) {
    footer .container .signup-wrap > div {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        padding-right: 0
    }
}

footer .container .signup-wrap div[role=form].wpcf7 {
    width: 100%
}

footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(3),
footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(4) {
    float: left;
    width: 43%;
    padding-right: 12px
}

@media (max-width:930px) {
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(3),
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(4) {
        width: 40%
    }
}

@media (max-width:520px) {
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(3),
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(4) {
        width: 100%;
        padding-right: 0
    }
}

footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(5) {
    float: left;
    width: 14%;
    padding-right: 0
}

@media (max-width:930px) {
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(5) {
        width: 20%
    }
}

@media (max-width:520px) {
    footer .container .signup-wrap div[role=form].wpcf7 .wpcf7-form .footer_form:nth-of-type(5) {
        width: 100%;
        padding-right: 0
    }
}

footer .container .copy {
    position: relative;
    color: white;
    padding-top: 0px
}

footer .container .copy > a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background-image: url(../images/livechat.gif);
    background-repeat: no-repeat;
    background-size: 250px 106px;
    width: 250px;
    height: 106px
}

@media (max-width:600px) {
    footer .container .copy > a {
        position: relative;
        margin-top: 50px
    }
}

@media (max-width:520px) {
    footer .container .copy > a {
        margin: 20px auto 0
    }
}

@media (max-width:520px) {
    footer .container .copy {
        padding-bottom: 100px;
        text-align: left
    }
}

footer .container .ftr-btm {
    overflow: hidden;
    padding-top: 35px
}

footer .container .ftr-btm > div {
    float: left;
    width: 30%;
    padding-bottom: 30px
}

@media (max-width:600px) {
    footer .container .ftr-btm > div {
        width: 50%
    }
}

@media (max-width:480px) {
    footer .container .ftr-btm > div {
        width: 100%;
        text-align: left
    }
}

footer .container .ftr-btm > div h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #f5c3cc;
}

footer .container .ftr-btm > div ul {
    list-style: none
}

footer .container .ftr-btm > div ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 22px
}

footer .container .ftr-btm > div ul li a:hover {
    color: #f5c3cc
}

footer .container .ftr-detail {
    padding-top: 40px;
    color: #fff;
    line-height: 22px;
    text-align: right
}

@media (max-width:520px) {
    footer .container .ftr-detail p {
        font-size: 18px;
        padding-bottom: 8px
    }
}

footer .container .ftr-detail a {
    color: #fff;
    text-decoration: none
}

footer .container .ftr-detail a:hover {
    color: #f5c3cc
}

footer .container .ftr-detail > div {
    display: inline-block;
    text-align: left
}

footer .container .ftr-detail > div:first-child {
    padding-right: 55px
}

@media (max-width:520px) {
    footer .container .ftr-detail > div {
        width: 100%;
        text-align: left;
        padding: 0 0 40px!important
    }
}

@media (max-width:930px) {
    footer .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:520px) {
    footer .container {
        padding-bottom: 0;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px
    }
}

.content-header {
    min-height: 462px
}

.content-header .container {
    max-width: 600px!important;
    padding-top: 180px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.content-header .container .top-content {
    padding-bottom: 110px
}

.content-header .container .top-content img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:480px) {
    .content-header .container .top-content {
        padding-bottom: 40px
    }
}

@media (max-width:520px) {
    .content-header .container .top-content {
        margin: -40px -40px 40px;
        padding: 40px
    }
}

.content-header .container .top-content .video-play-block {
    width: 100%;
    overflow: hidden;
    height: 340px
}

.content-header .container .top-content .video-play-block.active .video-block {
    display: none
}

.content-header .container .top-content .video-play-block.active .video-thumb-block {
    margin-top: 0%
}

.content-header .container .top-content .video-play-block .video-block {
    height: 340px;
    background-color: #fff
}

.content-header .container .top-content .video-play-block .video-block > iframe {
    width: 100%;
    height: 340px;
    display: none
}

.content-header .container .top-content .video-play-block .video-block #video1 {
    display: block
}

.content-header .container .top-content .video-play-block .video-thumb-block {
    margin: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 340px;
    width: 100%;
    margin-top: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-header .container .top-content .video-play-block .video-thumb-block > div {
    width: 49%;
    margin-bottom: 10px;
    position: relative;
    background-size: cover!important
}

.content-header .container .top-content .video-play-block .video-thumb-block > div:hover > div {
    top: 0
}

.content-header .container .top-content .video-play-block .video-thumb-block > div > div {
    position: absolute;
    top: 200%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(49, 39, 41, 0.8);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.content-header .container .top-content .video-play-block .video-thumb-block > div > div a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%
}

.content-header .container .top-content .video-play-block .video-thumb-block > div > div a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 69%;
    left: 85%;
    -webkit-transform: translate(-69%, -85%);
    -ms-transform: translate(-69%, -85%);
    transform: translate(-69%, -85%)
}

.content-header .container .top-content .video-play-block .video-thumb-block > div > div a:hover {
    opacity: 0.8
}

.content-header .container .top-content .video-play-block .video-thumb-block > div > div a:hover:after {
    border-color: transparent transparent transparent #ce0058
}

@media (max-width:520px) {
    .content-header .container .top-content .video-play-block {
        padding: 10px 10px 0;
        background-color: #fff
    }
}

.content-header .container .top-content .video-control {
    background-color: #414141;
    padding: 10px 10px 3px;
    text-align: center
}

.content-header .container .top-content .video-control a {
    display: inline-block;
    color: #fff
}

.content-header .container .top-content .video-control a.cross {
    width: 40px;
    height: 30px;
    color: #ce0058;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.content-header .container .top-content .video-control a.cross span {
    display: block;
    height: 1px;
    margin: 0 0 8px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.content-header .container .top-content .video-control a.cross span.top {
    margin-top: 4px
}

.content-header .container .top-content .video-control a.cross:hover span {
    background-color: #fff
}

.content-header .container .top-content .video-control a.cross.active span {
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.content-header .container .top-content .video-control a.cross.active span.mid {
    opacity: 0
}

.content-header .container .top-content .video-control a.cross.active span.top {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 15px;
    position: absolute;
    width: 30px;
    margin-left: 5px
}

.content-header .container .top-content .video-control a.cross.active span.bottom {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 5px;
    position: absolute;
    width: 30px;
    margin-left: 5px
}

@media (max-width:520px) {
    .content-header .container .top-content .video-control {
        border-right: 10px;
        border-bottom: 10px;
        border-left: 10px;
        border-style: solid;
        border-color: #fff;
        margin-top: -3px
    }
}

.content-header .container .bottom-content {
    padding-bottom: 135px
}

.content-header .container .bottom-content h3 {
    padding: 0 0 30px;
    font-family: 'AvenirLTStd-Medium';
    font-size: 14px
}

@media (max-width:520px) {
    .content-header .container .bottom-content h3 {
        line-height: 20px
    }
}

.content-header .container .bottom-content h4 {
    font-family: 'AvenirLTStd-Medium';
    padding: 0;
    margin: 0;
    font-size: 14px
}

.content-header .container .bottom-content p {
    padding-bottom: 25px;
    line-height: 20px;
    font-family: 'AvenirLTStd-Light'
}

@media (max-width:520px) {
    .content-header .container .bottom-content {
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (max-width:700px) {
    .content-header .container {
        padding: 40px
    }
}

@media (max-width:520px) {
    .content-header .container {
        padding: 40px;
        background-color: #fff;
    }
}

.content-header.venus-bg {
    position: relative;
    background: url(../images/marble-bg.jpg) 0 0 repeat-x;
}

.content-header.venus-bg:before {
    content: "";
    height: 550px;
    background-color: #92757a;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:700px) {
    .content-header.venus-bg:before {
        height: 330px
    }
}

@media (max-width:620px) {
    .content-header.venus-bg:before {
        height: 350
    }
}

@media (max-width:520px) {
    .content-header.venus-bg:before {
        display: none
    }
}

@media (max-width:520px) {
    .content-header.venus-bg .top-content {
        background-color: #92757a;
        position: relative;
        background: url(../images/marble-bg.jpg) 0 0 repeat-x;
    }
    .content-header.venus-bg .top-content img {
        position: relative;
        z-index: 1
    }
    .content-header.venus-bg .top-content:after {
        content: '';
        height: 70px;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0
    }
}

.content-header.mixed-emot {
    position: relative
}

.content-header.mixed-emot:before {
    content: "";
    height: 550px;
    background: url(../images/mixed-bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:620px) {
    .content-header.mixed-emot:before {
        height: 350
    }
}

@media (max-width:520px) {
    .content-header.mixed-emot:before {
        display: none
    }
}

@media (min-width:521px) {
    .content-header.mixed-emot .container {
        padding-top: 180px
    }
}

.content-header.mixed-emot .top-content {
    padding-top: 180px;
    background-color: #fff;
    padding: 30px 30px 110px
}

@media (max-width:520px) {
    .content-header.mixed-emot .top-content {
        background: url(../images/mixed-bg.jpg);
        background-size: cover;
        padding-bottom: 30px;
        background-position: 0 -90px;
        background-repeat: no-repeat
    }
}

.slider-section {
    background-color: #f5c3cc
}

.slider-section .slider-block {
    width: 72.550%;
    float: left
}

@media (max-width:768px) {
    .slider-section .slider-block {
        width: 100%;
        position: absolute;
        top: 0
    }
}

.slider-section .slider-right {
    width: 27.450%;
    float: left;
    background-color: #fff;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.slider-section .slider-right .lipstic-banner {
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 35px 40px 15px
}

.slider-section .slider-right .lipstic-banner img {
    display: inline-block
}

.slider-section .slider-right .lipstic-banner .product {
    padding: 10px 0
}

.slider-section .slider-right .lipstic-banner .pre-order {
    margin-top: 6px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
    color: #ce0058
}

.slider-section .slider-right .lipstic-banner .pre-order:hover {
    text-decoration: none
}

@media (max-width:520px) {
    .slider-section .slider-right .lipstic-banner .slogan {
        width: 100%
    }
}

@media (max-width:768px) {
    .slider-section .slider-right {
        width: 280px;
        margin: 0 auto;
        float: none;
        z-index: 1
    }
}

@media (max-width:520px) {
    .slider-section .slider-right {
        width: calc(100% - 50px);
        text-align: center;
        margin-top: 55px
    }
    .slider-section .slider-right > img {
        display: inline-block
    }
}

@media (max-width:768px) {
    .slider-section .container {
        position: relative;
        padding-top: 45%
    }
}

@media (max-width:480px) {
    .slider-section .container {
        padding-top: 50%
    }
}

@media (max-width:768px) {
    .slider-section {
        background-color: #fff
    }
}

.mixed-emotions {
    background-color: #fafafa;
    border-bottom: 1px solid #c7c7c7;
    padding: 50px 0
}

.mixed-emotions .container {
    max-width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mixed-emotions .container .data {
    float: left;
    width: 50%
}

@media (max-width:930px) {
    .mixed-emotions .container .data {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.mixed-emotions .container .four-block {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mixed-emotions .container .four-block > div {
    width: 49%;
    background-color: #f5c3cc;
    margin-bottom: 10px;
    position: relative
}

.mixed-emotions .container .four-block > div:nth-child(3),
.mixed-emotions .container .four-block > div:nth-child(4) {
    margin-bottom: 0
}

.mixed-emotions .container .four-block > div.video .overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-color: rgba(49, 39, 41, 0.8);
    border-radius: 100%
}

.mixed-emotions .container .four-block > div.video .overlay a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 70%;
    left: 90%;
    -webkit-transform: translate(-70%, -90%);
    -ms-transform: translate(-70%, -90%);
    transform: translate(-70%, -90%)
}

.mixed-emotions .container .four-block > div.video .overlay a:hover {
    background-color: #ce0058
}

.mixed-emotions .container .four-block > div iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.mixed-emotions .container .four-block > div .overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.mixed-emotions .container .four-block > div .overlay > a {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: 31px;
    height: 29px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.mixed-emotions .container .four-block > div .overlay > a:hover {
    opacity: 0.5
}

.mixed-emotions .container .four-block > div .overlay .like {
    background: url(../images/ico-like.png) 0 4px no-repeat
}

.mixed-emotions .container .four-block > div .overlay .like.active {
    background: url(../images/ico-liked.png) 0 0 no-repeat;
    -webkit-animation: pop;
    animation: pop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes pop() {
    0% {
        background: url(../images/ico-liked.png) 0 0px no-repeat;
        background-size: 80%
    }
    60% {
        background: url(../images/ico-liked.png) 0 0 no-repeat;
        background-size: 120%
    }
    to {
        background: url(../images/ico-liked.png) 0 0 no-repeat;
        background-size: 100%
    }
}

@keyframes pop() {
    0% {
        background: url(../images/ico-liked.png) 0 0px no-repeat;
        background-size: 80%
    }
    60% {
        background: url(../images/ico-liked.png) 0 0 no-repeat;
        background-size: 120%
    }
    to {
        background: url(../images/ico-liked.png) 0 0 no-repeat;
        background-size: 100%
    }
}

.mixed-emotions .container .four-block > div .overlay .share {
    left: auto;
    right: 30px;
    background: url(../images/ico-share.png) 0 0 no-repeat
}

.mixed-emotions .container .four-block > div:hover .overlay {
    opacity: 1
}

@media (max-width:930px) and (min-width:601px) {
    .mixed-emotions .container .four-block > div {
        width: 24%;
        margin-bottom: 0
    }
}

@media (max-width:480px) {
    .mixed-emotions .container .four-block > div {
        width: 100%;
        margin-bottom: 10px!important
    }
}

@media (max-width:930px) {
    .mixed-emotions .container .four-block {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 50px
    }
}

@media (max-width:520px) {
    .mixed-emotions .container .four-block {
        padding-bottom: 40px
    }
}

@media (max-width:930px) {
    .mixed-emotions .container {
        padding: 0 20px
    }
}

@media (max-width:520px) {
    .mixed-emotions .container {
        padding: 0 40px
    }
}

@media (max-width:768px) {
    .mixed-emotions {
        margin-top: 60px;
        padding: 60px 0
    }
}

.data {
    padding: 30px;
    background-color: #f5c3cc
}

.data .data-wrapper {
    background-color: #fff;
    padding: 45px;
    height: 380px
}

@media (max-width:520px) {
    .data .data-wrapper h1 {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.data .data-wrapper p {
    color: #624e52;
    line-height: 20px;
    padding: 0 0 25px
}

.data .data-wrapper p:last-child {
    padding-bottom: 0
}

.data .data-wrapper p.read-more {
    text-align: center
}

.data .data-wrapper p.read-more a {
    color: #ce0058;
    text-transform: uppercase;
    text-decoration: underline
}

.data .data-wrapper p.read-more a:hover {
    text-decoration: none
}

@media (max-width:520px) {
    .data .data-wrapper p {
        font-size: 13px
    }
}

@media (max-width:520px) {
    .data .data-wrapper {
        padding: 20px;
        height: auto;
    }
}

@media (max-width:520px) {
    .data {
        padding: 20px
    }
}

.venus-journey {
    padding: 50px 0 120px
}

.venus-journey .container {
    max-width: 880px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.venus-journey .container figure {
    width: 50%;
    margin: 0;
    text-align: center
}

.venus-journey .container figure img {
    display: block;
    float: none;
    margin: 0 auto
}

@media (max-width:930px) {
    .venus-journey .container figure {
        width: 100%
    }
}

.venus-journey .container .data {
    width: 50%;
    background: url(../images/marble.jpg)
}

@media (max-width:930px) {
    .venus-journey .container .data {
        width: 100%
    }
}

@media (max-width:930px) {
    .venus-journey .container {
        padding: 0 20px
    }
}

@media (max-width:520px) {
    .venus-journey {
        padding: 0px 20px 80px
    }
}

.shoping-block {
    border-bottom: 1px solid #c7c7c7
}

.shoping-block .container {
    padding: 70px 55px 90px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.shoping-block .container aside {
    width: 190px;
    float: left
}

.shoping-block .container aside h2 {
    font-size: 17px;
    font-family: 'AvenirLTStd-Light';
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 12px;
    color: #624e52
}

@media (max-width:520px) {
    .shoping-block .container aside h2 {
        font-size: 20px
    }
}

.shoping-block .container aside ul {
    margin-right: 0px!important;
    overflow: hidden
}

.shoping-block .container aside ul li {
    float: left;
    padding: 5px 8px 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shoping-block .container aside ul li a {
    border-radius: 5px;
    border: none;
    padding: 2px;
    display: inline-block;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
}

.shoping-block .container aside ul li a:hover {
    border: none;
    opacity: 100;
    -webkit-transition: all 0.3s ease-in-out;
}

.shoping-block .container aside ul li a img {
    max-width: 100%;
    border-radius: 5px;
    width: 50px;
    height: 30px;
    min-width: 50px
}

.shoping-block .container aside ul li a.active {
    border: none
}

@media (max-width:900px) {
    .shoping-block .container aside ul li {
        width: 8.33%;
        min-width: 68px
    }
}

@media (max-width:600px) {
    .shoping-block .container aside ul li {
        width: 12.5%
    }
}

@media (max-width:520px) {
    .shoping-block .container aside ul li {
        min-width: 60px;
        padding-top: 2px
    }
}

@media (max-width:400px) {
    .shoping-block .container aside ul li {}
}

@media (max-width:900px) {
    .shoping-block .container aside {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.shoping-block .container .other-links {
    padding-top: 30px
}

.shoping-block .container .other-links p a {
    text-decoration: underline;
    color: #92757a;
    line-height: 20px;
    text-transform: uppercase
}

.shoping-block .container .other-links p a:hover {
    text-decoration: none
}

@media (max-width:520px) {
    .shoping-block .container .other-links p {
        font-size: 18px;
        line-height: 28px
    }
}

.shoping-block .container .other-links.outer {
    display: none;
    width: 100%
}

@media (max-width:900px) {
    .shoping-block .container .other-links.outer {
        display: block;
        padding-top: 0
    }
}

@media (max-width:900px) {
    .shoping-block .container .other-links {
        display: none
    }
}

.shoping-block .container section {
    position: relative;
    padding-left: 60px;
    padding-top: 0px;
    float: left;
    width: calc(100% - 190px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.shoping-block .container section .product {
    width: 300px;
    float: left;
    position: relative
}

@media (min-width:901px) {
    .shoping-block .container section .product {
        padding-bottom: 80px
    }
}

.shoping-block .container section .product .prod-info-wrap {
    background: url(../images/shop/panel.png) 0 100% no-repeat;
    background-size: 300px;
    min-height: 330px;
    padding: 0 10px 10px
}

@media (max-width:700px) {
    .shoping-block .container section .product .prod-info-wrap {
        background-size: cover;
        background-position-y: 95px
    }
}

@media (max-width:520px) {
    .shoping-block .container section .product .prod-info-wrap {
        background-size: 100% 205px
    }
}

.shoping-block .container section .product .prod-info {
    padding-top: 184px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4c3cc;
    padding-right: 125px
}

.shoping-block .container section .product .prod-info img {
    margin-bottom: -15px;
    max-width: 100%
}

.shoping-block .container section .product .prod-info p {
    width: 165px;
}

@media (max-width:520px) {
    .shoping-block .container section .product .prod-info {
        padding-top: 140px
    }
    .shoping-block .container section .product .prod-info p {
        width: 170px;
        font-size: 16px
    }
}

.shoping-block .container section .product .prod-image {
    position: absolute;
    right: 25px;
    top: 35px
}

@media (max-width:520px) {
    .shoping-block .container section .product .prod-image {
        top: 4px;
        font-family: 'AvenirLTStd-Light'
    }
}

@media (max-width:640px) {
    .shoping-block .container section .product {
        width: 100%;
        min-height: 290px;
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:520px) {
    .shoping-block .container section .product {
        margin-top: -5px
    }
}

.shoping-block .container section .product-detail {
    width: calc(100% - 300px);
    padding-left: 30px;
    padding-top: 70px;
    color: #624e52;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:641px) {
    .shoping-block .container section .product-detail {
        position: absolute;
        left: 360px
    }
}

@media (min-width:901px) {
    .shoping-block .container section .product-detail {
        padding-bottom: 80px
    }
}

.shoping-block .container section .product-detail h1 {
    font-size: 24px;
    color: #624e52
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail h1 {
        font-size: 30px;
    }
}

.shoping-block .container section .product-detail .code {
    padding: 20px 0 10px
}

.shoping-block .container section .product-detail .code span {
    display: block;
    line-height: 20px
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail .code {
        padding: 20px 0 3px
    }
}

.shoping-block .container section .product-detail .price {
    font-weight: bold;
    padding-bottom: 24px
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail .price {
        padding-bottom: 20px
    }
}

.shoping-block .container section .product-detail p a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #ce0058
}

.shoping-block .container section .product-detail p a:hover {
    text-decoration: none
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail p {
        font-size: 18px
    }
}

.shoping-block .container section .product-detail .swatch {
    padding-top: 28px
}

.shoping-block .container section .product-detail .swatch img {
    max-width: 110px
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail .swatch {
        padding-top: 25px
    }
}

@media (max-width:640px) {
    .shoping-block .container section .product-detail {
        width: 100%;
        padding-left: 0;
        padding-top: 40px
    }
    .shoping-block .container section .product-detail img {
        display: inline-block
    }
}

@media (max-width:520px) {
    .shoping-block .container section .product-detail {
        padding-top: 10px;
        min-height: 208px;
    }
}

@media (max-width:900px) {
    .shoping-block .container section {
        padding-left: 40px
    }
}

@media (max-width:900px) {
    .shoping-block .container section {
        width: 100%;
        padding: 20px 0 40px 0;
        min-height: 325px
    }
}

@media (max-width:640px) {
    .shoping-block .container section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:900px) {
    .shoping-block .container {
        padding: 20px 20px 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:520px) {
    .shoping-block .container {
        padding: 20px 10px 30px
    }
}

.shoping-block.tripple-block {}

.shoping-block.tripple-block .price {
    padding-bottom: 20px!important
}

.shoping-block.tripple-block .swatch {
    padding-top: 0px!important
}

.shoping-block.tripple-block .container section {
    padding-top: 0px!important
}

@media (max-width:700px) {
    .shoping-block.tripple-block .container section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 0!important
    }
}

@media (max-width:700px) {
    .shoping-block.tripple-block .prod-info p {
        width: 135px!important
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block .prod-info {
        height: 289px
    }
    .shoping-block.tripple-block .prod-info > img,
    .shoping-block.tripple-block .prod-info p {
        display: none
    }
}

@media (max-width:440px) {
    .shoping-block.tripple-block .prod-info-wrap {
        display: none
    }
}

@media (max-width:440px) {
    .shoping-block.tripple-block .prod-image {
        position: relative!important;
        float: left;
        background: url(../images/shop/panel.png) 0 100% no-repeat;
        width: 100%;
        background-size: 400px 180px;
        background-position-y: 115px
    }
    .shoping-block.tripple-block .prod-image img {
        max-width: 100%
    }
}

.shoping-block.tripple-block .container section .product {
    width: 300px;
    margin-right: 126px
}

.shoping-block.tripple-block .container section .product .prod-image {
    right: -126px
}

.shoping-block.tripple-block .container section .product .prod-image img {
    float: left !important
}

@media (max-width:700px) {
    .shoping-block.tripple-block .container section .product .prod-image {
        right: 0;
        top: 50px
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block .container section .product .prod-image {
        top: 4px
    }
}

@media (max-width:440px) {
    .shoping-block.tripple-block .container section .product .prod-image {
        top: 20px;
    }
}

@media (max-width:700px) {
    .shoping-block.tripple-block .container section .product {
        width: 100%;
        margin-right: 0;
        min-height: 295px;
        background-size: cover;
        background-position-y: 90px;
        margin-bottom: 40px
    }
}

@media (min-width:701px) {
    .shoping-block.tripple-block section .product-detail {
        width: calc(100% - 426px)!important;
        left: 490px!important;
        padding-top: 75px!important
    }
}

@media (max-width:700px) {
    .shoping-block.tripple-block section .product-detail {
        width: 100%!important;
        padding-left: 0!important;
        padding-bottom: 20px!important;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block.luxury .product {
        margin-top: 30px
    }
}

@media (max-width:440px) {
    .shoping-block.tripple-block.luxury .product {
        margin-top: -10px
    }
}

.shoping-block.tripple-block.luxury .prod-image {
    width: 183px
}

.shoping-block.tripple-block.luxury .prod-image img {
    width: 61px;
    margin-bottom: 35px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:700px) {
    .shoping-block.tripple-block.luxury .prod-image {
        width: 305px
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block.luxury .prod-image {
        left: 5px;
        float: left;
        width: 100%;
        background-size: 400px 175px;
        background-position-y: 60px
    }
    .shoping-block.tripple-block.luxury .prod-image img {
        max-width: 100%;
        float: none!important;
        display: inline-block
    }
}

@media (max-width:440px) {
    .shoping-block.tripple-block.luxury .prod-image {
        background-size: 400px 200px;
        background-position-y: 55px
    }
    .shoping-block.tripple-block.luxury .prod-image img {
        width: 55px
    }
}

@media (max-width:340px) {
    .shoping-block.tripple-block.luxury .prod-image {
        background-size: 400px 168px;
        background-position-y: 55px;
        padding-left: 5px
    }
    .shoping-block.tripple-block.luxury .prod-image img {
        width: 48px
    }
}

.shoping-block.tripple-block.luxury .prod-image-bottom {
    margin-top: 50px
}

@media (min-width:701px) {
    .shoping-block.tripple-block.luxury .prod-image-bottom {
        margin-right: -127px
    }
}

.shoping-block.tripple-block.luxury .prod-image-bottom img {
    float: left;
    width: 61px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (max-width:440px) {
    .shoping-block.tripple-block.luxury .prod-image-bottom {
        clear: both;
        float: left;
        padding-top: 40px;
        margin: 0;
        width: 75%
    }
    .shoping-block.tripple-block.luxury .prod-image-bottom img {
        margin-bottom: 40px
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block.luxury .prod-image-bottom {
        padding-left: 5px
    }
    .shoping-block.tripple-block.luxury .prod-image-bottom img {
        float: left
    }
}

@media (max-width:370px) {
    .shoping-block.tripple-block.luxury .prod-image-bottom img {
        width: 55px
    }
}

@media (max-width:340px) {
    .shoping-block.tripple-block.luxury .prod-image-bottom img {
        width: 48px
    }
}

.shoping-block.tripple-block.luxury .prod-info-wrap {
    min-height: 320px!important;
    width: 320px
}

@media (min-width:521px) {
    .shoping-block.tripple-block.luxury .prod-info-wrap {
        background-size: 320px!important
    }
}

.shoping-block.tripple-block.luxury .prod-info-wrap .prod-info {
    padding-top: 170px
}

@media (max-width:520px) {
    .shoping-block.tripple-block.luxury .prod-info-wrap .prod-info {
        display: none
    }
}

@media (max-width:520px) {
    .shoping-block.tripple-block.luxury .prod-info-wrap {
        width: 100%;
        background-size: 100%;
        min-height: 290px!important
    }
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: -2px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: blue;
    padding: 0;
    color: #312729;
    font-size: 12px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow {
    display: none
}

@media (max-width:520px) {
    .tooltipster-base {
        display: none!important
    }
}

.shoping-block .container#luxury ul li img {
    max-width: 100%;
    border-radius: 5px;
    width: 143px!important;
    height: 30px;
    min-width: 143px
}

p.price {
    padding-top: 10px;
}

.cart_totals h2 {
    text-transform: capitalize;
}

footer .container .signup-wrap > div input[type=submit],
.woocommerce input.button {
    -webkit-appearance: none !important;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce-cart-form {
    padding: 20px 0;
}

.cart-collaterals .cart_totals table.shop_table_responsive {
    margin: 20px 0 !important;
}

.shipping-calculator-form {
    min-height: auto !important;
    padding: 10px 0 0 !important;
}

.shipping-calculator-form p {
    padding: 0 !important;
}

.woocommerce-shipping-calculator {
    overflow: hidden;
    padding-bottom: 10px;
}

.postid-44 .alg-wc-civs-term {
    min-width: 143px !important;
}

.postid-44 .shoping-block .container section .product-detail .swatch img {
    max-width: 200px !important;
}

.postid-85 .shoping-block .container section .product-detail .swatch img {
    max-width: 220px !important;
}

.post-type-archive-product .tripple-block li {
    width: 55% !important;
}

.archive-list li {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #f5c3cc;
    margin: 5px 0;
    padding: 12px;
    font-weight: bold;
    background-color: #f5c3cc;
}

.archive-list li:last-child {
    display: none;
}

.woocommerce-product-rating {
    display: none !important;
}

/*# sourceMappingURL=style.css.map */

@media all and (max-width:520px) and (min-width:470px) {
    .social {
            margin-bottom: 10px;
    }
    .navigation-section nav {
        clear: both;
        margin-right: -20px;
        margin-top: 10px;
    }
}


  .navigation-section .logo {
    width: 131px;
    height: 29px;
    background: url(https://venuscosmetics.com.au/wp-content/themes/venus/assets/images/logo.gif) 0 2px no-repeat;
    display: inline-block;
    float: left;
}
    
    .navigation-section .social a.yout {
    background: url(https://venuscosmetics.com.au/wp-content/themes/venus/assets/images/youtube.png) 0 0 no-repeat
}
    .woocommerce p.stars {
        
    padding-top:5px;
    }
    .woocommerce p.stars a {
        margin-right: 3px;
    }
    
    .woocommerce .star-rating::before {
            width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: '';
    background-image: url(https://www.venuscosmetics.com.au/wp-content/themes/venus/assets/images/rate0.png);
    text-indent: 0;
    background-size: 15px 14px;
        content:'';
    }
    
    .woocommerce .star-rating::before {
        width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: '';
    background-image: url(https://www.venuscosmetics.com.au/wp-content/themes/venus/assets/images/rate0.png);
    text-indent: 0;
    background-size: 15px 14px;
        content:'';
        width: 95%;
        background-repeat: repeat-x;
    }

    .woocommerce .star-rating span::before {
        width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: '';
    background-image: url(https://www.venuscosmetics.com.au/wp-content/themes/venus/assets/images/rate1.png);
    text-indent: 0;
    background-size: 15px 14px;
        content:'';
            width: 95%;
        background-repeat: repeat-x;
    }

    #colorbox {
        width: auto !important;
        max-width: 1376px;
        right:10%;
        left: 10% !important;
    }
    #cboxWrapper, #cboxContent, #cboxLoadedContent {
        
        width: 100% !important;
        
    }
    #cboxMiddleLeft, #cboxMiddleRight {
        display: none;
    }
    
    #cboxContent {
        max-width: 1000px;
        margin: 0 auto;
        float: none !important;

    }