/*
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%;
}

  .main-navigation:before, .main-navigation:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .main-navigation:after {
    clear: both;
  }

.nav__block {
  float: left;
}

  .nav__block--main {
    width: auto;
  }

    .nav__block--main ul {
      width: 100%;
      font-size: 18px;
    }

      .nav__block--main ul > li {
        width: auto;
        float: left;
        font-size: 1em;
        padding: 2.82em 0.46em 0 !important;
        position: relative;
      }

  .nav__block--addition {
    width: 130px;
    margin-left: 38px;
    margin-top: 10px;
  }
    .nav__block--addition .nav_block--addition__button {
      width: auto;
      height: 52px;
      font-size: 15px;
      line-height: 52px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background-color: #f879c1;
      -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-transform: uppercase;
    }
    .nav__block--addition.lang-es .nav_block--addition__button {
      font-size: 13px;
    }

      .nav__block--addition .nav_block--addition__button:hover {
        background-color: #00a0f7;
      }

    .nav__block--addition .nav__lang {
    }

      .nav__block--addition .nav__lang .nav__lang__link {
        width: 43.67788124%;
        display: inline-block;
        vertical-align: top;
        margin-top: -6px;
        font-size: 16px;
        text-transform: none;
        font-weight: normal;
      }
      .nav__block--addition .nav__lang span.nav__lang__link {
        color: grey;
      }
      .nav__block--addition .nav__lang a.nav__lang__link {
        color: #00a0f7;
      }

/*        .nav__block--addition .nav__lang .nav__lang__link--left{
          padding-left: 1px;
        }*/

        .nav__block--addition .nav__lang .nav__lang__link--right {
          text-align: right;
          /*padding-right: 2px;*/
          position: relative;
          left: 11px;

        }
        .main-navigation a
        

        .nav__block--addition .nav__lang span.nav__lang__link {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
          filter: alpha(opacity=40);
          -moz-opacity: 0.4;
          -khtml-opacity: 0.4;
          opacity: 0.4;
        }

    @media screen and (max-width:1280px) {
      .nav__block--main {
        width: 75.6294746%;
        margin-top: 1.3em;
      }

      .nav__block--main ul > li {
        font-size: 0.6em;
        padding: 2.82em 0.46em 0 !important;
      }

      .nav__block--main ul ul {
        top: 3.1em !important;
        margin-top: 0 !important;
      }
    }

    @media screen and (max-width:1024px) {
      .nav__block--main {
        width: 67.99999999999999999%;
        margin-top: 1.3em;
        margin-bottom: 1em;
      }

      .nav__block--main ul > li {
        font-size: 1.6em;
        padding: 0 0.46em!important;
      }

      .nav__block--main ul ul {
        top: 1.3em !important;
      }

      .main-navigation .nav__block--main ul {
        margin-top: 0.82em;
      }
    }

    @media screen and (max-width:867px) {
       .nav__block--main {
        width: 76%;
      }

      .nav__block--addition {
        position: relative;
        top: -14px;
      }
    }

    @media screen and (max-width:768px) {
      .nav__block--addition {
        display: none;
        position: absolute;
        top: -14px;
        left: -13px;
      }

      .main-navigation.toggled .nav__block--addition {
        display: block;
      }

      .main-navigation.toggled .nav__block--main {
        width: 100%;
        margin-top: 80px;
      }

      .main-navigation.toggled .nav__block--main ul ul {
        top: 0 !important;
      }

      .main-navigation.toggled .nav__block--main ul ul li {
        margin-left: 30px !important;
      }

      .main-navigation.toggled .nav__block--main ul ul li a {
        width: 100%;
        line-height: 1.3em;
      }

      .site-branding {
        margin-top: -12px;
      }
    }

.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 !important;
    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;
        height: 0;
    }
    .navbar-toggle,
    .main-navigation.toggled .nav-menu {
        display: block!important;
    }

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

    .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;
    }
}

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__row__wrapper {
    text-align: center;
    overflow: hidden;
}

