@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");




@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}














.home-slider-container, .home-slide {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #ffb300;
}

.owl-carousel-lazy.owl-carousel {
    display: block
}

.owl-carousel-lazy.owl-carousel .category-slide:first-child, .owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
    display: -ms-flexbox;
    display: flex
}

.owl-carousel-lazy.owl-carousel:not(.owl-loaded) > *:not(:first-child) {
    display: none
}

.home-slide, .category-slide {
    position: relative;
    background-color: #bce3f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.home-slide::after, .home-slide::before, .category-slide::after, .category-slide::before {
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #08c;
    border-image: none;
    content: ''
}

.home-slide::before, .category-slide::before {
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
    z-index: 4
}

.home-slide::after, .category-slide::after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 5
}

.home-slide.loaded::after, .home-slide.loaded::before, .category-slide.loaded::after, .category-slide.loaded::before {
    display: none
}

.home-slide .slide-bg, .category-slide .slide-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: none !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 2
}

.slide-content-right .home-slide-content {
    padding: 0
}

.home-slide-content {
    display: inline-block;
    position: relative;
    padding-left: 3rem;
    text-align: center;
    z-index: 3
}

.home-slide-content h1 {
    margin-bottom: 3.9rem;
    color: #0e2f40;
    font: 800 3.6rem/1.1 "Open Sans", sans-serif;
    letter-spacing: -.04rem;
    text-transform: uppercase
}

.home-slide-content h3 {
    margin-bottom: .2rem;
    color: #0e2f40;
    font: 700 1.8rem/1.1 "Oswald", sans-serif;
    letter-spacing: .1rem;
    text-transform: uppercase
}

.home-slide-content .btn {
    position: relative;
    min-width: 117px;
    padding: 1.15rem .5rem;
    border-radius: .2rem;
    font-size: 1.5rem;
    font-weight: 400;
    z-index: 4
}

.home-slide-content .slide-border-top, .home-slide-content .slide-border-bottom {
    pointer-events: none
}

.home-slide-content .slide-border-top img, .home-slide-content .slide-border-bottom img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto
}

.home-slide-content .slide-border-top {
    margin-bottom: 1.3rem
}

.home-slide-content .slide-border-bottom {
    margin-top: -73px
}

.home-slide-content.slide-content-big {
    padding-left: 60px
}

.home-slide-content.slide-content-big h1 {
    margin-bottom: 3rem;
    font-size: 4.6rem
}

.home-slide-content.slide-content-big h3 {
    font-size: 2.3rem
}

.home-slider.owl-carousel .owl-nav .owl-prev, .home-slider.owl-carousel .owl-nav .owl-next {
    display: flex;
    position: absolute;
    top: 50%;
    align-items: center;
    justify-content: center;
    min-width: 3.6rem;
    margin: 0;
    transform: translateY(-50%);
    transition: all .3s;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #0e2f40;
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 1
}

.home-slider.owl-carousel .owl-nav .owl-prev i, .home-slider.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem
}

.home-slider.owl-carousel .owl-nav .owl-prev i::before, .home-slider.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0
}

.home-slider.owl-carousel .owl-nav .owl-prev {
    left: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-next {
    right: 1.2rem
}

.home-slider.owl-carousel .owl-nav .owl-prev:hover, .home-slider.owl-carousel .owl-nav .owl-next:hover, .home-slider.owl-carousel .owl-nav .owl-prev:focus, .home-slider.owl-carousel .owl-nav .owl-next:focus {
    border-color: transparent;
    background-color: transparent;
    color: #08c
}

.home-slider.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    bottom: 4rem;
    left: 0;
    margin: 0;
    line-height: 0
}

.owl-carousel .product:not(.product-sm) {
    margin-bottom: 0
}

.owl-dots-top.owl-carousel .owl-dots {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0
}

.owl-dots-top.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0
}

.featured-products-section {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
    background-color: #f7f7f7
}

.featured-products-section.carousel-section .container {
    padding-right: 1rem;
    padding-left: 1rem;
    overflow: hidden
}

@media screen and (min-width: 1280px) {
    .featured-products-section.carousel-section .container {
        max-width: 1190px
    }
}

.carousel-section .container {
    overflow: hidden
}

.carousel-section .owl-carousel .owl-stage-outer {
    padding-bottom: 3rem;
    overflow: visible
}

.carousel-section .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -.4rem
}



.info-section {
    padding-top: 6rem;
    padding-bottom: 3.6rem;
    background-color: #f7f7f7
}

.promo-section {
    position: relative;
    margin: 0;
    padding-top: 7.4rem;
    padding-bottom: 6.2rem;
    background-color: #202020;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-align: center
}

.promo-section .container {
    position: relative;
    z-index: 2
}

.promo-section h3 {
    margin-bottom: 2.1rem;
    color: inherit;
    font: 400 3rem/1 "Oswald", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.promo-section .btn {
    min-width: 127px;
    padding: 1.3rem 1rem;
    border-radius: .2rem;
    font-size: 1.3rem
}

.promo-content {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -4.2rem;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 352px;
    height: 258px;
    padding: 4rem;
    background-color: #08c;
    color: #fff
}

.promo-content .promo-title {
    margin-bottom: 3rem;
    color: inherit;
    font: 300 4.8rem/1 "Oswald", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase
}

.promo-content .promo-title span {
    display: block;
    margin-bottom: .6rem;
    padding-left: .4rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: .1rem
}

.promo-content .btn {
    display: inline-block;
    min-width: 108px;
    padding: .85rem 1.2rem;
    border-width: .2rem
}

.partners-container {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem
}

.partners-carousel {
    padding-right: 40px;
    padding-left: 40px
}

.partner {
    display: block;
    padding-top: .8rem;
    padding-bottom: .8rem
}

.partner img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.blog-section {
    padding-top: 4.8rem;
    padding-bottom: 5.8rem;
    background-color: #f4f4f4
}

.blog-section .title {
    margin-bottom: 2.5rem
}

.blog-section .entry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding: 1rem;
    background-color: #fff
}

.blog-section .entry-media {
    position: relative;
    margin: 0
}

.blog-section .entry-date {
    display: block;
    position: absolute;
    top: .7rem;
    left: .7rem;
    width: 4.4rem;
    height: 5.3rem;
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    float: none;
    background-color: #08c;
    color: #fff;
    font: 400 1.8rem/1 "Oswald", sans-serif;
    letter-spacing: .1rem;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none
}

.blog-section .entry-date span {
    display: block;
    margin-top: .2rem;
    font-size: 1.3rem
}

.blog-section .entry-body {
    margin: 0;
    padding: 1.5rem 0 1rem;
    border: 0
}

.blog-section .entry-title {
    margin-bottom: .8rem;
    color: #2b2b2d;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -.01rem;
    text-transform: capitalize
}

.blog-section .entry-title a {
    color: inherit
}

.blog-section .entry-content {
    color: #687176;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.9
}

.blog-section .entry-content p {
    max-width: 240px;
    margin-bottom: 2.7rem
}

.blog-section .btn {
    min-width: 88px;
    padding: .75rem 1rem;
    border-radius: .2rem;
    color: #fff;
    font-size: 1.2rem
}

.blog-section .btn:hover, .blog-section .btn:focus {
    color: #fff
}

@media screen and (min-width: 480px) {
    .blog-section .entry {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }

    .blog-section .entry-media {
        -ms-flex: 0 0 41.8%;
        flex: 0 0 41.8%;
        max-width: 41.8%;
        margin: 0
    }

    .blog-section .entry-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 2rem
    }
}

@media screen and (min-width: 576px) {
    .slide-content-right .home-slide-content {
        padding-left: 3rem
    }
}

@media screen and (min-width: 768px) {
    .home-slider-container, .home-slide {
        height: 500px
    }

    .promo-section h3 {
        font-size: 3.6rem
    }

    .blog-section .entry-body {
        padding-right: 4rem;
        padding-left: 4rem
    }
}

@media screen and (min-width: 992px) {
    .partners-carousel {
        padding-right: 100px;
        padding-left: 100px
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-section .entry-body {
        padding-right: 2rem;
        padding-left: 2rem
    }
}

.about-section {
    padding: 1rem 0 2.5rem;
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.8
}

.about-section p {
    margin-bottom: 2rem
}

.features-section {
    padding: 5rem 0 2.4rem;
    background-color: #f1f1f1
}

.testimonials-section {
    padding: 5rem 0
}

.testimonials-section .subtitle {
    margin-bottom: 3.5rem
}

.testimonials-carousel blockquote {
    margin-bottom: 0;
    padding-bottom: 0
}

.testimonials-carousel.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: .5rem
}

