body {
    font-family: 'Open Sans';
    padding-top: 52px;
}

a {
    color: #477a7b;
}

a:hover {
    color: #477a7b;
}

.navbar {
    padding-top: 1px;
    padding-bottom: 1px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.2), 0 1px 0 rgba(255,255,255,.15)
}

.bg-light {
    background-color: rgba(255,255,255,0.9)!important;
}

.navbar-nav {
    text-transform: uppercase;
    font-size: 14px;
}

a#navbarDropdown {
    padding-right: 15px;
    padding-left: 15px;
    color: #222;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-icons a {
    font-size: 12px;
}

.nav-icons a:after {
    color: #fff0;
}

.dropdown-menu {
    width: 100%;
    border: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

.dropdown-menu-column {
    width: 420px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #477a7b;
}

ul.ul-main {
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
}

ul.ul-main li {
    text-transform: none;
    font-size: 13px;
    list-style-type: none;
    padding-top: 10px;
}

.ul-main li a {
    color: #222;
}

.ul-main li a:hover {
    color: #477a7b;
    text-decoration: none;
}



ul.ul-main-2 {
    display: inline-block;
    width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 20px;
}

ul.ul-main-2 li {
    text-transform: none;
    font-size: 13px;
    list-style-type: none;
    padding-top: 10px;
}

.ul-main-2 li a {
    color: #222;
}

.ul-main-2 li a:hover {
    color: #477a7b;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #222!important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #477a7b!important;
}


.dropdown-menu-icons>.dropdown-menu {
    right: 0;
    left: inherit;
    width: 220px;
    position: absolute!important;
}

.dropdown-menu-icons form {
    padding-left: 5px;
}

.cart-dropdown-icons>.dropdown-menu {
    right: 0;
    left: inherit;
    width: 240px;
    position: absolute!important;
}

.cart-dropdown {
    padding: 5px 10px;
}

.cart-dropdown button {
    background: #477a7b;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    border: 0;
    box-shadow: 1px 1px 1px #000;
}

.cart-dropdown button a {
    color: #fff;
    font-size: 16px;
}

.cart-dropdown p {
    font-size: 16px;
    text-transform: none;
}

.cart-dropdown h4 a {
    font-size: 21px;
    margin-top: 25px;
    color: #212529;
}


.row-margin {
    margin-bottom: 80px;
}

.product-block {
    padding: 40px 0;
}

.product {
    padding: 0 10px;
}

.short-preview {
    text-align: center;
    display: block;
    height: 235px;
}

.short-preview img {
    width: auto;
    max-height: 235px;
}

.product-preview img {
    width: auto;
    max-height: 383px;
}

/*.product img {
    width: 100%;
}*/

h3.pname, a.pname {
    font-size: 16px;
    margin: 20px 0 10px;
    min-height: 58px;
    color: #477a7b;
    font-weight: bold;
}

h3.pname span {
    font-weight: normal;
    color: #212529;
}

.block-padding {
    padding-left: 2px;
}

p.price-tables {
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    padding: 5px 10px;
}

p.tables-action {
    background-color: #ff0000;
}

p.tables-new {
    background-color: #439494;
}

p.tables-top {
    background-color: #FFA15F;
}

p.psize {
    color: #212529;
    margin-bottom: 5px;
    font-size: 14px;
    /* text-align: right; */
}

.pprice {
    padding: 6px 0px 7px;
    border: 1px solid #477a7b;
    color: #477a7b;
    text-align: center;
    font-size: 15px;
}

.oprice {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    color: #C2C8D2;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 10px;
}

.oprice-nodiscont {
    height: 45px;
}

input.pbox {
    text-align: center;
    padding: 3px 5px 2px;
    width: 39px;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #477a7b75;
    color: #477a7b;
    font-size: 14px;
    font-weight: bold;
}

button.pbutton {
    background-color: #477a7b;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #477a7b;
    float: right;
}

button.pbutton-product {
    float: none;
    margin-left: 12px;
}

button.pbutton:hover {
    background-color: #fff;
    color: #477a7b;
    padding: 5px 7px;
    border: 1px solid #477a7b;
    font-weight: bold;
}

h2 {
    text-align: center;
}

h4 {
    font-size: 21px;
    margin-top: 25px;
}

.preim {
    padding: 60px 0;
}

.preim h2 {
    margin-bottom: 50px;
    color: #477a7b;
    font-size: 36px;
}

.preim h4 {
    font-size: 18px;
}

.icon {
    text-align: center;
}

.icon i {
    font-size: 40px;
    text-align: center;
    color: #477a7b!important;
}

.fa-truck {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: flipH();
    -ms-filter: "FlipH";
}

.subscribe {
    background: #f2f2f2;
    padding: 60px 0;
}

.subscribe form {
    text-align: center;
}

.subscribe button {
    text-transform: uppercase;
    color: #000!important;
    background-color: #fff!important;
    border-color: #d9d9d9;
}

.footer {
    background: #313131;
    padding: 20px 0;
    color: #fff;
}

.footer p {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 18px;
}

.footer h4 {
    font-size: 14px;
}

.footer ul {
    padding-left: 0;
}

.footer li {
    list-style-type: none;
    padding: 0;
}

.footer a {
    color: #777;
    font-size: 11px;
    line-height: 1.65;
}

.copyright {
    background: #242424;
    color: #777;
    padding: 15px 0 20px;
    font-size: 14px;
}

.copyright i {
    font-size: 30px;
    color: #d9d8d8;
}

.popup4phone-popover-button-icon-background {
    fill: #242424;
}

@media only screen and (min-width: 768px) {

    .dropdown .dropdown-menu {
        margin-top: 10px;
        opacity: 0.5;
        visibility: hidden;
        -webkit-transition: opacity 1.3s, margin-top 1.3s, visibility 1s linear 1.3s;
        -moz-transition: opacity 1.3s, margin-top 1.3s, visibility 1s linear 1.3s;
        -o-transition: opacity 1.3s, margin-top 1.3s, visibility 1s linear 1.3s;
        transition: opacity 1.3s, margin-top 1.3s, visibility 1s linear 1.3s;

    }

    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }
}

 /*item discount*/
 .item-list .product .discount {
     position: absolute;
     top: -17px;
     z-index: 2;
     right: auto;
     left: 1px;
 }