.footer__row__wrapper .footer__row {
  clear: both;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: -60px;
  margin-bottom: 50px;
}
.footer__row .footer__column {
    display: inline-block;
    vertical-align: top;
    max-width: 220px;
    margin-right: 60px;
    /*margin-bottom: 25px;*/
    text-align: left;
}
.footer__row .footer__column a {
    display: block;
    color: #3f3f3f;
    text-transform: uppercase; 
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.footer__row .footer__column a:hover {
    color: #f648ab;
}

.footer__row .footer__column--social {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 25px;  
    max-width: inherit;  
}

.footer__row .footer__column--social div {
    width: 45px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 10px;    
}
.footer__row .footer__column--social a {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-image: url(images/sprite.png?3);
    background-repeat: no-repeat;
    margin: 0;
}
.footer__row .footer__column--social a.instagram {
    background-image: url(images/instagram_2.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -4px;
}
.footer__row .footer__column--social a:hover.instagram {
    background-image: url(images/instagram-pink.png);
}
.footer__row .footer__column--social a.pinterest {
    background-image: url(images/pinterest.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -4px;
}
.footer__row .footer__column--social a:hover.pinterest {
    background-image: url(images/pinterest-pink.png);
}            
.footer__row .footer__column--social a.face {
    background-position: 0 -184px;
}
.footer__row .footer__column--social a.face:hover {
    background-position: -295px 0;
}

.footer__row .footer__column--social a.tw {
    background-position: -13px -184px;
}
.footer__row .footer__column--social a.tw:hover {
    background-position: -308px 0;
}

.footer__row .footer__column--social a.gp {
    background-position: -40px -184px;
    margin-left: 13px;
}
.footer__row .footer__column--social a.gp:hover {
    background-position: -335px 0;
}

.footer__row .footer__column--social a.pint {
    background-position: -72px -184px;
}
.footer__row .footer__column--social a.pint:hover {
    background-position: -367px 0;
}

.footer__row .footer__column--social a.footer-kickstarter {
    width: 135px;
    height: 61px;
    line-height: 61px;
    background: none;
    -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;
    text-align: center;
}
.footer__row .footer__column--social a.footer-kickstarter:hover {
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.footer__row .footer__column--social a.footer-kickstarter:active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
@media screen and (max-width: 1024px) {
    .footer__row {
        margin-right: -2%;
    }
    .footer__row .footer__column {
        margin-right: 2%;
        width: 22%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
    }    
}
@media screen and (max-width: 640px) {
    .footer__row {
        margin-right: -2%;
    }
    .footer__row .footer__column {
        margin-right: 2%;
        width: 30.3333333%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
    }    
}
@media screen and (max-width: 480px) {
    .footer__row {
        margin-right: -4%;
    }
    .footer__row .footer__column {
        margin-right: 4%;
        width: 45%;
    }
    .footer__row .footer__column.footer__column--social {
        width: 100%;
        text-align: left;
    }    
}
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;
}

.face {
    width: 12px;
    height: 24px;
    margin: 0 35px 0 0;
}
.tw {
    width: 25px;
    height: 20px;
    margin: 3px 30px 0 0;
}
.gp {
    width: 31px;
    height: 27px;
    margin: 0 25px 0 0;
}
.pint {
    width: 28px;
    height: 26px;
    margin: 0 25px 0 0;
}


/*****************************/
.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, .woocommerce input.button#place_order  {
    -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;
}

input.lp-button-red {
  border: none;
}

.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: 75px;
}

.wrap {
    margin: 0px auto;
    max-width: 1168px;
    padding: 0px 20px;
}


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

.tcsd iframe
{
	max-width:none!important;
}

@media (max-width: 768px){
.cart-collaterals .tcsd.cart
	{
  		width:100%!important;
	}
}
 
@media (max-width: 322px){  
.shop_table .actions .lp-button-red
  {
		margin-top: 15px;
  }
}
		
.transparent_img
		{
		    visibility: hidden;
		}


#payment input.lp-button-red {
  margin-right:10px;
}

.woocommerce #payment ul.payment_methods.methods {
  padding-bottom: 8px;
  padding-right: 0px;
}

.woocommerce  #payment .form-row.place-order {
  padding-top: 0px;
  float: right;
  padding-right: 12px;
}