.counters-section {
    padding: 4.5rem 0 4rem;
    background-color: #efefef
}

@media screen and (min-width: 768px) {
    .about-section {
        padding-top: 3rem;
        padding-bottom: 3.5rem
    }
}

@media screen and (min-width: 992px) {
    .counters-section .col-md-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

.sidebar-wrapper {
    margin-bottom: 10px
}

.sidebar-shop {
    font-size: 1.4rem
}

.sidebar-shop .widget {
    margin: 0;
    padding: 2.3rem 2rem 1.8rem;
    border: 1px solid #dae2e6;
    border-bottom: 0
}

.sidebar-shop .widget::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget:last-child {
    border-bottom: 1px solid #dae2e6
}

.sidebar-shop .widget .product.product-sm:last-child {
    margin-bottom: .4rem
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #21293c;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    padding: .2rem 0 .6rem;
    color: inherit
}

.sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
    color: #2b2b2d;
    text-decoration: none
}

.sidebar-shop .widget-title a::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: .1rem;
    transition: all .35s;
    font-family: 'porto';
    font-size: 1.7rem;
    font-weight: 400;
    content: '\e81b'
}

.sidebar-shop .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-shop .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-shop .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.sidebar-shop .widget-featured {
    position: relative
}

.sidebar-shop .widget-featured .widget-body {
    padding-top: 2.3rem
}

.sidebar-shop .widget-featured .product-sm:last-child {
    margin-bottom: 0
}

.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -4.2rem;
    right: -.4rem
}

.widget .owl-carousel .owl-nav button.owl-next, .widget .owl-carousel .owl-nav button.owl-prev {
    padding: 0 .4rem !important;
    border-radius: 0;
    color: #2b2b2d;
    font-size: 1.8rem;
    line-height: 1
}

.widget .owl-carousel .owl-nav i::before {
    width: auto;
    margin: 0
}

.cat-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.cat-list li {
    margin-bottom: .8rem
}

.cat-list li:last-child {
    margin-bottom: 0
}

.cat-list li a {
    color: #7a7d82;
    font-weight: 400
}

.cat-list li a span {
    float: right
}

.cat-list li a:hover, .cat-list li a:focus {
    color: #08c
}

.price-slider-wrapper {
    padding-top: 1rem
}

.filter-price-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.5rem;
    padding-bottom: .4rem
}

.filter-price-action::after {
    display: block;
    clear: both;
    content: ''
}

.filter-price-action .filter-price-text {
    margin-left: auto;
    color: #7a7d82;
    font-size: 1.3rem;
    font-weight: 400
}

.filter-price-action .btn {
    min-width: 0;
    padding: .3rem 1.2rem;
    font-size: 1.3rem;
    letter-spacing: .08em
}

.config-swatch-list, .config-size-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none
}

.config-swatch-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .4rem;
    margin-bottom: .4rem
}

.config-swatch-list a {
    display: block;
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    transition: all .3s
}

.config-swatch-list a:hover, .config-swatch-list a:focus {
    box-shadow: 0 0 0 .1rem #fff, 0 0 0 .2rem #dfdfdf
}

.config-swatch-list li.active a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: 'porto';
    font-size: 1.1rem;
    line-height: 1;
    content: '\e84e'
}

.config-size-list {
    margin-right: -.4rem
}

.config-size-list li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .4rem;
    margin-bottom: .4rem
}

.config-size-list li a {
    display: block;
    position: relative;
    min-width: 2.6rem;
    height: 2.6rem;
    padding-right: .2rem;
    padding-left: .2rem;
    transition: all .3s;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    color: #7a7d82;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.4rem;
    text-align: center;
    text-decoration: none
}

.config-size-list li a:hover, .config-size-list li a:focus {
    border-color: #08c;
    background-color: #08c;
    color: #fff;
    text-decoration: none
}

.config-size-list li.active a {
    border-color: #08c;
    background-color: #08c;
    color: #fff
}

.widget-block {
    color: #2b2b2d
}

.widget-block h5 {
    margin-top: .8rem;
    margin-bottom: 2.3rem;
    color: #7a7d82;
    font-size: 1.4rem;
    font-weight: 600
}

.widget-block p {
    max-width: 210px
}

.boxed-slider .category-slide {
    height: 300px
}

.boxed-slide-content {
    margin-bottom: 0;
    background-color: transparent;
    z-index: 3
}

.boxed-slide-content .btn {
    display: inline-block
}

.boxed-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    left: 0
}

.horizontal-filter {
    margin-bottom: 18px;
    padding: 1.2rem 1rem;
    background-color: #f4f4f4
}

.horizontal-filter .price-sort {
    position: relative
}

.horizontal-filter .price-sort label {
    font-size: 1.2rem
}

.horizontal-filter .price-sort .input-price {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 8px;
    line-height: 1.4;
    box-shadow: none
}

.horizontal-filter .price-sort.opened::before {
    display: block
}

.sort-list li {
    padding: 7px 0;
    font-size: 1.2rem;
    text-transform: uppercase
}

.filter-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem
}

.filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 8px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none
}

.filter-toggle a::before {
    position: absolute;
    left: 0;
    width: 42px;
    height: 22px;
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transition: all .3s linear;
    border-radius: 11px;
    background-color: #fff;
    content: ''
}

.filter-toggle a::after {
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    -webkit-transform: translate3d(2px, 2px, 0);
    transform: translate3d(2px, 2px, 0);
    transition: all .2s ease-in-out;
    border-radius: 11px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    content: ''
}

.filter-toggle.opened a {
    background-color: #08c
}

.filter-toggle.opened a::before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.filter-toggle.opened a::after {
    -webkit-transform: translate3d(22px, 2px, 0);
    transform: translate3d(22px, 2px, 0)
}

@media screen and (min-width: 576px) {
    .horizontal-filter {
        padding: 1.2rem 2rem
    }
}

@media screen and (min-width: 992px) {
    .products-body {
        overflow: hidden
    }

    .products-body .sidebar-shop {
        left: -25%;
        transition: all .3s linear 0s;
        visibility: hidden;
        z-index: -1
    }

    .sidebar-opened .sidebar-shop {
        left: 0;
        visibility: visible;
        z-index: 0
    }

    .main-content {
        margin-left: -25%;
        transition: all .3s linear 0s
    }

    .sidebar-opened .main-content {
        margin-left: 0
    }

    main:not(.sidebar-opened) .main-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    main:not(.sidebar-opened) .main-content .col-md-4 {
        max-width: 25%
    }

    .filter-sorts {
        padding: 12px
    }

    .filter-sorts .toolbox-left {
        position: relative
    }

    .filter-sorts .toolbox-item {
        margin-right: 1rem
    }

    .filter-sorts .toolbox-item.toolbox-sort {
        margin: 0 1rem 0 0;
        background: #fff
    }

    .filter-sorts .toolbox-item.toolbox-show {
        margin-left: auto;
        font-size: 1.2rem
    }

    .filter-sorts select {
        min-width: 140px;
        border: 0;
        text-transform: uppercase
    }

    .filter-sorts .layout-modes {
        margin-left: .5rem
    }

    .filter-sorts .filter-toggle {
        display: none
    }

    .filter-sorts .sidebar-shop {
        left: 0;
        visibility: visible;
        z-index: 2
    }

    .filter-price-form, .sort-list {
        display: none
    }

    .filter-price-form {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 9px;
        padding: 10px 15px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99
    }

    .sort-list {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        margin-top: 9px;
        padding: 10px 15px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        z-index: 99
    }

    .sort-menu-trigger {
        display: block;
        min-width: 140px;
        height: 34px;
        padding-left: .8rem;
        color: #7a7d82;
        font-size: 1.2rem;
        line-height: 34px;
        text-transform: uppercase;
        z-index: 9
    }

    .sort-menu-trigger:hover, .sort-menu-trigger:focus {
        text-decoration: none
    }

    .sort-menu-trigger::before {
        display: none;
        position: absolute;
        top: 100%;
        left: 21px;
        margin-top: 1px;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        content: '';
        z-index: 999
    }

    .toolbox-item.opened .sort-list, .toolbox-item.opened .filter-price-form, .toolbox-item.opened .sort-menu-trigger::before {
        display: block
    }
}

