*, body, a, span, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, li {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

a {
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
a:hover {
    text-decoration: none;
}

header nav.navbar-inverse.main-navbar {
    background-color: #d6044a;
    border: 0;
    border-radius: 0;
    margin: 0;
}

header nav ul#primary-menu.navbar-nav {
    display: flex;
    flex-flow: row;
    float: none;
}

header nav ul#primary-menu.navbar-nav > li {
    flex: 1 1 auto;
    text-align: center;
}

header nav ul#primary-menu.navbar-nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

header nav ul#primary-menu.navbar-nav > .open > a, header nav ul#primary-menu.navbar-nav > .open > a:focus, header nav ul#primary-menu.navbar-nav > .open > a:hover, header nav ul#primary-menu.navbar-nav li.active > a, header nav ul#primary-menu.navbar-nav li.active > a:focus, header nav ul#primary-menu.navbar-nav li a:hover {
    color: #fff;
    background-color: #ff528c;
}

header nav form.navbar-form {
    display: flex;
    margin: 0;
    height: 50px;
}

header nav form.navbar-form .input-group {
    align-self: center
}

header nav form.navbar-form .input-group input {
    border: 0;
    border-radius: 0;
}

header nav form.navbar-form .input-group button {
    border: 0;
    height: 34px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 0;
}

header .mobile-nav {
    position: relative;
    height: 50px;
    background: #d6044a;
}

header .mobile-nav .nav-item:last-child {
    border-right: 0;
}

header .mobile-nav .nav-item > a {
    border: none;
    height: 50px;
    float: left;
    display: block;
    z-index: 2;
    top: 0;
    z-index: 999;
    left: 0;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

header .mobile-nav .nav-item > a .icon {
    position: relative;
    font-size: 30px;
    color: #fff;
    display: block;
    padding: 10px 10px;
}

header .mobile-nav .nav-item .carts {
    position: relative;
    height: 50px;
}

header .mobile-nav .nav-item {
    width: 25%;
    display: block;
    float: left;
    border-right: 1px solid #666;
}

header .header-top .add img, header .header-top .phone img {
    float: left;
    margin-right: 10px;
}

header .header-top .phone a:hover img {
    filter: opacity(0.6)
}

header .header-top .phone .info a {
    color: #d6044a;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none
}

header .header-top .phone .info a:hover {
    color: #666;
}

header .header-top .add .info p {
    color: #d6044a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
}

header .header-top .logo img {
    max-height: 86px
}

header .header-top {
    padding: 15px 0;
}

header .header-top .flex-align {
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul.baby-dropdown-menu {
    background-color: #d6044a;
}

header ul#primary-menu.navbar-nav ul.baby-dropdown-menu li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    text-transform: initial;
}

header .main-navbar #cart {
    left: 0;
    margin-right: 20px;
    width: auto;
}

header .baby-mini-cart #cart ul.dropdown-menu {
    min-width: 320px;
}

header .main-navbar #cart button, header .main-navbar #cart button:active {
    border: 0;
}

#cart {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/cart-icon-wt.png) no-repeat center;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 999;
}

#cart:hover {
    background: url(../images/cart-icon-hover.png) no-repeat center;
}

#cart:hover #cart-total {
    color: #fff;
}

#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: 0 0;
    border-radius: 0;
    border: none;
    height: 50px;
}

#cart-total {
    color: #666;
    display: block;
    position: relative;
    height: 28px;
    font-size: .92em;
    padding: 0 0 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 2px;
    line-height: 2.2em;
    vertical-align: sub;
}

#cart .price, #cart .text-cart {
    display: none;
}

#cart .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #f981a6;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0 9px 0;
    position: absolute;
    left: 0;
    left: auto;
    min-width: 100%;
}

#cart li.item.table-responsive {
    max-height: 250px;
    overflow-y: scroll;
}

#cart li.item.table-responsive {
    max-height: 250px;
    overflow-y: scroll;
}

#cart .dropdown-menu table {
    margin-bottom: 0;
}

