.slider_images_height {
    min-height: 800px;
    max-height: 800px;
    height: 800px;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    top: 15%;
    height: 50px;
}

.slider-arows {
    font-size: 4vw;
}

.landingPage .page-wrapper {
    top: -330px;
    margin-bottom: -330px;
}

.card-body.border.bg-white {
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 15%), 0 2px 2px rgb(0 0 0 / 15%),
        0 4px 4px rgb(0 0 0 / 15%), 0 8px 8px rgb(0 0 0 / 15%);
}

p.card-title.text-center.text-blue {
    font-size: 16px;
    margin: 0 auto;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.enr-bg-yellow {
    background: #fefa9a;
}

img.card-img {
    height: 90px !important;
    object-fit: contain !important;
    font-size: 10px;
}

p.card-title.two-line-text {
    font-size: 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.show-more {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.width-94-percent {
    width: 94%;
}

.enr-bg-green {
    background: #9ce9a5;
}

.bg-purple-box {
    background: var(--light-purple);
}

.thumb {
    display: block;
    width: 100%;
    margin: 0;
}

.media-object {
    width: 100%;
    height: 109.2px;
    object-fit: contain;
    border-radius: 15px;
    padding: 5%;
}

.light-orange-bg {
    background-color: var(--light-orange-color);
}

.single-image-box {
    height: 340px;
    object-fit: cover;
}

.single-image {
    width: 100%;
    height: 304px;
    object-fit: contain;
}

p.text-left.responsive-text-size {
    white-space: nowrap;
}

.title-panel {
    white-space: nowrap;
}

.single-image-box-slider {
    margin: 0px 15px;
}

.slick-slider__slide {
    text-align: center;
    color: #000;
}

.slick-slider__slide:nth-child(even) {
    background-color: #cccccc;
}

.slick-slider__slide:nth-child(odd) {
    background-color: #aaaaaa;
}

.slick-prev {
    left: 5px;
    z-index: 1000;
}

.slick-next {
    right: 5px;
    z-index: 1000;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default,
.slick-slider__slide:nth-child(even),
.slick-slider__slide:nth-child(odd) {
    background: transparent;
}

.Discounted-overlay {
    width: 50%;
    height: 130px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #dd4f39;
    clip-path: polygon(0% 90%, 101% -1%, -1% 0%);
}

p.text-left.text-white.ml-2.mt-2.mb-0.discount_price_in_perecent {
    font-size: 30px;
    line-height: 30px;
}

.single-image-slider {
    width: 100%;
    height: 263px;
    object-fit: contain;
    margin-top: 15%;
    margin-bottom: -15%;
}

p.text-left.text-secondary.text-overline.responsive-text-size {
    display: inline-block;
    position: relative;
    float: left;
}

p.text-left.text-secondary.text-overline.responsive-text-size:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid red;
    border-color: inherit;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    color: red;
}

p.text-danger.text-left.responsive-text-size {
    white-space: nowrap;
}

.slick-slide .rating i.fa-star {
    font-size: 10px;
}

.popular-product-rating {
    position: relative;
    bottom: -8px;
}

.bg-yellow {
    background: var(--yellow-color);
}

.bg-pink {
    background: var(--light-pink);
}

.bg-purple {
    background: var(--light-purple);
}

.left-icon {
    width: 1% !important;
    left: -15px;
    opacity: 1;
}

.right-icon {
    width: 1% !important;
    right: -15px;
    opacity: 1;
}

.icon-setting {
    background: #192c55;
    color: white;
    opacity: 1;
    padding: 10px;
}

.width-67-percent {
    width: 67%;
}

.width-34-percent {
    width: 34%;
}

p.text-left.price-small {
    font-size: 11px;
    font-weight: bold;
    color: var(--orange-color);
}

.rating.rating-small.row.justify-content-end.mr-0 i {
    font-size: 6px;
    line-height: 16px;
}

/* .slick-slide .rating i.fa-star {
    padding-right: 0.15rem;
    font-size: 13px;
} */

.border-white {
    border: 2px solid white;
}

.big-img {
    height: 513px;
    object-fit: contain;
}

.big-img-right {
    height: 255px;
    object-fit: cover;
}

.carousel-caption.d-block.w-100 {
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
}

a.text-left.text-white.d-flex.blog-title {
    width: 90%;
    padding-left: 9%;
    font-size: 2vw;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 30px;
}

.cats-box {
    padding-left: 9%;
}

a.text-left.text-orange.categories {
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
}

a.text-left.text-white.d-flex.blog-small {
    width: 90%;
    padding-left: 9%;
    font-size: 1vw;
    font-family: sans-serif;
    text-transform: uppercase;
    line-height: 22px;
}

.carousel-item.active.second {
    /* position: relative; */
    clear: both;
}

.height-50 {
    height: 50px;
    margin-bottom: 15px;
    width: 61%;
    object-fit: contain;
}

.popular-brand-logo {
    height: 50px;
    margin-bottom: 15px;
    width: 200px;
    object-fit: contain;
}

.about-text p {
    line-height: 36px;
}

/* Hover Blur Effect */

.hover-blur a {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-blur img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-blur:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0.6) blur(1px);
    filter: grayscale(0.6) blur(1px);
}

.hover-blur a h2 {
    font-size: 1.5rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 75% 20px;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /*background dotted*/
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8) 1px, transparent 1px, transparent 100%); */
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
}

.hover-blur:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.hover-blur .text-white {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
}

