@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Poppins:wght@400;500;700&display=swap');

@import url('https://fonts.cdnfonts.com/css/kanit');

.hearts{
    font-size: 24px !important;
}

.msmm{
    padding: 60px 30px 30px 30px;
 }

.product-categories-sections{
    /* background-color: #fbfcfc; */
    row-gap: 40px;
    /* border-radius: 20px; */
    display:grid;
}
/*a:hover {*/
/*    color:#fff !important;*/
/*}*/
.border-bottom-9 {
    border-bottom: 1px solid #f3f3f3;
}
.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content h3{
    font-size: 16px;    
}
.contact-area{
    background-color: #fff; 
}
.single-contact-info-3{
    height: 200px;
}
/*.product_overlaps{*/
/*    height:340px !important;*/
/*}*/
.first-single{
    /*background: url('../img/Discount Park Website Banner3.jpg');*/
    background: url('');
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
}
.registr_btn:focus{
    background: #e32025 !important;
}

.second-single{
    /*background: url('../img/Discount Park Website Banner4.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 85vh;
}
.banner-wrap .banner-content-25 .banner-btn-5 a{
    background-color: #de2026;
    border-radius:0px;
}

.defaultCountdown-30{
    display: flex;
}
.single-product-wrap.cooker_wrap{
   background:#fff;
}


.zoomsts:hover{
    transform:scale(1.5);
    
}
.section-wrap-3.household-section-back2{
    margin-top:40px;
    margin-bottom:40px;
}


.single-product-wrap .product-content-categories-2.product-content-orange h5 a:hover{
    color: #e02026;
    border-bottom: 1px solid #e92124;
}
.single-product-wrap .product-content-categories-2.product-content-orange h5 a{
    transition: 1s;
}
.discounting{
    text-align:center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* ----------------------------------social media icon-------------*/
.brand_imgg{
        position: relative;
        transition: all 0.5s ease-in-out;
    }
    .brand_imgg1{
        position: absolute;
        z-index: 0;
        top: 0;
        opacity: 0;
        display: block;
        transition: all 0.5s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }
    .brand_imgg1:hover{
        opacity: 1;
    }
.middle {
    position: fixed;
    /* top: 50%; */
    left: 20px;
    bottom:-50px;
    transform: translateY(-50%);

    text-align: center;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.middle .btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: black;
    margin: 5px 0;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: #3498db;
    overflow: hidden;
    position: relative;
}

.middle .btn i {
    line-height: 35px;
    font-size: 22px;
    transition: 0.2s linear;
}

.middle .btn:hover i {
    transform: scale(1);
    color: #f1f1f1;
}

.middle .btn::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: #e92030;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.middle .btn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}
/*=============================*/
.phones-icon{
    color:#fff;
}


.item-time-w{
    display: flex;
    justify-content: center;
}
.name-time{
    display: none;
}
/*===================time picker css ==========*/

.time-item{
         background: #ed2224;
    padding: 5px 10px;
    margin-top: 10px;
    margin-left: 6px;
    color: #fff;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 500;
}

.iten-time-num{
    background: #e92225;
    color: #ffffffff;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    padding: 0 3px;
}
.item-time-colon{
    margin-left: 10px;
    /* background: #e92225; */
    color: #eb1a1a;
    font-weight: bolder;
    border-radius: 3px;
    padding: 0 1px;
    font-size: 17px;
}
.single-product-wrap.flash-sale-slider{
    background:#fff;
}
.related-product-active .pro-dec-prev.slick-arrow{
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e42025;
    color: #1E1E1E;
    text-align: center;
    border-radius: 100%;

}
.related-product-active .pro-dec-next.slick-arrow{
    font-size: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border:1px solid #e42025;
    color: #1E1E1E;
    text-align: center;
    border-radius: 100%;

}
.related-product-active span.pro-dec-next.slick-arrow{
    right: -5%;
}
.related-product-active span.pro-dec-prev.slick-arrow{
    left: -5%;
}
.frame{
    justify-content: center;
}







/* =============pre loader     =====================*/

.preloader {
    position: fixed;
    background-color: #fffbcf;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader img {
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.whatsapp img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}




.bread-head{
    color: #000 !important;
}

.breadcrumb-area{
    background-color: #ffebeb;
}
.breadcrumb-content ul li::before{
    background-color: #000;
}

.categories-section1{
    /* background: linear-gradient(45deg, #bdb5b5,#f34545); */
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
}
.categories-section2{
    /* background: linear-gradient(45deg, #bdb5b5,#f34545); */
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}
.categories-section3{
    /* background: linear-gradient(45deg, #bdb5b5,#f34545); */
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}
.full-category{
    position: relative;
}
.categories-section-one{
    position: relative;
    z-index: 1;
}
.categories-section-two{
    position: relative;
    z-index: 1;
}
.categories-section-three{
    position: relative;
    z-index: 1;
}

/* .cats1{
    position: absolute;
    z-index: 3;
    width: 50px;
    height: 50px;
    top: 100px;
    left: 40%;
    background-color: red;
    border-radius: 100px;
    animation: cart1 infinite ease-in-out 20s reverse;
}
@keyframes cart1 {
    0%{
        transform:rotate(0deg)
                  translate(-165px)
                  rotate(0deg);
      
      }
      100%{
        transform:rotate(360deg)
                  translate(-165px)
                  rotate(-360deg);
      }
} */
.cats2{
    position: absolute;
    z-index: -1;
    width: 50px;
    right: 40px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    animation: cart2 infinite ease-in 100s;
}
@keyframes cart2 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translateX(-100px);
    }
    75%{
        transform: translateX(-150px);
    }
    100%{
        transform: translateX(0px);
    }
}
.cats3{
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    animation: cart3 infinite ease-in 10s;
}
@keyframes cart3 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translateX(70px);
    }
    75%{
        transform: translateY(150px);
    }
    100%{
        transform: translateY(0px);
    }
}
.cats4{
    position: absolute;
    height: 25px;
    bottom: 0;
    right: 50%;
    background-color: #7fb4e1;
    border-radius: 100px;
    animation: cart4 infinite linear 40s;
}
@keyframes cart4 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translatey(-100px);
    }
    75%{
        transform: translateX(150px);
    }
    100%{
        transform: translateX(0px);
    }
}




