260/* common css */
a {
    text-decoration: none;
    color: #818899;
}

li {
    list-style: none;
}

p {
    color: #818899;
}

.container {
    max-width: 1170px;
}

body {
    font-family: 'Roboto Slab' !important;
    overflow-x: hidden;
}

/* loader starts here */
.set_loder {
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9999;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

div#cover span {
    display: flex;
    margin-top: 19px;
}

.loder-img-2 {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.loder-img-1 {
    animation: rotateY 15s alternate infinite;
}

@keyframes rotateY {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

.stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 35px 25px;
    margin: -13px 0;
    overflow: hidden;
}

.dot-flashing {
    position: relative;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--both-white)f;
    color: var(--both-white);
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

.dot-flashing::before {
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--both-white);
    color: var(--both-white);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--both-white);
    color: var(--both-white);
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}

@keyframes dot-flashing {
    0% {
        background-color: var(--both-white);
    }

    50%,
    100% {
        background-color: rgba(152, 128, 255, 0.2);
    }
}

/* loader ends here */
/* top bar css starts here */
.add_item iconify-icon {
    color: #bbb;
    font-size: 23px;
}

button#myBtn iconify-icon {
    font-size: 23px;
    color: #bbb;
    position: relative;
    top: 8px;
}

.add_items {
    position: absolute;
    top: -2px;
    background: #fff;
    color: 000;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    right: -3px;
    font-size: 12px;
}

ul.top_item li a {
    text-transform: uppercase;
    font-family: 'Lato' !important;
    font-size: 13px;
    color: #bbbbbb;
    transition: 0.2s ease-in-out;
}

ul.top_item li:hover a {
    color: #fff;
    transition: 0.2s ease-in-out;
}

.border-end {
    border-color: #bbbbbb !important;
    border-width: 2px !important;
}

.add_icons a:hover {
    background-color: #000;
    color: #fff;
}

.add_icons .add_item a {
    color: #bbb;
    font-size: 18px;
    border-radius: 100px;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_box .modal-content {
    width: 20%;
    position: absolute;
    top: 8%;
    right: 5px;
}

#myModal {
    width: 100%;
    position: fixed;
    z-index: 2;
    display: none;
    right: 0;
    z-index: 99999;
    background-color: #000000a8;
    padding: 20px;
    top: 0;
    left: 0;
    height: 100%;
}

.close {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 9px;
    top: -3px;
    cursor: pointer;
}

.stat_data img {
    width: 100px;
    background-color: #e7e7e757;
    padding: 7px;
}

.default-btn {
    background-color: #e7e7e7;
    padding: 12px 20px;
    margin: 6px 0;
    border: 1px solid #e7ffe7;
    color: #000;
    display: inline-block;
    font-family: 'Roboto Slab';
}

.cv-pdoduct-price {
    font-size: 14px;
    font-weight: 700;
    color: #0da487;
    font-family: 'Roboto Slab';
}

.text-dark {
    color: #212529 !important;
}

.stat_data p {
    font-family: 'Roboto Slab';
    font-weight: 500;
}

.dropdown-cart-total {
    font-family: 'Roboto Slab';
}

/* top bar css ends here */




/* header starts here */
li.nav-item a {
    color: #444444;
    font-family: 'lato' !important;
}

li.nav-item:hover a.nav-link {
    color: #ab050d !important;
}

.nav-link:focus,
.nav-link:hover {
    color: #ab050d !important;
}

ul.dropdown-menu {
    background: #efefef;
    border-radius: 0;
    border-top: 3px solid #ab050d !important;
}

.dropdown-item.active,
.dropdown-item:hover {
    background: #0d6efd;
    color: #fff;
}

.ps-navigation-icon {
    /* position: relative; */
    cursor: pointer;
}

button.click_btn {
    background: unset !important;
    border: 0 !important;
}

.input_box {
    background: #545454;
    border: 0;
}

.input_box {
    position: absolute;
    width: 100%;
    bottom: -69px;
    right: 0;
    z-index: 9;
    padding: 8px 8px;
    display: none;
}

.ps-icon-search {
    background-color: transparent;
    /* border: 2px solid #dde3f0; */
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    transition: all 2.6s ease;
    border-radius: 10px solid;
}

.input_box input {
    width: 100%;
    position: relative !important;
    border-radius: 0;
}

.input_box input {
    display: block;
}

:focus-visible {
    outline: none;
}

.input-inner {
    border-bottom: 1px solid #ffffff73;
}

.ps-icon-search iconify-icon {
    font-size: 20px;
}

button.close_btn iconify-icon {
    color: #fff;
    font-size: 25px;
}


/* header ends here */
header.sticky {
    background: #fff !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1) !important;
    opacity: 0.97;
    z-index: 999;
}

header.newClass {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    opacity: .97;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
}

/* banner starts here */

.slick-next:before,
.slick-prev:before {
    color: #282727 !important;
    opacity: 1 !important;
}