#cart ul.dropdown-menu li a {
    border-right: none;
    color: #898989;
}

#cart .dropdown-menu li p {
    margin: 20px 0 10px;
}

#cart .dropdown-menu li p {
    white-space: nowrap;
    float: right;
    margin: 20px 0 15px;
}

.table-bordered {
    border: 1px solid #e4e4e4;
}

#cart ul.dropdown-menu li {
    display: inline-block;
    padding: 0;
    width: 100%;
}

#cart .dropdown-menu li p {
    white-space: nowrap;
    float: right;
    margin: 20px 0 15px;
}

#cart .dropdown-menu li p a {
    text-align: right;
    float: left;
    padding-right: 0;
    line-height: 15px;
}

#cart ul.dropdown-menu li a {
    white-space: nowrap;
}

#cart .checkcart {
    background: #f981a6;
    padding: 10px 15px 10px 15px !important;
    color: #fff !important;
}

#cart a.checkcart:hover {
    background: #666;
    border-color: #666;
}

#cart .checkcart:last-child {
    border-left: 1px solid #fff;
}

.price {
    color: #4a4a4a;
    margin: 0 .2em;
    font-weight: 600;
}

.btn-cart-mega {
    background: #f981a6;
    color: #fff;
    margin-left: 2px;
    text-shadow: none;
    border: 1px solid #f981a6;
    padding: 5px 7px;
    text-transform: uppercase;
    border-radius: 0;
    height: 25px;
}

#cart .img-thumbnail {
    min-width: 60px;
}

#search .input-lg {
    height: 45px;
    background: #EBECEE;
    line-height: 20px;
    padding: 10px 10px;
    border: 1px solid #e4e4e4;
}

#search i.fa.fa-search {
    color: #fff;
    font-size: 14px;
}

.img-thumbnail, .panel-group .panel, .panel-heading, .well, input.form-control {
    border-radius: 0 !important;
    box-shadow: none;
}

.form-control {
    color: #333;
    font-size: 14px;
}

#search .btn-lg {
    height: 45px;
    border: 1px solid #f981a6;
    padding: 10px 20px;
    background: #f981a6;
    line-height: 20px;
    border-radius: 0;
}

#search .btn-lg:hover {
    background: #666;
    border-color: #666;
}

section.home-banner {
    padding: 30px 0 0;
}

.main-product-category {
    border: 2px solid #d6044a;
    padding: 15px;
}

.main-product-category h2 {
    font-weight: 700;
    font-size: 24px;
    color: #d6044a;
    border-bottom: 3px dashed #d6044a;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.main-product-category ul.product-categories li {
    padding: 10px 0;
}

.main-product-category ul.product-categories li a {
    color: #d6044a;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 1px dashed #d6044a;
    display: block
}

.main-product-category ul.product-categories li a:hover {
    color: #666
}

.services-box {
    margin-top: 15px;
}

.services-box img {
    float: left;
    margin-right: 10px;
}

.services-box .info h3 {
    font-size: 16px;
    color: #d6044a;
    font-size: bold;
    letter-spacing: -1px;
}

.services-box .info p {
    font-size: 16px;
    color: #666;
    letter-spacing: -1px;
}

.baby-slider .slick-slide {
    position: relative;
    height: 360px;
}