/* ==========================home page====================== */

.rec1{
    padding: 0;
}
.nav_bar1{
    display: flex;
    /*justify-content: space-between;*/
}
.freedom{
    padding: 0 15px;
}
.simple{
    width: 90px !important;
}
.main-wrapper{
    overflow-x: hidden;
}

.footer-widget .footer-info-list ul li a{
    color: #ffff !important;
}         
    
.footer-widget .footer-info-list ul li a:hover{
    color: #dd1f25 !important;
    margin-left: 10px;
    text-decoration: none;
}
.banner-wrap .banner-content-23 .banner-btn-3 a{
    background-color:#e22025;
    border-radius:0px;
}
.nav-style-5.nav-style-5-modify > span{
    color: black;
}
 

.single-product-wrap:hover .product-content-position-2{
    text-align: center;
    background: #ffe6e6;
}
.single-product-wrap .product-content-wrap-3 h3.mrg-none{
    text-align: center;
}
.single-product-wrap .product-content-wrap-3 .product-price-4.product-price-4-hm10{
    text-align: center;
}
.product-price-4{
    text-align: center;
}
.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2{
    text-align: center;
}

.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button:hover{
    background-color: #000;
    /*border:1px solid #dd1f25;*/
}
.single-product-wrap .product-content-wrap-3 .pro-add-to-cart-2 button{
    border-radius: 2px;
}
.header-top-ptb-7{
    padding: 5px 0 6px;
}
.single-product-wrap .product-content-wrap-3 h3 a{
    text-transform: capitalize;
}
.freedom1{
    padding: 30px 20px;
}