@media screen and (max-width: 991px) {
    .sort-menu-trigger {
        display: block;
        margin-bottom: 1.5rem;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4;
        text-transform: uppercase
    }

    .filter-sorts .toolbox-sort.select-custom {
        display: block;
        margin: 2rem
    }

    .filter-sorts .toolbox-sort.select-custom::after {
        content: none
    }
}

.product-single-container {
    margin-bottom: 3rem
}

.product-single-details {
    margin-top: -.6rem
}

.product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #21293c;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-details .price-box {
    margin-bottom: 2.4rem;
    color: #08c;
    font-weight: 700
}

.product-single-details .product-price {
    font-size: 2.1rem
}

.product-single-details .old-price {
    font-size: 1.6rem;
    font-weight: 600
}

.product-single-details .old-price + .product-price {
    margin-left: 1rem
}

.product-single-details .ratings-container {
    margin-bottom: 2.1rem
}

.product-single-details .ratings-container .product-ratings, .product-single-details .ratings-container .ratings {
    font-size: 1.4rem
}

.product-single-details .ratings-container .product-ratings {
    height: 14px
}

.product-single-details .rating-link {
    margin-left: 1rem;
    color: #90939a;
    font-weight: 500;
    letter-spacing: .025em
}

.product-single-details .product-desc {
    margin-bottom: 2.7rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.92
}

.product-single-details .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3.1rem
}

.product-single-details .sticky-header {
    height: auto
}

.product-single-details .sticky-header .sticky-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.product-single-details .sticky-header .product-title {
    margin-right: 2rem;
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
    font-weight: 600
}

.product-single-details .sticky-header .price-box {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    color: #2b2b2d
}

.product-single-details .sticky-header .ratings-container {
    margin-bottom: 3.2rem
}

.product-single-details .container {
    display: none;
    -ms-flex-align: center;
    align-items: center
}

.product-single-details .container img {
    max-width: 5rem;
    max-height: 5rem;
    margin-right: 2rem
}

.product-single-details .container .add-cart {
    margin-left: auto
}

.product-single-details .sticky-header.fixed-nav .container {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem
}

.product-single-details .product-single-qty, .product-single-details .paction {
    height: 43px;
    margin: 0 1rem 1rem 0
}

.product-both-info {
    padding-top: 3rem
}

.product-both-info .product-single-details {
    margin-top: 0
}

.product-both-info .product-single-details .product-desc {
    border-bottom: 0
}

.product-single-gallery a {
    display: block
}

.product-single-gallery img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.product-single-gallery .owl-theme .owl-nav, .product-single-gallery .owl-theme .owl-nav {
    color: #000;
    font-size: 32px
}

.product-single-gallery .owl-prev, .product-single-gallery .owl-next {
    margin: 0 2rem !important;
    transition: all .5s;
    opacity: 0
}

.prod-thumbnail {
    padding: .5rem 1rem
}

.prod-thumbnail img {
    display: block;
    width: 100%;
    cursor: pointer
}

.prod-thumbnail > div {
    padding: .5rem
}

.prod-thumbnail .active img, .prod-thumbnail img:hover {
    border: 2px solid #21293c
}

.prod-thumbnail .owl-dot {
    box-sizing: border-box
}

.transparent-dots {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80px;
    margin: 0;
    padding: 0;
    opacity: .5;
    z-index: 99
}

.transparent-dots .active img, .transparent-dots img:hover {
    border: 1px solid #08c
}

.product-slider-container {
    position: relative
}

.prod-full-screen {
    position: absolute;
    right: 2rem;
    bottom: 1.7rem;
    transition: all .5s;
    outline: none;
    opacity: 0;
    z-index: 1
}

.prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer
}

.product-item:hover .prod-full-screen, .product-item:hover .owl-prev, .product-item:hover .owl-next {
    opacity: 1
}

.single-info-list {
    margin-bottom: 2rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    text-transform: uppercase
}

.single-info-list li {
    margin-bottom: 1rem;
    color: #7b858a;
    letter-spacing: .005em
}

.single-info-list li strong {
    color: #4c4c4c
}

.product-single-qty {
    max-width: 104px;
    max-height: 43px
}

.product-single-qty .bootstrap-touchspin.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    max-height: 43px;
    padding-right: 0
}

.product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 43px;
    padding: 1rem .2rem;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .05em;
    box-shadow: none
}

.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.product-single-qty .horizontal-quantity {
    height: 43px
}

.product-single-qty .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 31px;
    margin: 0;
    padding: .5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2
}

.product-single-qty .btn.btn-outline {
    border-color: #dae2e6;
    color: #8798a1
}

.product-single-qty .btn.btn-down-icon::after, .product-single-qty .btn.btn-up-icon::before, .product-single-qty .btn.btn-up-icon::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.1rem;
    height: .1rem;
    margin-left: -.55rem;
    background-color: #8798a1;
    content: ''
}

.product-single-qty .btn.btn-up-icon::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.product-filters-container {
    margin-bottom: 4.5rem
}

.product-single-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-filter + .product-single-filter {
    margin-top: 2.2rem
}

.product-single-filter label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-filter .config-swatch-list li {
    margin-bottom: 0
}

.product-single-filter .config-size-list li {
    margin-right: .7rem;
    margin-bottom: 0
}

.product-single-filter .config-size-list li a {
    min-width: 3rem;
    height: 3rem;
    border: 1px solid #dae2e6;
    background-color: #f4f4f4;
    color: #21293c;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.8rem
}

.product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
    border-color: #08c;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter .config-size-list li.active a {
    border-color: #08c;
    outline: none;
    background-color: #f4f4f4;
    color: #21293c
}

.product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0
}

.product-single-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: .5rem;
    color: #7b858a;
    font: 600 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-single-tabs {
    margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92
}

.scrolling-box .tab-pane + .tab-pane {
    margin-top: 3.5rem;
    border-top: 2px solid #dae2e6
}

.product-desc-content p {
    margin-bottom: 2.2rem
}

.product-desc-content ul, .product-desc-content ol {
    margin-bottom: 2.2rem;
    padding-left: 4rem
}

.product-desc-content ul li, .product-desc-content ol li {
    margin-bottom: .4rem
}

.product-desc-content ul li i, .product-desc-content ol li i {
    margin-right: 2rem;
    color: #21293c;
    font-size: 1.5rem
}

.product-desc-content ul li i::before, .product-desc-content ol li i::before {
    margin: 0
}

.product-desc-content img.float-right, .product-desc-content img.float-left {
    max-width: 50%
}

.product-tags-content h4 {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase
}

.product-tags-content form {
    margin-bottom: 2rem
}

.product-tags-content .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.product-tags-content .form-control {
    margin-right: 10px
}

.product-tags-content .btn {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.collateral-box ul, .collateral-box ol {
    margin-top: -2rem;
    margin-bottom: 2.5rem
}

.collateral-box ul li, .collateral-box ol li {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #dae2e6
}

.ratings-table {
    width: 100%;
    margin: 20px 0 40px;
    border: 1px solid #dae2e6;
    border-spacing: 0;
    font-size: 100%;
    empty-cells: show
}

.ratings-table thead th, .ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3
}

@media (max-width: 600px) {
    .ratings-table thead th, .ratings-table tbody td {
        padding-right: 5px;
        padding-left: 5px
    }
}

.ratings-table input[type=checkbox], .ratings-table input[type=radio] {
    margin: 0 auto
}

@media (max-width: 600px) {
    .ratings-table thead {
        display: none
    }
}

.ratings-table thead th {
    padding: .8rem 1.5rem;
    background-color: #f6f6f6;
    color: #777;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle
}

.ratings-table tbody td {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle
}

.ratings-table tbody td:first-child {
    font-weight: 700;
    text-align: left
}

.add-product-review h3 {
    font-size: 1.8rem
}

.add-product-review form {
    margin-bottom: 0
}

.sidebar-product {
    margin-bottom: 2.8rem
}

.sidebar-product .widget:not(:last-child) {
    margin-bottom: 2.5rem
}

.sidebar-product .widget:not(:last-child).widget-banner {
    margin-bottom: 4.6rem
}

.sidebar-product .widget:not(:last-child).widget-brand {
    margin-bottom: 2.5rem
}