.hover-blur:hover .text-white {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}

li.media.mb-3.small-images.text-right.bg-purple-box {
    margin-bottom: 0.5rem !important;
}

.carousel-item.active {
    background: linear-gradient(179deg, #afa9a9, transparent);
}

.h-340 {
    height: 340px;
}

.h-110 {
    height: 110px;
}
.h-513 {
    height: 513px;
    max-height: 513px;
    min-height: 513px;
}
.h-255 {
    height: 255px;
    min-height: 255px;
    max-height: 255px;
}

/* responsive media query  */

@media only screen and (min-width: 1800px) {
    a.text-left.text-white.d-flex.blog-title {
        width: 90%;
        padding-left: 9%;
        font-size: 1.5rem;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 30px;
    }
    a.text-left.text-white.d-flex.blog-small {
        font-size: 1.3rem;
    }
    .threeImagesPh {
        height: 367px;
    }
    .h-340 {
        height: 345px !important;
    }
    .h-110 {
        height: 111px !important;
    }
}

@media (max-width: 1800px) {
    .threeImagesPh {
        height: 367px;
    }
    .h-340 {
        height: 345px !important;
    }
    .h-110 {
        height: 111px !important;
    }
}

@media (max-width: 1500px) {
    .landingPage .page-wrapper {
        top: -430px;
    }
    .landingPage footer {
        margin-bottom: -75vh;
    }
    .threeImagesPh {
        height: 367px;
    }
    .h-340 {
        height: 345px !important;
    }
    .h-110 {
        height: 111px !important;
    }
    .textResponsive {
        font-size: 0.9rem !important;
    }
}

@media only screen and (max-width: 1200px) {
    .single-image-box {
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 35%;
    }
    .single-image {
        width: 100%;
        height: 299px;
        -o-object-fit: contian;
        object-fit: contain;
    }
    .threeImagesPh {
        height: 367px;
    }
    .h-340 {
        height: 345px !important;
    }
    .h-110 {
        height: 111px !important;
    }
    .textResponsive {
        font-size: 0.7rem !important;
    }
}

/*Medium devices (landscape tablets, 768px and up) */

@media only screen and (max-width: 1024px) {
    .media-object {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 15px;
    }
    .single-image {
        width: 100%;
        height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .threeImagesPh {
        height: 367px;
    }
    .h-340 {
        height: 345px !important;
    }
    .h-110 {
        height: 111px !important;
    }
    .textResponsive {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 767px) {
    .featured-article {
        position: unset !important;
    }
    .media-object {
        width: 100%;
        height: 23vh;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 15px;
        padding: 10px;
    }
    .single-image-box {
        -o-object-fit: cover;
        /* object-fit: cover; */
        height: 400px;
    }
    .single-image {
        width: 100%;
        height: 325px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .big-img,
    .h-513 {
        height: 255px;
        min-height: 255px;
        max-height: 255px;
    }
    a.text-left.text-white.d-flex.blog-title {
        width: 90%;
        padding-left: 9%;
        font-size: 14px;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 14px;
    }
    a.text-left.text-white.d-flex.blog-small {
        width: 90%;
        padding-left: 9%;
        font-size: 14px;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 14px;
    }
    #main_slider .carousel-control-prev,
    #main_slider .carousel-control-next {
        top: 20%;
        height: 50px;
    }
    .threeImagesPh {
        height: 400px;
        display: block;
    }
    .h-340,
    .h-110 {
        height: 100px !important;
    }
    .threeImagesPh {
        height: 450px;
    }
    .margin-topPH {
        margin-top: 5px !important;
    }
    .textResponsive {
        font-size: 1rem !important;
    }
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    a.text-left.text-white.d-flex.blog-title {
        width: 90%;
        padding-left: 9%;
        font-size: 12px;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 14px;
    }
    a.text-left.text-white.d-flex.blog-small {
        width: 90%;
        padding-left: 9%;
        font-size: 12px;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 14px;
    }
    a.text-left.text-white.d-flex.blog-small {
        width: 90%;
        padding-left: 9%;
        font-size: 12px;
        font-family: sans-serif;
        text-transform: uppercase;
        line-height: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .left-icon {
        left: 0;
    }
    .right-icon {
        right: 0;
    }
    .title-panel {
        white-space: normal;
    }
    .landingPage .page-wrapper {
        top: -190px;
    }
    .slider_images_height {
        min-height: 350px;
        max-height: 350px;
        height: 350px;
        object-fit: cover;
    }
    .landingPage footer {
        margin-top: 33vh;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 475px) {
    .thumb {
        display: block;
        width: 100%;
        margin: 0;
        min-width: 48px;
        /*height: 48px;*/
        object-fit: contain;
    }
    .media-object {
        width: 100%;
        height: 23vh;
        -o-object-fit: contain;
        object-fit: contain;
        padding: 5%;
    }
    .landingPage .page-wrapper {
        top: -124px;
    }
    .slider_images_height {
        min-height: 250px;
        max-height: 250px;
        height: 250px;
        object-fit: cover;
    }
    .landingPage footer {
        margin-top: 33vh!important;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 375px) {
    .media-object {
        width: 100%;
        height: 23vh;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 15px;
        padding: 10px;
    }
    .left-icon {
        left: -2px;
    }
    .right-icon {
        right: -2px;
    }
    .landingPage footer {
        margin-top: 33vh;
        margin-bottom: 0px;
    }
}