.single-service-wrap-2 .service-icon-2 i{
    color: #ffff;
}
.single-service-wrap-2:hover .service-icon-2 i {
    color: #bfbfbf;
}
.breadcrumb-content ul li a{
    color: #000;
}
.product-categories-area.categories-section-one{
    /*background:#ffff;*/
    position: relative;
    padding: 20px 0;
}
span.category-arrow-right.slick-arrow {
    position: absolute;
    top: 272px;
    right: 20px;
    border: 1px solid #e02026;
    color: #dd1f26;
    background: #ffff;
    border-radius: 50%;
    padding: 5px;
    line-height: 10px;
    cursor:pointer;
}
span.category-arrow-left.slick-arrow {
    position: absolute;
    top: 272px;
    left: 20px;
    z-index: 999;
    border: 1px solid #de2026;
    background: #ffff;
    color: #de2026;
    border-radius: 50%;
    padding: 5px;
    line-height: 10px;
    cursor:pointer;
}
span.category-arrow-left.slick-arrow i {
    font-size: 20px;
}
/*span.category-arrow-left.slick-arrow:hover {*/
/*    background: #e5181b;*/
/*    color: white;*/
/*}*/
/*span.category-arrow-right.slick-arrow i{*/
/*    font-size:20px;*/
/*}*/
/*span.category-arrow-right.slick-arrow:hover{*/
/*    background: #e5181b;*/
/*    color: white;*/
/*}*/
.logo {
    padding: 10px;
}
.category-img a img{
    width:100%;
    height:100%;
    /* margin-left:85px; */
    border-radius: 0px;
}
.single-category1{
    margin: 15px 15px 10px 4px;
    border: 1px solid #aaaaaa;
    /*background: #fff;*/
    height:288px;
    width:250px !important;
}

.cats22{
    position: absolute;
    z-index: 3;
    width: 50px;
    right: 40px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    opacity:.5;
    animation: cart22 infinite ease-in 100s;
}
@keyframes cart22 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translateX(-100px);
    }
    75%{
        transform: translateX(-150px);
    }
    100%{
        transform: translateX(0px);
    }
}
.cats33{
    position: absolute;
    z-index: 3;
    width: 50px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    opacity:.5;
    animation: cart33 infinite ease-in 10s;
}
@keyframes cart33 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translateX(70px);
    }
    75%{
        transform: translateY(150px);
    }
    100%{
        transform: translateY(0px);
    }
}
.cats44{
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 25px;
    bottom: 0;
    right: 50%;
    background-color: #7fb4e1;
    border-radius: 100px;
    opacity:.5;
    animation: cart44 infinite linear 40s;
}
@keyframes cart44 {
    0%{
        transform:translateX(0px)
    }
    50%{
        transform: translatey(-100px);
    }
    75%{
        transform: translateX(150px);
    }
    100%{
        transform: translateX(0px);
    }
}
.all-category-heading h2{
    font-weight: 600;
}

/* =======================login page csss =======================*/

.login-register-wrapper {
    border: 1px solid #e7e7e7;
}

.login-register-wrapper .login-form-container .login-register-form form input {
    /* background-color: transparent;     */
    border: 1px solid #ebebeb;
    font-size: 14px;
    height: 50px;
    margin-bottom: 13px;
    padding: 0 15px;
    margin-top: 0;
    border-left: 5px solid #eb3941;
}

.labels {
    padding-bottom: 13px;
}

.span_eye {
    font-size: 14px;
    position: relative;
    top: -50px;
    left: 90%;
    color: #eb3941;
    z-index:999;
}

.login_btn {
    background: #eb3941 !important;
    color: #fff !important;
    margin-bottom: 0px !important;
    margin-top: 14px;
    border-radius: unset !important;
}

.login-register-wrapper .login-form-container {
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    box-shadow: 0 0 6px rgb(0 0 0 / 10%);
    padding: unset;
    text-align: left;
}

.form-col {
    padding: 0 !important;
}

.form_row {
    padding: 0 !important;
    margin: 0 !important;
}

.login-img {
    width: 100%;
    height: 503px;
}

.bottom-form {
    /* background: #f5f5f5; */
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0 60px 30px 60px;
    overflow: hidden;
    line-height: 35px;
}

.inputs_form_well {
        padding: 40px 59px 4px 60px;
}

.login_btn {
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background-color: #302860;
    outline: none;
}

