.fashion_instagram li {
    width: 25%;
}

.cpadding{
    padding: 140px 0px 50px;
}

.sidebar-shop .widget-title {
    margin: 0;
    color: #313131;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
}

.sidebar-shop .widget-title a {
    display: block;
    position: relative;
    color: inherit;
}

.sidebar-shop .widget-body {
    padding: 1.5rem 0;
}

.bg-catpro {
    background-color: #e9ecef;
}

.fashion_product_item .item_image {
    height: 500px;
}

.fashion_product_item .item_image img {
    height: 100%;
}

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

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

.cat-list li a {
    color: #777;
}

.prod-thumbnail {
    display: flex;
    /* display: -ms-flexbox; */
    margin: 3px -3px 0;
}

.prod-thumbnail>.owl-dot {
    flex: 1;
    -ms-flex: 1 1 100px;
    margin: 3px;
}

.add-cart, .order-now {
    padding: 11px 28px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 24px;
}

.owl-dots .owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next {
    outline: none;
}

.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("../../../../../../www.portotheme.com/html/porto_ecommerce/demo_6/assets/images/owl.video.play.html") 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: #222529;
    font-size: 3rem;
}

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

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

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #222529;
    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: 0.5;
    cursor: default;
}

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

.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: 15px;
    height: 15px;
    margin: 2px 2px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.3s ease;
    border: 0.2rem solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot span:before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
    background-color: #08c;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 50%;
}

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

.owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

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

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

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

.owl-theme.owl-theme-light .owl-dots .owl-dot.active span:before {
    border-color: #08c;
}


.owl-dots .owl-dot,
.owl-nav .owl-prev,
.owl-nav .owl-next {
    outline: none;
}


.product-intro.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots {
    top: -58px;
    position: absolute;
    right: 0;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid;
    background: none;
    margin: 5px 2px;
    border-radius: 7px;
    border-color: rgba(0, 68, 102, 0.4);
    transition: opacity 0.2s;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border-color: #08c;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:before,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:before {
    display: none;
}

.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot.active span:after,
.product-intro.owl-carousel.owl-theme .owl-dots .owl-dot:hover span:after {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 3px;
    right: 3px;
    top: 3px;
    border-radius: 10px;
    background-color: #08c;
}

.product-intro.owl-carousel.owl-theme .owl-nav {
    color: #333;
    font-size: 2.4rem;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev,
.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    opacity: 0;
    transition: opacity 0.2s, transform 0.4s;
    top: 30%;
    width: 30px;
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
    text-align: left;
    left: -30px;
    padding-right: 30px;
    transform: translateX(-10px);
}

.product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
    text-align: right;
    right: -30px;
    padding-left: 30px;
    transform: translateX(10px);
}

.product-intro.owl-carousel.owl-theme:hover .owl-prev,
.product-intro.owl-carousel.owl-theme:hover .owl-next {
    transform: translateX(0);
    opacity: 1;
}



.products-slider>.owl-stage-outer {
    margin: -10px -20px;
    padding: 10px 20px;
}

@media (max-width: 1280px) {
    .products-slider>.owl-stage-outer {
        margin: -10px -15px;
        padding: 10px 15px;
    }
}

.modal-backdrop.show {
    opacity: 0;
}

@media (max-width: 1200px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}

@media (max-width: 1159px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: -30px;
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: -30px;
    }
}

@media (max-width: 1000px) {
    .product-intro.owl-carousel.owl-theme .owl-nav .owl-prev {
        left: 10px;
    }

    .product-intro.owl-carousel.owl-theme .owl-nav .owl-next {
        right: 10px;
    }
}


.product-category-panel .owl-carousel {
    margin-top: -10px;
    padding-top: 10px;
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev,
.product-category-panel .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    font-size: 24px;
    color: #333;
    line-height: 22px;
}

.product-category-panel .owl-carousel .owl-nav button.owl-prev {
    left: -41px;
}

.product-category-panel .owl-carousel .owl-nav button.owl-next {
    right: -41px;
}


.owl-item>.product-category {
    margin-bottom: 0;
}


@media (max-width: 1200px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }
}

@media (max-width: 1159px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -41px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -41px;
    }
}