/*discount icons*/
.discount {
    width: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: url(../img/badges.png) no-repeat 0 0;
    padding: 10px 0;
    height: 35px;
    position: absolute;
    top: 8px;
    right: 0px;
    overflow: hidden;
    text-shadow: #000000 0 -1px 0;
    line-height: 13px;
}

.plate {
    width: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: url(../img/badges.png) no-repeat 0 0;
    padding: 10px 0;
    height: 35px;
    position: relative;
    top: 8px;
    overflow: hidden;
    /*text-shadow: #000000 0 -1px 0;*/
    line-height: 13px;
    text-transform: uppercase;
    display: inline-block;
}

.plate-none {
    width: 1px;
    padding: 5px 1px;
    min-height: 35px;
    background: transparent;
}

.plate-action, .plate-3 {
    background-position: 0 -150px;
}

.plate-new, .plate-4 {
    background-position: 0 -100px;
}

.plate-hit, .plate-1 {
    background-position: 0 -50px;
}

.plate-cheaper, .plate-2 {
     background-position: 0 -200px;
 }

.plate-exc, .plate-5 {
    background-position: 0 -249px;
}

/*.product .discount.plate, .show-item .discount.plate, .carousel .discount.plate {
    overflow: hidden;
    background-position: 0 -50px;
    text-indent: -1000px;
}

.discount.plate {
    text-indent: -200px;
    background-position: 0 -50px;
}

.discount {
    width: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: url(../img/badges.png) no-repeat 0 0;
    padding: 10px 0;
    height: 35px;
    position: absolute;
    top: 8px;
    right: 5px;
    overflow: hidden;
    text-shadow: #000000 0 -1px 0;
    line-height: 13px;
}

.product.has-discount .discount.plate1 {
    left: 38px;
}

.product.has-discount .discount.plate2 {
    left: 75px;
}

.product.has-discount .discount.plate3 {
     left: 150px;
 }

.product.has-discount .discount.plate4 {
    left: 112px;
}

.product.has-discount .discount.plate5 {
    left: 0px;
}

.product .discount.type1, .show-item .discount.type1, .carousel .discount.type1 {
    background-position: 0 -50px;
}

.product .discount.type2, .show-item .discount.type2, .carousel .discount.type2 {
    background-position: 0 -200px;
}

.product .discount.type3, .show-item .discount.type3, .carousel .discount.type3 {
     background-position: 0 -150px;
 }

.product .discount.type4, .show-item .discount.type4, .carousel .discount.type4 {
    background-position: 0 -100px;
}

.product .discount.type5, .show-item .discount.type5, .carousel .discount.type5 {
    background-position: 0 -249px;
}*/


