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

        }
        

        .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;
        }  
  .description-box {
	position:relative;
}
.script-section {
    position: absolute;
    right: 100px;
    bottom: -100px;
}
.script-cart-section {
    float: left;
    padding-top: 125px;
    width: 50%;
    text-align: center;
    position: relative;
}
.script-checkout-section {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px 15px;
    position: relative;
}
.script-section .AuthorizeNetSeal,
.script-cart-section .AuthorizeNetSeal,
.script-checkout-section .AuthorizeNetSeal{
   margin: 0 auto;
}
    @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: 200px;

}
.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: center;
  }
  .footer__row__wrapper {
    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, .woocommerce div.product p.price, .woocommerce div.product p.span
{
    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, .cross-sale-button
{
    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;
}

.cross-sale-button {
    display: block;
    color: white;
    line-height: 22px;
    font-size: 18px;
    padding-top: 7px;
}

.preorder-box button:hover, .cross-sale-button:hover
{
 background-color: #15a5ee !important;
    color: #ffffff !important;
}
.preorder-box button:visited, .cross-sale-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, #s2id_billing_country{
    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;

    width: 100%!important;

    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.select2-container .select2-choice {
  height: 63px;
  line-height: 29px;
  width: 100%;
  padding: 0px 16px;

  position: relative;
  display: block;
  overflow: hidden;

  border: 1px solid #aaa;
  border-radius: 5px;
  background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));
  background: -webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: -o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background: linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;

  font-weight: 400;
}

.select2-container .select2-choice .select2-chosen {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 16px 16px;
  white-space: nowrap;
}

.select2-drop-active {
  border: 1px solid #aaa;
  border-top: none;
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
}

.select2-drop-active.select2-drop-above {
  border: 1px solid #aaa;
  border-bottom: none;
  box-shadow:  0px -4px 5px 0px rgba(0,0,0,.15);
}

.select2-dropdown-open.select2-drop-above .select2-choice {
  border: 1px solid #aaa;
  border-top-color: transparent;
}


.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;
    }
    .script-section {
    position: static;   
    text-align: center;
    padding: 10px;
    }
}

.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("https://monbaby.com/wp-content/themes/Xerxes/images/affiliate/Affiliate_01.jpg?1") 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;
}


#contact-us-form {
  margin-top: 30px;
}


#contact-us-form label {
  font-weight: normal;
}

#contact-us-form textarea.contactform-field {
  height: 290px;
  padding-top: 15px;
  color: #3F3F3F;
}


#contact-us-form button {
  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: 10px 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;
}

#contact-us-form div.wpcf7-response-output {
  margin: 1em 0 0.5em;
}
  
