.offcanvas-nav>.container,
.offcanvas-nav>.container>.row,
.offcanvas-nav>.container>.row>.col-md-12,
.offcanvas-nav>.container>.row>.col-md-12>.slimScrollDiv,
.offcanvas-nav>.container>.row>.col-md-12>.slimScrollDiv>.offcanvas-nav-inner {
    height: 100%!important
}

.full-height .fp-scrollable>.container,
.full-height .fp-scrollable>.container>.row,
.full-height .fp-scrollable>.container>.row>[class^=col-],
.full-height .fp-scrollable>.row,
.full-height .fp-scrollable>.row>[class^=col-],
.full-height .fp-tableCell>.container,
.full-height .fp-tableCell>.container>.row,
.full-height .fp-tableCell>.container>.row>[class^=col-],
.full-height .fp-tableCell>.row,
.full-height .fp-tableCell>.row>[class^=col-],
.full-height .page-title>.container,
.full-height .page-title>.container>.row,
.full-height .page-title>.container>.row>[class^=col-] {
    height: 100%
}

.v-align .row,
.v-align>.container>.row {
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    height: 100%
}


.overlay-dark .container,
.overlay-dark .row {
    position: relative;
    z-index: 3
}

.v-align>.container {
    height: 100%
}

.v-align>.container>.row {
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.v-align .row {
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%
}

.v-align .row [class^=col-] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
    padding: 0
}


#main-header .container,
#main-header .row,
#main-header [class^=col-],
.overflow-visible,
.overflow-visible>.container {
    overflow: visible
}

.main-nav>.container>.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center
}

.viewport .container,
.viewport .row,
.viewport [class^=col-] {
    height: 100%;
    overflow: visible
}


.main-nav>.container>.row,
.sideheader .main-nav>.container>.row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 0
}
.main-nav>.container>.row>[class^=col-],
.sideheader .main-nav>.container>.row>[class^=col-] {
    position: static
}
.main-nav>.container>.row>[class^=col-]:first-child,
.sideheader .main-nav>.container>.row>[class^=col-]:first-child {
    order: -1
}
.main-nav>.container>.row>[class^=col-]:last-child,
.sideheader .main-nav>.container>.row>[class^=col-]:last-child {
    order: 1
}

.v-align>.container>.row {
    margin: 0;
    display: block;
    height: auto
}
.v-align .row {
    margin: 0;
    display: block;
    height: auto;
    width: 100%
}
.v-align .row [class^=col-] {
    display: block;
    height: auto;
    padding: 0
}

.masonry-items {
    -webkit-transition: height .3s ease;
    -moz-transition: height .3s ease;
    transition: height .3s ease
}
.masonry-item {
    width: 100%
}

.masonry-item {
    width: 100%;
    position: unset !important;
    margin-bottom: 40px;
}
.masonry-item:last-child{
    margin-bottom: 0;
}













.blog-nav article .content p,
.viewport {
    text-transform: uppercase
}










.align-center {
    text-align: center!important
}


.m-b-40 {
    margin-bottom: 50px!important
}




@media (max-width:767px) {

    .masonry-item {
        width: 100%
    }

}

@media (max-width: 767px){
    .feature-item h6 a {
        font-size: 16px;
    }
    .masonry-item {
        width: 100%;
        position: unset !important;
        margin-bottom: 40px;
    }
    .masonry-item:last-child{
        margin-bottom: 0;
    }

    .feature-item figure {
        margin-bottom: 15px;
    }
}


.feature-item figure,
.masonry-filters ul li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}




.feature-item {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}


.feature-item figure {
    margin-bottom: 18px;
    transition: all .3s ease;
}

.feature-item figure img {
    width: 100%;
    height: auto;
}


.feature-item:hover figure {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, .0)
}