.baby-slider .caption, .baby-slider .slick-slide::before, .baby-slider .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.baby-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.baby-slider {
    position: relative;
    width: 100%;
    min-height: 8vw;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

.baby-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.baby-slider .slick-slide {
    position: relative;
    height: 400px;
}

.baby-slider.slick-dotted.slick-slider {
    margin-bottom: 15px
}

.baby-slider .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.baby-slider .slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.baby-slider .slick-slide figure {
    position: relative;
    height: 100%;
}

.baby-slider .slick-slide .slide-image {
    opacity: 1;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

.baby-slider .slick-slide .slide-image.show {
    opacity: 1;
}

.baby-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.baby-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.baby-slider .slick-slide .slide-media {
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.baby-slider .slick-slide.slick-active {
    z-index: 1;
}

.baby-slider .slick-slide.slick-active .slide-media {
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.baby-slider .slick-slide.slick-active .caption h2 {
    font-family: Brandon-Bold;
    font-size: 38px;
    margin-top: 0;
}

.baby-slider .slick-slide.slick-active .caption h3 {
    font-size: 20px;
    margin: 50px 0;
}

.baby-slider .slick-slide.slick-active .caption a.make-booking, .baby-slider .slick-slide.slick-active .caption a.view-more {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
    cursor: pointer !important;
    align-items: center;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 15px;
}

.baby-slider .slick-slide.slick-active .caption a.make-booking:hover, .baby-slider .slick-slide.slick-active .caption a.view-more:hover {
    background-color: rgba(255, 255, 255, 255);
    border-color: rgba(255, 255, 255, 255);
    color: #4a4a4a;
}

.baby-slider .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: all 0.3s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.baby-slider .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    padding: 20px;
    border: 3px solid rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.12);
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    min-width: 800px;
    min-height: 400px;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    transform: translateY(100px);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.baby-slider .slick-dots {
    text-align: center;
    padding-top: 15px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.baby-slider .slick-dots li {
    width: 15px;
    height: 15px;
}

.baby-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.baby-slider .slick-dots li button:focus {
    outline: none;
}

.baby-slider .slick-dots li button:hover {
    opacity: 1;
}

.baby-slider .slick-dots li.slick-active button {
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

.baby-slider .slick-dots li button:before {
    content: '';
}

.baby-slider .slick-next::before, .baby-slider .slick-prev::before {
    content: '';
}

.slick-next:before, .slick-prev:before {
}

.slick-next::before {
}

.slick-prev.slick-arrow {
    left: -25px;
    top: 100px;
    width: 40px;
    height: 40px;
    z-index: 999;
}

.slick-next.slick-arrow {
    right: -25px;
    top: 100px;
    width: 40px;
    height: 40px;
    z-index: 999999;
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    color: #ccc;
    font-size: 30px;
    opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: inherit !important;
    opacity: 0.6;
}

.baby-slider .slick-prev.slick-arrow {
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: url(../images/prev.svg) no-repeat;
}

.baby-slider .slick-next.slick-arrow {
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 999;
    background: url(../images/next.svg) no-repeat;
}

.baby-slider ul.slick-dots {
    bottom: 25px;
}

@keyframes slideIn {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(0);
    }
}

@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(0);
    }
}

.hot-products .product-list .product figure, .feature-products .product-list .product figure {
    transition: all 333ms ease-in-out;
    height: 161px;
}

.hot-products .product-list .product figure, .feature-products.small-layout .product-list .product figure {
    height: 116px;
}

.hot-products .product-list .product a.feature-link, .feature-products .product-list .product a.feature-link {
    overflow: hidden;
    display: block;
}

.hot-products .product-list .product figure:hover, .feature-products .product-list .product figure:hover {
    transform: scale(1.11);
    filter: opacity(0.66)
}

.hot-products .product-list, .feature-products .product-list {
    position: relative;
    padding-left: 1px;
    padding-right: 1px;
}

.hot-products .product-list::before, .feature-products .product-list::before {
}

.hot-products .product-list::after, .feature-products .product-list::after {
}

.hot-products h2.heading, .feature-products h2.heading {
    margin: 30px 0;
    background: #fff;
    overflow: hidden;
}

.hot-products h2.heading a, .feature-products h2.heading a {
    font-size: 36px;
    font-weight: 700;
    color: #d6044a;
    padding: 0 30px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.feature-products h2.heading a::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 500px;
    bottom: 6px;
    background: #ccc;
    z-index: 999;
    left: -500px;
}

.feature-products h2.heading a::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 500px;
    bottom: 6px;
    background: #ccc;
    z-index: 999;
    right: -500px;
}

.feature-products h2.heading a:hover {
    color: #666;
}

.hot-products .product-list .product .info a.add-to-cart, .feature-products .product-list .product .info a.add-to-cart {
    border: 0;
    border-radius: 0;
    background: #d6044a;
    padding: 7px 0
}

.hot-products .product-list .product .info a.add-to-cart:hover, .feature-products .product-list .product .info a.add-to-cart:hover {
    background: #666;
}

.hot-products .product-list .product .info h3.title a, .feature-products .product-list .product .info h3.title a {
    color: #d6044a;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1;
    display: block
}

.hot-products .product-list .product .info h3.title a:hover, .feature-products .product-list .product .info h3.title a:hover {
    color: #666;
}

.hot-products .product-list .product .info p.sale-price, .hot-products .product-list .product .info p.sale-price span.currency, .feature-products .product-list .product .info p.sale-price span.currency, .feature-products .product-list .product .info p.sale-price {
    font-size: 22px;
    color: #444;
    font-weight: bold;
}

.divider-30 {
    margin-top: 30px
}

.home-bottom-ads {
    padding: 30px 0
}

.home-bottom-ads .ads-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    padding-left: 70px;
    padding-right: 70px;
}