.woocommerce  #payment .about_paypal {
  margin-left: 10px;
}

h3 abbr[title] {
  border-bottom: none;
  color: red;
}

.device-type-checkbox {
  margin-right: 20px;
}

.device-type-checkbox label {
  font-weight: normal;
}

.payment-total-notes {
  font-size: 15px;
  font-weight: normal;
  margin-top: 7px;
}

#cssmenu.nav__block { 
  float: right;
} 

#header-buy-button.nav__block {
  float: right;
}

#header-buy-button.nav__block.no-button .nav__lang {
  padding-top: 2.55em;
}



#affiliate-header {
  height: 310px;
  display: block;
  background-color: #404244;
  background: url("images/affiliate/Affiliate_01.jpg") no-repeat center top;
  background-size: cover;
}

.affiliate-button {
  width: auto;
  height: 52px;
  padding: 8px 20px;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #00a0f7;
  -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-transform: uppercase;
  position: relative;
  top: 70%;
  left: 45%;
}

@media only screen and (min-width: 448px) and (max-width: 767px) {
  #affiliate-header {
    height: 245px;
  }
  .affiliate-button {
    font-size: 15px;
  }
}

@media only screen and (max-width: 448px) {
  #affiliate-header {
    height: 153px;
  }
  .affiliate-button {
    font-size: 13px;
    line-height: 24px;
    left: 38%;
  }
}


a.affiliate-button:visited {
  color: #fff;
}

.affiliate-button:hover {
  background-color: #f879c1;
  color: #fff;
}

.affiliate-page h1 {
  text-transform: uppercase;
  font-size: 24px;
  color: #00a0f7;
  font-family: 'Lato', sans-serif;
  margin: 40px 0px 20px;
}

.affiliate-page h2 {
  text-transform: uppercase;
  font-size: 24px;
  color: #00a0f7;
  font-family: 'Lato', sans-serif;
  margin: 30px 0px 20px;
}

.col-centered, .col-md-4.col-centered, .col-xs-8.col-centered, .col-md-3.col-centered, .col-xs-6.col-centered {
  display: inline-block;
  float: none;
  /*text-align: left;*/
  /*margin-right: -4px;*/
}

.row-centered {
  text-align: center;
}


.affiliate-feature-item {
  vertical-align: top;
}

.affiliate-feature-header {
  text-transform: uppercase;
  font-size: 24px;
  color: #00a0f7;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
}

/*
.affiliate-feature-text {
  margin: 0 auto;
}

.narrow .affiliate-feature-text {
  width: 80%;
}
*/

@media screen and (min-width: 992px) {
  .col-md-4.narrow {
    width: 28%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .affiliate-feature-text {
    width: 75%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliate-feature-text {
    width: 60%;
    margin: 0 auto;
  }
}

.affiliate-button-wide {
  width: 245px;
  display: block;
  margin: 0 auto;
  height: 52px;
  padding: 8px 50px;
  font-size: 22px;
  /*line-height: 52px;*/
  color: #fff;
  font-weight: 400;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f879c1;
  -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-transform: uppercase;

}

a.affiliate-button-wide:visited {
  color: #fff;
}

.affiliate-button-wide:hover {
  background-color: #00a0f7;
  color: #fff;
}

@media (max-width: 992px) {
  .col-xs-6.narrow {
    width: 50%;
  }
}

ul.affiliate-list {
  list-style-type: none;
  margin: 0 0 1.5em 0em;
}

ul.affiliate-list li {
  position: relative;
  padding-left: 30px;
  margin-left: 10px;
}

ul.affiliate-list li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0px;
  margin: 0;
  background-image: url('https://monbaby.com/wp-content/themes/Xerxes/images/check_mark.png');
  width: 16px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  #chatContainer {
    display: none !important;
  }
}

.fully-displayable {
  display: none;
}

.rr_review_form .rr_form_row td {
  padding-bottom: 10px;
}

.rr_review_form {
  margin-top: 30px;
}

#submitReview {
  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: 0px 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;
}


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

}

.rr_review_form .form-err {
  display: block;
  margin-bottom: 10px;
}