body {
    font-weight: 500;
}
.brand {
    display: block;
}
.tripadvisor-widget {
    background: url(https://cs.cdn-upm.com/themes/14619429-e289-11e8-9a97-525400080321/assets-98/tripadvisor-icon.png) no-repeat scroll center center transparent;
    width: 48px;
    height: 48px;
    position: fixed;
    top: 270px;
    z-index: 1003;
    left: 0px;
}
.theme-navbar li {
    position: relative;
}
.theme-navbar a.active {
    font-weight: 700;
}
.theme-navbar li+li {
    margin-left: 10px;
}
.navbar-center .nav > li {
    vertical-align: baseline;
}
.theme-navbar li a {
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.theme-navbar li:before,
.theme-navbar li:after,
.theme-navbar li a:before,
.theme-navbar li a:after {
    content: '';
    display: block;
    position: absolute;
    background:#fff;
    margin: 0 auto;
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
}
.theme-navbar li:before {
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
}
.theme-navbar li:after {
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0;
}
.theme-navbar li:hover:before {
    width: 100%;
}
.theme-navbar li:hover:after {
    width: 100%;
}
.theme-navbar li a:before {
    top: 0;
    left: 0;
    height: 0;
    width: 2px;
}
.theme-navbar li a:after {
    bottom: 0;
    right: 0;
    height: 0;
    width: 2px;
}
.theme-navbar li a:hover:before {
    height: 100%;
}
.theme-navbar li a:hover:after {
    height: 100%;
}
.theme-categories .theme-child-category {
    display: none;
}
.theme-product-attribute {
    margin-right: 5px;
    background-color: #a1a1a1;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}
.theme-header {
    border-bottom: 2px solid #fff;
    position:relative;
    margin-bottom: 30px;
}
.theme-home-body .theme-header {
    margin: 0;
}
.theme-home-body .carousel-img {
    background-size: cover;
    height: 600px;
}

a.brand img {
    margin-top: 2px;
    height: 80px;
}
.theme-navbar-inner {
    position: relative;
    padding: 15px 0;
}
.theme-header .header-text {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 8px;
    right: 24px;
}
.theme-header .header-text {
    font-size: 20px;
}
.navbar-nav {
    text-align: right !important;
    line-height: 82px;
}

.theme-langs {
    margin-left: 10px;
    margin-top: 19px;
    display: none;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    outline: none;
}
.theme-product-group-name {
    letter-spacing: 4px;
}
.theme-product-name {
    letter-spacing: 1px;
}
.theme-product-attribute {
    background-color: #181918;
    font-size: 10px;
    padding: 6px;
    letter-spacing: 2px;
}
.theme-contact h3 {
    color: #fff;
}
.fancybox {
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: block;
    padding-bottom: 65%;
    margin-bottom: 15px;
    border: 1px solid #fff;
}
.theme-navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}
.theme-contact .theme-paragraph-with-icon {
    font-size: 18px;
}
.theme-contact .theme-paragraph-with-icon a {
    color: #fff;
}
.theme-plus-btn {
    font-weight: 600;
}
#_contact-form-submit {
    background: #474945;
}
._start-newsletter-subscribe {
    background: #474945;
}

.theme-product-attribute img {
    margin-right: 0;
}
.modal .theme-product-desc {
    color: #000;
}
.modal .theme-product-name {
    color: #000;
}
.modal .theme-price {
    color: #000;
}
.modal .theme-plus-btn {
    background: #212220;
    color: #fff !important;
}
@media(max-width: 767px) {
    .navbar-toggle {
        margin: 0 0 10px;
    }
    .theme-header .header-text {
        right: 0;
        position: relative;
        text-align: center;
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .navbar-center .nav {
        text-align: center;
    }
    .theme-home-body .carousel-img {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top center;
        background-color: #000;
        height: 350px;
    }
    .carousel-caption h2 {
        font-size: 20px;
    }
    .carousel-caption .btn-upmenu {
        margin-bottom: 20px !important;
        font-size: 12px;
        margin-top: 0 !important;
    }
    .theme-categories-toggler {
        color: #fff;
        padding: 10px 0;
    }
    .theme-product-group-name {
        font-size: 26px;
    }
    
    .col-xs-12 {
        float: none;
    }
    .theme-plus {
        background: black;
    }
}
@media(max-width: 480px) {
    .theme-product-box-col {
        width: 100%;
    }
}