.head_wel {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.reg_form {
    padding: 40px !important;
}

.log {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin: 0 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.circle_icon {
    font-size: 78px;
    color:#eb3941;
    /* color: #57df9f; */
}

.users_icon {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 30px;

}

.login-register-wrapper .login-register-tab-list {
    margin-bottom: 20px;
}

/* ========================= */

/* .third-banner1{
    background: url(assets/img/img/sm_banner.jpg);
}
.third-banner2{
    background: url(assets/img/img/sm_image.jpg);
} */
.deal-img1 a img{
    height: 350px;
    border-radius:15px;
}
.slick-dots li button:before{
    content: "" !important;
}
.single-service-wrap-2 .service-content-2 h3{
    color: #fff;
}
.single-service-wrap-2 .service-content-2 p{
    color: #fff;
}
.all-category-section{
    /*border-radius: 30px;*/
    overflow: hidden;
}
/*.all-category-main-section-main-section{*/
/*    height: 650px;*/
/*    overflow: hidden;*/
/*     border: 1px solid; */
/*     background: #dd1f26; */
/*    background-size: cover !important;*/
/*    background-repeat: no-repeat !important;*/
/*    box-shadow: 0 0 6px 0;*/
/*    border-radius: 25px;*/
/*}*/
.all-category-heading h2{
    /* color: #ffff; */
}
/* .category-tittle1{ */
    /* color: white !important; */
/* } */
/* .category-tittle2{
    color: black !important;
} */
.product-content-wrap-3.product-content-position-2.pro-position-2-padding-dec.off_zone{
    top: 80%;
    bottom: 0px;
}
.single-product-wrap:hover {
    box-shadow: 0 0 15px 0 #e8e8e8;
}
.product-content-wrap-3 {
    /*background: #e5181b;*/
    border-radius: 5px;
    padding: 6px 3px;
    /*position:relative;*/
    /*bottom:2;*/
    /*width:100%;*/
}
.product-content-wrap-3.product-content-position-2.pro-position-2-padding-dec h3 a {
    color: #000 !important;
    font-size:13px;
}
.single-product-wrap .product-content-wrap-3 .product-price-4 span.new-price {
    color: #000!important;
}
.new-price-front{
    color: #fff;
}
.old-price-front{
    color: red !important;
    margin: 0 0 0 7px;
    font-size: 14px !important;
    text-decoration: line-through;
}
.flash-sale-slider{
    border: 1px solid #e8e8e8;
}
/* .all-category-main-section-main-section{
    background: url(assets/img/all_category_back.jpg);
    background-repeat: no-repeat;
} */
.second-section-fx{
    display: flex;
}
.bannerimageborder a img{
    border-radius:15px;
}
.household-section-back2 {
    background: #e3f2fd;
}
.household-section-back1 {
    background: #ffecf1;
}
.household-section-back2 {
    background: #fffed1;
}
.productbackground{
        background-color: #ffe8e8 !important;
}
.whatsapp {
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 60px;
    transition: 0.5s;
    z-index: 9999999;
    animation: whatsapp-animation 1.5s infinite ease-in-out;
}
@keyframes whatsapp-animation {
  0%   {bottom:100px;}
  50%  {bottom:110px;}
  100% {bottom:100px;}
}
.whatsapp:hover {
    transform: rotate(360deg);
}

/*======================testimonial section======================*/

.testimonial {
    background-image: url('../images/testimonial-background.jpg');
    padding: 65px 0;
    background-repeat: no-repeat;
    margin: 5px 0 15px;
    background-size: cover;
    position:relative;
}
.testimonial-heading h1 {
    text-align: center;
    font-size: 35px;
    text-shadow: 0px 1px 4px #de2026;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Kanit', sans-serif;
    margin-bottom:25px;
}
.testimonial-content p {
    text-align: center;
    margin: 50px 0;
    color: #ffff;
    font-weight: 500;
    font-size: 16px;
}
.testimonial-content h4 {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    color: #ffff;
    font-weight: 600;
    font-family: 'Kanit', sans-serif;
}
span.test-arrow-left.slick-arrow i{
    position: absolute;
    top: 105px;
    left: -50px;
    color: #000;
    background: #ffff;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    transition:.5s;
}
span.test-arrow-right.slick-arrow i{
    position: absolute;
    top: 105px;
    right: -50px;
    color: #000;
    background: #ffff;
    border-radius: 50px;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    transition:.5s;
}
span.test-arrow-right.slick-arrow i:hover {
    background: #e5181b;
    color:white;
}
span.test-arrow-left.slick-arrow i:hover {
    background: #e5181b;
    color:white;
}
.review-section-btn a button {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 15px;
    font-weight: 600;
    overflow:hidden;
}
.review-section-btn a button:hover {
    background: #dd1f25;
    color:#ffff;
}
.review-section-btn{
    margin-top:30px;
    text-align:center;
}


/*================date and time counter==============*/

#timer {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
}

#timer div {
    display: inline-block;
  /*background: #e92225;*/
    color: #e92225;
    font-size:13px;
    text-align: center;
    font-weight: 600;
    border-radius: 3px;
    /*padding: 0 3px;*/
    margin:0 5px;
    height:22px;
    padding:0 0px;
}
#timer a h1{
    font-size:16px;
    background: #fff;
    color: #e52125;
    font-weight:700;
    margin-right:10px;
}
#timer span {
    color: #e5181b;
    font-weight: 700;
}
.name-time {
    display: none !important;
}
/*.name-time {*/
/*    background: 0000 !important;*/
/*    color: #e5181b !important;*/
/*    font-weight: 700 !important;*/
/*}*/
.leftbannerimage{
    /*background:grey;*/
    /*background-image: linear-gradient(to top, #595155, #716b70, #8b878b, #a6a4a7, #c2c1c3, #d0d0d1, #dfdfe0, #eeeeee, #f2f2f2, #f6f6f6, #fbfbfb, #ffffff);*/
}

