body {
    font-family: 'Roboto Condensed', sans-serif
}
a:focus, button:focus, textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: inset 0 -1px 0 #ddd;
    outline: 0
}
a {
    outline: 0!important;
    box-shadow: inset 0 0 0 #ddd!important
}
.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5
}
.blog-header-logo {
    font-size: 2.25rem
}
.blog-header-logo:hover {
    text-decoration: none
}
.blog-header-logo img {
    max-height: 100px
}
.display-4 {
    font-size: 2.5rem
}
@media (min-width:768px) {
    .display-4 {
        font-size: 3rem
    }
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden
}
.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch
}
.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem
}
.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0
}
.flex-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.h-250 {
    height: 250px
}
@media (min-width:768px) {
    .h-md-250 {
        height: 250px
    }
}
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400
}
.blog-description {
    font-size: 1.1rem;
    color: #999
}
@media (min-width:40em) {
    .blog-title {
        font-size: 3.5rem
    }
}
.blog-pagination {
    margin-bottom: 4rem
}
.blog-pagination>.btn {
    border-radius: 2rem
}
.blog-post {
    margin-bottom: 4rem
}
.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem
}
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999
}
.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5
}
.blog-footer p:last-child {
    margin-bottom: 0
}
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center
}
.marketing h2 {
    font-weight: 400
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem
}
.featurette-divider {
    margin: 2rem 0
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem
}
@media (min-width:40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4
    }
    .featurette-heading {
        font-size: 50px
    }
}
@media (min-width:62em) {
    .featurette-heading {
        margin-top: 3rem
    }
}
.slider-section {
    max-height: 500px;
    overflow: hidden
}
.swiper-container {
    width: 100%;
    height: 100%
}
.swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
.swiper-slide .home-caption {
    position: absolute;
    bottom: 10%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #fff;
    left: 50%
}
.swiper-slide .home-caption .centered {
    position: relative;
    left: -50%
}
.swiper-slide .home-caption .centered .desc {
    background: rgba(0, 0, 0, .5);
    padding: 10px
}
@media (max-width:767px) {
    .swiper-slide {
        height: 200px;
        background-position: center
    }
    .swiper-slide .home-caption {
        font-size: 12px;
        width: 100%;
        bottom: 0
    }
    .swiper-slide .home-caption .centered .desc {
        padding: 0
    }
}
header nav a {
    font-weight: 700;
    font-size: 1.2em;
    color: #666!important
}
header .lang a.active {
    background: #aaa
}
.jumbotron {
    border-radius: 0
}
.top {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 40px;
    font-size: .778em;
    font-weight: 300;
    position: relative
}
.top .row {
    padding: 0
}
.top a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    transition: .4s;
    position: relative;
    margin-right: -2px;
    z-index: 1;
    font-weight: 700;
    color: #fff
}
.top .center {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0
}
.top .center span {
    text-decoration: underline
}
@media (min-width:768px) and (max-width:991px) {
    .top {
        display: none
    }
}
@media only screen and (max-width:767px) {
    .top {
        display: none
    }
}
.top .right {
    float: right;
    font-size: 1.111em;
    font-weight: 300
}
.top .right a {
    padding-left: 15px
}
.top .right a:hover {
    color: #d32e30
}
.jumbotron.head {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center center!important;
    height: 300px
}
.jumbotron.head.product-head {
    height: 100px
}
@media (max-width:767px) {
    .jumbotron.head {
        height: 200px
    }
    .jumbotron.head.product-head {
        height: 100px
    }
}
.content {
    background: #fff;
    display: block;
    position: relative
}
.content h1 {
    color: #333;
    font-size: 2.333em;
    margin: 0 0 20px 0;
    display: block
}
@media (max-width:767px) {
    .content h1 {
        font-size: 1.333em;
        font-weight: 600
    }
}
header .social a {
    font-size: 20px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #7F7F7F;
    text-align: center!important;
    padding: 0!important;
    margin-top: 4px;
    line-height: 32px
}
header .social a:hover {
    color: #333
}
.content .alert {
    font-size: 20px
}
.content .social a {
    margin: 0 4px;
    font-size: 24px
}
main.main .container {
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 0;
    z-index: 9999
}
.breadcrumb {
    background: transparent;
    padding: 0
}
.breadcrumb li a {
    font-weight: 400;
    font-size: 14px
}
.breadcrumb li.active a {
    color: #BF081B!important
}
.contact-info a i {
    font-size: 16px;
    margin-right: 5px;
    width: 16px
}
.contact-info a {
    color: #333
}
.lightGallery .item {
    cursor: pointer;
    font-weight: 700;
    color: #333;
    text-align: center
}
iframe {
    width: 100%!important;
    height: 300px!important;
    margin-bottom: 25px
}
#insta.images {
    padding-top: 35px
}
#insta.images .img {
    padding-bottom: 16.666%;
    background-position: center;
    background-size: cover;
    width: 16.666%;
    float: left;
    position: relative
}
#insta.images .img:after {
    content: '';
    position: absolute;
    z-index: 1;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .4s
}
#insta.images .img:hover:after {
    opacity: .4
}
@media only screen and (max-width:767px) {
    #insta.images .img {
        width: 50%;
        padding-bottom: 50%
    }
}
.product-cats li a {
    color: #333;
    font-size: 14px
}
.masonry-item {
    width: 265px
}
.drag_disabled {
    pointer-events: none
}
.drag_enabled {
    pointer-events: all
}
.list-group li {
    color: #000;
    list-style-type: none
}
.list-group li .badge {
    font-weight: 300
}
.list-group-item.active {
    background: #f5f5f5;
    border-color: #DFDFDF
}
.list-group-item.active>a {
    font-weight: 700;
    color: #AF0707
}
.list-group-item.active>ul>li.active {
    background: #fff;
    border: 1px solid #eee
}
.list-group-item.active>ul>li.active a {
    color: #AF0707;
    font-weight: 500
}
.list-group-item ul {
    list-style-type: circle
}
.list-group-item ul li {
    padding-left: 10px;
    border: 1px solid transparent;
    font-size: 16px
}
.product-list a {
    text-decoration: none
}
.product-list .card {
    position: relative;
    background: #f4f4f4;
    border: 0
}
.product-list .card .card-title {
    color: #333
}
.product-list .card:hover {
    background: #eee
}
.product-list .card:hover .card-text {
    background: #fff
}
.product-list .card-text {
    color: #000;
    padding: 5px;
    text-align: center;
    background: #f5f5f5
}
.product-detail .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
@media screen and (max-width:996px) {
    .product-detail .preview {
        margin-bottom: 20px
    }
}
.product-detail .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.product-detail .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px
}
.product-detail .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%
}
.product-detail .preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block
}
.product-detail .preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0
}
.product-detail .preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0
}
.product-detail .tab-content {
    overflow: hidden
}
.product-detail .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}
.product-detail .card {
    margin-top: 50px;
    background: #eee;
    padding: 3em;
    line-height: 1.5em
}
@media screen and (min-width:997px) {
    .product-detail .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}