@media (min-width: 992px) and (max-width: 1199px){

    .feature-item {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .feature-item {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575px){

    .feature-item {
        padding-right: 0;
        padding-left: 0;
    }

}

.image-bg:hover {
    box-shadow: 4px 5px 10px #ddd;
}
.image-bg {
    display: inline-block;
    height: 700px;
    margin-bottom: 0;
    position: relative;
    width: 80%;
}
.image-bg:hover .image-shop-scroll {
    background-position: center 100% !important;
}
.image-bg .image-shop-scroll {
    transition: all 18s ease-out 0.6s;
}
.image-bg .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    height: 700px;
    left: 0;
    position: absolute;
    width: 100%;
    /* box-shadow: 0px 3px 5px 0px rgba(68, 68, 68, 0.3); */
    box-shadow: none;
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #ededed;
}
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 auto;
        width: 100.0%;
    }
    }
    .electronic-banner-area {
        padding: 0 200px;
    }


    .lyout-p {
        max-width: 1500px;
        margin: 0 auto;
    }



    .single-banner {
        position: relative;
        overflow: hidden;
    }
    .single-banner img {
        width: 100%;
    }
    .banner-content-style1 {
        left: 0;
        padding: 30px 42px;
        position: absolute;
        top: 232px;
    }
    .banner-content-style2 {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        padding: 30px;
    }
    .banner-content.banner-content-style3 {
        bottom: 185px;
        left: 0;
        padding: 30px;
        position: absolute;
        right: 0;
        text-align: center;
    }
    
    
    .single-banner a img {
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        width: 100%;
    }
    .single-banner:hover a img {
        transform: scale(1.1) rotate(-5deg);
    }
    
    /* 2.7 Product style */
    
    
    .product-wrapper,
    .product-img {
        position: relative;
    }
    .product-action {
        bottom: 30px;
        display: inline-block;
        left: 0;
        opacity: 0;
        padding: 0 20px;
        position: absolute;
        right: 0;
        text-align: center;
        transition: all 0.3s ease 0s;
    }
    .product-action a {
        background-color: #383838;
        border-radius: 100%;
        color: #f7f7f7;
        display: inline-block;
        font-size: 24px;
        height: 45px;
        line-height: 52px;
        margin: 0 15px;
        width: 45px;
    }
    .product-action a:hover {
        background-color: #050035;
        color: #fff;
    }
    .product-img > span {
        background-color: #666;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        left: 20px;
        letter-spacing: 1px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 20px;
        width: 40px;
    }
    .product-content h4 {
        color: #383838;
        font-size: 18px;
        margin-bottom: 6px;
    }
    .product-content > span {
        color: #383838;
        font-size: 18px;
        font-weight: bold;
    }
    .product-content {
        padding-top: 23px;
    }
    .product-action > a.animate-left {
        transform: translateX(-20px);
        transition: all 0.4s ease 0s;
    }
    .product-wrapper:hover .product-action > a.animate-left {
        transform: translateX(0px);
    }
    .product-action > a.animate-right {
        transform: translateX(20px);
        transition: all 0.4s ease 0s;
    }
    .product-wrapper:hover .product-action > a.animate-right {
        transform: translateX(0px);
    }
    .product-action > a.animate-top {
        transform: translateY(20px);
        transition: all 0.4s ease 0s;
    }
    .product-wrapper:hover .product-action > a.animate-top {
        transform: translateY(0px);
    }
    .product-wrapper:hover .product-action {
        opacity: 1;
    }
    
    /* 2.8 Banner style 2 */
    
    .banner-wrapper {
        position: relative;
        overflow: hidden;
    }
    .banner-wrapper-content {
        left: 0;
        padding: 20px 20px 20px 60px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .banner-wrapper img {
        width: 100%;
        transition: all .3s ease 0s;
    }
    .banner-wrapper-content2 > h3 {
        color: #000000;
        font-family: 'Roboto Slab', serif;
        font-size: 30px;
        font-weight: bold;
        line-height: 29px;
        text-transform: uppercase;
    }
    .banner-wrapper-content2 {
        left: 0;
        padding: 113px 40px 30px;
        position: absolute;
        top: 0;
    }
    .banner-wrapper-content2 > a {
        color: #626262;
        font-weight: bold;
        text-transform: uppercase;
    }
    .banner-wrapper-content2 > a:hover {
        color: #050035;
    }
    .banner-wrapper-content3 {
        left: 0;
        padding: 50px 40px;
        position: absolute;
        top: 0;
    }

    .banner-wrapper-content3 > h3 span {
        font-weight: 300;
    }
    .mrgn-r-4 {
        margin-right: 4px;
    }
    .mrgn-b-4 {
        margin-bottom: 4px;
    }
    .banner-wrapper-content4 {
        left: 0;
        padding: 60px 35px;
        position: absolute;
        top: 0;
    }
    
    .banner-wrapper:hover a img {
        transform: scale(1.1);
    }
    /* all products */
    .custom-row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    .custom-col-style {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-col-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .product-tab-list {
        display: flex;
        justify-content: center;
    }
    

    .product-tab-list a {
        line-height: 1;
        margin: 0 28px;
    }
    
    /* 2.9 Brand logo style */
    
    .brand-logo-active {
        display: flex;
        justify-content: space-between;
    }
    .single-brand {
        display: flex;
        justify-content: center;
    }
    .brand-logo-active.owl-carousel .owl-item img {
        width: auto;
    }
    
    /* 2.10 Banner 3 style  */
    
    .banner-wrapper3-content > img,
    .banner-wrapper2-content img {
        width: 100%;
    }
    .row.g-0.banner-mrg {
        margin-left: 23px;
    }
    .banner-wrapper3-content {
        bottom: 0;
        left: 0;
        padding: 40px;
        position: absolute;
        right: 0;
        text-align: center;
        opacity: 0;
        transition: all .3s ease 0s;
    }
    .banner-wrapper:hover .banner-wrapper3-content {
        opacity: 1;
    }
    .banner-wrapper3-content > a {
        border-bottom: 1px solid #383838;
        color: #383838;
        display: inline-block;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 1;
        text-transform: uppercase;
    }
    .banner-wrapper3-content > a:hover {
        color: #050035;
        border-bottom: 1px solid #050035;
    }
    .banner-wrapper.mrgn-negative {
        margin-right: -17px;
    }
    .mrgn-b-5 {
        margin-bottom: 5px
    }
    .mrgn-r-5 {
        margin-right: 5px;
    }
    
    .electronic-banner-wrapper {
        overflow: hidden;
    }
    .electronic-banner-wrapper img {
        transition: all .3s ease 0s;
    }
    .banner-wrapper:hover img , .electronic-banner-wrapper:hover img {
        transform: scale(1.1);
    }
    .banner-wrapper3-content.banner-text-color > a {
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    .banner-wrapper3-content.banner-text-color > a:hover {
        border-bottom: 1px solid #ddd;
        color: #ddd;
    }
    
    /* 2.11 Instafeed style */
    
    #Instafeed > li {
        display: inline-block;
        padding-right: 17px;
        width: 20%;
    }
    #Instafeed > li a img {
        width: 100%;
    }
    #Instafeed > li:last-child {
        padding-right: 0px;
    }
