
html {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f5f5f5;
    color: #3e474b;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.content ul {
    list-style: outside none none;
}
font {
    font-family: Arial;
    font-size: 14px;
}
ol, ul {
    margin: 0;
    padding: 0;
}
ol li, ul li {
    line-height: 25px;
}
button:focus, button:hover, button:active, .btn:focus, .btn:hover, .btn:active {
    outline: medium none;
}
label {
    color: #3e474b;
}
.fs9 {
    font-size: 9px;
}
.fs10 {
    font-size: 10px;
}
.fs11 {
    font-size: 11px;
}
.fs12 {
    font-size: 12px;
}
.fs13 {
    font-size: 13px;
}
.fs14 {
    font-size: 14px;
}
.fs15 {
    font-size: 15px;
}
.fs16 {
    font-size: 16px;
}
a {
    cursor: pointer;
    outline: medium none;
}
a img {
    border: medium none;
}
a:hover, a:focus {
    color: #fb4f91;
    outline: medium none;
    text-decoration: none;
}
b, strong {
    color: #424242;
    font-weight: 400;
}
table {
    background-color: #ffffff;
}
table.list {
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
table.list thead td {
    padding: 0 5px;
}
table.list .center {
    padding: 7px;
    text-align: center;
}
table.list tbody td {
    padding: 0 5px;
}
table.list td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.list .right {
    padding: 7px;
    text-align: right;
}
table.list .left {
    padding: 7px;
    text-align: left;
}
table.list thead td a, .list thead td {
    color: #222222;
    font-weight: bold;
    text-decoration: none;
}
input.large-field, select.large-field {
    width: 65%;
}
table.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
table.form tr td:first-child {
    width: 170px;
}
table.radio {
    border-collapse: collapse;
    display: table;
    padding: 0;
    width: 100%;
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio td input[type="radio"] {
    margin: 0;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
}
table.radio tr.highlight:hover td {
    background: none repeat scroll 0 0 #fafbfc;
    cursor: pointer;
}
.pagination {
    background-color: #ffffff;
    border-radius: 0;
    display: block;
    margin: 0;
    padding: 10px;
}
.pagination .links {
    border: 1px solid #ebeef2;
    border-radius: 3px;
    float: left;
}
.pagination .links a, .pagination .links b {
    border-radius: 0;
    color: #aa8255;
    display: inline-block;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 0 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 350ms ease-in 0s;
    width: 20px;
}
.pagination .links a:active, .pagination .links b:active {
    color: #fb4f91;
}
.pagination .links b {
    color: #fb4f91;
    margin-left: 10px;
}
.pagination .results {
    color: #333;
    float: right;
}
.main-column .pagination .results {
    padding-top: 5px;
}
.buttons:before, .buttons:after {
    content: " ";
    display: table;
}
.buttons:after {
    clear: both;
}
.buttons .center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.buttons .right {
    float: right;
    text-align: right;
}
.buttons .left {
    float: left;
    text-align: left;
}
.buttons.no-padding {
    border: 0 none;
    padding: 0;
}
.htabs {
    position: relative;
}
.htabs .nav > li > a:hover, .htabs .nav > li > a:focus {
    background: none repeat scroll 0 0 #fb4f91;
    color: #ffffff;
}
.htabs a {
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    font-size: 17px;
}
.htabs a.selected {
    background: none repeat scroll 0 0 #fb4f91;
    color: #ffffff;
}
.links {
    margin: 0;
    padding: 0;
}
.links li a {
    margin: 0 5px;
}
#colorbox {
    box-sizing: content-box;
}
.carousel-controls {
    height: 30px;
    position: absolute;
    right: 0;
    top: -29px;
    width: 50px;
    z-index: 12;
}
.product-label {
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
    top: 0;
    width: 44px;
    z-index: 2;
}
.product-label:before {
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 0;
}
.product-label.product-label-new {
    border-right: 46px solid transparent;
    border-top: 46px solid #4acfd4;
    left: 0;
}
.product-label.product-label-new span {
    left: 5px;
    transform: rotate(-50deg);
}
.product-label.product-label-special {
    background: none repeat scroll 0 0 #5ca7d1;
    display: none;
}
.product-label.product-label-special:before {
    border-bottom: 7px solid #5ca7d1;
    left: -3px;
}
.tooltip-inner {
    border-radius: 3px;
}
.padding {
    padding: 20px;
}
.no-padding {
    padding: 0;
}
.required {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
}
.success, .warning, .attention, .information {
    border-radius: 5px;
    color: #FFFFFF;
    margin: 20px 0;
    padding: 10px 10px 10px 33px;
}

.success {
    background: url("../../image/success.png") no-repeat scroll 10px center #04aeda;
    border: 1px solid #04aeda;
    border-radius: 5px;
    position: fixed;
    top: 10px;
    width: 1170px;
    z-index: 999999;
}

.success a {
    color: #FFFFFF;

}
.success .close, .warning .close, .attention .close, .information .close {
    cursor: pointer;
    float: right;
    padding-left: 4px;
    padding-top: 6px;
}
.attention {
    background: url("../../image/attention.png") no-repeat scroll 10px center #fff5cc;
    border: 1px solid #f2dd8c;
    border-radius: 5px;
}
.warning {
    background: url("../../image/warning.png") no-repeat scroll 10px center #ffd1d1;
    border: 1px solid #f8acac;
    border-radius: 5px;
}
.help {
    color: #999;
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.error {
    color: #ff0000;
    display: block;
    margin-top: 5px;
}
.welcome {
    margin-right: 1%;
}
.welcome a {
    color: #fb4f91;
}
h1, .h1 {
    font-size: 24px;
    line-height: 46.5px;
}
h1 small, .h1 small {
    font-size: 21px;
}
@media (max-width: 767px) {
h1, .h1 {
    font-size: 22px;
}
}
h2, .h2 {
    font-size: 18px;
}
h3, .h3 {
    font-size: 19px;
    line-height: 31px;
}
h3 small, .h3 small {
    font-size: 19px;
}
h4, .h4 {
    line-height: 31px;
}
h5, .h5 {
    font-size: 13px;
    line-height: 31px;
}
h5 small, .h5 small {
    font-size: 12px;
}
h6, .h6 {
    font-size: 12px;
    line-height: 31px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #353d41;
    font-size: 16px;
}
#content h1 {
    font-size: 24px;
    text-transform: none;
}
.form-control {
    box-shadow: none;
    color: #93999d;
}
.form-control:focus {
    box-shadow: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    transition: all 0.15s linear 0s;
}
.tabs-group input[type="text"], .tabs-group input[type="password"] {
    height: 33px;
    padding: 5px;
}
input, button, select, textarea {
    border: 1px solid #ebeef2;
    color: #93999d;
    outline: medium none;
    padding: 5px;
}
input:hover, input:focus, button:hover, button:focus, select:hover, select:focus, textarea:hover, textarea:focus {
    outline: medium none !important;
}
select {
    cursor: pointer;
    padding: 4px;
}
input[type="image"] {
    border: 0 none;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal {
    padding: 4px;
    text-transform: inherit;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover, .btn-group .btn.dropdown-toggle.btn-theme-normal:active, .btn-group .btn.dropdown-toggle.btn-theme-normal:focus {
    background-color: #ffffff;
    border-color: #dcdcdc;
    color: #93999d;
}
.btn-group .btn.dropdown-toggle.btn-theme-normal:hover .fa, .btn-group .btn.dropdown-toggle.btn-theme-normal:active .fa, .btn-group .btn.dropdown-toggle.btn-theme-normal:focus .fa {
    color: #93999d;
}
.btn {
    text-transform: none;
}
.btn.btn-theme-default {
    background-color: #384044;
    border-radius: 3px;
    color: #ffffff;
    padding: 4px 20px;
    text-align: center;
}
.btn.btn-theme-default.btn-small {
    padding: 0 5px 2px;
    text-transform: none;
}
.btn.btn-danger {
    border-color: transparent;
    margin: 10px;
}
.btn.btn-theme-normal {
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    color: #93999d;
    font-size: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.btn.btn-theme-normal .fa {
    color: #93999d;
}
.btn.btn-theme-normal:hover, .btn.btn-theme-normal:focus {
    border-color: #fb4f91;
    color: #fb4f91;
}
.btn.btn-theme-normal:hover .fa, .btn.btn-theme-normal:focus .fa {
    color: #fb4f91;
}
.btn.btn-shopping-cart {
    background: none repeat scroll 0 0 #424242;
    border-radius: 3px;
    color: #ffffff;
    font-family: Arial;
    height: 32px;
    padding: 5px 10px;
    text-transform: none;
}
.btn.btn-shopping-cart .fa {
    line-height: 21px;
    margin-right: 5px;
}
.btn.btn-shopping-cart > * {
    float: left;
}
.btn.blue {
    background-color: #fb4f91;
    border: 0 none;
    color: #ffffff;
    transition: all 0s ease 0s;
}
.btn.blue span + span {
    border: 0 none;
    font-family: "Alegreya",serif;
    font-size: 13px;
    padding: 5px 10px;
}
.btn.blue .fa {
    background-color: #558b00;
    font-size: 15px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.btn.blue:hover, .btn.blue:focus {
    background-color: #fb5066;
    color: #ffffff;
}
.btn.blue:hover .fa, .btn.blue:focus .fa {
    background-color: #fa1e3a;
}
.btn:hover, .btn:focus {
    background-color: #fb4f91;
    box-shadow: none;
    color: #ffffff;
    outline: medium none;
    transform-origin: 0 0 0;
    transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95) 0s;
}
.control-label {
    color: #3e474b;
    font-size: 14px;
    font-weight: normal;
    padding-top: 7px;
}
body.layout-boxed-md {
    background: url("../../image/baby/pattern/pattern19.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.layout-boxed-md #page {
    background: url("../../image/baby/pattern/pattern18.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 5px #d5d5d5;
    margin: 0 auto;
    max-width: 958px;
}
body.layout-boxed-md .cart-inner h4 {
    display: none;
}
body.layout-boxed-md #topbar .support .left {
    display: none;
}
body.layout-boxed-md .product-block .product-meta {
    padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
    margin: 0;
    width: 6%;
}
body.layout-boxed-md #powered {
    padding: 25px 0;
}
body.layout-boxed-md .verticalmenu {
    margin-top: 1px;
}
body.layout-boxed-md .verticalmenu > li > a {
    padding-left: 0;
    padding-right: 0;
}
body.layout-boxed-md .custom li:last-child, body.layout-boxed-md .custom .last {
    display: none;
}
body.layout-boxed-md .custom p {
    margin-bottom: 10px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
    left: 0;
    margin: 0 auto;
    right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
    display: inline-block;
    float: none;
}
body.layout-boxed-lg {
    background: url("../../image/baby/pattern/pattern18.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
body.layout-boxed-lg #page {
    background: url("../../image/baby/pattern/pattern16.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 #d5d5d5;
    margin: 0 auto;
    max-width: 1188px;
}
body[class*="layout-boxed-"] .in-border {
    border: 0 none;
    box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
    box-shadow: 5px 0 5px -5px #424242;
    position: relative;
}
body[class*="layout-boxed-"] .d-heading:before {
    background: none repeat scroll 0 0 #424242;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    width: 15px;
}
body[class*="layout-boxed-"] .d-content {
    border-top: 0 none;
}
body[class*="layout-boxed-"] .d-content:before {
    background: none repeat scroll 0 0 #000000;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 105%;
}
#header {
    box-shadow: 0 0 0 0 #121212;
}
#topbar {
    background: none repeat scroll 0 0 #353d41;
    color: #93999d;
    font-size: 14px;
    min-height: 46px;
    padding-top: 11px;
}
#topbar b, #topbar strong {
    color: #93999d;
}
#topbar .links li:hover {
    color: #fb4f91;
}
#topbar .links li.last, #topbar .links li:last-child {
    border-right: 0 none;
}
#topbar .links a .fa {
    margin: -3px 5px 0 0;
    vertical-align: middle;
}
#topbar .links a:hover {
    color: #ffffff;
}
#topbar .fa {
    font-size: 11px;
    margin-top: -2px;
    transition: color 200ms ease-in 0s;
    vertical-align: top;
}
#topbar .login a {
    color: #fb4f91;
    margin: 0;
}
#header-bottom {
    background: none repeat scroll 0 0 #fb4f91;
    min-height: 47px;
}
#header-main {
    background-color: #ffffff;
    color: #5e90af;
    min-height: 95px;
}
#header-main .container {
    position: relative;
}
#header-main a:hover {
    color: #fb4f91;
}
#header-main .btn {
    color: #ffffff;
}
#header-main .btn:hover {
    color: #ffffff;
}
#header-main .header-wrap {
    margin: 0;
    min-height: 94px;
}
#header-main .shopping-cart {
    margin-top: 36px;
}
#header-main .inner {
    margin-top: 30px;
    padding: 0;
    text-align: left;
}
#header-main .inner > * {
    display: table-cell;
    vertical-align: middle;
}
#header-main #logo {
    padding: 18px 32px 14px 0;
}
#header-main #logo-theme {
    padding: 18px 32px 14px 0;
}
#header-main #logo-theme a {
    background: url("../../image/baby/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 56px;
    width: 233px;
}
#header-main #logo-theme a span {
    display: none;
}
#header-main .customer-service {
    width: 55%;
}
#search .fa {
    color: #96999b;
    cursor: pointer;
}
#search .fa:hover {
    color: #f05423;
}
#header .show-mobile {
    text-align: right;
}
#header .show-mobile:before, #header .show-mobile:after {
    content: " ";
    display: table;
}
#header .show-mobile:after {
    clear: both;
}
#header .show-mobile > div {
    cursor: pointer;
    position: relative;
}
#header .show-mobile > div:hover .inner-toggle {
    display: block;
}
#header .show-mobile .quickaccess-toggle a {
    color: #93999d;
}
#header .show-mobile .quickaccess-toggle .fa {
    font-size: 14px;
}
#header .show-mobile .quickaccess-toggle:hover a, #header .show-mobile .quickaccess-toggle:focus a, #header .show-mobile .quickaccess-toggle:active a {
    color: #ffffff;
}
#header .show-mobile .inner-toggle {
    background-color: #394044;
    border-left: 0 none;
    border-radius: 0;
    border-right: 0 none;
    border-top: 8px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    display: none;
    margin: 0;
    min-width: 200px;
    padding: 10px;
    text-align: left;
}
#header ul, #header ol {
    list-style: outside none none;
}
#content {
    margin-bottom: 25px;
    min-height: 400px;
}
#footer {
    background: none repeat scroll 0 0 #232323;
    border-top: 0px solid #fb4f91;
    color: #FFFFFF;
    font-weight: 400;
}
#footer:before, #footer:after {
    content: " ";
    display: table;
}
#footer:after {
    clear: both;
}
#footer a {
    color: #cccccc;
}
#footer a:hover {
    color: #fb4f91;
}
#footer ul, #footer ol {
    list-style: outside none none;
}
#footer .box-heading {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-left: 0;
    font-family: arial;
}
#footer .box-content {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    padding: 0;
}
#footer .footer-top .custom {
    padding: 30px 0 20px;
}
#footer .footer-center {
    padding: 30px 0 10px;
}
#footer .footer-center .container {
    border-top: 0 solid #2b2b2b;
}
.column ul {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}
.column li {
    line-height: 30px;
    margin-bottom: 0;
}
#powered {
    background: none repeat scroll 0 0 #111111;
    display: block;
    padding: 15px 10px 0;
}
#powered .copyright {
    line-height: 20px;
    text-align: left;
}
#powered a {
    color: #fb4f91;
}
.banner div {
    display: none;
    text-align: center;
    width: 100%;
}
.wrapper, .search {
    background-color: #ffffff;
    border: 1px solid #fb4f91;
    border-radius: 4px;
    padding: 10px;
}
.box-outer {
    margin: 0;
}
.box {
    margin-bottom: 20px;
}
.box.pav-custom .box-content {
    padding: 0;
}
.box .box-heading {
    color: #ffffff;
    font-family: arial;
    font-size: 16px;
    line-height: normal;
    padding: 10px 15px;
    position: relative;
    text-transform: none;
}
.box .box-heading.icon .fa {
    display: none;
}
.box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #ffffff;
    border-color: #ebeef2 -moz-use-text-color #ebeef2 #ebeef2;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 0 medium 0 0;
    padding: 20px;
}
.box .box-content .product-grid {
    border: 0 none;
    padding: 0;
}
.box.highlighted .box-heading {
    background-color: #fb5066;
    letter-spacing: normal;
}
.box.orange span.title {
    background-color: #fb4f91;
    float: left;
    text-align: center;
    width: 100%;
}
.box.dark .box-heading {
    background-color: #fb4f91;
}
.box.green .box-heading {
    background-color: #fb4f91;
}
.box.maroon .box-heading {
    background-color: #fb4f91;
}
.box.blue .box-heading {
    background-color: #5e90af;
}
.box.gray .box-heading {
    background-color: #fb4f91;
}
.box.pink .box-heading {
    background-color: #fb4f91;
}
.box.red .box-heading {
    background-color: #424242;
}
.box.white .box-heading {
    color: #fb4f91;
    font-size: 27px;
    font-weight: bold;
}
.box.white .box-heading .shapes.right {
    border-left-color: #ebeef2;
}
.box.white .box-heading .line {
    background-color: #ebeef2;
}
.box .nav-tabs {
    border-bottom: 1px solid #ebeef2;
    font-size: 13px;
}
.box .nav-tabs a {
    border-radius: 0;
}
.box.box-product .box-content {
    padding-bottom: 0;
    padding-top: 0;
}
.quick-setting {
    font-size: 14px;
}
.quick-setting .language {
    margin-bottom: 10px;
}
.quick-setting label {
    color: #828282;
    display: block;
    font-weight: normal;
    text-transform: none;
}
.quick-setting .langs-wrapper li {
    cursor: pointer;
}
.quick-setting .langs-wrapper li:hover {
    color: #fb4f91;
}
.quick-setting .langs-wrapper li img {
    padding-right: 5px;
}
.quick-setting .box-currency a {
    border: 1px solid #ebeef2;
    border-radius: 3px;
    padding: 5px 10px;
}
.quick-setting .box-currency label {
    padding-bottom: 10px;
}
.store a b {
    font-weight: 300;
}
.btn-dropdown {
    background: none repeat scroll 0 0 #394044;
    border: 1px solid #454d50;
    padding: 3px 6px;
    text-transform: none;
}
.btn-dropdown .caret {
    border-color: #fb5066 transparent;
}
.btn-dropdown:hover {
    color: #000000;
}
.btn-dropdown:focus {
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.btn-group.open .btn-dropdown span {
    color: #000000;
}
.btn-group.open .dropdown-menu {
    opacity: 1;
    transform: none;
}
.btn-group .dropdown-menu {
    background-color: #394044;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #93999d;
    display: block;
    opacity: 0;
    padding: 10px;
    top: 120%;
    transform: rotateX(90deg);
    transform-origin: 0 0 0;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.4s, 0.6s, 0.6s;
    transition-property: opacity, transform, max-height;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    z-index: 99999;
}
.btn-group .dropdown-menu a {
    color: #93999d;
}
.btn-group .list-item {
    border: 0 none;
    cursor: pointer;
    display: block;
    line-height: 22px;
    text-transform: none;
}
.btn-group .list-item:hover {
    color: #ffffff;
}
.btn-group .item-symbol {
    margin-right: 5px;
    margin-top: -1px;
}
#header #cart {
    position: relative;
}
#header #cart h4 {
}
#header #cart .content {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #ebeef2;
    border-radius: 0;
    box-shadow: none;
    clear: both;
    display: block;
    height: auto !important;
    left: auto;
    min-height: 100px;
    min-width: 350px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 17px;
    top: 100%;
    transform: rotateX(90deg);
    transform-origin: 0 0 0;
    transition-delay: 0s, 0s, 0s;
    transition-duration: 0.4s, 0.6s, 0.6s;
    transition-property: opacity, transform, max-height;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    visibility: hidden;
    z-index: 100;
}
#header #cart .heading {
    padding-left: 0;
    padding-top: 0;
}
#header #cart .heading:before, #header #cart .heading:after {
    content: " ";
    display: table;
}
#header #cart .heading:after {
    clear: both;
}
#header #cart .heading .cart-inner {
    height: auto !important;
    min-height: 47px;
}
#header #cart .heading a {
    display: inline-block;
    margin-top: 1px;
}
#header #cart .media .icon-cart {
    background: url("../../image/baby/icon-cart.png") no-repeat scroll center center #ffffff;
    border: 1px solid #fb4f91;
    border-radius: 50%;
    display: inline-block;
    left: -54px;
    margin-right: 10px;
    padding: 20px;
    position: absolute;
    top: 0;
}
#header #cart .media h4 {
    line-height: 18px;
    margin: 8px 0 0;
    padding: 0;
}
#header #cart .media a {
    color: #9b9d9e;
    padding-left: 0;
}
#header #cart.active .content {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    transform: none;
    visibility: visible;
}
#header #cart .checkout {
    clear: both;
    text-align: right;
}
#header #cart .empty {
    padding-top: 20px;
    text-align: center;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total td {
    color: #000;
    padding: 4px;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info td {
    border-bottom: 1px solid #ebeef2;
    color: #000;
    padding: 10px;
    vertical-align: top;
}
.mini-cart-info table {
    border-collapse: collapse;
    margin-bottom: 5px;
    width: 100%;
}
.mini-cart-info .image {
    padding: 0;
}
.mini-cart-info .image img {
    text-align: left;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-info td.total {
    text-align: right;
}
#search {
    position: relative;
    right: 5px;
    top: 2px;
}
#search:hover .input-search {
    background: none repeat scroll 0 0 #ffffff;
}
#search .button-search {
    background-color: transparent;
    border: medium none;
    color: #96999b;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 3px;
}
#search .input-search {
      background-color: #ffffff;
      border: medium none;
      border-radius: 0;
      height: 36px;
      margin-left: 17px;
      margin-top: 0px;
      padding: 4px 25px 5px 9px;
      width: 100%;
}
#search .input-search:hover, #search .input-search:focus {
    outline: medium none;
}
.blog .form-control .form-control {
    color: #ffffff;
}
.btn-top {
    margin-right: 5px;
}
.btn-top .form-control {
    background-color: #394044;
    border: 1px solid #454d50;
    height: 24px;
    line-height: 10px;
}
.btn-top .form-control:hover, .btn-top .form-control:active, .btn-top .form-control:focus {
    color: #ffffff;
}
.box-product {
    margin: 0;
}
.pavcol-lg-5 {
    float: left;
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
}
.pavcol-lg-5.last, .pavcol-lg-5:last-child {
    border: 0 none;
}
.product-cols {
    border: 1px solid #fb4f91;
    margin: 15px 15px 3px 2px;
    overflow: hidden;
}
.product-cols.last, .product-cols:last-child {
    border-bottom: 1px solid #fb4f91 !important;    
}
.product-list + .pagination {
    border-top: 0 none;
}
.product-list {
    background-color: #ffffff;
}
.product-list .product-label.product-label-special {
    left: 0;
}
.product-block {
    margin: 0;
    padding: 10px 0;
    position: relative;
}
.product-block a:hover {
    color: #fb4f91;
}
.product-block .price {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 90%;
}
.product-block .action:before, .product-block .action:after {
    content: " ";
    display: table;
}
.product-block .action:after {
    clear: both;
}
.product-block .action > * {
    float: left;
}
.product-block .action .button-group > div {
    float: left;
}
.product-block .description {
    display: none;
}
.product-block .product-icon {
    border: 1px solid #ebeef2;
    border-radius: 3px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    padding-left: 3px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 32px;
}
.product-block .product-icon:hover {
    background-color: #fb4f91;
    border-color: transparent;
    color: #ffffff;
}
.product-block .product-icon span {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.product-block .shopping-cart {
    background: none repeat scroll 0 0 #fb4f91;
    border: 1px solid #fb4f91;
    color: #ffffff;
}
.product-block .rating, .product-block .norating {
    border-bottom: 1px solid #f2f3f4;
    border-top: 1px solid #f2f3f4;
    margin: 12px 0;
    padding: 3px 0 5px;
    display: none;
}
.product-block .name {
    line-height: 15px;
    margin: 0;
    height: 40px !important;
    text-transform: none;
    overflow: hidden;
}
.product-block .name a {
    color: #3e474b;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.product-block .name a:hover {
    color: #fb4f91;
}
.product-block .image {
    border: 0 none;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.product-block .image .hover-image {
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.product-block .image:hover .hover-image {
    opacity: 1;
    visibility: visible;
}
.product-block .product-meta:before, .product-block .product-meta:after {
    content: " ";
    display: table;
}
.product-block .product-meta:after {
    clear: both;
}
.product-block .product-zoom, .product-block .pav-colorbox {
    border-radius: 3px;
    font-size: 13px;
    height: 30px;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.product-block .product-zoom:hover, .product-block .pav-colorbox:hover {
    background-color: #fb4f91;
    color: #ffffff;
}
.product-block .product-zoom {
    background-color: #424242;
    color: #ffffff;
    line-height: 30px;
    right: 50%;
    text-align: center;
    z-index: 10;
}
.product-block .pav-colorbox {
    background-color: #424242;
    display: block;
    left: 50%;
    padding: 5px 7px;
    z-index: 9999;
}
.product-block .pav-colorbox span {
    display: none;
}
.product-block .pav-colorbox .fa {
    display: inline-block;
}
.price {
    color: #fb4f91;
    font-size: 21px;
    font-weight: 600;
}
.price .price-old, .price .price-tax {
    color: #aab2bd;
    font-size: 14px;
    text-decoration: line-through;
}
.filter .box-content {
    padding: 0 10px;
}
#button-filter {
    margin-bottom: 20px;
    margin-top: 10px;
}
ul.box-filter, ul.box-filter ul {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.box-filter > li {
    background-color: transparent;
    border: 0 none;
}
ul.box-filter > li span {
    color: #66a0c1;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
ul.box-filter > li > ul {
    padding-bottom: 0;
}
ul.box-filter > li > ul > li {
    border-bottom: 1px dotted #adb9ca;
    padding: 4px 0;
}
ul.box-filter > li > ul > li:before, ul.box-filter > li > ul > li:after {
    content: " ";
    display: table;
}
ul.box-filter > li > ul > li:after {
    clear: both;
}
ul.box-filter > li > ul > li > * {
    margin: 0;
}
ul.box-filter > li > ul > li label {
    color: #8c8c8c;
    font-size: 15px;
    font-weight: normal;
    margin-left: 5px;
}
ul.box-filter > li > ul ul li.last {
    border: 0 none;
}
#colorbox *:before, #colorbox *:after {
    box-sizing: inherit;
}
.zoomContainer .zoomLens {
    border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
    border: 4px solid #eeeeee !important;
    display: none;
}
.box.pav-custom .box-content {
    border: medium none;
}
ul.contact-us li:hover i {
    color: #6eb400;
}
ul.contact-us li i {
    color: #fb5066;
    height: 20px;
    margin-right: 5px;
    transition: color 350ms ease-in 0s;
    width: 18px;
}
ul.contact-us li .icon-newsletter {
    font-size: 13px;
}
ul.contact-us li .icon-phone {
    margin-left: 3px;
}
ul.contact-us li a {
    color: #fb4f91;
}
.sidebar .box .box-heading {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 0 solid #ebeef2;
    border-radius: 0px 0px 0 0;
    border-right: 0 solid #ebeef2;
    border-top: 0px solid #fb4f91;
    color: #fb4f91;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
}
.sidebar .box.nopadding .box-heading {
    padding: 10px 15px;
}
.sidebar .box.nopadding .box-heading span {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    padding: 0;
}
.sidebar .box.nopadding .box-content {
    margin: 0;
    padding: 0;
}
.sidebar .box .box-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ebeef2 #ebeef2 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    border: 1px solid #fb4f91;
}
.sidebar .box .box-content a b {
    color: #353d41;
}
.sidebar .box .box-content a b:hover {
    color: #fb4f91;
}
.sidebar .box .box-content .carousel-inner {
    overflow: inherit;
}
.sidebar .box .box-content .carousel-controls {
    display: none;
}
.sidebar .box .rating, .sidebar .box .norating {
    border: medium none;
    margin: 5px 0;
    padding: 0;
}
.sidebar .box.highlighted .box-heading {
    background-color: #fb5066;
}
.sidebar .box.white {
    border: 1px solid #fb4f91;
    border-radius: 3px;
}
.sidebar .box.white .box-heading {
    background-color: #ffffff;
    border-bottom: 1px solid #fb4f91;
    color: #fb4f91;
}
.sidebar .box.white .box-content {
    border: 0px solid #fb4f91;
    margin: 0;
    padding: 0 19px;
}
.sidebar .box.black .box-heading {
    background-color: #353d41;
    border: 0 none;
}
.sidebar .heighlight .box-heading {
    background-color: #fb4f91;
    border: 1px solid #fb4f91;
}
.sidebar .heighlight .box-content {
    background-color: #ffffff;
    border: 2px solid #fb4f91;
    padding: 0;
}
.sidebar .heighlight li {
    border-bottom: 1px solid #e0e0e0;
}
.sidebar .product-grid [class*="col-"], .sidebar .product-grid [class^="col-"], .sidebar .pavblog-latest [class*="col-"], .sidebar .pavblog-latest [class^="col-"] {
    width: 100%;
}
.sidebar .banner {
    background-color: transparent;
    padding: 0;
}
.sidebar .box-category li .fa {
    font-size: 8px;
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 16px;
    width: 12px;
}
.sidebar ul, .sidebar ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sidebar ul > li, .sidebar ol > li {
    border-bottom: 1px solid #ebeef2;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.sidebar ul > li a, .sidebar ol > li a {
    color: #424242;
    display: inline-block;
    font-size: 14px;
    padding: 10px 15px;
    text-transform: none;
}
.sidebar ul > li a:hover, .sidebar ol > li a:hover {
    color: #fb4f91;
}
.sidebar ul > li a.active, .sidebar ol > li a.active {
    color: #fb4f91;
}
.sidebar ul > li > ul > li > a, .sidebar ol > li > ul > li > a {
    padding-left: 40px;
}
.sidebar ul > li .head a, .sidebar ol > li .head a {
    font-size: 12px;
    padding-left: 0;
    padding-right: 10px;
}
.sidebar ul .haschild, .sidebar ol .haschild {
    position: relative;
}
.sidebar ul li.last, .sidebar ol li.last {
    border-bottom: 0 none;
}
.sidebar .box-filter > li {
    border: 0 none;
}
.sidebar .carousel-inner .product-grid {
    margin: 0;
    padding: 0;
}
.sidebar .product-grid {
    margin: 0;
    padding: 0;
}
.sidebar .product-grid .row {
    padding: 0;
}
.sidebar .product-grid .row.last .last .product-block {
    border-bottom: 0 none;
    padding-top: 20px;
}
.sidebar .product-grid .left {
    border: 0 none;
}
.sidebar .product-grid [class*="col-"]:first-child .product-block, .sidebar .product-grid [class^="col-"]:first-child .product-block {
    padding-top: 0;
}
.sidebar .product-grid [class*="col-"]:last-child .product-block, .sidebar .product-grid [class^="col-"]:last-child .product-block {
    padding-bottom: 0;
}
.sidebar .product-block {
    background-color: #ffffff;
    border-bottom: 1px solid #ebeef2;
    padding: 10px;
}
.sidebar .product-block:before, .sidebar .product-block:after {
    content: " ";
    display: table;
}
.sidebar .product-block:after {
    clear: both;
}
.sidebar .product-block:hover .image img {
    opacity: 1;
}
.sidebar .product-block .image {
    float: left;
    overflow: inherit;
    width: 40%;
}
.sidebar .product-block .image .product-label-special {
    display: none;
}
.sidebar .product-block .image:hover .img {
    padding-left: 0;
}
.sidebar .product-block .image .hover-image {
    display: none;
}
.sidebar .product-block .wishlist, .sidebar .product-block .compare, .sidebar .product-block .cart, .sidebar .product-block .label, .sidebar .product-block .pav-colorbox, .sidebar .product-block .product-zoom {
    display: none;
}
.sidebar .product-block .name {
    height: auto !important;
    min-height: 25px;
}
.sidebar .product-block .price {
    margin-bottom: 0;
}
.sidebar .product-block .left {
    border-bottom: 0 none;
}
.sidebar .product-block .image.swap img {
    width: 100%;
}
.sidebar .product-list {
    background-color: #ffffff;
}
.sidebar .product-list .product-block {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .product-list .product-block:hover .product-zoom {
    display: none;
    opacity: 0;
}
.sidebar .product-meta {
    float: left;
    height: auto !important;
    min-height: 20px;
    padding: 0;
    width: 60%;
}
.sidebar .product-grid .product-meta, .sidebar .product-list .product-meta {
    height: auto !important;
    min-height: 20px;
}
.sidebar .blog-title {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px;
    text-transform: none;
}
.sidebar .blog-title a {
    color: #000000;
}
.sidebar .blog-title a:hover {
    color: #fb4f91;
}
.sidebar .description {
    line-height: 18px;
}
.sidebar .blog-body {
    border-bottom: 1px solid #FB4F91;
    padding: 20px 0 0;
    position: relative;
}
.sidebar .blog-body:before, .sidebar .blog-body:after {
    content: " ";
    display: table;
}
.sidebar .blog-body:after {
    clear: both;
}
.sidebar .blog-body .create-date {
    height: auto;
    width: 17%;
}
.sidebar .blog-body .create-info {
    background-color: #ffffff;
    height: auto !important;
    margin-top: -21px;
    min-height: 90px;
    position: relative;
    width: 100%;
    z-index: 9999;
}
.sidebar .blog-body .create-info .inner {
    padding: 12px 15px 15px;
}
.sidebar .blog-body .created {
    background-color: #fb4f91;
    color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 1px;
    padding: 5px 10px;
    text-align: center;
    text-transform: none;
}
.sidebar .blog-body .created span {
    display: block;
}
.sidebar .blog-body .created .day {
    font-size: 21px;
}
.sidebar .blog-body .created .month {
    font-family: Arial, sans-serif;
}
.sidebar .blog-body .created hr {
    margin: 2px 0;
}
.sidebar .blog-body .buttons-wrap {
    display: none;
}
.sidebar [class^="col-"]:last-child .blog-body {
    border: 0 none;
}
.sidebar .product-items .product-cols {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
.sidebar .product-items .product-cols.last .product-block {
    margin-bottom: 20px;
}
.sidebar .product-items .product-cols:last-child .product-block {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.pavcarousel {
    background-color: #ffffff;
    border: 1px solid #ebeef2;
    border-radius: 4px;
}
.pavcarousel .carousel-controls {
    display: none;
}
.pavcarousel .box-heading {
    color: #384044;
    font-size: 26px;
    padding: 6% 0 0;
    text-align: center;
}
.pavcarousel .item-inner {
    border-bottom: 1px solid #ebeef2;
    border-left: 1px solid #ebeef2;
}
.pavcarousel .col-lg-2-2 {
    float: left;
    padding: 0;
    width: 25%;
}
.pavcarousel .carousel-inner {
    margin-bottom: -1px;
    width: 83.3333%;
}
.pavcarousel img:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.blog-wrapper .blog-item {
    position: relative;
}
.blog-wrapper .blog-item .description {
    max-height: 60px;
    overflow: hidden;
}
.blog-wrapper .blog-title {
    font-size: 20px;
}
.blog-wrapper .blog-title a {
    color: #000000;
}
.blog-wrapper .blog-title a:hover {
    color: #fb4f91;
}
.blog-wrapper .blog-header .created {
    background-color: #fb4f91;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
}
.blog-wrapper .t-color {
    color: #fb4f91;
}
.blog-wrapper ul li, .blog-wrapper ol li {
    list-style-position: inside;
}
.blog-wrapper .blog-tags a {
    color: #fb4f91;
}
.nopadding .box-heading {
    padding: 0;
}
.nopadding .box-heading span {
    border-radius: 3px 3px 0 0;
    padding: 7px 20px;
}
.nopadding .box-content {
    border-radius: 0;
    margin-top: 1px;
    padding: 0;
}
.box-wapper.blue {
    border-color: #23b5d2;
}
.box-wapper.blue .box-heading span {
    background-color: #23b5d2;
}
.box-wapper.cyan {
    border-color: #7cc666;
}
.box-wapper.cyan .box-heading span {
    background-color: #7cc666;
}
.box-wapper.green {
    border-color: #ff8d0c;
}
.box-wapper.green .box-heading span {
    background-color: #ff8d0c;
}
.main-column .productcarousel .btn-shopping-cart span {
    padding-left: 6px;
    padding-right: 6px;
}
.h-tabs {
    position: relative;
}
.newsletter_block .input-group {
    padding: 12px 0;
}
.newsletter_block .btn-primary {
    background: none repeat scroll 0 0 #fb4f91;
    border: medium none;
    border-radius: 0 4px 4px 0;
    font-family: Arial,sans-serif;
    height: 36px;
}
.newsletter_block .form-control {
    background: none repeat scroll 0 0 #363636;
    border: medium none;
    border-radius: 4px 0 0 4px;
    color: #949595;
    height: 36px;
}
.product-related {
    position: relative;
}
.product-related .box-heading {
    font-size: 19px;
    text-transform: none;
}
.product-related .box-heading span {
    color: #fb4f91;
}
.product-related .carousel-controls {
    right: 10px;
    top: 11px;
}
.tooltip-inner {
    border-radius: 3px;
    font-size: 10px;
}
.quick-link button {
    margin: 0 10px;
}
#pav-mainnav {
    background-color: #424242;
    border-top: 1px solid #e9e9e9;
    margin-bottom: -15px;
}
#pav-mainnav2 {
    background: none repeat scroll 0 0 #fb4f91;
    height: 40px;
    width: 100%;
    margin-bottom: 0px;
}

#pav-mainnav2 ul {
    
}

#pav-mainnav2 ul li {
    font-size: 16px;
    color: #FFFFFF;
    padding: 7px 15px;
    float: left;
}

.success, .warning, .attention, .information {
    margin-top: 0;
}
.category-info {
    padding: 0;
}
.category-info .image {
    margin-bottom: 19px;
    padding: 0;
}
.category-info h1 {
    font-weight: 600;
    margin: 10px 0 0;
}
.refine-search {
    border-top: 1px solid #ebeef2;
}
.refine-search ul, .refine-search ol {
    list-style: outside none none;
}
.refine-search ul li, .refine-search ol li {
    float: left;
    line-height: normal;
    margin: 0 8px;
    padding: 5px 0;
    position: relative;
}
.refine-search ul li:before, .refine-search ol li:before {
    background-color: #fb4f91;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 3px;
}
.refine-search .box-heading {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #ebeef2;
    color: #424242;
    font-weight: bold;
    text-transform: none;
}
.refine-search .box-content {
    border: 0 none;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.category-list {
    border: 0 none;
    margin: 0;
}
.category-list ul {
    float: left;
    margin-right: 15px;
}
.category-list ul li a {
    font-size: 15px;
    padding-left: 10px;
}
.category-list ul li a:hover {
    color: #fb4f91;
}
.manufacturer-heading {
    background-color: #f5f5f5;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}
.manufacturer-list {
    border: 0 none;
    padding: 5px;
}
.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}
.manufacturer-content {
    overflow: auto;
    padding: 8px;
}
.product-filter {
    background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    color: #424242;
    font-weight: 600;
    padding: 12px 10px 2px;
    text-transform: none;
}
.product-filter .sort, .product-filter .limit {
    float: left;
}
.product-filter .sort select, .product-filter .limit select {
    color: #fb4f91;
}
.product-filter .sort {
    margin: 0 10px;
}
.product-filter .display {
    float: left;
}
.product-filter .display span {
    margin-right: 5px;
    padding-top: 5px;
}
.product-filter .display a {
    background: url("../../image/baby/icon-grid-list.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ebeef2;
    display: inline-block;
    height: 30px;
    width: 31px;
}
.product-filter .display a > span {
    margin: 0 3px;
}
.product-filter .display a > em {
    display: none;
}
.product-filter .display a.grid {
    background-position: 8px 8px;
    border-left: medium none;
    border-radius: 0 2px 2px 0;
}
.product-filter .display a.grid.active, .product-filter .display a.grid:hover {
    background-position: 8px -29px;
}
.product-filter .display a.list {
    background-position: -31px 8px;
    border-radius: 2px 0 0 2px;
}
.product-filter .display a.list.active, .product-filter .display a.list:hover {
    background-position: -31px -29px;
}
.product-filter .display a.active .fa, .product-filter .display a:hover .fa {
    color: #ffffff;
}
.product-filter .display i {
    color: #9c9b9b;
    font-size: 13px;
    transition: color 0.2s ease-out 0s;
}
.product-filter .product-compare {
    float: right;
}
.product-list .col-fullwidth {
    float: none;
    margin: 0;
    width: 98%;
}
.product-list .product-cols {
    border-bottom: 0 solid #ebeef2;
    border-right: ;
}
.product-list .product-items {
    border: medium none;
}
.product-list .product-block {
    overflow: hidden;
    padding: 20px 10px;
}
.product-list .product-block:hover .wishlist a, .product-list .product-block:hover .compare a {
    transform: none;
}
.product-list .product-block .product-icon {
    background: none repeat scroll 0 0 #424242;
    border: medium none;
    color: #ffffff;
}
.product-list .product-block .product-icon:hover {
    background: none repeat scroll 0 0 #fb4f91;
}
.product-list .product-meta {
    min-height: inherit;
    overflow: hidden;
    padding: 0;
}
.product-list .rating, .product-list .norating {
    margin: 0;
}
.product-list .description {
    display: block;
}
.product-list .price-tax {
    display: none;
}
.product-list .price-new {
    font-weight: bold;
}
.product-list .name {
    min-height: 20px;
}
.product-list .image {
    float: left;
    margin-bottom: 0;
    margin-right: 18px;
    text-align: center;
}
.product-list .image img {
    border: 0 none;
    padding: 0;
}
.product-list .image:hover .info-view {
    opacity: 1;
}
.product-list .action {
    margin-top: 15px;
}
.product-list .action .wishlist .fa-heart {
    margin-right: 0;
}
.product-list .action .wishlist, .product-list .action .compare {
    margin: 0;
    padding: 0;
}
.product-list .action .wishlist a, .product-list .action .compare a {
    margin: 0 10px;
    opacity: 1;
    padding: 0 10px;
    transform: none;
    visibility: visible;
    width: auto;
}
.product-list .action .wishlist span, .product-list .action .compare span {
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-transform: none;
}
.product-grid {
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}
.product-grid .products-block {
    border-bottom: 0 solid;
}
.product-grid.last {
    border: 0 none;
}
.product-grid .description, .product-grid .price-tax {
    display: none;
}
.products-block {
    border-top: 0 solid #ebeef2;
    margin: 5px 0;
    overflow: hidden;
}
.product-meta {
    min-height: 80px;
    padding: 5px;
}
.product-items {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 solid #ffffff !important;
    margin: 0;
    width: 102%;
}
.product-items.last, .product-items:last-child {
    border-bottom: 0px solid #fb4f91 !important;
}
.product-info {
    background-color: #ffffff;
    border: 1px solid #fb4f91;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.product-info .product-label {
    right: 10px;
    top: 10px;
}
.product-info .image-container {
    padding-right: 0;
}
.product-info .carousel {
    min-height: 380px;
    padding: 30px 0 0;
}
.product-info .carousel-control {
    border-radius: 3px;
    color: #75716c;
    font-size: 15px;
    padding-top: 2px;
    text-align: center;
    width: 96%;
    z-index: 2;
}
.product-info .carousel-control.right .fa, .product-info .carousel-control.left .fa {
    font-weight: normal;
    margin-top: -2px;
}
.product-info .carousel-control.right {
    right: 5px;
    top: auto;
}
.product-info .carousel-control.left {
    left: -2px;
}
.product-info .carousel-inner {
    clear: both;
    margin: -3px;
    overflow: hidden;
}
.product-info .carousel-inner .item {
    text-align: center;
}
.product-info .carousel-inner a {
    display: inline-block;
    margin: 2px 0;
}
.product-info .carousel-inner a:last-child {
    margin: 0;
}
.product-info .carousel-inner a img {
    border: 0 solid #ebeef2;
    border-radius: 4px;
    transition: border-color 500ms ease 0s;
}
.product-info .cart .minimum {
    font-size: 11px;
    padding-top: 5px;
}
.product-info .cart .links {
    display: inline-block;
    vertical-align: middle;
}
.product-info h1 {
    margin-top: 0;
}
.product-info ul, .product-info ol {
    list-style: outside none none;
}
.product-info .price-tax {
    font-weight: normal;
}
.product-info .image {
    border: 0 solid #ebeef2;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.product-info .share {
    padding: 20px 0;
}
.product-info .share:before, .product-info .share:after {
    content: " ";
    display: table;
}
.product-info .share:after {
    clear: both;
}
.product-info .price {
    color: #3e474b;
    font-size: 13px;
    padding: 10px 0;
}
.product-info .price .text-price {
    display: none;
}
.product-info .price .price-gruop, .product-info .price .price-old {
    color: #aab2b;
    font-family: arial;
    font-size: 18px;
    text-transform: none;
}
.product-info .price .price-gruop, .product-info .price .price-new {
    color: #fb4f91;
    font-family: arial;
    font-size: 30px;
    text-transform: none;
}
.product-info .price .other-price {
    margin-top: 5px;
    display: none;
}
.product-info .price .reward {
    font-weight: normal;
}
.product-info .price .discount {
    font-weight: normal;
    margin-top: 5px;
}
.product-info .price-gruop:before, .product-info .price-gruop:after {
    content: " ";
    display: table;
}
.product-info .price-gruop:after {
    clear: both;
}
.product-info .description {
    border: 0 none;
    margin-bottom: 5px;
    padding-top: 20px;
}
.product-info .description a {
    text-decoration: none;
}
.product-info .description b {
    color: #3e474b;
    font-weight: bold;
    margin-left: 0;
    margin-right: 5px;
}
.product-info .description .fa {
    background-color: #fb4f91;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 7px;
    margin: 3px 5px 0 0;
    padding: 3px;
    text-align: center;
}
.product-info .option-image {
    margin-bottom: 10px;
    margin-top: 3px;
}
.product-info .option-image label {
    display: block;
    height: 100%;
    width: 100%;
}
.product-info .option-image img {
    border: 0 solid #cccccc;
    cursor: pointer;
    margin-left: 0;
    margin-right: 5px;
}
.product-info .options {
    margin-bottom: 20px;
}
.product-info .options h2 {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
}
.product-info .options b {
    color: #3e474b;
    font-size: 13px;
    font-weight: bold;
}
.product-info .options input[type="file"] {
    background-color: transparent;
    border: 0 solid #dcdcdc;
    border-radius: 3px;
    color: #93999d;
    font-size: 12px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.product-info .options input[type="file"] .fa {
    color: #93999d;
}
.product-info .options input[type="file"]:hover {
    color: #fb4f91;
}
.product-info .options input[type="file"]:hover .fa {
    color: #fb4f91;
}
.product-info .review {
    border-bottom: 0 solid #ebeef2;
    border-top: 0 solid #ebeef2;
    padding: 10px;
}
.product-info .review a {
    color: #aab2bd;
    text-transform: none;
}
.product-info .review .share {
    line-height: normal;
}
.product-info .review .share a {
    text-decoration: none;
}
.product-info .review > div {
    border: 0 none;
    padding: 0;
}
.product-info .review > div > span {
    color: #38b0e3;
}
.product-info .product-extra {
    padding: 10px 0;
}
.product-info .product-extra:before, .product-info .product-extra:after {
    content: " ";
    display: table;
}
.product-info .product-extra:after {
    clear: both;
}
.product-info .product-extra .quantity-adder {
    margin: 0;
}
.product-info .product-extra .quantity-adder .quantity-number span {
    font-weight: bold;
    font-size: 14px;
}
.product-info .product-extra .quantity-adder input {
    border: 1px solid #424242;
}
.product-info .product-extra .cart {
    margin-left: 10px;
}
.product-info .product-extra .add-action {
    border-bottom: 0 solid #ebeef2;
    border-right: 0 solid #ebeef2;
    border-top: 0 solid #ebeef2;
    color: #6f6f6f;
    cursor: pointer;
    display: block;
    font-size: 7px;
    height: 16px;
    line-height: 15px;
    position: relative;
    text-align: center;
    width: 27px;
}
.product-info .product-extra .add-action:hover {
    color: #558b00;
}
.product-info .product-extra .add-up {
    border-bottom: 0 none;
}
.product-info .product-extra .add-to-icon {
    background: none repeat scroll 0 0 #558b00;
    font-size: 19px;
    padding: 6px;
}
.product-info .product-extra .quantity-number input {
    height: 32px;
    min-width: 57px;
    text-align: center;
    width: auto !important;
    border-radius: 3px;
}
.product-info .product-extra .product-icon {
    border: 1px solid #424242;
    border-radius: 3px;
    color: #424242;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 32px;
}
.product-info .product-extra .product-icon:hover {
    background-color: #fb4f91;
    border-color: transparent;
    color: #ffffff;
}
.heighlight {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 0 solid #ebeef2;
    border-radius: 3px 3px 0 0;
    border-right: 0 solid #ebeef2;
    border-top: 0 solid #fb4f91;
}
.buttons {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
}
.tabs-group {
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}
.tabs-group .htabs .nav-tabs {
    border: medium none;
}
.tabs-group .tab-content {
    border: 1px solid #fb4f91;
    padding: 20px;
}
.tabs-group .tab-content p {
    font-size: 14px;
    line-height: 24px;
}
.review-list {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 10px;
}
.review-list .rating {
    float: right;
    margin-bottom: 20px;
}
.review-list .author {
    float: left;
    margin-bottom: 20px;
}
.review-list .text {
    clear: both;
}
.attribute thead td, .attribute thead tr td:first-child {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.attribute {
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
.attribute td {
    border-bottom: 1px solid #ddd;
    border-left: 0 none;
    border-right: 1px solid #ddd;
    color: #4d4d4d;
    padding: 7px;
    text-align: center;
    vertical-align: top;
}
.attribute tr td:first-child {
    color: #000000;
    font-weight: bold;
    text-align: right;
    width: 20%;
}
.compare-info .price-old {
    text-decoration: line-through;
}
.compare-info .price-new {
    font-weight: bold;
}
.compare-info .name a {
    font-weight: bold;
}
.compare-info td {
    text-align: center;
    vertical-align: top;
}
.compare-info tr td:first-child {
    font-weight: bold;
    text-align: left;
    width: 16%;
}
.checkout .radio {
    margin-bottom: 10px;
}
.checkout .buttons {
    border: 1px solid #ebeef2;
    margin: 0;
    padding: 10px;
}
.checkout .cart-total {
    border-top: 1px solid #ebeef2;
}
.checkout .cart-total table {
    float: right;
}
.checkout .cart-total td {
    padding: 5px;
    text-align: right;
}
.checkout .cart-total td > b {
    font-weight: bold;
}
.checkout .cart-module {
    padding: 10px 5px;
}
.checkout .cart-module #button-quote {
    margin-top: 10px;
}
.wishlist-info table tr td, .cart-info table tr td {
    text-align: center;
    vertical-align: middle;
}
.wishlist-info table tr td img, .wishlist-info table tr td input, .cart-info table tr td img, .cart-info table tr td input {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.table-bordered > thead > tr > td {
    background: none repeat scroll 0 0 #fafafa;
    color: #424242;
    font-size: 15px;
    font-weight: bold;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}
#content .content {
    margin-bottom: 20px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-status {
    float: right;
    margin-bottom: 20px;
    text-align: right;
    width: 49%;
}
.order-list .order-content {
    padding: 10px 0;
}
.order-list .order-info {
    text-align: right;
}
.order-list .order-id {
    float: left;
    margin-bottom: 20px;
    width: 49%;
}
.order-list .list-content {
    margin-bottom: 10px;
}
.order-detail {
    background: none repeat scroll 0 0 #ebeef2;
    font-weight: bold;
}
.return-list {
    margin-bottom: 10px;
}
.return-list .return-content {
    padding: 10px 0;
}
.return-list .return-id {
    float: left;
    margin-bottom: 20px;
    width: 49%;
}
.return-list .return-status {
    float: right;
    margin-bottom: 20px;
    text-align: right;
    width: 49%;
}
.return-list .return-info {
    text-align: right;
}
.return-list .list-content {
    margin-bottom: 10px;
}
.return-opened textarea {
    vertical-align: top;
}
.return-captcha {
    float: left;
}
.download-list {
    margin-bottom: 10px;
}
.download-list .download-status {
    float: right;
    margin-bottom: 20px;
    text-align: right;
    width: 49%;
}
.download-list .download-id {
    float: left;
    margin-bottom: 20px;
    width: 49%;
}
.download-list .download-content {
    padding: 10px 0;
}
.download-list .download-info {
    text-align: right;
}
.download-list .list-content {
    margin-bottom: 20px;
}
.checkout-heading {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ebeef2;
    color: #555555;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 8px;
}
.checkout-heading a {
    float: right;
    font-weight: normal;
    margin-top: 1px;
    text-decoration: none;
}
.checkout-content {
    display: none;
    padding: 0 0 15px;
}
.checkout-content .buttons {
    clear: both;
}
.checkout-product tbody .name, .checkout-product tbody .model {
    text-align: left;
}
.checkout-product thead .name, .checkout-product thead .model {
    text-align: left;
}
.checkout-product thead td {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #4d4d4d;
    font-weight: bold;
}
.checkout-product tfoot td {
    border-bottom: 1px solid #ddd;
    text-align: right;
}
.checkout-product tbody td {
    border-bottom: 1px solid #ddd;
    vertical-align: top;
}
.checkout-product td {
    padding: 7px;
}
.checkout-product table {
    border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
    text-align: right;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
    text-align: right;
}
.sitemap-info {
    margin-bottom: 30px;
}
.sitemap-info ul > li {
    font-weight: bold;
    line-height: 1.92857;
    list-style: inside none disc;
}
.sitemap-info ul > li > ul {
    margin-left: 20px;
}
.sitemap-info ul > li > ul li {
    font-weight: normal;
    list-style: inside none circle;
}
.sitemap-info ul > li > ul li li {
    list-style: inside none square;
}
.page-not-found {
    text-align: center;
}
.page-not-found h2 {
    color: #558b00;
    font-size: 230%;
    margin: 100px 0 10px;
}
.page-not-found span {
    margin-right: 10px;
}
.contact-location {
    margin-bottom: 10px;
}
.contact-location img {
    max-width: none;
}
.contact-content {
    border-top: 1px solid #ebeef2;
    padding: 20px;
}
.contact-content .buttons {
    border: 0 none;
    margin-top: 20px;
    padding: 0;
}
.contact-content .contact-customhtml {
    border: 0 none;
    margin-top: 20px;
    padding: 0;
}
.contact-content .contact-customhtml .content {
    min-height: 338px;
}
.contact-content .fa {
    background-color: #a2a2a2;
    border-radius: 50%;
    color: #ffffff;
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 40px;
}
.contact-content .fa:hover {
    background-color: #fb4f91;
}
.verticalmenu h1, .verticalmenu h2, .verticalmenu h3, .verticalmenu h4, .verticalmenu h5, .verticalmenu h6, .pav-megamenu h1, .pav-megamenu h2, .pav-megamenu h3, .pav-megamenu h4, .pav-megamenu h5, .pav-megamenu h6 {
    color: #384044;
    line-height: 20px;
    margin: 10px 0;
    text-transform: none;
}
.pav-megamenu .megamenu {
    position: relative;
}
.pav-megamenu .pav-colorbox {
    display: none !important;
}
.pav-megamenu .navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret {
    border: 0 none;
    position: relative;
    transform: rotate(-45deg);
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
    color: #424242;
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: -10px;
    top: -1px;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before, .pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
    color: #fb4f91;
}
.pav-megamenu .navbar-nav > li > a {
    background-color: transparent !important;
    border-right: 1px solid #ebeef2;
    color: #424242;
    font-weight: 400;
    padding: 15px 20px;
    text-transform: none;
    transition: all 350ms ease-out 0s;
    z-index: 10;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:focus, .pav-megamenu .navbar-nav > li > a:active {
    border-color: #ebeef2 !important;
    color: #fb4f91 !important;
}
.pav-megamenu .navbar-nav > li > a:before {
    background-color: transparent;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: -1px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}
.pav-megamenu .navbar-nav > li.first > a {
    border-left: 1px solid #ebeef2;
    padding: 15px 3px;
}
.pav-megamenu .navbar-nav > li.full-width {
    position: static;
}
.pav-megamenu .navbar-nav > li:hover > a:before {
    background-color: #fb4f91;
    height: 3px;
    width: 100%;
}
.pav-megamenu .navbar-inverse {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.pav-megamenu .navbar-collapse {
    padding: 0;
}
.pav-megamenu .dropdown-menu {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.24);
    height: auto;
    left: -9999px;
    min-width: 280px;
    padding: 10px 20px 20px;
    top: 80%;
    transition: opacity 0.3s linear 0s;
}
.pav-megamenu .dropdown-menu li {
    line-height: 30px;
}
.pav-megamenu .dropdown-menu li a {
    background: url("../../image/baby/icon-menu.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #75716c;
    line-height: 28px;
    padding: 0 0 0 15px;
}
.pav-megamenu .dropdown-menu li a .caret {
    position: absolute;
    right: 0;
    top: 15px;
}
.pav-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #fb4f91;
}
.pav-megamenu .dropdown-menu li a:hover .fa {
    color: #fb4f91;
}
.pav-megamenu .dropdown-menu .fa {
    color: #75716c;
    margin-left: 0;
}
.pav-megamenu .dropdown-menu .menu-title .fa {
    display: none;
}
.pav-megamenu .dropdown-menu ul li.parent {
    position: relative;
}
.pav-megamenu .dropdown-menu ul li.parent .dropdown-menu {
    left: auto;
    position: absolute;
    right: -100%;
    top: 0;
}
.pav-megamenu .dropdown-menu ul li.parent:hover > .dropdown-menu {
    display: block;
    left: 100%;
}
.pav-megamenu .dropdown:hover > .dropdown-menu {
    display: block;
    left: 0;
}
.pav-megamenu .dropdown:hover > a {
    color: #fb4f91;
}
.pav-megamenu .dropdown:hover > a .fa {
    color: #fb4f91;
}
.pav-megamenu .mega-group > .dropdown-toggle {
    border: 0 none;
    color: #384044;
    display: block;
    font-family: verdana;
    letter-spacing: 3px;
    text-transform: none;
}
.pav-megamenu .mega-group > .dropdown-toggle .fa {
    color: #ffffff;
}
.pav-megamenu .dropdown-submenu {
    position: relative;
}
.pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
    left: auto;
    right: -115%;
    top: 0;
}
.pav-megamenu .dropdown-submenu b.fa {
    margin-left: 3px;
}
.pav-megamenu p {
    font-size: 13px;
    line-height: 20px;
}
.pav-megamenu .fa {
    color: #000000;
    margin-left: 3px;
}
.pav-megamenu ul, .pav-megamenu ol {
    list-style: outside none none;
}
.pav-megamenu .pavo-widget .fa {
    margin-right: 0;
}
.pav-megamenu .product-block .w-product {
    margin-right: 28px;
}
.pav-megamenu .product-block .image {
    text-align: left;
}
.pav-megamenu .product-block .product-meta {
    min-height: inherit;
    text-align: left;
}
.pav-megamenu .product-block .name {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0;
    text-transform: none;
}
.pav-megamenu .product-block .name a {
    color: #424242;
}
.pav-megamenu .product-block .name a:hover {
    color: #fb4f91;
}
.pav-megamenu .product-block .product-icon {
    background-color: #ffffff;
    height: 32px;
    padding: 0 10px;
    width: auto;
}
.pav-megamenu .product-block .product-icon:hover {
    color: #000000;
}
.pav-megamenu .product-block .cart .product-icon {
    border: 1px solid #ebeef2;
    color: #000000;
    font-family: "Alegreya",serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
}
.pav-megamenu .product-block .cart .product-icon:hover {
    color: #fb4f91;
}
.pav-megamenu .product-block .rating {
    padding-top: 3px;
}
.pav-megamenu .product-block .action {
    margin-top: 5px;
}
.pav-megamenu .product-block .pav-colorbox {
    display: none !important;
}
.pav-megamenu .product-block:last-child .w-product {
    margin: 0;
}
.pav-megamenu .product-block:hover {
    box-shadow: none;
}
.hidden-heading-title .menu-title {
    display: none;
}
#column-right #pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: auto;
    right: 100%;
}
#column-right #pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
    left: -5px;
    right: 0;
}
#pav-verticalmenu .box-heading {
    border: medium none;
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    padding: 13px 15px;
    text-transform: none;
}
#pav-verticalmenu .box-heading .fa {
    font-size: 16px;
    padding-right: 10px;
}
#pav-verticalmenu .box-content {
    background: none repeat scroll 0 0 #ffffff;
    min-height: 320px;
    padding: 0;
    position: static;
}
#pav-verticalmenu .box-content .navbar-default {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    margin: 0;
    position: static;
}
#pav-verticalmenu .box-content .navbar-default .navbar-header {
    float: none;
    width: 100%;
}
#pav-verticalmenu .box-content .navbar-default .navbar-collapse {
    min-height: 320px;
    padding: 0;
}
#pav-verticalmenu .navbar-nav {
    float: none;
    position: static;
    width: 100%;
}
#pav-verticalmenu .navbar-nav > li {
    border-bottom: 1px solid #ebeef2;
    height: auto;
    position: static;
    width: 100%;
}
#pav-verticalmenu .navbar-nav > li > a {
    color: #3e474b;
    display: block;
    padding: 10px;
}
#pav-verticalmenu .navbar-nav > li > a:before {
    color: #aab2bd;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    padding: 0 5px;
}
#pav-verticalmenu .navbar-nav > li > a .menu-desc {
    display: none;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #999999;
    border-top: 5px solid transparent;
    margin: -5px 0;
    position: absolute;
    right: 18px;
    top: 50%;
}
#pav-verticalmenu .navbar-nav > li.last {
    border: medium none;
}
#pav-verticalmenu .navbar-nav > li.last a, #pav-verticalmenu .navbar-nav > li:last-child a {
    border: 0 none;
}
#pav-verticalmenu .navbar-nav > li:hover a:before {
    color: #fb4f91;
}
#pav-verticalmenu .navbar-nav > li:hover > a {
    color: #fb4f91;
}
#pav-verticalmenu .navbar-nav > li:hover > a .menu-icon {
    background-position: left bottom !important;
}
#pav-verticalmenu .navbar-nav > li:hover > a .caret {
    border-left-color: #fb4f91;
}
#pav-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    left: 100%;
    opacity: 1;
    top: 0;
}
#pav-verticalmenu .navbar-nav > li .parent {
    position: relative;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
    color: #fb4f91;
}
#pav-verticalmenu .navbar-nav > li .parent > .dropdown-menu {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.13);
    height: auto !important;
    min-height: 100px;
}
#pav-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    opacity: 1;
    top: 0;
}
#pav-verticalmenu .navbar-nav > li.parent:hover > a:after {
    border: 5px solid #ffffff;
    content: "";
    height: 100%;
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    z-index: 9999;
}
#pav-verticalmenu .pav-colorbox {
    display: none !important;
}
#pav-verticalmenu .dropdown-menu {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
    color: #75716c;
    display: block;
    height: auto !important;
    left: -9999px;
    min-height: 100%;
    min-width: 215px;
    opacity: 0;
    padding: 15px;
    right: auto;
    top: -9999px;
}
#pav-verticalmenu .dropdown-menu ul li {
    border: 0 none;
    list-style: outside none none;
    padding: 4px 0;
}
#pav-verticalmenu .dropdown-menu ul li a {
    background: url("../../image/baby/icon-menu.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #75716c;
    padding: 0 0 0 15px;
}
#pav-verticalmenu .dropdown-menu ul li a .caret {
    position: absolute;
    right: 0;
    top: 17px;
}
#pav-verticalmenu .dropdown-menu ul li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #fb4f91;
}
#pav-verticalmenu .dropdown-menu ul li a:hover .fa {
    color: #fb4f91;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video {
    width: 100%;
}
#pav-verticalmenu .dropdown-menu .pav-menu-video iframe {
    margin-bottom: 10px;
}
#pav-verticalmenu .dropdown-menu .dropdown-toggle:hover {
    color: #000000;
}
#pav-verticalmenu .dropdown-menu .action {
    display: none;
}
#pav-verticalmenu .widget-product-list {
    border-bottom: 1px dashed #ebeef2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#pav-verticalmenu .w-product {
    padding: 5px;
}
#pav-verticalmenu .w-product .image {
    float: none;
}
#pav-verticalmenu .product-block {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: auto;
    padding: 0;
    width: 33.3333%;
}
#pav-verticalmenu .product-block .name {
    height: auto !important;
    margin: 0;
    min-height: 32px;
    padding: 0;
}
#pav-verticalmenu .product-block .name a {
    color: #75716c;
    padding: 0;
}
#pav-verticalmenu .product-block .name a:hover {
    color: #fb4f91;
}
#pav-verticalmenu .product-block .image a {
    padding: 0;
}
#pav-verticalmenu .product-block .product-meta {
    min-height: inherit;
    width: auto;
}
#pav-verticalmenu .product-block .rating, #pav-verticalmenu .product-block .norating {
    border-bottom: 1px solid #f2f3f4;
    border-top: 1px solid #f2f3f4;
    margin: 15px 0;
    padding: 3px 0 6px;
}
.megamenu .aligned-center .dropdown-menu {
    left: 50%;
    transform: translate(-50%);
}
.megamenu .aligned-right .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.megamenu .aligned-fullwidth {
    position: inherit !important;
}
.megamenu .aligned-fullwidth .dropdown-menu {
    left: 0;
    width: 100% !important;
}
@font-face {
    font-family: "museo300";
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/museo300-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/museo300-regular-webfont.woff") format("woff"), url("../../fonts/museo300-regular-webfont.ttf") format("truetype"), url("../../fonts/museo300-regular-webfont.svg#museo300") format("svg");
}
ul.list li {
    line-height: 30px;
}
ul.list li a {
    background: url("../../image/baby/icon-menu.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #75716c;
    line-height: 26px;
    padding: 0 0 0 15px;
}
ul.list li a:hover {
    background-color: transparent;
    background-position: 0 -37px;
    color: #fb4f91;
}
ul.list li a:hover .fa {
    color: #fb4f91;
}
ul.social li {
    cursor: pointer;
    min-height: 45px;
}
ul.social li span {
    border: 2px solid #b6b6b6;
    border-radius: 50%;
    color: #b6b6b6;
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
    padding-left: 4px;
    text-align: center;
    width: 30px;
}
ul.social li:hover {
    color: #fb4f91;
}
ul.social li:hover a, ul.social li:hover span {
    border-color: #fb4f91;
    color: #fb4f91 !important;
}
.img-ft img {
    margin-top: 12px;
}
.link-more {
    color: #4c7c00;
    font-size: 15px;
    font-weight: bold;
    text-transform: lowercase;
}
.link-more .icon-read-more-2 {
    color: #558b00;
    font-size: 12px;
}
.link-more:hover {
    color: #4c7c00;
}
.copyright {
    text-align: left;
}
.copyright a {
    color: #4c7c00;
}
.pagination .links a:hover {
    color: #fb4f91;
}
#back-top {
    margin: 0;
    position: relative;
    text-align: center;
}
#back-top a {
    background-color: #ffffff;
    border: 1px solid #ebeef2;
    border-radius: 50%;
    font-size: 26px;
    height: 45px;
    left: 0;
    margin: 0 auto;
    overflow: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -22px;
    transition: all 300ms ease-in 0s;
    width: 45px;
}
#back-top a:hover {
    background-color: #6eb400;
    border-color: #6eb400;
}
#back-top a:hover i {
    color: #ffffff;
}
.megamenu .navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    width: 30px;
}
.megamenu .navbar-toggle .fa {
    color: #fb4f91;
    margin: 0;
}
.megamenu .navbar-toggle:hover, .megamenu .navbar-toggle:focus, .megamenu .navbar-toggle:active {
    background-color: #fb4f91;
    border-color: transparent;
}
.megamenu .navbar-toggle:hover .fa, .megamenu .navbar-toggle:focus .fa, .megamenu .navbar-toggle:active .fa {
    color: #ffffff;
}
.shapes {
    background-color: transparent;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
}
.shapes.left {
    border-bottom: 4px solid transparent;
    border-right: 6px solid #f5f5f5;
    border-top: 4px solid transparent;
    margin: -4px 0;
    right: 0;
}
.shapes.bottom {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 8px;
}
.shapes.round {
    background-color: #fc7889;
    border: medium none #fb4f91;
    border-radius: 100%;
    height: 20px;
    right: 10px;
    top: 25%;
    width: 20px;
}
#breadcrumb .breadcrumb li a {
    position: relative;
}
#breadcrumb .breadcrumb li a:hover {
    color: #fb4f91;
}
#breadcrumb .breadcrumb li a span {
    color: #424242;
    display: inline-block;
    text-transform: none;
}
#breadcrumb .breadcrumb li:hover {
    color: #64a500;
}
#breadcrumb .breadcrumb li:hover span:before {
    background: none repeat scroll 0 0 #64a500;
}
#breadcrumb .breadcrumb li.last a span {
    color: #fb4f91;
}
#breadcrumb .breadcrumb li.last a:hover {
    color: #fb4f91;
}
#breadcrumb .breadcrumb li.first a:before {
    display: none;
}
.no-margin h3 {
    margin-top: 0;
}
.no-margin .buttons {
    margin-bottom: 0;
}
.no-margin table {
    margin-bottom: 0;
}
.no-margin-top {
    margin-top: 0;
}
.carousel-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ebeef2;
    color: #384044;
    cursor: pointer;
    font-size: inherit;
    height: 23px;
    opacity: 1;
    text-align: center;
    text-shadow: none;
    width: 23px;
}
.carousel-control:hover, .carousel-control:focus {
    color: #fb4f91;
    opacity: 1;
}
.carousel-control:hover .fa, .carousel-control:focus .fa {
    color: #fb4f91;
}
.carousel-control.left, .carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    line-height: 22px;
}
.carousel-control.left {
    top: 0;
}
.carousel-control .fa {
    color: #aab2bd;
    display: block;
    font-weight: bold;
    line-height: 21px;
}
.carousel-indicators li, .carousel-indicators.active {
    border-color: #fb4f91;
}
.btn-cart {
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    text-transform: none;
}
.btn-cart span {
    display: inline-block;
}
.btn-cart span + span {
    padding: 6px 10px 0;
}
.btn-cart .icon-cart {
    background: none repeat scroll 0 0 #558b00;
    color: #ffffff;
    font-size: 15px;
    height: 31px;
    line-height: 30px;
    vertical-align: top;
    width: 30px;
}
.custom-block {
    margin: 0 15px 0 -15px;
}
.custom-block .box-heading {
    border-bottom: 1px solid #ebeef2;
    border-top: 0 none;
    padding-bottom: 5px;
    padding-top: 15px;
    position: relative;
}
.custom-block .box-heading:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ebeef2 rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.custom-block .box-heading:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    border-image: none;
    border-style: solid;
    border-width: 6px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
    z-index: 1;
}
.custom-block .box-heading > span {
    border: 0 none;
    font-weight: normal;
    padding: 0;
}
.custom-block .box-content {
    padding-top: 20px;
}
.bold_green_text {
    color: #fb4f91;
}
.media-body h3, .media-body h4 {
    color: #424242;
    font-family: Arial;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.support:before, .support:after {
    content: " ";
    display: table;
}
.support:after {
    clear: both;
}
.support .box-services {
    color: #9b9d9e;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    min-height: 50px;
    min-width: 200px;
}
.support .box-services:hover span {
    border: 1px solid #fb4f91;
}
.support .box-services:hover span i {
    color: #fb4f91;
}
.support .box-services:hover .media-body h3 {
    color: #fb4f91;
}
.support .box-services span {
    border: 1px solid #00448d;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding-left: 2px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s ease 0s;
    width: 40px;
    z-index: 1;
}
.support .box-services span i {
    color: #00448d;
    font-size: 15px;
}
.support .box-services .media-body {
    padding-left: 10px;
}
.support .box-services .media-body h3 {
    line-height: 20px;
    margin: 10px 0 0;
}
.support .box-services .media-body small {
    font-size: 14px;
}
.scrollup {
    background: none repeat scroll 0 0 #fb4f91;
    border-radius: 100%;
    bottom: 82px;
    color: #fff !important;
    display: none;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-transform: none;
    width: 40px;
    z-index: 9999;
}
.scrollup .fa {
    display: block;
}
.dropdown-toggle .caret{
    border-top: 8px solid #ffffff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
@media(max-width: 767px){
    .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
        font-size: 18px!important;
    }
}
@media (min-width: 767px) {
    .dropdown-toggle{
        /* display: none !important; */
    }
}
@media (max-width: 767px) {
.in-border {
    border-right: 0 none;
    box-shadow: none;
}
}
.error, .alert-danger, .alert-success {
    border: medium none;
    margin: 0;
    padding: 5px;
}
.hide-bar {
    display: none;
}
.a-center {
    text-align: center;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.pattern1 {
    background-image: url("../../image/pattern/pattern1.png");
}
.pattern2 {
    background-image: url("../../image/pattern/pattern2.png");
}
.pattern3 {
    background-image: url("../../image/pattern/pattern3.png");
}
.pattern4 {
    background-image: url("../../image/pattern/pattern4.png");
}
.pattern5 {
    background-image: url("../../image/pattern/pattern5.png");
}
.pattern6 {
    background-image: url("../../image/pattern/pattern6.png");
}
.pattern7 {
    background-image: url("../../image/pattern/pattern7.png");
}
.pattern8 {
    background-image: url("../../image/pattern/pattern8.png");
}
.pattern9 {
    background-image: url("../../image/pattern/pattern9.png");
}
.pattern10 {
    background-image: url("../../image/pattern/pattern10.png");
}
.pattern11 {
    background-image: url("../../image/pattern/pattern11.png");
}
.pattern12 {
    background-image: url("../../image/pattern/pattern12.png");
}
.pattern13 {
    background-image: url("../../image/pattern/pattern13.png");
}
.pattern14 {
    background-image: url("../../image/pattern/pattern14.png");
}
.pattern15 {
    background-image: url("../../image/pattern/pattern15.png");
}
.pattern16 {
    background-image: url("../../image/pattern/pattern16.png");
}
@media (min-width: 1200px) {
.product-cols {
    width: 23%;
}
}
@media (max-width: 1199px) {
.product-info .carousel {
    min-height: 0;
    padding: 0;
}
.product-info .carousel .carousel-control {
    width: 23px;
}
.product-info .carousel .carousel-control.left {
    bottom: 10px;
    left: 0;
    top: auto;
}
.product-info .carousel .carousel-control.right {
    bottom: 10px;
    right: 0;
    top: auto;
}
.product-info .carousel .carousel-inner a {
    margin: 0 -2px 5px 5px;
}
.tab-content.pull-left {
    width: 100%;
}
.valid {
    margin-bottom: 10px;
}
}
@media (min-width: 992px) {
.pavcol-lg-5 {
    width: 20%;
}
.pav-categoryproducts .tab-content {
    width: 75.5%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {

.mobile { 
    display: none !important
}  

.product-cols {
    border: 1px solid #fb4f91;
    margin: 15px 11px 3px 2px;
}

.product-block .action > * {
    float: left;
    display: none !important;
}

.col-md-3 {
    width: 23%;
}

.support .box-services {
    min-width: 181px;
}
.support .box-services .media-body small {
    font-size: 13px;
}
.product-block .product-icon {
    margin: 5px 5px 0 0;
}
.product-grid .product-block .product-icon, .product-related .product-block .product-icon {
    margin: 0 0 0 5px;
}
#pav-verticalmenu .navbar-nav > li > a .caret {
    right: 0;
}
.product-info .carousel-inner a {
    margin-right: 5px;
}
.offcanvas-menu {
    display: none;
}
#powered {
    padding: 20px 0;
}
.effect:hover .overlay {
    width: 100%;
}
}
@media (max-width: 991px) {
.zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
}
.checkout .cart-total {
    border-top: medium none;
}
.pav-categoryproducts .tab-nav {
    width: 100% !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
}
.box.productcarousel {
    margin-top: 30px;
}
.pav-megamenu .navbar-default {
    background-color: transparent;
}
#search {
    padding-right: 0;
}
#search .input-search {
    min-width: 244px;
}
.img-responsive {
    display: inline-block;
}
.product-block .product-icon {
    margin-left: 3px;
}
.product-info .image a {
    cursor: default;
    pointer-events: none;
}
.sidebar .product-block .image {
    width: 15%;
}
#footer .footer-center .box .box-heading {
    padding: 20px 0;
}
}
@media (max-width: 767px) {
.zoomContainer, .pav-colorbox, .product-zoom {
    display: none !important;
}
.pav-megamenu .navbar-default {
    background-color: transparent;
}
#header-main .inner {
    text-align: center;
}
#header-main .inner > * {
    display: block;
}
#pav-mainnav {
    background: none repeat scroll 0 0 #353d41;
}
#search {
    right: 15px;
    top: 106px;
    z-index: 3;
}
.megamenu .navbar-toggle {
    background: none repeat scroll 0 0 #394044;
    border: 1px solid #454d50;
}
.megamenu .navbar-toggle .fa {
    color: #93999d;
}
.btn-top {
    margin-bottom: 10px;
}
.product-cols {
    border-bottom: 1px solid #ebeef2;
    border-right: medium none;
}
.img-responsive {
    display: inline-block;
}
.box-module-pavreassurances .column {
    border-bottom: 1px solid #ebeef2;
    border-right: medium none;
}
#footer .footer-center .box .box-heading {
    padding: 20px 0;
}
.tabs-group .htabs {
    min-height: 0;
}
.product-extra .action {
    margin-top: 10px;
}
.product-list .action .wishlist span, .product-list .action .compare span {
    display: none;
}
.product-block .wishlist a, .product-block .compare a {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
.product-info .image a {
    cursor: default;
    pointer-events: none;
}
embed {
    width: 100%;
}
.wishlist-info td, .wishlist-info th, table.history-list td, table.history-list th, table.order-info td, table.order-info th, table.compare-info td, table.compare-info th, table.pav-checkout-product td, table.pav-checkout-product th, table.pav-shop-cart td, table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
}
.wishlist-info tr td:before, table.history-list tr td:before, table.order-info tr td:before, table.pav-shop-cart tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 50%;
}
.wishlist-info tr td, table.order-info tr td, table.history-list tr td, table.pav-shop-cart tr td {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: medium none;
    display: block;
    min-height: 20px;
    text-align: right;
}
table.history-list thead, table.order-info thead, .wishlist-info thead, table.pav-shop-cart thead {
    display: none;
}
    