.sidebar-product .widget-title {
    margin: 0 0 2.3rem;
    color: #21293c;
    font: 600 1.5rem/1.1 "Open Sans", sans-serif;
    text-transform: uppercase
}

.widget-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .5rem
}

.widget-brand a {
    display: block
}

.widget-info ul {
    margin: 0
}

.widget-info li {
    padding-top: 1.8rem;
    padding-bottom: 2rem;
    border-top: 1px solid #dee5e8;
    line-height: 1
}

.widget-info li::after {
    display: block;
    clear: both;
    content: ''
}

.widget-info i {
    min-width: 40px;
    margin-top: .3rem;
    margin-right: 1.4rem;
    margin-left: .7rem;
    float: left;
    color: #08c;
    font-size: 4rem;
    line-height: 1
}

.widget-info i::before {
    margin: 0
}

.widget-info h4 {
    margin-bottom: 0;
    color: #6b7a83;
    font: 600 1.4rem/1.5 "Open Sans", sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden
}

.widget-banner a {
    display: block
}

.widget-banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.featured-section {
    padding-top: 3.8rem;
    padding-bottom: 6rem;
    background-color: #f4f4f4
}

.featured-section.bg-white {
    background-color: #fff
}

.featured-section.pt-sm {
    padding-top: 2.5rem
}

.promote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promote li {
    border-top: 0
}

.promote h4 {
    color: #1d2127;
    font-weight: 400;
    letter-spacing: 0
}

.promote i {
    margin: .3rem .7rem
}

.product-list .product-item {
    position: relative;
    margin-bottom: .4rem
}

.product-list.product-single-grid {
    margin-bottom: 3.6rem
}

@media screen and (min-width: 1200px) {
    .widget-info i {
        min-width: 40px;
        margin-right: 2.9rem;
        font-size: 4rem
    }
}

@media screen and (min-width: 992px) {
    .featured-section {
        padding-top: 5.8rem;
        padding-bottom: 8rem
    }

    .product-single-container .col-lg-7 {
        -ms-flex: 0 0 55.56%;
        flex: 0 0 55.56%;
        max-width: 55.56%
    }

    .product-single-container .col-lg-5 {
        -ms-flex: 0 0 44.44%;
        flex: 0 0 44.44%;
        max-width: 44.44%
    }

    .compressed .add-compare, .compressed .add-wishlist {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .product-single-gallery {
        margin-bottom: 3rem
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .product-all-icons.product-action .product-single-qty {
        margin-right: 50%;
        margin-bottom: 1.2rem
    }
}

@media screen and (min-width: 768px) {
    .featured-section {
        padding-top: 4.8rem;
        padding-bottom: 7rem
    }

    .product-both-info .product-single-share {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 576px) {
    .promote {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .product-both-info .product-top-banner {
        display: -ms-flexbox;
        display: flex
    }

    .product-both-info .product-single-share {
        margin-left: auto
    }

    .product-tags-content .form-control {
        width: 250px
    }
}

.product-single-extended {
    margin-bottom: 6rem
}

.product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 3rem
}

.product-single-extended .product-title {
    font-size: 4.5rem;
    line-height: 1.15
}

.product-single-extended .price-box {
    margin-bottom: 1rem
}

.product-single-extended .product-price {
    font-size: 3.1rem
}

.product-single-extended .old-price {
    font-size: 2.4rem
}

.product-single-extended .old-price + .product-price {
    margin-left: 1.5rem
}

.product-single-extended .product-desc {
    margin-bottom: 3.1rem;
    padding-bottom: 1.9rem
}

.product-single-extended .product-desc p {
    max-width: none
}

.product-single-extended .product-action {
    margin-bottom: 0
}

.product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0
}

.product-single-extended .widget-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.product-single-extended .widget-info i {
    margin-right: 1rem
}

.product-single-extended .widget-info li {
    padding: 0;
    border-top: 0
}

.product-single-extended .widget-info li + li {
    margin-left: 2.5rem
}

.product-single-extended .product-filters-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem
}

.product-single-extended .product-single-filter {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
    margin-top: 0;
    margin-left: 5rem
}

.product-single-extended .product-single-filter .config-swatch-list li {
    margin-right: .5rem;
    margin-bottom: 0
}

.product-single-extended .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-desc .view-more {
    color: #08c;
    font-weight: 700;
    text-transform: uppercase
}

.product-single-header {
    margin-bottom: 3.2rem;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #dae2e6
}

.product-single-header .single-header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

.product-single-header .product-single-share {
    margin-top: 1rem;
    margin-bottom: 3.7rem
}

.single-qty-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.single-qty-wrapper label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.single-qty-wrapper .product-single-qty {
    max-width: 104px;
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
    max-height: 30px
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 30px;
    padding: .35rem .2rem;
    box-shadow: none
}

.single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control, .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6
}

.single-qty-wrapper .product-single-qty .horizontal-quantity {
    height: 30px;
    background-color: #f4f4f4
}

.single-qty-wrapper .product-single-qty .btn.btn-outline {
    border-color: transparent
}

.single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
    background-color: #08c
}

.single-qty-wrapper .product-single-qty .btn.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
    background-color: #97a6ae
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev, .owl-nav-simple.owl-carousel .owl-nav .owl-next {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 3rem;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #21293c;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i, .owl-nav-simple.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem;
    line-height: 1
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before, .owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus, .owl-nav-simple.owl-carousel .owl-nav .owl-next:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
    color: #08c
}

.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
    left: 1rem
}

.owl-nav-simple.owl-carousel .owl-nav .owl-next {
    right: 1rem
}

.product-single-row {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    height: 700px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #7b858a;
    font-size: 1.4rem;
    letter-spacing: .005em;
    line-height: 1.92
}

.product-single-row .single-row-entire, .product-single-row .single-row-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.product-single-row .single-row-entire {
    width: 100%
}

.product-single-row .single-row-bg {
    left: 50%;
    width: 50%
}

.product-single-row.single-row-reverse .single-row-bg {
    left: 0
}

.product-single-row h5 {
    margin-bottom: 1.1rem;
    margin-left: .6rem;
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-row h2 {
    margin-bottom: 2.8rem;
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-row p {
    margin-bottom: 0
}

.product-single-row ul, .product-single-row ol {
    margin-bottom: 0
}

.product-single-row ul li, .product-single-row ol li {
    margin-bottom: .4rem
}

.product-single-row ul li i, .product-single-row ol li i {
    margin-right: 2rem;
    color: #21293c;
    font-size: 1.5rem
}

.product-single-row ul li i::before, .product-single-row ol li i::before {
    margin: 0
}

.product-single-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    background-color: #4d4d4d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #7b858a;
    text-align: center
}

.product-single-video h3 {
    margin-bottom: 1.2rem;
    color: #21293c;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -.01em
}

.product-single-video .video-btn {
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase
}

.product-single-video .video-btn img {
    display: inline-block;
    max-width: 38px;
    height: auto;
    margin-left: .7rem;
    vertical-align: middle
}

@media screen and (min-width: 576px) {
    .product-single-extended .paction {
        height: 50px
    }

    .product-single-extended .paction.add-cart {
        min-width: 156px;
        height: auto;
        margin-left: 1.8rem
    }

    .product-single-extended .paction.add-cart::before {
        font-size: 2rem
    }

    .product-single-extended .paction.add-cart span {
        font-size: 1.6rem
    }
}

@media screen and (max-width: 1199px) {
    .product-single-header .single-header-right {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .product-single-row {
        display: block
    }

    .product-single-row .single-row-bg {
        position: relative;
        left: 0;
        width: 100%;
        height: 50%
    }

    .product-single-row .single-row-entire {
        position: relative;
        height: 50%
    }

    .product-single-row h2 {
        font-size: 3.5rem
    }

    .product-single-row .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 50%
    }

    .product-single-extended .product-price {
        font-size: 2.4rem
    }

    .product-single-extended .product-title {
        font-size: 3rem
    }
}

@media screen and (max-width: 575px) {
    .product-single-row h2 {
        font-size: 3rem
    }

    .product-single-extended .widget-info ul {
        display: block;
        margin-left: -.7rem
    }

    .product-single-extended .widget-info li + li {
        margin-top: 2rem;
        margin-left: 0
    }

    .product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
        margin-left: 1rem
    }
}

