/*
Theme Name: Monbaby
Author: Musemedia



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 web2feel is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    margin-right: 10px;
    padding-right: 20px;
    vertical-align: top;
    padding-bottom: 33px;
}
td h3{
    margin-top: -1px;

}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: '';
    display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.menu-item-21 {
    background: none repeat scroll 0% 0% #F547AB;
    margin: 10px 0px 0px 0px;
    position: relative;
    font-size: 21px;
    line-height: 5px;
    color: #FFF;
    text-align: center;
    text-transform: none;
    border-radius: 3px;
    width: 251px;
    height: 61px;
    transition: background-color 0.2s linear 0s;
}

.menu-item-21 a {
    color: #FFF;

}




.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation ul > li{
    padding: 32px 8px;
}

.main-navigation ul > li a:link,.main-navigation ul > li a:visited {
    color: #3F3F3F;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.main-navigation ul > li a:hover, .main-navigation ul li ul > li a:hover{
    color: #F547AB;
}

.main-navigation a {
    display: block;
    color: #3F3F3F;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;

}
.main-navigation ul ul {
    background: #32393e;
    display: none;
    float: left;
    position: absolute;
    top:80px;
    left: 0;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}
.main-navigation ul ul a {
    width: 180px;

}
.main-navigation ul ul li {
    padding: 3px 10px;
    border-bottom: 1px solid #374550;
}

.main-navigation ul ul li a:link, .main-navigation ul ul li a:visited{
}

.main-navigation ul ul li a:hover{
    color: #fff;
}


.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .main-navigation{
        margin: 0px 0px;
    }
    .navbar-toggle,
    .main-navigation.toggled .nav-menu {
        display: block!important;
    }

    .main-navigation.toggled{
        padding-bottom: 20px;
    }

    .main-navigation.toggled li a:link,.main-navigation.toggled li a:visited {
    }
    .main-navigation.toggled li a:hover {
    }


    .navbar-toggle{
        border:1px solid #ffffff;
    }
    .icon-bar{

        background: #333;

    }
    .main-navigation ul {
        display: none;
    }

    .main-navigation.toggled ul.nav-menu li{
        list-style: none;
        display: block;
        float: none;
        line-height: 35px;
        padding: 0px 0px;
    }

    .main-navigation.toggled ul.nav-menu li,.main-navigation.toggled ul.nav-menu li ul li{
        border-bottom:1px solid #ffffff;

    }

    .main-navigation.toggled ul.nav-menu li ul li:last-child{
        border:none;
    }
    .main-navigation.toggled ul.nav-menu li ul li:first-child{
        border-top:1px solid #ffffff;
    }

    .main-navigation.toggled ul ul,.main-navigation.toggled ul ul ul{
        margin:0px 0px 0px 0px ;
        display: block;
        float: none;
        position: relative;
        box-shadow: none;
        top:0px;
        left: 0px;
        background: transparent;
    }


    /* 	Flexlider */

    .flex-caption{
        display: none;
    }
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
    word-wrap: break-word;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-content .gallery dd {
    margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

a.preorder{
    background: #f648ab;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f547ab;
    width: 251px;
    height: 61px;
    /* margin: -19px 0 0 -17px; */
    margin-top: -18px;
    position: relative;
    z-index: 2;
    float: left;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
a.sign_top{
    background: #f648ab;
    font-size: 18px !important;
line-height: 61px;
color: #00a0f7 !important;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    width: 130px;
height: 61px;
text-transform: none !important;
    /* margin: -19px 0 0 -17px; */
    margin-top: -18px;
    position: relative;
    z-index: 2;
    font-weight: 500 !important;
    float: left;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.cart_note {
    text-align: left !important;
}
@media (max-width: 800px)
{
    a.sign_top {
        margin-top: 20px;
    }
    a.preorder
    {
        margin-top: 20px;
    }
    .navbar-toggle
    {
        margin-top: 13px!important;
    }
}
@media (min-width: 800px) and (max-width: 1199px)
{
    .main-navigation ul > li
    {
        padding: 32px 10px;
    }
    a.preorder
    {
        position: absolute;
    }
}
@media (min-width: 800px) and (max-width: 992px)
{
    .main-navigation ul > li
    {
        padding: 32px 5px;
    }
    .main-navigation ul > li a:link, .main-navigation ul > li a:visited
    {
        font-size: 13px;
    }
}
@media (min-width: 800px) and (max-width: 773px)
{
    .main-navigation ul > li a:link, .main-navigation ul > li a:visited
    {
        font-size: 12px;
    }
}

a.preorder:hover {
    background-color: #f879c1;
}
a.preorder:visited {
    color: #FFFFFF;
}
a.preorder:active {
    background-color: #f41795;
}
/* FOOTER*/
/* footer -------------------------- */
footer {
    background: #f6f3f6;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 57px 0 20px;
}
footer .social {
    display: inline-block;
    margin: 0 0 43px;
}
footer .social a {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
footer .face {
    background-position: 0 -184px;
    margin: 0 60px 0 0;
}
footer .face:hover {
    background-position: -318px 0;
}
footer .tw {
    background-position: -13px -184px;
    margin: 3px 50px 0 0;
}
.face {
    background-position: -191px 0;
    width: 12px;
    height: 24px;
    margin: 0 61px 0 0;
}
.face:hover {
    background-position: -286px 0;
}
.tw {
    background-position: -205px 0;
    width: 25px;
    height: 20px;
    margin: 3px 50px 0 0;
}
.tw:hover {
    background-position: -299px 0;
}
.gp {
    background-position: -231px 0;
    width: 31px;
    height: 27px;
    margin: 0 50px 0 0;
}
.gp:hover {
    background-position: -326px 0;
}
.pint {
    background-position: -263px 0;
    width: 28px;
    height: 26px;
    margin: 0 0 0 0;
}
.pint:hover {
    background-position: -359px 0;
}

footer .face {
    background-position: 0 -184px;
    margin: 0 60px 0 0;
}
footer .face:hover {
    background-position: -295px 0;
}
footer .tw {
    background-position: -13px -184px;
    margin: 3px 50px 0 0;
}
footer .tw:hover {
    background-position: -308px 0;
}
footer .gp {
    background-position: -40px -184px;
    margin: 0 50px 0 0;
}
footer .gp:hover {
    background-position: -335px 0;
}
footer .pint {
    background-position: -72px -184px;
    margin: 0 0 0 0;
}
footer .pint:hover {
    background-position: -367px 0;
}
footer .footer-kickstarter {
    width: 192px;
    height: 61px;
    display: block;
    margin: 0 auto 50px;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
footer .footer-kickstarter:hover {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
footer .footer-kickstarter:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
footer .footer-links {
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
    text-transform: uppercase;
    display: block;
    clear: both;
    margin: 0 0 50px;
}
footer .footer-links a {
    color: #3f3f3f;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
footer .footer-links a:hover {
    color: #f648ab;
}
footer p {
    font-size: 14px;
    line-height: 18px;
    color: #676767;
}
footer p a {
    color: #00a3ff;
    text-decoration: underline;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
footer p a:hover {
    text-decoration: none;
    color: #f648ab;
}

/*****************************/
.preorder-box
{
    background: #ffffff;
    text-align: center;
    clear: both;
    padding-left: 0px!important;
}
.preorder-box .preorder-left
{
    text-align: left;
}
.preorder-box .preorder-left .pl
{
    font-size: 14px;
    white-space: nowrap;
    color: #5a5a5a;
    line-height: 58px;
    height: 58px;
    display: block;
    margin: 0 0 25px;
    padding-left: 0px!important;
}
.preorder-box .preorder-left .pl span
{
    background: url(images/sprite.png) no-repeat -307px -30px;
    width: 58px;
    height: 58px;
    margin: 0 18px 0 0;
    float: left;
}
.preorder-box .preorder-left .pl2 span
{
    background-position: -336px -90px;
}
.preorder-box .preorder-left .pl3 span
{
    background-position: -336px -150px;
}
.stripe-button-el{
    display: none !important;
}

.tab
{
  //  display: none;
    clear: both;
    margin: 0px;
}

.tabs
{
    margin: 0px !important;
}
.img img
{

}

.tab span
{
    font-size: 16px;
    line-height: 16px;
    color: #aeaeae;
    display: block;
    clear: both;
    margin: 0 0 10px;
    padding: 19px 0 0;
}
.tab .tabs li
{
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    width: 28px;
    height: 28px;
    margin: 0 4px;
    position: relative;
}
.tab .tabs .active:before
{
    background: #fefefe;
    -moz-box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    -webkit-box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    box-shadow: inset 2px 1px 5px rgba(0,0,0,.24);
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
    content: '';
}
.tab .tabs .blue
{
    background: #15a5ee;
}
.tab .tabs .pink
{
    background: #f648ab;
}
.tab .tabs .white
{
    background: #fff;
    box-shadow: inset 3px 0 10px rgba(0,0,0,0.2);
}

.text-detail p
{
    margin: 0px!important;
}

.price
{
    font-size: 36px;
    line-height: 36px;
    color: #323232;
    font-weight: 300;
    display: block;
    clear: both;
    margin: 20px 0px 0px 0px;
}

.preorder-box
{
    text-align: left;
}

.preorder-box a
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #15a5ee;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    height: 61px;
    display: block;
    margin: 24px 0 0 0;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.preorder-box a:hover
{
    background-color: #f879c1;
    color: white;
}
.preorder-box a:visited
{
    color: #ffffff;
}
.preorder-box button, .preorder-box input
{
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

       background-color: #f879c1 !important;
    font-size: 21px;
    color: white;
    line-height: 61px;

    text-align: center;
    width: 200px;
    height: 61px;
    margin: 24px 0 0 0;
    -moz-transition: background-color 0.2s linear !important;
    -ms-transition: background-color 0.2s linear !important;
    -o-transition: background-color 0.2s linear !important;
    -webkit-transition: background-color 0.2s linear !important;
    transition: background-color 0.2s linear !important;
}

.preorder-box button:hover
{
 background-color: #15a5ee !important;
    color: #ffffff !important;
}
.preorder-box button:visited
{
    color: #ffffff;
}

.preorder-box input:hover
{
    background-color: #f879c1 !important;
    color: white;
}
.preorder-box input:visited
{
    color: #ffffff;
}
.lp-button-white {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff !important;
    font-size: 18px;
    line-height: 61px;
    color: #00a0f7 !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.lp-button-blue {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #15a5ee !important;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.lp-button-blue:hover
{
    background-color: #f879c1 !important;
    color: white;
}
.lp-button-blue:visited
{
    color: #ffffff;
}

.lp-button-red {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f879c1 !important;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    width: 200px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.lp-button-red:hover
{
    background-color: #15a5ee !important;
    color: white;
}
.lp-button-red:visited
{
    color: #ffffff;
}
.special
{
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    margin:  40px 0px 40px 0px!important;
}

.sp
{
    margin-bottom: 40px;


}

.sp img
{
    border: 1px solid #f2f2f2;
}

.special-list
{
    margin-bottom: 50px;
}

.container
{
    //width: 100%!important;
    //border: 1px solid red;
}

@media (min-width: 532px) and (max-width: 768px)
{
    .pl
    {
        width: 235px!important;
        float: left;
    }
}
/*****************************/

.added_to_cart.wc-forward {
    line-height: 38px !important;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before {
    padding-top: 0;
}

.added_to_cart.wc-forward {
    display: none !important;
}
.wc_lp_proc {
    color: #c4c4c4;
    font-size: 20px;
    padding-top: 20px;
}
.wc_lp_proc_or {
    color: #c4c4c4;
    font-size: 20px;
    padding-bottom: 10px;
}

body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
    padding: 10px !important;
    font-size: 22px !important;
}

.festi-cart-list {
    display: none;
}

.woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border-top: 3px solid #0C9EF4;
}
.woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    background-color: #0C9EF4;
}
.woocommerce .woocommerce-message,.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce-page .woocommerce-message,.woocommerce-page .woocommerce-error,.woocommerce-page .woocommerce-info {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

div.festi-cart-pop-up-body div.festi-cart-pop-up-header {
    margin: 20px 10px 10px 10px;
}

.dn {
    display: none !important;
}
.w250 {
    width: 250px;
}

.iw-modalBox{
    padding:0px;
    border:0px solid #CCC;
    background: #fff;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden !important;
}
.iw-modalOverlay{
    background: #000;
    opacity:.6;
}
.jsMailChimpForm {
    padding: 31px 51px 51px 51px;
    height: 100%;
    background: url('images/sign-up-baby.jpg') no-repeat right bottom;
    overflow: hidden;
}
.jsMailChimpForm h3{
    font-size: 24px;
}
.mailchimp-form-text {
    clear: both;
}
.mailchimp-form-text p, .mailchimp-form-text li{
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 0px;
}
.mailchimp-form-text ul li {
    padding-left: 0px;
    list-style-type: disc;
}
.mailchimp-form-text ul {
}
.mailchimp-form-input {
    padding: 30px 0 30px 0;
}
.sign-in-mailchimp-form {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sign-in-mailchimp-form .email{
    background: #ffffff;
    font-size: 18px;
    color: #b9b9b9;
    width: 350px;
    height: 61px;
    margin: 0px 13px 0 0;
    padding: 0 23px;
    border: 2px solid #15a5ed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.sign-in-mailchimp-form .sign-up-button{
    background: #15a5ee !important;
    font-size: 21px !important;
    color: #ffffff !important;
    width: 156px !important;
    height: 61px !important;
    border: 0 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 55px 0 0 !important;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    text-shadow: 0 !important;
}
.jsMailChimpFormClose {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 20px;
}

.epm-message p {
    margin-bottom: 0px;
}

.epm-message epm-error message error {
    color: red !important;
}

.jsMailchimpSuccessBox {
    text-align: center;
}
.jsMailchimpSuccessBoxContent {
    padding: 56px 56px 0px 56px !important;
    text-align: center;
}
.jsMailchimpSuccessBoxContent h3 {
    font-size: 16px;
}

.jsMailchimpSuccessBox .social {
    text-align: center !important;
    padding-top: 40px !important;
}
.jsMailchimpSuccessBox .social {
    display: inline-block !important;
    margin: 0 0 13px !important;
}
.jsMailchimpSuccessBox .social a {
    background-image: url(images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
.jsMailchimpSuccessBox .social .face {
    background-position: -195px -68px;
    margin: 0 60px 0 0;
}
.jsMailchimpSuccessBox .social .face:hover {
    background-position: -295px 0;
}
.jsMailchimpSuccessBox .social .tw {
    background-position: -208px -68px;
    margin: 3px 50px 0 0;
}
.jsMailchimpSuccessBox .social .tw:hover {
    background-position: -308px 0;
}
.jsMailchimpSuccessBox .social .gp {
    background-position: -235px -68px;
    margin: 0 50px 0 0;
}
.jsMailchimpSuccessBox .social .gp:hover {
    background-position: -335px 0;
}
.jsMailchimpSuccessBox .social .pint {
    background-position: -267px -68px;
    margin: 0 0 0 0;
}
.jsMailchimpSuccessBox .social .pint:hover {
    background-position: -367px 0;
}
input.contactform-field{

    background: #ffffff;
font-size: 18px;
color: #3F3F3F;
width: 100%;
height: 61px;
margin: 5px 13px 0 0;
padding: 0 23px;
border: 2px solid #F6F3F6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

}
textarea.contactform-field{

    background: #ffffff;
font-size: 18px;
color: #b9b9b9;
width: 100%;
height: 200px;
margin: 5px 13px 0 0;
padding: 0 23px;
border: 2px solid #F6F3F6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

}
td.contacts{
    font-weight: normal;
text-align: left;
margin-right: 10px;
text-align: center;
padding-right: 28px;
padding-left: 39px;
vertical-align: top;
padding-bottom: 33px;

}
h3.contacts {
    margin-top:0px;
    margin-bottom:0px;

}
.lp-button-blue-contact {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #15a5ee !important;
    font-size: 21px;
    line-height: 61px;
    color: #ffffff !important;
    text-align: center;
    width: 192px;
    height: 61px;
    display: inline-block;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.lp-button-blue-contact:hover
{
    background-color: #f879c1 !important;
    color: white;
}
.lp-button-blue-contact:visited
{
    color: #ffffff;
}
.vjs-control-bar{
    display:none;
}
.input-text {
    background: #ffffff;
font-size: 18px;
color: #3F3F3F;
width: 100%;
height: 61px;
margin: 5px 13px 0 0;
padding: 0 23px;
border: 2px solid #F6F3F6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#billing_country_chosen{
    background: #ffffff;
font-size: 18px;
color: #3F3F3F;
height: 61px;
margin: 5px 13px 0 0;
padding: 0 23px;
border: 2px solid #F6F3F6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 0 0 0 0;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
height: 63px;
line-height: 29px;
width: 100% ;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
margin-right: 26px;
text-overflow: ellipsis;
font-size: 18px;
padding: 16px 16px;
white-space: nowrap;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
height: 63px;
line-height: 29px;
width: 100%;
padding: 0px 16px;
}
input.button_new{
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f879c1 !important;
    font-size: 21px;
    color: white;
    line-height: 61px;

    text-align: center;
    width: 200px;
    height: 61px;
    -moz-transition: background-color 0.2s linear !important;
    -ms-transition: background-color 0.2s linear !important;
    -o-transition: background-color 0.2s linear !important;
    -webkit-transition: background-color 0.2s linear !important;
    transition: background-color 0.2s linear !important;
}
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
background: url(https://monbaby.com/wp-content/plugins/woocommerce/assets/images/chosen-sprite.png) 0 21px no-repeat!important;}
.woocommerce-shipping-fields {
    display:none;

}
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
content: "";
display: block;
 border: none;
 border-right-color: none;
 border-left-color: none;
 border-top-color: none;
position: absolute;
top: -3px;
left: 0;
margin: -1em 0 0 2em;
}
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
text-align: left;
padding: 1em;
 border-bottom: none;
margin: 0;
list-style: none outside;
}
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
 padding: 1em;
 border-top: none;
}
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
display: block;
width: 100%;
height: auto;
box-shadow: none;
-webkit-box-shadow: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: all ease-in-out .2s;
transition: none;
}

@media screen and (max-width: 768px) {
    table.shop_table tr td,
    table.shop_table tr th {
        padding: 6px 5px !important;
        font-size: 14px !important;
    }
    table.shop_table .minus,
    table.shop_table .plus {
        display: none !important;
    }
    table.shop_table input.qty {
        border-right: 1px solid #c7c0c7 !important;
    }
    table.shop_table .actions {
        text-align: center !important;
    }
}
@media screen and (max-width: 479px) {
    table.shop_table tr td,
    table.shop_table tr th {
        padding: 6px 2px !important;
        font-size: 13px !important;
    }
    table.shop_table .actions a:first-child {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.main-navigation ul ul li {
    background: none repeat scroll 0 0 #eae9ea !important;
    border-bottom: none;
}

.main-navigation ul ul {
    top: 60px;
}