/*------------------video section-------------------*/

.heading{
    color: #444;
    font-size: 40px;
    text-align: center;
    padding: 10px;
}

.container.main-video{
    background: #FFF;
    border-radius: 5PX;
    padding: 5PX;
}
.container.main-video iframe{
    width: 100%;
    border-radius: 5PX;
}
.container.main-video .title{
    color: #333;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.container .video-list{
    /*background-color: #fff;*/
    /*border-radius: 5px;*/
    /*height: 520px;*/
    /*overflow-y: scroll;*/
}

.container .video-list::-webkit-scrollbar{
    width: 7px;
}

.container .video-list::-webkit-scrollbar-track{
    background: #ccc;
    border-radius: 50px;  
}

.container .video-list::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 50px;  
}

.container .video-list .vid iframe{
    /*width: 210px;*/
    border-radius: 5px;
    /*height: 160px;*/
    /*margin-bottom:10px;*/
}
/*.container .video-list .vid {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 15PX;*/
/*    background: #f7f7ff;*/
/*    border-radius: 5PX;*/
/*    margin: 10px;*/
/*    padding: 10px;*/
/*    border: 1px solid rgba(0,0,0,.1);*/
/*    cursor: pointer;*/
/*    justify-content:center;*/
/*}*/
/*.container .video-list .vid :hover{*/
/*    background: #eee;*/
/*}*/
/*.container .video-list .vid:active{*/
/*    background: #2980b9;*/
/*}*/
.container .video-list .vid:active.title{
    color: #fff;
}
.container .video-list .vid.title{
    color: #333;
    font-size: 17px;
}
.video iframe{
    width:100%;
    height:500px;
    border-radius:15px;
}
.vid {
    /*text-align: center;*/
    display:flex !important;
    cursor:pointer;
    justify-content:center;
    transform:scale(.7);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}
.vid p{
    align-items: center;
    display: grid;
    margin-left: 45px;
}
section.video-main-section {
    margin: 20px 0;
    background: #ffff;
    padding: 10px 0 30px 0;
}

