/* Pentru a ne scapa de extra space pe mobile si alte device-uri pana la 768px */
@media (max-width: 768px) {
    html, body {
    width: auto !important;
    overflow-x: hidden !important;
    }

    .memberMenuBox li {
        margin-left: 15px !important;
    }


    .addToCartTxt
    {
        font-size: 13px !important;
    }
}

.clubResized
{
    width: 30px;
}

.noResultsText
{
    font-family: Arial !important;
}

.playButton {
    display: flex;
    margin: auto;
    position: absolute;
    z-index: 99;
    top: 0; left: 0; bottom: 0; right: 0;
    background-color: red;
    width: 30px;
    height: 20px;
    font-size: 12px;
    border-radius: 20%;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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

.active-flag
{
    color: #5cab4d !important;
}

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 2px;
    text-align: center;
    width: 100%;
    z-index: 999;
    background-color: #f0f2f1;
}
@media only screen and (min-width: 200px) and (max-width: 480px)
{
    .xzoom-source {
        left: 61px !important;
    }
    .xzoom-preview
    {
        position: absolute !important;
        width:250px !important;
    }
}

span.cookie-consent__message {
    color: #1F1F21;
}
button.js-cookie-consent-agree {
    border: none;
    border-radius: 3px;
    background: #5cab4d;
    margin-top: 10px !important;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
}

.eachLinkFooter
{
    border-bottom: 1px dotted black;
}

.eachLinkProduct
{
    border-bottom: 1px dotted black;
}

.spaceFooterLink li
{
    margin-bottom: 10px;
}

.spaceFooterLink li:nth-child(1)
{
    margin-top: 15px;
}

.footerFilter
{
    width: 100% !important;
}

.filterProductLinks
{
    width: 100% !important;
}

.productFilterTitle
{
    font-weight: bold;
    font-size: 19px;
}

.footerFilterTitle
{
    /* font-weight: bold; */
    font-size: 17px;
    font-family: Arial !important;
}

.footerChevron {
    float: right;
}

h1, h2, h4, h6 {
    font-family: Arial;
}

h3, h5 {
    font-family: Arial;
}


.navigation-title
{
    font-family: Arial;
    font-size: 17px;
}

.navigation-title a
{
    text-transform: uppercase !important;
}

.partner-cta-title
{
    font-family: Arial;
    text-align: center;
    font-size: 45px;
}

.partner-cta-sub-title
{
    font-family: Arial;
    color: #58ac46;
    font-size: 22px;
}

.cartTitle
{
    font-family: Arial !important;
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 5px;
    transition: 0.8s all;
}

.cartTitle .checkoutCartTitle
{
    font-family: Arial !important;
}

.cartTitle h1
{
    font-family: Arial;
    font-size: 28px !important;
    margin-top: 0 !important;
    text-align: left;
}


.boxCart
{
    display: flex !important;
    flex-direction: row !important;
    align-items: left !important;
    /* justify-content: center !important; */
    /* justify-content: space-between; */
}


@media only screen and (max-width: 520px)
{
    .cartTitle img {
        width: 27px !important;
    }
    .cartTitle {
        font-size: 15px !important;
    }
}

.cartTitle small
{
    font-family: Arial;
    color: #a3a3a3 !important;
    margin-top: 8px;
}

.specialOfferTitle
{
    margin-bottom: 20px;
}

.specialOfferLink
{
    text-transform: uppercase !important;
}

.blog-header-title
{
    font-family: Arial;
    text-align: center;
    font-size: 40px;
}

.newsletter-header-title
{
    font-family: Arial;
    font-size: 25px;
}

.text-banner-right-title
{
    font-family: Arial;
    font-size: 28px;
    margin-bottom: 15px;
}

.text-banner-title
{
    font-family: Arial !important;
    font-weight: 500;
    font-size: 30px !important;
}

.faceName
{
    font-family: Arial;
    font-size: 19px;
}

.emptyCart .title
{
    font-family: Arial !important;
}

.similarOffersTitle
{
    font-family: Arial !important;
    font-size: 25px !important;
    font-weight: bold !important;
}

.productTitleFont
{
    font-family: Arial;
    font-size: 29px;
}



*{
    line-height: 1.25;
    color: #363636;
    font-family: 'Nunito Sans', sans-serif;
}


img{
    image-rendering: -webkit-optimize-contrast;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 100%;
}
a{
    color: #363636;
}
a:hover{
    color: #5cab4d;
    text-decoration: none;
}

#menuTop{
    padding: 30px 0;
    border-bottom: 1px solid #5cab4d;
}
#menuTop.active{
    border-color: transparent;
}
#menuTop .logo{
    float: left;
    margin-right: 30px;
}
.searchBox{
    padding-top: 22px;
    float: right;
    position: relative;
}
.searchBox .searchFieldBox{
    display: flex;
    flex-direction: row;
}
.searchBox .searchFieldBox input{
    padding: 2px 35px 2px 15px;
    border: none;
    background: #f7f7f7;
    min-width: 560px;
    width: 35vw;
    max-width: 568px;
    transition: all .3s;
}
.searchBox .searchFieldBox input:focus, .btn.dropdown-toggle:focus, .btn.dropdown-toggle:hover, .bootstrap-select.btn-group .dropdown-menu li>a:focus{
    border: none;
    outline: none !important;
    box-shadow: none !important;
}
.searchBox .searchFieldBox input:focus{
    border: 1px solid #5cab4d;
    transition: all .3s;
}
.searchBox #submitSearch{
    padding: 8px 10px;
    color: #878787;
    background-color: #f7f7f7;
    margin-left: -36px;
    transition: all .3s;
    border: 0 none !important;
    box-shadow: none;
}
.searchBox #submitSearch i{
    -webkit-text-stroke: 1px white;
}
.searchBox .searchFieldBox.active #submitSearch{
    background-color: #5cab4d;
    color: #fff;
    transition: all .3s;
    border: 0 none;
    box-shadow: none;
}
.searchBox .searchFieldBox.active #submitSearch i {
    -webkit-text-stroke: 1px #5cab4d;
    color: #fff;
}

#searchResults {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 100;
}

.addr .container .row .col-md-9 .box .breadcrumbs {
    margin-top: 0px !important;
    margin-bottom: 20px;
}

.addr .container .row .col-md-9 .box .boxTitle {
    font-family: Arial !important;
    font-weight: normal !important;
    padding-bottom: 5px !important;
}

.memberMenuBox{
    float: right;
    padding-top: 26px;
}
.memberMenuBox ul{

}
.memberMenuBox li{
    margin-left: 33px;
    /* margin-left: 13px; */
    float: left;
}

/* For iphone SE and screen to 300px width */
@media only screen and (max-width: 356px)
{
    .memberMenuBox li {
        margin-left: 7px !important;
    }

    .miniCartBox {
        min-width: 300px !important;
        right: -81px !important;
    }

    .miniCartBox:before {
        right: 79px !important;
    }

    .miniCartBox:after {
        right: 76px !important;
    }

}

.memberMenuBox li img{

}
.memberMenuBox .wish, .memberMenuBox .cartBox{
    position: relative;
    cursor: pointer;
}
.memberMenuBox .wish span{
    background: #ee4540;
    color: white;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 12px;
    position: absolute;
    right: -11px;
    top: 0;
}
.memberMenuBox .cartBox span{
    background: #5cab4d;
    color: white;
    border-radius: 50%;
    padding: 2px 4px;
    font-size: 12px;
    position: absolute;
    right: -12px;
    z-index: 999;
    top: 0px;
}
header .navbar-toggle:focus, header .navbar-toggle:hover {
    background-color: transparent;
    border: none;
    outline: none;
}
header .navbar-toggle {
    border: none;
    background: transparent;
    position: relative;
    top: 2px;
}
header .icon-bar+.icon-bar {
    margin-top: 5px;
}

header .change .bar3 {
    display: none !important;
}
header .change .icon-bar {
    margin-top: 14px !important;
}

header .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}
header .navbar-toggle .icon-bar {
    background-color: #5cab4d;
}
.icon-bar {
    /*width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;*/
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
    transform: rotate(-45deg) translate(-7px, 5px);
}

.change .bar2 {
    -webkit-transform: rotate(45deg) translate(-7px, -5px);
    transform: rotate(45deg) translate(-7px, -5px);
}
#menuMain{
    padding: 20px 0;
    text-align: center;
}
#menuMain > .container{
    position: relative;
}
.productBtnBox{
    background: transparent;
    /* padding: 0 5px 5px 5px; */
    margin-bottom: 0;
    clear: both;
    position: absolute;
    width: 144px;
    /* height: 67px; */
    left: 0;
    top: -21px;
    z-index: 999;
}
.productBtnBox.active{
    background: #fff;
    padding-bottom: 4px;
}
.productBtnBox.active .productBtn{
    border: 1px solid #5cab4d;
    border-bottom: 0;
    background: #fff;
}

.productBtn{
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
    background: transparent;
    border-radius: 5px 5px 0 0;
}

.productBtnBox.active .productBtn:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #5cab4d;
    border-left: none;
    border-top: none;
    position: absolute;
    left: -9px;
    bottom: 0;
    border-radius: 0 0 5px;
}
.productBtnBox.active .productBtn:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #5cab4d;
    border-right: none;
    border-top: none;
    position: absolute;
    right: -9px;
    bottom: 0;
    border-radius: 0 0 0 5px;
}
.productBtn .btnText{
    position: absolute;
    right: 20px;
    top: 0px;
    color: #5cab4d;
    /* font-family: 'Roboto', sans-serif; */
    font-family: Arial;
    font-weight: 500;
}

.productBtn .change .btnText{
    top: 14px;
}

div.mainMenu{
    margin: auto;
    display: inline-block;
    position: relative;
    top: 3px;

}
.mainMenu ul{

}
.mainMenu li{
    float: left;
    margin-left: 50px;
}
.mainMenu li:first-child{
    margin-left: 0;
}
.mainMenu li a{
    /* font-family: 'Roboto', sans-serif; */
    font-family: Arial;
    font-weight: bold;
}
.mainMenu li a:hover{
    color: #5cab4d;
}
.btnChangeCar
{
    background-color: rgba(255,255,255,0.8) !important;
}

.btnChangeCar:hover {
    background-color: #fff !important;
}