button.slick-prev {
    position: absolute;
    left: 20px;
    top: 50%;
    z-index: 1;
}

button.slick-next {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 1;
}

/*  banner ends here */

/* <!-- ribbon section starts here --> */
section.call_action {
    background-image: url('/website_css_and_images/images/ribbon_products.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.comn-head-small {
    font-size: 60px;
    line-height: normal;
}

.comn-sb-text {
    font-size: 15px;
    line-height: normal;
    font-family: 'Lato' !important;
}

section.call_action:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

a.cmn-btn {
    margin-top: 12px;
    text-decoration: none;
    padding: 17px 24px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important;
    border: 2px solid #fff !important;
    cursor: pointer;
    transition: all 0.5s ease-out;

}

/* <!-- ribbon section ends here --> */






/*  card box starts here */
.space-bt {
    padding: 60px 0 80px;
}

.red-heading {
    font-size: 24px;
    line-height: normal;
    color: #ab050d;

}

.card-btn a {
    font-size: 20px;
    line-height: normal;
    border: 2px solid #555;
    padding: 10px 15px;
    transition: 0.5s ease-in-out;
    color: #555;
}

a:hover {
    color: unset;
}

/*  card box ends here */

/* vcn team starts here */

.team-right h2 {
    font-weight: 900;
    line-height: 56px;

}

span.comn-span {
    color: #ab050d;
    font-size: 40px;
    line-height: normal;

}

.comn-head-small {
    font-size: 60px;
    line-height: normal;
    color: #ab050d;

    text-transform: capitalize;
}

.space-bottom {
    padding-bottom: 60px;
}

.team-right p {
    font-size: 20px;
}

.team-right a.cmn-btn {
    color: #555 !important;
    border-color: #555 !important;
    font-size: 28px;
}

a.cmn-btn:hover {
    transform: translateY(-10px);
}

/* vcn team ends here */




/* manufacturer starts here */
section.manufactrer {
    z-index: 1;
    position: relative;
}

.left-side-mfr {
    background: url('/website_css_and_images/images/aqua.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.left-side-mfr::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #00000036;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mfr-btn {
    margin-bottom: 180px;
}

.mfr-btn a {
    display: inline-block;
    margin-top: 300px;
}

.mfr-btn a {
    border: 2px solid #fff !important;
}

.left-side-mfr:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    z-index: -1;
    height: 650px;
    opacity: 0.2;
}

.right-side-mfr {
    background: url('/website_css_and_images/images/v-gano.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.right-side-mfr::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #00000036;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* manufacturer ends here */


/* CTA starts here */

section.call_action {
    background: url('/website_css_and_images/images/ribbon_products.jpg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

section.call_action:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

/* CTA ends here */



/* bestsellers starts here */
.featred-text {
    font-size: 36px !important;
}

.top-heading {
    border-bottom: 4px double #dde3f0 !important;
}

a.pro-text {
    text-decoration: underline;
    color: #818899;
}

.best_products {
    transition: 0.5s ease-in-out;
}

.pro-img {
    background-color: #f4f9fd;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 364px;
}

.prodct-head {
    font-size: 25px;
    line-height: normal;

}

.best-pro-info p {}

.best_products:hover {
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
}

/* bestsellers ends here */

/* events starts here */

.red-heading {
    font-size: 24px;
    line-height: normal;
    color: #ab050d;
}

.event-img img {
    width: 100%;
}

p.event-text {
    font-size: 40px;
    line-height: normal;
    color: #363636;

}

/* events ends here */


/* footer starts here */
.ps-footer-main-wrapper {
    padding: 69px 0 51px 0;
}

.vcnfooter-bg {
    background-image: url('/website_css_and_images/images/vcn-footer.jpg');
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no repeat;
}

.ps-footer-link h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 17px;
    /* border-bottom: 1px solid #fff; */
    position: relative;

}

.ps-footer-link h4:before {
    position: absolute;
    content: '';
    width: 68px;
    left: 5px;
    border-bottom: 1px solid #fff;
    bottom: -2px;
    right: 0;
    margin: 0;
    text-align: center;
}

.ps-footer-link {
    padding: 0px 12px;
}

.ps-footer-link ul li a:after {
    position: absolute;
    content: '';
    left: 0;
    top: -9px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #b9b8b8;
    border-right: 2px solid #979694;
    transform: rotate(45deg);
    margin: auto;
}

.ps-footer-link ul li:hover a:after {
    border-top: 2px solid #edf3f6;
    border-right: 2px solid #edf3f6;
}

.ps-footer-link p {
    color: #818899;

}

.ps-footer-link ul li a {
    font-size: 15px;
    color: #9ca9af;
    font-weight: 400;
    padding-bottom: 30px;
    transition: all 0.5s;

}

.ps-footer-link ul li a:hover {
    color: #fff;
}

.ps-footer-link ul li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.ps-footer-link ul {
    padding: 0;
    margin: 0;
}

.ps-footer-addres p {
    font-size: 15px;
    color: #9ca9af;
    font-weight: 400;
    display: inline-block;
    /* padding-left: 20px; */

}

.ps-footer-addres {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
}

.ps-footer-addres i {
    color: #9ca9af;
}

i.fa.fa-facebook {
    background: #4267B2;
}

.set-d li div a i {
    border-radius: 45px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    margin: 0px 5px;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

i.fa.fa-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

i.fa.fa-youtube {
    background-color: #FF0000;
}

.ps-footer-main-wrapper-section {
    padding: 10px 0px;
    border-top: 1px solid #666363;
}

.ps-copyright-wrapper p {
    font-size: 15px;
    color: #9ca9af;
    font-weight: 400;
}

.set-d img {
    max-width: 40px;
    margin-right: 10px;
}

.ps-copyright-wrapper a {
    color: #fff;
}

.card-content {
    min-height: 110px;
}

.card-btn a:hover {
    transform: translateY(-10px);
    transition: 0.5s ease-in-out;
}

/* footer ends here */

/* about us page css starts here */
.about-us-bg {

    background-repeat: no-repeat;
    background-image: url('/website_css_and_images/images/ribbon_products.jpg') !important;
    background-position: center center;
    background-size: cover;
}

.cv-breadcrumb {
    padding: 71px 0 73px;
    /* background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/shop/breadcrumb.jpg); */
    /* background: linear-gradient(to left, rgb(0 0 0 / 42%), rgba(0, 0, 0, 0.7)), url(../images/bg-images.png); */
    background-repeat: no-repeat;
}

/* .cv-breadcrumb-box ul li a {
    color: #fff;
} */
.cv-breadcrumb-box ul li:after {
    position: absolute;
    content: '';
    right: -18px;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transform: rotate(15deg);
    width: 6px;
    height: 15px;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}

.cv-breadcrumb-box ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    text-transform: capitalize;
}

.cv-breadcrumb-box ul li:last-child {
    margin-right: 0px;
}


/* about starts here  */
strong {
    color: #0d85cd;
    font-size: 18px;
}

/* about ends here  */

/* love product starts here */

section.vcn-cta {
    background-image: url('/website_css_and_images/images/yellow_vcnbg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 30px;
    position: relative;
}

.cta-data h1 {
    color: #000 !important;
    font-size: 50px;
}

.cta-data p {
    color: #000 !important;
}

.cta-data a {
    font-size: 22px;
    border: 2px solid #fff;
    padding: 10px;
}

/* love product ends here */


/* cv about starts here */
.cv-about-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 800;
    padding-top: 1px;
    color: #000;
}

/* cv about ends here */

/* legalities starts here */
.cv-team-box {
    margin-bottom: 30px;
    transition: 0.3s;
}

.cv-team-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
}

.cv-team-box:hover {
    transform: translateY(-10px);
}

.spacer-top-less {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* legalities ends here */


/* about us page css ends here */




/* products page starts here */
.cv-shop {
    padding: 80px 0 65px;
}

.cv-sidebar-title {
    font-size: 27px;
    font-weight: 800;
    color: #0da487;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cv-search form .cv-btn {
    border-radius: 0px 5px 5px 0px;
}

.cv-widget {
    margin-bottom: 44px;
}

.cv-search form .cv-btn {
    /* border-radius: 0px 30px 30px 0px; */
    min-width: 120px;
}

.cv-search form input {
    border-radius: 5px 0px 0px 5px;
}

.cv-widget.cv-product-category {
    margin-bottom: 37px;
}

.cv-product-category .cv-sidebar-title {
    margin-bottom: 16px;
}

.cv-product-filter ul li,
.cv-product-category ul li {
    margin-bottom: 15px;
    position: relative;
}

.cv-product-filter ul li a,
.cv-product-category ul li a {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #818899;
}

.cv-product-category ul li:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto 0 auto 8px;
    border-top: 1.5px solid #2ba487;
    border-right: 1.5px solid #2ba487;
    right: 0;
}

.cv-btn {
    background-image: unset;
    background-color: #2ba487;
    border: unset !important;
}

.cv-btn {
    font-weight: 500;
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    /* background-image: linear-gradient(to left top, #44b6ee, #00bbde, #00bcb6, #00b87b, #4eaf34); */
    text-transform: capitalize;
    outline: none;
    padding: 0 20px;
    font-size: pointer;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
    color: #fff;
}

input {
    width: 100%;
    height: 50px;
    border: 1px solid #2ba487;
    padding: 0 20px;
    border-radius: 30px;
    outline: none;
}

.cv-shop-sidebar {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    padding: 15px;
    border-radius: 5px;
}

.cv-widget.cv-range-slider {
    display: none;
}

.cv-tag ul li {
    display: inline-block;
    margin: 0px 1px 5px 0px;
}

.cv-tag ul li a {
    padding: 0px 20px;
    border: 1px solid #2ba487;
    display: block;
    height: 40px;
    line-height: 39px;
    min-width: 80px;
    text-align: center;
    border-radius: 30px;
    color: #818899;
}

.cv-tag ul li a:hover {
    border-color: #207cd8;
}

.cv-product-box {
    margin-right: 10px;
}

.cv-product-box {
    height: 100%;
}

.cv-product-box {
    border: unset;
}

.cv-product-box {
    border: unset;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    border-radius: 10px;
    /* border-top: 2px solid #f49c66; */
}

.cv-product-box {
    border-radius: 5px;
}

.cv-product-box {
    /* border: 1px solid #d4f0ff; */
    /* border-radius: 10px; */
    overflow: hidden;
    margin-bottom: 30px;
}

.cv-product-img {
    transition-duration: 3s;
    position: relative;
}

.cv-product-img img {
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

/* .cv-product-img img {
 
} */

.cv-product-button .cv-btn svg {
    width: 14px;
    fill: #fff;
    height: 14px;
    margin-right: 4px;
}

.cv-product-box:hover .cv-product-button {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.cv-product-button {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}

.cv-shop .cv-product-data {
    padding: 19px 10px 20px;
}

.cv-product-data p {
    margin: 0;
}

.cv-pdoduct-price {
    font-size: 14px;
    font-weight: 700;
    color: #0da487;
}

.cv-product-data i {
    font-size: 14px;
    margin-right: 1px;
    color: #f9bf00;
}

.cv-product-button .cv-btn {
    background-color: #2ba487e0 !important;
}

.cv-product-button .cv-btn {
    height: 40px;
    line-height: 40px;
    min-width: 201px;
    background: #fff;
    color: #fff;
}

.cv-product-button .cv-btn:last-child {
    margin-top: 10px;
}

.cv-product-button .cv-btn {
    background-color: #2ba487e0;
}

.cv-product-button .cv-btn {
    height: 40px;
    line-height: 40px;
    min-width: 201px;
    background: #fff;
    color: #fff;
}

.cv-btn:hover {
    box-shadow: 0px 6px 20px 0px rgba(60, 188, 255, 0.5);
    transform: translateY(-5px);
    color: #fff;
}

/* related products starts */
.spacer-top-less {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cv-heading h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0da487;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.cv-sale {
    background: #ff0404c7;
    padding: 0 2px;
    position: absolute;
    /* left: -5px; */
    top: 0px;
    color: #fff;
    border-radius: 0px 0px 13px 0px;
    width: 58px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.img-product:hover img {
    animation: rotateY-anim 2s linear infinite;
}

.cv-product-data a {
    color: #000;
}

.cv-product-img:hover .img-product img {
    animation: rotateY-anim 2s linear infinite;
}

/* @keyframes rotate-y anim{
0% {
    transform: rotateY(0deg);
}
50% {
    transform: rotateY(180deg);
}
100% {
    transform: rotateY(360deg);
}
} */
.pro-serch:hover {
    transform: initial;
}

/* related products ends */

/* products page ends here */

/* contact us page css starts here */
.contact-bg {
    padding: 71px 0 73px;
    background-repeat: no-repeat;
    background-image: url('/website_css_and_images/images/contatc.png') !important;
    background: linear-gradient(to left, rgb(0 0 0 / 73%), rgba(0, 0, 0, 0.7));
    background-repeat: no-repeat;
    background-position: center;
}

.contactheading {
    color: #000;
    position: relative;
    font-size: 30px;
}

.contactheading::before {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    content: '';
    height: 2px;
    width: 150px;
    background-color: #f39d68;
    bottom: -5px;
    border-radius: 5px;
}

.crad-contact1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
    background: #f8f8f8;
    border-radius: 10px;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #0000000f;
    border-right: 2px solid #f39d68;
}

.crad-contact1 img {
    max-width: 60%;
}

.crad-contact1 h2 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.crad-contact1 p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
}

.contactheading span {
    font-size: 17px;
}

/* bank details starts here */
.crad-contact2.pnb-bg {
    background: #f8b81726;
}

.crad-contact2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    background: #f8f8f8;
    border-radius: 10px;
    height: 100%;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.crad-contact2 h2 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.crad-contact2 img {
    max-width: 60%;
}

.crad-contact2 p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 6px !important;
}

.crad-contact2.sbi-bg {
    background: #3a67b129;
}

.crad-contact2.kotak-bg {
    background: #ec1f272e;
}

/* bank details ends here */

/* our branch starts here */
.card-address.Jalandhar {
    background-image: url(../images/jalandharnew.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address {
    /* border-top: 3px solid #46c688; */
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 100%;
    position: relative;
    /* border-radius: 10px!important; */
    border-radius: 10px;
    z-index: 1;
    transition: 0.3 all;
}

.card-address::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008a;
    border-radius: 10px;
    z-index: -1;
}

.card-address h2 {
    position: absolute;
    top: 0 !important;
    left: 0;
    right: 0;
    color: #fff;
    margin: 0 auto;
}

.card-address h2 {
    font-weight: 600;
    color: #fff;
}

.card-address p {
    position: relative;
    bottom: -210px;
    margin: 0 auto;
}

.card-address p {
    color: #ccc;
    font-weight: 500;
}

.card-address.PHAGWARA {
    background-image: url(../images/phagwara.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.LUDHIANA {
    background-image: url(../images/ludhiananew.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.KHANNA {
    background-image: url(../images/khannanew.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.MOGA {
    background-image: url(../images/moga.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.HOSHIARPUR {
    background-image: url(../images/doabanewww.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.BATALA {
    background-image: url(../images/batalanew.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.DASUYA {
    background-image: url(../images/dasuyanew.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.MOHALI {
    background-image: url(../images/mohalinew.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}


.card-address.NEWDELHI {
    background-image: url(../images/new-delhi.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address.PALAMPUR {
    background-image: url(../images/palampur.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 380px;
}

.card-address:hover p {
    color: #fff;
}

/* our branch ends here */

/* contact us page css ends here */


/* blogs banner starts here */
.blog-img {
    padding: 71px 0 73px;
    background-image: url('/website_css_and_images/images/blog-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.blog-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 64%);
    z-index: -1;
}

.spacer-bottom {
    padding-bottom: 80px;
}

.spacer-top {
    padding-top: 80px;
}

.cv-blog-img {
    overflow: hidden;
}

.cv-blog-img img {
    transition: all 1s ease-in-out;
}

.cv-blog-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    transition: all 1s ease-in-out;
}

.cv-blog-box .cv-blog-img img:hover {
    transform: scale(1.2);
}

.cv-blog-img img:hover {
    transform: scale(1.2);
}

.cv-blog-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100%;
    transition: all 1s ease-in-out;
}

.cv-blog-data {
    padding: 21px 30px 30px;
}

.cv-blog-date {
    font-size: 16px;
    font-weight: 500;
    color: #666565;
    /* background: #e56c24; */
    /* padding: 10px 20px; */
    border-radius: 50px;
}

.cv-blog-title {
    margin: 7px 0;
    font-size: 26px;
    display: block;
    color: #1d1d1d;
    font-weight: 700;
}

.cv-blog-data p {
    color: #5d5959;
    margin-bottom: 0;
    display: inline-block;
    font-size: 18px;
}

li.text-last:after {
    display: none;
}

/* blogs banner ends here */

/* shppoing page starts here */
.breadcrumb-nav {
    /* margin-bottom: 4rem; */
    border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}

.table {
    margin-bottom: 3rem;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table th,
.table thead th,
.table td {
    border-top: none;
    border-bottom: 0.1rem solid #ebebeb;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table th,
.table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.table th {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999999;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.product-col .product-media {
    display: inline-block;
    margin: 0;
    margin-right: 2.8rem;
    flex-shrink: 0;
    max-width: 60px;
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
}

th {
    text-align: inherit;
}

.table td {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.table td {
    vertical-align: middle;
}

h3.product-title {
    font-size: 16px;
    margin: 0;
}

table.table tr th {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
}

.table.table-cart .quantity-col {
    width: 135px;
}

.input-spinner {
    position: relative;
    border: 1px solid #ddd;
}

.input-spinner input.form-control {
    border: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

/* .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
} */

.btn.btn-spinner {
    min-width: 0;
    color: #333333;
    padding: 0;
    font-size: 1rem;
    border: none;
    background: none;
}

.cart-discount {
    flex: 0 0 50%;
    max-width: 326px;
}

.input-group-append {
    margin-left: -1px;
}

.summary.summary-cart {
    margin-bottom: 3rem;
}

.summary {
    padding: 1rem;
    border: 0.1rem dashed #d7d7d7;
    background-color: #f9f9f9;
    border-radius: 0.3rem;
    margin-bottom: 2rem;
}

.summary.summary-cart .summary-title {
    margin-bottom: 0;
}

.summary-title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
    padding-bottom: 1.7rem;
    border-bottom: 0.1rem solid #cccccc;
    margin-bottom: 2.1rem;
}

.table.table-summary {
    line-height: 1.43;
    color: #666666;
    border: none;
    margin-bottom: 0;
}

.table.table-summary .summary-shipping {
    color: #333333;
    font-weight: 400;
    font-size: 1.6rem;
}

.table.table-summary .summary-shipping td {
    padding-top: 2rem;
    padding-bottom: 1.3rem;
    height: auto;
    border-bottom: none;
}

.form-control:focus {
    color: #fff !important;
}

input#sponser_username {
    color: #000 !important;
}

input#password1 {
    color: #000 !important;
}

.usr_detail label.lbl_style.text-dark {
    color: #000 !important;
    font-weight: 600;
}

.usr_detail input#email {
    color: #000 !important;
}

.usr_detail input#review {
    color: #000 !important;
}

.table.table-summary thead th,
.table.table-summary tbody td {
    vertical-align: middle;
    border-top: none;
}

.table.table-summary tbody td {
    padding: 0;
    height: 40px;
    border-bottom: 0.1rem solid #ebebeb;
    font-size: 14px;
}

label.custom-control-label {
    font-size: 14px;
}

.table.table-summary .summary-shipping-row {
    color: #333333;
}

.table.table-summary .custom-control {
    margin: 0;
}

.custom-control {
    position: relative;
    padding-left: 2.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: .7rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control.custom-radio .custom-control-label::before {
    top: 5px;
    background-color: #f9f9f9;
    border-color: #dadada;
    border-radius: 50%;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-label::before {
    left: 0;
    top: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #f9f9f9;
    border: 1px solid #dadada;
    box-shadow: none !important;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -9px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control.custom-radio .custom-control-label::after {
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    top: 0.9rem;
    left: 0.5rem;
}

.cart-bottom .btn {
    margin-left: auto;
}

.btn-outline-dark-2 {
    color: #333333;
    background-color: transparent;
    background-image: none;
    border-color: #ebebeb;
    box-shadow: none;
}

.cart {
    border-top: 1px solid #d6dadd;
    padding-top: 44px;
}

td.ships {
    font-size: 20px !important;
    font-weight: 500;
}

/* shppoing page ends here */


/* wishlist starts here */
td.action-col {
    margin: 3rem 0 !important;
}

td.action-col {
    background-color: #000;
    padding: 12px 20px;
    margin: 6px 0;
    border: 1px solid #e7ffe7;
    font-family: 'Roboto Slab';
    display: inline-block;
    width: 100%;
    text-align: center;
}

td.action-col .dropdown button {
    color: #fff !important;
    padding: 0;
}

td.remove-col {
    text-align: end;
}

td.price-col {
    text-align: center;
}

td.stock-col {
    text-align: center;
}

figure.product-media img {
    width: 50px;
    object-fit: contain;
    height: 50px;
}

/* wishlist ends here */


/* conditions pages starts here */



.Conditions-bg {
    padding: 71px 0 73px;
    background-image: url('/website_css_and_images/images/t@C.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2222;
}

.Conditions-bg:after {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
    content: "";
    top: 0;
}

.pn-content {
    padding: 10px 0px 30px 0px;
}

.pn-content h3 {
    color: #000;
    font-weight: 700;
    font-size: 19px;
    padding: 6px 0px;
}

.pn-content p {
    padding: 3px 16px;
    color: #505050 !important;
    font-size: 17px;
    font-weight: 500;
}

ul.listing-items li {
    padding: 00 0px 10px 0 !important;
    list-style: auto;
    font-weight: 500;
    color: #505050 !important;
    font-size: 17px;

}

a.a-set {
    color: #0d6efd !important;
}

/* conditions pages ends here */



/* check out pages css starts */

.checkout-discount {
    position: relative;
    max-width: 340px;
    margin-bottom: 0.5rem;
}

.checkout .form-control:not(:focus) {
    background-color: #f9f9f9;
}

.checkout-discount .form-control {
    background-color: transparent !important;
    border-radius: 0.3rem;
    border: 0.1rem dashed #d7d7d7;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

.checkout .form-control {
    margin-bottom: 1.3rem;
    color: #000 !important;
}

.checkout-discount label {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    font-weight: 400;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: 1;
    transition: all .3s;
}

.checkout label {
    margin-bottom: 0.2rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-discount label span {
    color: #c96;
}

.checkout-title {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 2.2rem;
    margin-bottom: 1.8rem;
}

.checkout label {
    margin-bottom: 0.2rem;
}

label {
    color: #666666;
    font-weight: 400;
    margin: 0 0 1.1rem;
    font-size: 14px;
}

.accordion-summary .card-title a {
    color: inherit;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.accordion-summary .card {
    color: #666666;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.67;
    border: none;
    background-color: transparent;
}

.card-body {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.accordion-summary .card-title a:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.1rem solid #c96;
    right: auto;
    left: 2px;
    top: 25px;
    transform: translateY(0);
    -ms-transform: translateY(0);
}

.accordion-summary .card-title a:before {
    border-color: #c96;
}

.accordion-summary .card-title a:before {
    border-color: #c96;
}

.card-title a:before {
    content: '\e802';
    display: inline-block;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    color: #c96;
    font-family: "molla";
    line-height: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s;
}

.card-title a:before {
    color: #c96;
}

.accordion-summary .card-title a:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    left: 0.5rem;
    top: 31px;
    border-radius: 50%;
    background-color: #c96;
    visibility: visible;
    opacity: 1;
    transition: all .3s;
}

.accordion-summary .card-title a:after {
    background-color: #c96;
}

.accordion-summary .card-title a:after {
    background-color: #c96;
}

/* check out pages css ends*/

/* bottom to top starts here */


#back-to-top .top {
    margin: 0px;
    color: rgb(255, 255, 255);
    background: #1da24a;
    position: fixed;
    bottom: 44px;
    right: 13px;
    z-index: 999;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    border-radius: 50px;
}

.top {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: up-down linear 4s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: up-down linear 4s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 22px);
    }
}

@-moz-keyframes up-down {
    0% {
        -moz-transform: translate(1px, 20px);
    }

    24% {
        -moz-transform: translate(1px, 30px);
    }

    50% {
        -moz-transform: translate(1px, 12px);
    }

    74% {
        -moz-transform: translate(1px, 22px);
    }

    100% {
        -moz-transform: translate(1px, 22px);
    }
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
    }

    24% {
        -webkit-transform: translate(1px, 30px);
    }

    50% {
        -webkit-transform: translate(1px, 12px);
    }

    74% {
        -webkit-transform: translate(1px, 22px);
    }

    100% {
        -webkit-transform: translate(1px, 22px);
    }
}

@-o-keyframes up-down {
    0% {
        -o-transform: translate(1px, 20px);
    }

    24% {
        -o-transform: translate(1px, 30px);
    }

    50% {
        -o-transform: translate(1px, 12px);
    }

    74% {
        -o-transform: translate(1px, 22px);
    }

    100% {
        -o-transform: translate(1px, 22px);
    }
}

@-ms-keyframes up-down {
    0% {
        -ms-transform: translate(1px, 20px);
    }

    24% {
        -ms-transform: translate(1px, 30px);
    }

    50% {
        -ms-transform: translate(1px, 12px);
    }

    74% {
        -ms-transform: translate(1px, 22px);
    }

    100% {
        -ms-transform: translate(1px, 22px);
    }
}

/* bottom to top ends here  */


/* login page css */
.cv-breadcrumb-box h1 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.cv-breadcrumb-box ul li {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

.cv-breadcrumb-box ul li a {
    color: #fff;
    transition: .5s all;
}

.cv-breadcrumb-box ul li a:hover {
    color: #3cbcff;
}

.cv-breadcrumb-box ul li:first-child:after {
    position: absolute;
    content: '';
    right: -18px;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transform: rotate(15deg);
    width: 6px;
    height: 15px;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}

/* login page banner section css close here */

/* login page form css start here */
section.login-page.section-b-space {
    padding: 100px 0;
}


.login_card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px;
    border-radius: 10px;
}

h3.login_style_c {
    color: #000;
    margin-bottom: 20px;
}

input {
    width: 100%;
    height: 50px;
    border: 1px solid #2ba487;
    padding: 0 20px;
    border-radius: 30px;
    outline: none !important;
    border: 1px solid #E8F0FE !important;
    background: #E8F0FE !important;

}

/* :focus,
.form-control:focus {
    outline: none !important;
    box-shadow: none;
    border: 1px solid #86b7fe !important;
} */

.usr_detail {
    margin-bottom: 20px;
}

label.lbl_style {
    color: #000;
    font-size: 17px;
    margin-bottom: 6px;
}

button.button.type1.page_bttm_m {
    padding: 6px 18px;
    background: #319ddcba;
    border: unset;
    border-radius: 3px;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    width: 100%;
}

/* login page css */

/* regsiter page css starts here */
.bblue {
    background-image: url("/website_css_and_images/images/bg-1.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 100vh;
    width: 100%;
    padding: 110px 0px 0px 0px !important;
}

.custom-row {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

.signup-img {
    text-align: right;
}

.signup-img svg {
    width: 85%;
}

.left-side {
    background: #1a1a1a !important;
    padding: 30px;
    border-radius: 5px;
}

.form-group label {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff !important;
}

.btn-success {
    background-color: #005cea;
    border-color: #005cea;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px !important;
}

.btn-success:hover {
    background-color: #005cea;
    border-color: #005cea;
}

.login-page .btn,
.input-group .form-control {
    border-radius: 5px !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary {
    background-color: #ff9f34;
    border-color: #ff9f34;
    opacity: unset !important;
    padding: 8px 25px;
}

.btn-primary:hover {
    background-color: #ff9f34;
    border-color: #ff9f34;
}

.input-group input {
    background: transparent !important;
    border: 1px solid #2f2f2f;
    font-size: 14px;
    /* color: #fff; */
    padding: 7px 8px;
}

.signup-btn {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

h2.vcn-txt {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #2656f4;
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.flex-box {
    display: flex;
}

.form-group {
    padding: 0px 10px;
}

.flex-box .user-input input {
    background: #e8f0fe !important;
}

.flex-box .user-input-box {
    position: relative !important;
}

strong.txt-bold span {
    content: "";
    position: absolute;
    right: 10px;
}

.signup-btn a {
    margin: 0px 15px;
}

@media (max-width:576px) and (min-width:320px) {
    .signup-img {
        display: none;
    }

    input#confirm_password {
        margin-bottom: 20px;
    }

    .lft-img {
        margin-top: 50px;
    }

    .flex-box {
        display: block;
    }

    .page-back.bblue {
        padding: 0px !important;
    }

    .signup-btn a {
        margin-bottom: 20px;
    }

    button#signup {
        padding: 0px 20px;
        display: block;
        height: 42px;
    }
}

@media (max-width:767px) and (min-width:576px) {
    .signup-img {
        display: none;
    }

    input#confirm_password {
        margin-bottom: 20px;
    }

    .lft-img {
        margin-top: 50px;
    }

    .flex-box {
        display: flex;
    }

    .page-back.bblue {
        padding: 0px !important;
    }

    .signup-btn a {
        margin-bottom: 20px;
    }

    button#signup {
        padding: 0px 20px;
        display: block;
        height: 42px;
    }
}

@media (max-width:1024px) and (min-width:767px) {
    .signup-img {
        display: none;
    }

    .col-lg-6.col-md-6.left-side {
        width: 100%;
    }
}

/* regsiter page css ends here */








@media only screen and (max-width: 1200px) {
    .cv-product-data a {
        color: #000;
        font-size: 22px;
        line-height: 22px !important;
    }
}


@media only screen and (max-width: 991px) {

    .cta-data h1 {
        color: #000 !important;
        font-size: 38px;
    }

    .cv-about-content h2 {
        font-size: 28px;
        margin-top: 10px;
    }

    .cta-data a {
        font-size: 17px;
    }

    .red-heading {
        font-size: 20px;
    }

    .team-right h2 {
        line-height: 50px;
        font-size: 46px;
    }

    span.comn-span {
        font-size: 32px;
    }

    a.cmn-btn {
        padding: 12px 25px;
    }

    .team-right a.cmn-btn {
        font-size: 25px;
    }

    h5.prodct-head br {
        display: none;
        font-size: 22px;
    }

    .comn-head-small {
        font-size: 50px;
    }

    p.event-text {
        font-size: 32px;
    }

    .cv-product-data {
        min-height: 160px;
        padding-top: 50px;
    }

}

/* responsive css starts here */
@media only screen and (max-width: 767px) {
    .comn-head-small {
        font-size: 38px !important;
        line-height: 42px !important;
    }

    p.event-text {
        font-size: 25px;
    }

    a.cmn-btn {
        padding: 12px 24px;
        font-size: 21px;
    }

    .card-content {
        min-height: inherit;
    }

    span.comn-span {
        font-size: 30px;
    }

    .team-right a.cmn-btn {
        font-size: 21px;
    }

    .left-side-mfr {
        height: 350px;
    }

    .right-side-mfr {
        height: 350px;
    }

    .left-side-mfr:after {
        height: 350px;
    }

    .right-side-mfr:after {
        height: 350px;
    }

    .cv-blog-data {
        padding: 21px 0px 0px;
    }

    .cv-blog-title {
        font-size: 20px;
    }

    .cv-blog-box {
        margin-bottom: 00;
    }

    .spacer-top {
        padding-top: 0;
    }

    .spacer-bottom {
        padding-bottom: 0;
    }

    .space-bt {
        padding: 60px 0 0px;
    }

    .contactheading {
        font-size: 25px;
    }

    section.login-page.section-b-space {
        padding: 30px 0;
    }
 
    .card-outer {
        padding-bottom: 30px;
    }

    .prodct-head {
        font-size: 20px;
    }

    .team-right p {
        font-size: 17px;
    }

    .cta-data p {
        font-size: 17px !important;
    }

    .spacer-top-less {
        padding-top: 10px;
    }

    .ps-footer-main-wrapper {
        padding: 20px 0 40px 0;
    }

    .cv-shop {
        padding: 12px 0 12px;
    }

    .cv-heading h1 {
        font-size: 25px;
        margin-bottom: 28px;
    }

    .cv-product-data a {
        font-size: 19px;
    }

    .cv-product-data {
        text-align: center;
    }

    section.conditions_use .col-12 {
        overflow-x: hidden;
    }

}

@media only screen and (max-width: 575px) {
    .cta-data h1 {
        font-size: 28px;
    }

    .cv-about-content h2 {
        font-size: 22px;

    }

    .pn-content p {

        font-size: 16px;
    }

    .comn-head-small {
        font-size: 28px !important;
    }
}

/* product detail page starts here */
.borders-none {
    border-bottom: 0 !important;
}

.product-single__addtocart {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.btn.buy-now {
    background-color: #198754;
    border-color: #198754;
    opacity: unset !important;
    padding: 8px 25px;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}

.font-text {
    color: #818899 !important;
    padding: 10px 0;
    display: inline-block;
}

.reviews-group svg {
    color: #FF9800;
}

.buy-now:hover {
    background-color: #fff;
    border-color: #198754;
    color: #198754;
    transition: 0.3s ease-in-out;

}

.product-single__addtional-info>.item {
    margin-bottom: 1.875rem;
}

.btn-addtocart {
    background-color: #000;
    border-color: #000;
    transition: 0.3s ease-in-out;
}

.btn-addtocart:hover {
    border-color: #000;
    background-color: #fff;
    color: #000;
    transition: 0.3s ease-in-out;
}
/* product detail page ends here */

a {
    text-decoration: none;
}