.sidebar-product .widget.widget-collapse {
    margin-bottom: 3rem;
    padding: 1.8rem 1.5rem 1.3rem;
    border: 1px solid #dae2e6
}

.sidebar-product .widget.widget-collapse .widget-title {
    margin: 0
}

.sidebar-product .widget.widget-collapse .widget-title a {
    display: block;
    position: relative;
    padding: .2rem 0 .6rem;
    color: inherit
}

.sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
    color: #2b2b2d;
    text-decoration: none
}

.sidebar-product .widget.widget-collapse .widget-title a::after {
    display: inline-block;
    position: absolute;
    top: 42%;
    right: .1rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .35s;
    font-family: 'porto';
    font-size: 1.7rem;
    font-weight: 400;
    content: '\e81b'
}

.sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
    content: '\e81c'
}

.sidebar-product .widget.widget-collapse .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem
}

.sidebar-product .widget.widget-collapse .widget-body::after {
    display: block;
    clear: both;
    content: ''
}

.product-single-collapse {
    margin-bottom: 2rem
}

.product-single-collapse p {
    margin-bottom: 2.5rem
}

.product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
    margin-bottom: 2.5rem
}

.product-collapse-panel {
    padding-bottom: 1.8rem
}

.product-collapse-title {
    margin: 0;
    padding-bottom: 1.2rem;
    color: #2b2b2d;
    font: 700 1.4rem/1.1 "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase
}

.product-collapse-title a {
    display: block;
    position: relative;
    padding: 0 0 1.2rem 4rem;
    border-bottom: .2rem solid #dae2e6;
    color: inherit
}

.product-collapse-title a:hover, .product-collapse-title a:focus {
    color: inherit;
    text-decoration: none
}

.product-collapse-title a::before {
    display: block;
    position: absolute;
    bottom: -.2rem;
    left: 0;
    width: 100%;
    height: .2rem;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform .4s;
    background-color: #08c;
    content: ''
}

.product-collapse-title a::after {
    display: inline-block;
    position: absolute;
    top: .7rem;
    left: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .35s;
    font-family: 'porto';
    font-size: 2rem;
    font-weight: 400;
    content: '\e81b'
}

.product-collapse-title a.collapsed::after {
    content: '\e81c'
}

.product-collapse-title a.collapsed::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.collapse-body-wrapper {
    padding-top: 3.4rem;
    padding-bottom: 2rem
}

.sidebar-toggle {
    position: fixed;
    width: 40px;
    height: 40px;
    transition: all .2s ease-in-out 0s;
    border: #dcdcda solid 1px;
    border-left-width: 0;
    background: #fff;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 999
}

@media screen and (min-width: 992px) {
    .sidebar-toggle {
        display: none
    }
}

@media screen and (min-width: 576px) {
    .sidebar-product .widget.widget-collapse {
        padding: 3.3rem 3rem 2.8rem
    }
}

@media screen and (max-width: 991px) {
    .mobile-sidebar {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 260px;
        padding: 0;
        -webkit-transform: translate(-260px);
        transform: translate(-260px);
        transition: transform .2s ease-in-out 0s;
        background-color: #fff;
        z-index: 9999;
        overflow-y: auto
    }

    .sidebar-opened .mobile-sidebar {
        -webkit-transform: translate(0);
        transform: translate(0);
        transition: transform .3s ease-in-out 0s
    }

    .sidebar-opened .sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .35;
        z-index: 8999
    }

    .sidebar-product {
        margin: 0;
        padding: 2.5rem
    }
}

.product-single-grid {
    margin-bottom: 6rem;
    padding-top: 4rem;
    border-top: .1rem solid #dae2e6
}

.product-single-grid .product-single-gallery {
    padding: 0 .75rem
}

.product-single-grid .product-single-gallery .product-item {
    margin-bottom: 1.5rem;
    padding: 0 .75rem
}

.product-single-grid .inner {
    position: relative
}

.product-single-grid .prod-full-screen {
    right: 1rem;
    bottom: 1rem
}

.product-single-grid .product-single-details .product-title {
    margin-top: 1.5rem;
    font-size: 2.8rem
}

.product-single-grid .product-single-details .ratings-container {
    margin-bottom: 5rem
}

.product-single-grid .product-single-details .price-box {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .product-price {
    font-size: 3.1rem
}

.product-single-grid .product-single-details .old-price {
    font-size: 2.2rem
}

.product-single-grid .product-single-details .old-price + .product-price {
    margin-left: 1.5rem
}

.product-single-grid .product-single-details .product-action {
    margin-bottom: 3.8rem
}

.product-single-grid .product-single-details .paction {
    height: 59px
}

.product-single-grid .add-cart {
    min-width: 270px;
    margin-left: 0
}

.product-single-grid .add-cart::before {
    font-size: 2.1rem
}

.product-single-grid .add-cart span {
    font-size: 1.6rem
}

.product-single-grid .product-filters-container {
    margin-bottom: 4rem
}

.product-single-grid .product-single-filter {
    padding-bottom: 2.1rem
}

.product-single-grid .product-single-filter .config-swatch-list li {
    margin-right: .5rem;
    margin-bottom: 0
}

.product-single-grid .product-single-filter .config-swatch-list a {
    width: 3rem;
    height: 3rem
}

.product-size-content img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 2rem;
    margin-left: auto
}

.table.table-size thead tr th, .table.table-size tbody tr td {
    border: 0;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .005em;
    text-transform: uppercase
}

.table.table-size thead tr th {
    padding: 2.8rem 1.5rem 1.7rem;
    background-color: #f4f4f2;
    font-weight: 600
}

.table.table-size tbody tr td {
    padding: 1rem 1.5rem;
    background-color: #fff;
    font-weight: 700
}

.table.table-size tbody tr td:first-child {
    font-weight: 600
}

.table.table-size tbody tr:nth-child(2n) td {
    background-color: #ebebeb
}

@media screen and (min-width: 992px) {
    .table.table-size thead tr th {
        padding-top: 4.2rem;
        padding-bottom: 2.8rem
    }

    .table.table-size thead tr th, .table.table-size tbody tr td {
        padding-right: 3.5rem;
        padding-left: 3.5rem
    }
}

@media screen and (max-width: 912px) and (min-width: 768px) {
    .product-single-grid .add-cart {
        min-width: 100%
    }
}

@media screen and (max-width: 575px) {
    .product-single-grid .product-single-gallery .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .product-single-grid .product-single-gallery [class*='col-'] {
        padding-right: 10px;
        padding-left: 10px
    }
}

.cart-table-container {
    margin-bottom: 2.5rem
}

.table.table-cart tr th, .table.table-cart tr td {
    vertical-align: middle
}

.table.table-cart tr th:not(.product-col), .table.table-cart tr td:not(.product-col) {
    text-align: center
}

.table.table-cart tr th {
    padding: 2.4rem 1.5rem 1.2rem;
    border: 0;
    font-weight: 600
}

.table.table-cart tr td {
    padding: 2rem 1.5rem;
    border-top: 1px solid #ccc
}

.table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0
}

.table.table-cart tr.product-action-row td {
    padding: 0 0 2.2rem;
    border: 0
}

.table.table-cart .product-title {
    margin-bottom: 0;
    font-size: 1.4rem
}

.table.table-cart tfoot td {
    padding: 2rem 0 1rem
}

.table.table-cart tfoot .btn {
    padding: .85rem 2rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table.table-cart tfoot .btn + .btn {
    margin-left: 1rem
}

.table.table-cart .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto
}

.btn-remove::before {
    font-size: 1.8rem;
    font-weight: 600;
    content: 'x'
}

.btn-remove, .btn-edit, .btn-move {
    color: #08c
}

.btn-remove:hover, .btn-remove:focus, .btn-edit:hover, .btn-edit:focus, .btn-move:hover, .btn-move:focus {
    color: #0099e6;
    text-decoration: none
}

.btn-edit {
    margin-right: 1rem;
    font-size: 1.3rem
}

.btn-move {
    font-size: 1.3rem;
    line-height: 2.5rem
}

.btn-move:hover, .btn-move:focus {
    text-decoration: underline
}

.qty-col {
    min-width: 98px
}

.product-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

tbody .product-col {
    font-size: 0
}

.product-col .product-image-container {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 1.8rem;
    margin-bottom: 0;
    border: 1px solid #ccc;
    vertical-align: middle
}

.product-col .product-title {
    display: inline-block;
    vertical-align: middle
}

