*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none!important;
}

/*new*/
@font-face {
    font-family: "Mona SemiBold";
    src: url("../../other/fonts/new/Mona-SemiBold-2.ttf");
}

@font-face {
    font-family: "Mona Medium";
    src:url("../../other/fonts/new/Mona-Medium-2.ttf");
}
@font-face {
    font-family: "Manque Light";
    src:url("../../other/fonts/new/Manque-Light-2.ttf");
}
@font-face {
    font-family: "Gotham Rounded Book";
    src:url("../../other/fonts/new/Gotham-Rounded-Book-2.otf");
}
@font-face {
    font-family: "Manque Bold";
    src: url("../../other/fonts/new/Manque-Bold-2.ttf");
}

/*topBar*/
.home_topBar{
    height: 44px;
    background: #F8F8F8;
}
.home_topBar .row{
    height:44px;
}
.home_topBar .container{
    padding:0;
    width: 1170px;
}
.home_topBar .row{
    margin:0;
}
/*.top-right{*/
/*    padding:0 10px !important;*/
/*}*/
.home_topBar .row>div{
    padding:0;
}
.homes-logo{
    width: 200px;
    padding: 0 10px;
}
.homes-logo img{
    display: block;
    width: 100%;
}
/*reviews*/
.product-reviews-container>div{
    float: left;
    font-size: 12px;
}
.product-reviews-container{
    width: 132px;
    float: right;
    overflow: hidden;
    float: right
}
.product-reviews-container .reviews{
    margin-right: 5px;
    height: 44px;
    line-height: 38px;
    color: #4a4a4a;
}
.star-ratings-css{
    margin:0 6px;
}
.star-ratings-css span{
    padding-right: 2px;
    display: inline-block;
    height: 44px;
    line-height: 38px;
    color: #66C0DC;
}
.product-reviews-container img{
    margin-top:12px;
}
.btn-favourites{
    width: 160px;
    height:44px;
    border:none;
    background: #f3f3f3;
    line-height: 44px;
    font-size: 13px;
    border-radius: 0;
    font-family: "Mona Medium";
    float: right;
    display: flex;
    justify-content: center;
}
.icon-favourites{
    line-height: 44px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 14px;
    font-weight: lighter;
    background-size: 100% 100%;
    background-position: center center;
    background-image: url("../../images/index/icons/icon-heart-filled.svg");
}
.home_topBar .btn-link{
    font-size: 13px;
    color: #fff;
    width: 108px;
    background: #66C0DC;
    height: 44px;
    line-height: 30px;
    font-weight: 200;
    float: right;
    text-decoration: none;
}
.home_topBar .btn-link:hover{
    background: #008680;
}
.fav-count{
    line-height: 44px;
    padding:0 1px;
}
.btn-favourites:hover{
    background: #4a4a4a;
    color: #fff;
    text-decoration: none;
}
.btn-favourites:hover .icon-favourites{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    color:#fff;
    background-image: url("../../images/index/icons/icon-heart.svg");
}

/*nav*/
.navbar-default {
    background-color: #FCFCFC;
    border:none;
    height:80px;
}

/*#home-nav .container-fluid{*/
/*    width: 1170px;*/
/*    padding: 0px;*/
/*}*/
.navbar-brand{
    display: block;
    height: 80px;
    padding: 0;
}
.navbar-brand img{
    width: 330px;
    margin-top: 8px;
}
#home-nav .container{
    padding-left: 22px;
}
navbar-default .navbar-nav > li{
    padding:0;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 25px !important;
}
.nav > li > a,navbar-default .navbar-nav > li > a {
    padding: 0px !important;
    color: #4a4a4a !important;
    letter-spacing: 0;
    transition: opacity 0.3s;
    font-size: 20px;
    font-family: "Gotham Rounded Book";
}
.navbar-nav li{
    padding: 0 12px 15px;
    position: static;
}
.navbar-nav li a{
    letter-spacing: -.5px;
}

/*.navbar-nav li:hover a{
    font-family: "Mona Medium";
    content: attr(title);
    opacity: 1;
    transition: opacity 0.3s;
    display: inline-block;
    letter-spacing: -.65px;
}*/
.navbar-nav li:hover :after{
    opacity: 1;
}
/*.navbar-nav li :after {
    position: absolute;
    height: 3px;
    background-color: #000;
    content: "";
    left: 0;
    right: 0;
    bottom: -22px;
    opacity: 0;
}*/
#home-nav .navbar-nav{
    margin-top:44px;
}
.navbar-collapse{
    padding: 0;
}
.nav-left{
    margin-left:30px;
}
.nav-right li{
    margin: 0;
}
.navbar-right span{
    color: #66C0DC;
}
#home-nav .container {
    /*padding: 0;*/
}