/*======================sub cat======================*/
.accordion {
  width: 100%;
  /*max-width: 360px;*/
  margin: 5px auto 5px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link { border-bottom: 0; }

.accordion > li.open .submenu{
    display:none;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link { color: #b63b4d; }

.accordion li.open i { color: #b63b4d; }

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.products-page-image a img{
     width: 100%;
    height: 220px;
    background:white;
}
.flash-sale-image a img{
    width:100%;
    height:220px;
    background:white;
}
.best-seller-image a img{
    width:100%;
    height: 200px;
    /*background: #f6f6f6;*/
    background:white;
}
.single-pro-img a img{
    /*height: 400px;*/
}
.slider-img-single img{
    height:90px;
}
.single-pro-img1 img{
    height:500px !important;
    width:500px;
}
.marqee-text-section{
    background:#ea2124;
}
button.slick-custom-arrow1:before {
    font-size:25px;
    color: #e5181b;
}
button.slick-custom-arrow2:before {
    font-size:25px;
    color: #e5181b;
}
.brand-image-div img {
    width: 100px;
}
.brand-div-section {
    /*margin: 40px 0;*/
    padding:50px 20px 75px 20px;
}
.brand-image-div{
    display:flex !important;
    justify-content:center;
}
.brand-heading-div h3 {
    margin-top: 15px;
}
.custom-row1{
    padding:0 !important;
}
.brand-slider-main-section{
    background: #ffffff;
    /*margin: 8px 0 18px;*/
}
.brand-heading-div h3 {
    font-weight: 600;
}
.text-justify{
    justify-content:center;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    /*align-items: center;*/
    display: flex;
}
.add-hover-clr a p:hover{
    color:#e52125;
}
.social-icon-size a img {
    width: 50%;
}
.social-icon-size a{
    transition: .5s;
}
.social-icon-size a:hover {
    transform: rotateY(360deg);
}
.hover-address p:hover{
    color:#e52125;
}
.hover-address p{
    transition:.5s;
}
.phara-margin p{
    margin-bottom:0px;
}
.brand-heading-div h3 {
    padding-top: 8px;
}
.category-text{
    /*background:#ffff;*/
    /*border:1px solid #e5181b;*/
}
.category-text h3 a{
    color:#e5181b !important;
}

/*-----------price filter-----------*/
legend {
    font-size: 18px;
    padding: 7px 0px;
}
.range {
    margin-bottom: 15px;
}
.range>* {
    display: inline;
    width: 50%;
    background: 0000;
    margin-left: 20px;
}
.ui-slider {
    height: 7px;
    background: #f8f8f8;
    border: 1px solid #eaeaea;
    max-width: 220px;
}
.ui-slider .ui-slider-handle, .ui-slider .ui-slider-handle::before {
    border-radius: 50%;
}

.ui-slider .ui-slider-handle {
    display: block;
    width: 19px;
    height: 19px;
    background: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
    top: -7px;
}
.offer-zone-img2{
    display:none !important;
}
.offer-zone-img1{
    display:block !important;
}
.flash-sale-slider:hover .offer-zone-img2{
    display:block !important;
}
.flash-sale-slider:hover .offer-zone-img1{
    display:none !important;
}
.flash-sale-slider{
    transition:.5s;
    /*height: 300px;*/
}
.footer-widget h3.footer-title{
    color:white;
}
.home-furniture-img a img{
    width:100%;
    height:193px;
}
.align-align a{
    align-items:center;
    display:grid;
}
.text-color h2{
    color:white;
}
span.video-arrow-right.slick-arrow {
    position: absolute;
    top: 130px;
    right: 0px;
    color: grey;
    font-size: 20px;
    border: 1px solid grey;
    padding: 10px 12px 10px 14px;
    border-radius: 50px;
    cursor: pointer;
    background: white;
    z-index:999;
}
span.video-arrow-right.slick-arrow:hover {
    background: #ffecf1;
}
span.video-arrow-left.slick-arrow {
    position: absolute;
    top: 130px;
    left: 0px;
    color: grey;
    font-size: 20px;
    border: 1px solid grey;
    padding: 10px 12px 10px 14px;
    border-radius: 50px;
    cursor: pointer;
    background: white;
    z-index:999;
}
span.video-arrow-left.slick-arrow:hover {
    background: #ffecf1;
}
.video-section-title h2{
    font-weight:500;
}
.cats5{
    position: absolute;
    z-index: 1;
    width: 50px;
    right: 40px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    animation: cart2 infinite ease-in 100s;
}
.cats6{
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #7fb4e1;
    border-radius: 100px;
    animation: cart3 infinite ease-in 10s;
}
.phara-margin .left-left{
    text-align:center;
    display: flex;
    justify-content: space-between;
}
.custom-input{
    padding: 0px;
    height: 15px;
    background: unset;
    width: 35px;
}
.cus-p{
    padding:15px 0;
    align-items:center;
}
.background-white{
    background-color:#ffff !important;
}
.background-black-color{
    background:#000;
}
.background-white-color{
    background:#ffff;
}
.custom-background1{
    background-color:#ffff !important;
}
.category-sliderr-heading {
    background: url(../images/category_back.jpg);
    height: 100%;
    /*width: 180px;*/
    align-items: center;
    /*display: flex;*/
    padding-top:110px;
    background-size:cover;
}
.offer-zone-heading {
    background: url(../images/category_back.jpg);
    height: 100%;
    /*width: 180px;*/
    align-items: center;
    /*display: flex;*/
       padding: 135px 15px;
    background-size:cover;
}
.category-sliderr-heading .category-heading h2{
    /*transform: rotate(270deg);*/
    color:white;
    font-weight:700;
    text-align:center;
    font-size:22px;
}
.offer-zone-heading .category-heading h2{
    /*transform: rotate(270deg);*/
    color:white;
    font-weight:700;
    text-align:center;
    font-size:24px;
}
.my-account-css{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.vid.slick-center {
    transform: scale(1);
}
.f-weihgt{
    font-size: 15px;
    font-weight: 500;
}
.youtube_image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:20%;
}
.video_image{
    border-radius:10px;
}
.offer-zone-section1{
    margin-right:20px;
}
.categorie-btn {
    text-align: center;
    margin-top: 20px;
}
.categorie-btn button {
    background: white;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    transition:.5s;
    border:0px solid white;
    overflow:hidden;
}
.categorie-btn button:hover {
    background: black;
    color: #ffff;
    padding: 5px 15px;
    border-radius: 5px;
    border:1px solid black;
    overflow:hidden;
}
.video-heading h2 {
    text-align: center;
    font-weight: 600;
    padding: 20px 0;
}

/*=====================wholesale order section================*/
.joinus {
    width: 75%;
    padding: 35px 0;
    margin: 20px auto 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
    border-radius: 100px;
    background-color: rgb(221 31 37);
}
.joinus .box {
    width: 85%;
    margin: auto;
    display: flex;
    /*gap: 120px;*/
    /*align-items: center;*/
}
.joinus .box h2 {
    font-size: 25px;
    font-weight:600;
    color:white;
}
.joinus .box button {
    font-size: 20px;
    font-weight: 500;
    color: #dd1f25;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 1px solid #dd1f25;
}
.joinus .box button::before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffeaeb;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    transition: transform 0.3s;
    transform: scaleX(0);
    transform-origin: left;
}
.joinus .box button:hover::before {
    transform-origin: right;
    transform: scaleX(1);
}
.joinus .box button:hover {
    color: #211f1f;
    border: 1px solid #ffeaeb;
}
/*=================testimoanial section=============*/
.test-gl-img img {
    width: 40px;
    height: 40px;
}
.posted p {
    line-height: 15px;
    padding-left: 10px;
    margin-bottom:5px;
}
.test-content p {
    text-align: justify;
    margin-bottom: 25px;
}
.test-name p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.test-name {
    margin-bottom: 15px;
}
.test-card {
    background: #ffeaea;
    padding: 15px;
    border-radius: 10px;
    margin: 0 10px;
    height:250px;
}
.test-name span {
    font-size: 15px;
}
.category_heading h2{
    font-weight:600;
}
.radius_0 a img{
    border-radius:0 !important;
}
.radius_0{
    border-radius:0 !important;
}
.custom-row{
    justify-content:center;
}
.all_categiry_btn a button {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    border: 1px solid #dd1f25;
    background: #dd1f25;
    color: white;
    border-radius: 15px;
    transition:.5s;
}
.all_categiry_btn a button:hover {
    background: white;
    color: #dd1f25;
    border: 1px solid #dd1f25;
}
.display-f {
    align-items: center;
    display: flex;
}
.product-color {
    align-items: center;
    /*margin: 10px 0 10px 0;*/
}
.wid-5{
    width:10%;
}
.colour3{
    margin-right:5px;
}
/*track order page*/
.track_order_card {
    background: white;
    padding: 30px;
    height: 250px;
    border-radius:15px;
    border:0px solid #ffff;
    transition:.5s;
    overflow:hidden;
}
.track_order_logo img {
    width: 70%;
}
.post_logo {
    /*width: 50% !important;*/
}
.track_order_logo {
    text-align: center;
    height: 100px;
}
.track_order_content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
}
.track_hover:hover {
    /*box-shadow: 0 0 12px 0 grey;*/
    /*border-radius:15px;*/
    /*overflow:hidden;*/
    /*border: 2px solid #ea2124;*/
}
.track_hover{
    /*transition:.5s;*/
    border-radius:15px;
}
.safe-div {
    background-color: #dd1f25;
    padding: 10px;
    margin: 20px 0;
}
.safe-hr {
    margin: 10px 0;
    border: 1px solid white;
    opacity: .5;
}
.safe-text {
    font-size: 15px;
    color: white;
    line-height: 1.5;
    text-align: center;
}
.justi_con{
    justify-content:center;
}
.copy_btn {
    width: 200px;
    padding: 10px 10px 10px 15px;
    margin: 0px 10px 10px 15px;
    border-radius: 5px;
    border: 1px solid #0d6efd;
    background: #0d6efd;
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.copy_btn:hover {
    background: blue;
    /*border: 1px solid blue;*/
}


/*----------zoom image in js-----------*/

.zooming_image {
  display: inline-block;
  position: relative;
}

/* magnifying glass icon */
.zooming_image:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}

.zooming_image img {
  display: block;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.zooming_image img::selection {
  background-color: transparent;
}
/*===========wholesale form===========*/
.heading_sale h2 {
    font-weight: 600;
}
.sale_btn button {
    background: #ea2124;
    border: 1px solid #ea2124;
    padding: 8px 30px;
    font-weight: 600;
    transition:.5s;
}
.sale_btn button:hover {
    background: black;
    border: 1px solid black;
}
.form_focus {
    /*border: 1px solid black;*/
    background: white;
}
.form_focus:focus {
    background: white;
    /*box-shadow: 0 0 5px 0;*/
    border: 1px solid #e7e7e7;
}
.form_custom_select{
    /*border: 1px solid black;*/
    border-radius: 0;
}
.radio_error{
    position: absolute;
    bottom: 16px;
    left: 0;
}
/*#addlogin{*/
/*    display:none;*/
/*}*/





.pro-add-to-cart-2{
    /*padding-bottom:10px;*/
}
.pro-add-to-cart-111{
    padding-bottom:0px;
    text-align: center;
}

.home-btn8::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.9s;
    transform: scaleX(0);
}

.home-btn8:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn8 {
    animation: btn 2s ease-in-out infinite;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 1px solid;
    background: #e32025 !important;
    border-radius: 5px;
    padding: 8px 25px;
    color: #fff;
}






.home-btn5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: black;
    color: #ffffff;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.9s;
    transform: scaleX(0);
}

.home-btn5:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn5 {
    animation: btn 2s ease-in-out infinite;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background: #3ba018;
    border-radius: 5px;
    padding: 10px 46px;
    color: #fff;
    border: 1px solid;
}



.home-btn6::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn6:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn6 {
    animation: btn 2s ease-in-out infinite;
    font-size: 18px !important;
    position: relative !important;
    z-index: 1;
    background: #e32025 ;
    border-radius: 5px;
    padding: 10px 45px !important;
    color: #f1ecec ;
    border: 1px solid !important;
}








.home-btn7::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn7:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn7{
    animation: btn 2s ease-in-out infinite;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: dodgerblue ;
    border-radius: 5px;
    padding: 10px 15px;
    color: #f1ecec ;
    border: 1px solid;
}



.home-btn9::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    color: #ffffff;
    border-radius:5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn9:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn9 {
    animation: btn 2s ease-in-out infinite;
    font-size: 13px;
    position: relative;
    z-index: 1;
    background: #e32025 ;
    border-radius: 5px;
    padding: 7px 32px;
    color: #f1ecec ;
    border: 1px solid;
}








.home-btn10::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    transform-origin: left;
    transition: transform 0.5s;
    transform: scaleX(0);
}