.btnChangeCar i.fa-chevron-left, .btnChangeCar i.fa-chevron-right {
    -webkit-text-stroke: 2px white !important;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    color: #383838;
    opacity: 1;
    transition: opacity .15s ease;
    background: #ffffff;
    transition: all .3s;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
.carousel i.fa-chevron-right, .carousel i.fa-chevron-left{
    -webkit-text-stroke: 3px white;
    font-size: 36px;
    color: #383838;
    transition: all .3s;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #383838;
    opacity: 1;
    background: #b2d7ac;
    transition: all .3s;
}
.carousel-control-next:focus i.fa-chevron-right, .carousel-control-next:hover i.fa-chevron-right, .carousel-control-prev:focus i.fa-chevron-left, .carousel-control-prev:hover i.fa-chevron-left{
    -webkit-text-stroke: 3px #b2d7ac;
    transition: all .3s;
}
.carouselInnerContent{
    position: absolute;
    display: flex;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.carouselInnerContent .carouselText{
    /* color: #3a8038; */
    color: #45803a;
    font-weight: bold;
    font-size: 30px;
    max-width: 430px;
    display: inline-block;
    font-weight: bold !important;
    font-family: Arial !important;
    margin: 0 auto;
}
.btn{
    padding: 9px 20px;
    background: #363636;
    color: #fff;
    font-weight: 500;
}

.btn:hover {
    color: #fff;
    background: #5cab4d;
    box-shadow: 3px 7px 6px 0 rgba(137, 137, 137, 0.6);
    outline: none;
    transition: all .3s;
}
.carouselInnerContent .carouselBtn{

}

.carouselBtn a
{
    text-transform: uppercase !important;
}
.carouselInnerContent .carouselBtn .btn{
    /*background: #363636;*/
    color: white;
    margin-top: 25px;
}
.carousel-item .carouselInnerContent > div{
    opacity: 0;
    position: relative;
    top: 20px;
}
.carousel-item.active .carouselInnerContent > div{
    -webkit-animation-name: slideUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: easy-out;
    -moz-animation-name: slideUp;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: easy-out;
    -ms-animation-name: slideUp;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: easy-out;
    opacity: 1;
    top: 0;
}
@-webkit-keyframes slideUp
{
    0%{
        opacity: 0;
        top: 20px;
    }
    20%{
        opacity: 0;
        top: 20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@-moz-keyframes slideUp
{
    0%{
        opacity: 0;
        top: 20px;
    }
    20%{
        opacity: 0;
        top: 20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@-ms-keyframes slideUp
{
    0%{
        opacity: 0;
        top: 20px;
    }
    20%{
        opacity: 0;
        top: 20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@keyframes slideUp
{
    0%{
        opacity: 0;
        top: 20px;
    }
    20%{
        opacity: 0;
        top: 20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
section.aboveSlider{
    padding: 40px 0;
}
.specialElems{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.specialElems .specialElem{
    display: flex;
    width: 20%;
    margin-right: 15px;
}
.specialElems .elemIcon{
    margin-right: 15px;
    display: flex;
}

.specialElems .elemIcon img
{
    max-width: none !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.specialElems .elemText{
    max-width: 144px;
    font-size: 14px;
    align-self: center !important;
}
.bgImage1{
    /*background: url(/img/back1.png);*/
    padding: 65px 0;
    background-size: cover;
    background-position: center;
}
.bgImage1 .layerBox{
    background: #fff;
    padding: 50px 65px;
    text-align: center;
    max-width: 680px;
    font-weight: 600;
}
.bgImage1 .layerTitle{
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
}
.bgImage1 .specialElems {
    justify-content: center;
    margin-top: 25px;
}
.bgImage1 .layerText{

}
.bgImage1 .layerLink{
    margin-top: 35px;
    font-weight: bold;
    text-decoration: underline;
}
.bgImage1 .specialElems .specialElem{
    width: 50%;
    text-align: left;
}
header{
    border-bottom: 1px solid #5cab4d;
}
#menuSub{
    position: absolute;
    top: 238px !important;
    background: #fff;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: all .5s;
}

@media only screen and (min-width: 992px) and (max-width: 1202px) {
    #menuSub
    {
        position: absolute;
        background: #fff;
        z-index: 99;
        width: 100%;
        top:292px !important;
        overflow: hidden;
        height: 0;
        transition: all .5s;
    }
}

@media only screen and (min-width: 771px) and (max-width: 992px)
{
    #menuSub
    {
        position: absolute;
        background: #fff;
        z-index: 99;
        width: 100%;
        top:312px !important;
        overflow: hidden;
        height: 0;
        transition: all .5s;
    }
}
    #menuSub.addMarketing {
        top: 238px !important;
    }

#menuSub.active{
    height: 550px;
    /* overflow: scroll; */
    transition: all .5s;
    border-bottom: 1px solid #5cab4d;
    border-top: 1px solid #5cab4d;
    -webkit-box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
    box-shadow: 2px -5px 16px -4px rgba(0,0,0,0.75);
}
#menuSub > .container{
    display: flex;
}
#menuSub .menuLeft{
    display: inline-block;
    width: 270px;
    float: left;
    padding: 20px 0 20px 0;
    border-right: 2px solid #5cab4d;
    min-height: 675px;
    position: relative;

}
#menuSub .menuLeft.active{
    border-right: 2px solid #ec2d38;
}
#menuSub .menuLeft.active:before{
    content: '';
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    width: 15px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
#menuSub .menuLeft .leftElem a{
    padding: 12px 0 12px 20px;
    border-radius: 4px 0 0 4px;
    transition: all .3s;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#menuSub .menuLeft .leftElem a:hover, #menuSub .menuLeft .leftElem a.active{
    background: #ec2d38;
    color: white;
    transition: all .3s;
}

.leftElem a:hover {
    color: white !important;
}
#menuSub .menuLeft .leftElem a span{
    float: right;
    padding-right: 20px;
    display: inline-block;
}
#menuSub .menuLeft .leftElem a:hover span, #menuSub .menuLeft .leftElem a.active span{
    color: white;
}
#menuSub .menuRight{
    float: left;
    width: calc(100% - 270px);
    padding: 20px;
}
#menuSub .menuRight .rightElem{
    display: none;
}
#menuSub .menuRight .rightElem.active{
    display: flex;
}
#menuSub .menuRight .rightElem .menuBox{
    margin-bottom: 25px;
}
#menuSub .menuRight .rightElem .subElem a{
    padding: 4px 0;
    display: block;
    font-weight: 500;
}
#menuSub .menuRight .rightElem .subElem.main a{
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
#menuSub .menuRight .rightElem .subElem span{
    display: none;
}
#menuSub .menuRight .rightElem .subElem:hover a{
    text-decoration: underline;
}
#menuSub .menuRight .rightElem .subElem:hover span{
    display: inline-block;
    color: #5cab4d;
}
#header.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
}
#header.sticky .logo, #header #menuTop .stickyMenuBox, #header .logoSticky, #header.sticky #menuMain{
    display: none;
}
#header.sticky .logoSticky{
    display: inline-block;
    position: relative;
    top: -9px;
}
#header.sticky #menuTop .stickyMenuBox{
    display: inline-block;
    position: relative;
    top: 9px;
}
#header.sticky #menuTop .headerIcon{

}
#header.sticky #menuTop {
    padding: 10px 0;
}
#header.sticky .searchBox {
    padding-top: 3px;
    padding-bottom: 2px;
}
#header.sticky .memberMenuBox {
    padding-top: 10px;
}
#header.sticky #menuSub{
    top: 62px !important;
}

#myBody.sticky{
    padding-top: 206px;
}
#header.sticky{
    -webkit-animation-name: sticky;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: easy-out;
    -moz-animation-name: sticky;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: easy-out;
    -ms-animation-name: sticky;
    -ms-animation-duration: 1s;
    -ms-animation-timing-function: easy-out;
    opacity: 1;
    top: 0;
}
@-webkit-keyframes sticky
{
    0%{
        opacity: 0;
        top: -20px;
    }
    20%{
        opacity: 0;
        top: -20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@-moz-keyframes sticky
{
    0%{
        opacity: 0;
        top: -20px;
    }
    20%{
        opacity: 0;
        top: -20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@-ms-keyframes sticky
{
    0%{
        opacity: 0;
        top: -20px;
    }
    20%{
        opacity: 0;
        top: -20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
@keyframes sticky
{
    0%{
        opacity: 0;
        top: -20px;
    }
    20%{
        opacity: 0;
        top: -20px;
    }
    100%{
        opacity: 1;
        top: 0;
    }
}
#header.sticky .stickyMenuBox {

}
#header.sticky .stickyMenuBox .headerIcon.change:after {
    content: '';
    background: #ffffff;
    position: absolute;
    width: calc(100% + 10px);
    height: 5px;
    left: -6px;
    bottom: -20px;
    z-index: 9999;
}
#header.sticky #menuTop .stickyMenuBox {
    display: inline-block;
    position: relative;
    top: 0;
    background: #ffffff;
    padding: 10px 0 18px 3px;
    margin-right: 10px;
    margin-bottom: -10px;
    border: 1px solid transparent;
}
#header.sticky #menuTop .stickyMenuBox.active {
    border: 1px solid #5cab4d;
    border-bottom: 0;
    border-radius: 5px 5px;
    top: -1px;
    padding: 0 0 15px 3px !important;
}

.stickyMenuBox.active:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #5cab4d;
    border-left: none;
    border-top: none;
    position: absolute;
    left: -10px;
    bottom: 3px;
    border-radius: 0 0 5px;
    z-index: 99999;
}
.stickyMenuBox.active:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #5cab4d;
    border-right: none;
    border-top: none;
    position: absolute;
    right: -10px;
    bottom: 3px;
    border-radius: 0 0 0 5px;
    z-index: 99999;
}

/* Multiple carousel START */


.carousel-multiple .carousel-inner {
    overflow: hidden;
}
.carousel-multiple::before{
    display: none;
}

/* Multiple carousel END */

section.faces{
    padding: 80px 0;
}
.faces .face{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    text-align: center;
    min-height: 165px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .3s;
}
.faces .face:hover{
    -webkit-filter: none;
    filter: none;
    transition: all .3s;
}
.faces .face img{
    max-width: 101px;
    margin: 0 auto;
}
.faces .face .faceName{

}
.faces .title{
    text-align: center;
    font-size: 24px;
    color: #5cab4d;
    font-weight: 500;
    margin-bottom: 5px;
}
.faces .subTitle{
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.faces .carousel-control-next, .faces .carousel-control-prev {
    position: absolute;
    top: calc(50% - 40px);
    color: #383838;
    opacity: 1;
    transition: opacity .15s ease;
    background: #ffffff;
    transition: all .3s;
    width: 50px;
    height: 50px;

}
.faces .carousel-control-next:hover, .faces .carousel-control-prev:hover {
    background: #b2d7ac;
    transition: all .3s;
}
.faces .carousel-control-next i.fa-chevron-right, .faces .carousel-control-prev i.fa-chevron-left {
    -webkit-text-stroke: 3px #fff;
    transition: all .3s;
}

.faces .carousel-control-next{
    right: -50px;
}
.faces .carousel-control-prev{
    left: -50px;
}
.carousel-control-next:hover i.fa-chevron-right, .carousel-control-prev:hover i.fa-chevron-left {
    -webkit-text-stroke: 3px #b2d7ac;
    transition: all .3s;
}
.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 25px;
}
.specialOffers{
    padding: 50px 0;
    background: #f7f5f5;
}
.specialOffers .nav-tabs .nav-link {
    font-weight: bold;
}
.specialOffers .nav-tabs .nav-link.active {
    color: #363636;
    background-color: #fff;
    border-color: #b2d7ac;
    border-width: 2px;
}
.specialOffers .nav-tabs .nav-link:focus, .specialOffers .nav-tabs .nav-link:hover {
    color: #363636;
    background-color: #fff;
    border-color: #b2d7ac;
    border-width: 2px;
}

.rating-loading{
    width:25px;
    height:25px;
    font-size:0;
    color:#fff;
    background:url('../../img/loading.gif') top left no-repeat;border:none
}
.rating-container .rating-stars
{
    position:relative;
    cursor:pointer;
    vertical-align:middle;
    display:inline-block;
    overflow:hidden;
    white-space:nowrap
}
.rating-container .rating-input
{
    position:absolute;
    cursor:pointer;
    width:100%;
    height:1px;
    bottom:0;left:0;
    font-size:1px;
    border:none;
    background:0 0;
    padding:0;
    margin:0
}
.rating-disabled .rating-input,.rating-disabled .rating-stars{
    cursor: default;
}
.rating-container .star{
    display:inline-block;
    margin:0 3px;
    text-align:center
}
.rating-container .empty-stars{
    color:#aaa
}
.rating-container .filled-stars{
    position:absolute;
    left:0;
    top:0;
    margin:auto;
    color:#fde16d;
    white-space:nowrap;
    overflow:hidden;
    -webkit-text-stroke:1px #777;
    text-shadow:1px 1px #999
}
.rating-rtl{
    float:right
}
.rating-animate .filled-stars{
    transition:width .25s ease;
    -o-transition:width .25s ease;
    -moz-transition:width .25s ease;-webkit-transition:width .25s ease
}
.rating-rtl .filled-stars
{
    left:auto;right:0;-moz-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-webkit-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);-o-transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0);
    transform:matrix(-1,0,0,1,0,0) translate3d(0,0,0)
}

.rating-rtl.is-star .filled-stars{
    right:.06em
}
.rating-rtl.is-heart .empty-stars{
    margin-right:.07em
}
.rating-lg{
    font-size:3.91em
}
.rating-md{
    font-size: 15px;
    text-align: center;
}
.rating-sm{
    font-size:2.5em
}
.rating-xs{
    font-size:2em
}
.rating-xl{
    font-size:4.89em
}
.rating-container .clear-rating{
    color:#aaa;
    cursor:not-allowed;
    display:inline-block;
    vertical-align:middle;
    font-size:60%;
}
.clear-rating-active{
    cursor:pointer!important
}
.clear-rating-active:hover{
    color:#843534
}
.rating-container .caption{
    color:#999;
    display:inline-block;
    vertical-align:middle;
    font-size:60%;
    margin-top:-.6em;
    margin-left:5px;
    margin-right:0
}
.rating-rtl .caption{
    margin-right:5px;
    margin-left:0
}
@media print{.rating-container .clear-rating{
        display:none
    }
}
.rating-container .caption{
    display: none;
}
.star i{
    color: #5cab4d;
    box-shadow: none;
    outline: none;
    text-shadow: none;
}
.filled-stars .star i{
    -webkit-text-stroke: 1px #5cab4d;
}
.specialOffers .productBox{}
.specialOffers .productInner{
    background: white;
    height: 100%;
}
.specialOffers .productImage{}
.productImage{
    position: relative;
}
.specialOffers .productImage img{
    max-width: 100%;
}
.specialOffers .productInfo{
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}
.specialOffers .productTitle{
    font-family: Arial !important;
    /* font-weight: bold; */
    font-size: 20px;
    margin-bottom: 10px;
}

.specialOffers .productTitle a {
    font-family: Arial !important;

}
.specialOffers .productDescription{}
.specialOffers .rating{

}
.specialOffers .priceOld{
    color: #5cab4d;
    text-decoration: line-through;
}
.specialOffers .price{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 15px;
}

.addToCart{
    background: #5cab4d;
    color: white;
    padding: 10px 18px;
}
.addToCart:hover{
    box-shadow: 3px 7px 6px 0 rgba(137, 137, 137, 0.6);
}
.addToCart img{
    margin-left: 28px;
}
.specialOffers .carousel-indicators .active {
    opacity: 1;
    background-color: #b2d7ac;
}
.specialOffers .carousel-indicators{
    bottom: -50px;
}
.specialOffers .carousel-indicators li {
    width: 100px;
    height: 5px;
    opacity: 1;
    background-color: #e6e6e6;
}
.specialOffers .title{
    text-align: center;
    font-size: 44px;
    margin-bottom: 25px;
}
.catalog{
    margin: 100px 0;
    background: #b2d7ac;
    max-height: 280px;
}
.catalog img{
    margin-top: -30px;
}
.catalog .contentBox{
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: flex;
    padding-bottom: 35px;
}
.catalog .title{
    font-size: 28px;
    font-family: Arial;
    /* font-weight: bold; */
}
.catalog .description{
    margin: 15px;
    font-weight: 500;
}
.catalog .btn{
    /*background: #5cab4d;*/
    margin: 0 auto;
    padding: 10px 18px;
}
.catalog .btn:hover{
    box-shadow: 3px 7px 6px 0 rgba(137, 137, 137, 0.6);
}
.catalog .btn a{
    color: white;
    font-weight: 500;
}

