/*********header********/
.header .headerUp{
	background: #010000;
	padding: 7px 0px;
    width: 100%;
}
.header .headerUp .contact{
    align-items: center;
}
.header .headerUp .contact .phone a{
	font-size: 13px;
    font-weight: 400;
	display: flex;
	color: #fff;
    align-items: center;
}
.header .headerUp .contact .phone a span.icon-phone{
	font-size: 14px;
	margin-right: 5px;
}
.header .headerUp .contact .mail a{
	font-size: 13px;
	display: flex;
	color: #fff;
    font-weight: 400;
}
.header .headerUp .contact .mail a span.icon-envelope{
	font-size: 14px;
	margin-right: 7px;
}
.social ul li{
	padding-left: 10px;
    font-size: 13px;
}
.social ul li a{
	color: #fff;
}

.logoMenuAcc{
    padding: 8px 0;
    box-shadow: 10px 0 10px #ddd;
}
.logoMenuAcc .logo{
    width: 6%;
}
.logoMenuAcc .logo a {}
.logoMenuAcc .logo a img{}
.logoMenuAcc .menu{}
.logoMenuAcc .menu ul{}

.logoMenuAcc .menu h4,
.openMneu{
    display: none;
}
.logoMenuAcc .menu ul li{
    padding: 8px 25px;
    margin: 0 2px;
    transition: 0.3s all ease;
    border-radius: 3px;
}
.logoMenuAcc .menu ul li:hover,
.logoMenuAcc .menu ul li.active{
    background: #f9be22;
}
.logoMenuAcc .menu ul li a{
    color: #010000;
    font-size: 15px;
    font-weight: 500;
}
.logoMenuAcc .Acconut{}
.logoMenuAcc .Acconut .login{}
.logoMenuAcc .Acconut .login a{
    padding: 8px 25px;
    margin: 0 2px;
    transition: 0.3s all ease;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
.logoMenuAcc .Acconut .login a:nth-child(1){
    background: #f9be22;
}
.logoMenuAcc .Acconut .login a:nth-child(2){
    background: #010000;
}
.logoMenuAcc .Acconut a.cart{
    padding: 8px 25px;
    margin: 0 2px;
    transition: 0.3s all ease;
    display: inline-block;
    border-radius: 3px;
    font-size: 22px;
    color: #000;
    cursor: pointer;
}



/********hcontent******/
.carousel{
    height: 80vh;
    background-size: cover;
    position: relative;
}
.carousel .content h1{
    color: #fdfdfd;
    font-size: 40px;
    margin: 0px 0px 15px 0px;
    font-family:cursive;
}
.carousel .content h4{
    color: #fdfdfd;
    font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}






.carousel {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 80vh;
}

.carousel .carousel-item {
    position: relative;
}

.carousel .carousel-item,
.carousel-item-visible {
    display: none;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    animation: sliderzoom 20s linear infinite;
}

@keyframes sliderzoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}





.carousel .carousel-item-visible {
    display: block;
    animation: fadeVisibility 0.5s;
}

.carousel .carousel-item .content {
    background: #00000082;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    padding-top: 60px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousel .carousel-item .content h1 {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    /* fill: none; */
    font-family: "Roboto", Sans-serif;
    /* -webkit-text-stroke: 1px #d3d3d3; */
    letter-spacing: 2px;
    width: 60%;
}
.carousel .carousel-item .content h4{
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    line-height: 32px; 
    letter-spacing: 2px; 
    font-weight: 400; 
    font-size: 16px; 

}
.carousel .carousel-item .content p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.carousel .carousel-item .content p a {
    display: inline-block;
    background: #f9be22;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    transition: 1s all ease;
    margin-right: 15px;
}

.carousel .carousel-item .content p a:hover {
    background: #ea7000;
    color: #fff;
}

.carousel .carousel-item .content p a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ea7000;
    color: #fff;
    transform: rotateX(90deg);
    transform-origin: bottom;
    transition: 0.4s all ease;
    z-index: 1;
    border-radius: 50% 50% 0% 0%;
}

.carousel .carousel-item .content p a:hover::before {
    transform: rotateX(0deg);
    transform-origin: bottom;
    border-radius: 0%;
    bottom: 100%;
}

.carousel .carousel-item .content p a.getOffer {
    background: none;
    border: 1px solid #fff;
    display: inline-block;
    padding: 11px 38px;
}