#mainmenutop .navbar-toggle {
    float: left;
    position: absolute;
    right: 0;
    top: -230px;
}    
    
.slideshow {
    display: none;
    margin-top: 3px;
    z-index: -1;
}
    
.pavo-widget { display: none }    
    
#search {
    right: 15px;
    top: -45px;
    z-index: 3;
}   
    
#pav-mainnav2 ul li {
    color: #ffffff;
    float: left;
    font-size: 15px;
    padding: 7px 9px;
    text-align: center;
}
    
#pav-mainnav2 {
    background: #fb4f91 none repeat scroll 0 0;
    height: 125px;
    margin-bottom: 0;
    width: 100%;
}    
    
.product-cols {
    margin: 35px 15px 3px 2px;
}    
    
.product-cols {
    border-bottom: 1px solid #FB4F91;
    border-right: 1px solid #FB4F91;
}     
    
}
@media (max-width: 480px) {
#search .input-search {
    min-width: 0;
}
.product-list .image {
    float: none;
}
.product-info .carousel-inner a {
    margin-right: 0;
}
.product-extra .cart {
    clear: both;
    margin-left: 0 !important;
    margin-top: 10px;
}
.newsletter_block .box-heading {
    width: 100%;
}
.newsletter_block .input-group {
    clear: both;
    padding-top: 20px;
    width: 100%;
}
}
@media (max-width: 360px) {
embed {
    display: none !important;
}
.nav-tabs {
    border: 1px solid #ebeef2;
}
.nav-tabs > li {
    border-bottom: 1px solid #e9e9e9;
    float: none !important;
    margin-bottom: 0;
}
.nav-tabs > li .active > a, .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border: medium none !important;
}
.social > span {
    display: block;
    margin: 0 0 10px;
    width: 100%;
}
.btn.btn-theme-default {
    padding: 4px 12px;
}
}
#mainmenutop .navbar-toggle {
    float: left;
}
.offcanvas-menu-open #menu-offcanvas .menu-offcanvas-inner {
    display: block;
}
#menu-offcanvas .menu-offcanvas-inner {
    background-color: #fb4f91;
    display: none;
}
#menu-offcanvas .dropdown .dropdown-menu {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    /* display: block; */
    float: none;
    min-width: 100%;
    position: relative;
    width: 100% !important;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner {
    padding: 0 10px;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner ul > li {
    list-style: outside none none;
}
#menu-offcanvas .dropdown .dropdown-menu .dropdown-menu-inner .menu-title {
    font-size: 14px;
}
#menu-offcanvas .product-block .image {
    text-align: left;
}
html, body, .offcanvas-container, .offcanvas-pusher, .offcanvas-content {
    min-height: 100%;
}
.offcanvas-content {
    background: none repeat scroll 0 0 #f3efe0;
    overflow-y: scroll;
}
.offcanvas-content, .offcanvas-content-inner {
    position: relative;
}
.offcanvas-container {
    position: relative;
}
.offcanvas-pusher {
    height: 100%;
    left: 0;
    transition: transform 0.5s ease 0s;
}
.offcanvas-pusher:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
}
.offcanvas-menu-open .offcanvas-pusher:after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.offcanvas-menu {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 95% !important;
    z-index: 999999;
}
.offcanvas-menu:after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}
.offcanvas-menu-open .offcanvas-menu:after {
    height: 0;
    opacity: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
}
.offcanvas-menu ul {
    margin: 0;
    padding: 0;
}
.offcanvas-menu h2 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    padding: 1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.offcanvas-menu ul.megamenu > li{
    box-shadow: 0 1px rgba(0, 0, 0, 0.2) inset;
}
.offcanvas-menu ul.megamenu > li > a {
    color: #ffffff;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    outline: medium none;
    padding: 1em 1em 1em 1.2em;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    text-transform: none;
    transition: all 0.3s ease 0s;
    font-size: 1.2em !important;
}
.offcanvas-effect-1.offcanvas-menu {
    transform: translate3d(-100%, 0px, 0px);
    visibility: visible;
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
    transform: translate3d(0px, 0px, 0px);
    visibility: visible;
}
.offcanvas-effect-1.offcanvas-menu:after {
    display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
    transform: translate3d(300px, 0px, 0px);
}
.offcanvas-effect-2.offcanvas-menu {
    z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.5s ease 0s;
    visibility: visible;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
    transform: translate3d(300px, 0px, 0px);
}
.offcanvas-effect-3.offcanvas-menu {
    transform: translate3d(-100%, 0px, 0px);
    z-index: 1;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.5s ease 0s;
    visibility: visible;
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    transform: translate3d(300px, 0px, 0px);
}
.offcanvas-effect-5.offcanvas-menu {
    transform: translate3d(50%, 0px, 0px);
    z-index: 1;
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.5s ease 0s;
    visibility: visible;
}
.button-close-menu {
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 17px;
}
.button-close-menu .fa {
    font-size: 16px;
}
@media (max-width: 768px) {
#mainmenutop .navbar-nav {
    display: none;
}
.offcanvas-siderbars {
    position: relative;
}
.offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
}
.offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
}
.offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
}
.offcanvas-siderbars.column-left-active .main-column {
    display: none;
}
.offcanvas-siderbars.column-right-active .main-column {
    display: none;
}
}
.offcanvas-sidebars-buttons {
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
}
#menu-offcanvas .pavo-widget .widget-inner iframe {
    width: 250px !important;
}
.product-block .img {
    transition: left 0.7s cubic-bezier(0.75, 0, 0.175, 1) 0s;
}
.product-block .pav-colorbox, .product-block .product-zoom {
    bottom: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}