.steps{
    padding: 40px 0 60px;
}
.steps .container > .title{
    text-align: center;
    font-size: 36px;
}
.steps .container > .description{
    text-align: center;
    margin: 10px 0 50px;
}
.steps .step{
    display: flex;
    flex-direction: row;
}
.steps .imgBox{
    margin-right: 30px;
}
.steps .imgBox img{}
.steps .contentBox{}
.steps .contentBox .title{
    color: #5cab4d;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.steps .contentBox .description{
    margin: 5px 0;
    font-size: 14px;
}
.steps .contentBox .link{
    padding-left: 0;
    font-weight: 600;
}
.steps .contentBox .link a:hover{
    text-decoration: underline;
}
.newsletter{
    background: #ffe0d9;
    margin: 30px 0;
    padding: 30px 0;
}
.newsletter img{}
.newsletter .contentBox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.newsletter .title{
    font-size: 32px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.newsletter .description{
    font-weight: 500;
    margin: 5px 0 15px;
    max-width: 620px;
}
.newsletter .subscribe{
    display: flex;
}
.newsletter .subscribe input{
    width: calc(100% - 205px);
    border: 1px solid #b2d7ac;
    padding: 2px 15px;
    transition: all .3s;
}
.newsletter .subscribe .btn{

    padding: 8px 18px;
    color: white;
    margin-left: 10px;
    transition: all .3s;
}
.newsletter .subscribe input:hover, .newsletter .subscribe input:focus, .newsletter .subscribe input:active, .newsletter .subscribe .btn:hover{
    box-shadow: 3px 7px 6px 0 rgba(137, 137, 137, 0.6);
    outline: none;
    transition: all .3s;
    font-weight: normal;
}
.articles{
    padding: 100px 0;
}
.articles .title{
    text-align: center;
    font-size: 40px;
}
.articles .description{
    text-align: center;
    font-size: 16px;
    margin: 15px 0 35px;
}
.articles .articleBox{}
.articles .articleInner{
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
}
.articles .articleHoverBox{
    position: absolute;
    /* left: -350px; */
    top: 1450px;
    transition: all .5s;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.articles .articleBox:hover .articleInner{
    border: 1px solid #5cab4d;
    transition: all .3s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
    margin: 2px;
}



.articles .articleBox:hover .articleImage {
    /* height: 100%; */
}
.articles .articleBox:hover .articleHoverBox{
    left: 0;
    top: 0;
    transition: all .5s;
}

.articles .articleHoverBox img{
    width: 100%;
}
.articles .articleHoverBox .readMore{
    position: absolute;
    bottom: 75px;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}
.articles .articleHoverBox .readMore a{
    color: white;
    display: inline-block;
    margin: auto;
    background: #5cab4d;
    font-weight: 500;
    padding: 8px 20px;
}
.articles .articleImage{}
.articles .articleImage img{}
.articles .articleInfo{
    background: #fff;
    padding: 20px;
    text-align: center;
}
.articles .articleTitle{}
.articles .carousel-indicators .active {
    opacity: 1;
    background-color: #b2d7ac;
}
.articles .carousel-indicators{
    bottom: -70px;
}
.articles .carousel-indicators li {
    width: 100px;
    height: 5px;
    opacity: 1;
    background-color: #e6e6e6;
}
.articles .moreArticles{
    margin-top: 80px;
    text-align: center;
}
.articles .moreArticles .btn{

}
.bgImage2{
    /*background: url(/img/back2.png);*/
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bgImage2 .layerTitle {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.bgImage2 .layerBox {
    background: #fff;
    padding: 50px;
    text-align: center;
    max-width: 725px;
}
.bgImage2 .specialElems {
    justify-content: center;
    margin-top: 25px;
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
}
.happies{
    padding: 80px 0;
}
.happies .title{
    text-align: center;
    font-size: 46px;
}
.happies .description{
    text-align: center;
    font-size: 16px;
    margin: 15px 0 40px;
}
.happies .happy{
    max-width: 165px;
    box-sizing: content-box;
    margin-bottom: 30px;
}
.happies .happyInner{
    position: relative;
    overflow: hidden;
}
.happies .happyHover{
    position: absolute;
    bottom: -350px;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .5s;
    z-index: 99;
}
.happies .happy:hover .happyHover{
    bottom: 0;
    transition: all .5s;
}
/* Desktop */
.cartItemsScroll
{
    overflow: scroll !important;
    height: 380px;
}

/* Mobile */
.cartItemMobileHeight
{
    overflow: scroll !important;
    height: 300px !important;
}

.wizardBox{
    display: flex;
    right: 0;
}
.wizardBox .wizardSubBox{
    display: flex;
    flex-direction: row;

}

.progressBox{
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
margin: 0 50px 25px 20px;
}
.progressBox:before{
content: '';
position: absolute;
width: 100%;
left: 0;
height: 2px;
background: #deeeda;
top: 14px;
z-index: 1;
}
.noBorderRadius:nth-child() {
border-radius: 0 !important;
}
.progressBox .step{
width: 30px;
height: 30px;
background: #5cab4d;
border-radius: 50%;
position: relative;
z-index: 10;
display: flex;
justify-content: center;
}
.progressBox .step:before{
content: '';
position: absolute;
left: 2px;
right: 0;
top: 2px;
bottom: 0;
width: 26px;
height: 26px;
background: white;
border-radius: 50%;
}
.progressBox .step span{
position: relative;
top: 36px;
line-height: 1;
white-space: nowrap;
margin: auto;
color: #5cab4d;
font-size: 14px;
}
.progressBox .step.stepComplete i{
position: absolute;
top: 7px;
color: white;
}
.progressBox .step.stepComplete:before{
display: none;
}
.progressBox .step.stepCurrent:before{
left: 8px;
right: 0;
top: 8px;
bottom: 0;
width: 14px;
height: 14px;
}
.mobileProgress {
    margin: 5px 50px 25px 20px !important;
}
.mobileProgress:before{
    content: '' !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    height: 2px !important;
    background: #deeeda !important;
    top: 7px !important;
    z-index: 1 !important;
    }
.progressBox .stepMobile{
    width: 15px;
    height: 15px;
    background: #5cab4d;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    }
    .progressBox .stepMobile:before{
    content: '';
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    width: 13px;
    height: 13px;
    background: white;
    border-radius: 50%;

    }
    .progressBox .stepMobile span{
    position: relative;
    top: 19px;
    line-height: 1;
    white-space: nowrap;
    margin: auto;
    color: #5cab4d;
    font-size: 10px;
    }
    .progressBox .stepMobile.stepComplete i{
    position: absolute;
    top: 3px;
    font-size: 10px;
    color: white;
    }
    .progressBox .stepMobile.stepComplete:before{
    display: none;
    }
    .progressBox .stepMobile.stepCurrent:before{
    left: 3px;
    right: 0;
    top: 3px;
    bottom: 0;
    width: 9px;
    height: 9px;
    }
.progressOuterBoxMobile {
    padding: 13px !important;
}
.miniCartBoxMobile {
    right: -34px !important;
}

.miniCartBoxMobile .open {
    right: -34px !important;
    top: 43px !important;
    max-width: 300px !important;
}

.miniCartBoxMobile::before {
    right: 31px !important;
}

.miniCartBoxMobile::after {
    right: 28px !important;
}
@media (max-width: 768px){
.progressOuterBox{
    background: #5cab4d;
}
.progressOuterBox .progressBox .stepMobile span {
    color: #ffffff;
}
.progressOuterBox .progressBox .stepMobile {
    background: #ffffff;
}
.progressOuterBox .progressBox .stepMobile:before {
    background: #5cab4d;
}
.progressOuterBox .progressBox .stepMobile.stepComplete i {
    color: #5cab4d;
}
}
.happies .row{
    max-width: 780px;
    margin: auto;
}
.happies .happyHover a{}
.happies .happyHover img{}
.happies .happyInner img {
    background-size: cover;
    height: 100% !important;
}
.happies .happyInner > img{
    width: 100%;
}

.happies .happyInner {
    height: 100% !important;
    width: 100% !important;
}


#postal_code
{
    margin-bottom: 0 !important;
}



.content-page .content p img{
    width: 100%;
}

.misiuneSubtitle strong
{
    font-family: Arial;
}

footer{
    padding: 40px 0;
    border-top: 1px solid #c7c7c7;
}
footer a:hover{
    text-decoration: underline;
}
footer .footerBox{
    width: 20%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
footer .footerBox .footerTitle, footer .footerBox .footerTitle a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Arial, 'Roboto', sans-serif;
}
footer .footerBox .footerInner{}
footer .footerBox .footerInner ul{}
footer .footerBox .footerInner li{
    padding: 6px 0;
}
footer .footerBox .footerInner li a{}
footer .footerBox .footerInner li a i{
    margin-right: 4px;
}
footer .footerLogos{
    margin: 40px 0;
}
footer .copyRight{
    text-align: center;
    padding-top: 10px;
    font-size: 13px;
}
.dropdown-menu.open.show ul.dropdown-menu{
    display: block;
    padding: 0 15px;
}
.btn.dropdown-toggle{
    background: transparent;
    color: #363636;
    font-weight: 500;
    padding: 5px 15px;
    border: none;
}
.topBarMarketingMobile
{
    font-size: 9px !important;
}
.bootstrap-select.fit-width {
    width: 100% !important;
}
.flag-icon {
    margin-right: 10px;
    width: 16px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 13px;
    font-weight: 500;
}
.bootstrap-select.btn-group .dropdown-menu li {
    padding: 2px 0;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover{
    text-decoration: underline;
    color: #5cab4d;
}
.breadcrumbs{
    margin: 15px 0;
}
.breadcrumbs span{
    padding: 0 8px 0 10px;
    color: #5cab4d;
}
.breadcrumbs a{
    color: #5cab4d;
    font-weight: 600;
    font-size: 14px;
}
.breadcrumbs a.current{
    color: #363636;
}
.gallery-wrap .img-big-wrap img {
    width: auto !important;
    height: auto;
    max-height: 100%;
}
.productPage .carousel-multiple .carousel-inner {
    position: relative;
    left: 70px;
    flex-wrap: nowrap;
    max-width: calc(100% - 140px);
    padding-left: 10px;
    padding-right: 10px;
}
.productPage .carousel-control-next, .productPage .carousel-control-prev {
    position: absolute;
    top: calc(50% - 30px);
    width: 70px;
    height: 60px;
    color: #383838;
    opacity: 1;
    transition: opacity .15s ease;
    transition: all .3s;
    background: #f3f3f3;
}
.productPage .carousel i.fa-chevron-right, .productPage .carousel i.fa-chevron-left {
    -webkit-text-stroke: 3px #f3f3f3;
}
.productPage .carousel-control-next:focus, .productPage .carousel-control-next:hover, .productPage .carousel-control-prev:focus, .productPage .carousel-control-prev:hover {
    background: #b2d7ac;
}
.productPage .carousel-control-next:hover i.fa-chevron-right, .productPage .carousel-control-next:focus i.fa-chevron-right, .productPage .carousel-control-prev:hover i.fa-chevron-left, .productPage .carousel-control-prev:focus i.fa-chevron-left {
    -webkit-text-stroke: 3px #b2d7ac;
}
.productPage #carousel-multiple2 .position-relative{
    width: 100%;
    margin: 0;
}
.productPage #carousel-multiple2 .carousel-inner .carousel-item {
    padding: 0 8px;
}
.gallery-wrap .thumbs-wrap img {
    border-radius: 0;
}
.gallery-wrap .thumbs-wrap .item-thumb {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 0;
}
.gallery-wrap .img-big-wrap {
    text-align: center;
    height: 450px;
}
.space-between{
    justify-content: space-between;
}
.productPage .productInfo .rating-md {
    text-align: left;
    float: left;
}
.productInfo .social{
    margin-bottom: 15px;
}
.productInfo .social a {
    margin-left: 30px;
    font-weight: 600;
}
.productInfo .social a i, .productInfo .social a img{
    margin-right: 8px;
}
.productInfo .social a i.fa-facebook-f{
    background: #b2d7ac;
    padding: 6px 9px;
    border-radius: 50%;

}
.price {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
}
.price small{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.small-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.small-price small, .succMess small{
    font-size: 80%;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.quantity{
    margin-bottom: 0 !important;
    min-width: 160px;
    margin-left: 25px;
}
.quantity .btn {
    padding: 3px 18px;
    width: auto;
}
.quantity input.form-control{
    height: 100%;
    padding: 12px 5px;
    max-width: initial;
    flex-basis: 60px;
}
.button-plus, .button-minus, #button-plus, #button-minus{
    color: #5cab4d;
    background: white;
    font-size: 21px;
    font-weight: bolder;
}

.button-plus, #button-plus
{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.button-minus, #button-minus
{
    font-size: 13px !important;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.button-minus, #button-minus{
    background: #e6e6e6;
    color: #363636;
}
.button-plus, #button-plus{
    border-color: #5cab4d;
}

.button-plus:hover, .button-minus:hover, #button-plus:hover, #button-minus:hover{
    background: #5cab4d;
    color: #fff;
}
.productInfo > .title{
    font-weight: bold;
}
.productInfo .addToCart{

}
.productCode{
    margin-top: 15px;
}
.productCode small{
    margin-left: 0;
    margin-right: 8px;
    /* font-weight: bold; */
}
.productInfo .pro{

}
.productInfo .pro .title{
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
}
.productInfo .pro li{
    margin-bottom: 10px;
}
.productInfo .pro li i{
    color: #5cab4d;
    margin-right: 6px;
}
.productInfo .oldPrice{
    text-decoration: line-through;
    color: #7a7a7a;
}
.productInfo .oldPrice small{
    text-decoration: line-through;
    color: #7a7a7a;
    font-size: 13px;
    margin-left: 5px;
}
.productInfo .priceNormal, .productInfo .priceDiscount{
    font-size: 38px;
}
.productInfo .priceDiscount{
    color: #f04338;
}
.productInfo .priceDiscount small, .productInfo .priceDiscount sup {
    color: #f04338;
}
#nav-tabContent{
    width: 100%;
}
.productDetails{
    margin-top: 40px;
}
.productDetails .title{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.productDetails .description{}
.productDetails .subTitle{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.padding-right-0{
    padding-right: 0;
}
.padding-left-0{
    padding-left: 0;
}
.verticalCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productDetails .nav-tabs {
    justify-content: left;
    position: relative;
}
.productDetails div#nav-product:after {
    content: '';
    height: 2px;
    width: 130vw;
    position: absolute;
    background: #b2d7ac;
    left: -25vw;
    bottom: 0;
}
.productPage{
    overflow: hidden;
}
.productDetails .nav-tabs .nav-item.show .nav-link, .productDetails .nav-tabs .nav-link.active {
    color: #131313;
    background-color: #b2d7ac;
    border: none;
    margin-bottom: 0;
}

.productDetails .nav-tabs .nav-link.active {
    padding: .5rem 1.3rem !important;
}

.productDetails .nav-tabs .nav-link:focus, .productDetails .nav-tabs .nav-link:hover {
    color: #363636;
    border: none;
    background: #f7f7f7;
}
.productDetails .nav-tabs .nav-item.show .nav-link:focus, .productDetails .nav-tabs .nav-link.active:hover, .productDetails .nav-tabs .nav-link.active:focus {
    color: #131313;
    background-color: #b2d7ac;
}
#nav-descriere .verticalCenter, #nav-brand .verticalCenter{
    padding: 50px 0;
}
.productDetails .nav-link {
    font-weight: bold;
}

.myRatings .filter{
    margin: 15px 0;
}
.myRatings .rating-md {
    font-size: 15px;
    text-align: left;
}
.myRatings i{
    color: #5cab4d;
}
.myRatings .box .cartTable td:first-child {
    vertical-align: top;
}
.rateMainBox{
    display: flex;
    justify-content: space-between;
}
.rateMainBox .date{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.myRatings .prodRating{
    margin: 30px 0;
    font-weight: 600;
}
.myRatings .ratingFooter i{
    font-size: 26px;
    padding-top: 6px;
}
.myRatings .like{
    float: left;
    font-size: 19px;
}
.myRatings .rating{
    margin-top: 10px;
}
.myRatings .verified{
    font-size: 14px;
    font-weight: 600;
}
.myRatings .removeRating{
    float: right;
    margin-left: 30px;
}
.myRatings .removeRating i{
    color: #363636;
}
.myRatings .modifyRating{
    float: right;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.makeRatingBox {
    background: #f7f5f5;
    padding: 30px;
}
.makeRatingBox .title{
    font-size: 22px;
}

.makeRatingBox .description{
    font-size: 14px;
    margin-top: 6px;
    font-weight: 600;
}
.makeRatingBox .rateBox{}
.makeRatingBox .rateBox .rating-container{
    margin-left: -4px;
}
.rateBox i.fa-star {
    font-size: 36px;
}



.rateModalBox i.fa-star {
    font-size: 16px !important;
}

.makeRatingBox .rateBox input{}
.makeRatingBox .rateBox .comment{
    margin-left: 40px;
    background: #5cab4d;
    font-weight: 600;
}
.makeRatingBox .rateBox .comment i{
    color: white;
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.makeRatingBoxModal .rateBox .comment{
    margin-left: 40px;
    background: #5cab4d;
    font-weight: 600;
}
.makeRatingBoxModal .rateBox .comment i{
    color: white;
    margin-left: 20px;
    font-size: 20px;
    position: relative;
    top: 4px;
}
.commentTite{
    font-size: 28px;
    font-weight: bold;
    padding-top: 30px;
}
.commentTite small{
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}
#nav-recenzii .rating-wrap .star i {
    font-size: 23px;
}
#nav-recenzii .rating-md {
    text-align: left;
    float: left;
}
#nav-recenzii .rating-wrap .label-rating {
    font-size: 23px;
    font-weight: bold;
    margin-left: 20px;
}
.ratingsBox{
    padding-top: 20px;
}
.ratingsBox .ratingBox{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.ratingsBox .ratingBox .line{
    width: calc(100% - 150px);
    margin-right: 10px;
    background: #f7f5f5;
    position: relative;
    border-radius: 4px;
}
.ratingsBox .ratingBox .lineFilled{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #5cab4d;
    border-radius: 4px 0 0 4px;
}
.ratingsBox .ratingBox .countRatings{
    font-weight: 600;
    min-width: 45px;
}
.ratingsBox .ratingBox .ratingStars{}

.sortingBox{
    margin: 30px 15px;
    padding: 10px 0;
    border-top: solid 2px #f7f5f5;
    border-bottom: solid 2px #f7f5f5;
}
.sortingBox select{
    border: none;
    background: #f7f5f5;
    padding: 12px;
    font-weight: bold;
    min-width: 250px;
}
.commentsBox{

}
.commentsBox .getMore{
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 20px;
}
.commentsBox .getMore a{

}
.commentBox{
    margin-bottom: 40px;
    border-bottom: 2px solid #f7f5f5;
}
.commentBox .commentHeader{
    display: flex;
    margin-bottom: 10px;
}
.commentBox .commentHeader .verified{
    margin-left: 70px;
    font-size: 14px;
    position: relative;
    top: 2px;
    font-weight: 600;
}
.commentBox .commentHeader .verified i{
    color: #5cab4d;
    margin-right: 5px;
}
.commentBox .commentText{}
.commentBox .commentFooter{
    display: flex;
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: 600;
}
.commentBox .commentFooter .userName{
    font-weight: bold;
    margin-right: 10px;
}
.commentBox .commentFooter .date{
    margin-right: 20px;
}
.commentBox .commentFooter .like{
    cursor: pointer;
}
.commentBox .commentFooter .like i{
    color: #5cab4d;
}
.greenLine{
    width: 100%;
    height: 2px;
    background: #b2d7ac;
    margin-top: 30px;
}
.similar .addToCart img {
    margin-left: 20px;
}
.similar .addToCart {
    white-space: nowrap;
}
.similar{
    /*margin-bottom: 30px;*/
}
.similar .title {
    text-align: left;
}
.categoryPage .productInner{
    background: white;
    height: 100%;
}

.categoryPage .container .topBox .title
{
    font-family: Arial !important;
}

.productImage{
    position: relative;
    text-align: center;
}

.categoryPage .productImage img{
    max-width: 100%;
}
.productImage .favorite, .cartTable .favorite{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
}

.productImage .promoProduct {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}

.productImage .promoProduct img {
    width: 30px;
}

.productImage .favorite img{}
.categoryPage .productInfo{
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}
.categoryPage .productTitle{
    font-weight: bold;
    font-family: Arial !important;
    font-size: 19px;
    margin-bottom: 10px;
}

.alerts .description {
    font-size: 16px !important;
}
.categoryPage .productDescription{}
.categoryPage .rating{

}
.categoryPage .addToCart {
    white-space: nowrap;
}
.categoryPage .addToCart img {
    margin-left: 20px;
}

.box1 .priceOld{
    color: red;
    text-decoration: line-through;
}

.menuBannerTitle {
    font-family: Arial !important;
}

.menuContentBanner p
{
    color: #fff !important;
}

.box1 .priceOld small, .box1 .priceOld sup {
    /* color: #5cab4d; */
    color: red;
    font-size: 0.6rem;
    text-decoration: line-through;
}

.box1 .price{
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0 15px;
}

.box1 .price small{
    font-size: 12px;
}

.categoryPage .categoryTitle{
    font-size: 36px;
    margin-bottom: 20px;
}
.categoryPage .categoryTitle small{
    font-size: 20px;
    color: #858585;
}
.categoryPage .categoryHeader{
    border-top: 1px dotted #a6a6a6;
    border-bottom: 1px dotted #a6a6a6;
    margin-bottom: 40px;
    padding: 10px 0;
}
.categoryPage .categoryHeader .order{
    float: left;
}
.categoryPage .categoryHeader .paginationBox{
    float: right;
    padding-top: 6px;
    display: flex;
}

.removeFavorit{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
}
.removeFavorit i{}
.categoryProducts{
    clear: both;
}
.categoryPage .categoryHeader .order select{
    border: none;
    background: #f7f5f5;
    padding: 12px;
    font-weight: bold;
    min-width: 250px;
}
/*.categoryPage .categoryHeader */
.paginationBox .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #858585;
    background-color: #fff;
    border: none;
    text-decoration: none;
}
/*.categoryPage .categoryHeader */
.paginationBox .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5cab4d;
    border-color: transparent;
}
/*.categoryPage .categoryHeader */
.paginationBox .page-link:hover {
    z-index: 2;
    color: #5cab4d;
    background-color: #e9ecef;
}


.paginationBox > span{
    margin-right: 20px;
    padding-top: 6px;
    font-size: 18px;
}
.slider-selection {
    background: #5cab4d;
}
.slider.slider-horizontal .slider-track {
    height: 7px;
    width: 100%;
    margin-top: -4px;
}
.slider-handle {
    border: 2px solid #5cab4d;
    background: white;
    width: 16px;
    height: 16px;
    top: 2px;
}
.minMax{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.minMax span{
    padding-top: 6px;
}
.minMax input{
    width: 60px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 5px;
}
.slider.slider-horizontal {
    width: 100%;
}
.minMax input[type=number]::-webkit-inner-spin-button, .minMax input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.categoryPage .container > .row{
    margin-top: 50px;
}
.categoryPage .filterTitle{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.categoryPage .filterTitle:hover{
    cursor: pointer;
}
.categoryPage .filterContent{
    padding: 20px 0;
    border-bottom: 1px dotted #a6a6a6;
    position: relative;
    z-index: 8;
}
.categoryPage .filterTitle span{
    float: right;
}
.categoryPage .filterBox{
    margin-bottom: 40px;
}
.categoryPage .filter{

}
.categoryPage .filterContent .checkBox{}
.categoryPage .filterContent .checkBox li{
    padding: 5px 0;
    display: flex;
    flex-direction: row;
}
.categoryPage .filterContent .checkBox li > input{
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.categoryPage .filterContent .checkBox li span{}
.categoryPage .filterContent .checkBox li span small{
    color: #858585;
    font-size: 70%;
}
.categoryProducts .productBox {
    margin-bottom: 20px;
}
.margin-bottom-0{
    margin-bottom: 0;
}
.topBox{
    padding-bottom: 30px;
}
.topBox img{}
.topBox .title{
    font-size: 36px;
}
.topBox .description{
    margin: 10px 0;
    font-weight: 600;
}
.subCategories{
    margin-bottom: 50px;
}
.subCategories .subCatName{
    font-size: 20px;
    padding: 10px 0;
    font-weight: bold;
}
.emptyCart{
    text-align: center;
    padding: 80px 0;
    /*display: none;*/
}
.thankYou{
    display: block;
}
.emptyCart .title{
    font-size: 30px;
    margin: 20px 0;
}
.emptyCart .description{
    font-size: 18px;
}
.emptyCart .backToShop{
    margin-top: 30px;
    min-width: 220px;
}
.backToShop.green{
    background: #5cab4d;
}
.goToLoginBox{
    margin-top: 50px;
}
.modal-dialog {
    max-width: 800px;
}
.cartModal{}
.cartModal .modal-title{
    font-weight: bold;
}
.cartModal .modal-title img{
    position: relative;
    bottom: 7px;
    left: 8px;
}
.cartModal .modal-body{
    padding: 20px 25px;
}
.cartModal .modal-header{
    margin: 20px 25px 0;
    padding: 0;
}
.cartModal .close{
    font-size: 46px;
    line-height: 1;
    font-weight: 400;
    color: #5cab4d;
    opacity: 1;
}
.cartModal .close span{
    color: #5cab4d;
    line-height: 1;
}
.succMess{
    background: #deeeda;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding: 15px 30px 15px 15px;
}
.cartContent .succMess {
    /* font-family: Arial !important; */
    font-weight: 200 !important;
}
.cartContent .succMess:nth-child(1)
{
    padding: 20px !important;
    margin-right: 15px;
}
.cartModal .succMess > span{}
.succMess .info{
    position: absolute;
    background: #5cab4d;
    color: white;
    padding: 0 8px;
    border-radius: 50%;
    right: 15px;
    top: 15px;
}
.text-green {
    color: #5cab4d;
}
.btn.green{
    background: #5cab4d;
}
.recommendedBox{
    margin: 20px -25px 0 -25px;
    background: #f6f4f4;
    padding: 25px;
}
.recommendedBox .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.recommendedBox .productBox {
    text-align: center;
}
.recommendedBox .carousel-control-next, .recommendedBox .carousel-control-prev {
    top: 50px;
    width: 50px;
    height: 100px;
    color: #383838;
    background: #e5e5e5;
}
.recommendedBox .carousel i.fa-chevron-right, .recommendedBox .carousel i.fa-chevron-left {
    -webkit-text-stroke: 3px #e5e5e5;
}
.recommendedBox .carousel-control-prev {
    left: -25px;
}
.recommendedBox .carousel-control-next {
    right: -25px;
}
.recommendedBox .productInfo {
    padding: 15px;
    min-height: 204px;
}
.recommendedBox .productTitle {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1;
    /*font-weight: 500;*/
    font-weight: bold;
}
.recommendedBox .productDescription {
    font-size: 12px;
    font-weight: 600;
}
.recommendedBox .star i {
    font-size: 8px;
}
.recommendedBox .price {
    font-size: 15px;
    margin-bottom: 8px;
}
.recommendedBox .priceOld {
    font-size: 13px;
}
.recommendedBox .productInfo .addToCart {
    font-size: 11px;
    margin: 0 -5px 0 -5px;
    padding: 8px 9px 8px 14px;
}
.recommendedBox .addToCart img {
    margin-left: 5px;
}
@media (min-width: 592px) and (max-width: 786px)
{
    .miniCartBox{
        border: 1px solid #5cab4d;
        border-radius: 8px;
        min-width: 400px !important;
        top: 65px;
        background: white;
        z-index: 99999;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
    }
}
.miniCartBox{
    position: absolute;
    border: 1px solid #5cab4d;
    border-radius: 8px;
    right: -76px;
    min-width: 500px;
    top: 65px;
    background: white;
    width: 350px !important;
    z-index: 99999;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.miniCartBox.open{
    transition: all .3s;
    top: 45px;
    opacity: 1;
    visibility: visible;
    /* -webkit-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 1px -1px 16px 0px rgba(0,0,0,0.75); */
}
.miniCartBox:before{
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #5cab4d;
    transform: rotate(45deg);
    right: 75px;
    top: -11px;
}
.miniCartBox:after{
    content: '';
    position: absolute;
    display: block;
    width: 26px;
    height: 20px;
    right: 72px;
    top: -.9px;
    background: white;

}
.miniCartBox .miniCartInner{
    padding: 20px 0;
}
.miniCartBox .miniCartInner .cartHeader{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #5cab4d;
    padding-bottom: 3px;
    margin: 0 20px;
}
.miniCartBox .miniCartInner .cartHeader small{
    position: relative;
    top: -8px;
    font-size: 12px;
    font-weight: bold;
}

.cartBox .miniCartBox .cartHeader {
    margin-bottom: 10px;
    font-family: Arial;

}
.cartTable{
    width: 100%;
}
.miniCartBox table tr{}
.miniCartBox table tr:nth-child(even){
    background: #f7f5f5;
}
.cartTable td{
    padding: 7px;
    font-weight: bold;
}
.cartTable td:first-child{
    padding-left: 20px;
    padding-right: 0;
    text-align: center;
    min-width: 68px;
}
.cartTable td:last-child{
    padding-right: 20px;
}
.cartTable td small{
    position: relative;
    top: -4px;
    font-size: 9px;
    font-weight: bold;
}
.cartTable .prodDiscount{
    font-size: 12px;
    text-align: right;
    text-decoration: line-through;
    color: #969696;
    font-weight: 300;
}
.cartTable .prodDiscount small{
    color: #969696;
    font-weight: 300;
    font-size: 8px;
}
.cartTable .prodPrice{
    white-space: nowrap;
    font-weight: bold;
    color: #f04339;
}
.cartTable .prodPrice small, .cartTable .prodPrice sup{
    color: inherit;
}
.cartTable .prodName{
    font-weight: bold;
    line-height: 1.1;
    font-family: Arial !important;
}
.cartTable .prodDescription{
    font-size: 13px;
    margin-top: 2px;
    font-weight: 400;
}
.miniCartBox .goToCart{
    margin: 15px 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.emptyCartBox{
    /*display: none;*/
}

.emptyCartBox .emptyMessage{
    padding-left: 20px;
}

.emptyCartBox .cartHeader{

}
.cart{
    padding: 50px 0;
    background: #f7f7f7;
}
.cartContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.cart .leftBox{
    width: calc(80% - 20px);
}
.cart .leftBox .title{
    font-size: 28px;
    margin-bottom: 10px;
    padding-top: 5px;
}
.cart .leftBox .title small{
    color: #a8a8a8;
    font-weight: 300;
}
.cart .leftBox .title img{
    margin-right: 15px;
    position: relative;
    top: -6px;
}
.cart .rightBox{
    width: 20%;
}
.cart .box {
    border: none;
    margin-bottom: 20px;
}
.cart .rightBox .title{
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
    font-family: Arial !important;
}
.cart .rightBox .title small{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    bottom: 9px;
}
.cart .rightBox .title span{
    font-weight: 600;
    font-size: 20px;
}
.cart .box img{
    max-width: 150px;
}
.box .cartTable td:first-child {
    width: 150px;
    padding-left: 0;
    position: relative;
}
.box .cartTable .prodPrice {
    font-size: 22px;
    text-align: right;
}
.box .cartTable .prodDiscount {
    font-size: 16px;
    font-weight: 400;
}
.box .cartTable td {
    padding: 20px;
}
.box .cartTable .prodName {
    line-height: 1.2;
    font-size: 22px;
}
.box .cartTable .prodDescription {
    font-size: 16px;
}
.box .cartTable td:last-child {
    padding-right: 0;
}
.box .cartTable tr{
    border-bottom: 1px dotted #c5c5c5;
}
.cartTable .quantity {
    margin-top: 15px;
    margin-left: 0;
}
.box .cartTable {
    margin-bottom: 40px;
}
.titleSumm{
    font-size: 20px;
    font-family: Arial !important;
    font-weight: bold;
    border-bottom: 2px solid #5cab4d;
    margin-bottom: 20px;
}
.titleSumm .coupon {
    font-family: Arial !important;
}
.summBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px;
}
.summBox.total, .summBox.total small{
    font-weight: bold;
}
.summBox .summName{}
.summBox .summValue{}
.summBox .summValue small{
    position: relative;
    top: -5px;
    font-size: 8px;
    font-weight: 600;
}
.goToCheckout{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.removeProduct{
        position: relative;
    top: 9px;
    left: 25px;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
}
.eco{
    margin-bottom: 20px;
    font-size: 18px;
    color: #5cab4d;
    font-weight: bold;
}
.eco small{
    color: #5cab4d;
    font-weight: bold;
    font-size: 10px;
    position: relative;
    bottom: 6px;
}
.continueShop{
    font-size: 13px;
    padding: 9px 12px;
    font-weight: 600;
    margin-bottom: 30px;
}
.discountCode{
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
}
.applyCode{
    font-size: 13px;
    padding: 9px 12px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.applyCode span{
    color: white;
    font-size: 15px;
}
.discountCodeMessage{
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
}
.appliedCode{
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #deeeda;
    padding: 12px 9px;
    border-radius: 3px;
    overflow: hidden;
}
.appliedCode span{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.appliedCode .removeDiscountCode{
    font-size: 30px;
    line-height: 0.5;
    background: #bddcb6;
    font-weight: 300;
    padding: 12px 9px;
    margin: -12px -9px;
    transition: all .3s;
}
.appliedCode .removeDiscountCode:hover{
    background: #5cab4d;
    transition: all .3s;
    cursor: pointer;
}
.boxTitle{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #5cab4d;
    margin-bottom: 10px;
}
.checkout .topInfo{
    font-size: 13px;
}
.checkout .bottomInfo{
    font-style: italic;
    font-size: 14px;
    margin-top: 20px;
}
.checkout .addressBox{
    margin: 20px 0 0;
}
.checkout .name{
    font-weight: bold;
}
.checkout .name span{
    font-weight: 400;
}
.checkout .address{
    margin: 8px 0 15px;
}
.checkout .buttons{}
.checkout .buttons .btn{
    margin-right: 20px;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.checkout .buttons .btn:hover{
    transition: all .3s;
    color: #a1a1a1;
    box-shadow: none;
}

/* Custom radio buttons */
.checkout input[type="radio"] + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}
.checkout input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #7d7d7d;
  background-color: #fff;
  border-radius: 50%;
}

.checkout input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5cab4d;
}
.checkout input[type="radio"]:checked + label:before {
    border-color: #5cab4d;
}
/* Custom checkbox */
.register input[type="checkbox"] + label, .checkout input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-right: 15px;
  font-size: 13px;
}
.checkout input[type="checkbox"] + label {
  font-size: 16px;
}
.register input[type="checkbox"] + label:before, .checkout input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 5px;
}
.register input[type="checkbox"], .checkout input[type="checkbox"], .checkout input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.register input[type="checkbox"]:checked + label:before, .checkout input[type="checkbox"]:checked + label:before, .checkout input[type="radio"]:checked + label:before {
    border-color: #5cab4d;
}
.register input[type="checkbox"]:checked + label:after, .checkout input[type="checkbox"]:checked + label:after, .checkout input[type="radio"]:checked + label:after {
    content: "";
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #5cab4d;
}
.checkout .cardsBox > .radio input[type="radio"]:checked ~ .cardInnerBox{
    display: block;
}
.checkout .radio{
    position: relative;
}
.checkout .cardsBox > .radio{
    margin-top: 30px;
}
.checkout .radio input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.checkout .cardInnerBox{
    padding-left: 40px;
    display: none;
}
.checkout .radio .ramburs{
    color: #ee4540;
}
.checkout .radio span small {
    color: inherit;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    bottom: 8px;
}
.checkout .radio span sup{
    color: inherit;
}
.checkout .cardInnerBox .radio{}
.checkout .cardInnerBox .radio label{
    width: 100%;
    padding: 20px 20px 20px 50px;
    background: #f7f7f7;
    margin-top: 15px;
    border-radius: 6px;
    transition: all .3s;
}
.checkout .cardInnerBox .radio .cardInfoBox{
    display: flex;
    justify-content: space-between;
}
.checkout .cardInnerBox .radio img{
    height: 100%;
}
.checkout .cardInnerBox .radio .cardType{
    font-size: 18px;
    font-weight: normal;
}

.cardTypeBox{}
.cardTypeBox input{
    padding-right: 70px;
}
.cardTypeBox img{
    position: absolute;
    top: 9px;
    right: 8px;
}
.checkout .cardInnerBox .radio .cardDetails{
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}
.checkout .cardInnerBox .radio .rateInfo{
    font-size: 16px;
    margin-right: 10px;
    padding-top: 8px;
}
.checkout .cardInnerBox .radio .rateSelect{
    padding: 4px 0 4px 4px;
    text-align: center;
    border-color: #cdcdcd;
    border-radius: 4px;
    position: relative;
    z-index: 100;
    font-size: 16px;
}
.checkout .cardInnerBox .radio .selectRateBox{
    display: none;
    margin-top: 20px;
}
.checkout .cardInnerBox .radio input[type="radio"]:checked + label .selectRateBox{
    display: flex;
}
.checkout .cardInnerBox .radio .cardDetails a{
    position: relative;
    z-index: 100;
}
.checkout .cardsBox > .radio img{
    padding-left: 38px;
    max-width: 100%;
}
.checkout .cardInnerBox input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    top: 19px;
    left: 15px;
}
.checkout .cardInnerBox input[type="radio"]:checked + label:after {
    top: 26px;
    left: 22px;
    width: 9px;
    height: 9px;
}
.checkout .cardInnerBox input[type="radio"]:checked + label{
    border: 1px solid #5cab4d;
    background: white;
    transition: all .3s;
}
.checkout .cardInnerBox .radio input[type="radio"]:checked + label .newCardBox{
    display: block !important;
    position: relative;
    z-index: 100;
}
.newCard{
    max-width: 400px;
}
.checkout .cardsBox > .radio .newCardBox img {
    padding-left: 0;
    max-width: 100%;
    margin-bottom: 20px;
}
.newCard input{
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
}
.newCard .newCardInfo{}
.newCard .newCardInfoText{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}
.newCard .newCardInfoText span{
    color: #363636;
}
.newCard .newCardInfoText .info{
    background: #717171;
    color: white;
    padding: 0 6px;
    border-radius: 50%;
    right: 15px;
    top: 15px;
    font-size: 12px;
    margin-left: 8px;
}
.newCard .saveCard{
    padding: 10px 40px;
}
.newCard .newCardLine{
    display: flex;
    justify-content: space-between;
}
.newCard .newCardLine span{
    color: #363636;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    top: 7px;
}
.newCard .newCardLine input{
    width: calc(33% - 10px);
}
.checkout .anotherBottomInfo{
    font-style: italic;
    padding-left: 40px;
}
.checkout .changeAddressBox{
    display: none;
}
.checkout .changeAddressBox.open{
    display: block;
    margin: 20px 0;
}
.checkout .addressBox{
    display: none;
}
.checkout .addressBox.open{
    display: block;
}
.checkout .changeAddressBox .address{
    padding-left: 40px;
}
.checkout .changeAddressBox label.name{
    font-size: 16px;
}
.checkout .changeAddressBox .buttons{
    display: none;
    position: relative;
    z-index: 100;
    padding-left: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted grey;
}
.checkout .changeAddressBox .radio input[type="radio"]:checked ~ .buttons{
    display: block;
}
.checkout .changeAddressBtn{
    margin-left: 40px;
    display: flex;
    max-width: 330px;
    min-width: 330px;
    justify-content: space-between;
}
.checkout .changeAddressBtn i{
    color: white;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5;
}
.checkout .changeAddressBox > .buttons2 {
    display: flex;
    justify-content: space-between;
}
.checkout .addNewAddressBox{
    display: none;
}
.checkout .addNewAddressBox.open{
    display: block;
    margin-top: 25px;
}
.checkout .addNewAddressBox .formTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.checkout .addNewAddressBox .inputFlexBox{
    display: flex;
    justify-content: space-between;
}
.checkout .addNewAddressBox .inputFlexBox.flex2 .inputBox{
    width: calc(50% - 6px);
}
.checkout .addNewAddressBox .inputFlexBox.flex3 .inputBox{
    width: calc(33% - 6px);
}
.checkout .addNewAddressBox .errorMess{
    /*display: none;*/
    color: red !important;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.myAcoount .errorMess {
    color: red !important;
    line-height: normal;
    display: flex;
    vertical-align: middle;
}
.errorMess span{
    background: #ee4540;
    color: white;
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
    padding: 0 8px;
    border-radius: 100%;
}

.errorMessModal #cartMessageContent {
    background: #ee4540;
    color: white;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    width: 100%;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding: 10px 30px 10px 10px;
}

.errorMessModal span:nth-child(2)
{
    display: none;
}
.checkout .addNewAddressBox .saveNewAddress{}
.checkout .addNewAddressBox .inputBox{
    margin-bottom: 20px;
}
.checkout .addNewAddressBox input{
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.cardInnerBox.open{
    display: block;
    padding: 0;
}
.cardInnerBox.open .radio {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.cardInnerBox.open  .radio label {
    margin-left: -15px;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    padding-left: 45px;
}
.cardInnerBox.open input[type="radio"]:checked + label {
    border: none;
    background: transparent;
    transition: all .3s;
    color: #59ac48;
}
.cardInnerBox.open .radio .cardDetails a {
    text-decoration: underline;
}

.register{
    text-align: center;
    padding: 80px 0;
}
.register .title {
    font-size: 30px;
    margin: 20px 0;
    font-family: Arial !important;
}
.register .description {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}
.register .signupForm{
    max-width: 350px;
    margin: auto;
}
.register .signupForm input{
    padding: 22px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}
.register .signupForm .voucherBox{
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 10px;
}
.register .signupForm .voucherBox span{}
.register .signupForm .voucherBox .info{
    background: #717171;
    color: white;
    padding: 0 6px;
    border-radius: 50%;
    right: 0;
    top: 10px;
    font-size: 12px;
    margin-left: 8px;
    height: 16px;
    cursor: pointer;
    position: relative;
}
.register .signupForm .signup{
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bolder;
}
.register .signupForm .radio{
    position: relative;
    text-align: left;
    margin-top: 10px;
}

.register .signupForm .radio a{
    position: relative;
    z-index: 100;
}
.register .signupForm a, .login a.simple, a.simpleLink {
    color: #5cab4d;
    text-decoration: underline;
}
.register .signupForm .radio a, .checkout .radio a {
    position: relative;
    z-index: 100;

}

.myAcoount.register, .myAcoount.register .description {
    text-align: left;
}
.myAcoount.register .description {
    margin: 0 0 30px;
}
.myAcoount.register .radio{
    position: relative;
    margin-bottom: 5px;
}
.myAcoount.register input[type="checkbox"] + label {
    font-size: 16px;
}
.login{
    text-align: center;
    padding: 80px 0;
}
.login .title{
    font-size: 30px;
    margin: 20px 0;
    font-family: Arial !important;
}

.login .loginForm .radio {
    position: relative;
    text-align: left;
}

.login .loginForm{
    max-width: 350px;
    margin: auto auto 30px;
}
.login .description{
    font-size: 18px;
    max-width: 500px;
    margin: auto auto 30px;
}
.login input{
    padding: 12px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}
/* Custom checkbox for login */
.login input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  padding-bottom: 9px;
  padding-top: 1px;
  width: 100%;
  text-align: left;
  /* font-size: 14px; */
}

.login input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-radius: 5px;
}
.login input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.login input[type="checkbox"]:checked + label:before {
    border-color: #5cab4d;
}
.login input[type="checkbox"]:checked + label:after {
    content: "";
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #5cab4d;
}


.login .club{
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin: 20px auto;
}
.login .club span{
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 8px;
}
.login .btn{
    width: 100%;
    padding: 10px 0;
}
.login .club .loginClub{
    display: flex;
    justify-content: space-between;
    padding: 13px;
}
.login .club .loginClub span{
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
    /*margin-bottom: 8px;*/
    color: white;
    position: relative;
    /*top: 3px;*/
}
.autocomplete-suggestions{
    background: white;
    border: 1px solid #5cab4d;
    max-height: none !important;
}
.autocomplete-suggestions .autocomplete-suggestion{
    padding: 7px 15px;
}
.autocomplete-suggestions .autocomplete-suggestion:hover{
    cursor: pointer;
    background: #deeeda;
}

.autocomplete-suggestion span{
    color: #5cab4d;
}

.recommended{
    background: #f7f7f7;
}
.recommended .titleRecommended{
    padding: 15px 15px 0;
    font-weight: bold;
    font-size: 18px;
}
.recommended .cartTable td:first-child {
    padding-left: 15px;
    width: 23% !important;
}

.recommended .cartTable td:first-child img {
    width: 100% !important;
}

.recommended .cartTable td:nth-child(2) {
    width: 53% !important;
}

.recommended .cartTable td:last-child {
    width: 10% !important;
}

.tooltip > .arrow,
.tooltip > .tooltip-inner {
    background-color: #fff;
}
.tooltip > .tooltip-inner {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.70);
    padding: 15px;
    text-align: left;
    line-height: 1.5;
    font-size: 15px;
}
.tooltip-inner a{
    color: #5cab4d;
    font-weight: 600;
    text-decoration: underline;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #fff;
}
.footerSocials{}
.footerSocials ul{
    display: flex;
    justify-content: space-between;
}
.footerSocials li{
    float: left;
    margin-right: 15px;
}
.footerSocials li i{
    background: #b2d7ac;
    padding: 7px 6px;
    border-radius: 50%;
    margin: 0 !important;
    width: 30px;
    height: 30px;
    text-align: center;
}
.myAcoount{
    padding: 50px 0;
    background: #f6f4f4;
}
.myAcoount .box{
    border: none;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.myAcoount .title{
    font-size: 30px;
    font-family: Arial !important;
    margin-bottom: 15px;
}
.myAcoount .description{
    margin-top: -5px;
}
.profileForm{
    margin-top: 20px;
}
.profileForm .miniTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 15px;
    clear: both;
}
.profileForm .formGroup{
    display: flex;
    justify-content: space-between;
}
.profileForm .formElem{
    position: relative;
    width: calc(50% - 10px);
    width: 100%;
    margin: 0 7px;
}
.profileForm .formElem:first-child{
    margin-left: 0;
}
.profileForm .formElem:last-child{
    margin-right: 0;
}
.profileForm .formElem label{
    position: absolute;
    top: -12px;
    left: 16px;
    font-size: 12px;
    background: white;
    padding: 5px;
    font-weight: 600;
}
.profileForm input, .profileForm select {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
}

.myAcoount .emailDisabled {
    background-color: rgba(0, 0, 0, 0.3);
    color: black;
}


.passwordFields input:focus {
    border: 2px solid #b3e4b0;
    background-color: rgba(224, 239, 223, 1);
}

.passwordFields label
{
    background-color: transparent !important;
    z-index: 2 !important;
    padding: 6px !important;
}

.passwordFields .col-md-6 .formGroup:first-child .formElem:after {
    content: '';
    position: absolute;
    display: block;
    width: 94px !important;
    height: 12px;
    z-index: 1 !important;
    left: 21px;
    top: -9.9px;
    background: white !important;
}

.passwordFields .col-md-6 .formGroup:nth-child(2) .formElem:after {
    content: '';
    position: absolute;
    display: block;
    width: 79px !important;
    height: 12px;
    z-index: 1 !important;
    left: 21px;
    top: -9.9px;
    background: white !important;
}

.passwordFields .formElem:after {
    content: '';
    position: absolute;
    display: block;
    width: 130px;
    height: 12px;
    z-index: 1 !important;
    left: 21px;
    top: -9.9px;
    background: white;
}




.profileForm select {
    padding: 10px 20px !important;
    -webkit-appearance: initial;
    -moz-appearance: initial;
    appearance: initial;
}

.inlineInputs{
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.inlineInputs input, .inlineInputs select{
    width: calc(33% - 13px);
}
.inlineInputs span{
    color: #363636;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    top: 12px;
}
.myAcoount .leftMenu{}
.myAcoount .leftMenu li{
    padding: 6px 0;
}
.myAcoount .leftMenu li a{
    font-weight: bold;
}
.myAcoount .leftMenu li.current a{
    color: #5cab4d;
    text-decoration: underline;
}
.myAcoount .radio{}
.myAcoount .radio input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.myAcoount input[type="radio"] + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}
.myAcoount input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    border-radius: 50%;
}
.myAcoount input[type="radio"]:checked + label:before {
    border-color: #5cab4d;
}
.myAcoount input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5cab4d;
}
.radioBox .radio{
    float: left;
        position: relative;
}
.radioBox{
    margin-bottom: 20px;
    display: flex;
}
.myAcoount .saveProfile{
    width: 250px;
    margin-top: 10px;
}
.myAcoount .filter{
        border: none;
    background: #f7f5f5;
    padding: 12px;
    font-weight: bold;
    min-width: 250px;
}
.myOrders{}
.myOrders .order{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dotted grey;
}
.myOrders .orderBox{}
.myOrders .orderNr{
    font-size: 18px;
    font-weight: bold;
}
.myOrders .orderInfo{
    margin-top: 5px;
    font-weight: bold;
}
.myOrders .orderInfo span{
    font-weight: normal;
}
.myOrders .orderTotal{
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}
.myOrders .orderTotal small{
    font-weight: bold;
    position: relative;
    top: -7px;
    font-size: 10px;
}
.myOrders .orderDetails{
    margin-right: 0;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    margin-top: 9px;
    float: right;
    padding: 9px 35px;
}
.myAcoount .removeAll{
    margin-right: 0;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    float: right;
    margin-bottom: 20px;
}
.removeFavorit{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer;
}
.removeFavorit i{}
.myAcoount .title span{
    color: gray;
    font-size: 20px;
}
.myAcoount .addToCart img {
    margin-left: 10px;
}
.margin-0{
    margin: 0;
}
.myAcoount .container > .row {
    margin-top: 0;
}
.myOrders .orderInfo small{
    position: relative;
    top: -6px;
    font-size: 9px;
}
.myAcoount .box .cartTable .prodPrice, .myAcoount .box .cartTable .prodCount {
    font-size: 16px;
    text-align: right;
    color: #363636;
}
.myAcoount .box .cartTable .prodPrice span, .myAcoount .box .cartTable .prodCount span{
    font-weight: normal;
}
.myAcoount .cartTable .prodPrice small {
    color: #363636;
}
.myAcoount .summBox {
    font-size: 16px;
}
.myAcoount .summaryBox {
    margin-top: 20px;
}
.myAddresses .addressBox{
    padding-bottom: 30px;
    border-bottom: 1px dotted grey;
}
.myAcoount .addNewAddress{
    display: flex;
    max-width: 330px;
    min-width: 330px;
    justify-content: space-between;
    margin-top: 30px;
}
.myAcoount .addNewAddress i{
    color: white;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5;
}
.addressForm .errorMess{
    margin-top: -15px;
    margin-bottom: 10px;
}
.cardInnerBox.open{
    display: block;
    padding: 0;
}
.cardInnerBox.open .radio {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.cardInnerBox.open  .radio label {
    margin-left: -15px;
    padding-bottom: 0;
    font-size: 17px;
    font-weight: normal;
    padding-left: 45px;
}
.cardInnerBox.open input[type="radio"]:checked + label {
    border: none;
    background: transparent;
    transition: all .3s;
    color: #59ac48;
}
.cardInnerBox.open .radio .cardDetails a {
    text-decoration: underline;
}
.myAcoount .newCardBox > img{
    margin: 20px 0;
}
.cardTypeBox{}
.cardTypeBox input{
    padding-right: 70px;
}
.cardTypeBox img{
    position: absolute;
    top: 9px;
    right: 8px;
}
.myAcoount .newCard .newCardLine span {
    top: 14px;
}
.myAcoount .discountBox{
    margin-top: 15px;
    background: #f6f4f4;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
}
.myAcoount .discountBox .discountInfo{
    width: calc(50% - 10px);
}
.myAcoount .discountBox .discountName{
    font-size: 18px;
    font-weight: bold;
}
.myAcoount .discountBox .discountExpiration{}
.myAcoount .discountBox .discountDescription{
    margin-top: 20px;
}
.myAcoount .discountBox .discountDescription a{
    font-weight: bold;
    text-decoration: underline;
}
.myAcoount .discountBox .applyDiscount{
    float: right;
    background: transparent;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    text-transform: uppercase;
}
.myAcoount .discountBox .applyDiscount i{
    color: #5cab4d;
    margin-right: 5px;
}
.myAcoount #discountCode{
    max-width: 350px;
    border-color: #5cab4d;
}
.myAcoount  .discountForm{
    margin-top: 35px;
}
.myAcoount .description.half{
    max-width: 550px;
    margin-bottom: 30px;
}
.myRatings .filter{
    margin: 15px 0;
}
.myRatings .rating-md {
    font-size: 15px;
    text-align: left;
}
.myRatings i{
    color: #5cab4d;
}
.myRatings .box .cartTable td:first-child {
    vertical-align: top;
}
.rateMainBox{
    display: flex;
    justify-content: space-between;
}
.rateMainBox .date{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.myRatings .prodRating{
    margin: 30px 0;
    font-weight: 600;
}
.myRatings .ratingFooter i{
    font-size: 26px;
    padding-top: 6px;
}
.myRatings .like{
    float: left;
    font-size: 19px;
}
.myRatings .rating{
    margin-top: 10px;
}
.myRatings .verified{
    font-size: 14px;
    font-weight: 600;
}
.myRatings .removeRating{
    float: right;
    margin-left: 30px;
    border: 0 none;
    box-shadow: none;
    background: 0 none;
}
.myRatings .removeRating i{
    color: #363636;
}
.myRatings .modifyRating{
    float: right;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.editRating .ratedProduct img{
    max-width: 150px;
}
.editRating .ratedProduct{
    display: flex;
    border-bottom: 2px solid #5cab4d;
}
.editRating .rateBox2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
    text-decoration: underline;
}
.editRating .prodName{
    font-weight: bold;
    margin-bottom: 5px;
}
.editRating .rateDescription{
    font-weight: bold;
    font-size: 18px;
}
.editRating .rating-md {
    text-align: left;
}
.editRating .rateBox{
    margin: 15px 0 50px;
}
.editRating textarea{
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    max-width: 500px;
    min-height: 250px;
}
.editRating .description{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 13px;
}
.editRating .description a{
    color: #5cab4d;
    text-decoration: underline;
}
.editRating .cancelModify{
    margin-right: 20px;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    margin-top: 15px;
}
.editRating .btn{
    padding: 9px 30px;
}
.editRating .btn i{
    color: white;
}
.btn.light{
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
}
.btn.light i{
    color: #5cab4d;
}
.categoryPage.myRatings .rating-md {
    text-align: center;
}
.categoryPage.myRatings .productInfo {
    min-height: 250px;
}
.myRatings .addRating{
    padding: 9px 12px;
}
.myAcoount.register, .myAcoount.register .description {
    text-align: left;
}
.myAcoount.register .description {
    margin: 0 0 30px;
}
.myAcoount.register .radio{
    position: relative;
    margin-bottom: 5px;
}
.myAcoount.register input[type="checkbox"] + label {
    font-size: 16px;
}
.myAcoount .saveAlerts{
    margin-top: 20px;
}
.searchText{
    color: #9a9a9a;
    font-size: 13px;
    margin-bottom: 10px;
}
.noResults{
    width: 100%;
    margin-bottom: 30px;
}
.noResults .err{
    color: #b70027 !important;
}
.noResults .noResultMessage{
    font-weight: 600;
}
.noResults .noResultMessage ol{
    list-style: none;
    padding-left: 0;
}
.noResults .noResultMessage ol li{}
.noResults .noResultMessage ol li::before {
    content: "•";
    color: #5cab4d;
    display: inline-block;
    width: 16px;
    margin-left: 0;
    font-size: 22px;
    position: relative;
    top: 2px;
}
.faq{
    padding: 50px 0;
    background: transparent;
}
.faq .title{
    font-size: 36px;
    margin-bottom: 30px;
}
.faqOuterBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faqOuterBox .faqBox{
    border: 1px solid #5cab4d;
    border-radius: 8px;
    padding: 21px;
    width: calc(33.333% - 18px);
    margin-bottom: 30px;
}
.faqOuterBox .faqName{
    color: #5cab4d;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.faqOuterBox .faqContent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.faqOuterBox .left{
    width: 70%;
    font-weight: 600;
}
.faqOuterBox .right{
    width: 30%;
    text-align: right;
}
.contact{
    padding: 50px 0;
}
.contact .title{
    font-size: 34px;
    margin-bottom: 30px;
}
.contact .contactOuterBox{
    display: flex;
    justify-content: space-evenly;
}
.contact .contactBox{
    width: 50%;
    text-align: center;
    font-weight: 600;
}
.contact .contactName{
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 10px;
}
.contact .contactContent{
    margin-bottom: 5px;
}
.contact .contactContent a{
    text-decoration: underline;
    font-size: 18px;
    font-weight: 600;
}
.rating .green{
    color: #5fa952;
}
.contact .contactText{}
.contact .contactText .green{
    color: #5fa952;
}
.content-page{
    padding: 50px 0;
    font-weight: 600;
}
.content-page .content{
    max-width: 840px;
}

.content-page .content p{
    font-weight: lighter;
    font-size: 16px;
}
.content-page .title{
    font-size: 34px;
    margin-bottom: 30px;
}
.content-page h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #5cab4d;
    font-weight: bold;
}
.content-page h4 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.content-page blockquote {
    margin: 20px 0 0 60px;
    color: grey;
    font-size: 18px;
    font-style: italic;
    /*display: flex;*/
}

.content-page blockquote::before {
    /*content:"";
    background: url("../../img/qoute.png") no-repeat;
    border-right: 1px solid #5cab4d;
    padding-right: 10px;
    width: 120px;
    margin-right: 15px;*/

    color: #E4E4E4;
    position: absolute;
    content: open-quote;
    font-size: 8em;
    margin-left: -0.5em;
    margin-top: -0.8em;
}

.content-page blockquote div {
    font-size: 18px;
    color: #5cab4d;
    font-weight: bold;
    margin-top: 15px;
}
.error404{
    padding: 50px 0;
    text-align: center;
}
.error404 .title{
    font-size: 40px;
    font-weight: bold;
    color: #5cab4d;
}
.error404 .subTitle{
    color: grey;
    font-size: 20px;
    margin-bottom: 30px;
}
.error404 .description{
    color: grey;
    margin-top: 20px;
}
.newsletterPage{
    padding: 65px 0 40px;
    background-size: cover;
    background: url(../../img/news.png) center;
    text-align: center;
}
.newsletterPage .title{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.newsletterPage form{
    width: 100%;
    margin: 15px auto;
    max-width: 600px;
}
.newsletterPage input{
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
}
.newsTitle {
    font-family: Arial !important;
}
.voucher{
    padding: 30px;
    text-align: center;
    background: #b2d7ac;
    font-weight: bold;
}
.voucher .title{
    font-size: 28px;
    margin-bottom: 5px;
}
.voucher .description{}
.newsletterThanks{
    padding: 50px 0 70px;
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.newsletterThanks .description{
    color: white;
}
.newsletterThanks .btn{
    margin-top: 30px;
}
.mobileOnly{
    display: none;
}
.desktopOnly{
    display: block;
}


.invalid-feedback, label.error {
    display: block;
    width: 100%;
    margin: .25rem 0;
    font-size: 80%;
    color: #dc3545;
    font-weight: bold;
}

.error
{
    color: #dc3545 !important;
}

input.error { border: 1px solid #dc3545 }



.myAcoount{
    padding: 30px 0;
    background: #f6f4f4;
}
.myAcoount .box{
    border: none;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.myAcoount .title{
    font-size: 30px;
    margin-bottom: 15px;
}
.myAcoount .description{
    margin-top: -5px;
}

.myAcoount .leftMenu{}
.myAcoount .leftMenu li{
    padding: 6px 0;
}
.myAcoount .leftMenu li a{
    font-weight: bold;
}
.myAcoount .leftMenu li.current a{
    color: #5cab4d;
    text-decoration: underline;
}

.myAcoount .radio{}
.myAcoount .radio input[type="radio"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}
.myAcoount input[type="radio"] + label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}
.myAcoount input[type="radio"] + label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    border-radius: 50%;
}

.myAcoount .removeAll{
    margin-right: 0;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    float: right;
    margin-bottom: 20px;
}
.myAcoount input[type="radio"]:checked + label:before {
    border-color: #5cab4d;
}
.myAcoount input[type="radio"]:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #5cab4d;
}

.inlineInputs{
    max-width: 450px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.inlineInputs input, .inlineInputs select{
    width: calc(33% - 13px) !important;
}

.myAccountEdit select {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
    appearance: menulist !important;
}

.inlineInputs span{
    color: #363636;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    top: 12px;
}
.radioBox .radio{
    float: left;
    position: relative;
}
.radioBox{
    margin-bottom: 20px;
    display: flex;
}
.myAcoount .saveProfile{
    width: 250px;
    margin-top: 10px;
}
.myAcoount .filter{
    border: none;
    background: #f7f5f5;
    padding: 12px;
    font-weight: bold;
    min-width: 250px;
}
.profileForm{
    margin-top: 20px;
}
.profileForm .miniTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 15px;
    clear: both;
}
.profileForm .formGroup{
    display: flex;
    justify-content: space-between;
}
.profileForm .formElem{
    position: relative;
    width: calc(50% - 10px);
    width: 100%;
    margin: 0 7px;
}
.profileForm .formElem:first-child{
    margin-left: 0;
}
.profileForm .formElem:last-child{
    margin-right: 0;
}
.profileForm .formElem label{
    position: absolute;
    top: -12px;
    left: 16px;
    font-size: 12px;
    background: white;
    padding: 5px;
    font-weight: 600;
}

.profileForm input, .profileForm select{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    font-size: 16px;
}


.radioBox .radio{
    float: left;
    position: relative;
}
.radioBox{
    margin-bottom: 20px;
    display: flex;
}


.myOrders{}
.myOrders .order{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dotted grey;
}
.myOrders .orderBox{}
.myOrders .orderNr{
    font-size: 18px;
    font-weight: bold;
}
.myOrders .orderInfo{
    margin-top: 5px;
    font-weight: bold;
}
.myOrders .orderInfo span{
    font-weight: normal;
}
.myOrders .orderTotal{
    font-weight: bold;
    font-size: 18px;
    text-align: right;
}
.myOrders .orderTotal small{
    font-weight: bold;
    position: relative;
    top: -7px;
    font-size: 10px;
}

.myAddresses .addressBox{
    padding-bottom: 30px;
    border-bottom: 1px dotted grey;
}
.myAcoount .addNewAddress{
    display: flex;
    max-width: 330px;
    min-width: 330px;
    justify-content: space-between;
    margin-top: 30px;
}
.myAcoount .addNewAddress i{
    color: white;
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1.5;
}
.myOrders .orderDetails{
    margin-right: 0;
    background: white;
    color: #5cab4d;
    border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    transition: all .3s;
    margin-top: 9px;
    float: right;
    padding: 9px 35px;
}

#module_details {
    width: 100%;
}

@media (max-width: 1190px) and (min-width:769px)  {
    .carouselText {
        margin-right: 100px !important;
    }
}
@media (max-width: 640px) {
    .carImage {
        margin-left: -150px !important;
    }
}

#searchResults {
    position: absolute !important;
}
@media (min-width: 300px) and (max-width: 591px)
{
    .miniCartBox {
        min-width: calc(100vw - 20px) !important;
    }
}
@media (max-width: 768px){
    .mobileOnly{
        display: block;
    }
    .desktopOnly{
        display: none !important;
    }
    .searchBox {
        position: inherit !important;
    }

    #searchResults {
        /* top: 122px; */
        left: 0;
        /* height: 100vh; */
        /* position: relative !important; */
    }

    #searchResults .recommended {
        /* height: 100%; */
    }

    #homeCarousel .carouselInnerContent {
        position: relative;
        padding: 40px 0;
    }
    .carouselInnerContent{
        left: 0!important;
    }
    #homeCarousel .carousel-control-next, #homeCarousel .carousel-control-prev {
        top: calc(31% - 30px);
        width: 60px;
        height: 60px;
    }
    #homeCarousel .carousel-item > img {
        max-height: 400px;
        width: auto !important;
        max-width: initial;
    }
    .specialElems {
        flex-wrap: wrap;
    }
    .specialElems .specialElem {
        display: block;
        width: calc(50% - 15px);
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .specialElems .elemIcon {
        margin-right: 0;
    }
    .specialElems .elemText {
        max-width: inherit;
        font-size: 16px;
        margin-top: 10px;
    }
    .bgImage1 .layerBox {
        position: relative;
        top: 200px;
        padding: 30px 20px;
    }
    .bgImage1 {
        background-position: 76% 2%;
        margin-bottom: 100px;
        background-size: auto;
        background-repeat: no-repeat;
    }
    .bgImage1 .specialElems .specialElem {
        text-align: center;
    }
    .faces .carousel-control-prev {
        left: -20px;
    }
    .faces .carousel-control-next {
        right: -20px;
    }
    .productImage {
        text-align: center;
    }
    .tab-pane { margin-bottom: 20px; }
    .carousel-control-next, .carousel-control-prev {
        top: calc(25% - 30px);
        width: 60px;
        height: 60px;
    }
    .specialOffers .nav-tabs .nav-link {
        margin-top: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .footerBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .catalog {
        margin: 100px 0 0 0 !important;
        max-height: inherit;
    }
    .catalog img {
        margin-top: -92px;
        margin-bottom: 25px;
    }

    .steps{
        padding: 40px 0 0;
    }
    .steps .step {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .steps .contentBox {
        margin: 15px 0;
    }
    .steps .imgBox {
        margin-right: 0;
        display: block;
    }
    .steps .contentBox .link {
        margin-top: 20px;
    }
    .newsletter {
        text-align: center;
        margin: 0;
    }
    .newsletter img {
        margin-bottom: 30px;
    }
    .newsletter .subscribe input {
        width: 100%;
        border: 1px solid #b2d7ac;
        padding: 10px 15px;
        transition: all .3s;
        margin-bottom: 20px;
        text-align: center;
    }
    .newsletter .subscribe {
        display: block;
    }
    .articles {
        padding: 20px 0;
    }
    .articles .articleHoverBox {
        left: -600px;
        top: -600px;
    }
    .articles .articleImage {
        text-align: center;
    }
    #carouselArticles2 .carousel-control-next, #carouselArticles2 .carousel-control-prev {
        top: calc(40% - 30px);
    }
    .bgImage2 {
        background-position: 20% 0%;
    }
    .happies .happy {
        width: 33.3333%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding: 10px;
    }
    .footerSocials {
        background: #f3f3f3;
        padding: 10px 25px;
        margin: 0 -15px;
    }
    .footerSocials li i {
        background: #ffffff;
        padding: 10px 6px;
        border-radius: 0;
        margin: 0 !important;
        width: 46px;
        height: auto;
        text-align: center;
        font-size: 24px;
    }
    footer {
        border-top: none;
        padding: 40px 0 0 0;
    }
    footer .footerLogos {
        margin: 0;
    }
    .happies {
        padding-bottom: 0;
    }
    .searchBox {
        padding-top: 22px;
        float: none;

    }
    .searchBox .searchFieldBox {
        display: flex;
        flex-direction: row;
        width: 100%;
        /*padding-top: 20px;*/
    }
    .searchBox .searchFieldBox input {
        padding: 2px 35px 2px 15px;
        border: none;
        background: #f7f7f7;
        min-width: initial;
        width: 100%;
        max-width: inherit;
        transition: all .3s;
    }

    .memberMenuBox .wish{
        margin-left: 20px;
    }
    .memberMenuBox {
        float: right;
        padding-top: 13px;
        margin-right: 20px;
        margin-left: -20px;
    }
    #menuTop {
        padding: 15px 0;
    }
    #menuTop .logo {
        float: left;
        margin-right: 0;
        max-width: 120px;
    }
    .mainMenuBtn .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    button.mainMenuBtn{
        float: left;
        top: 13px;
        margin-right: 10px;
    }
    #menuMainMobile{
        display: none;
        position: fixed;
        /* top: 124px; */
        top: 0;
        left: 0;
        /* height: calc(100vh - 184px); */
        height: 100%;
        z-index: 999;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll !important;
        -webkit-overflow-scrolling:touch !important;
    }
    #menuMainMobile.open{
        display: block;
    }
    #menuMainMobile .menuTitle{
        font-weight: bold;
        margin: 10px 0;
        border-bottom: 1px dotted grey;
        padding-bottom: 3px;
    }
    #menuMainMobile .menuClose{
        color: #59a848;
        font-weight: bold;
        font-size: 22px;
        border-bottom: 1px dotted #a0a0a0;
    }
    #menuMainMobile .menuClose span{
        float: right;
        color: #59a848;
    }
    #menuMainMobile .subCategoryMenu{
        position: fixed;
        /* top: 124px; */
        top: 0;
        left: 0;
        /* height: calc(100vh - 124px); */
        height: 100%;
        z-index: 9999;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll;
    }

    #profileMenuMobile{
        display: none;
        position: fixed;
        /* top: 124px; */
        top: 0;
        left: 0;
        /* height: calc(100vh - 184px); */
        height: 100%;
        z-index: 999;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll !important;
        -webkit-overflow-scrolling:touch !important;
    }
    #profileMenuMobile.open{
        display: block;
    }
    #profileMenuMobile .menuTitle{
        font-weight: bold;
        margin: 10px 0;
        border-bottom: 1px dotted grey;
        padding-bottom: 3px;
    }

    #profileMenuMobile .menuClose{
        color: #59a848;
        font-weight: bold;
        font-size: 22px;
        border-bottom: 1px dotted #a0a0a0;
    }
    #profileMenuMobile .menuClose span{
        float: right;
        color: #59a848;
    }

    #profileMenuMobile .mainMenu {
        display: block !important;
    }

    #profileMenuMobile li {
        float: none !important;
    }
    #profileMenuMobile .subCategoryMenu{
        position: fixed;
        /* top: 124px; */
        top: 0;
        left: 0;
        /* height: calc(100vh - 124px); */
        height: 100%;
        z-index: 9999;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll;
    }
    #menuMainMobile .subCategoryMenu .menuBox, #menuMainMobile .subCategoryMenu{
        display: none;
    }
    #menuMainMobile .subCategoryMenu .menuBox.open, #menuMainMobile .subCategoryMenu.open{
        display: block;
    }
    #menuMainMobile .subCategoryMenu .menuBox ul{}
    #menuMainMobile .subCategoryMenu .menuBox ul li{
        padding: 10px 0;
        font-weight: 600;
    }
    #menuMainMobile .subCategoryMenu .menuBox ul li.main{
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
    }
    #menuMainMobile .subCategoryMenu .menuBox ul li a{}
    #menuMainMobile .mainCategoryMenu{}
    #menuMainMobile .mainCategoryMenu ul{}
    #menuMainMobile .mainCategoryMenu ul li{
        padding: 10px 0;
        font-weight: bold;
    }
    #menuMainMobile .mainCategoryMenu ul li a{}
    #menuMainMobile .mainMenu{}
    #menuMainMobile .mainMenu ul{}
    #menuMainMobile .mainMenu ul li{
        float: none;
        margin-left: 0;
        padding: 10px 0;
    }
    body.block{
        overflow: hidden !important;
    }
    #header.sticky .logoSticky {
        top: 3px;
    }
    .articles .articleBox {
        max-width: 100%;
        flex: 100%;
    }
    article.productInfo{
        /*margin-top: 30px;*/
    }
    .productInfo form{
        display: flex;
        flex-direction: column;
    }
    .productInfo form .addToCart{
        order: 2;
    }
    .productInfo form .quantity{
        order: 1;
        margin-bottom: 20px !important;
        margin-left: 0;
    }
    .productDetails .nav-tabs {
        display: block;
    }
    .makeRatingBox .rateBox .rating-container {
        margin-left: -4px;
        float: none !important;
    }
    .makeRatingBox .rateBox .comment {
        margin-left: 0;
        display: inline-block;
        clear: both;
        margin-top: 10px;
    }
    .commentBox .commentHeader {
        justify-content: space-between;
    }
    .specialOffers .productBox {
        max-width: 100%;
        flex: 100%;
    }
    .categoryProducts .productBox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }
    .categoryPage .productTitle {

        font-weight: 600;
    }
    .categoryPage .addToCart {
        display: none;
    }
    .categoryPage .productInfo {
        min-height: 200px;
        padding: 10px;
    }
    .categoryPage .categoryHeader .order {
        float: left;
        margin-bottom: 10px;
        text-align: center;
        width: calc(50% - 20px);
        margin-right: 20px;
        position: relative;
    }
    .categoryPage .categoryTitle {
        font-size: 26px;
    }
    .categoryPage .priceOld {
        min-height: 20px;
    }
    .categoryPage .categoryHeader .paginationBox {
        float: none;
        padding-top: 6px;
        display: flex;
        margin: auto;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .categoryPage .leftSide{
        display: none;
        position: fixed;
        /* top: 124px; */
        top: 0;
        left: 0;
        /* height: calc(100vh - 124px); */
        height: 100%;
        z-index: 998;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll;
    }
    .categoryPage .leftSide.open{
        display: block;
    }
    #header.sticky #menuTop {
        padding: 15px 0;
    }
    .categoryPage .filterBtnBox{
        position: fixed;
        bottom: 0;
        z-index: 998;
        left: 0;
        right: 0;
        padding: 20px;
        background: white;
    }
    .categoryPage .filterBtnBox .btn{

    }
    .categoryPage .menuClose{
        color: #59a848;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .categoryPage .menuClose span{
        color: #59a848;
        font-weight: bold;
        float: right;
    }
    .categoryPage .categoryHeader .order select {
        min-width: inherit;
        opacity: 1;
    }

    .cart .leftBox .title img {
        display: none;
    }
    .cart .leftBox .title {
        font-size: 22px;
    }
    .quantity .btn {
        padding: 2px 10px;
    }
    .quantity {
        min-width: 120px;
    }
    .cart .box img {
        max-width: 70px;
    }
    .box .cartTable .prodName {
        line-height: 1.2;
    }
    .box .cartTable .prodDescription {
        font-size: 14px;
    }
    .box .cartTable td {
        padding: 10px;
        padding-bottom: 25px;
    }
    .cart .rightBox, .cart .leftBox {
        width: 100%;
    }
    .cartContent {
        display: block;
    }
    .checkout .buttons .btn {
        margin-right: 10px;
        font-size: 12px;
    }
    .checkout .cardInnerBox .radio .cardType {
        font-size: 9px;
    }
    .checkout .cardInnerBox .radio .cardDetails {
        font-size: 9px;
    }
    .checkout .cardInnerBox .radio img {
        height: 100%;
        max-width: 100%;
        width: 40px;
        padding-left: 0;
    }
    .checkout .cardInnerBox .radio .rateInfo {
        font-size: 11px;
    }
    .checkout .cardInnerBox .radio .rateSelect {
        font-size: 11px;
    }
    .checkout .changeAddressBox > .buttons2 {
        display: block;
    }
    .checkout .changeAddressBtn {
        margin-left: 0;
        display: flex;
        max-width: 330px;
        min-width: 100%;
        font-size: 14px;
        padding: 9px 15px;
        margin-bottom: 10px;
    }
    .checkout .addNewAddressBox .inputFlexBox {
        display: block;
    }
    .checkout .addNewAddressBox .inputFlexBox.flex3 .inputBox {
        width: 100%;
    }
    .checkout .addNewAddressBox .inputFlexBox.flex2 .inputBox {
        width: 100%;
    }
    .checkout .addNewAddressBox .saveNewAddress {
        width: 100%;
    }
    .newCard .saveCard {
        padding: 10px 30px;
        font-size: 11px;
    }
    .newCard input {
        width: 100%;
        margin-bottom: 15px;
        font-size: 13px;
    }
    .gallery-wrap .img-big-wrap {
        height: 250px;
    }
    .cartModal {
        width: calc(100%);
    }
    .cartModal .modal-title {
        font-size: 17px;
    }
    .cartModal .modal-title img {
        display: none;
    }
    .cartModal .close {
        font-size: 26px;
    }
    .contact .contactOuterBox {
        display: block;
    }
    .contact .contactBox {
        width: 100%;
        margin-bottom: 30px;
    }
    .about .greenTitle {
        font-size: 20px;
    }
    .about .subTitle {
        font-size: 19px;
    }
    .faqOuterBox .faqBox {
        width: 100%;
    }
    .noResults {
        padding: 10px;
    }
    .myAcoount .leftMenu {
        position: fixed;
        top: 124px;
        left: 0;
        height: calc(100vh - 124px);
        z-index: 999;
        background: white;
        width: 100%;
        padding: 20px;
        overflow: scroll;
        display: none;
    }
    .myAcoount .leftMenu.open {
        display: block;
    }
    .myAcoount .leftMenu li {
        padding: 10px 0;
        border-bottom: 1px dotted;
    }
    .myAcoount {
        padding: 10px 0 0px;
        background: #ffffff;
    }
    .myAcoount .col-md-3 .box{
        padding: 0 0px;
        margin: 0;
    }
    .myAcoount .col-md-9 .box{
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .myAcoount .menuClose {
        color: #59a848;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .myAcoount .menuClose span {
        color: #59a848;
        font-weight: bold;
        float: right;
    }
    .profileForm .formElem {
        width: 100%;
        margin: 0;
    }
    .profileForm .formGroup {
        display: block;
    }
    .inlineInputs input, .inlineInputs select {
        width: calc(33% - 8px);
    }
    .myAcoount .btn{
        width: 100%;
    }
    .myAcoount .title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .myAcoount .filter {
        width: 100%;
    }
    .myOrders .orderDetails {
        padding: 9px 15px;
    }
    .myOrders .orderNr {
        font-size: 14px;
    }
    .myOrders .orderInfo {
        font-size: 12px;
    }
    .myOrders .orderTotal {
        font-size: 16px;
    }
    .myOrders .order {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .backToOrders {
        margin: 10px 0 20px;
    }
    .boxTitle {
        font-size: 18px;
    }
    .succMess {
        padding-right: 40px;
        font-size: 14px;
    }
    .box .cartTable .prodName {
        font-size: 15px;
    }
    .myAcoount .box .cartTable .prodPrice, .myAcoount .box .cartTable .prodCount {
        font-size: 14px;
    }
    .box .cartTable td:first-child {
        width: 80px;
    }
    .box .cartTable {
        margin-bottom: 20px;
    }
    .myAcoount .summBox {
        font-size: 14px;
    }
    .myAcoount .summaryBox {
        background: #f7f7f7;
        padding: 10px;
    }
    .myAcoount .removeAll {
        margin-top: 10px;
    }
    .myAcoount.checkout .buttons {
        display: flex;
    }
    .myAcoount .addNewAddress {
        min-width: 100%;
    }
    .breadcrumbs span {
        padding: 0 3px 0 6px;
    }
    .myAcoount .box {
        padding: 0;
    }
    .footerSocials li:last-child {
        margin: 0;
    }
    .myAcoount.checkout .cardInnerBox .radio .cardType {
        font-size: 14px;
    }
    .myAcoount.checkout .cardInnerBox .radio .cardDetails {
        font-size: 15px;
        margin-top: 7px;
    }
    .myAcoount.checkout .newCardBox > img {
        display: none;
    }
    .myAcoount.checkout .newCard .saveCard {
        font-size: 16px;
    }
    .myAcoount .discountBox .applyDiscount {
        float: none;
        margin-top: 15px;
        font-size: 13px;
    }
    .myAcoount .discountBox .discountInfo {
        width: 100%;
    }
    .myAcoount .discountBox {
        display: block;
    }
    .myAcoount .discountBox .discountName {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .myAcoount .discountBox .discountExpiration {
        font-size: 15px;
    }
    .myAcoount .discountBox .discountDescription {
        font-size: 15px;
    }
    .myAcoount .discountBox .discountDescription a {
        display: block;
        margin-top: 5px;
    }
    .ratedProductBox{
        display: flex;
    }
    .ratedProductBox > img{
        width: 110px;
        margin-right: 15px;
    }
    .mobileRating{
        clear: both;
        padding-top: 20px;
    }
    .mobileRating .ratingHeader{
        display: flex;
        justify-content: space-between;
    }
    .mobileRating .ratingHeader .rating {
        margin-top: 0;
    }
    .myRatings .prodRating {
        margin: 15px 0;
    }
    .myRatings .modifyRating {
        float: none;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .editRating .ratedProduct img {
        max-width: 110px;
    }

    .selectFilterBox{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }
    .memberMenuBox li:first-child {
        margin-left: 0;
    }
    .memberMenuBox {
        margin-left: 0;
    }
}

@media (max-width: 576px){
    .faces .carousel-control-prev {
        left: 0px;
    }
    .faces .carousel-control-next {
        right: 0px;
    }
}