.product-detail .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.product-detail .product-title {
    font-size: 28px
}
.product-detail .product-title span {
    font-size: 16px;
    display: block;
    color: #666
}
.product-detail .product-title, .product-detail .price, .product-detail .sizes, .product-detail .colors {
    font-weight: 700
}
.product-detail .checked, .price span {
    color: #ff9f1a
}
.product-detail .product-title, .product-detail .rating, .product-detail .product-description, .product-detail .price, .product-detail .vote, .product-detail .sizes {
    margin-bottom: 15px
}
.product-detail .product-title {
    margin-top: 0
}
.product-detail .size {
    margin-right: 10px
}
.product-detail .size:first-of-type {
    margin-left: 40px
}
.product-detail .color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px
}
.product-detail .color:first-of-type {
    margin-left: 20px
}
.product-detail .add-to-cart, .product-detail .like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: 700;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}
.product-detail .add-to-cart:hover, .product-detail .like:hover {
    background: #b36800;
    color: #fff
}
.product-detail .not-available {
    text-align: center;
    line-height: 2em
}
.product-detail .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff
}
.product-detail .orange {
    background: #ff9f1a
}
.product-detail .green {
    background: #85ad00
}
.product-detail .blue {
    background: #0076ad
}
.product-detail .tooltip-inner {
    padding: 1.3em
}
@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.swiper-container.gallery-top {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto
}
@media (max-width:767px) {
    .swiper-container.gallery-top {
        height: auto;
        margin-bottom: 20px
    }
}
.gallery-top {
    width: 100%
}
.gallery-top .caption {
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    position: absolute;
    bottom: 0
}
.gallery-thumbs {
    margin-top: 10px
}
.gallery-thumbs div {
    cursor: pointer;
    margin-bottom: 7.5px
}
.gallery-thumbs .caption {
    width: 100%;
    padding: 5px;
    text-align: center;
    background: #6C757D;
    color: #fff;
    font-size: 14px
}
.gallery-thumbs div.active .caption {
    background: #DC3545
}
.gallery-thumbs div img {
    width: 100%
}
.gallery-thumbs.row [class*="col-"] {
    min-height: 50px
}
.gallery-thumbs.row {
    margin-bottom: 5px!important
}
.gallery-thumbs.row-no-gutter {
    margin: 0
}
.gallery-thumbs.row-no-gutter>* {
    padding: 0
}
.gallery-thumbs.row-small-gutter {
    margin-left: -7.5px;
    margin-right: -7.5px
}
.gallery-thumbs.row-small-gutter>* {
    padding-left: 7.5px;
    padding-right: 7.5px
}
.gallery-thumbs.row-large-gutter {
    margin-left: -50px;
    margin-right: -50px
}
.gallery-thumbs.row-large-gutter>* {
    padding-left: 50px;
    padding-right: 50px
}
.lg-sub-html strong {
    font-size: 20px;
    font-weight: 500;
    display: block;
    text-align: center
}
footer {
    color: white;
    border-top: 10px solid #333
}
footer a {
    color: #fff
}
footer a:hover {
    color: white
}
.footer-bottom {
    background: #333;
    padding: 2em 1em 1.2em
}
.footer-top {
    background: #333
}
.footer-middle {
    background: #4C4D4F;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    color: white
}
footer .social a {
    font-size: 20px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #4C4D4F;
    text-align: center
}
footer .social a:hover {
    color: #333
}
.subnavigation-container {
    background: #4C4D4F
}
.subnavigation .nav-link {
    color: white;
    font-weight: 700
}
.subnavigation-container {
    text-align: center
}
.subnavigation-container .navbar {
    display: inline-block;
    margin-bottom: -6px
}
.col-subnav a {
    padding: 1rem 1rem;
    color: white;
    font-weight: 700
}
.col-subnav .active {
    border-top: 5px solid orange;
    background: white;
    color: black
}
.dimensions {
    margin-top: 15px;
    background: #f5f5f5;
    position: relative;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000
}
.dimensions .w {
    position: absolute;
    bottom: -23px;
    left: 50%;
    margin-left: -15px;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%
}
.dimensions .h {
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -5px;
    position: absolute;
    left: -33px;
    font-size: 14px;
    font-weight: 300
}
.form-wrapper .form-result {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px
}
.form-wrapper .form-result i {
    font-size: 48px
}
.slider-logo-left, .slider-logo-right {
    position: absolute;
    width: 150px;
    border: 1px solid transparent;
    opacity: .3
}
.slider-logo-left {
    bottom: 8%;
    right: 3%
}
.slider-logo-right {
    right: 15%
}
.toggle-wrap {
    z-index: 2004;
    padding: 14px;
    position: relative;
    cursor: pointer;
    float: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
@media (max-width:767px) {
    .toggle-wrap {
        padding: 16px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000
    }
}
.toggle-bar, .toggle-bar::before, .toggle-bar::after, .toggle-wrap.active .toggle-bar, .toggle-wrap.active .toggle-bar::before, .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.toggle-bar {
    width: 38px;
    margin: 10px 0;
    position: relative;
    border-top: 6px solid #4C4D4F;
    display: block
}
.toggle-bar::before, .toggle-bar::after {
    content: "";
    display: block;
    background: #4C4D4F;
    height: 6px;
    width: 38px;
    position: absolute;
    top: -16px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%
}
.toggle-bar::after {
    top: 4px
}
.toggle-wrap.active {
    position: fixed
}
.toggle-wrap.active .toggle-bar {
    border-top: 6px solid transparent
}
.toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff
}
.toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff
}
body.mobile .nav-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(76, 77, 79, .9);
    height: 100%;
    z-index: 999;
    padding-top: 100px
}
body.mobile .nav-toggle nav {
    padding: 30px
}
body.mobile .nav-toggle nav>a {
    display: block;
    color: #fff!important;
    text-align: center
}
body.mobile .nav-toggle .lang {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px
}
body.mobile .nav-toggle .lang a {
    padding: 5px;
    color: #fff!important;
    border-radius: 4px
}
body.mobile .nav-toggle .social {
    text-align: center;
    margin: 15px 0 20px
}
body.mobile .nav-toggle .social a {
    color: #4C4D4F
}
body.mobile .search-form {
    margin-top: 50px;
    padding: 10px 40px
}
@media (max-width:767px) {
    h5.card-title {
        font-size: 14px;
        margin: 0;
        padding: 0
    }
}
@media only screen and (min-width:769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-submenu {
        position: relative !important;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0 !important;
        left: 100% !important;
        margin-top: -6px !important;
        margin-left: -1px !important;
        border-radius: 0 !important;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block !important;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: "\f105";
        font-family: 'FontAwesome';
        margin-top: -18px;
        right: 15px;
        position: absolute;
        font-weight: 300;
    }
}
@media only screen and (min-width:1600px) {
    .slider-section {
        max-height: 600px;
    }
}

@media only screen and (min-width:768px) {
  .swiper-slide.video {background:#ccc!important;position: relative;padding-bottom: 56.25%;padding-top: 25px;height: 0;max-height:auto!important}
  .swiper-slide.video iframe{position: absolute!important;top: 0!important;left: 0!important;width: 100%!important;height: 65%!important;}
}