.home-btn10:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.home-btn10{
    width: 200px;
    animation: btn 2s ease-in-out infinite;
    font-size: 16px;
    position: relative;
    z-index: 1;
    background: #e52125;
    border-radius: 5px;
    padding: 10px 15px;
    color: #f1ecec;
    border: 1px solid;
    margin: 0 0px 5px 15px;
}



.fa-minus{
    color:#fff;
}

.fa-plus{
    color:#fff;
}


.no_data{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align:center;
    background:#fff;
}

.data{
    margin: 0px;
    padding: 150px 0;
}

.form-group{
    position:relative;
}
#message1{
    position: absolute;
    left: 13px;
    top: 79px;
}
#message2{
    position: absolute;
    left: 13px;
    top: 79px;
}
#message3{
    position: absolute;
    left: 13px;
    top: 79px;
}
#message4{
    position: absolute;
    left: 0px;
    top: 78px;
}
#message14{
    position: absolute;
    left: 13px;
    top: 62px;
}
#message5{
    position: absolute;
    left: 13px;
    top: 85%;
}
.billing-info{
     position: relative;
}
.haolo{
    padding-right: 5px;
}
/*============ contact css ===========*/

#message02 {
    position: absolute;
    left: 13px;
    top: 63px;
}
#message01 {
    position: absolute;
    left: 13px;
    top: 63px;
}
#message03 {
    position: absolute;
    left: 13px;
    top: 63px;
}
#message014 {
    position: absolute;
    left: 13px;
    top: 63px;
}
#message05 {
    position: absolute;
    left: 13px;
    top: 206px;
}