.home-bottom-ads .ads-wrap .ads-content .left {
    max-width: 210px;
    float: left;
    margin-right: 30px;
}

.home-bottom-ads .ads-wrap .ads-content {
    width: 100%;
}

.home-bottom-ads .ads-wrap .ads-content .right {
    padding-top: 50px;
    color: #fff
}

.home-bottom-ads .ads-wrap .ads-content .right h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.animate-top {
    animation-name: topanim;
    -webkit-animation-name: topanim;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}

.margin-top {
    margin-top: 110px;
}

.wrap-page {
    padding: 30px 0
}

.shop-page .product-list .product {
    margin-bottom: 15px
}

.lastest-box .list .lastest-item figure {
    float: left;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.lastest-box {
    margin-top: 30px;
}

.lastest-box h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.lastest-box .list .lastest-item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.lastest-box .list .lastest-item:last-child {
    border: 0;
}

.lastest-box .list .lastest-item .info a h3 {
    font-size: 14px;
    text-decoration: none;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.4;
}

.lastest-box .list .lastest-item .info a:hover h3 {
    color: #d6044a;
}

.lastest-box .list .lastest-item .info span.sale-price {
    font-weight: bold;
    padding-left: 10px;
}

.lastest-box .list .lastest-item .info p.publish {
    color: #999;
}

.list-pagination {
    margin-top: 15px;
}

.site-content .bb-breadcrumb {
    padding: 30px 0 0;
    font-size: 16px;
    color: #d6044a;
}

.site-content .bb-breadcrumb a {
    font-size: 20px;
    color: #d6044a;
    text-decoration: none;
}

.site-content .bb-breadcrumb a:hover {
    color: #666;
}

.primary-content .about-category .inner {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.primary-content .about-category {
}

.primary-content .about-category h1.heading, .primary-content .about-category h2.heading {
    color: #d6044a;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

.primary-content .about-category img {
    margin: 10px 0;
}

.more-less-btn {
    cursor: pointer;
    background-color: #d6044a;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 35px 8px 35px;
    margin: 5px 0 0 0;
    margin: auto;
    display: table;
    border-radius: 3px;
}

.more-less-btn:hover {
    background: #666;
}

.all-blogs .blog-list .blog {
    margin-bottom: 30px;
}

.all-blogs .blog-list .blog .inner {
    background: #eee;
}

.all-blogs .blog-list .blog a.feature-link {
    overflow: hidden;
    display: block;
}

.all-blogs .blog-list .blog figure {
    transition: all 333ms ease-in-out;
    height: 161px;
}

.all-blogs .blog-list .blog figure:hover {
    transform: scale(1.11);
    filter: opacity(0.66);
}

.all-blogs .blog-list .blog .info {
    padding: 10px;
}

.all-blogs .blog-list .blog .info a h3 {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: -1px;
}

.all-blogs .blog-list .blog .info a:hover .view-more, .all-blogs .blog-list .blog .info a:hover h3 {
    color: #d6044a;
}

.all-blogs .blog-list .blog .info a .view-more {
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    color: #666;
}

.hot-products h2.heading {
    font-size: 24px;
    font-weight: bold;
    color: #d6044a;
    margin-bottom: 15px
}

.blog-detail h1.heading {
    font-size: 28px;
    color: #666;
    margin-bottom: 15px
}

.blog-detail .the-content {
    overflow: hidden;
}

.blog-detail .the-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0
}

.relate-news .all-blogs .blog-list .blog {
    margin-bottom: 15px;
}

.relate-news h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #d6044a;
    font-weight: bold;
}

.product-label {
    max-width: 485px;
    position: relative;
    height: auto;
    margin-bottom: 20px;
}

.product-label .box-wrap {
    padding-top: 0;
    padding-left: 72px;
    position: relative;
}

.product-label .box-wrap-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 50%;
    background: url(../images/product-lable-back-top.png) no-repeat 0 top;
}