@media (max-width: 1024px) {

    .product-category-panel .owl-carousel .owl-nav button.owl-next,
    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        width: 15px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-next {
        right: -18px;
    }

    .product-category-panel .owl-carousel .owl-nav button.owl-prev {
        left: -18px;
    }
}


.owl-carousel .owl-dots .owl-dot span:before {
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
    margin-left: -3.5px;
}

.owl-carousel.dots-m-0 .disabled+.owl-dots {
    margin: 0;
}

.owl-carousel.dots-mt-1 .disabled+.owl-dots {
    margin-top: 1rem;
}

.owl-carousel.nav-big .owl-nav {
    font-size: 3.7rem;
}

.owl-carousel.nav-big .owl-nav i {
    padding: 4px 7px;
}

.owl-carousel.nav-large .owl-nav {
    font-size: 4.5rem;
}

.owl-carousel.nav-large .owl-nav i {
    padding: 4px 2px;
}

.owl-carousel.nav-image-center .owl-nav button {
    top: 35%;
}

.owl-carousel.show-nav-hover .owl-nav {
    opacity: 0;
    transition: opacity 0.2s, color 0.2s;
}

.owl-carousel.show-nav-hover:hover .owl-nav {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
    left: 1vw;
}

.owl-carousel .owl-nav .owl-next {
    right: 1vw;
}

@media (min-width: 992px) {
    .owl-carousel.nav-outer .owl-prev {
        left: -1.7vw;
    }

    .owl-carousel.nav-outer .owl-next {
        right: -1.7vw;
    }

    .owl-carousel.nav-outer.nav-large .owl-prev {
        left: -2.3vw;
    }

    .owl-carousel.nav-outer.nav-large .owl-next {
        right: -2.3vw;
    }
}

.owl-carousel.dots-top .owl-dots {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 2.5rem;
}

.owl-carousel.dots-small .owl-dots span {
    width: 14px;
    height: 14px;
}

.owl-carousel.dots-small .owl-dots span:before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
}

.owl-carousel.images-center img {
    width: auto;
    margin: auto;
}

.dots-left .owl-dots {
    text-align: left;
}

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

.owl-carousel-lazy .home-slide:first-child,
.owl-carousel-lazy .category-slide:first-child,
.owl-carousel-lazy .owl-item:first-child .home-slide,
.owl-carousel-lazy .owl-item:first-child .category-slide {
    display: block;
}

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


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


.owl-carousel.images-left img {
    width: auto;
}


.widget .owl-carousel .owl-nav {
    position: absolute;
    top: -4.3rem;
    right: -0.4rem;
    line-height: 0;
}

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

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



.product-single-gallery .owl-nav {
    font-size: 2.8rem;
}

.product-single-gallery .owl-nav .owl-prev {
    left: 2.5rem;
}

.product-single-gallery .owl-nav .owl-next {
    right: 2.5rem;
}

.product-single-gallery .owl-nav button {
    transition: opacity 0.5s;
    opacity: 0.5;
}


.transparent-dots .owl-dot {
    margin: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.2s;
}

.transparent-dots .owl-dot img {
    border: 0;
    opacity: 0.5;
}

.transparent-dots .owl-dot.active,
.transparent-dots .owl-dot:hover {
    border-color: #08c;
}


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


.product-single-extended .product-single-gallery .owl-item.center:before {
    background-color: rgba(0, 0, 0, 0.07);
}


.home-slider .owl-dots {
    position: absolute;
    bottom: 37px;
    left: 5.5%;
}

.home-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    border-color: #222529;
}

.home-slider .owl-dots .owl-dot:hover span,
.home-slider .owl-dots .owl-dot.active span {
    border-color: #222529;
}

.home-slider .owl-dots .owl-dot:hover span:before,
.home-slider .owl-dots .owl-dot.active span:before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background: #222529;
}


.sidebar-home .owl-dots .owl-dot span {
    border-color: #e7e7e7;
}

.widget-banners .owl-carousel .disabled+.owl-dots {
    margin: 1.8rem 0 2.4rem;
}


.widget-testimonials.widget .owl-carousel .owl-dots {
    margin: 1.2rem 0 3.5rem 5.7rem;
}
