@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url('https://fonts.googleapis.com/css2?family=Montagu+Slab&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@-webkit-keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.slider-carousel {
    position: relative;
}
.slider-carousel .owl-nav.disabled {
    display: none !important;
}
.slider-carousel .owl-nav.disabled {
    display: none;
}
.slider-carousel .owl-dots {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    text-align: center;
}
.slider-carousel .owl-dots .owl-dot {
    width: 13px;
    height: 8px;
    background-color: #d3d3d3;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.slider-carousel .owl-dots .owl-dot.active {
    width: 25px;
    background-color: #3e45a5;
}
.carousel-style .owl-nav {
    visibility: hidden;
}
.carousel-style .owl-nav .disabled {
    display: none;
}
.carousel-style .owl-nav i {
    font-size: 23px;
    line-height: 70px;
}
.carousel-style .owl-nav .owl-prev,
.carousel-style .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    z-index: 5;
    width: 30px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.carousel-style .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.carousel-style .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.carousel-style:hover .owl-nav {
    visibility: visible;
}
.info-boxes-container {
    width: 100%;
    display: inline-block;
    background-color: #3e45a5;
    text-align: center;
}
@media (max-width: 767px) {
    .info-boxes-container {
        text-align: left;
    }
}
.info-boxes-container .info-box {
    display: inline-block;
    width: auto;
    padding: 5px 5px 5px 40px;
    margin: 0 auto;
    color: #fff;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-align: left;
}
.info-boxes-container .info-box i {
    font-size: 30px;
    margin-right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
}
.info-boxes-container .border {
    border-right: 1px solid #fff;
}
@media (max-width: 767px) {
    .info-boxes-container .border {
        border-right: none;
        border-bottom: 1px solid #fff;
    }
}
.bannerstyle {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bannerstyle a {
    width: 100%;
    display: block;
    padding: 5px;
    overflow: hidden;
}
.bannerstyle a img {
    width: 100%;
}
.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}
.hover-effect:hover::after,
.hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.list-product {
    width: 100%;
    display: inline-block;
    position: relative;
}
.list-product .name-heading {
    width: 90%;
    padding: 15px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 10px;
    z-index: 2;
    background: #319fc3;
    background: linear-gradient(270deg, #319fc3 48%, rgba(255, 255, 255, 0) 86%);
}
.list-product .name-heading h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}
.list-product .imgblock {
    width: 100%;
    min-height: 145px;
    position: relative;
    background: url(../images/bharat-logo-bg.png) no-repeat center;
}
.list-product .imgblock:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    left: 0;
    bottom: -6px;
    background-color: #319fc3;
}
.list-product .imgblock img {
    width: 100%;
}
.offer-product {
    width: 100%;
    display: inline-block;
    position: relative;
}
.offer-product .offer-heading {
    width: auto;
    display: inline-block;
    padding: 15px 30px 15px 15px;
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 2;
    background-color: rgb(255 255 255 / 96%);
    border-radius: 0 50px 50px 0;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
.offer-product .offer-heading .percentage {
    font-size: 15px;
    color: #319fc3;
}
.offer-product .offer-heading h3 {
    font-size: 16px;
    margin: 0;
    padding: 10px 0;
    font-weight: normal;
    color: #000;
}
.offer-product .offer-heading .proname {
    font-size: 13px;
    color: #3c3c3c;
}
.offer-product .imgblock {
    width: 100%;
    min-height: 160px;
    position: relative;
    background: url(../images/bharat-logo-bg.png) no-repeat center;
}
.offer-product .imgblock img {
    width: 100%;
}
.offer-product .offer-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    padding: 10px 22px;
    background-color: #3e45a5;
    color: #fff;
}
.left-imageblock {
    width: 20%;
    float: left;
    display: block;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .left-imageblock {
        width: 40%;
    }
}
.left-imageblock .imgsize {
    width: 100%;
    height: 405px;
    object-fit: cover;
}
.right-carousel {
    width: 80%;
    float: left;
    display: block;
}
@media (max-width: 767px) {
    .right-carousel {
        width: 60%;
    }
}
.blockwidth {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.blockwidth.overflow {
    overflow: hidden;
}
.product-heading {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}
@media (max-width: 767px) {
    .product-heading {
        padding: 20px 10px;
    }
}
.product-heading .title {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 3;
}
@media (max-width: 767px) {
    .product-heading .title {
        font-size: 16px;
    }
}
.product-heading .btnviewall {
    position: relative;
    z-index: 3;
    border: 2px solid #fff;
    padding: 8px 25px;
    margin-top: 10px;
    color: #fff;
}
@media (max-width: 767px) {
    .product-heading .btnviewall {
        padding: 6px 15px;
    }
}
.product-heading .btnviewall:hover {
    background-color: #fff;
    color: #319fc3;
}
.product-heading:before {
    content: "";
    position: absolute;
    top: -150px;
    left: -50px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    display: block;
    background-color: #319fc3;
    border-radius: 100%;
}
.product-heading:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 150px;
    left: 0px;
    bottom: 0px;
    background-color: #319fc3;
    border-radius: 0 100% 0 0;
    border-top: 15px solid rgba(255, 255, 255, 0.6);
}
.allproductstyle {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.allproductstyle .blockcarousel {
    width: 100%;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.allproductstyle .blockcarousel .product-img {
    padding: 5px;
    width: 100%;
    height: 170px;
    display: inline-block;
    background: url(../images/Febino-Final-3.png) no-repeat center;
}
.allproductstyle .blockcarousel .product-img img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.allproductstyle .blockcarousel .product-title {
    /*font-size: 16px;*/
    /*font-family: "Oswald", sans-serif;*/
    text-align: center;
    display: block;
    /*padding: 8px 0;*/
    padding-top: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-family: 'Oswald';
    font-size: 20px;
    color: #3e45a5;
    letter-spacing: 1px;
}
.allproductstyle .blockcarousel .pro-quantity {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.allproductstyle .blockcarousel .pro-quantity .qtag {
    width: auto;
    display: inline-block;
    font-size: 12px;
    padding-right: 3px;
}
.allproductstyle .blockcarousel .pro-quantity .qty-value {
    width: auto;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #575757;
    position: relative;
}
.allproductstyle .blockcarousel .product-price {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-family: 'Oswald';
}
.allproductstyle .blockcarousel .product-price .rs-value {
    display: inline-block;
    font-size: 18px;
    color: #319fc3;
    margin-right: 5px;
    font-weight: bold;
}
.allproductstyle .blockcarousel .product-price del {
    display: inline-block;
    font-size: 13px;
    color: #575757;
    margin-left: 5px;
}
.allproductstyle .blockcarousel .product-price .save {
    background-image: url(../images/add/offimg.png);
    background-size: 100% 100%;
    width: 65px;
    height: 66px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
}
.allproductstyle .blockcarousel .add-tocart {
    padding: 7px 22px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    border: 2px solid #3e45a5;
    color: #3e45a5;
    font-family: 'Oswald';
    outline: none;
}
.allproductstyle .blockcarousel .add-tocart:hover {
    background-color: #319fc3;
    color: #fff;
}
.allproductstyle .blockcarousel .add-tocart .adto {
    display: block;
}
.allproductstyle .blockcarousel .add-tocart .adtext {
    display: none;
}
.allproductstyle .blockcarousel .add-tocart.added {
    background-color: #319fc3;
    color: #fff;
}
.allproductstyle .blockcarousel .add-tocart.added .adto {
    display: none;
}
.allproductstyle .blockcarousel .add-tocart.added .adtext {
    display: block;
}
.allproductstyle .blockcarousel:hover {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.allproductstyle .blockcarousel:hover .add-tocart {
        background-color: #3e45a5;
    color: #fff;
}
.allproductstyle .overlayblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.allproductstyle .overlayblock .out-of-stock {
    width: 70%;
    height: 30px;
    background-color: #6a6a6a;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.select-wrapper {
    position: relative;
    width: 60%;
    margin: 0 auto;
    z-index: 3;
}
.select-wrapper::after {
    color: #3e45a5;
    font-family: "icomoon";
    content: "\e81c";
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 20px;
}
.select-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    line-height: 1.5;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 5px;
    border: 2px solid #3e45a5;
    text-transform: uppercase;
}
.select-wrapper .select:focus {
    color: black;
    box-shadow: none;
}
.select-wrapper .select::-ms-expand {
    display: none;
}
.heading-style-block {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}
.heading-style-block:before {
    width: 5px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: block;
    background-color: #3e45a5;
}
.heading-style-block:after {
    width: 3px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 7px;
    display: block;
    background-color: #3e45a5;
}
.heading-style-block .textheading {
    font-size: 20px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    padding-left: 5px;
    position: relative;
    top: 5px;
    font-weight: bold;
}
.btnstyle {
    border: 1px solid #3e45a5;
    background-color: #3e45a5;
    color: #fff;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
}
.btnstyle:hover {
    background-color: transparent;
    color: #3e45a5 !important;
}
.spinner {
    display: block;
    text-align: center;
    margin: 0 auto 5px;
    position: relative;
}
.spinner input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    max-width: 40px;
    padding: 10px;
    outline: none;
}
.spinner .add,
.spinner .sub {
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 30px;
    border: 2px solid #3e45a5;
    color: #3e45a5;
    display: inline-block;
}
.spinner .add:hover,
.spinner .sub:hover {
    background-color: #3e45a5;
    color: #fff;
}
.spinner input {
    padding: 10px;
    font-size: 16px;
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #1d1e22;
}
.qty-check {
    display: inline-block;
    border: 1px solid #ddd;
    position: relative;
    width: 100%;
    padding: 1px 7px;
    border-radius: 3px;
    cursor: pointer;
}
.qty-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.qty-check input:checked ~ .checkmark span {
    position: relative;
    z-index: 1;
    color: #319fc3;
    line-height: 17px;
}
.qty-check input:checked ~ .checkmark:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    content: "";
    border: 1px solid #319fc3;
    display: block;
}
.bg-off {
    background-color: #f7f7f7;
}
.onelistcarousel {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
}
.item-listcategories {
    display: block;
    width: 100%;
}
.item-listcategories .list-categories {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.item-listcategories .list-categories .thumb-category {
    position: relative;
    overflow: hidden;
}
.item-listcategories .list-categories .thumb-category img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.item-listcategories .list-categories:hover .thumb-category img {
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.item-listcategories .list-categories .desc-listcategoreis {
    position: absolute;
    left: 0px;
    /*top: 40px;*/
    top: 145px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffffba;
    padding: 10px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.item-listcategories .list-categories .desc-listcategoreis .name_categories h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1;
}
.item-listcategories .list-categories .desc-listcategoreis .number_product {
    color: #888;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1;
}
.item-listcategories .list-categories .desc-listcategoreis .view-more a {
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.item-listcategories .list-categories .desc-listcategoreis .view-more a:after {
    font-size: 16px;
    font-family: "icomoon";
    display: inline-block;
    content: "\f182";
    margin-left: 5px;
    vertical-align: -4px;
}
.item-listcategories .list-categories .desc-listcategoreis .view-more a:hover {
    color: #319fc3;
    -moz-transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.testimonials {
    width: 100%;
    background-color: #fff;
    display: inline-block;
    padding: 0px 10px;
}
.testimonial-block {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    background-color: #f8f8f8;
    padding: 10px;
    min-height: 136px;
    display: flex;
    align-items: center;
}
.testimonial-block .imgblock {
    width: 115px;
    display: block;
    float: left;
}
.testimonial-block .imgblock .imgsize {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #319fc3;
    padding: 4px;
}
.testimonial-block .contentblock {
    background: url(../images/testimonial/tebg.png) no-repeat right top;
    display: block;
    float: left;
    padding: 10px;
}
.testimonial-block .contentblock p {
    font-size: 13px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 47px;
}
.produvtslider {
    width: 100%;
    display: block;
}
.produvtslider .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    /*font-family: "Oswald", sans-serif;*/
    font-family: 'Raleway', sans-serif;
}
.produvtslider .heading:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.brandblock {
    width: 100%;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
}
.info-wrapper {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}
.info-wrapper .infolist {
    border-right: 1px solid #ddd;
    padding: 0;
}
@media (max-width: 767px) {
    .info-wrapper .infolist {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}
.info-wrapper .infolist:last-child {
    border-right: none;
}
.info-wrapper .infolist .infolist-block {
    padding: 20px;
    position: relative;
    height: 100%;
    display: block;
    text-align: center;
}
.info-wrapper .infolist .infolist-block h4 {
    font-size: 16px;
}
.info-wrapper .infolist .infolist-block p {
    font-size: 13px;
    line-height: 17px;
}

/*---------------------*/

.product-grid{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.product-grid:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.3); }
.product-grid .product-image{ overflow: hidden; }
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.5s ease 0s;
    outline: rgb(62 69 165) solid 2px;
    outline-offset: -10px;
}
.product-grid:hover .product-image img{ transform: scale(1.1); }
.product-grid .product-content{
    padding: 12px 12px 15px 12px;
    transition: all 0.5s ease 0s;
   background: #3e45a5;
    outline: rgb(255 255 255) solid 2px;
    outline-offset: -10px;
}
.product-grid:hover .product-content{ opacity: 0; }
.product-grid .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}
.product-grid .title a{ color: #000; }
.product-grid .title a:hover{ color: #2e86de; }
.product-grid .price {
    font-size: 15px;
    color:#fff;
}
.product-grid .price span {
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}
.product-grid .social{
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50%;
    left: 50%;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.product-grid:hover .social{
    opacity: 1;
    bottom: 20px;
}
.product-grid .social li{ display: inline-block; }
.product-grid .social li a{
    color: #909090;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    margin: 0 7px;
    border: 1px solid #909090;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
    top: 10px;
}
.product-grid .social li a:hover {
    color: #fff;
    background-color: #3e45a5;
    width: 80px;
}
.product-grid .social li a:before,
.product-grid .social li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #3e45a5;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transform:translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}
.product-grid .social li a:after{
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform:translateX(-50%) rotate(45deg);
    top: -20px;
    z-index: -1;
}
.product-grid .social li a:hover:before,
.product-grid .social li a:hover:after{
    opacity: 1;
}
@media only screen and (max-width:990px){
    .product-grid{ margin-bottom: 30px; }
}

.demo-sd{
		    /*background: -webkit-linear-gradient(to left, #07aae9 , #f36f72);
		    background: linear-gradient(to left, #07aae9 , #f36f72);*/
		}
		.demo-sd .testimonial{
		    margin: 0 15px;
		    padding: 20px 0;
		}
		.demo-sd .testimonial .testimonial-profile{
		    float: left;
		    width: 135px;
		    border: 2px solid #000;
		    margin-right: 7%;
		}
		.demo-sd .testimonial .testimonial-profile img{
		    width: 100%;
		    height: auto;
		    transform: translate(10px,10px);
		}
		.demo-sd .testimonial .testimonial-content{
		    position: relative;
		    overflow: hidden;
		    padding-left: 10px;
		}
		.demo-sd .testimonial .testimonial-content:before{
		    content: "\f10d";
		    font-size: 35px;
		    font-family: "Font Awesome 5 Free";
		    font-weight: 900;
		    color: rgba(255, 255, 255, 0.2);
		    position: absolute;
		    top: 2px;
		    left: 0;
		}
		.demo-sd .testimonial .testimonial-title{
		    margin: 10px 0 8px 0;
		    font-size: 20px;
		    font-weight: bold;
		    color: #000;
		    letter-spacing: 3px;
		    text-transform: uppercase;
		}
		.demo-sd .testimonial .testimonial-post{
		    display: block;
		    color: #444;
		    margin-bottom: 20px;
		}
		.demo-sd .testimonial .testimonial-description{
		    font-size: 16px;
		    color: #000;
		    line-height: 23px;
		    margin-bottom: 30px;
		}
		.demo-sd .owl-theme .owl-controls{
		    position: absolute;
		    bottom: 0;
		    left: 20%;
		}
		/*.demo-sd .owl-theme .owl-controls .owl-buttons div{*/
		/*    border: 1px solid #000;*/
		/*    border-radius: 25px;*/
		/*    padding: 5px 10px;*/
		/*    background: transparent;*/
		/*}*/
		/*.demo-sd .owl-prev:before,*/
		/*.demo-sd .owl-next:before{*/
		/*    content: "\f053";*/
		/*    font-family: "Font Awesome 5 Free"; font-weight: 900;*/
		/*    color: #000;*/
		/*}*/
		/*.demo-sd .owl-next:before{*/
		/*    content: "\f054";*/
		/*}*/
		@media only screen and (max-width: 767px) {
		    .demo-sd .testimonial .testimonial-profile{
		        float: none;
		        margin: 0 0 15px 0;
		    }
		    .demo-sd .testimonial .testimonial-content{
		        padding-left: 25px;
		    }
		    .demo-sd .testimonial-content:before{
		        left: 10px;
		    }
		    .demo-sd .owl-theme .owl-controls{
		        left: 3%;
		    }
		}
		.demo-sd .frm-affliate {
			background: #f8f8f8;
			padding: 20px;
		}
		.demo-sd {
                border: 1px solid #fff;
                background: #fff;
                box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
                transition: all 0.3s cubic-bezier(.25,.8,.25,1);
            }

.demo-sd .heading
{
    text-align: center;
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    /* font-family: "Oswald", sans-serif; */
    font-family: 'Raleway', sans-serif;
}
.heading-style-block2
{
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgb(62 69 165 / 19%) 0%, rgb(62 69 165) 100%);
    color: #fff;
    font-family: 'Pacifico', cursive;
}
.heading-style-block2 .btn
{
    background: #3e45a5;
}
.heading-style-block2 .btn:hover
{
    background: transparent;
}
.heading-style-block2:before,.heading-style-block2:after
{
    display: none;
}
.heading-style-block2 .textheading {
    font-size: 23px;
    font-family: 'Pacifico', cursive;
    padding-left: 5px;
    position: relative;
    font-weight: 100;
    top: 0px;
    color: #19161d;
}



.item2 .thumb-category {
    position: relative;
    overflow: hidden;
}

.item2 .thumb-category img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.item2 .desc-listcategoreis {
    position: absolute;
    left: 15px;
    /* top: 40px; */
    top: 145px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffffad;
    padding: 10px;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}
.item2 .desc-listcategoreis .name_categories h4 {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1;
}
.item2 .desc-listcategoreis .view-more a {
    color: #253237;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1;
    position: relative;
    display: inline-block;
}

.blockwidth2.overflow {
    overflow: hidden;
}
.blockwidth2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.products-heading {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 20px;
}
.products-heading:before {
    content: '';
    position: absolute;
    top: -150px;
    left: -50px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border: 10px solid #fff;
    display: block;
    background-color: #e52026;
    border-radius: 100%;
}
.products-heading .title {
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-family: "Oswald", sans-serif;
    position: relative;
    z-index: 3;
}
.products-heading .btnviewall {
    position: relative;
    z-index: 3;
    border: 2px solid #fff;
    padding: 8px 25px;
    margin-top: 10px;
    color: #fff;
}
.products-heading:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 150px;
    left: 0px;
    bottom: 0px;
    background-color: #e52026;
    border-radius: 0 100% 0 0;
    border-top: 15px
 solid rgba(255, 255, 255, 0.6);
}
.left-imageblock2 .imgsize {
    width: 100%;
    height: 76vh;
    object-fit: cover;
}

.product-grid .product-content p
{
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px font-f;
    letter-spacing: 1px;
    font-family: 'Oswald';
}

.review-form
{
    background: #3e45a5;
    padding: 10px;
    color: #fff;
}

.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #808080;
}
.box:before{
    content: "";
    position: absolute;
    bottom: 3%;
    left: 3%;
    height: 0;
    border-left: 2px solid #3e45a5;
    z-index: 1;
    transition: all 0.3s ease 0.9s;
}
.box:hover:before{
    height: 90%;
    transition: all 0.3s ease 0s;
}
.box:after{
    content: "";
    position: absolute;
    top: 3%;
    right: 3%;
    height: 0;
    border-right: 2px solid #3e45a5;
    z-index: 1;
    transition: all 0.3s ease 0.3s;
}
.box:hover:after{
    height: 90%;
    transition:all 0.3s ease 0.6s;
}
.box .pic:before{
    content: "";
    position: absolute;
    top: 3%;
    left: 3%;
    width: 0;
    border-bottom: 2px solid #3e45a5;
    z-index: 1;
    transition: all 0.3s ease 0.6s;
}
.box:hover .pic:before{
    width: 90%;
    transition: all 0.3s ease 0.3s;
}
.box .pic:after{
    content: "";
    position: absolute;
    bottom: 3%;
    right: 3%;
    width: 0;
    border-bottom: 2px solid #3e45a5;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .pic:after{
    width: 90%;
    transition: all 0.3s ease 0.9s;
}
.box .pic img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 2s ease 0s;
}
.box:hover .pic img{
    transform: scale(2);
}
.box .box-content{
    width: 80%;
    position: absolute;
    bottom: 25px;
    left: 10%;
    font-size: 25px;
}
.box .title{
    font-size: 20px;
    color: #3e45a5;
    line-height: 25px;
    margin: 0;
    opacity: 1;
    position: absolute;
    left: -25px;
    bottom: -15px;
    transition: all 0.6s ease 0s;
    background-color: rgb(255 255 255 / 70%);
    border-radius: 0 50px 50px 0;
    padding: 15px 30px 15px 15px;
    position: absolute;
    font-family: 'Oswald';
    letter-spacing: 1px;
}

.box .post{
    font-size: 20px;
    color: #ffffff;
    line-height: 25px;
    margin: 0;
    opacity: 1;
    position: absolute;
    left: -25px;
    bottom: -18px;
    transition: all 0.6s ease 0s;
    background-color: rgb(62 69 165);
    border-radius: 0 50px 50px 0;
    padding: 15px 30px 15px 15px;
    position: absolute;
    font-family: 'Oswald';
    letter-spacing: 1px;
}

.box:hover .title,
.box .post{
    opacity: 0;
}
.box:hover .post{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}