.cart-discount {
    margin-bottom: 4rem
}

.cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400
}

.cart-discount form {
    max-width: 420px
}

.cart-summary {
    margin-bottom: 2.5rem;
    padding: 1.4rem 1.8rem 2.2rem;
    border: 1px solid #ddd;
    background: #fbfbfb
}

.cart-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    font-weight: 300
}

.cart-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.cart-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0;
    color: inherit
}

.cart-summary h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.4rem;
    content: '\e81b'
}

.cart-summary h4 a.collapsed::after {
    content: '\e81c'
}

#total-estimate-section form {
    margin-bottom: 0;
    padding: .7rem 0 2.2rem
}

.table.table-totals {
    margin-bottom: 2rem;
    border-top: 1px solid #ccc
}

.table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem
}

.table.table-totals tr {
    border: 0
}

.table.table-totals tr th, .table.table-totals tr td {
    padding: .6rem 0;
    border: 0
}

.table.table-totals tr th:last-child, .table.table-totals tr td:last-child {
    text-align: right
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 600
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem
}

.table.table-totals tfoot tr td:last-child {
    color: #2b2b2d
}

.checkout-methods .btn + .btn {
    margin-top: 2.2rem
}

@media screen and (max-width: 767px) {
    .table.table-cart, .table.table-cart tbody, .table.table-cart tfoot {
        display: block
    }

    .table.table-cart thead {
        display: none
    }

    .table.table-cart tr td {
        padding: .5rem 1rem;
        border-top: 0
    }

    .table.table-cart tr td.product-col {
        padding-bottom: .5rem
    }

    .table.table-cart .product-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #ccc
    }

    .table.table-cart .product-action-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .table.table-cart .product-action-row td {
        width: 100%
    }

    .table.table-cart .product-action-row .float-right {
        margin-top: -4px;
        margin-left: auto
    }

    .table.table-cart .product-col {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .table.table-cart .product-col .product-image-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
        margin-bottom: 1rem
    }

    .table.table-cart tfoot {
        border-top: 1px solid #ccc
    }

    .table.table-cart tfoot tr {
        display: block;
        width: 100%
    }

    .table.table-cart tfoot tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem 0
    }

    .table.table-cart tfoot .btn {
        margin-top: .5rem;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .table.table-cart tfoot .float-left {
        display: none
    }

    .table.table-cart tfoot .float-right {
        margin-left: auto
    }
}

.checkout-progress-bar {
    display: block;
    margin: 0 0 3rem;
    font-size: 0;
    line-height: 1.4;
    counter-reset: i
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: top
}

.checkout-progress-bar li::before {
    position: absolute;
    top: 1.9rem;
    left: 0;
    width: 100%;
    height: .7rem;
    transition: background .3s;
    background-color: #e4e4e4;
    content: ''
}

.checkout-progress-bar li > span {
    display: inline-block;
    width: 100%;
    padding-top: 4.5rem;
    color: #ccc;
    font-size: 1.6rem;
    font-weight: 300;
    word-wrap: break-word
}

.checkout-progress-bar li > span::before, .checkout-progress-bar li > span::after {
    position: absolute;
    top: 0;
    left: 50%;
    transition: background .3s;
    border-radius: 50%;
    content: ''
}

.checkout-progress-bar li > span::before {
    width: 3.8rem;
    height: 3.8rem;
    margin-left: -1.9rem;
    background-color: #e4e4e4
}

.checkout-progress-bar li > span::after {
    top: .6rem;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: -1.3rem;
    background: #fff;
    color: #777;
    font-weight: 600;
    content: counter(i);
    counter-increment: i
}

.checkout-progress-bar li.active::before, .checkout-progress-bar li.active > span::before {
    background-color: #ff5501
}

.checkout-progress-bar li.active > span {
    color: #000
}

.checkout-progress-bar li.active > span::after {
    font-family: 'porto';
    content: '\e84e'
}

.checkout-progress-bar li:first-child::before {
    border-radius: .6rem 0 0 .6rem
}

.checkout-progress-bar li:last-child::before {
    border-radius: 0 .6rem .6rem 0
}

.checkout-steps li {
    margin-bottom: 3rem
}

.checkout-steps li form {
    max-width: 480px;
    margin-top: 2.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc
}

.checkout-steps li form:last-of-type {
    padding-bottom: .1rem;
    border-bottom: 0
}

.checkout-steps li form p {
    margin-bottom: 1rem;
    color: #777;
    font-size: 1.3rem
}

.checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.step-title {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid #ccc;
    font-size: 2.2rem;
    font-weight: 300
}

.step-title::after {
    display: block;
    clear: both;
    content: ''
}

.step-title .step-title-edit {
    margin-top: .4rem;
    float: right;
    font-size: 1.4rem
}

.shipping-step-addresses {
    margin-bottom: 2rem;
    font-size: 0
}

.shipping-step-addresses::after {
    display: block;
    clear: both;
    content: ''
}

.shipping-address-box {
    display: inline-block;
    position: relative;
    width: 100%;
    min-height: 240px;
    margin: 0;
    padding: 1.8rem 3.2rem 1rem 1.8rem;
    transition: .3s border-color;
    border: .2rem solid transparent;
    font-size: 1.3rem;
    line-height: 3rem;
    vertical-align: top;
    word-wrap: break-word
}

.shipping-address-box.active {
    border-color: #ff5501
}

.shipping-address-box.active::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.7rem;
    height: 2.7rem;
    padding-top: .2rem;
    background-color: #ff5501;
    color: #fff;
    font-family: 'porto';
    font-size: 1.9rem;
    line-height: 2.1rem;
    text-align: center;
    content: '\e84e'
}

.shipping-address-box.active .address-box-action {
    visibility: hidden
}

.address-box-action {
    margin-top: 2rem
}

.address-box-action .btn {
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.address-box-action .btn.btn-sm {
    padding: .85rem 1.2rem;
    font-size: 1.3rem
}

.address-box-action .btn.btn-sm.btn-link {
    padding-right: 0;
    padding-left: 0
}

.btn-new-address {
    margin-bottom: 1.2rem;
    padding: .95rem 1.3rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial
}

.table-step-shipping {
    max-width: 600px
}

.table-step-shipping tr td {
    padding: 1.8rem 1.5rem;
    border: 0;
    border-bottom: 1px solid #ccc
}

.checkout-steps-action::after {
    display: block;
    clear: both;
    content: ''
}

.checkout-steps-action .btn {
    min-width: 70px;
    text-align: center
}

.order-summary {
    margin-top: 3.3rem;
    margin-bottom: 3rem;
    padding: 2.2rem 2.7rem;
    border: 1px solid #ddd;
    background: #f5f5f5
}

.order-summary h3 {
    margin-bottom: 1.3rem;
    font-size: 2.4rem;
    font-weight: 300
}

.order-summary h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

.order-summary h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0;
    color: inherit
}

.order-summary h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    font-weight: 400;
    content: '\e81b'
}

.order-summary h4 a.collapsed::after {
    content: '\e81c'
}

.table-mini-cart {
    margin-bottom: 0
}

.table-mini-cart tr td {
    padding: 2rem 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top
}

.table-mini-cart .product-col {
    -ms-flex-align: start;
    align-items: flex-start
}

.table-mini-cart .product-col .product-image-container {
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    margin-right: 1.5rem;
    vertical-align: top
}

.table-mini-cart .product-col > div {
    padding-top: .8rem;
    vertical-align: top
}

.table-mini-cart .price-col {
    padding-top: 2.5rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400
}

.table-mini-cart .product-title {
    display: block;
    max-width: 170px;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600
}

.table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem
}

.checkout-payment {
    margin-bottom: 3rem
}

.checkout-payment .step-title {
    margin-bottom: 1.8rem
}

.checkout-payment h4 {
    font-weight: 400
}

.checkout-payment .form-group {
    max-width: 480px
}

#checkout-shipping-address {
    display: none;
    padding-left: 3rem;
    line-height: 3rem
}

#checkout-shipping-address.show {
    display: block
}

#new-checkout-address {
    display: none
}

#new-checkout-address.show {
    display: block
}

.checkout-discount {
    margin-top: 2rem;
    margin-bottom: 3rem
}

.checkout-discount form {
    max-width: 480px;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem
}

.checkout-discount h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400
}

.checkout-discount h4 a {
    display: block;
    position: relative;
    padding: 1rem 2rem 1rem 0
}