.product-block .pav-colorbox {
    margin: -10px 0 0 -60px;
}
.product-block .product-zoom {
    margin: -10px -70px 0 0;
}
.product-block .wishlist a, .product-block .compare a {
    opacity: 1;
}
.product-block:hover .product-zoom, .product-block:hover .pav-colorbox {
    opacity: 1;
    visibility: visible;
}
.product-block:hover .product-zoom {
    margin: -10px -35px 0 0;
}
.product-block:hover .pav-colorbox {
    margin: -10px 0 0 -30px;
}
.product-block:hover .wishlist a, .product-block:hover .compare a {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.effect {
    position: relative;
}
.overlay {
    background: none repeat scroll 0 0 rgba(227, 242, 253, 0.2);
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0.2s;
    width: 0;
}
.effect:hover .overlay {
    left: 0;
    opacity: 1;
    width: 100%;
}
body, #header-main {
    background-color: #ffffff;
}
#pav-mass-bottom {
}
#footer {
    background-position: center top;
    background-repeat: repeat-x;
}
#pav-mainnav {
    background: none repeat scroll 0 0 #fff;
}
#pav-mainnav {
    border-top: medium none;
}
.pav-megamenu .navbar-nav > li > a {
    color: #ffffff;
}
.pav-megamenu .navbar-nav > li > a:hover, .pav-megamenu .navbar-nav > li > a:active, .pav-megamenu .navbar-nav > li > a:focus {
    border-color: transparent !important;
    color: #ffffff !important;
}
.pav-megamenu .navbar .nav > li.home a {
    background-image: url("../../image/baby/icon-home.png") !important;
    background-position: 13px 16px;
    background-repeat: no-repeat;
    padding-left: 40px;
}
.pav-megamenu .navbar-nav > li:hover {
    background: none repeat scroll 0 0 rgba(255, 113, 113, 0.65);
}
.pav-megamenu .navbar-nav > li:hover > a {
    color: #ffffff;
}
.pav-megamenu .navbar-nav > li:hover > a:before {
    background-color: transparent;
}
.pav-megamenu .navbar-nav > li > a {
    border: medium none;
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
}
.pav-megamenu .navbar-nav > li.first > a {
    border: medium none;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown > a .caret:before {
    color: #ffffff;
}
.pav-megamenu .navbar-default .navbar-nav > .dropdown:hover > a .caret:before, .pav-megamenu .navbar-default .navbar-nav > .dropdown:active > a .caret:before {
    color: #ffffff;
}
.support .box-services span {
    background: none repeat scroll 0 0 #fff;
}
#pav-verticalmenu .box-content {
    background: url("../../image/baby/red.png") repeat-x scroll center top #ffffff;
    border: medium none;
}
.box.orange.nopadding {
    position: relative;
}
.box.orange.nopadding .box-content:before {
    border-left: 0 none;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%;
    z-index: 2;
}
.box.orange.nopadding .product-cols {
    z-index: 1;
}
.sidebar .box.orange.nopadding .box-content:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pavcarousel {
    border-top: medium none;
}
.pavcarousel:before {
    background: url("../../image/baby/redlight.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    border-radius: 4px;
    display: block;
    height: 5px;
}
.box-wapper:before {
    border-left: 0 none;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.box-wapper.blue:before {
    background: url("../../image/baby/biege.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
.box-wapper.cyan:before {
    background: url("../../image/baby/greenlight.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
.box-wapper.green:before {
    background: url("../../image/baby/orange.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
.box-wapper.red:before {
    background: url("../../image/baby/redlight.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#banner0 {
    float: left;
    margin: 0 0 25px;
    width: 33%;
}
#banner1 {
    float: left;
    margin: 0;
    width: 33%;
}
#banner2 {
    float: left;
    margin: 0;
    width: 33%;
}
.box-services {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 210px;
}
.cart-top {
    float: left;
    width: 120px;
}
.box-services span {
    border: 1px solid #00448d;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 39px;
    padding-left: 2px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s ease 0s;
    width: 40px;
    z-index: 1;
}
.box-services span i {
    color: #00448d;
    font-size: 15px;
}
.box-services .media-body {
    padding-left: 10px;
}
.box-services .media-body h3 {
    color: #00448d;
    line-height: 20px;
    margin: 10px 0 0;
}
.box-services2 {
    float: right;
    position: relative;
    width: 110px;
}
.box-services2 span {
    border: 1px solid #00448d;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 35px;
    padding-left: 2px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s ease 0s;
    width: 40px;
    z-index: 1;
}
.box-services2 span i {
    color: #00448d;
    font-size: 15px;
}
.box-services2 .media-body {
    padding-left: 10px;
}
.box-services2 .media-body h3 {
    color: #00448d;
    line-height: 20px;
    margin: 10px 0 0;
}
.right {
    bottom: 15px;
    float: left;
    position: relative;
    top: 5px;
    width: auto;
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}
.slideshow .nivo-controlNav {
    bottom: -5px !important;
    height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    z-index: 99;
}

.jcarousel-skin-opencart .jcarousel-clip {
    height: 1325px !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: 42px;
}

/** 
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#frame {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 #ff0000;
    height: 600px;
    margin: 109px auto auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 900px;
} **/
#intro {
  display: none;
  right: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  max-width: 400px;
  z-index: 99999;
}

#frame {
  box-shadow: 0 0 0 #ff0000;
  padding: 0;
  position: relative;
  text-decoration: center;
  width: 100%;
}

.slideshow {
    margin-top: 3px;
    z-index: -1;
}







/* Container used for styling the custom select, the buttom class below adds the
 * bg gradient, corners, etc. */
.custom-select {
	position: relative;
	display: block;
}

/* This is the native select, we're making everything but the text invisible so
 * we can see the button styles in the wrapper */
.custom-select select {
	width: 100%;
	margin: 0;
	outline: none;
	padding: .6em .8em .5em .8em;

	/* Prefixed box-sizing rules necessary for older browsers */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* Font size must be 16px to prevent iOS page zoom on focus */
	font-size: 16px;
}


/* Custom arrow sits on top of the select - could be an image, SVG, icon font,
 * etc. or the arrow could just baked into the bg image on the select. */
.custom-select::after {
	content: " ";
  background-image: url("img/icon-select.png") no-repeat 90% 50%;
	position: absolute;
	top: 50%;
	right: 1em;
	z-index: 2;
	/* These hacks make the select behind the arrow clickable in some browsers */
	pointer-events: none;
	display: none;
}


.custom-select:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
    color: #3e474b;
}


@supports ( -webkit-appearance: none ) or ( appearance: none )
	/* Firefox <= 34 has a false positive on @supports( -moz-appearance: none )
	 * @supports ( mask-type: alpha ) is Firefox 35+
	 */
	or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
	
	/* Show custom arrow */
	.custom-select::after {
		display: block;
	}

	/* Remove select styling */
	.custom-select select {
		padding-right: 2em; /* Match-01 */
		/* inside @supports so that iOS <= 8 display the native arrow */
		background: none; /* Match-04 */
		/* inside @supports so that Android <= 4.3 display the native arrow */
		border: 1px solid transparent; /* Match-05 */

		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.custom-select select:focus {
		border-color: #aaa; /* Match-03 */
	}
}
/* Adds Firefox < 35 support */
/* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
/* Show only the native arrow */
@-moz-document url-prefix() {
	/* Warning: this kills the focus outline style */
	.custom-select {
		overflow: hidden;
	}
	.custom-select::after {
		display: block;
	}
	/* Make the native select extra wide so the arrow is clipped. 1.5em seems to be enough to safely clip it */
	.custom-select select {
		overflow: -moz-hidden-unscrollable;
		padding-right: .4em;
		background: none; /* Match-04 */
		border: 1px solid transparent; /* Match-05 */
		/* Firefox < 4 */
		min-width: 6em;
		width: 130%;
		/* Firefox 4-15 */
		min-width: -moz-calc(0em);
		width: -moz-calc(100% + 2.4em);
		/* Firefox 16+ */
		min-width: calc(0em);
		width: calc(100% + 2.4em);
	}

	/* Firefox 35+ that supports hiding the native select can have a proper 100% width, no need for the overflow clip trick */
	@supports ( mask-type: alpha ) {
		.custom-select {
			overflow: visible;
		}
		.custom-select select {
			-moz-appearance: none;
			width: 100%;
			padding-right: 2em; /* Match-01 padding-right */
		}
	}
}

/* Firefox focus has odd artifacts around the text, this kills that. See https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-focusring */
.custom-select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

/* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance. Targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
/* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
	.custom-select select::-ms-expand {
		display: none;
	}
	.custom-select select:focus {
		border-color: #aaa; /* Match-03 */
	}
	.custom-select select:focus::-ms-value {
		background: transparent;
		color: #222; /* Match-02*/
	}
	.custom-select select {
		padding-right: 2em; /* Match-01 */
		background: none; /* Match-04 */
		border: 1px solid transparent; /* Match-05 */
	}
	.custom-select::after {
		display: block;
	}
}




.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    margin-bottom: 20px;
}

.select-style select:focus {
    outline: none;
}


ul.box-filter.clearfix {
  display:none;
}


/*

.filtro_select {

  
  background-color: white!important;;
  border: thin solid white!important;;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  
  margin: 0!important;;      
  -webkit-box-sizing: border-box!important;;
  -moz-box-sizing: border-box!important;;
  box-sizing: border-box!important;;
  -webkit-appearance: none!important;;
  -moz-appearance: none!important;;

}



.filtro_select {
  
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #fff, #fff)!important;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), calc(100% - 3.5em) 0.5em!important;
  background-size: 6px 6px, 6px 6px, 0px 1.5em!important;
  background-repeat: no-repeat!important;
 
}

*/

.product-block .onsale {
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align:center;
    right: -90px;
    top: 20px;
    margin: 0;
    background-color: #fb4f91 !important;
    border-radius: 0;
    transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    box-sizing: content-box;
    width: 220px;
    padding: 0 0 !important;
    position: absolute;
    display: inline-block;
    line-height: 40px;
}

.product-block .onsale.new {
    background-color: #1FB3FF !important;    
    color: #fff;
    font-weight:bold;
    font-size: 10px;
}

       
        #cookie-message {
            background-color: #d5e6ed;
            color: black;
            margin: 0 auto;
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            font-size: 13px;
            border-top: 1px solid lightgray;
            padding-left: 20px;
            height: 31px;
            padding-top: 0px;
        }

        .zopim{
            bottom:31px !important;
        }

  
@media (max-width: 558px) {
    #cookie-message {
        height: 58px;
        font-size:11px;
    }
    .zopim{
        bottom:58px !important;
    }
}      

@media (min-width: 559px) and (max-width: 1081px) {
    #cookie-message {
        height: 48px;
    }
    .zopim{
        bottom:48px !important;
    }
}

.fix-bottom{
    bottom: 0px !important;
}

.fancybox-inner img{
    width:100% !important;
    height:100% !important;
}