.review__page {
  font-size: 18px;
}
.review__page .site-main.loading-overlay {
  position: relative;
  z-index: 1;
}
.review__page .site-main.loading-overlay:before {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: -5%;
  background-color: rgba(255,255,255,0.8);
}
.review__page .site-main .loader {
  display: none;
  position: fixed;
  z-index: 3;
  top: 50%;
  left: 37%;
  margin-left: -32px;
  margin-top: -32px;
  background-image: url("https://monbaby.com/wp-content/themes/Xerxes/images/preloader.gif");
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .review__page .site-main .loader {
    left: 50%;
  }
}
.review__page .hero__image {
  margin-bottom: 2em;
}
.review__page h1 {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2em;
  line-height: 1;
}
.review__page h2 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;
    /*
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  */
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: -2px;
}
/*
.review__page .testimonial h2 {
  max-width: 15em;
}
*/
.rr_review__clear:before, .rr_review__clear:after {
    content: " ";
    display: table;
}
.rr_review__clear:after {
  clear: both;
}
.rr_review__img {
  float: left;
  margin-right: 10px;
}
.review__page .testimonial_group {
  display: inline-block;
  vertical-align: top;
  clear: both;
  margin-right: -5%;
}
.review__page .testimonial_group:before,
.review__page .testimonial_group:after {
  content: '';
  display: table;
  line-height: 0;
}
.review__page .testimonial_group:after {
  clear: both;
}
.review__page .testimonial_group .testimonial {
  /* float: left;
  width: 28.333333333333332%; */
  margin-right: 5%;
  margin-bottom: 2%;
  box-sizing: border-box;
}
.review__page .testimonial_group .testimonial .rr_review_text {
  position: relative;
  padding: 0;
  /* display: inline; */
}
.review__page .testimonial_group .testimonial .rr_review_text > p:first-of-type:before {
  content: '“';
  font-size: 100px;
  position: relative;
  top: -10px;
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
  line-height: 1;
  zoom: 1;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.review__page .testimonial_group .testimonial .rr_review_text > p {
  margin-bottom: 0.5em;
}
.review__page .testimonial_group .testimonial .rr_review_text > p:last-of-type:after {
  content: '”';
  font-size: 100px;
  position: relative;
  top: -10px;
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
  line-height: 1;
  zoom: 1;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.review__page .testimonial_group .testimonial .rr_review_text .hidden__part {
  display: inline;
}
.review__page .testimonial_group .testimonial .rr_review_text .hidden__part .read_more_link {
  font-size: 0.8em;
  color: #00a0f7;
  border-bottom: 1px dotted #00a0f7;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 0.2s ease;
  transition: color 150ms ease;
  cursor: pointer;
}
.review__page .testimonial_group .testimonial .rr_review_text .hidden__part .read_more_link:hover {
  color: #f648ab;
  border-color: #f648ab;
}
.review__page .testimonial_group .testimonial .rr_review_text .hidden__part .text {
  display: none;
}
.review__page .testimonial_group .testimonial .rr_review_name , .review__page .testimonial_group .testimonial .rr_date {
  font-size: 0.85em;
  display: inline;
  color: #ccc;
  /* margin-top: 5%; */
  /* font-style: italic; */
  /* text-align: right; */
}
/* .review__page .testimonial_group .testimonial .rr_review_name:before {
  content: '—';
} */
@media screen and (max-width: 1024px) {
  .review__page .testimonial_group {
    margin-right: 0;
  }
  .review__page .testimonial_group .testimonial {
    width: 100%;
  }

  .review__page .testimonial h2 {
    white-space: normal;
    max-widht: auto;
  }
}
@media screen and (max-width: 768px) {
  .review__page #primary {
    padding-bottom: 1%;
  }
  .review__page #secondary {
    padding-top: 4%;
  }
  .review__page .textwidget {
    text-align: center;
  }
}
.review__page .stars {
  background-image: url("images/baby_shower/rating-small-comb.png");
  margin: 2% 0 2%;
  width: 100px;
  height: 13px;
}
.review__page .stars.star--1 {
  background-position: 0 -58px;
}
.review__page .stars.star--2 {
  background-position: 0 -44px;
}
.review__page .stars.star--3 {
  background-position: 0 -29px;
}
.review__page .stars.star--4 {
  background-position: 0 -14px;
}
.review__page .stars.star--5 {
  background-position: 0 0;
}
.review__page .textwidget a {
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 0.2s ease;
  transition: color 150ms ease;
}
.review__page .textwidget a:hover {
  opacity: 0.8;
}
.review__page .pagination {
  display: block;
  margin: 3% 0;
  background-color: #f2f2f2;
  padding: 2% 0;
  text-align: center;
}
.review__page .pagination__item {
  font-size: 20px;
  padding: 0 5%;
}
.review__page .pagination__item span {
  border-bottom: 1px dotted #00a0f7;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 0.2s ease;
  transition: color 150ms ease;
}
.review__page .pagination__item span:hover {
  border-color: #5a5a5a;
  color: #5a5a5a;
}
.review__page .pagination span.pagination__item {
  opacity: 0.8;
}
.review__page .button {
  display: block;
  width: 100px;
  height: 52px;
  margin: 0 auto;
  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;
}
.review__page .button:hover,
.review__page .button:focus {
  background-color: #00a0f7;
}
.review__page .button.load-more-link {
  width: 150px;
  cursor: pointer;
}
.review__page .widget {
  margin: 2em 0 0 0;
}
.review__page .search-field {
  -moz-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 150ms ease;
}
.review__page .search-field:focus {
  border-color: #15a5ed;
}
.review__page #fprr_review_form input[type=text],
.review__page #fprr_review_form input[type=email],
.review__page #fprr_review_form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
  /*color: #b9b9b9;*/
  width: 100%;
  height: 51px;
  padding: 0 23px;
  border: 2px solid #f6f3f6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
}
.review__page #fprr_review_form input[type=text]:focus,
.review__page #fprr_review_form input[type=email]:focus,
.review__page #fprr_review_form textarea:focus {
  border-color: #00a0f7;
}
.review__page #fprr_review_form textarea {
  height: auto;
  line-height: 20px;
  padding-top: 10px;
}
.review__page #fprr_review_form textarea:focus {
  border-color: #00a0f7;
}
.review__page #fprr_review_form input[type=submit] {
  border: none;
  width: 200px;
  height: 61px;
  line-height: 61px;
  font-size: 1em;
}
.review__page #fprr_review_form td {
  padding-bottom: 1.1em;
  padding-right: 0px;
}
.review__page #fprr_review_form ~ .wpcf7-response-output {
  margin: 0;
}

