.slider-image {
    max-height: 416px;
}

@media (min-width: 1200px) {
    .slider-image {
        height: 416px;
    }
}

#mainSlider {
    border: 1px solid var(--gray-3-color);
}

#mainSlider .carousel-control-prev,
#mainSlider .carousel-control-next {
    width: 4.2% !important;
}

.slider-arrow {
    font-size: 3vw;
    background: #39455d;
}

.carousel-control-next .slider-arrow {
    padding-left: 10px;
    padding-right: 8px;
}

.carousel-control-prev .slider-arrow {
    padding-left: 8px;
    padding-right: 10px;
}

/* Slider boxes */
#sliderSideBoxesRow {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slider-side-box {
    position: relative;
    font-size: 0.8em;
    border: 1px solid var(--gray-3-color);
    max-height: 130px;
    height: 130px;
    margin-bottom: 1.06em;
}

.slider-side-box .left-side,
.slider-side-box .right-side {
    height: 129px;
}

.slider-side-box .left-side {
    justify-content: space-between;
    padding: 1rem !important;
}

.slider-side-box .right-side {
    justify-content: space-between;
    padding: 1rem !important;
    /* position: absolute; */
}

.slider-side-box .title,
.slider-side-box .footer {
    font-weight: 600;
    color: var(--dark-blue-color);
}

.slider-side-box .body {
    color: var(--blue-color);
    font-size: 0.9em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-side-box .stack-blue {
    width: 100%;
    height: 100%;
    background-color: #9bc8f9;
    position: absolute;
    z-index: -2;
}

.slider-side-box .stack-orange {
    width: 100%;
    height: 100%;
    background-color: #f9c375;
    position: absolute;
    z-index: -2;
}

.slider-side-box .image {
    max-height: 80px;
    max-width: 80px;
    display: flex;
    align-items: center;
}

.slider-side-box img {
    max-height: 80px;
    max-width: 80px;
}

.slider-side-box .view-more {
    font-size: 0.7rem;
    padding: 0.1rem 0.8rem;
    color: #fff;
    background-color: var(--orange-color);
    border-radius: 8px;
    font-weight: 500;
}

.slider-side-box .view-more:hover {
    background-color: var(--blue-color);
}

.new-item-label {
    position: absolute;
    width: 80px;
    height: 20px;
    color: #fff;
    background-color: #ff0000;
    top: -10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
    padding-top: 2px;
}

.new-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 52%;
    background: #8c0c0c;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(55deg);
    -ms-transform: skew(55deg);
    transform: skew(55deg);
    z-index: -1;
}

.new-item-label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 52%;
    background: #8c0c0c;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-55deg);
    -ms-transform: skew(-55deg);
    transform: skew(-55deg);
    z-index: -1;
}

/* Categories Slider */

#categories-slider .category-slide {
    color: #fff;
    font-size: 0.8em;
    margin: auto;
    padding-bottom: 2%;
    padding-top: 20px;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    text-align: center;
    border-radius: 50%;
    /* width: 130px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-basis: 60px; */
}

/* Fix for slider div expansion while loading */
#categories-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    max-height: 180px;
}

#categories-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.category-slide .img-container {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}

#categories-slider .img-container:hover {
    background: #0071bc;
    cursor: pointer;
}

.category-slide img {
    padding: 3px;
    max-width: 60px;
    max-height: 60px;
}

.category-slide .name-container {
    width: 100px;
    height: 50px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    word-wrap: break-word;
    color: #fff;
}

.category-slide .name-container.x-small {
    font-size: x-small;
}

.category-slide .name-container a {
    color: #fff;
}

.category-slide .name-container a:hover {
    color: #fff;
}

#categories-slider .slick-dots {
    position: relative !important;
    bottom: 0px !important;
}

#categories-slider .slick-dots li {
    margin: 0 !important;
}

#categories-slider .slick-dots li button:before {
    color: #fff !important;
    font-size: 12px !important;
}

.category-slider-left,
.category-slider-right {
    width: 40px;
    top: -20px;
}

.category-slider-left i,
.category-slider-right i {
    color: #fff;
    font-size: 3em;
}

/* Top Brands */

#brand-slider .brand-slide-container {
    padding: 0rem 0.3rem 0.5rem 0.3rem;
}

#brand-slider .brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #0000001f;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#brand-slider .brand-logo img {
    max-width: 100%;
    height: auto;
    /* padding: 1rem; */
    max-height: 50px;
}

#brand-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    max-height: 100px;
}

#brand-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

#brand-slider .hvr-grow-container img {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

#brand-slider .hvr-grow-container:hover > img,
#brand-slider .hvr-grow-container:focus > img,
#brand-slider .hvr-grow-container:active > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Why Us */

@media (max-width: 400px) {
    #serviceBoxesRow {
        display: none;
    }
}

.service-container {
    width: 300px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1267px) {
    #serviceBoxesRow .service-container {
        width: 90%;
    }
}

/* .service-container img {
    max-width: 300px;
    max-height: 150px;
} */

.card-body.border.bg-white {
    margin-bottom: 15px;
    box-shadow: 2px 2px 5px 1px #0000001a;
    /* 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: 0.9rem;
    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;
    margin-left: 0.5rem;
}

.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;
}

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: 60%;
    height: 124px; */
    width: 65%;
    height: 128px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #dd4f39;
    clip-path: polygon(0% 90%, 101% -1%, -1% 0%);
}

.discount_price_in_perecent {
    font-size: 1.3em;
    /* line-height: 30px; */
}

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

.price-line-through {
    display: inline-block;
    position: relative;
    float: left;
    color: #6c757d !important;
    font-size: 1rem;
    font-weight: bold;
}

.price-line-through:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px 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;
}

.discounted-price {
    color: #dc3545 !important;
    white-space: nowrap;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
}

.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);
}

.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;
}

/* Blog */

#blog-slider .slide-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#blog-slider .slide {
    height: 255px;
    min-height: 255px;
    max-height: 255px;
    position: relative;
    border: 1px solid #0000002b;
}

#blog-slider .img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000d9, #00000014);
}

#blog-slider .slide img {
    height: 255px;
    object-fit: cover;
    width: 100%;
    position: absolute;
}

#blog-slider .slide .details {
    position: absolute;
    bottom: 0px;
    left: 4%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

#blog-slider .slide .details .name {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}

#blog-slider .blog-category-badge {
    background-color: #0000009c;
    color: #fff;
}

/* 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: 5vh;
        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: 5vh;
        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: 5vh;
        margin-bottom: 0px;
    }
}

.bg-blue-gradient {
    background: linear-gradient(180deg, rgb(11 111 187) 0%, rgb(5 67 114) 70%);
}
