header.Masai-header .search-area form.search button{
    background-color: transparent !important;
    width: auto;
    height: auto;
    border: none;
    box-sizing: none;
    position: absolute;
    left: 7px;
    top: 5px;
    line-height: 0;
}

.col-xs-12 {
    width: 100%;
}
.product {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 20px;
    height: 100%;
}
header.Masai-header .search-area form.search input{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 25px;
    background: #f7f7f7;
    padding-right: 20px;
    font-size: 12px;
}
.header-basket-shop{
    min-height: 37px;
    margin-right: 15px;
    border: 1px solid rgb(215, 222, 224);
    border-radius: 5px;
    padding: 5px !important;
}

header.Masai-header .dropdown{
    margin-top: 8px;
}
header.Masai-header .iconhead{

    min-width: 230px !important;
    /* color: #0230CA; */
    background: transparent !important;
    border: 1px solid rgb(215, 222, 224);
    border-radius: 6px;
    margin-bottom: 16px;
}
header.Masai-header .iconhead span{
    color: #4c4b4b !important;
}
header.Masai-header .iconhead i {
    color: #0230CA !important;
}
.header_login{
    padding-top: 14px;
}

.box-shadow-header{
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .2);
}



.storySec {
    scrollbar-width: none;
    overflow-x: auto;
}

.demo-app {
    /* overflow: auto; */
    height: 100%
}

.demo-title {
    padding: 24px 12px 12px
}

.demo-stories {
    display: flex;
    /*justify-content:center;*/
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    /* overflow: auto; */
    scrollbar-width: none;
    /* border-bottom: 1px solid #262626 */
}

.demo-stories::-webkit-scrollbar {
    display: none;
    opacity: 0
}

.demo-stories a+a {
    margin-right: 20px;
}

.demo-stories a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    min-width: 127px;
    transition-property: opacity
}

@media screen and (max-width:991px) {
    .demo-stories a {
        min-width: 150px;
    }
}

.demo-stories a:active {
    opacity: .55;
    transition-duration: 50ms
}

.demo-stories-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    background-image: linear-gradient(to right top, #FF5F00 20%, #496ce2, #0230ca 80%)
}

.demo-stories-avatar.shown {
    background-image: none;
    background-color: #dddddd;
}

.demo-stories-avatar:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 50%;
    z-index: 1
}

.demo-stories-avatar img {
    position: relative;
    z-index: 2;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center
}

.demo-stories-name {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.demo-post-header {
    display: flex;
    align-items: center;
    padding: 8px
}

.demo-post-header-actions {
    appearance: none;
    padding: 0;
    border: none;
    outline: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: opacity
}

.demo-post-header-actions:active {
    opacity: .55;
    transition-duration: 50ms
}

.demo-post-header-actions span {
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%
}

.demo-post-header-actions span+span {
    margin-left: 3px
}

.demo-post-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 8px;
    padding: 2px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-image: linear-gradient(to right top, #ffc600 20%, #ff0040, #e600cc 80%);
    transition-property: opacity;
    transition-duration: .2s
}

.demo-post-avatar:active {
    opacity: .55;
    transition-duration: 0
}

.demo-post-avatar:before {
    content: "";
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background: #000;
    position: absolute;
    border-radius: 50%;
    z-index: 0
}

.demo-post-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1
}

.demo-post-name {
    font-size: 14px;
    font-weight: 600
}

.demo-post-image {
    height: 320px
}

.demo-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.demo-post-footer {
    padding: 16px
}

.demo-post-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px
}

.demo-post-footer-actions-left,
.demo-post-footer-actions-right {
    display: flex;
    align-items: center
}

.demo-post-footer-actions button {
    appearance: none;
    border: none;
    outline: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: opacity;
    padding: 0;
    margin: 0
}

.demo-post-footer-actions button:active {
    opacity: .55;
    transition-duration: 50ms
}

.demo-post-footer-actions button img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center
}

.demo-post-footer-actions button+button {
    margin-left: 16px
}

.demo-post-likes {
    font-size: 14px;
    font-weight: 600
}

.demo-post-content {
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.25
}

.demo-post-content-name {
    font-weight: 600
}

.demo-post-content-text {
    opacity: .85
}

.demo-post-date {
    margin-top: 4px;
    font-size: 12px;
    opacity: .5;
    font-weight: 500
}

.stories-slider {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    transform: scale(0);
    transform: translateZ(0) scale(.5);
    opacity: 0;
    background: #000
}

@media (min-width: 415px),
(min-height: 897px) {
    .stories-slider {
        background: rgba(0, 0, 0, .5)
    }
}