.review__page #fprr_review_form .submit_row p {
  margin-bottom: 0px;
}

.review__page #fprr_review_form .submit_row td {
  padding-bottom: 0px;
}

.review__page #fprr_review_form .submit_row .wpcf7-response-output {
  margin: 0 0 20px 0;
}

.review__page #fprr_review_form {
  margin-bottom: 0px;
}

.review__page .recent_publications li {
  padding: 2% 0;
  line-height: 18px;
}
.review__page .recent_publications li a {
  font-size: 16px;
  border-bottom: 1px solid rgba(90,90,90,0.5);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.review__page .recent_publications li a:hover {
  opacity: 0.8;
}
.review__page .rating label,
.review__page .rating_stars .wpcf7-list-item-label {
  position: relative;
  display: inline;
  float: left;
  z-index: 1;
  width: 8.333333333333334px;
  height: 25px;
}
.review__page .rating input[type=radio] {
  z-index: 2;
  display: inline;
  float: left;
  width: 29px;
  height: 25px;
}
.review__page .star {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAZCAMAAAC7KKiUAAAC4lBMVEXGxsb/M5L/////M5LGxsbGxsbGxsbGxsb/M5LGxsb/M5LGxsb/M5LGxsb/M5LGxsbGxsb/M5L/M5L/M5L/M5L/M5LGxsb/M5LGxsb/M5LGxsbGxsb/M5LGxsbGxsb/M5LGxsb/M5LGxsbGxsb/M5L/M5LGxsb/M5LGxsbGxsb/M5LGxsb/M5L/M5L/M5L/M5LGxsb/M5LGxsb/M5LGxsbGxsb/M5LGxsbGxsb/M5L/M5LGxsb/M5L/M5LGxsbGxsb/M5L/M5L/M5L/M5LGxsb/M5L/M5LGxsb/M5LGxsbGxsb/M5LGxsbGxsb/M5L/M5LGxsb/M5LGxsb/M5LGxsb/M5L/M5LGxsbGxsb/M5LGxsbGxsbGxsb/M5LGxsb/M5LGxsb/M5L/M5L/M5L/M5LGxsb/M5LGxsb/M5LGxsb/M5L/M5LGxsb/M5LGxsbGxsb/M5LGxsb/M5LGxsbGxsb/M5L/M5L/M5LGxsbGxsb/M5LGxsb/M5L/M5L/M5L/M5L/M5LGxsb/M5L/M5L/M5LGxsb/M5LGxsb/M5LGxsb/M5LGxsb/M5L/M5LGxsb/M5LGxsbGxsb/M5LGxsbGxsbGxsb/M5LGxsbGxsbGxsb/M5LGxsb/M5LGxsbGxsbGxsb/M5L/M5LGxsbGxsbGxsbGxsb/M5LGxsbGxsbGxsb/M5LGxsbGxsbGxsb/M5LGxsbGxsb/M5L/M5LGxsb/M5LGxsbGxsb/M5LGxsb/M5L/M5LGxsbGxsb/M5L/M5LGxsb/M5L/M5LGxsb/M5LGxsb/M5L/M5LGxsb/M5L/M5L/M5LGxsb/M5L/M5LGxsbGxsb/M5LGxsb/M5LGxsb/M5LGxsb/M5LGxsbGxsb/M5LGxsb/M5LGxsb/M5LGxsb/M5LGxsbGxsb/M5LGxsb/M5LGxsb/M5LGxsb/M5L/M5LGxsb/M5L/M5LGxsb/M5LGxsb/M5LGxsb/M5L/M5LGxsb/M5Lm/RXpAAAA9HRSTlMAAAABAgMEBQYHBwkJCwsODw8REhMUFRYYGBkaGhweHh8fISIiJCcnKCkpKiwtLi8wMDEyNDU1Njc5Oj1BQkdISElLTE1OUlRXWFlZWltdXmFhY2NkZGVmZ2dpa2xsbnBxcnZ4ent7fHx9fX5/gIKDg4SEhoeIiYqLjIyNj5CRlJWWlpudnp6fn6CgoaGipKWmp6eoqaqsr7O0tLW1tre4uru8vb7AwMHDxMXIycvLzM3Nzs/P0NHT1NTV1tfX2tvb3N7e39/g4uLj5Obm5+jp6erq6+vs7O3u7u/v8PDx8fLz8/T09fX29vf4+Pr7+/z8/f3+/PwE0AAAAq1JREFUeNqN1GlcTFEYx/FzrrJGdolkFxXKmqUi+55dypo1CSOyE1myRyFMUihL9qxRqClbJLJHTJbKiOd578ydmeaY243fy/vi+zn3xfMnVFLb9Q/zv6b6UJYgjRgzG3Tiwyd1TFf2VcpMRl1h/2KqxoKu/jrGwt0/0Ld3TU4RmytlbMYtVng7m4uK5VHQ97a9lumcgtqy19oyZTqW9MvBlJmhAW2JI80IqXIGSlIypkcu6ns1ls5GrjUN/1aCwFC8nVU8cHUh9R+hsayfPJM0mEfKe4OxjznAN4v4432UK5hnht6BHJApiiRjaJIck8AzSlBtKZJhnpE8HLNKjrnEM5fhgatKhnlN3uFyh/9iLgI4L5Rl3mAkjUZphelSxrVlqX+UyZiTmG/hiNKOBCJG8MwOgN3CJpCmiIFzZCaiJ90mZbqF4t1RPDPwBjyuYP1UooR3+g4K4vQbr9FaaabKgjp5uKEJz9QNApgjjJYwzUYAdCd0O+JU2stEyaD+iC5U4Gv8HF42ELaaKMsEFcQJhLbIxrw22lvi61cxHyNMT3MKwB7B/DTwZQqTAIYwhg5DvF6PBvPKcboTC9pJLvwgwArS6B7P9Kmkhn26oViCeKUGXcMxrfoi+lEJY5UIMJ/Y3DYqp8h+UNvpGBqGmN6BLkVDi5wKMLq09bN/D7CLVL9pUDQdAwC8DOtXbiMiTqC+eiXFMwNfNJcyLGf2kqvW5KyeWTcPIEQwjug0RIy08PgmMueTMdeFcgyX1TGAYi8SIirquC9wQOAY2jMN8bPPgFvI+oGF7pTKTXqAdrbcFMXAvGKIteQYVmU/9pSEzVnISnWk8gxprQTQ7FVqHQghAseI2a58gmKHatMyGJZblAbEJhIJw6rmsfpCQdpwSstmWE3Hh6uKDtsTA/MHmV94Z5+nr44AAAAASUVORK5CYII=) 0 0;
  height: 25px;
  width: 29px;
  z-index: 1;
  position: absolute;
  top: 4px;
  display: block;
  cursor: pointer;
  left: -29px;
}
.review__page .rating:hover .star {
  background-position: 0 0;
}
.review__page input:checked ~ label .star,
.review__page input:checked ~ .wpcf7-list-item-label .star {
  background-position: -41px 0;
}
.review__page input:checked + label .star,
.review__page input:checked + .wpcf7-list-item-label .star {
  background-position: 0 0;
}
.review__page label:hover ~ label .star,
.review__page .wpcf7-list-item-label:hover ~ .wpcf7-list-item-label .star {
  background-position: -41px 0 !important;
}


.review__page .testimonial_group .testimonial .rr_review_text .read_more,
.review__page .testimonial_group .testimonial .rr_review_text .show_less {
  font-size: 0.8em;
  color: #00a0f7;
  border-bottom: 1px dotted #00a0f7;
  -moz-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  -webkit-transition: color 0.2s ease;
  transition: color 150ms ease;
  cursor: pointer;
}
.review__page .testimonial_group .testimonial .rr_review_text .read_more:hover,
.review__page .testimonial_group .testimonial .rr_review_text .show_less:hover {
  color: #f648ab;
  border-color: #f648ab;
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.review__page #fprr_review_form [type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 19px;
  padding-left: 36px;
  font-size: 19px;
  cursor: pointer;
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:before,
.review__page #fprr_review_form [type="checkbox"]:checked + .wpcf7-list-item-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 19px;
  height: 19px;
  border: 2px solid #b9b9b9;
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
.review__page #fprr_review_form [type="checkbox"]:checked + .wpcf7-list-item-label {
  position: relative;
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 19px;
  padding-left: 30px;
  font-size: 19px;
  cursor: pointer;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label,
  .review__page #fprr_review_form [type="checkbox"]:checked + .wpcf7-list-item-label {
    width: 40%;
  }
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked),
.review__page #fprr_review_form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}