.popup-wrap {
    position: fixed;
    max-width: 675px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8020;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px;
    display: block;
    opacity: 1;
    height: auto;
    margin: 80px auto;
    border-radius: 5px;
}

.popup-overlay {
    width: auto;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.4);
}

.popup-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}

.popup-overlay {
    top: 0;
    left: 0;
    z-index: 8010;
    overflow: hidden;
}

.popup-content {
    padding: 10px;
}

h5.popup-title {
    float: left;
}

.popup-body {
    margin-top: 32px;
}

.cart-scroll {
    overflow: auto;
    padding: 0 20px;
    max-height: 345px;
}

.cart-price-total {
    margin-top: 30px;
    margin-bottom: 60px;
}

.popup-preview {
    width: 100px;
}

.popup-preview img {
    width: auto;
    height: 76px;
}

.center {
    text-align: center;
}

button.popup-button {
    background-color: #477a7b;
    color: #fff;
    padding: 5px 7px;
    border: 1px solid #477a7b;
    border-radius: 4px;
    cursor: pointer;
}

button.popup-button:hover {
    background-color: #fff;
    color: #477a7b;
    padding: 5px 7px;
    border: 1px solid #477a7b;
    font-weight: normal;
}

.popup-button-right {
    float: right;
}

.popup-footer {
    padding: 20px;
}

.dotted, .dotted:hover, .dashed, .dashed:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none;
    cursor: pointer;
}

.comment {
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .product {
        padding: 0 0px;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-nav {
        text-transform: uppercase;
        font-size: 12px;
    }

    p.psize {
        font-size: 12px;
    }

    .copyright i {
        font-size: 25px;
        color: #d9d8d8;
    }

    h4 {
        font-size: 18px;
        margin-top: 25px;
    }

    .dropdown-toggle::after {
        display: none;
    }

    a#navbarDropdown {
        padding-right: 10px;
        padding-left: 10px;
        color: #222;
    }

    .pprice {
        font-size: 14px;
        padding: 6px 0 7px;
    }

}

@media (max-width: 991px) {
    .navbar-nav.nav-icons.nav-icons-mob {
        display: -webkit-inline-box;
    }

    #second-nav-mobile {
        position: relative;
        width: 100%;
    }

    ul#second-nav-mobile, ul#second-nav-mobile>li.nav-item {
        display: inline-block;
    }

    ul#second-nav-mobile>li.nav-item a {
        padding-right: 15px;
        color: #3f3f3f;
        font-size: 14px;
    }

    ul#second-nav-mobile {
        text-align: center;
        margin: 10px 0px;
    }

    #top-menu-mob ul {
        padding-left: 20px;
        display: block;
    }

}

@media (max-width: 575.98px) {
    h4 {
        font-size: 18px;
        margin-top: 5px;
    }

    .icon {
        text-align: center;
        margin-bottom: 35px;
    }

    .footer a {
        color: #777;
        font-size: 14px;
        line-height: 1.65;
    }

    .popup-wrap {
        max-width: 300px;
        margin: 80px auto;

    }

    .popup-body .main-image {
        margin: 0 auto;
        width: 100%;
        display: block;
        padding: 0px;
    }

    .popup-body {
        margin-top: 32px;
        overflow: auto;
        max-height: 370px;
    }

    .navbar-brand img {
        width: 100px;
    }

    #content-info {
        overflow: overlay;
    }

    #content-info img {
        width: 100%;
        height: auto;
    }
}

.block-right {
    position: absolute;
    right: 0;
}

/*Category series*/
#content-col {
    width: 100%;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 10px 5px 0px;
    margin-bottom: 30px;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    color: #333;
}