.carousel .carousel-item .content p a.getOffer:hover {
    background: #fff;
    color: #f9be22;
}

.carousel .carousel-actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.carousel .carousel-actions div {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-indent: 0;
    outline: none;
    border: 2px solid #f9be22;
    background: none;
    color: #f9be22;
    display: grid;
    place-content: center;
    margin: 0px 10px;
}

.carousel .carousel-actions button:focus {
    border: none;
}

.carousel .carousel-actions button#carousel-prev {
    margin-left: 20px;
}

.carousel .carousel-actions button#carousel-next {
    margin-right: 20px;
}

@keyframes fadeVisibility {
    0% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
        transform: opacity linear;
    }
}













.aboutUs{
    padding: 30px 0;
    background: #f7eee5;
}
.aboutUs .left{
    width: 40%;
}
.aboutUs .left img{}
.aboutUs .right{
    width: 55%;
}
.aboutUs .right h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}
.aboutUs .right p{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
    color: #194A33;
}
.aboutUs .right ul{
    margin-bottom: 20px;
}
.aboutUs .right ul li{
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
    color: #194A33;
    display: flex;
    align-items: flex-start;
}
.aboutUs .right ul li .icon-check-circle{
    color: #f9be22;
    font-size: 16px;
    margin-right: 10px;
}
.aboutUs .right p a{
    color: #fff;
    padding: 10px 30px;
    background: #f9be22;
}
.aboutUs .right p a:hover{
    color: #000;
}











/* history */
.history {
    width: 100%;
    padding: 30px 0px;
    background: #010000;
}
.history span {
    font-size: 35px;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 50%;
    background: #fff;
    display: block;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    margin: 0 auto;
    color: #f9be22;
    margin-bottom: 10px;
    box-shadow:  0 0 10px #000;
}

.history h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.history h5 {
    font-size: 14px;
    font-weight: 400;
    color: #f9be22;
    text-align: center;
}