.review__page #fprr_review_form [type="checkbox"]:not(:checked) + .wpcf7-list-item-label:after,
.review__page #fprr_review_form [type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 14px;
  color: #15a5ed;
  transition: all .2s;
  font: normal normal normal 14px/1 FontAwesome;
}


.review__page #fprr_review_form span.wpcf7-list-item {
  margin-left: 0px;
}

.review__page #fprr_review_form  .wpcf7-form-control-wrap.device {
  position: relative;
  left: -3px;
}


.submit_row .wpcf7-form-control-wrap.device {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('images/fancybox_sprite-2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('images/fancybox_loading-2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* ================================================== */



/*black friday */
.pink {
  color: #ff3392;
 }
.bflink {
 font-size: 30px;
 text-decoration: underline;	  
}
	
#coupon , #coupon1 {
 padding: 30px;
	}
	  
.coupon {
 background-color: #ff3392;
 border-radius: 10px 0 0 10px;
 height: 234px;
 color: white;
}

 @media screen and (max-width: 991px) {
     .coupon , .coupon1 { border-radius: 0; }
   }

 @media screen and (max-width: 991px) {
      .text48 {
 font-size: 26px !important;
  }
} 

  @media screen and (max-width: 991px) {
     .text85 , .text70  {
 font-size: 35px !important;
  }
} 
  
.couponik {
 border-radius: 0 10px 10px 0;
 height: 234px;
		}
  
  @media screen and (max-width: 991px){
	.couponik {
 border-radius: 0;
 width: 100%;
 height: 100%;
		}
	
  }
  
  .coupon1 {
 padding:0 !important;

		}

.text30 {
 font-size: 30px;
 padding-top: 10px;
  }
 
 .text48 {
 font-size: 48px;
  }
  
.text85 {
 font-size: 85pt;
 line-height: 1;
 
  }
.text70 {
 font-size: 70pt;
 line-height: 1;
  }

.text14 {
 font-size: 10px;
  }

.ebook {
 padding-top: 30px;
  }

#blueform {
  background-color: #4DACDC;
  color: white;
  padding: 10px;
  }

