:root {
    --text-color: #000000;
    --white-color: #ffffff;
    --light-color: #637d7a;
    --theme-font: "Raleway", sans-serif;
    --text-font: "Roboto", serif;
    --font-extra-light: 200;
    --font-light: 300;
    --font-normal:400;
    --font-medium:500;
    --font-semibold:600;
    --font-bold:700;
    --font-extra-bold:800;
    --font-black:900;

}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.modal-backdrop.show {
    display: none !important;
  }

  .product_img_cls img {

    width: 177px;
    height: 107px;
  }
.review_product_image img {

    width: 120px;
    height: 100px;
  }
html, body{
    padding: 0;
    margin: 0;
    width: 100%;
}

a{
    text-decoration: none !important;
    cursor: pointer !important;
}


h1,h2,h3,h4,h5,h6,p,ul,li,a,span{
    padding: 0;
    margin: 0;
}

.container{
    width: 1430px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}




.vvc-paw-navbar{
    position: relative;
    z-index: 999999;
}

.vvc-header .container{
    z-index: 1;
    position: relative;
}

.vvc-header{
    background-color: transparent;
    padding: 20px 0;
    position: relative;
}

.vvc-header::before{
    background-color: #f7f7f7;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 170px;
}

.vvc-logo-user-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.vvc-logo-user-wrap .vvc-user{
    border-left: solid 1px #ddd;
    padding-left: 50px;
}

.vvc-logo-user-wrap .vvc-user.dropdown button{
    display: flex;
    border: none;
    align-items: center;
    background-color: transparent;
}

.vvc-logo-user-wrap .vvc-user button img{
    margin-right: 25px;
}

.vvc-logo-user-wrap .vvc-user.dropdown button .use-details{
    display: flex;
    flex-direction: column;
    font-size: 24px;
    font-family: "Raleway", serif;
    font-weight: 700;
    text-align: left;
    color: #062632;
}

.vvc-logo-user-wrap .vvc-user.dropdown button .use-details span{
    font-size: 16px;
}

.vvc-navbar{
    background-color: #c11a2f !important;
    padding: 0;
    position: relative;
}

.vvc-navbar ul{
    width: 100%;
}

.vvc-navbar ul li{
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    border-left: solid 2px #b6172b ;
    border-right: solid 2px #cb2136 ;
}

.vvc-navbar ul li:first-child{
    border-left: none;
}

.vvc-navbar ul li:last-child{
    border-right: none;
}

.vvc-navbar ul li a{
    font-family: "Roboto", serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
}

.vvc-navbar ul li a.active{
    color: #ffffff !important;
}

.vvc-navbar ul li a i{
    font-size: 18px;
    padding-bottom: 10px;
}
.vvc-header-shadow-wrap{
    position: relative;
    width: 100%;
}
.vvc-header-shadow{
    position: absolute;
    opacity: 0.8;
    top: 0;
    width: 100%;
}

.vvc-content-wrap{
    /* padding-top: 105px; */
    padding-top: 140px;
    background-image: url(../image/Bg.jpg);
    margin-top: -65px;
    background-repeat: no-repeat;
    padding-bottom: 155px;
    position: relative;
}

.vvc-content-wrap::before{
    position: absolute;
    left: 55px;
    bottom: 0;
    content: "";
    background-image: url("../image/B-1.png");
    width: 310px;
    height: 95px;

}

.vvc-content-wrap::after{
    position: absolute;
    right: 55px;
    bottom: 5px;
    content: "";
    background-image: url("../image/B-2.png");
    width: 410px;
    height: 115px
}

.btn-vvc{
    border-radius: 50px !important;
    background-color: #e7d4ce !important;
    color: #062632 !important;
    padding: 20px 52px !important;
    font-size: 18px !important;
    font-family: "Roboto", serif !important;
    font-weight: 700 !important;
    transition: background-color 1s !important;
    line-height: normal !important;
    text-transform: uppercase !important;
    width: fit-content !important;
    margin: 0 auto !important;

}

.btn-vvc:hover, .btn-vvc:focus, .btn-vvc:active {
    background-color: #dd692f !important;
    color: #fff !important;
}


.btn-vvc-blue{
    background-color: #1dafe3;
    color: #ffffff;
}