.checkout-discount h4 a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: .4rem;
    transform: translateY(-50%);
    font-family: 'porto';
    font-size: 1.5rem;
    content: '\e81b'
}

.checkout-discount h4 a.collapsed::after {
    content: '\e81c'
}

.checkout-info-box {
    margin-bottom: 3rem;
    font-size: 1.3rem;
    line-height: 2.7rem
}

.checkout-info-box .step-title {
    margin-bottom: 1.8rem
}

@media screen and (min-width: 576px) {
    .checkout-progress-bar li {
        width: 185px
    }

    .checkout-progress-bar li > span {
        font-size: 1.8rem
    }

    .shipping-address-box {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .shipping-address-box {
        width: 33.33%
    }
}

.entry {
    margin-bottom: 3rem;
    color: #7a7d82
}

.entry a {
    color: #7a7d82
}

.entry a:hover, .entry a:focus {
    color: #282d3b
}

.entry-media {
    margin-bottom: 2rem;
    border-radius: 0;
    background-color: #ccc
}

.entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.entry-slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: .6rem;
    left: 0;
    margin: 0 !important
}

.entry-body {
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #ddd
}

.entry:not(.single):last-of-type .entry-body {
    border-bottom: 0
}

.entry-body .entry-date {
    width: 45px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1)
}

.entry-body .entry-date .day {
    display: block;
    margin-bottom: .3rem;
    padding: 1rem .2rem;
    border-radius: .2rem .2rem 0 0;
    background-color: #f4f4f4;
    color: #4a4a4a;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375
}

.entry-body .entry-date .month {
    display: block;
    padding: 0 .2rem .2rem;
    border-radius: 0 0 .2rem .2rem;
    background-color: #08c;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.33;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset
}

.entry-title {
    margin-bottom: 1rem;
    color: #08c;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.35
}

.entry-title a {
    color: #08c
}

.entry-title a:hover, .entry-title a:focus {
    color: #08c;
    text-decoration: underline
}

.entry-content::after {
    display: block;
    clear: both;
    content: ''
}

.read-more {
    float: right
}

.read-more i::before {
    margin: 0
}

.entry-meta > span {
    display: inline-block;
    margin-right: 1.5rem
}

.entry-meta i {
    margin-right: .5rem
}

.entry-meta i::before {
    margin: 0
}

.single .entry-meta {
    margin-bottom: 2.4rem
}

.single .entry-title {
    font-size: 2.4rem
}

.single h3 {
    font-size: 2.2rem;
    font-weight: 400
}

.single h3 i {
    margin-right: .2rem
}

.single .entry-content {
    margin-bottom: 4rem
}

.entry-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2.6rem;
    padding: 2.8rem 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.entry-share h3 {
    margin-right: 1.5rem
}

.entry-share .social-icon {
    color: #fff
}

.entry-share .social-icon:hover, .entry-share .social-icon:focus {
    color: #fff
}

.entry-author {
    margin-bottom: 3rem;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #ddd
}

.entry-author::after {
    display: block;
    clear: both;
    content: ''
}

.entry-author h3 {
    margin-bottom: 2rem
}

.entry-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left
}

.entry-author h4 {
    margin: 1rem;
    font-weight: 600
}

.entry-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8
}

.entry-author .author-content p:last-child {
    margin-bottom: 0
}

.comment-respond h3 {
    margin-bottom: 1.2rem
}

.comment-respond h3 + p {
    margin-bottom: 2.6rem
}

.comment-respond form {
    margin-bottom: 0
}

.related-posts {
    margin-bottom: 4rem
}

.related-posts h4 {
    margin-bottom: 2rem;
    font-size: 1.9rem;
    text-transform: uppercase
}

.related-posts .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .entry p {
    margin-bottom: 1rem
}

.related-posts .entry-body {
    padding-bottom: 0;
    border-bottom: 0
}

.related-posts .entry-media {
    margin-bottom: 2rem
}

.related-posts .entry-title {
    margin-bottom: 1rem;
    font-size: 1.8rem
}

.sidebar {
    position: relative;
    font-size: 1.4rem
}

.sidebar .widget {
    margin-bottom: 3rem
}

.sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem
}

.sidebar-wrapper {
    -webkit-backfac-visibility: hidden
}

.widget-title {
    margin: .5rem 0 1.3rem;
    color: #2b2b2d;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2
}

.widget form {
    margin-bottom: 0
}

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

.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0
}

.list li.active {
    font-weight: 600
}

.list li.active a {
    color: #2b2b2d
}

.list li a {
    display: block;
    position: relative;
    padding: .9rem 0 .8rem 2rem;
    border-bottom: 1px solid #EDEDDE;
    color: #7a7d82;
    font-size: 1.4rem
}

.list li a::before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    margin: .9rem 0 0 -1rem;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    content: ''
}

.list li a:hover, .list li a:focus {
    background-color: #eee;
    text-decoration: none
}

.widget-search form {
    position: relative;
    margin: 0
}

.widget-search .form-control {
    width: 100%;
    max-width: none;
    padding-right: 5.5rem
}

.widget-search .search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 0;
    outline: none;
    background-color: transparent;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.tagcloud::after {
    display: block;
    clear: both;
    content: ''
}

.tagcloud a {
    display: block;
    margin: 0 .7rem .7rem 0;
    padding: 1.1rem 1.4rem;
    float: left;
    background-color: #e1e1e1;
    color: #7e7d79;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 11px
}

.tagcloud a:hover, .tagcloud a:focus {
    background-color: #08c;
    color: #fff;
    text-decoration: none
}

.simple-entry-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.simple-entry-list li {
    margin: 0 0 1rem
}

.simple-entry-list li::after {
    display: block;
    clear: both;
    content: ''
}

.simple-entry-list li:last-child {
    margin-bottom: 0
}

.simple-entry-list .entry-media {
    width: 6.5rem;
    margin: 0 1.2rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0
}

.simple-entry-list .entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto
}

.simple-entry-list .entry-meta {
    color: #888;
    font-size: 1.3rem
}

.simple-entry-list a {
    color: #08c
}

@media screen and (min-width: 576px) {
    .entry-share {
        flex-direction: row;
        align-items: center
    }

    .entry-share h3 {
        margin-bottom: 0
    }

    .related-posts {
        padding-top: 1rem
    }
}

@media screen and (min-width: 768px) {
    .entry-media {
        margin-bottom: 3rem
    }

    .single .entry-meta {
        margin-bottom: 3.2rem
    }

    .single .entry-title {
        font-size: 2.6rem
    }

    .entry-body {
        margin-left: 60px
    }

    .entry-body .entry-date {
        margin-left: -60px
    }

    .related-posts {
        padding-top: 2.5rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 3rem
    }
}

@media screen and (max-width: 767px) {
    .comment-respond .form-footer {
        margin-bottom: 2rem
    }
}

#map {
    height: 280px;
    margin-bottom: 4rem;
    background-color: #ccc
}

#map address {
    margin: 0;
    padding: .625rem .875rem;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5
}

#map a {
    display: inline-block;
    margin-top: .8rem;
    font-size: 1.2rem;
    text-transform: uppercase
}

.contact-info {
    margin-bottom: 3rem;
    padding-top: .5rem
}

.contact-info > div {
    margin-bottom: 1.5rem;
    font-size: 1.4rem
}

.contact-info > div::after {
    display: block;
    clear: both;
    content: ''
}

.contact-info i {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.3rem;
    height: 4.3rem;
    float: left;
    border-radius: .6rem;
    background-color: #08c;
    color: #fff;
    font-size: 1.8rem;
    text-align: center
}

.contact-info p {
    margin-bottom: 0;
    margin-left: 5.5rem;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    #map {
        height: 380px;
        margin-bottom: 5rem
    }
}

@media screen and (min-width: 992px) {
    #map {
        height: 460px;
        margin-bottom: 6rem
    }
}

.dashboard-content {
    margin-bottom: 1em
}

.dashboard-content h2 {
    margin-bottom: 2rem;
    font-size: 2.4rem
}

.dashboard-content .form-control {
    max-width: 100%
}

#account-chage-pass {
    display: none;
    padding-bottom: 1.5rem
}

#account-chage-pass.show {
    display: block
}

.widget-dashboard .widget-title {
    margin-top: .2rem;
    font-size: 1.8rem;
    font-weight: 600
}