.box_c ul {
    list-style-type: none;
    margin-bottom: 60px;
}

.box_c ul li {
    margin-bottom: 25px;
}

.box_c h3 {
    margin: 0 auto 30px;
    text-align: center;
    color: #779990;
    font-size: 36px;
    font-weight: 600;
}

.box_c a {
    color: #444;
}

.bg-series {
    background-image: url(/algocosmetic/img/fon_algo.jpg);
    background-attachment: fixed;
    background-position: center 50px;
    background-size: cover;
}

#content-series {
    background-color: transparent;
}

#content-series-in {
    background-color: transparent;
}

#content-series-in h1, #content-checkout h1, #content-register h1, #content-search h1 {
    margin: 0 auto 30px;
    color: #932b48;
    font-size: 36px;
    font-weight: 400;
    margin-top: 30px;
}

#content-checkout, #content-register, #content-search, #content-tracking, #content-complete, #content-feedback-list, #content-care, #content-news, #content-feedback-ask {
    margin-bottom: 50px;
}

#content-checkout h1, #content-register h1, #content-search h1, #content-tracking h1, #content-complete h1, #content-feedback-list h1 {
    margin: 0 auto 30px;
    color: #477a7b;
    font-size: 36px;
    font-weight: 400;
    margin-top: 30px;
}

.category-description p {
    font-size: 16px;
}

#content-complete, #content-register, #content-tracking {
    min-height: 400px;
}

#content-info {
     margin-bottom: 50px;
 }

#content-care h2 {
    text-align: left;
}

#content-info h1 {
    margin: 0 auto 30px;
    color: #477a7b;
    font-size: 36px;
    font-weight: 400;
    margin-top: 30px;
}

#product-content h1 {
    font-size: 25px;
}

#product-content h2 {
    font-size: 21px;
    text-align: left;
}

.product-info-content p, .for-pregnant p {
    font-size: 14px;
}

.product-description p, .product-description ol, .product-description em {
    font-size: 14px;
}

.single-plate {
    background: #7a9f9f none repeat scroll 0 0;
    padding: 2px 4px 2px 5px;
    text-align: left;
    text-indent: 0 !important;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}

.product-content-row-margin {
    margin-top: 30px;
    margin-bottom: 30px;
}

.callback {
    background: #f5f8f8;
    padding: 20px;
}

.h3-satellite {
    margin-top: 30px;
    margin-bottom: 50px;
}

.main-image {
    text-align: center;
    display: block;
}

img.main-image  {
    max-height: 500px;
}

.mini-image {
    margin: 15px 0px;
}

.mini-image img {
    height: 100px;
}

.checkout-list {
    display: block;
}

.req {
    margin-left: 2px;
    color: #c00;
}

.error, .red {
    color: #c00;
}

.green {
    color: #477a7b;
}

.gray {
    color: #CCCCCC;
}

fieldset.register label {
    display: block;
}

.register input {
    width: 100%;
}

.register img {
    margin-bottom: 20px;
}

.checkbox-register {
    margin-bottom: 30px;
}

.checkbox-register input {
    width: auto;
}

#content-care li {
    list-style-type: none;
}

#consult-filter h3 {
    font-size: 19px;
    font-weight: bold;
}

.sub-nav fieldset label {
    display: block;
    margin-bottom: 5px;
}

.ask-button {
    background-color: #477a7b;
    color: #fff;
    padding: 5px 7px;
    border: 1px solid #477a7b;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.ask-button a {
    color: #ffffff;
}

.cosmetolog-link {
    text-align: center;
}

.consult-page-nav {
    margin-top: 20px;
}

.face-font p {
    font-family: "Open Sans";
    font-size: 14.592px!important;
}

.news {
    margin: 20px 0;
}

.news h3 {
    font-size: 18px;
}

.news .date {
    font-size: 14px;
    color: #717171;
}

.reviews h3 {
    font-size: 18px;
    font-weight: bold;
}

i.fas.fa-phone {
    position: fixed;
    bottom: 22px;
    right: 25px;
    text-shadow: 1px 1px 1px #000;
    background-color: #242424;
    padding: 5px;
    border-radius: 5px;
}

a.social-icon.icon-instagram {
    position: relative;
    right: 6px;
}