.vvc-order-new-wrap{
    /* padding-top: 40px; */
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-new-order{
    font-size: 24px;
    background-color: #1dafe3;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    padding: 28px 105px 28px 52px;
}

.btn-new-order i{
    font-size: 55px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.vvc-new-markew{
    font-family: "Raleway", serif;
    font-size: 18px;
    color: #13a0d9;
    font-weight: 900;
    font-style: italic;

}

.vcc-main-btn-wrap{
    background-color: #ffffff;
    border-radius: 15px;
    filter: drop-shadow(0 0 16px rgba(2,2,2,0.11));
    padding: 40px 30px;
    margin-bottom: 80px ;
}

.vcc-dash-main-btn{
    border-radius: 15px;
    background-image: linear-gradient(0deg, rgba(229, 248, 255, 0.9999999999999999) 0%, rgba(229, 248, 255, 0) 100%);
    box-shadow: 0 27px 0px 13px rgba(0, 0, 0, 0.01), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 15px;
    text-align: center;
    transition: all ease 0.2s;
    position: relative;
}

.vcc-dash-main-btn::after{
    width: 75%;
    height: 10px;
    position: absolute;
    content: "";
    border-radius: 12px;
    background-color: #1dafe4;
    opacity: 0.400;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    z-index: -1;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.vcc-dash-main-btn:hover{
    transform: scale(1.05);
}

.vcc-dash-main-btn .vvc-main-btn-icon img{
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}


.vcc-dash-main-btn  .vvc-main-btn-name{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #094861;
    font-weight: 900;
    font-family: "Roboto", serif;
}

.vcc-dash-main-btn .vvc-main-btn-number{
    margin-top: 22px;
    display: flex;
    justify-content: center;
}

.vcc-dash-main-btn .vvc-main-btn-number span{
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1dafe4;
    font-weight: 900;
    font-family: "Roboto", serif;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 3px #fff, 0 0px 0px #666, inset 0 -3px 8px rgba(0, 0, 0, 0.3), inset 0 1px 0px rgba(255, 255, 255, 0.3);

}

.vvc-info-grid-col{
    position: relative;
    padding: 45px;
    text-align: center;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvc-info-grid-col .vvc-info-inner{
    z-index: 1;
}

.vvc-info-grid-col img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


.vvc-info-grid-wrapper .vvc-info-grid-col .vvc-info-inner h2{
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Raleway", serif;
    text-align: center;
}

.vvc-info-grid-wrapper .vvc-info-grid-col .vvc-info-inner p{
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Raleway", serif;
    text-align: center;
}

.vvc-info-grid-wrapper .vvc-info-grid-col .vvc-info-inner h3{
    font-size: 36px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Raleway", serif;
}

.vvc-info-grid-wrapper .vvc-info-grid-col .vvc-info-inner hr{
    border: 1px dashed #e7d4ce;
    width: 120px;
    margin: 16px auto;
}


.vvc-info-not-mid{
    align-items: flex-start;
}

.vvc-info-btm-help{
    border-radius: 40px;
    filter: drop-shadow(0px -16px 8px rgba(0, 0, 0, 0.35));
    box-shadow: inset 0px -6px 13.5px rgba(0, 0, 0, 0.35);
    background-color: #1382aa;
    position: absolute;
    width: 88%;
    height: 178px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.vvc-info-icon{
    width: 90px;
    height: 90px;
    border-radius: 45px;
    filter: drop-shadow(0px 16px 8px rgba(0, 0, 0, 0.35));
    background-color: #ffffff;
    font-size: 36px;
    margin: -38px auto 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer{
    background-color: #393939;
    padding: 35px 0;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway", serif;
    letter-spacing: 1px;
    font-size: 14px;
}



.vvc-innwe-h1{
    font-size: 36px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 800;
    font-family: "Raleway", serif;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #e7d4ce;
    padding: 35px 55px;
    width: fit-content;
    margin-top: -40px;
    margin-bottom: 55px;
}

.vvc-inner-h1-wrap{
    display: flex;
    justify-content: center;
}

.vvc-inner-content-wrap{
    padding: 25px 130px 110px 130px;
}

.vvc-text-center{
    text-align: center;
}

.vcc-new-order-submit-btn-list-wrap{
    display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

.vcc-new-order-submit-btn-list-wrap a{
    flex: 45%;
    margin: 10px 25px 15px;
    font-size: 18px;
    background-color: #1dafe3;
    color: #ffffff;
    position: relative;
    letter-spacing: 1px;
    text-align: left;
}

.vcc-new-order-submit-btn-list-wrap a i {
    font-size: 35px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.vvc-inner-content-wrap h4{
    font-size: 24px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 600;
    font-family: "Raleway", serif;
    margin-bottom: 20px;
}

.vvc-inner-content-wrap p{
    font-size: 18px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 500;
    font-family: "Raleway", serif;
    text-align: center;
}


.vvc-inner-content-wrap hr{
    border: 1px dashed #b1bbbf;
    margin: 16px auto;
    width: 60%;
}

.vvc-inner-form-wrap{
    padding-top: 60px;
}

.vvc-inner-form-wrap input{
    height: 54px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d9e2e5;
    padding-left: 20px;
    margin-bottom: 25px;
}

.vvc-inner-form-wrap input::placeholder{
    font-size: 16px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 400;
    font-family: "Roboto", serif;
}


.vvc-radio-wrap{
    text-align: left;
}

.vvc-radio-wrap input{
    height: 1em;
    width: 1em;
    padding: 0;
}

.vvc-btn-group-wrap{
    padding-top: 100px;
}

.vvc-btn-group-wrap .vvc-btn-group:first-child{
    text-align: left;
}

.vvc-btn-group-wrap .vvc-btn-group:last-child{
    display: flex;
    justify-content: space-between;
}

.vvc-btn-group-wrap .vvc-btn-group:last-child a{
    flex: 35%;
    margin: 0 0 0 10px;
}

.vvc-form-step {
    border-radius: 73px;
    filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.08));
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 65px;
}

.vvc-form-step ul{
    list-style-type: none;
    display: flex;
}

.vvc-form-step ul li{
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    font-size: 12px;
    letter-spacing: 0px;
    color: #062632;
    font-weight: 800;
    font-family: "Raleway", serif;
    text-align: center;
}

.vvc-form-step ul li span{
    width: 67px;
    height: 67px;
    border-radius: 34px;
    background-color: #ececec;
    border: 5px solid #cccdce;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #828282;
    position: relative;
    margin-bottom: 10px;
}

.vvc-form-step ul li:nth-child(odd):after{
    position: absolute;
    content: url("../image/list-arrow-odd.png");
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;

}

.vvc-form-step ul li:nth-child(even):after{
    position: absolute;
    content: url("../image/list-arrow-even.png");
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
}

.vvc-form-step ul li:last-child:after{
    display: none;
}

.vvc-form-step ul li.active span{
    background-color: #1eade5;
    border: 5px solid #f1f0f0;
}

.vvc-form-step ul li.active span{
    color: #ffffff;
}



/* Login */

/* .vvc-login-html, .vvc-login-body, .vvc-login{
    height: 100%;
} */

.vvc-login-wrap {
    display: flex;
}

.vvc-login-wrap .vvc-login-left{
    width: 55%;
}

.vvc-login-wrap .vvc-login-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vvc-login-wrap .vvc-login-right{
    width: 45%;
    padding: 65px;
}

.login-logo-wrap{
    text-align: center;
    margin-bottom: 150px;
}

.login-form-wrap{
    padding: 0 45px;
    text-align: center;
}

.login-form-wrap h1{
    font-size: 30px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 800;
    font-family: "Raleway", serif;
    margin-bottom: 55px;
}

.login-form-wrap form input{
    height: 65px;
    border-radius: 10px;
    background-color: #ffffff  !important;
    border: 1px solid #d1dde1;
    padding-left: 80px;
}

.login-form-wrap form input::placeholder{
    font-size: 16px;
    letter-spacing: 1px;
    color: #062632;
    font-weight: 300;
    font-family: "Roboto", serif;
}

.login-form-wrap form .icon-tt{
    position: relative;
}

.login-form-wrap form .icon-tt i{
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cabeba;
}

.vvc-forgot a{
    font-size: 16px;
    letter-spacing: 1px;
    color: #3babcb !important;
    font-weight: 700;
    font-family: "Roboto";
}

.vcc-account{
    font-size: 16px;
letter-spacing: 1px;
color: #062632;
font-weight: 300;
font-family: "Roboto";
}

.vcc-account a{
    font-size: 16px;
    letter-spacing: 1px;
    color: #3babcb !important;
    font-weight: 700;
    font-family: "Roboto";
}


.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu{
    background-color: #062632;
    border-radius: 18px;
    padding: 18px 15px;
    /* transform: translate(50px, 91px) !important; */
}

.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #062632;
    top: -10px;
    right: 30px;
}

.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu li a{
    color: #fff;
    border-bottom: dashed 1px #ffffff30;
}

.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu li a i{
    margin-right: 20px;
}

.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu li:last-child a{
    border-bottom: none;
}

.vvc-logo-user-wrap .vvc-user.dropdown .dropdown-menu li a:hover{
    background-color: transparent;
    color: #1dafe3;
}


/* Order Detail */
.pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap .orderHeader .orderIdDeatil h3{    
    font-weight: bold;
    font-size: 30px;
    color: #fff;    
}
  

  .pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap .pick-order-status-header{
    display: flex;
    align-items: center;
    background: #555a5f;
    padding: 20px;
    border-radius: 10px;
    color: #ffff;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap .pick-order-status-header .hold_order .btn-vvc{
    padding: 10px 24px !important;
    background-color: #dd692f !important;
    color: #fff !important;
    font-size: 15px !important;
    letter-spacing: 1px;
  }

  .pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap .order-status-wrap{
    flex-direction: column;
    padding-left: 40px;
    position: relative;
  }



  
.status-timeline-wrap{
    flex-direction: column;
    padding-left: 40px;
    position: relative;
  }
  /* 
  .status-timeline-wrap:before{
    position: absolute;
    height: 100%;
    width: 3px;
    content: "";
    top: 6px;
    left: 9px;
    background-color: #b1bbbf;
    border-radius: 50px;
    bottom: 0;
    z-index: -1;
  }
  
  .status-timeline-wrap:after{
    position: absolute;
    height: 57px;
    width: 3px;
    content: "";
    left: 9px;
    background-color: #ffffff;
    border-radius: 50px;
    bottom: -11px;
    z-index: -1;
  } */
  
  .status-timeline-wrap .timelime-item {
    position: relative;
  }
  
  .status-timeline-wrap .timelime-item label{
    padding: 2px 10px !important;
    height: auto !important;
    margin-bottom: 0;
  }
  
  .status-timeline-wrap .timelime-item:before{
    position: absolute;
    height: 13px;
    width: 13px;
    content: "";
    top: 40%;
    left: -36px;
    background-color: #b1bbbf;
    border-radius: 50px;
    transform: translateY(-50%);
  }
  
  .status-timeline-wrap .timelime-item:after{
    position: absolute;
    height: 100%;
    width: 3px;
    content: "";
    top: 32px;
    left: -31px;
    background-color: #b1bbbf;
    border-radius: 50px;
    transform: translateY(-50%);
  }
  
  .status-timeline-wrap .timelime-item.active_class:last-child:after{
    display: none;
  }
  
  .status-timeline-wrap .timelime-item:last-child:after{
    top: auto;
    bottom: 0;
  }
  
  
  .status-timeline-wrap .timelime-item.active_class:after{
    background-color: #1C89E3;
  }
  
  
  
  .status-timeline-wrap .timelime-item i{
    position: absolute;
    left: -36px;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 99;
  }
  
  
  
  
   .status-timeline-wrap .timelime-item.active_class:before{
    width: 23px;
    height: 23px;
    left: -41px;
    background: #fff;
    border: solid 2px #1C89E3;
    background-color: #1C89E3;
  }
  
  /*
  .status-timeline-wrap .timelime-item.active_class::after{
    position: absolute;
    height: 100%;
    width: 3px;
    content: "";
    top: 17px;
    left: -31px;
    background-color: #1C89E3;
    border-radius: 50px;
  } */
  
  
  
  .status-timeline-wrap .timelime-item.active_class:last-child:after{
    display: none;
  }

  
  

.order-boreder-outer-wrap{
    padding: 40px;
    border: dashed 1px #cabeba99;
    border-radius: 15px;
}

.pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap h4{
    margin-bottom: 25px;
    margin: 0;
    background: #b1bbbfb0;
    border: solid 1px #b1bbbf;
    border-radius: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex
;
    justify-content: space-between;
    color: #062632;
    margin-bottom: 25px;
}


.pick-order-status-details .vvc-new-submit-order .pick-order-table-struc p{
    border-bottom: solid 1px #e1e1e1;
    margin: 10px auto;
    padding-bottom: 10px;
}

.pick-order-status-details .vvc-new-submit-order .pick-order-table-struc p:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pick-order-status-details .vvc-new-submit-order .order-boreder-outer-wrap .product_review_ul{
    display: flex    ;
        flex-direction: column;
        padding-left: 0;
}

.pick-order-status-details .vvc-new-submit-order .order-boreder-outer-wrap .product_review_ul li{
    width: 100% !important;
    padding: 15px 0 !important;
    border-bottom: 1px dashed #ccc !important;
    border-top: none !important;
    margin-bottom: 10px !important;
    cursor: pointer !important;
    position: relative !important;
    display: flex;
    align-items: center;
    border-left: none !important;
    border-right: none !important;
}

.pick-order-status-details .vvc-new-submit-order .order-boreder-outer-wrap .product_review_ul li .review_product_image img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    object-fit: cover !important;
    margin-right: 25px;
}

.pick-order-status-details .vvc-new-submit-order .order-boreder-outer-wrap .product_review_ul li .vvc-product-cart-detail-info .product-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.pick-order-status-details .vvc-new-submit-order .order-boreder-outer-wrap .product_review_ul li:last-child {
    border: none !important;
    margin-bottom: 0 !important;
}


.modal {
    background: #000000e0;
}

.modal-content {
    border-radius: 20px !important;
    border: solid 6px #ffffff !important;
}

.modal-header {
    justify-content: space-between;
    background-color: #c11a2f !important;
    color: #fff;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    align-items: center !important;
}

.modal-body p {
    text-align: center;
    font-weight: 500;
    border-bottom: dashed 1px #e7d4ce;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.modal-body p:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.modal-header button {
    background: transparent;
    box-shadow: none;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border: solid 2px #ffffff52 !important;
    border-radius: 50px;
    color: #fff;
    position: relative;
    margin-right: 0px !important;
}

.modal-header button span {
    position: absolute;
    top: 46%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: #fff;
}


.modal .btn {
    padding: 12px 35px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    margin: 0 5px !important;
}

.btn-vvc-blue {
    background-color: #1dafe3 !important;
    color: #ffffff !important;
}

.modal-footer {
    justify-content: center !important;
}








/* Responsive */
.navbar-toggler{
    border: none;
    box-shadow: none;
    outline: unset;
}

.navbar-toggler i{
    color: #fff;
    font-size: 30px;
    margin: 15px 0;
}

.navbar-toggler:focus{
    box-shadow: none;
}


@media (max-width: 991px){
    .navbar .container-fluid{
        justify-content: flex-end;
    }
    .vcc-main-btn-wrap .col-md-3{
        width: 50%;
        flex: unset;
    }

    .vcc-dash-main-btn{
        margin-bottom: 40px;
    }

    .vvc-info-grid-wrapper{
        display: none;
    }

    .vvc-navbar ul{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .vvc-navbar ul li{
        border: none;
        padding: 5px;
        width: 25%;
        flex-grow: inherit;
        flex-basis: unset;
    }

    .vvc-navbar ul li a{
        /* border: solid 1px #fff; */
        border: 1px double #b6172b;
        outline: 2px solid #cb2136;
        outline-offset: -3px;
    }


    .vvc-login-wrap .vvc-login-left{
        width: 35%;
    }

    .vvc-login-wrap .vvc-login-left img{
        object-position: 30% 50%;
    }

    .vvc-login-wrap .vvc-login-right{
        width: 65%;
    }

    .vvc-inner-content-wrap{
        padding: 25px;
    }

    .vvc-form-step ul li:after{
        display: none;
    }

    .vvc-form-step{
        border-radius: 43px;
        padding: 20px;
    }
}

@media (max-width: 767px){
    .vvc-order-new-wrap{
        flex-direction: column-reverse;
    }

    .vvc-new-markew{
        margin-bottom: 35px;
    }

    .btn-new-order{
        padding: 16px 105px 16px 52px;
    }

    .btn-new-order i{
        font-size: 35px;
    }

    .vvc-login-wrap .vvc-login-left{
        display: none;
    }

    .vvc-login-wrap .vvc-login-right{
        width: 100%;
    }

    .login-logo-wrap{
        margin-bottom: 50px;
    }

    .login-form-wrap{
        padding-bottom: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    footer{
        padding: 20px 20px;
    }

    .vvc-innwe-h1{
        font-size: 26px;
    }

    .vvc-form-step ul li div{
        display: none;
    }

    .vvc-form-step ul li span{
        margin-bottom: 0;
    }

    .vvc-btn-group-wrap .vvc-btn-group:last-child a:first-child{
        margin-left: 0;
    }

    .vvc-btn-group-wrap .vvc-btn-group:first-child a{
        margin-bottom: 30px;
    }



}

@media (max-width: 614px){
    .vcc-main-btn-wrap .col-md-3{
        width: 100%;
        flex: unset;
    }

    .vvc-logo-user-wrap .vvc-user.dropdown button .use-details{
        display: none;
    }

    .vvc-navbar ul li{
        width: 50%;
    }

    .vvc-content-wrap::before{
        display: none;
    }

    .vvc-content-wrap::after{
        width: 90%;
        background-size: contain;
        background-position: center center;
        right: 0;
        left: 0;
        background-repeat: no-repeat;
        margin: 0 auto;
        bottom: 0;
    }

    .navbar-brand img{
        width: 80%;
    }

    .vvc-logo-user-wrap .vvc-user button img{
        margin-right: 0;
        width: 60px;
    }

    .vvc-logo-user-wrap .vvc-logo,  .vvc-logo-user-wrap .vvc-user{
        width: 50%;
    }

    .vvc-logo-user-wrap .vvc-user{
        display: flex;
    justify-content: flex-end;
    }

    .vvc-form-step ul li span{
        width: 47px;
        height: 47px;
        font-size: 20px;
    }

    .vvc-inner-content-wrap {
        padding: 0;
    }

    .vvc-form-step ul li{
        width: 25px;
    }

    .vvc-btn-group-wrap .vvc-btn-group{
        display: flex;
        flex-direction: column;
    }

    .vvc-btn-group-wrap .vvc-btn-group a {
        margin-bottom: 20px !important;
    }

    .vvc-btn-group-wrap{
        padding-top: 40px;
    }


    .pick-order-status-details .vvc-new-submit-order .vvc-inner-form-wrap .pick-order-status-header{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .order-boreder-outer-wrap{
        padding: 15px;
    }

    .vcc-main-btn-wrap{
        padding: 15px;
    }

    .vvc-inner-form-wrap{
        padding-top: 0px;
    }
}

@media (max-width: 364px){
    .vvc-login-wrap .vvc-login-right{
        padding: 30px;
    }


}

/* home */


a{
    text-decoration: none;
}


h1,h2,h3,h4,h5,h6,p,ul,li,a,span{
    padding: 0;
    margin: 0;
    font-family: "Roboto Condensed", serif;
    color: #282828;
    letter-spacing: 1px;
}

.vvc-paw-section h1{
    font-family: "Ubuntu", serif;
    font-size: 100px;
    font-weight: 700;
}

.vvc-paw-section h2{
    font-family: "Ubuntu", serif;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 45px;
}

.vvc-paw-section h3{
    font-family: "Ubuntu", serif;
    font-size: 30px;
    font-weight: 700;
}

.vvc-paw-section p{
    font-family: "Roboto Condensed", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 25px;
}

.vvc-paw-section .btn:hover{
    background-color: #c21f31;
    transition: all 0.1s ease-in-out;
    color: #fff;
}

.vvc-paw-section a:hover{
    color: #c21f31 !important;
}

.container-fluid{
    width: 95% !important;
}


.vvc-paw-navbar .navbar-nav{
    margin-left: auto;
}

.vvc-paw-navbar .navbar-nav li{
    padding:8px 70px !important;
}

.vvc-paw-navbar .navbar-nav li a{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.vvc-paw-navbar .navbar-nav li a.active{
    color: #c21f31;
}


.vvc-paw-btn-login{
    border-radius: 0 !important;
    width: 193px;
    height: 52px;
    background-color: #1eaeef !important;
    font-family: "Roboto Condensed", serif;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    border: none;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
}

.vvc-paw-btn-login:focus{
    box-shadow: none;
}

.vvc-paw-btn-login:hover{
    background-color: #c21f31 !important;
    color: #fff;
    outline: none;
    border: none;
}
.vvc-paw-btn-login:before{
    position: absolute;
    content: '';
    left: 15px;
    height: 100%;
    background-color: #1187bc;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg) translateX(-50%);
    width: 100px;
    top: 0;
    bottom: 0;

}

.vvc-paw-btn-login::after{
    position: absolute;
    content: '';
    width: 27px;
    height: 27px;
    background-image: url(../../home/images/login-icon.png);
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}


.vvc-paw-btn-login span{
    position: relative;
    left: 25px;
    color: #fff !important;
    font-family: "Roboto Condensed", serif;
    top: 6px;
}


.vvc-paw-banner{
    position: relative;
}

.vvc-paw-banner > img{
    width: 100%;
}



.vvc-paw-banner::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 115px;
    background-image: url("../../home/images/banner-bottom.png");
}

.vvc-paw-banner .container{
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 1580px;
    max-width: 100%;
}

.vvc-paw-banner .container .vvc-heigh-100{
    height: 100%;
}

.vvc-paw-banner .container .vvc-paw-banner-caption{
    transform: translateY(-50%);
    top: 45%;
    position: relative;
    padding-left: 75px;
    padding-top: 50px;
}

.vvc-paw-banner .container .vvc-paw-banner-caption::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-image: url(../../home/images/caption-bg.png);
    width: 860px;
    height: 434px;
    z-index: -1;
}

.vvc-paw-banner .container .vvc-paw-banner-caption h1{
    font-family: "Ubuntu", serif;
    font-size: 100px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 82px;
    padding-top: 40px;
}

.vvc-paw-banner .container .vvc-paw-banner-caption h2{
    font-family: "Ubuntu", serif;
    font-size: 82px;
    font-weight: 700;
    color: #fff;
    line-height: 82px;
}

.vvc-paw-banner .container .vvc-paw-banner-caption h1 span{
    font-size: 60px;
    color: #fff;
}

.vvc-paw-section .vvc-paw-btn-com{
    background-color: #1eaeef;
    font-family: "Roboto Condensed", serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 225px;
    height: 55px;
    border: none;
    border-radius: unset;
    text-transform: uppercase;
    color: #fff;
}




.vvc-paw-about{
    padding: 180px 0 90px;
    position: relative;
}

.vvc-paw-about img{
    width: 100%;
}

.vvc-paw-about:after{
    position: absolute;
    content: '';
    right: 0;
    width: 490px;
    height: 692px;
    background-image: url(../../home/images/paw-about.png);
    top: 75px;
    z-index: -1;
}


.vvc-paw-services{
    background-color: #f9f0e9;
    padding: 120px 0 150px;
    position: relative;
    background-image: url("../../home/images/services-bg.png");
}


.vvc-paw-services a{
    pointer-events: none;
    color:#282828;
}
.vvc-paw-services .col-md-4 .ser-mask-wrap{
    height: 400px;
}

/* .vvc-paw-services .col-md-4 .ser-mask-wrap{
    -webkit-transform: rotate(-15deg) scale(1);
    transform: rotate(-15deg) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    position: relative;
} */

.vvc-paw-services .col-md-4 .mask-serv-cover{
    position: relative;
    /* padding: 0 25px; */
    padding: 0;
}

/* .vvc-paw-services .col-md-4 .mask-serv-cover:before{
    position: absolute;
  content: "";
  background-image: url("../../images/back-mask.svg");
  width: 365px;
  height: 365px;
  left: 29px;
top: -37px;
  background-size: contain;
  background-repeat: no-repeat;
    -webkit-transform: rotate(-15deg) scale(1);
    transform: rotate(-15deg) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */

/* .vvc-paw-services .col-md-4:hover  .mask-serv-cover:before{
        -webkit-transform: rotate(15deg) scale(1.01);
    transform: rotate(15deg) scale(1.01);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
} */

/* .vvc-paw-services .col-md-4:hover  .ser-mask-wrap{
    -webkit-transform: rotate(15deg) scale(1.01);
    transform: rotate(15deg) scale(1.01);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}  */

.vvc-paw-services .col-md-4 .mask-serv-cover{
    min-height: 200px;
    margin-bottom: 45px;
    display: flex;
}

.vvc-paw-services .col-md-4 .mask-serv-cover .section-text {
    margin-top: 25px;
}

.serv-item-row{
    justify-content: center;
}


/* .vvc-paw-services .ser-mask-wrap{
    width: 80%;
    height: 300px;
    display: inline-block;
    overflow: hidden;

    /* SVG as mask (Data URL) 
    mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="2336.77px" height="2103.548px" viewBox="0 0 2336.77 2103.548" enable-background="new 0 0 2336.77 2103.548" xml:space="preserve"><path d="M38.786,1135.344c0,0-154.123-300.135,152.096-596.217c0,0,157.164-119.648,373.141-200.768	c0,0,465.414-197.725,552.621-249.438c87.199-51.713,317.369-136.887,618.52-54.755c301.15,82.133,899.398,409.645,424.859,1602.078	c0,0-308.256,785.826-1147.826,319.402c0,0-47.299-28.399-239.291-175.416c0,0-267.891-157.765-312.309-174.405	c0,0-208.877-124.713-241.322-181.5C219.274,1424.326,116.86,1335.101,38.786,1135.344z"/></svg>');
    mask-repeat: no-repeat;
    mask-size: cover;

    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="2336.77px" height="2103.548px" viewBox="0 0 2336.77 2103.548" enable-background="new 0 0 2336.77 2103.548" xml:space="preserve"><path d="M38.786,1135.344c0,0-154.123-300.135,152.096-596.217c0,0,157.164-119.648,373.141-200.768	c0,0,465.414-197.725,552.621-249.438c87.199-51.713,317.369-136.887,618.52-54.755c301.15,82.133,899.398,409.645,424.859,1602.078	c0,0-308.256,785.826-1147.826,319.402c0,0-47.299-28.399-239.291-175.416c0,0-267.891-157.765-312.309-174.405	c0,0-208.877-124.713-241.322-181.5C219.274,1424.326,116.86,1335.101,38.786,1135.344z"/></svg>');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
} */

.vvc-paw-services .ser-mask-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vvc-paw-services .text-center:hover h3{
    color: #c21f31;
}


.vvc-paw-get-in-touch{
    padding: 180px 0 90px;
    position: relative;
}

.vvc-paw-get-in-touch form input, .vvc-paw-get-in-touch form textarea{
    height: 80px;
    background-color: #f4f4f4;
    border-radius: 0;
    border: unset;
    padding: 10px 35px;
    font-size: 15px;
     font-style: italic;
}

.vvc-paw-get-in-touch form input::placeholder, .vvc-paw-get-in-touch form textarea::placeholder{
    color: #282828;
    font-style: italic;
}

.vvc-paw-get-in-touch form textarea{
    height: 175px;
}

.vvc-paw-get-in-touch .left-get-img{
    width: 615px;
    max-width: unset;
    position: relative;
    left: -100px;
}

.vvc-paw-get-in-touch .row{
    margin-bottom: 25px !important;
}

.vvc-paw-section .btn-get-submit{
    background-color: #325152;
    height: 65px;
}


.vvc-paw-get-left-cat-img{
    position: absolute;
    left: 0;
    top: -380px;
    pointer-events: none;
}


.vvc-paw-footer{
    position: relative;
    padding: 90px 0 40px;
    background-image: url(../../home/images/footer.png);
    background-size: cover;
    background-position: center center;
}

.vvc-paw-footer::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 115px;
    background-image: url(../../home/images/footer-top.png);
}


.vvc-paw-footer ul{
    list-style: none;
    display: flex;
    justify-content: center;
}

.vvc-paw-footer .vvc-paw-footer-social ul{
    margin-top: 20px;
    margin-bottom: 18px;
    padding-left: 0;
}

.vvc-paw-footer .vvc-paw-footer-social ul li a{
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    color: #325152;
    font-size: 20px;
}


.vvc-paw-footer .vvc-paw-footer-nav ul li a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.vvc-paw-footer .vvc-paw-footer-nav ul li{
    position: relative;
    padding: 0 25px;
}

.vvc-paw-footer .vvc-paw-footer-nav ul li:after{
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 60%;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
}

.vvc-paw-footer .vvc-paw-footer-nav ul li:last-child:after{
    display: none;
}

.vvc-paw-footer .vvc-paw-footer-nav ul {
    margin-bottom: 12px;
}

.vvc-paw-footer .vvc-paw-footer-hr-time p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 40px;
}

.vvc-paw-footer .vvc-paw-footer-hr-time p a{
    color: #1eaee4;
}

.vvc-paw-footer .vvc-paw-footer-hr-time     p a span{
    color: #fff;
}

.vvc-paw-footer .vvc-paw-copy-rights{
    color: #fff;
    font-family: "Ubuntu", serif;
    font-weight: 700;
    font-size: 14px;
}


.btn-log-desk {
    display: block;
}

.btn-log-mob {
    display: none;
}


.navbar-toggler{
    height: 52px;
    border: none;
    margin: 0;
    font-size: 35px;
    margin-right: 0;
    padding-right: 0;
    padding-top: 0;

}

.navbar-toggler:focus{
    box-shadow: none;
}



/* Product category */

.vvc-product-listing{
    position: relative;
}



.vvc-product-listing .card{
    padding: 20px;
    border-radius: 0;
    height: 100%;
    align-items: center;
}


.vvc-product-listing .card .card-body{
    width: 100%;
    padding-left: 0;
}

.vvc-product-listing .card img {
    max-height: 200px !important;
    object-fit: contain;
    object-position: top center;
    border-radius: 0;
    margin-top: 0 !important;
}

.vvc-product-listing .card .btn-vvc{
    margin: 25px 0 !important;
  padding: 10px 35px !important;
  height: auto !important;
}

.vvc-product-listing .produt-height-wrap{
    min-height: 400px;
}



.order-status-wrap.status-timeline-wrap .timelime-item {
    position: relative;
    /* margin-bottom: 10px; */
    padding: 8px 0;
}

.status-timeline-wrap .timelime-item {
    position: relative;
}

.status-timeline-wrap .timelime-item label {
    padding: 2px 10px !important;
    height: auto !important;
    display: flex    ;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border: solid 1px #9E9E9E;
    border-radius: 50px;
    height: 40px;
    margin-right: 25px;
}

input[type="radio"] {
    height: auto !important;
}

.order-status-wrap.status-timeline-wrap label input {
    margin-bottom: 0;
    margin-right: 10px;
}

.qr-scan-oder-success .order_status_show{
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 25px;
    width: 70%;
    margin: 20px auto 20px;
}

.qr-scan-oder-success .hold_order{
    display: flex;
}

.qr-scan-oder-success .orderIdDeatil h3{
    text-align: center;
}

.qr-scan-oder-success .pick-order-status-header{
    justify-content: center !important;
}



.product-detail-mod-wrap .product-detail-mod-info-wrap {
    background: #e7d4ce26;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 15px;
    border: solid 2px #dfd8d65e;
  }

  .product-image {
    max-height: 400px;
    object-fit: cover;
  }

  .product-detail-mod-wrap .product-mod-info .variation .attribute-group label {
    min-width: 60px;
  }
  .product-detail-mod-wrap .product-mod-info .variation .attribute-group select {
    height: 54px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #d9e2e5;
    padding: 0 20px;
    min-width: 180px;
    width: auto;
  }

  .product-detail-mod-wrap .product-mod-info .variation .attribute-group{
    display: flex;
    align-items: center;
  }


  .product-detail-mod-wrap .product-image {
    height: 100%;
  }


  .modal-footer .btn.btn-secondary {
    padding: 12px 35px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    border-radius: 50px !important;
    background-color: #e7d4ce !important;
    color: #062632 !important;
    font-family: "Roboto", serif !important;
    font-weight: 700 !important;
    transition: background-color 1s !important;
    line-height: normal !important;
    text-transform: uppercase;
    border: none;
  }


  .vvc-paw-navbar .navbar-brand img{
    height: 110px;
    object-fit: contain;
    width: 100%;
  }

  select option[disabled] { 
    color: #a9a9a9a1
  }



  
.galleryProductMain ul.galleryProductUl{
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 20px;
}

.galleryProductMain ul.galleryProductUl li{
    width: 30.333333%;
    border: solid 1px #dee2e6;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.product-gallery-slide .product-gallery-slide-slider .swiper-slide img{
      width: 100% !important;
           object-fit: contain;
}

.product-gallery-slide .product-gallery-slide-slider .swiper-button-next::after, .product-gallery-slide .product-gallery-slide-slider .swiper-button-prev::after{
    font-size: 22px;
}

.product-gallery-slide .product-gallery-slide-slider{
      border: solid 2px #ddd;
      height: 400px;
      background-color: #ffffff;
}

.product-gallery-slide .product-gallery-slide-thumbs .swiper-slide{
    border: solid 1px #ddd;
    width: 70px;
    height: 60px;
    opacity: 1;
}
.product-gallery-slide .product-gallery-slide-thumbs {
      padding: 0 10px;
}

/* header-top-25 */

.header-top-25{
    background-color: #5d5d5d;
  padding: 7px 0;
}
.header-top-25 p, .header-top-25 p span{
    margin: 0;
    color: #fff;
}

.header-top-25 p span i{
   margin-right: 10px;
  color: #bbb;
}


.header-top-25 .divide-top{
border-right: solid 2px #555;
  border-left: solid 2px #6a6a6a;
    padding-right: 15px;
    padding-left: 15px;
}

.header-top-25 .divide-top:first-child{
    border-left: none;
}

.header-top-25 .divide-top:last-child{
    border-right: none;
}


select option:disabled{
  display: none;
}

select option[disabled] {
    display: none !important;
}

.vvc-paw-auto-sec-2{
    background-color: #fcf3ec;
  padding: 120px 0 150px;
  position: relative;
  background-image: url("../../home/images/services-bg.png");
}

.vvc-paw-auto-sec-wrap .img-auto-wrap{
border-radius: 230px;
  width: 400px;
  height: 400px;
  margin: auto;
  position: relative;
}

.vvc-paw-auto-sec-wrap .img-auto-wrap:before{
position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 230px;
  background-color: #fcf3ec;
  left: -30px;
  top: -20px;
  box-sizing: border-box;
  z-index: -1;
}

.vvc-paw-auto-sec-wrap.vvc-paw-auto-sec-2 .img-auto-wrap:before{
position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 230px;
  background-color: #fcf3ec;
  left: 30px;
  top: 20px;
  box-sizing: border-box;
  z-index: -1;
}

.vvc-paw-auto-sec-wrap .img-auto-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 230px;

}
.vvc-paw-auto-sec-wrap .vvc-paw-about-content-wrap{
    display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.vvc-paw-auto-sec-wrap .container > .row{
    border-bottom: dashed 2px #ddd;
  padding-bottom: 45px;
  margin-bottom: 45px;
}

.vvc-paw-auto-sec-wrap.vvc-paw-auto-sec-2 .container > .row{
    border-bottom: dashed 2px #fff;
}

.vvc-paw-auto-sec-wrap .container > .row:last-child{
    border-bottom: none;
    padding-bottom: 0;
  margin-bottom: 0;
}
.vvc-paw-auto-sec-wrap {
    padding: 100px 0 100px;
}


.machine-checkbox-wrap-25{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.machine-checkbox-wrap-25 .machine-checkbox{
border-right: dashed 1px #e7d4ce;
border-bottom: dashed 1px #e7d4ce;
  padding: 7px 15px;
}

.machine-checkbox-wrap-25 .machine-checkbox label{
  margin-bottom: 0;
}
.machine-checkbox-wrap-25 .machine-checkbox:nth-of-type(2n) {
  border-right: none;
}

/* 21 Nov 2025 */
.vvc-home-benner-service-form-wrap-new{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner{
    width: 70%;
    border: solid 3px #fff;
    padding: 45px;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner .form-group{
    margin-bottom: 25px;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner .form-group label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner p{
    margin-bottom: 0;
    color: #fff;
    
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner .form-control{
    height: 50px;
  border-radius: 13px;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner .btn-home-submit {
  background-color: #1dafe3 !important;
  color: #ffffff !important;
  padding: 10px 52px !important;
  font-size: 18px !important;
  font-family: "Roboto", serif !important;
  font-weight: 700 !important;
  border-radius: 50px;
}

.vvc-home-benner-service-form-inner{
--glass-bg: rgba(255,255,255,0.06); /* light glass (adjust for light/dark) */
  --glass-border: rgba(255,255,255,0.12);
  --glass-accent: rgba(255,255,255,0.08);
  --glass-radius: 30px;
  position: relative;
  border-radius: var(--glass-radius);
  padding: 20px;
  overflow: hidden;               /* clip pseudo-element and contents */
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
  /* semi-transparent fallback for browsers that don't support backdrop-filter */
  background-color: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: 0 8px 30px rgba(8,15,30,0.25);
  /* make text readable */
  color: #ffffff;
  -webkit-font-smoothing:antialiased;
}

/* overlay to add soft sheen and extra depth */
.vvc-home-benner-service-form-inner::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0));
  mix-blend-mode: overlay;
}

/* the actual blur — supported in modern browsers */
.vvc-home-benner-service-form-inner{
  -webkit-backdrop-filter: blur(6px) saturate(120%);
  backdrop-filter: blur(6px) saturate(120%);
}

/* subtle inner highlight line */
.vvc-home-benner-service-form-inner::after{
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0.12), rgba(255,255,255,0));
  opacity: 0.6;
  pointer-events: none;
  border-radius: 1px;
}

.mob-hide-sev-form{
    display: none;
}

.vvc-home-benner-service-form-section{
    padding-top: 75px;
}

.vvc-home-benner-service-form-inner h3{
    margin-bottom: 25px;
}

.form-radio-check-wrap-new label{
position: relative;
  display: flex !important;
  flex-direction: row;
  align-items: center;
}
.form-radio-check-wrap-new label input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.tick-box {
  color: white;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 15px;
  border-radius: 50px;
  border: solid 3px #13a0d9;
  position: relative;
}


.form-radio-check-wrap-new label input[type="radio"]:checked + .tick-box:before {
position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




@media(min-width: 992px){

    
.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner span.text-danger p{
  background: #fde0e0;
  margin-top: 10px;
  padding: 2px;
  text-align: center;
  border-radius: 34px;
  border: solid 1px #f4abac;
  font-size: 14px;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner p.append_price_details P[style="color:green"]{
    background: #dbfbe3;
  margin-top: 10px;
  text-align: left;
  border-radius: 10px;
  border: solid 2px #a3f4b9;
  font-size: 14px;
  padding: 10px;
  line-height: 15px;
}

.vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner p.append_price_details P[style="color:red"]{
  background: #fddcdc;
  margin-top: 10px;
  text-align: left;
  border-radius: 10px;
  border: solid 2px #f89a9a;
  font-size: 14px;
  padding: 10px;
  line-height: 15px;
}
}

@media(max-width: 1825px){

    .vvc-paw-get-left-cat-img {
        width: 340px;
        top: -270px;

    }
    .vvc-paw-get-left-cat-img img{
        width: 100%;
    }
}

@media(max-width: 1625px){
    .vvc-paw-get-left-cat-img {
        width: 270px;
        top: -190px;
    }

    .vvc-paw-navbar .navbar-nav li {
        padding: 8px 45px !important;
    }
}




@media(max-width: 1500px){
    .vvc-paw-services a img{
        width: 80%;
    }

    .container{
        max-width: 90%;
    }

    .vvc-paw-get-left-cat-img{
        display: none;
    }


    .vvc-paw-get-in-touch .left-get-img {
        width: 100%;
        left: 0;
    }

}

@media(max-width: 1380px){
    .vvc-paw-navbar .navbar-nav li {
        padding: 8px 25px !important;
    }

    .vvc-paw-services{
        background-image: url("../../home/images/service-pattern.jpg")
    }
}

@media(max-width: 1380px){
    .vvc-paw-services .serv-item-row .col-md-4{
        flex: 0 0 auto;
        width: 50%;
    }

    /* .vvc-paw-services .ser-mask-wrap{
        height: 300px;
    border-radius: 50%;
    width: 300px;
    mask-image: unset;
    border: solid 5px #fff;
    } */
}

@media(max-width: 1199px){
    .vvc-paw-banner .container .vvc-paw-banner-caption::after{
        display: none;        
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption h2 {
        font-size: 72px;
        line-height: 72px;
    }

    .vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner{
        width: 90%;
    }
}

@media(max-width: 1178px){
    .vvc-paw-navbar .navbar-nav li {
        padding: 8px 20px !important;
    }


}


@media(max-width: 1090px){
    .vvc-paw-navbar .navbar-nav li {
        padding: 8px 10px !important;
    }

      .vvc-login-wrap .vvc-login-right {
        width: 45%;
        padding: 0;
        }


}

@media(max-width: 991px){
    .vvc-paw-auto-sec-wrap.vvc-paw-auto-sec-2 .container > .row{
        flex-direction: column;
    }
    .btn-log-desk {
        display: none;
    }

    .btn-log-mob {
        display: block;
        margin-left: auto;
        margin-right: 25px;
    }


    .vvc-paw-banner .container .vvc-paw-banner-caption::after{
        display: none;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption h1{
        width: fit-content;
        font-size: 75px;
        line-height: 55px;
        padding-top: 0;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption h1 span{
        font-size: 40px;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption{
        width: fit-content;
    }


    .vvc-paw-about .row{
        flex-direction: column-reverse;
    }

    .vvc-paw-about .row .col-md-6{
        flex: unset;
        width: 100%;
        text-align: center;

    }

    .vvc-paw-about{
        padding: 80px 0 80px;
    }


    .vvc-paw-about img {
        width: 70%;
    }

    .vvc-paw-services{
        padding: 80px 0 80px;
    }

    .vvc-paw-get-in-touch{
        padding: 80px 0 80px;
    }

    .vvc-paw-get-in-touch > .row{
        flex-direction: column;
    }

    .vvc-paw-get-in-touch .row .just-flip{
        width: 100%;
        text-align: center;
    }

    .vvc-paw-get-in-touch .left-get-img {
        width: 50%;
    }

    .vvc-paw-navbar .navbar-nav li{
        border-bottom: dashed 1px #ddd;
    }

    .status-timeline-wrap .timelime-item label {
        padding: 2px 10px !important;
            height: auto !important;
            display: flex
        ;
            align-items: center;
            padding: 10px 20px 10px 10px;
            border: solid 1px #9E9E9E;
            border-radius: 50px;
            height: 40px;
            margin-right: 25px;
            line-height: 24px;
            font-size: 12px;
            font-weight: bold;
        }

         .vvc-paw-services .serv-item-row .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vvc-paw-services .col-md-4 .mask-serv-cover::before{
    transform: translateX(-50%);
    left: 50%;
  }

  .vvc-paw-services .col-md-4:hover .mask-serv-cover::before{
    transform: translateX(-50%);
  }

  .vvc-paw-services .col-md-4 .mask-serv-cover .text-center{
    width: 100%;
  }

  .vvc-paw-banner .container .vvc-paw-banner-caption h2{
    font-size: 72px;
  line-height: 72px;
  }

  .vvc-login-wrap .vvc-login-right {
        width: 100%;
        padding: 0 45px;
        }

        .login-form-wrap form input{
            padding-left: 60px;
        }


        .vvc-paw-services .ser-mask-wrap img {
  object-fit: contain;
}

.desk-hide-sev-form{
    display: none;
}

.mob-hide-sev-form{
    display: block
}

.desk-sev-width{
    width: 100% !important;
}

  .vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner {
    width: 100%;
    /* background: #203334; */
    background: #ede4dd;
    color: #212529;
  }

  .vvc-home-benner-service-form-wrap-new .vvc-home-benner-service-form-inner .form-group label{
    color: #212529;
  }

  .vvc-home-benner-service-form-inner h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .form-radio-check-wrap-new label input[type="radio"]:checked + .tick-box::before{
    background-color: #d9a176;
  }

}


@media (max-width: 767px) {
    .vvc-paw-services a img {
        width: 60%;
    }

    .vvc-paw-services a {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .vvc-paw-get-in-touch form .row{
        flex-direction: column;
        margin-bottom: 0 !important;
    }

    .vvc-paw-get-in-touch form .row input{
        margin-bottom: 20px;
    }

    .vvc-paw-get-in-touch form input{
        height: 65px;
    }

    .btn-get-submit{
        margin-top: 35px;
    }

    .vvc-paw-banner{
        height: 430px;
    }

    .vvc-paw-banner img{
        height: 100%;
        object-fit: cover;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption h1{
        font-size: 60px;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption h1 span{
        font-size: 32px;
    }

    h2{
        font-size: 36px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 26px;
    }

    .vvc-paw-services .col-md-4:last-child a{
        margin-bottom: 0;
    }

    .vvc-paw-get-form-wrap{
        margin-top: 40px;
    }

    .vvc-paw-footer{
        padding: 95px 0 40px;
    }


    .qr-scan-oder-success .order_status_show{
        display: flex;
        justify-content: center;
        background: #fff;
        border-radius: 25px;
        width: 70%;
        margin: 20px auto 20px;
    }

    .qr-scan-oder-success .hold_order{
        display: flex        ;
        flex-direction: column;
        padding-top: 15px;
    }

    .qr-scan-oder-success .hold_order button{
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .qr-scan-oder-success .orderIdDeatil h3{
        text-align: center;
    }

      .vvc-paw-banner .container .vvc-paw-banner-caption h2{
font-size: 58px;
  line-height: 66px;
  }

  .vvc-paw-section h2{
    font-size: 45px;
  margin-bottom: 15px;
  }

  .header-top-25 .container p{
    display: flex;
  flex-direction: column;
  }

  .header-top-25 .divide-top{
    border: none !important;
  }

  .vvc-paw-services .col-md-4 .ser-mask-wrap {
  height: 230px;
  width: 100%;

    }

      .vvc-paw-services .ser-mask-wrap img, .vvc-paw-services .col-md-4 .ser-mask-wrap {
    height: auto;
  }
    

}

@media (max-width: 614px){
    .btn-log-mob{
        display: none
    }

    .btn-log-desk {
        display: block;
        margin: 34px 0;
    }

    .vvc-paw-footer .vvc-paw-footer-nav ul{
        flex-wrap: wrap;
    }

    .vvc-paw-banner .container .vvc-paw-banner-caption{
        padding: 0;
        text-align: center;
        margin: 0 auto;
    }

    .vvc-innwe-h1 {
        font-size: 20px;
        padding: 15px 55px;
        margin-top: -15px;
    }

    .vvc-paw-navbar .navbar-brand img{
        width: 95px;
        height: auto;
    }

         .vvc-paw-banner .container .vvc-paw-banner-caption h2{
        font-size: 39px;
        line-height: 47px;
        }

          .vvc-paw-section h2{
        font-size: 30px;
    }

    .vvc-paw-services .ser-mask-wrap{
        width: 200px;
        height: 200px;
    }

    .vvc-paw-services .col-md-4 .mask-serv-cover::before{
        display: none;
    }

    .vvc-paw-services a{
        margin-bottom: 0;
    }

    .vvc-paw-services .col-md-4:last-child .mask-serv-cover{
        margin-bottom: 0;
    }

    .vvc-paw-section h3{
        font-size: 20px;
    }

    .vvc-paw-auto-sec-wrap .img-auto-wrap{
        width: 300px;
  height: 300px;
    }

    .vvc-paw-auto-sec-2{
         background-position: center center;
    }
}

.active_class{

    color:green
  }


  

.product-gallery-slide {
    width: 100%;
    max-width: 620px;
    margin: 40px auto;
}

.product-gallery-slide-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.product-gallery-slide-slider .swiper-slide {
    width: auto;
    height: 400px;
}

.product-gallery-slide-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.product-gallery-slide-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.product-gallery-slide-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    opacity: 0.1;
}

.product-gallery-slide-thumbs .swiper-slide-active {
    opacity: 1;
}

.product-gallery-slide-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}

.vvc-paw-services a[href]:not([href="#"]) {
  color: #0d6efd;
  pointer-events: visible;

}