.widget-dashboard {
    margin-bottom: 3rem
}

@media screen and (min-width: 768px) {
    .dashboard-content h2 {
        font-size: 2.6rem
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../images/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    color: #2b2b2d;
    font-size: 2rem
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2b2b2d;
    margin: 0;
    font-size: 2rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0
}

.owl-theme .owl-nav [class*='owl-'] i::before {
    margin: 0;
    width: auto
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #08c;
    text-decoration: none
}

.owl-theme .owl-nav .owl-prev {
    left: 0
}

.owl-theme .owl-nav .owl-next {
    right: 0
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 3.2rem
}

.owl-theme .owl-dots {
    line-height: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    position: relative;
    width: 1.1rem;
    height: .3rem;
    margin: 0 5px;
    background: #e4e4e4;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 0 solid transparent;
    border-radius: 0
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: #2b2b2c
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span {
    border-color: transparent;
    background: #fff
}

.owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
    border-color: transparent
}

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
    border-color: transparent;
    background: #2b2b2c
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #fff;
    opacity: .5
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #222;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #222
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #222;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    right: 0;
    height: 100%;
    z-index: 11
}

.bootstrap-touchspin.input-group {
    max-width: 68px;
    padding-right: 20px;
    margin-bottom: 0
}

.bootstrap-touchspin .form-control {
    height: 4.2rem;
    text-align: center;
    margin-bottom: 0;
    max-width: 46px;
    padding: 1.05rem 1rem;
    line-height: 1.4
}

.bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: absolute;
    right: 0;
    height: 2rem;
    padding: 0;
    width: 2rem;
    text-align: center;
    font-size: 1.2rem;
    min-width: 0
}

.bootstrap-touchspin .input-group-btn-vertical > .btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.1rem
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    top: 0
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    bottom: 0
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    position: absolute
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: .3rem
}

.noUi-horizontal .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.55rem;
    top: -.3em
}

.noUi-vertical {
    width: .3rem;
    height: 150px
}

.noUi-vertical .noUi-handle {
    width: 1.1rem;
    height: 1.1rem;
    left: -.4rem;
    top: -.5rem
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -.55rem;
    left: auto
}

.noUi-target {
    background: #efefef;
    border-radius: 0
}

.noUi-connects {
    border-radius: 0
}

.noUi-connect {
    background: #08c
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 50%;
    background: #08c;
    cursor: pointer
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.mt-1 {
    margin-top: 1rem !important
}

.mt-2 {
    margin-top: 2rem !important
}

.mt-3 {
    margin-top: 3rem !important
}

.mt-4 {
    margin-top: 4rem !important
}

.mt-5 {
    margin-top: 5rem !important
}

.mt-6 {
    margin-top: 6rem !important
}

.mt-7 {
    margin-top: 7rem !important
}

.mt-8 {
    margin-top: 8rem !important
}

.mt-9 {
    margin-top: 9rem !important
}

.mt-10 {
    margin-top: 10rem !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

.mb-2 {
    margin-bottom: 2rem !important
}

.mb-3 {
    margin-bottom: 3rem !important
}

.mb-4 {
    margin-bottom: 4rem !important
}

.mb-5 {
    margin-bottom: 5rem !important
}

.mb-6 {
    margin-bottom: 6rem !important
}

.mb-7 {
    margin-bottom: 7rem !important
}

.mb-8 {
    margin-bottom: 8rem !important
}

.mb-9 {
    margin-bottom: 9rem !important
}

.mb-10 {
    margin-bottom: 10rem !important
}

@media screen and (min-width: 768px) {
    .mt-md-1 {
        margin-top: 1rem !important
    }

    .mt-md-2 {
        margin-top: 2rem !important
    }

    .mt-md-3 {
        margin-top: 3rem !important
    }

    .mt-md-4 {
        margin-top: 4rem !important
    }

    .mt-md-5 {
        margin-top: 5rem !important
    }

    .mt-md-6 {
        margin-top: 6rem !important
    }

    .mt-md-7 {
        margin-top: 7rem !important
    }

    .mt-md-8 {
        margin-top: 8rem !important
    }

    .mt-md-9 {
        margin-top: 9rem !important
    }

    .mt-md-10 {
        margin-top: 10rem !important
    }

    .mb-md-1 {
        margin-bottom: 1rem !important
    }

    .mb-md-2 {
        margin-bottom: 2rem !important
    }

    .mb-md-3 {
        margin-bottom: 3rem !important
    }

    .mb-md-4 {
        margin-bottom: 4rem !important
    }

    .mb-md-5 {
        margin-bottom: 5rem !important
    }

    .mb-md-6 {
        margin-bottom: 6rem !important
    }

    .mb-md-7 {
        margin-bottom: 7rem !important
    }

    .mb-md-8 {
        margin-bottom: 8rem !important
    }

    .mb-md-9 {
        margin-bottom: 9rem !important
    }

    .mb-md-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 992px) {
    .mt-lg-1 {
        margin-top: 1rem !important
    }

    .mt-lg-2 {
        margin-top: 2rem !important
    }

    .mt-lg-3 {
        margin-top: 3rem !important
    }

    .mt-lg-4 {
        margin-top: 4rem !important
    }

    .mt-lg-5 {
        margin-top: 5rem !important
    }

    .mt-lg-6 {
        margin-top: 6rem !important
    }

    .mt-lg-7 {
        margin-top: 7rem !important
    }

    .mt-lg-8 {
        margin-top: 8rem !important
    }

    .mt-lg-9 {
        margin-top: 9rem !important
    }

    .mt-lg-10 {
        margin-top: 10rem !important
    }

    .mb-lg-1 {
        margin-bottom: 1rem !important
    }

    .mb-lg-2 {
        margin-bottom: 2rem !important
    }

    .mb-lg-3 {
        margin-bottom: 3rem !important
    }

    .mb-lg-4 {
        margin-bottom: 4rem !important
    }

    .mb-lg-5 {
        margin-bottom: 5rem !important
    }

    .mb-lg-6 {
        margin-bottom: 6rem !important
    }

    .mb-lg-7 {
        margin-bottom: 7rem !important
    }

    .mb-lg-8 {
        margin-bottom: 8rem !important
    }

    .mb-lg-9 {
        margin-bottom: 9rem !important
    }

    .mb-lg-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1200px) {
    .mt-xl-1 {
        margin-top: 1rem !important
    }

    .mt-xl-2 {
        margin-top: 2rem !important
    }

    .mt-xl-3 {
        margin-top: 3rem !important
    }

    .mt-xl-4 {
        margin-top: 4rem !important
    }

    .mt-xl-5 {
        margin-top: 5rem !important
    }

    .mt-xl-6 {
        margin-top: 6rem !important
    }

    .mt-xl-7 {
        margin-top: 7rem !important
    }

    .mt-xl-8 {
        margin-top: 8rem !important
    }

    .mt-xl-9 {
        margin-top: 9rem !important
    }

    .mt-xl-10 {
        margin-top: 10rem !important
    }

    .mb-xl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xl-10 {
        margin-bottom: 10rem !important
    }
}

@media screen and (min-width: 1600px) {
    .mt-xxl-1 {
        margin-top: 1rem !important
    }

    .mt-xxl-2 {
        margin-top: 2rem !important
    }

    .mt-xxl-3 {
        margin-top: 3rem !important
    }

    .mt-xxl-4 {
        margin-top: 4rem !important
    }

    .mt-xxl-5 {
        margin-top: 5rem !important
    }

    .mt-xxl-6 {
        margin-top: 6rem !important
    }

    .mt-xxl-7 {
        margin-top: 7rem !important
    }

    .mt-xxl-8 {
        margin-top: 8rem !important
    }

    .mt-xxl-9 {
        margin-top: 9rem !important
    }

    .mt-xxl-10 {
        margin-top: 10rem !important
    }

    .mb-xxl-1 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-2 {
        margin-bottom: 2rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 4rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 5rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 6rem !important
    }

    .mb-xxl-7 {
        margin-bottom: 7rem !important
    }

    .mb-xxl-8 {
        margin-bottom: 8rem !important
    }

    .mb-xxl-9 {
        margin-bottom: 9rem !important
    }

    .mb-xxl-10 {
        margin-bottom: 10rem !important
    }
}

.redessoc li{
    list-style: none;
}
.redessoc i{
    color: #ffb500;
}