.product-label .box-wrap-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 50%;
    background: url(../images/product-lable-back-bot.png) no-repeat 0 bottom;
}

.product-label .box-wrap-center {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -80px;
    width: 72px;
    height: 160px;
    background: url(../images/product-lable-back-center.png) no-repeat 0 center;
}

.product-label .box {
    border: 7px solid #f981a6;
    border-left: 0;
    padding: 4px 4px 4px 0;
    display: table;
    width: 100%;
}

.product-label .box .box-content {
    border: 1px solid #b6b6b6;
    border-left: 0;
    background: #f5f5f5;
    height: 109px;
    overflow: hidden;
    padding: 0 20px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.product-label h1 {
    font-size: 20px;
    font-size: 700;
    letter-spacing: -1px;
    text-transform: uppercase
}

.product-label .sale-price strong {
    font-size: 20px;
    color: #d6044a;
    font-weight: 600;
}

.product-overview {
    margin-bottom: 30px;
}
.product-overview h2.heading{
    color: #4a4a4a;
    font-size: 24px;
    border-left: 5px solid #d6044a;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.product-overview hr.overview-bar {
    background: #d6044a;
    height: 5px;
    border: 0;
}

.product-overview .tab-content img {
    max-width: 100%;
    height: auto;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.baby-style-special {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    color: #666
}

.buying-box {
    padding: 15px 0;
}

.buying-box .quantity-box {
    width: 120px;
    float: left;
    margin-right: 10px;
}

.buying-box .quantity-box .qtyminus, .buying-box .quantity-box .qtyplus {
    cursor: pointer;
    width: 35px;
}

.buying-box .quantity-box .qtyminus:hover, .buying-box .quantity-box .qtyplus:hover {
    cursor: pointer;
    background: #d6044a;
    border-color: #d6044a;
    color: #fff;
}

.buying-box a.add-to-cart {
    background: #5cb89c;
    border-color: #5cb89c;
}

.buying-box a.add-to-cart:hover {
    background: #d6044a;
    border-color: #d6044a;
    color: #fff
}

.product-gallery {
    padding: 15px 0;
}

.product-gallery .slick-prev {
    left: 0;
    z-index: 999;
}

.product-gallery .slick-next {
    right: 0;
    z-index: 999;
}

.product-gallery .slick-next::before, .product-gallery .slick-prev::before {
    content: '';
}

.product-gallery .slick-prev.slick-arrow {
    left: 0;
    top: 50%;
    width: 15px;
    background-color: rgba(255, 112, 112, 0.81);
    height: 80px;
    z-index: 999;
    background-image: url(../images/prev.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position: center center;
}

.product-gallery .slick-next.slick-arrow {
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    top: 50%;
    width: 15px;
    right: 0;
    background-color: rgba(255, 112, 112, 0.81);
    height: 80px;
    z-index: 999;
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: 66%;
    background-position: center center;
}

.product-gallery .slick-prev.slick-arrow:hover, .product-gallery .slick-next.slick-arrow:hover {
    background-color: rgba(255, 112, 112, 1);
}

.product-overview {
    margin-top: 15px;
}

.buying-box .quantity-box input[name="quantity"] {
    text-align: center;
}

.baby-style-special h3 {
    color: #d6044a;
    font-size: 20px;
}

@keyframes topanim {
    0% {
        transform: translateY(-70%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes topanim {
    0% {
        -webkit-transform: translateY(-70%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

#cart-content table th, #cart-content table td {
    vertical-align: middle;
}

#cart-content table h3.title {
    color: #d6044a;
    font-size: 16px;
}

#cart-content table h3.title:hover {
    color: #666;
}

#cart-content .buttons a {
    padding: 10px 15px;
    background: #d6044a;
    color: #fff;
    border: 0;
}

#cart-content .buttons a:hover {
    background: #666;
}

.cart-page h1 {
    border-bottom: 2px solid #f981a6;
    color: #333;
    display: inline-block;
    font-size: 24px;
    margin: 0 0 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-page .list-cart h2 {
    color: #333;
    font-size: 20px;
    padding-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-page .list-cart a.go-shoping {
    padding: 10px 15px;
    background: #d6044a;
    color: #fff;
    border: 0;
}

.cart-page .list-cart a.go-shoping:hover {
    background: #666;
}

.cart-page .headline {
    margin: 0 0 30px;
    border-bottom: 1px solid #dedede;
    display: block;
}

.contact-page .map {
    padding: 30px 0;
    padding-top: 0;
}

.contact-page h1.heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.contact-page form input.btn.btn-contact {
    background: #d6044a;
    padding: 10px 15px;
    color: #fff;
    width: 110px;
    border: 0;
}

.contact-page form input.btn.btn-contact:hover {
    background: #666;
}

.contact-page form textarea {
    resize: none;
}

.contact-page .contact-info h2 {
    font-size: 24px;
    margin: 15px 0;
}

.list-pagination .pagination {
    margin: 0;
}

.list-pagination .pagination > li > a, .list-pagination .pagination > li > span {
    padding: 3px 9px;
}

.list-pagination .pagination > .active > a, .list-pagination .pagination > .active > a:focus, .list-pagination .pagination > .active > a:hover, .list-pagination .pagination > .active > span, .list-pagination .list-pagination .pagination > .active > span:focus, .list-pagination .pagination > .active > span:hover {
    background: #d6044a;
    border-color: #d6044a;
}

footer {
    padding: 30px 0;
    background: #d6044a;
    color: #fff;
}

footer .info a {
    color: #fff;
}

footer .info a:hover {
    color: #f2f2f2;
}

.loading {
    background: rgba(0, 0, 0, 0.38);
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 999999;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #d6044a;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.contact-info a {
    color: #d6044a;
    text-decoration: none;
}

.mypage-alo-phone {
    position: fixed;
    left: 0;
    bottom: 30px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.mypage-alo-ph-img-circle {
    width: 40px;
    height: 40px;
    top: 38px;
    left: 38px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(../images/phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ff2d6e;
    background-size: 80%;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f981a6;
    opacity: .75 !important;
}

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #f981a6;
    opacity: .5;
}


/* COMMENTS */

.comments {
    background: #f6f6f6;
}

.comments .comment-heading {
    color: #4a4a4a;
    font-size: 24px;
    border-left: 5px solid #d6044a;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 20px
}

.comments .comment-send {
    background: #d6044a;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 5px;
    /* width: 160px; */
    height: 36px;
    font-size: 16px;
    border-radius: 5px;
}

.comments form .form-control {
    border-color: #ccc;
}

.comments form .form-control {
    min-height: 40px
}

.comment-list .nav-comment a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #555;
}

.comment-list .nav-comment a.older {
    padding-right: 0;
}

.comment-list .nav-comment a.newest {
    padding-left: 0;
    transition: 444ms all ease;
    padding: 7px 15px;
    border-radius: 30px;
}


.comment-list .nav-comment a.older {
    transition: 444ms all ease;
    padding: 7px 15px;
    border-radius: 30px;
}


.comment-list .nav-comment a.older:hover,
.comment-list .nav-comment a:hover {
    color: #be9b32;
    border: 2px solid #be9b32;


}



.comment-list .list-reply {
    margin-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;

}

.comment-list .list-reply .reply-child {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    background: #efefef;
    position: relative;
}

.comment-list .list-reply .reply-child .cm-date {

    color: #888;
    font-style: italic;
}


.comments .comment-send:hover {
    background: #ffc600;
}

.comment-list .item figure {
    float: left;
    max-width: 50px;
    margin-right: 10px;
}



.comment-list .item {
    margin-bottom: 10px
}

.comment-list .summary {
    padding: 15px 0;
}
.comment-list .item figure {
    float: left;
    max-width: 50px;
    margin-right: 10px;
}

.comment-list .summary .count {
    font-size: 20px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    width: 100%;
    text-align: right;
    text-transform: uppercase
}

.comment-list .com {
    /* margin-left: 100px; */
}

.comment-list .com h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.comment-list .com a.reply,
.comment-list .com a.like {
    padding: 8px 15px 5px;
    background: #d6ae35;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-right: 15px;
}

.comment-list .com {
    border-bottom: 2px solid #ebebeb;
}

.comment-list .com a:hover {
    background: #be9b32;
}

.comment-list .com p.time {
    color: #ccc;
}



/*RATING STAR*/
.rating-box .total-star .number {
    font-size: 32px;
    font-weight: bold;
    color: #0e4aaf;
    line-height: 1;
}

.rating-box .total-star {
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.fa-star {
    font-size: 16px;
}

.person-star .fa-star {
    font-size: 12px;
    color: gray
}

.fa-star.full {
    color: #ffc600;
}

.rating-box .total-star .star-wrap {
    padding-bottom: 2px;
    padding-left: 10px;
}

.rating-box {
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 760px;
    border: 1px solid #bbb;
    padding: 10px;
    margin-bottom: 15px;
}

.rating-box .left {
    flex: 1 1 40%;
}

.rating-box .right {
    flex: 1 1 60%;
}

.rating-box ul.list-star li {
    display: flex;
    align-items: center;
}

.rating-box ul.list-star li .lbl {
    flex-basis: 40px;
}

.rating-box ul.list-star li .lbl .fa-star {
    padding-left: 5px;
    padding-right: 5px;
}

.rating-box ul.list-star li .percent {
    flex-basis: 66px;
    padding-left: 10px;
}

.rating-box ul.list-star li .line {
    flex: 1;
    height: 10px;
    background: #ccc;
    border-radius: 5px;
    position: relative;
}

.rating-box ul.list-star li .line .content {
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    border-radius: 5px;
    background: #0e4aaf;
}

.open-comment-box {
    background-color: #0e4aaf;
    outline: none;
    border: 0;
}

.form-box {
    display: none;
}

.form-box .flex-display {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.form-box .flex-display > div {
    flex: 1
}


/* PAGINATION */

.pagination-box {
    padding: 15px 0;
}

.pagination-box .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}

.pagination-box ul li {
    display: inline-block;
    float: left;
}

.pagination-box ul li a {
    /*padding: 2px;*/
    /*border: 1px solid #ccc;*/
    /*font-size: 16px;*/
    /*display: inline-block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    margin-right: 15px;
    color: #333;

    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination-box ul li a .fa {
    padding: 5px;
}

.pagination-box ul li.active a {
    background: #d6ae35;
    color: #fff;
    border:0
}

.pagination-box ul li a:hover {
    background: #d6ae35;
    color: #fff;


}

.login input[type='submit'] {
    background-color: rgba(226, 61, 0, 0.69) !important;
}

.all-blogs a, .all-blogs em, .all-blogs strong, .all-blogs span, .all-blogs p{
    font-size:14pt;
}