.stories-slider>.swiper {
    z-index: 2;
    max-width: 720px;
    max-height: 405px
}

@media screen and (max-width:767px) {
    .stories-slider>.swiper {
        max-height: unset
    }
}

.stories-slider:not(.stories-slider-in) {
    pointer-events: none
}

.stories-slider:not(.stories-slider-in) * {
    pointer-events: none !important
}

.stories-slider-in {
    animation: stories-slider-in .4s forwards;
    pointer-events: auto;
    transform: translateZ(0) scale(1);
    opacity: 1
}

.stories-slider-out {
    pointer-events: none;
    animation: stories-slider-out .4s forwards !important
}

@keyframes stories-slider-in {
    0% {
        transform: translateZ(0) scale(.5);
        opacity: 0
    }

    50% {
        transform: translateZ(0) scale(1.05);
        opacity: 1
    }

    to {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

@keyframes stories-slider-out {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(.5);
        opacity: 0
    }

    to {
        transform: translateZ(0) scale(.5);
        opacity: 0
    }
}


.linkStory {
    display: flex;
    background-color: #ffffff;
    border-radius: 32px !important;
    border: 1px solid #ffffff;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    min-height: inherit !important;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 40px;
}

.linkStory a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit !important;
    letter-spacing: normal !important;
}



.offerItemAll .superSale>span {
    font-size: 11px;
}

.offerItemAll .boxProductSec {
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius:25px;
}