#blueform form {
  padding: 20px !important;
  }


#blueform input {
   margin: 5px;
   width: 335px;
}

 @media screen and (max-width: 991px){
  #blueform input , #blueform .button-subscribe {
	width: 100% !important;
  }
}

#blueform .button-subscribe {
  background: #ff3392;
    border: medium none;
    border-radius: 3px;
    color: white;
    text-align: center;
    transition: background-color 0.4s  !important;
    width: 335px;
}

#blueform .button-subscribe:hover {
   background: #056fa9;
}

@media screen and (min-width: 991px){
.infantpic {
	padding-top: 30px;
  }
}
  
 .miniimg {
	  margin: 5px auto;
	  width: 70px;
	  height: 70px;
	  border: 1px solid #c5c5c5 !important;
	}


a.main-image {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.miniimg {
  cursor: pointer;
}



#blueform span.wpcf7-not-valid-tip {
  margin-left: 11px;
}

#blueform .fields-wrapper {
  padding: 20px !important;
}

#blueform .wpcf7-response-output {
  border: none;
  margin: 0px;
}

#blueform p {
  margin: 0px;
}


#mailing-popup-wrapper span.wpcf7-not-valid-tip {
  top: 70px;
}

#mailing-popup-wrapper div.wpcf7-response-output {
  margin: 10px 0px 30px 0px;
}

.woocommerce .quantity .qty.input-text {
  padding: 5px;
  height: auto;
}


.checkout-button.button.alt.wc-forward {
  display: none;
}

.woocommerce-checkout #payment div.payment_box {
  width: 96%;
}