/*myself*/
@media only screen and (max-width: 768px) {
    .navbar-collapse.in {
        overflow-y: hidden;
    }

    #home-nav .navbar-nav {
        margin: 0 !important;
        padding-bottom: 10px;
    }

    .nav-left {
        margin-left: 0;
    }

    .navbar-nav > li {
        padding: 12px 30px;
        position: relative;
    }
    .navbar-nav li :after {
        position: absolute;
        height: 0px;
        background-color: #000;
        content: "";
        right: 0;
        /*left: 0;*/
        bottom: -22px;
        opacity: 0;
    }

    #home-nav .navbar-collapse {
        background: #FCFCFC;
         width: 100% !important;
        margin-right: 0;
        margin-left: 0;
    }
    .submenu-holder .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .container > .navbar-header,{
        padding-right: -15px!important;
        padding-left: -15px!important;
    }
    .navbar > .container{
        padding: 0!important;
    }
    .range-block li{
        display: inline-block;
    }
    .submenu-holder {
        position: static!important;
    }
    .navbar-nav .submenu > a{
        background: #fff;
        position: relative;
        height: 26px;
        line-height: 26px;
    }
    .buliding-item > a::after{
        background: url(../../images/index/icons/icon-arrow-button.svg) no-repeat right center;
        content: '';
        width: 12px;
        height: 12px;
        display: inline-block;
        position: absolute;
        right: 10px!important;
        bottom: 0;
        top: 50%;
        margin-top: -6px;
        opacity: 1;
    }
    .buliding-item > a.active::after{
        transform: rotate(90deg);
    }
    .navbar-nav .submenu > a:hover,.navbar .submenu > a:focus{
        background: #fff !important;
    }
}
/*nav-more*/
.navbar-nav li.submenu:first-child {
    padding-left: 30px;
}
@media (min-width: 768px){
    .navbar-nav > li {
        float: left;
    }
}
.header-links.main-links .navbar-nav li.submenu {
    padding: 0 12px;
    letter-spacing: -.5px;
    font-size: 16px;
}
.submenu-holder {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    margin-top: 15px;
    z-index: 9998;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 15%);
    font-size: 14px;
    transition: all 0.1s ease-in;
    /* max-height: 0; */
    overflow: hidden;
}

.header-links.main-links .submenu-holder .row-holder {
    padding-left: 35px;
}
.submenu-holder .row-holder {
    padding: 30px 0 20px 0;
    transition: all 0.1s ease-in;
    overflow: hidden;
}
.submenu-holder .row {
    margin: 0 auto;
    text-align: left;
}
.submenu-holder .with-line {
    border-bottom: 1px #d7d7d7 solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
}
.submenu-holder .button-arrow {
    position: relative;
    font-family: "Mona Medium";
    color: #000;
    transition: all 0.3s;
    text-display: none;
}
.large-up-4>.column:nth-of-type(4n+1), .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}
.large-up-4>.column{
    float: left;
    width: 25%;
}
.submenu-holder .range-block.columned {
    background-color: #fcfcfc;
    padding: 0;
    transition: all 0.3s;
}
.submenu-holder .row {
    margin: 0 auto;
    text-align: left;
}
.submenu-holder .range-block.columned a {
    transition: all 0.3s;
    display: table;
    width: 100%;
}
.header-links a {
    color: #4a4a4a;
}
.navbar-nav a:before {
    font-family: "Mona Medium";
    content: attr(title);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    display: inline-block;
    letter-spacing: -.65px;
}
.navbar-nav li{
    position: static;
}
.submenu-holder .with-line .text-right {
    text-align: right;
    float: right;
}
.submenu-holder .with-line .text-right a{
    color: #66C0DC;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}
.submenu-holder .button-arrow:before {
    background: url(../../images/index/icons/icon-arrow-right-cyan.svg) no-repeat right center;
    opacity: 0;
}
.navbar-nav a:before {
    font-family: "Mona Medium";
    content: attr(title);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s;
    display: inline-block;
    letter-spacing: -.65px;
}
.submenu-holder .button-arrow:after {
    background: url(../../images/index/icons/icon-arrow-button.svg) no-repeat right center;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 4px;
}
.submenu-holder .button-arrow:hover{
    text-decoration: none;
    color: #66C0DC;
}
.submenu-holder .range-block.columned .image {
    background-color: #fcfcfc;
    width: 50px;
    height: 50px;
    text-align: center;
}
.submenu-holder .range-block.columned .image img{
    margin-top: 12px;
}
.submenu-holder .range-block.columned li{
    color: #333;
    padding: 0;
    float: left;
}
.submenu-holder .range-block.columned h5 {
    transition: all 0.3s;
    font-size: 13px;
    background-color: #fcfcfc;
    padding: 5px 15px;
    font-family: "Mona Medium"!important;
    line-height: 38px;
}
.budling-item{
    padding: 0 1.33% 0 0;
    margin-bottom: 10px;
}
.budling-item:hover h5{
    color: #66C0DC;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    letter-spacing: 0px;
}
body {
    font-size: 14px;
    font-family: "Manque Light",Helvetica,Roboto,Arial,sans-serif;
    color: #000;
    background-color: #F3F3F3;

}
a {
    background-color: transparent;
    letter-spacing: 0.5px;
}
* {
    padding: 0;
    margin: 0;
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.submenu-holder{
    display: none;
}
@media (max-width: 768px){
    #home-nav .navbar-collapse {
        background: #FCFCFC;
        width: 1167px;
        position: absolute;
        top: 80px;
        z-index: 999;
    }
    .navbar-brand img{
        width: 300px;
    }
}

.navbar-nav li:nth-child(4):hover .submenu-holder {
    display: block;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}
.text-center {
    text-align: center;
}
.no-margin{
    margin: 0;
}
[v-cloak]{
    display: none;
}
.navbar{
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    #container13 {
        width: 1390px!important;
    }
}
.nav-left {
    margin-left: 0px;
}

ul.login-btn{
    margin-right: 30px;
    margin-top: 37px!important;
}
ul.login-btn li{
    border: 1px solid #66c0dc;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
}
ul.login-btn li:hover{
    background: #66c0dc;
}
ul.login-btn li:hover a{
    color: #fff!important;
}
ul.login-btn li a{
    color: #66c0dc!important;
    font-size: 18px;
    font-family: "Mona SemiBold";
}

#home-nav .navbar-collapse {
    background: #FCFCFC;
    width: 1390px;
}
.navbar-nav li {
    padding: 0 8px 15px;
    position: static;
}

@media only screen and (max-width: 768px) {
    ul.login-btn{
        padding-bottom: 15px!important;
    }
    ul.login-btn li{
        float: left;
    }
    .nav-left{
        padding-bottom: 0!important;
    }
}