/************footer *************/
.footer{
    padding: 50px 0px 0px 0px;
    background: #010000;
}
.footer .footerLogo{
    width: 23%;
}
.footer .footerLogo h2{
    margin-bottom: 15px;
}
.footer .footerLogo h2 a{
    color: #efefef;
}
.footer .footerLogo h2 a img{
    background: #fff;
    border-radius: 50%;
    width: 50%;
    margin: 0 auto;
}
.footer .footerLogo p{
    color: #c5c5c5;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer .footerLogo .footerSocial{}
.footer .footerLogo .footerSocial ul {
    display: flex;
}
.footer .footerLogo .footerSocial ul li {
    margin-right: 15px;
}
.footer .footerLogo .footerSocial ul li a{
    color:#efefef;
}
.footer .footerLogo .footerSocial ul li a span{}
.footer .quickLink{
    width: 12%;
}
.footer .quickLink h4{
    color: #f9be22;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.footer .quickLink ul{}
.footer .quickLink ul li{
    display: block;
    margin: 12px 0px;
    font-size: 13px;
}
.footer .quickLink ul li a{
    color: #c5c5c5;
}
.footer .termsConditions{
    width: 12%;
}
.footer .termsConditions h4{
    color: #f9be22;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.footer .termsConditions ul{}
.footer .termsConditions ul li{
    display: block;
    margin: 12px 0px;
    font-size: 13px;
}
.footer .termsConditions ul li a{
    color: #c5c5c5;
}
.footer .footerContact{
    width: 40%;
}
.footer .footerContact h4{
    color: #f9be22;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.footer .footerContact .contactUsInfo .contactUsInfoPhone .contactUsIcon span{
    font-size: 25px;
    margin-right: 15px;
    color: #c5c5c5;
}
.footer .footerContact .contactUsInfo .contactUsInfoPhone .contactUscontent span{
    margin-right: 15px;
    color: #c5c5c5;
    font-size: 13px;
}
.footer .footerContact .contactUsInfo .contactUsInfoPhone .contactUsIcon span.icon-room,
.footer .footerContact .contactUsInfo .contactUsInfoPhone .contactUsIcon span.icon-envelope,
.footer .footerContact .contactUsInfo .contactUsInfoPhone .contactUsIcon span.icon-phone{
    color: #f9be22;
}
.footerbottom{
    padding: 20px;
    /* background: rgb(37 38 43); */
    margin-top: 20px;
    border-top: 1px solid #f9be22;
}
.footerbottom p{
    font-size: 13px;
    font-weight: 500;
}






.hmProduct{
    padding: 30px 0;
    background: #ddd;
}
.sinProduct{
    background: #fff;
    padding: 30px 0;
    margin-top: 10px;
}
.sinProduct .container{
    align-items: flex-start;
}

.sinProduct .left{
    width: calc(50% - 20px);
    background: #fff;
    padding-right: 20px;
}
.hmProduct .left{
    width: calc(50% - 40px);
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 20px;
}
.hmProduct .right{
    width: calc(50% - 40px);
    border-left: 1px solid #ddd;
    background: #fff;
    padding: 20px;
}
.sinProduct .right{
    width: calc(50% - 20px);
    border-left: 1px solid #ddd;
    background: #fff;
    padding-left: 20px;
}
.hmProduct .right h3,
.sinProduct .right h3{
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 500;
}
.hmProduct .right p span.save,
.sinProduct .right p span.save{
    background: #010000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
}
.sinProduct .right p span.stock{
    background: #194A33;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 5px;
}
.hmProduct .right .natureSocial,
.sinProduct .right .natureSocial{
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.hmProduct .right .natureSocial a,
.sinProduct .right .natureSocial a{
    color: #6e8d3f;
    font-size: 15px;
}
.hmProduct .right .natureSocial ul li,
.sinProduct .right .natureSocial ul li{
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.hmProduct .right .natureSocial ul li a ,
.sinProduct .right .natureSocial ul li a {
    color: #000;
}
.sinProduct .right .share{
    margin-bottom: 20px;
}
.sinProduct .right .share h5{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.sinProduct .right .share ul li{
    width: 35px;
    height: 35px;
    background: #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
.sinProduct .right .share ul li a{
    color: #000;
}
.hmProduct .right .rev,
.sinProduct .right .rev{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.hmProduct .right .rev ul li span,
.sinProduct .right .rev ul li span{
    color: #f9be22;
}
.sinProduct .right > p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.hmProduct .right .rev p,
.sinProduct .right .rev p{
    font-size: 15px;
    margin-left: 10px;
}
.hmProduct .right .size,
.sinProduct .right .size{
    margin-bottom: 15px;
}
.hmProduct .right .size h5,
.sinProduct .right .size h5{
    font-size: 15px;
    margin-bottom: 8px;
}
.hmProduct .right .size .sizeVal span,
.sinProduct .right .size .sizeVal span{
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}
.hmProduct .right .size .sizeVal span.active,
.sinProduct .right .size .sizeVal span.active{
    background: #ddd;
    border: 1px solid #6e8d3f;
}
.hmProduct .right .price,
.sinProduct .right .price{
    margin-bottom: 15px;
}
.hmProduct .right .price h5,
.sinProduct .right .price h5{
    font-size: 15px;
    margin-bottom: 8px;
}
.hmProduct .right h5 input.priceMoney{
    font-size: 22px;
    font-weight: 400;
    color: #f9be22;
    border: none;
}
.hmProduct .right .price h5 span,
.sinProduct .right .price h5 span,
.sinProduct .right .price h5 input{
    font-size: 22px;
    font-weight: 400;
    color: #f9be22;
    border: none;
}
.hmProduct .right .Quantity,
.sinProduct .right .Quantity{
    margin-bottom: 20px;
}
.hmProduct .right .Quantity h5,
.sinProduct .right .Quantity h5{
    font-size: 15px;
    margin-bottom: 8px;
}
.hmProduct .right .Quantity .QuantityVal,
.sinProduct .right .Quantity .QuantityVal{
    margin-left: 10px;
}
.hmProduct .right .Quantity .QuantityVal span,
.sinProduct .right .Quantity .QuantityVal span{
    display: inline-block;
    padding: 5px 12px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
}
.hmProduct .right .Quantity .QuantityVal input,
.sinProduct .right .Quantity .QuantityVal input{
    display: inline-block;
    padding: 9px;
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
    width: 20px;
    text-align: center;

}
.hmProduct .right .buy ,
.sinProduct .right .buy {
    display: flex;
    gap: 2%;
    margin-bottom: 15px;
}
.hmProduct .right .buy input,
.sinProduct .right .buy input{
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    background: #000;
    width: 49%;
    border: none;
    color: #fff;
}
.hmProduct .right .buy input:nth-child(2),
.sinProduct .right .buy input:nth-child(2){
    display: inline-block;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    background: #f9be22;
    width: 49%;
    border: none;
    color: #fff;
}
.description{
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    margin-bottom: 5px;
}
.description h5{
    padding: 15px;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
}
.description .descr{
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    display: none;
    text-align:justify;
}
.description .descr.active{
    display: block;
    border-bottom: 1px solid #e0e0e0;
}






.installDataLeft {
    width: 100%;
}
.installDataLeft .dataSlider .sliderLeft {
    width: 100%;
}
.installDataLeft .dataSlider .sliderLeft .images {
    width: 12%;
    margin-right: 15px;
}
.installDataLeft .dataSlider .sliderLeft .images .singImg:last-child {
    margin-bottom: 0px;
}
.installDataLeft .dataSlider .sliderLeft .images .singImg video ,
.installDataLeft .dataSlider .sliderLeft .images .singImg img {
    width: 100%;
    height: 58.2px;
    cursor: pointer;
    padding: 2px;
    border: 1px solid #ddd;
    object-fit: cover;
}
.installDataLeft .dataSlider .sliderLeft .images .singImg video.active,
.installDataLeft .dataSlider .sliderLeft .images .singImg img.active{
    border: 3px solid #939393;
}
.installDataLeft .dataSlider .sliderLeft .showImg {
    width: 88.5%;
    height: 415px;
    padding: 2px;
    border: 1px solid #ddd;
    position: relative;
    margin-left: 0.5%;
    overflow: hidden;
    transition: 0.4s all ease;
}
.installDataLeft .dataSlider .sliderLeft .showImg video ,
.installDataLeft .dataSlider .sliderLeft .showImg img {
    height: 100%;
    object-fit: cover;
}
.installDataLeft .dataSlider .sliderLeft .showImg:hover  img{
   transform: scale(1.5);
   transition: 0.4s all ease-in-out;
}
.installDataLeft .dataSlider .sliderLeft .showImg .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    padding: 6px 8px 3px 8px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}
.installDataLeft .dataSlider .sliderLeft .showImg .next {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #ddd;
    padding: 6px 8px 3px 8px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}









/**** Shop ****/
/**************/
/***********best seller*******/

.bestSeller{
	margin-bottom: 30px;
}
.bestSeller .products{
    flex-wrap: wrap;
    align-items: flex-start;
    width:100%;
    gap:1%;
}
.bestSeller .products .product{
    width: 23.5%;
    border: 1px solid #ddd;
    position: relative;
    margin-bottom: 20px;
}
/* .bestSeller .products .product::before{
    content: "30% Discount";
    background: #f9be22;
    padding: 8px 12px;
    font-size: 11px;
    position: absolute;
	left: -5px;
    color: #fff;
    font-weight: 700;
    top: 10px;
}
.bestSeller .products .product::after{
    content: "";
    border-left: 3px solid rgb(109 49 49 / 0%);
    border-right: 3px solid rgb(226 146 0);
    border-bottom: 3px solid rgb(255 175 175 / 0%);
    border-top: 3px solid rgb(226 146 0);
    position: absolute;
    left: -6px;
    top: 43px;
} */
.bestSeller .products .productImg{
    width: calc(100% - 20px);
    height: 225px;
    padding: 10px;
}
.bestSeller .products .product img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.bestSeller .products .productContent {
    background: #f7f7f7;
    padding: 10px;
}
.bestSeller .products .productContent > h4{
    margin-bottom: 10px;
	color: #000;
	font-size: 13px;
    font-weight: 500;
}
.bestSeller .products .productContent > h4 a{
	color: #000;
}
.bestSeller .products .productContent > h4 a:hover{
	color: #f9be22;
    border-bottom: 1px solid #f9be22;
}
.bestSeller .products .productContent > p{
    font-size: 13px;
    margin: 0px 0px 15px 0px;
	font-weight: 200;
}
.bestSeller .products .productContent .reviewPrice{}
.bestSeller .products .productContent .reviewPrice h5 span{
    color: #f9be22;
	font-size: 13px;
}
.bestSeller .products .productContent .reviewPrice .price{
    margin-bottom: 15px;
}
.bestSeller .products .productContent .reviewPrice .price p {
    color: #000;
    font-weight: 700;
	text-align: center;
}
.bestSeller .products .productContent .reviewPrice .price p s{
    color: #444;
    font-weight: 300;
    font-size: 13px;
	margin-right: 10px;
}
.bestSeller .products .productContent .CartQuntity{}
.bestSeller .products .productContent .CartQuntity .qntity{
    width: 15%;
}
.bestSeller .products .productContent .CartQuntity .qntity input{
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px 7px 7px 20px;
    outline: none;
	margin-right: 10px;
	border-radius: 5px;
}
.bestSeller .products .productContent .CartQuntity .pCart{
    background: #f9be22;
    text-align: center;
    padding-top: 5px;
    color: #fff;
	padding: 6px 15px;
	border-radius: 5px;
}
.bestSeller .products .productContent .CartQuntity .pCart span{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 12px;
}

/**** Shop ****/
/**************/
.shopPage{
    background: #e0e0e0;
    padding: 50px 0;
}
.shopPage .allProduct{
    background: #fff;
    padding: 20px;
}
.shopPage .allProduct h1{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}
.shopPage .allProduct h2{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.shopPage .allProduct > p{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}







.title{
    background: #010000;
    padding: 40px 0;
}
.title h1{
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}



.about{
    padding: 50px 0 ;
}
.about .left{
    width: 45%;
}
.about .left img{}
.about .right{
    width: 52%;
}
.about .right h5{
    font-size: 14px;
    font-weight: 500;
    color: #f9be22;
    margin-bottom: 20px;
}
.about .right h1{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 30px;
}
.about .right p{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #010000;
    margin-bottom: 20px;
}
.about .right p a{
    color: #fff;
    padding: 10px 30px;
    background: #f9be22;
    border-radius: 3px;
    display: inline-block;
}
.about .right p a:hover{
    color: #000;
}





.ourMis{
    padding: 50px 0;
}
.ourMis .left{
    width: 48%;
    backgroun: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
}
.ourMis .left .content{
    background: #fff;
    padding: 30px;
}
.ourMis .left .content h2{
    font-size: 35px;
    font-weight: 700;
    color: #f9be22;
    margin-bottom: 25px;
}
.ourMis .left .content p{
    font-size: 14px;
    line-height: 26px;
    color: #010000;
    margin-bottom: 15px;
    text-align: justify;
}
.ourMis .left .content p a{
    color: #010000;
}
.ourMis .left .content p a:hover{
    color: #f9be22;
}







.comingSoon{}
.comingSoon h2{
    font-size: 40px;
    font-weight: 500;
    color:#010000;
    text-align: center;
    margin-bottom: 30px;
}
.comingSoon .coming{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: center;
}
.comingSoon .coming .single{
    width: calc(23% - 70px);
    padding: 35px;
}
.comingSoon .coming .single img{}
.comingSoon .coming .single h5{
    text-align: center;
    color: #f9be22;
    font-weight: 600;
    margin-bottom: 10px;
}
.comingSoon .coming .single p{
    text-align: center;
}



.conlocHo{
    padding: 80px 0;
}
.conlocHo .sinCon{
    width: 28%;
    background: #010000;
    border-radius: 10px;
    padding: 25px;
}
.conlocHo .sinCon h2{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.conlocHo .sinCon .phone{}
.conlocHo .sinCon .phone a{
    color: #f9be22;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    display: inline-block;
}
.locMsg{
    padding: 50px 0;
}
.locMsg .left{
    width: 45%;
}
.locMsg .right{
    width: 45%;
}


.contactForm form{
    width: 100%;
    margin: 0 auto;
    /*background: linear-gradient(#ffffffed, #ffffff82), url('img/ourservicesbg.jpg');*/
    /*padding: 50px;*/
}
.contactForm form h1{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.contactForm form .name,
.contactForm form .phone{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.contactForm form .name input{
    width: 46%;
    border: 1px solid #ddd;
    padding: 13px;
    border-radius: 3px;
}
.contactForm form .phone input{
    width: calc(100% - 26px);
    border: 1px solid #ddd;
    padding: 13px;
}
.contactForm form .phone textarea{
    width: calc(100% - 26px);
    border: 1px solid #ddd;
    padding: 13px;
}
.contactForm form input[type="submit"]{
    background: #f9be22;
    border: none;
    color: #010000;
    padding: 15px 35px;
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
}









.testimonial{
    padding: 30px 0;
    background: #e0e0e0;
}
.slider{}
.slider .item{
    margin: 0 8px;border: 1px solid #ddd;padding: 20px;height: 220px;border-radius: 5px;
    background: #fff;
}
.slider .item .head{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 15px;}
.slider .item .head img{width: 55px;}
.slider .item .head .data{margin-left: 8px;}
.slider .item .head .data h3{font-size: 14px;color: #5d6f80;font-weight: 600;}
.slider .item .head .data ul{display: flex;}
.slider .item .head .data ul li{color: #ea7000;}
.slider .item .head .data h6{font-size: 10px;font-weight: 500;}
.slider .item .head img.location{width: 20px;}
.slider .item p{font-size: 13px;line-height: 24px;}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    padding: 4px;

}
.slick-dots li.slick-active button {
   background: #3498db;

}




.Discount{
    background: #f9be22;
    padding: 8px 12px;
    font-size: 11px;
    position: absolute;
	left: -5px;
    color: #fff;
    font-weight: 700;
    top: 10px;
}



















.viewpro{
    padding: 100px 0px;
    background: #fcfcfc;
}
.viewpro table{
    border: 1px solid #ddd;
    width: 100%;
margin-bottom: 40px;
}
.viewpro table thead{
    background: #f9be22;
}
.viewpro table thead tr{}
.viewpro table thead tr th{
    padding: 8px 0px;
    color: #fff;
    
}
.viewpro table tbody{}
.viewpro table tbody tr{}
.viewpro table tbody tr:nth-child(even){
    background: #f9f9f9;
}
.viewpro table tbody tr td{
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 10px;


}
.viewpro table tbody tr input[type="submit"]{
    padding: 9px 13px;
    background:#f9be22;
    border: none;
    color:#fff;
    cursor:pointer;
}
.viewpro table tbody tr input[type="number"]{
    width: 55px;
    padding: 9px 9px;
    background: #fff;
    border: 1px solid #ddd;
}
.viewpro table tbody tr:last-child td{
    border-bottom: none;
}
.viewpro table tbody tr td .proimg{
    width: 100px;
    margin-right: 10px;
    border: 1px solid #ddd;
}
.viewpro table tbody tr td h5{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.viewpro table tbody tr td span.icon-plus,
.viewpro table tbody tr td span.icon-minus{
    background: #fff;
    color: #f9be22;
    padding: 8px 10px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 10px #ddd;
}
.viewpro table tbody tr td span.qntity{
    margin: 0 12px;
    font-size: 20px;
    font-weight: 600;
}
.viewpro table tbody tr td a,
.viewpro table tbody tr td button{
    color: #d6085e;
    font-size: 25px;
    display: inline-block;
     margin-top: 5px;
     border: none;
    background: #00000000;
    cursor:pointer;
}
.viewpro table tbody tr td a.updt{
    border: none;
    background: #f9be22;
    color: #fff;
    padding: 11px 25px;
    box-shadow: 0 0 10px #ddd;
    transition: 0.5s all ease;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13px;
}


.couponupdate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.couponupd{}
.couponupd input[type="text"]{
    background: #f9be22;
    border: none;
    border-bottom: 1px solid #f9be22;
    padding: 10px 15px;
    margin-right: 10px;
    cursor: pointer;
}
.couponupd input[type="submit"],
.updt input[type="submit"]{
    border: none;
    background: #f9be22;
    color: #fff;
    padding: 11px 25px;
    box-shadow: 0 0 10px #ddd;
    transition: 0.5s all ease;
    cursor: pointer;
    border-radius: 3px;
}
.couponupd input[type="submit"]:hover,
.updt input[type="submit"]:hover,
.viewpro .right form input[type="submit"]{
    box-shadow: 0 10px 10px #ddd;
}



.baskettotal{
    display: flex;
    justify-content: flex-end;
}
.baskettotal .proced{
    border: 1px solid #ddd;
    padding: 40px;
}
.baskettotal .proced h4{
    font-size: 28px;
    font-weight: 500;
    color: #f9be22;
    margin-bottom: 15px;
}
.baskettotal .proced .subt{
    width: 300px;
    background: #f9be22;
    border-bottom: 1px solid #fff;
    padding: 12px 15px;

}
.subt{
    width: 300px;
    background: #f9be22;
    border-bottom: 1px solid #f9be22;
    padding: 12px 15px;
}
.subt p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subt p span.Subtotal{
    font-weight: 700;
}
.baskettotal .proced a{
    width: 330px;
    background: #f9be22;
    color: #000;
    display: block;
    padding: 12px 0;
    text-align: center;
}



.footermenu {
    display: none;
}