@media screen and (max-width:991px) {
    .offerItemAll {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .offerItemAll .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .offerItemAll .boxProductSec {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}



.boxProductSec {
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.boxProductSec .row {
    display: flex;
    align-items: center;
}

.imageSecBox {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.imageSecBox .imageSecBox__name {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.imageSecBox .imageSecBox__name2 {
    color: #4c4b4b;
}

.imageSecBox .imageSecBox__more {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    margin-top: 20px
}

.imageSecBox .imageSecBox__more2 {
    color: #4c4b4b;
    border: 1px solid #4c4b4b;
}

.imageSecBox .imageSecBox__more svg {
    margin-right: 30px;
    vertical-align: middle
}

.imageSecBox img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.boxProductSec__slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.boxProductSec__slider .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.boxProductSec__slider .product {
    padding: 0;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
}

.boxProductSec__slider .product .product__name {
    display: block;
    padding: 0 10px;
}

.boxProductSec__slider .product .product__plus {
    margin-bottom: 0;
}






.boxProductSec__slider2 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.boxProductSec__slider2 .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.boxProductSec__slider2 .product {
    padding: 0;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
}

.boxProductSec__slider2 .product .product__name {
    display: block;
    padding: 0 10px;
}

.boxProductSec__slider2 .product .product__plus {
    margin-bottom: 0;
}


.slick-dots {
    padding-right: 0;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    background: #bfbfbf;
    width: 7px;
    height: 7px;
    font-size: 0;
    border: 2px solid #000;
    cursor: pointer;
    border: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline;
    border-radius: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 5px;
    margin-right: 5px
}

.slick-dots li:hover {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.slick-dots li.slick-active {
    background: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    background-color: transparent
}

.slick-next {
    border-radius: 50%;
    cursor:pointer;
    right: -20px;
    border: none;
    padding: 0;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block
}

.slick-next:after {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    content: "\f2fb";
    font-size: 26px;
    color: #4d4d4d;
    line-height: 38px
}

.slick-next:hover {
    background-color: #d90000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slick-next:hover:after {
    color: #fff
}

.slick-prev {
    border-radius: 50%;
    cursor:pointer;
    left: -20px;
    border: none;
    padding: 0;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    display: block
}

.slick-prev:after {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    content: "\f2fa";
    font-size: 26px;
    color: #4d4d4d;
    line-height: 38px
}

.slick-prev:hover {
    background-color: #d90000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.slick-prev:hover:after {
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


.boxProductSec__slider2 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.boxProductSec__slider2 .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
}

.boxProductSec__slider2 .product {
    padding: 0;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
}

.boxProductSec__slider2 .product .product__name {
    display: block;
    padding: 0 10px;
}

.boxProductSec__slider2 .product .product__plus {
    margin-bottom: 0;
}


.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.product__wrapper {
    text-align: center
}

.product__wrapper:before {
    content: "";
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    bottom: 0;
    z-index: -2;
    border-radius: 15px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.product__image {
    text-align: center;
    position: relative
}

.product__image:before {
    content: "";
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #f2f2f2;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate3d(50%,-50%,0);
    transform: translate3d(50%,-50%,0);
    z-index: -1;
    display: inline-block
}

.product__image .img2-hover {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.product__name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px
}

.product__price {
    text-align: center;
    margin-bottom: 20px
}

.product .product__offer {
    text-align: center
}

.product .product__offer--new {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 31px
}

.product .product__offer--new span {
    font-size: 12px;
    font-weight: 400
}

.product .product__offer--old {
    color: #999;
    font-size: 14px
}

.product .product__offer--offer {
    display: inline-block;
    vertical-align: middle;
    background: #E8751A;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 14px;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff
}

.product .product__offer--offer span {
    line-height: 22px
}

.product__plus {
    position: relative;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 20px;
    border-radius: 150px;
    color: #fff;
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    overflow: hidden;
    text-align: right;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.product__plus svg {
    vertical-align: middle;
    padding: 9px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.product__plus span {
    margin-right: 0;
    white-space: nowrap;
    position: absolute;
    right: 30px;
    opacity: 0;
    top: 0
}

.product:hover .compareView {
    opacity: 1
}

.product:hover .product__plus {
    border-radius: 15px;
    width: 120px
}

.product:hover .product__plus span {
    opacity: 1
}

.product:hover .product__wrapper:before {
    background-color: #f7f7f7
}

.product__wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}
.product__image img {
    height: auto;
    padding:20px;
}

.superSale{
    justify-content: center;
    padding-left: 0;
}

.superSale {
    background: #e21e24;
    align-items: stretch;
    display: inline-flex;
    padding-left: 10px;
    min-height: 34px;
}

.superSale>span {
    font-size: 13px;
    padding: 7px 10px;
    margin: 0;
    background-color: #ef635b;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.superSale>ul {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (max-width:991px) {
    .superSale {
        min-height: 30px;
    }

    .superSale>span {
        padding: 5px;
    }

    .superSale>ul {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .superSale>span {
        color: #fff;
        font-size: 11px;
    }

    .sliderMain {
        padding-top: 0;
    }

    .boxProductSec {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer__newsletter {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .imageSecBox img {
        display: none
    }

    .imageSecBox {
        /* margin-bottom: 20px; */
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 20px; */
        /* padding-right: 20px */
    }

    .imageSecBox .imageSecBox__name {
        font-size: 20px;
        /* margin-bottom: 0 */
    }

    /* .imageSecBox .imageSecBox__more {
        border: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        display: block
    } */

    .imageSecBox .imageSecBox__more svg {
        transform: scale(.8);
        margin-right: 3px
    }

    .imageSecBox .imageSecBox__name br {
        /* display: none */
    }

    .boxProductSec .row {
        display: block;
    }
}

.product__name {
    overflow: hidden !important;
    display: block !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    margin-top: 10px !important;
    height: 75px !important;
    flex: 1 0 auto !important;
}
.containerFull {
    max-width: 1700px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.boxProductSec__slider2 .product {
    padding: 0;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
}


.product {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 20px;
    height: 100%;
}
.product__image:before {
    content: "";
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #f2f2f2;
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
    transform: translate3d(50%, -50%, 0);
    z-index: -1;
    display: inline-block;
}
.product__image{
    display:flex;
    justify-content:center;
}

.list-unstyled {
    margin-bottom:0 !important;
}


.bannerRowGrid {
    margin-right: -10px;
    margin-left: -10px;
    display: flex;
    margin-bottom: 20px
}

.bannerRowGrid li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px
}

.bannerGrid img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 15px
}

@media screen and (max-width:991px) {
    .offerItemAll {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .offerItemAll .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .offerItemAll .boxProductSec {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 991px) {
    .imageSecBox {
        flex-direction: column;
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .imageSecBox {
        /* margin-bottom: 20px; */
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
}
@media screen and (max-width: 991px) {
    .imageSecBox .imageSecBox__name {
        font-size: 20px;
        /* margin-bottom: 0; */
    }
}
@media screen and (max-width: 991px) {
    .offerVide .imageSecBox img {
        display: block;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .bannerRowGrid {
        flex-wrap: wrap;
        margin-right: -5px;
        margin-left: -5px;
    }
}
@media screen and (max-width: 767px) {
    .bannerRowGrid li {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 5px;
    }
}

@media screen and (max-width: 991px) {
    .offerItemAll .container {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .offerVide>.row>.col-lg-3 {
        flex: 0 0 135px;
        padding: 0;
        height: 100%;
    }
}
.col-xs-9 {
    width: 59% !important;
}
.offerVide__mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .offerVide__mobile {
        display: flex;
    }
}
.offerVide__mobile li .product {
    width: 180px;
    height: 100%;
    padding: 0;
    padding-top: 0px;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding-top: 10px;
}
.col-xs-3 {
    width: 25%;
}
.offerVide .row {
    display: flex;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: right;
}
.offerVide__mobile li {
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (max-width: 767px) {
    .offerVide {
        overflow-x: auto;
    }
}
@media screen and (max-width:768px){
    .offerItemAll .boxProductSec{
        border-radius:0 !important;
    }
}
.superSale.superSale2 {
    background-color: #FC7323;
    justify-content: center;
}
.superSale.superSale2 span {
    background-color: #FC7323;
}



@media (min-width: 1200px) {
    .bannerGridSec .container {
        width: 1170px !important;
    }
}

.product {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.product_fara {
    overflow: hidden;
    border: 2px solid #E8751A;
    padding-right: 0;
    padding-left: 0;
}
.compareView {
    top: 10px;
}

.compareView {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    height: 30px;
    z-index: 9;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.compareColor {
    left: 10px;
    height: auto;
}
.compareColor {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 30px;
    z-index: 9;
}
.product__wrapper {
    text-align: center;
}
.product__wrapper {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;;
    flex: 1 0 auto !important;;
}


.product__wrapper:before {
    content: "";
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 100px;
    bottom: 0;
    z-index: -2;
    border-radius: 15px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}

.product__name {
    overflow: hidden;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 10px;
    height: 75px;
    flex: 1 0 auto;
}

.product__name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 20px;
}

.product .product__offer {
    text-align: center;
}

.superSale {
    background: #E8751A;
    align-items: stretch;
    display: inline-flex;
    padding-left: 10px;
    min-height: 34px;
}

.superSale.superSale2 {
    background-color: #FC7323;
    justify-content: center;
}

.headerTitle {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

@media only screen and (max-width: 991px) {
    .headerTitle {
        margin-bottom:20px;
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .headerTitle {
        text-align:center
    }
}

.headerTitle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}



.brandSlider .slick-slide {
    text-align: center;
}
.brandSlider {
    border: 1px solid #d9d9d9;
    padding: 40px 20px;
    border-radius: 30px;
}

.brandSlider {
    padding: 20px;
    border-radius: 10px;
}
.typeSlider img{
    width: 70%;
    border-radius: 20%;
    border: 4px solid #FF5F00;
}
.typeSlider .slick-track,.typeSlider .slick-slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.offerVide__mobile {
    display: none;
}
@media screen and (max-width: 991px) {
    .offerVide__mobile {
        display: flex;
    }
}
@media screen and (max-width: 991px) {
    .imageSecBox {
        /* margin-bottom: 20px; */
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
}
.imageSecBox .imageSecBox__name {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .imageSecBox .imageSecBox__name {
        font-size: 20px;
        /* margin-bottom: 0; */
    }
}



@media screen and (max-width: 991px) {
    .offerVide .imageSecBox img {
        display: block;
    }
}
@media screen and (max-width: 991px) {
    .imageSecBox {
        flex-direction: column;
        height: 100%;
    }
}


.product__name {
    overflow: hidden;
    display: block;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 10px;
    height: 75px;
    flex: 1 0 auto;
}


.boxProductSec__slider .product .product__name {
    display: block;
    padding: 0 10px;
}
.category_page {
    padding-top: 20px;
}
.category_page {
    padding-bottom: 50px;
    padding-top: 30px
}

@media only screen and (max-width: 767px) {
    .category_page {
        padding-bottom:30px
    }
}
.contactHeader__desc--tel {
    margin-top: 20px;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.contactHeader__desc--tel.v2 {
    color: #000 !important;
    margin-bottom: 20px;
    margin-top: 0;
}




#category_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#category_page .category_page--sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 296px;
    flex: 0 0 296px;
    max-width: 296px;
    padding-left: 20px
}

@media only screen and (max-width: 991px) {
    #category_page .category_page--sidebar {
        -webkit-box-flex:0;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
        max-width: 250px
    }
}

@media only screen and (max-width: 767px) {
    #category_page .category_page--sidebar {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

#category_page .category_page--sidebar .sidebar {
    border-left: 1px solid #d9d9d9;
    height: 100%
}

#category_page .category_page--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 296px);
    flex: 0 0 calc(100% - 296px);
    max-width: calc(100% - 296px)
}

@media only screen and (max-width: 991px) {
    #category_page .category_page--content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
        max-width: calc(100% - 250px)
    }
}

@media only screen and (max-width: 767px) {
    #category_page .category_page--content {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

#category_page .category_page--content .adsArea {
    margin-bottom: 20px
}

#category_page .category_page--content .adsArea img {
    min-height: 100px
}


#sort_products option {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    display: block;
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    background-color: #fff;
}
#sort_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.category_page--content .search__filter__area {
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: none;
}

.category_page--content .page_products--sort {
    margin-bottom: 0;
}
.paginationContainer {
    text-align: center;
    padding-top: 20px;

}
.col-xs-12 {
    width: 100%;
}
#category_page .category_page--sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 296px;
    flex: 0 0 296px;
    max-width: 296px;
    padding-left: 20px;
}
#category_page .category_page--content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 296px);
    flex: 0 0 calc(100% - 296px);
    max-width: calc(100% - 296px);
}
#category_page .category_page--content {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 15px;
}
#category_page .category_page--sidebar .sidebar {
    border-left: 1px solid #d9d9d9;
    height: 100%;
}
#category_page .category_page--sidebar .sidebar {
    background-color: #fff;
    border-radius: 20px;
    margin-left: 0;
    padding: 20px;
    position: relative;
    border: 1px solid #d9d9d9;
    position: relative;
}
.row:after,.row:before{
    content: " ";
    display: table;
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table;
}

.headerTitle {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.posr {
    position: relative !important;
}

.headerTitle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.newsMainSec .btn {
    font-size: 14px;
    color: #000;
    width: 130px;
    height: 45px;
    line-height: 41px;
    border-radius: 23px;
    border: 2px solid #000;
    padding: 0;
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .newsMainSec .btn {
        color: #fff;
        border: none;
        position: absolute;
        top: -4px;
        left: 110px;
        margin: 0;
        height: 40px;
        line-height: 36px;
    }

    .boxProductSec__slider .product .product__offer{

        height:75px !important;
    }
}

.newsMainSlider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    display: block;
    background-color: #fff;
    border-radius: 50px;
}

.newsMainSlider .slick-next {
    top: -50px;
    left: 50px;
    right: auto;
}

.newsMainSlider .slick-arrow {
    border-radius: 10px;
}

.newsMainSlider .slick-track {
    display: flex;
}

.newsMainSlider .slick-slide {
    padding-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.newsMainSlider .slick-slide {
    height: inherit;
}

.newsBox {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    display: block;
}

.newsMainSlider .slick-slide .newsBox {
    height: 100%;
}
.newsBox__image {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}
.imgHoverZoom img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
}


.newsBox__image img {
    width: 100%;
}

.imgHoverZoom {
    position: relative;
}

.newsBox__desc {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.newsBox__desc--title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
}
.newsBox__desc--title {
    min-height: 56px;
    font-size: 14px;
}
.newsBox__desc--date {
    color: #999;
    font-size: 14px;
    vertical-align: middle;
    margin-top: 10px;
}
.newsBox__desc--date span {
    vertical-align: middle;
    padding-left: 10px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.newsBox__desc--date span:before {
    content: "";
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 1px;
    height: 10px;
}


.newsBox__plus {
    position: absolute;
    bottom: -15px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    border-radius: 150px;
    color: #fff;
    min-width: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 30px;
    line-height: 30px;
    background-color: #000;
    text-align: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    overflow: hidden;
    width: 30px
}

.newsBox__plus svg {
    vertical-align: middle;
    padding: 9px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.newsBox__plus span {
    right: 30px;
    margin-right: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    position: absolute;
    white-space: nowrap
}

.newsBox__plus span {
    position: static !important;
}
.newsBox__plus {
    width: auto !important;
    min-width: unset;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px !important;
    color: #fff;
    background-color: #FC7323;
}

.newsBox__plus:hover {
    background-color: #0087cd;
}
.newsMainSlider .slick-prev {
    top: -50px;
    left: 0;
    right: auto
}

.btn {
    color: #fff !important;
    border: none !important;
    background-color: #FC7323 ;
    border-radius: 10px;
}

.footerNamads {
    margin-top: 20px;
    margin-bottom: 20px;
}
.namad {
    border-radius: 10px;
}

.namad {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    max-width: 120px;
    margin-left: 0;
    margin-right: auto;
}
.namad {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.newsMainSec{
    margin-top:62px;
    margin-bottom:22px;
}
.headerTitle-2 p{

    width:fit-content;
    padding:0 15px;
}

.headerTitle-2 p{

    background-color:#fff !important;
}
.headerTitle-2{
    position:relative;
    z-index:2;
    margin-bottom:-33px;
}
@media (min-width: 768px) {
    .demo-stories {
        display: flex;
        justify-content:center;
        align-items: center;
        padding-top: 20px;
        padding-bottom: 20px;
        /* overflow: auto; */
        scrollbar-width: none;
        /* border-bottom: 1px solid #262626 */
    }
}