.woocommerce-checkout #payment {
  background: #f7f6f7;
}
/*
.woocommerce #payment .form-row.place-order {
  padding-right: 0px;
  margin-top: 20px;
}*/

.woocommerce input.button#place_order {
  line-height: normal;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #F6F3F6;
}

#bf-cart-note {
  max-width: 50%;
  display: inline-block;
  float: left;
  text-align: left;
}

#bf-cart-note .bf-coupon {
  color: red;
}

.onsale {
  display: none;
}

.woocommerce div.product p.price ins {
  font-weight: 300;
  color: #5a5a5a;
}


body.woocommerce-cart #cssmenu {
  display: none;
}

body.woocommerce-checkout #cssmenu,
.single-product.postid-162 .tab {
  display: none;
}
/*ravi start */
.text_blocks.breathing-rollover-page {
    position: relative;
    float: left;
    width: 100%;
}
.price-box {
    position: absolute;
    bottom: 0;
    max-width: 350px;
    width: 100%;
    text-align: center;
}
.price-box .price-lable {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: normal;
    display: inline-block;
    float: left;
    width: 100%;
}
span.free-shipping {
    font-size: 16px;
    line-height: normal;
    display: block;
    float: left;
    width: 100%;
}
.price-box .my-btn {
    display: inline-block;
    margin-top: 30px;
}
.breathing-page h1 {
    color: #433c3c;
    padding-right: 275px;
    line-height: normal;
    margin: 0 0 20px;
}
.features-list {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.price-box.box-btn {
    position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.features-list .script-checkout-section {
    width: auto;
    float: none;
    text-align: center;
    padding: 0 80px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.customer-review-section {
    float: left;
    width: 100%;
    margin: 30px 0;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
.media-left, .media>.pull-left {
    padding-right: 25px;
  float: left;
    padding-top: 5px;
}
.media:first-child {
    margin-top: 0;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-body {
    width: 10000px;
}
span.customer-name {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #bbb;
    padding-top: 10px;
    font-style: italic;
}
.customer-name .name-media {
    font-style: normal;
}
.media-section-review {
    line-height: normal;
      padding-top: 15px;
}
.customer-name .name-media {
    font-style: normal;
    color: #aaaaaa !important;
}
.media-section-review p{
    display:inline-block;
      margin-bottom: 10px;
}
.page-template-page-template-breathing-and-rollover .site-header,
.page-template-page-template-breathing-and-rollover footer,
.page-template-page-template-breathing-body-movements .site-header,
.page-template-page-template-breathing-body-movements footer {
    display:none;
}
.single-product.postid-162,
.single-product.postid-162 .entry-header h1.entry-title,
.single-product.postid-162 .comment-reply-title,
.single-product.postid-162 .preorder-box button {
    font-family: "Open sans" !important;
}
.single-product.postid-162 .comment-reply-title {
	font-weight: bold;
}
.single-product.postid-162 .entry-header h1.entry-title {
	text-transform: none;
}
.single-product.postid-162 .box-imgs ul {
  list-style-image: url("https://monbaby.com/wp-content/themes/Xerxes/images/heartbullet.png");
  margin-left: 25px !important;
}
.single-product.postid-162 .script-section {
	position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
    max-width: 200px;
    width: 100%;
    padding: 30px 0 10px;
}
.from-landings .variations .chose_color__block {
    display: none;
}
/* baby movement page */
.bg-feature-img {
	background-repeat: no-repeat;
    background-image: url("https://monbaby.com/wp-content/uploads/2019/01/feature_new.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
    min-height:686px;
  	position: relative;
    display: table;
}
.bg-feature-img .bg-inner {
    display: table-cell;
    vertical-align: middle;
}
.title-section .h1-title {
   	font-size: 50px;
    line-height: 50px;
    font-family: Roboto;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
	color:#ffffff;
	  max-width: 600px;
    font-weight: 500;
	  margin: 0 0 30px;
}
.title-section .sub-heading {
	font-size: 30px;
    line-height: 22px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
    font-family: "Open Sans";
}
.title-section .baby {    
    padding-left: 30px;
    max-width: 352px;
    width: 100%;
    display: block;
    position: relative;
	line-height: 1.5;
	color: #ffffff;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 18px;
}
.title-section .baby:after {
    content: "";
    position: absolute;
    height: 22px;
    left: 0;
    top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
}
.title-section .wifi:after{
	background-image: url("https://monbaby.com/wp-content/uploads/2019/01/wifi@2x.png");
}
.title-section .position:after{
	background-image: url("https://monbaby.com/wp-content/uploads/2019/01/sleepposition@2x.png");
}
.title-section .time:after{
	background-image: url("https://monbaby.com/wp-content/uploads/2019/01/5x@2x.png");
}
.title-section .pajama:after{
	background-image: url("https://monbaby.com/wp-content/uploads/2019/01/pajama@2x-1.png");
}
.title-section .grow:after{
	background-image: url("https://monbaby.com/wp-content/uploads/2019/01/outgrow@2x.png");
}
.title-section .the-content {
    line-height: 22px;
    padding-left: 15px;
}
.btn-pink {
  	padding: 13px 44px !important;
    font-size: 16px !important;
    color: #ffffff;
    background-color: #f91c8b;
    border-radius: 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.btn-pink:hover {
    background-color: #333 !important;
    color: #fff !important;
}
.logo-section {
    padding: 20px 0;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 25px;
}
.single-product footer.entry-meta {
    display: none;
}
/*ravi end */
@media only screen and (max-width: 480px) {
  .rr_review__img {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.review-item-publish-notes {
    font-size: 0.85em;
    display: inline;
    color: #ccc;
}

@media only screen and (min-width: 769px) {
    #cssmenu #menu-item-2397 {
        display: none;
    }
    #cssmenu #menu-item-2636 {
        display: none;
    }
}

.nav__block--main ul#menu-special-offer > li {
    padding-left: 1.46em !important;
}

@media screen and (max-width: 1280px) {
    .nav__block--main.special-offer-menu {
        width: auto;
    }
}

/*#customer-support-form textarea {*/
    /*max-height: 120px;*/
/*}*/

/*#customer-support-form input[type=text],*/
/*#customer-support-form textarea,*/
/*#customer-support-form select {*/
    /*width: 100%;*/
/*}*/

/*#customer-support-form select {*/
    /*height: 34px;*/
/*}*/

#customer-support-form input[type=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;
}

#customer-support-form textarea {
    font-size: 18px;
    color: #b9b9b9;
    width: 100%;
    height: 200px;
    margin: 5px 13px 0 0;
    padding: 20px 23px;
    border: 2px solid #F6F3F6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#customer-support-form select {
    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;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(https://monbaby.com/wp-content/themes/Xerxes/images/select-bg2.jpg) no-repeat center right !important;
}

#customer-support-form input[type=submit] {
    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: 10px 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;
}

.required {
  color: red;
  margin-left: 3px;
}


button.single_add_to_cart_button {
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f879c1 !important;
    font-size: 21px;
    color: white;
    line-height: 35px;
    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;
}

.single-product .product-type-simple form.cart .quantity {
    display: none;
}

.single-product .product-type-simple .text-detail p.stock{
    margin-bottom: 10px !important;
}

.single-product .product-type-simple p.price {
    margin: 20px 0px 0px 0px !important;
}
.page-template-template-industry-news .entry-summary p {
    max-height: 225px;
    overflow: hidden;
}


.team-trail {
    text-align: center;
}

.team-trail p {
    margin-bottom: 10px;
}

.team-trail img {
    margin-bottom: 15px;
}
@media only screen and (max-width:1199px) {
	.breathing-rollover-page img {
		max-width: 300px;
		margin-right: 20px !important;
	}
    .price-box {  
	  max-width: 310px;
	}
}
@media only screen and (max-width:991px) {
	.breathing-page h1 {
	  padding-right: 0;	  
  }
  .breathing-rollover-page img {    
	margin-top: 20px;
  }
   .price-box {    
    position: relative;
    margin-top: 30px;
    float: left;
    width: 100%;
}
	.features-list .script-checkout-section {
		padding: 50px 80px 0;
    }
}
@media only screen and (max-width:867px) { 
	.price-box {
        margin-bottom: 30px;
        z-index: 9999;
        max-width: 100%;
	}
    .breathing-page .hero__image {
	  float: left;
	  width: 100%;
	  text-align: center;
   }
    .features-list .script-checkout-section {
        padding: 0 15px;
        width: 100%;
	}
    .breathing-rollover-page img {		
		float: none;
		margin: 0 auto 30px !important;
		display: block;
	}
}