.homeslider {
    margin-top: 8px;
}
.owl-carousel-promo img {
    border-radius: 0px;
}
.owl-carousel-promo .owl-dots {
    bottom: 0;
}
button.checkout-button {
    background-color: #ff5e00;
}
span.coupon_value_border {
    border: 1px dashed #000;
    padding: 10px;
    font-size: 14px;
    color: #2BA828;
    font-weight: 600;
}
/**Service listing page**/
.service-page-listing-heading h2 {
    font-weight: 600;
}
.service-page-listing-heading p {
    color: #020202;
    font-size: 14px;
    font-weight: 500;
}
.service-page-listing-heading h5 {
    font-size: 18px;
}
.service-listing-form {
    background-color: #F6F6F6;
    padding: 30px;
}
.service-listing-form input, .service-listing-form select {
    border-radius: 0px;
    height: 50px;
    border-bottom: 1px solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    font-size: 13px;
    font-weight: 500;
}
.service-listing-form textarea {
    border-radius: 0px;
    height: 110px;
    border-bottom: 1px solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    font-size: 13px;
    font-weight: 500;
}
.service-listing-form button {
    color: #fff;
    font-weight: 600;
    padding-top: 10px;
}
.service-form-header {
    background-color: #CE6D05;
    color: #fff;
    padding: 10px;
}
.service-form-header h4 {
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
}
/**End sevice listing page**/

/*** HOME SLIDER**/
.homeslider img {
    border-radius: 0px;
}/** END HOME SLIDER***/

/** PRODUCT GRID**/

.productGrid .seller {
    font-size: 12px;
    margin-top: -7px;
    margin-bottom: 10px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
.productGrid .seller {
    font-weight: 600;
        color: #297b27
}
.productGrid .seller span {
    font-weight: 500;
    color: black;
}
/** END PRODUCT GRID **/

/*** DEAL PAGE***/
.service-sub-categories img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    position: relative;
}
.service-cat-descrp {
    background: linear-gradient(#e51d2f, #ff5e00);
    padding: 12px 1px 10px 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.service-cat-descrp h4 {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-cat-descrp span {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}
.service-sub-categories a:hover {
    text-decoration: none;
}
.service-deals-list {
    padding: 25px 0px;
}
/*** END DEALS PAGE***/

/*** HPOW IT WORKS SECTION**/
.deal-one-section img {
    border: none !important;
}
.how-it-works-deals-section ul {
    padding-left: 0px;
}
.how-it-works {
    background-color: #e51d2f;
    color: #fff;
    padding: 50px 0px 100px;
}
.how-it-works p {
    color: #ffffff;
    font-size: 14px;
}
.how-it-works-section p {
    color: #000000a6;
    font-size: 14px;
}
.deal-one h5 {
    color: #000000d6;
    font-size: 15px;
    font-weight: 700;
}
.how-it-works-section {
    padding: 0px 0px 40px;
}
.deal-one img {
    width: 100px;
}
.deal-one {
    text-align: center;
    max-width: 327px;
    margin: -100px auto 0px;
    box-shadow: 1px 1px 9px 1px #c1c1c182;
    padding: 18px 0px 38px;
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 8px;
}
.deal-one p {
    font-size: 14px;
    max-width: 238px;
    margin: 0 auto;
    color: #000000a6;
}
span.deal-number {
    display: table;
    position: relative;
    top: -35px;
    background-color: white;
    margin: 0 auto;
    padding: 7px 15px;
    border-radius: 50px;
}
.deal-one-section {
    margin: 0 auto;
    box-shadow: none;
    padding-top: 0px;
    background-color: transparent;
    padding-bottom: 0px;
}

.how-it-works-deals-section {
    margin: 0 auto;
}

/*** END HOW IT WORKS ***/

/**Single product page**/
.single-product-name h3 {
    font-weight: 700;
}
.seller span {
    color: #707174;
}
.btn-add-to-cart:hover {
    background-color: #f55a00;
    border-color: #f55a00;
}
/** End single product page**/

/**Product grid image on hove**/
.image-on-hover {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.image-on-hover img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.image-on-hover:hover img {
    transform: scale(1.1);
}
/**End Product grid image on hove**/

/**PRICE DISCOUNT PERCENTAGE**/

/** END PRICE DISCOUNT PERCENTAGE**/
/**RESPONSIVE CSS**/
.mobile-menu-header {
     background-color: #fff;
}
/**MOBILE HEADER**/
.mobile-menu-header i.lni.lni-menu {
    color: #6c757d;
    margin-top: 9px;
}
.mobile-menu-header i.lni.lni-search-alt {
    color: #6c757d;
}
.trendingGrid.placeholder-item {
    -webkit-animation-name: auto;
}

form.searchBox {box-shadow: 1px 1px 18px #e2e2e2dd;border-radius: 5px;}

.services-filters label {
    border: 1px solid rgb(207, 207, 207);
    color: rgb(0 0 0);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(54 54 54 / 6%) 0px 1px 2px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    height: 100%;
    font-size: 14px;
}

.service-heading h3:after {
    border-bottom: 2px solid #ffd93a;
    content: "";
    display: table;
    height: 7px;
    width: 35%;
}

p.sp-sr {
    font-size: 14px;
    font-weight: 400;
    color: #ababab;
}

a.deals img {
    width: 23px;
    margin-right: 7px;
}


.service-vendor-list a {
    text-decoration: none;
}

.footer-main-conents-bottom {
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 300;
}

.tiny-breadcrumb a:after {content: "/";padding-left: 10px;}

.tiny-breadcrumb a:last-child:after {content: "";}

.service-vendor-page-header {
    padding: 20px 0px;
    background: #172337;
    position:relative;
}

.tiny-breadcrumb {
    margin-top: 50px;
}

.tiny-breadcrumb a {
    color: #fff;
    font-size: 13px;
}

.service-vendor-page-header h1 {
    color: #fff;
}

.tab-service-cr {
    padding: 15px;
    margin-top: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.nav-service-tabs {
    border-width: 0px;
}

.nav-service-tabs .nav-link.active {
    background: #3f1d75;
    border: 1px solid #3f1d75;
    color: #fff;
}

.nav-service-tabs .nav-link {
    padding: 3px 15px;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    color: #000;
}

.nav-service-tabs li .nav-link.first {
    border-radius: 17px 0px 0px 17px;
}

.nav-service-tabs li .nav-link.last {
    border-radius: 0px 17px 17px 0px;
}

.base-service {
    position: absolute;
    /* bottom: 0; */
    left: 0;
    /* margin: 2px 0 0; */
    width: 100%;
    height: 100%;
    font-size: 158px;
    font-family: Impact;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    color: #351f5d;
    background-color: #3f1d75;
    ansition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0px;
    right: 0;
    text-transform: uppercase;
}

.service-vendor-page-header .container {
    position: relative;
    z-index: 1;
}
/** CSS FOR CONTACT US PAGE**/
.customer-addressone ul {
    padding-left: 0px;
}
.get-in-touch input.btn-lg.btn-block.contact-btn {
    border: none;
    width: 30%;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px;
    position: relative;
    top: 7px;
}
input.contact-btn {
    background-color: #ff5e00;
}
.services-products-listing {
    background: #f7f7f7;
}

.service-heading {
    padding-bottom: 10px;
}

ul.right-list-ser {
    padding: 0;
    margin: 0;
}

ul.right-list-ser li {
    list-style-type: none;
}

ul.right-list-ser {
    float: right;
}

ul.right-list-ser li a.verifed {color: #81e018;}

.services-filters label.active {
    background: #fff3c3;
}
a.deals {
    color: purple;
    text-decoration: none;
}
a.deals:hover {
    color: darkblue;
}

.purple {
	background: rgba(142, 68, 173, 1);
    box-shadow: 0 0 0 0 rgb(142 68 173);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    transform: scale(1);
    display: inline-block;
    animation: pulse-purple 2s infinite;
    position: relative;
    top: 7px;
}

@keyframes pulse-purple {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
	}
}


/** CSS FOR SINGLE PRODUCT PAGE**/
.product-info h3 {
    font-size: 1.6rem;
    font-weight: 700;
} 
.single-left-product-panel {
    /* box-shadow: 0 7px 14px rgb(34 25 36 / 20%); */
    padding: 0px 20px 20px;
    border-radius: 10px;
}

/** CSS FOR OWL CAROUSEL REMOVE SLIDERS**/
div#prdtrending .owl-carousel .prev-slide {
    display: none;
}

div#prdtrending .owl-carousel .next-slide {
     display: none;
}

/** CSS FOR ORDER HISTORY**/
.order-history-tables .table-responsive.border {
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    border-radius: 8px;
}
.address-block {
    padding: 16px;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    border-radius: 0px;
}

/** CSS FOR CART**/
tr.cart-table-tr td {
   padding: 10px 2px;
}
.unit-rate {
   color: #656565;
}

.service-image-placehlder {
    /* width: calc((100% / 4) - 15px); */
    height: unset;
    border-radius: 10px;
    /* border: 1px solid #f2f5f8; */
    /* background: #fff; */
    padding: 0px;
    position: relative;
    /* margin: 0 20px 20px 0; */
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 3%); */
}


.service-image-placehlder a {
    position: relative;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    display: block;
}

.service-image-placehlder a img {
    width: 100px;
    height: 100px;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    border-radius: 10px;
    object-fit: cover;
    /* border: solid 1px #d4dbe0; */
    background-size: cover;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    object-fit: cover;
    text-indent: -10000px;
    font-size: 0;
    color: #fff;
}

.service-vendor-list {
    /* box-shadow: 0 0 10px 0 rgb(0 0 0 / 3%); */
    border: 1px solid #e8e8e8;
    padding: 20px;
    background: #fff;
    border-radius: 7px;
}

.service-vendor-list h5 {
    color: #000;
    font-weight: 700;
}

/** CSS FOR AUTO SEARCH **/
/*** AUTOCOMPLETE ***/
.ui-autocomplete {
   max-height: 400px;
   overflow-y: auto;
   /* prevent horizontal scrollbar */
   overflow-x: hidden;
   font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    font-family:sofia,arial,sans-serif;
    box-shadow: 0px 0px 1px 1px #0062cc78;
    border-radius: 0.25rem;
 }
 /* IE 6 doesn't support max-height
  * we use height instead, but this forces the menu to always be this tall
  */
 * html .ui-autocomplete {
   height: 400px;
 } 
 .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper:before {
   content: "\eb7b";display: inline-block;
   font: normal normal normal 1em/1 'LineIcons';
   padding-right:15px;
   }
  .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper{
    padding-top:10px;
  }
  .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper:hover{
    background-color: #0062cc21;
    border-color: transparent;
    color:#000;
  }
h2.level-title {
    color: #fff !important;
    font-family: sofia,arial,sans-serif;
}
.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -6px;
    transform: rotate(
135deg
);
}
/** END AUTO SEARCH CSS**/

/*** NEW HOME PAGE***/
.trendingGrid img {
}

.t-title h2:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background-color: #6c757d;
    position: absolute;
    top: 50px;
}
.owl-carousel-slider .nav-btn.next-slide, .owl-carousel-personalized .nav-btn.next-slide {
    left: unset;
    top: 0%;
    margin-top: -195px;
    right: 12px;
}
.owl-carousel-slider .nav-btn.prev-slide, .owl-carousel-personalized .nav-btn.prev-slide {
    left: unset;
    top: 0%;
    margin-top: -195px;
    right: 72px;
}
.owl-carousel-personalized .nav-btn.next-slide, .owl-carousel-personalized .nav-btn.next-slide {
    left: unset;
    top: 0%;
    margin-top: -191px;
    right: 12px;
}
.owl-carousel-personalized .nav-btn.prev-slide, .owl-carousel-personalized .nav-btn.prev-slide {
    left: unset;
    top: 0%;
    margin-top: -191px;
    right: 72px;
}
div#prdSimilarProducts .owl-carousel-slider .nav-btn.prev-slide, .owl-carousel-personalized .nav-btn.prev-slide {
    left: unset;
    top: 0%;
    margin-top: -193px;
    right: 72px;
}
div#prdSimilarProducts .owl-carousel-slider .nav-btn.next-slide, .owl-carousel-personalized .nav-btn.next-slide {
    left: unset;
    top: 0%;
    margin-top: -193px;
    right: 12px;
}
/*** END NEW HOME PAGE***/

input:focus {
    border-color: #ced4da !IMPORTANT;
    box-shadow: none !important;
}
select:focus {
    border-color: #ced4da !IMPORTANT;
    box-shadow: none !important;
}
textarea:focus {
    border-color: #ced4da !IMPORTANT;
    box-shadow: none !important;
}


/**new css footer**/
.footer-newsletter-form input#email {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 5px;
    margin-bottom: 12px;
    color: white;
    width: 48%;
    height: 49px;
    padding-left: 23px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.footer-main-conents p {
    font-family: sofia,arial,sans-serif !important;
    color: #0000009e;
}
.footer-newsletter {
    color: #fff;
}
.footer-newsletter h3 {
    font-size: 35px;
}
.footer-newsletter-form input#email::placeholder {
    color: #ffffff;
}
form#newsletter-form input.btn-submit {
    height: 49px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-left: -6px;
    border: 2px solid #007bff;
    margin-top: 9px;
}
/** End new css footer**/

/** NEW CHECKOUT PAGE**/
.checkout-user-form input {
    appearance: none;
    border: 2px solid #ccc;
    box-shadow: none;
    font-size: 14px;
    height: 3.125rem;
    margin-left: 0;
    margin-top: 0;
    outline: none;
    padding: .6875rem;
    transition: all .2s ease-in-out;
    width: 100%;
    border-radius: 0;
}
.checkout-user-form button.btn-lg.checkout-button.btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    line-height: 1;
    padding: .8rem 1rem;
    text-transform: uppercase;
    white-space: normal;
    border-radius: 0px;
}
.checkout-user-form {
    padding-top: 15px;
}
ul#checkoutTabs {
    font-size: 22px;
    font-weight: 600;
    
    
}

        
/** END NEW CHECKOUT PAGE**/
a.btn-register {
   color: #764a9c;
cursor: pointer;
}
.checkout .address-block.default {
    margin-top: 10px;
    background: #f0ffde;
    border-radius: 3px;
}
.add-new-address-btn {
    text-align: right !important;
    margin-bottom: 0px;
    margin-top: -29px;
    position: relative;
    top: 33px;
}
button:focus {
outline: none;
}
.btn:focus {
   box-shadow: none;
}
.home-link a {
    text-decoration: none;
    color: black;
}
a:focus {
outline: none;
}

/***css for loyalty box**/

.loyalty-box .form-control {
   height: 49px;
   border-radius: 0;
   font-size: 17px;
}
.loyalty-box {
/* border: 1px dashed #7E8018; */
padding: 10px 10px 0px;
background-color: #F2F2F2;
border-radius: 2px;
background-image: url(../image/white-abstract-background_23-2148810113.jpg);
}
.loyalty-box p {
font-size: 15px;
margin-bottom: 10px;
line-height: 1.6;
}
.loyalty-btn {background-color: #0062cc;border-radius: 0;color: #fff;font-size: 14px;}

.loyalty-heading h4 {
    color: #002852;
    font-size: 20px;
    font-weight: 700;
}

.loyalty-box input::placeholder {
    font-size: 14px;
}

td.loyaltypoint-box {
    padding: 0;
    border: 0px;
}

.btn.view-loyalty-btn {
    font-size: 16px;
    padding: 0px 0px;
    margin-bottom: 10px;
    color: #007bff;
}

.loyaty-img {
    text-align: center;
}

/***coupon css***/
h4.coupon-gift-detail {
    font-size: 25px;
    font-weight: 400;
}
p.coupon-save-detail {
    font-weight: 200;
    margin-bottom: 0px;
    font-size: 14px;
}
p.coupon-valid-date {
    font-size: 12px;
    color: red;
    font-weight: 600;
    margin-bottom: 10px;
}
p.use-code {
    font-size: 12px;
    font-weight: 600;
}
span.coupon-clone {
    border: 2px dashed #989898e8;
    padding: 17px 30px 9px;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 46px;
    border-color: #0062cc;
}
span.coupon-clone i {
    font-size: 23px;
    color: #000;
    cursor: pointer;
}
.coupon-details table {
    margin-bottom: 0px;
}


/*Payment Text Color*/
.payment-text
{
    color: red;
}
/*Bread Crums*/
.my-breadcrumb {
    text-align: left;
    background-color: var(--main-bg-color);
    /*padding: 0px 20px;*/
}
.my-breadcrumb h1{
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}
/*Bread Crums*/

/*header*/
.top-link a {
    padding-right: 15px;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}


.footer-services .col-sm img {
   float: left;
   padding-right: 20px;
}

/*top link images*/
.top-link-img{
    width: 22px;
    height: 22px;
    filter: invert(21%) sepia(57%) saturate(2880%) hue-rotate(343deg) brightness(16%) contrast(60%);
}
.top-link a, p.top-link-text {
    font-size: 13px;
    text-decoration: none !important;
    text-align: center;
    color: #0a0a0a;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
}
/*About Us*/
.view-more-btn {
    font-size: 16px;
}
.about-content h1 {
    font-size: 30px;
}
.about-img {
    text-align: center;
    padding: 30px 10px 20px 10px;
    background: white;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}
.what-we-offer {
    background: #00000017;
    text-align: center;
    padding: 20px;
}
.view-more-btn{
    background: #666666;
    color: #fff;
}
.view-more-btn:hover {
    background-color: #f6371c;
}

.view-more-btn:active {
    background-color: #f6371c ;
}
.view-more-btn:focus {
    background-color: #f6371c;
}
.about-us-title {
    text-align: center;
}
.about-us-p1, .about-us-p2{
    text-align: justify;
}
.about-us-p1 p {
    font-weight: 500;
    font-size: 20px;
}
.about-us-p2 p{
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.about-content {
    padding-top: 10px;
}
.about-content p {
    color: gray;
}
.carousel-inner img {
    width: 100%
}

.carousel-item img {
    width: 100%;
    height: 100%;
}

#AboutUsCarousel .carousel-indicators {
    position: static;
    margin-top: 0px
}

#AboutUsCarousel .carousel-indicators>li {
    width: 100%
}

#AboutUsCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#AboutUsCarousel .carousel-indicators li.active img {
    opacity: 1
}

#AboutUsCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}
/*Privacy Poliicy*/
.questions{
    border-radius: 0px;
    }
.privacy-policy {
    font-size: 14px;
    color: var(--header-bg-color);
    line-height: 30px;
}


/*terms & Condition*/
.terms-cond {
    text-align: justify;
    font-size: 20px;
}
.terms-cond p{
    font-size: 14px;
    color: var(--header-bg-color);
    line-height: 30px;
}
/*cancellation and refund policy*/
.cancellation-refund-policy{
    font-size: 14px;
    color: var(--header-bg-color);
    line-height: 30px;
}

/** Order detail packages **/
h4.packh-h {
    color: #8e8e8e;
    font-size: 20px;
    font-weight: 200;
}

span.p-suborderid {
    font-size: 20px;
    color: blue;
    font-weight: 600;
}

span.package-pending {
    color: #c6c6c6;
    font-size: 15px;
}

.packaged-items {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 11px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 1px 5px 4px #f7f7f7;
}


.packaged-items .packed {
    color: #c6098c;
}
.packaged-items .ordered {
    color: orange;
}
.packaged-items .shipped {
    color: blue;
}

.packaged-items .delivered {
    color: green;
}

.packaged-items .cancel,.packaged-items .refund {
    color: red;
}



/*gift finder*/

.gift-finder {
    padding-bottom: 20px;
    padding-top: 15px;
}

.giftfindbox {
    background-color: #ffffff8f;
    color: white;
    border-radius: 10px;
    border-style: solid;
    border-color: #ff9400;
    border-width: 2px;
    margin: auto;
    max-width: 1000px;
    z-index: 99;
    position: relative;
}


.giftfindbox h2 {
    font-size: 23px;
    /*font-family: GothamPro;*/
    color: #ff9400;
    text-align: right;
}

.giftbox{
    background-color: var(--main-bg-color);
    margin-top: -115px;
}
/*Trending Now*/
.categories h2 {
    position: relative;
    opacity: 1;
    margin-bottom: 0px;
    font-size: 13px;
    text-align: center;
    padding-left: 5px;
    font-weight: 600;
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;*/
}

.categories h2:before {
  /* content: ""; */
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #ffffff00, #ffffff47, #ffffff00);
  bottom: 45px;
  top: -10px;
  left: 0;
}

.categories h2:after {
  /* content: ""; */
  position: absolute;
  width: 100%;
  background-image: linear-gradient(to right, #ffffff00, #ffffff47, #ffffff00);
  bottom: -7px;
  top: 42px;
  left: 0;
}
.categories {
    width: 100%;
    padding: 10px 10px 5px;
    bottom: 15px;
    /* background-image: linear-gradient(to right, #00000000, #0000008f, #000000e0, #0000008f, #00000000); */
    color: #000000e0;
    /* opacity: 1; */
    /* transition: visibility 0.3s linear,opacity 0.3s linear; */
    
    }

.categories_rule{
   position: absolute;
   bottom: 13px;
   width: auto;
   padding: 20px 0px;
   visibility: hidden;
   transition: visibility 0.3s linear,opacity 0.3s linear;
   opacity: 0;
   margin-bottom: 0px;
}

ul.categories_rule li {
    list-style-type: none;
    margin-bottom: 6px;
    display: block;
}
.categories_rule a {
  text-decoration: none;
  background-color: #0000006e;
  padding: 7px 8px;
  /* margin: 0px 0px 8px 0px; */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  /* position: relative; */
  /* left: -20px; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  display: inline-block;
  color: #fff;
  font-size: 13.5px;
}

.trendingGrid:hover .categories_rule {
    visibility: visible;
    opacity: 1;
}

.trendingGrid:hover .categories {
    /* visibility: hidden; */
    /* opacity: 0; */
}

.trendingGrid {
    position: relative;
    margin-bottom: 10px;
    border-radius: 0px;
    border: 1px solid #dddd;
    box-shadow: 0 3px 7px rgb(34 25 36 / 20%);
    padding: 10px;
}
.brand-name-c a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
.brand-name-c {
    font-size: 12px;
    font-weight: 500;
    color: #2BA828;
    margin-left: 20px;
}
.trendingGrid.placeholder-item img {
    width: 175px;
    border-right: 1px solid #eaeaea;
}
.categories_rule a:hover {
    background-color: #000000c4;
}
.categories_rule img {
border-radius: 25px;
} 

/*trending now*/

/*Gifts*/

.gift_categories {
    position: absolute;
    bottom: 25px;
    right: 30px;
    background-color: #808080d6;
    color: white;
    padding-right: 85px;
    padding-top: 30px;
    padding-bottom: 0px;
    border-radius: 5px;
}

.gift_categories li {
    list-style-type: none;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.gift_categories .giftforher {
    background-color: var(--green-color);
    /*padding-right: -44px;*/
    /* text-align: center; */
    margin-left: 10px;
    margin-right: -75px;
    /* margin-top: 0px; */
    color: white;
    padding-left: 15px;
    padding-bottom: 1px;
    padding-top: 10px;
}
.giftGrid {
    position: relative;
    margin-bottom: 35px;
}
.gift_categories a{
    text-decoration: none;
    color: white;
    font-size: 15px;
}
.gift_categories a:hover{
    color: var(--green-color);
}

.image-border {
    border-radius: 5px;
}

.giftforher h5 {
    font-size: 22px;
}


/*gifts*/


/*customer review*/
.testimonial{
  background: #fef8fa;
  padding: 30px;
  box-shadow: 0px 4px 6px #04040463;
}
.testimonial img{
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
}
.name{
  font-size: 20px;
  margin: 10px 0;
}
.stars{
  color: #fbc000;
  margin-bottom: 20px;
}

.testimonial p {
    font-size: 17px;
}


blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 100px;
  line-height: 0px;
  float: left;
}
blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 100px;
  line-height: 0px;
  float: right;
  margin-top: 30px;
}
/*blockquote p {
  display: inline;*/




.moretext {
  display: none;
}
.pointer{
    cursor: pointer;
}
/*footer*/

.secure-payment ul li {
    display: inline;
    list-style-type: none;
    position: relative;
    left: -38px;
    line-height: 35px;
}

.social-icon ul li {
    display: inline;
    list-style-type: none;
    position: relative;
    /* left: -38px; */
}
.menuitems ul li{
    display: inline;
    list-style-type: none;
    position: relative;
    border-right: 1px solid #c5c5c5;
    padding-left: 10px;
    padding-right:10px;
}
.menuitems ul {
    padding-left: 0px;
}
.menuitems ul li:first-child{
    padding-left: 0px;
}
.menuitems a{
    color: #fff;
    font-size: 12px;
}

.menuitems li:last-child {
    border: none;
}

.copy-right{
    color: #fff;
    background: #212225;
    font-size: 12px;
    border-top: 1px solid #eee;
}
.copy-right a {
    color: #fff;
    text-decoration: underline;
}
.container.contact-title {
   padding-left: 0px;
}

/*.footer-lines {
   border-bottom: 1px solid white;
   border-top: 1px solid white;
}*/
.footer-content ul li {
    font-size: 12px;
}
.third-footer h2 {
    font-size: 18px;
}
.menuitems ul li {
    font-size: 15px;
}
.menuitems {
    line-height: 30px;
}

.testimonial p i {
    font-size: 40px;
    color: grey;
}

/*footer*/

/*cart*/

tr.cart-table-tr {
    /* border-bottom: 1px solid #dee2e6; */
}
.checkout-left-section {
    border: 1px solid #dee2e6;
}
.table-heading {
    background: #0062cc;
    color: white;
    font-size: 20px;
}

.my-cart h4 {
    font-weight: 700;
    color: black;
    padding-bottom: 25px;
    font-size: 25px;
}

.my-cart a{
    color: black;
    text-decoration: none;
}
.cart-table{
    background: white;
}

.discount{
    color: #177d0c;
}
.shopping{
    color: #c72d2c;
}
tr.cart-table-tr .product-type {
    color: #c72d2c;
    font-size: 13px;
} 
.checkout-btn {
    background-color: #DF4723;
    border-radius: 0px;
    color: white;
}
.shopping-btn {
    background-color: #198d0d;
    border-radius: 0px;
    color: white;
}
.cart-buttons {
    line-height: 55px;
}
.checkout-box {
    line-height: 30px;
}
.coupon-btn{
    background-color: #0062cc;
    border-radius: 0px;
    color: white;
}
.product-id a {
    color: #ababab;
}
.product-id{
    font-size: 15px;
}

.coupon-box input {
    border-radius: 0px;
}
/*wedding decors*/
.hero-inner {
    position: absolute;
    top: 30%;
    margin-left: 100px;
    color: white;
}

.wedding-decor {
    position: relative;
}

/**Qyty -/+ Buttton*/

.add1 {
    /* border: 1px solid gray; */
    /*border-left: none;*/
    border-radius: 0px;
}

.minus1 {
    /* border: 1px solid gray; */
    /*border-right: none;*/
    border-radius: 0px;
}

.stepper{
    display: flex;
}

.quantity {
    width: 30px;
    text-align: center;
    border: 2px solid gray;
    /* border-left:none; */
    /* border-right:none; */
    border-radius: 0px;
    font-size: 23px;
}


/* Chrome, Safari, Edge, Opera */
.stepper input::-webkit-outer-spin-button,
.stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.stepper input[type=number] {
  -moz-appearance: textfield;
}

.quantity input,.quantity button{
   width:50px;
   padding:.5em;
   font-size:1.2rem;
   text-align:center;
   font-weight:900;
   background:white;
   border:1px solid #aaa;
}

/****registerOrLogin / signup / track order / call back Modal*******/
.login-content{
    padding: 20px;
    /*background:url(../image/login/bg.jpg?32o3i) no-repeat scroll 0px 0px;*/
    border-radius: 8px;
    background-size: cover;
}

.login-content h4 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -30px;
}


.division {
    float: none;
    margin: 0 auto 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
 }   

.division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 25%;
}

.division .line.l {
    left: 0;
}

.division .line.r {
    right: 0;
}
     
.btn-google {
  color: white;
  background-color: #ea4335;
  border-radius: 0px;
  margin-bottom: 10px;
}

.btn-facebook {
  color: white;
  background-color: #3b5998;
  border-radius: 0px;
  margin-bottom: 10px;
}

.btn-facebook:hover{
    color:white;
}


.login-btn{
    color:black;
    border-color: black;
    background: white;
    border-radius: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-google:hover{
    color:white;
}
.btn-google span {
    margin-left: 10px;
}

.btn-facebook span {
    margin-left: 10px;
}
/*.new-account {
    float: right;
}*/

.new-account a {
    text-decoration: none;
    color: #c738a9cf;
    margin-left: 8px;
}

.lost-password {
    margin-top: 10px;
}


.lost-password a{
    text-decoration: none;
    color: black;
    margin-left: 8px;
}

.remember-me{
    margin-left: 10px;
}
.login-title {
    border-bottom: none;
}
.required {
  color: red;
}
.login-body {
    padding-bottom: 30px;
}
.new-account a:hover {
    color: black;
}

/*contact us page****/
.contactus {
    margin-bottom: 35px;
}
.customer-addressone {
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    padding: 16px;
    border-radius: 10px;
}

.customer-addressone a{
    text-decoration: none;
    color: black;
}
.customer-addressone ul li {
    list-style-type: none;
    line-height: 30px;
}
.customer-addresstwo {
    border: 1px solid;
    margin-top: 15px;
    padding: 10px;
}

.customer-addresstwo ul li {
    list-style-type: none;
}
.customer-addresstwo a{
    text-decoration: none;
    color: black;
}

.contact-detail h1 {
    font-size: 25px;
    font-weight: 700;
}
.contact-detail h3{
    /*font-family: 'GothamPro';*/
    font-size: 20px;
}
.contact-btn{
   /* background-color: black;
    border-color:black;*/
    color:white
}
.contact-btn:hover{
    color:white
}
.get-in-touch {
    line-height: 30px;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    padding: 16px;
    border-radius: 10px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
    border: 1px solid;
    margin-top: 35px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.contact-breadcrumb {
    	margin: 2px;
 }
 .get-in-touch input {
    border-radius: 0px;
    border: 2px solid #000000;
    padding: 0 16px 0 10px;
    border-radius: 0px;
}

.get-in-touch select {
    padding: 0 16px 0 10px;
    border: 2px solid #000000;
    border-radius: 0px;
}

.get-in-touch textarea {
    border-radius: 0px;
    border: 2px solid #000;
    padding: 0 16px 0 10px;
    border-radius: 0px;
}

.contact-detail-form h1 {
    font-size: 25px;
    font-weight: 700;
}

.get-in-touch button {
    border-radius: 0;
}
/*bread crums**/

ol.breadcrumb.iris-breadcrumb {
    background-color: transparent;
    padding-left: 0px;
}

ol.breadcrumb.iris-breadcrumb a {
    color: #000;
    font-size: 14px;
}

ol.breadcrumb.iris-breadcrumb li:before {
    padding-right: 3px;
}

/***My profile****/

.profile-contents i{
    font-size: 20px;
}

.my-profile-info {
    line-height: 35px;
    margin-top: 10px;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    padding: 16px;
    border-radius: 0px;
}
.my-profile-info h4 {
    font-size: 20px;
}

.my-profile-info i {
    float: right;
    color: black;
}

.td-w30{
    width:30%;
    font-weight: 500;
}
.td-w9{
    width:10%
}
.td-w60{
    width:61%;
}
.table-contents{
    margin-left: 15px;
}
.user-detail{
    color: #a1a1a1;
}

/*.profile-contents ul {
    display:flex;
    flex-wrap: wrap;
}*/
.profile-options ul li a span {
    padding-left: 25px;
}

.profile-contents li {
    list-style: none;
    /*flex: 1 0 30%;*/
    /* display: block; */
}
.profile-contents {
    margin-left: -30px;
}
.profile-options ul li a:hover {
    color: black;
}
li.profile-icon:hover {
    background-color: #0062cc21;
}
.profile-options ul li a {
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: #211e22;
}
.address {
    /*border: 1px solid #a1a1a1;*/
    padding: 15px;
    line-height: 35px;
    min-height: 315px;
}
.my-address h4 {
    font-size: 20px;
}
.old-address i {
    float: right;
    font-size: 20px;
    padding: 10px;
    color: black;
}
.new-address i {
    font-size: 100px;
    color: #a1a1a1;
}

.new-address {
    text-align: center;
}

.add-new {
    font-size: larger;
}
.new-address a {
    text-decoration: none;
    color: black;
}
.plus-sign {
    padding-top: 60px;
}

/**Offer Pop-up*****/
/**Offer Pop-up*****/
.offer-content{
    /*background:url(../image/offer_popup/popup-bg.jpg) no-repeat scroll 0px 0px;*/
    border-radius: 0px;
    background-size: 100% 100%;
}

.offer-popup-header {
    padding: 0px;
}
.offer-popup-header .close {
    padding: 0px;
    position: relative;
    top: 23px;
    left: -25px;
}

.offer-content h4 {
    text-align: center;
    font-family: Shaded Larch;
    font-size: 38px;
}

.offer-body {
    margin: 0px 50px 50px 50px;
    background-color: #ffffffd1;
}
.mail-btn {
    background-color: black;
    color: white;
    border-radius: 0;
    float:right;
    margin-top: -38px;
}
span.popup-title {
    line-height: 2;
}
.email-box input {
    width: 85%;
    border-radius: 0px ;
    margin-top: 25px;
}
.dont-show-again{
    margin-top: 15px;
    
}
/*Order Tracker*/
.order-tracking {
    margin-top: 15px;
}
.track-table {
    width: 50%;
    margin: auto;
    /*border: 1px solid #a1a1a1;*/
    border-radius: 5px;
    padding: 40px;
    line-height: 40px;
    background-color: white;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
}
.order-tracking h4 {
    text-align: center;
}
.date {
    font-size: 17px;
    color: #a1a1a1;
}
.status {
    font-size: 25px;
    font-weight: 500;
}

.divider {
    height: 0px !important;
    background-color: blue
}

.track-line {
    height: 2px !important;
    background-color: #a1a1a1;
}

.dot {
    height: 20px;
    width: 20px;
    margin-top: 0px;
    background-color: #a1a1a1;
    border-radius: 50%;
    display: inline-block
}

.big-dot {
    height: 30px;
    width: 30px;
    margin-top: 0px;
    background-color: #007bff;
    border-radius: 50%;
    display: inline-block
}

.big-dot i {
    font-size: 12px
}
.order-label {
    font-weight: 500;
}
.order-status{
    width: 80%;
    margin: auto;
    line-height: 30px;
}
.order-status-line{
    width: 70%;
    margin: auto;
}
.order-detail{
    background-color: #faebd75c;
    padding-top: 35px;
    padding-bottom: 50px;
}
.status-time {
    color: #a1a1a1;
}

/*Order Detail*/
.detail-order {
    padding: 10px;
    min-height: 270px;
    margin-top: 15px;
}
.detail-order h1 {
    font-size: 25px;
    /*font-family: 'GothamPro';*/
}

.detail-order ul li {
    list-style-type: none;
    line-height: 30px;
    margin-left: -40px;
}
.order-details h2{
    /*font-family: 'GothamPro';*/
        font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}
.order-head {
    padding: 15px;
    background-color: #f3f3f3;
}

.order-detail-table td {
    border-top: none;
}

.track a{
    text-decoration: none;
    color: black;
}
.invoice a{
    text-decoration: none;
    color: black;
}
.item-info {
    border-bottom: 1px solid #dee2e6;
}

.other-info {
    border-bottom: 1px solid #dee2e6;
}

.total-amt {
    border-bottom: 1px solid #dee2e6;
}
.amount {
    text-align: end;
}
/*Order History**/

.buyagain-btn {
    /*background-color: black;*/
    color: white;
    border-radius: 0.3rem;
}


.review-btn{
    background-color: #d1d1d1;
    color: black;
    border-radius: 0.3rem;
}
.order-history-head {
    background-color: #f3f3f3;
}
.product-name a {
    text-decoration: none;
}

.product-id a {
    text-decoration: none;
}

.buyagain-btn:hover {
    color: white;
}
.review-btn:hover {
    color: black;
}
.order-header-cancel {
    padding-right: 10px;
    border-right: 1px solid;
}

.order-header-detail {
    padding-right: 10px;
    border-right: 1px solid;
    margin-left: 10px;
}

.order-header-track {
    padding-right: 10px;
    border-right: 1px solid;
    margin-left: 10px;
}

.order-header-invoice {
    margin-left: 10px;
}
.order-number{
    font-weight: 500;
}

.order-history-tables {
    margin: auto;
    width: 100%;
    margin-top: 15px;
}
.order-history-body td {
    vertical-align: middle;
    /*width: 20%;*/
}
/*.order-history-body tr td:first-child {
    width: 0%;
}*/
.delivery-address-td {
    border-top: 1px solid #d1d1d1;
}
p.orderhistory-deliver-date {
    margin-bottom: 0px;
    padding: 20px 0px;
    font-weight: 500;
}
.orderhistory-padding {
    padding-left: 0px;
    padding-right: 0px;
}


.order-menu{
    text-align: end;
}

.order-total{
    text-align:end;
}

/***add on page****/
.addon-text {
    font-size: 25px;
}
.addons-box {
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
}
.product-list-box {
    clear: both;
    display: table;
    margin-top: 10px;
    width: 100%;
}
.add-product-item-box {
    width: 21%;
    float: left;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(192, 192, 192, 0.5);
    margin: 0% 2% 2% 2%;
}
.add-ons-label {
    display: block;
    margin-bottom: 0;
}
.product-item {
    margin: 0;
    background-color: #fff;
    padding: 0;
    border: 1px solid transparent;
}
.product-item img {
    width: 70%;
    margin: 0 auto;
    padding: 12px;
}
.product-details {
    padding: 5px;
}
.card-detail{
    margin: 10px;
}
.addon-block{
    margin-top:10px;
}
.add-on-img {
    margin: 0px;
    border-radius: 5px;
}
.add-on-header {
    text-align: center;
    background: #f6371c;
    padding: 10px;
    color: white;
}

.add-on-header h2 {
    /*font-family: GothamPro;*/
}
.add-on-tab .nav-pills .nav-link.active {
    background: #f6371c;
    border-radius: 0px;
}
.add-on-tab {
    padding: 10px;
    display: table;
    margin: 0 auto;
}
.new-price {
    font-size: 17px;
}

.old-price {
    font-size: 15px;
    text-decoration: line-through;
    color: #00000045;
}
.add-on-tab .nav-item {
    background: #f3f3f3;
    margin: 5px;
}
.add-on-tab a {
    color: black;
}
.add-on-footer {
    padding: 10px;
    background: white;
    position: fixed;
    width: 100%;
    z-index: 1;
    bottom: 0;
    box-shadow: 0px 0px 25px 0px #ccc;
    background-color: white;
    padding: 20px 50px 20px 50px;
}
.add-on-selected {
    font-size: 25px;
    font-weight: 500;
    padding-left: 19px;
}
.add-on-price {
    color: #f6371c;
}
.add-on-btn {
    background: #f6371c;
    border-radius: 0px;
    float: right;
    color: white;
}
.addon-close-btn {
    float: right;
    margin-top: -25px;
    font-size: 50px;
    color: white;
}
.addon-close-btn:hover {
    color: white;
}

nav.navbar.navbar-addon {
    border: 0px;
    box-shadow: none;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* max-width: 500px; */
    background: #fff;
    width: 100%;
    position: relative;
    top: -17px;
}

nav.navbar.navbar-addon .nav-pills .nav-link.active{
    background: #f6371c;
}
span.add-on-btn .btn {
    color: #fff;
}
nav.navbar.navbar-addon ul {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 16px;
}

nav.navbar.navbar-addon ul li a {
    border-radius: 0px;
    padding: 9px 11px;
    color: #000;
    background: #ddd;
    margin-left: 5px;
    margin-right: 5px;
}
.addon-margin {
    margin-bottom: 100px;
}
.addon-margin-top {
    margin-top: 130px;
}
input.add-on-cb {
  border: 3px solid #f6371c;
  background: #fff;
  color: #555;
  /* clear: none; */
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 1rem;
  -webkit-appearance: none;
  transition: .05s border-color ease-in-out;
  position: relative;
  margin-right: 0px;
  float: right;
  margin-top: 2px;
}

input.add-on-cb:checked:before {
  content: url(../image/tick.png);
  height: 40px;
  width: 16px;
  display: table;
  position: absolute;
  top: 0px;
}

.add-on-btn:hover {
    color: white;
    text-decoration: none;
}
.add-on-items{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.item-title{
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    height: 36px;
}
.message-box{
    margin-bottom: 10px;
}
.skip-btn{
    margin-right:5px;
}
/*Check Out Page****/
.checkout-left {
    padding: 19px;
    box-shadow: 0px 0px 5px 0px #ccc;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
    background: #f7f7f7;
}
.checkout-email {
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-top: 5px;
    margin-bottom: 15px;
}
.cbuttons {
    /* display: flex; */
}
.social-btn1 {
    border: 1px solid;
    border-radius: 0px;
    /* margin: 10px; */
}
.social-btn2 {
    border: 1px solid;
    border-radius: 0px;
    /* margin: 10px; */
}
.social-btn1 i{
    color: blue;
}
.social-btn2 i{
    color: red;
}
.continue-btn {
    /*text-align: center;*/
    padding-left: 0px;
}
.checkout-button {
    background-color: #0062cc;
    border-radius: 0px;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 50px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
}
.checkout-button:hover {
    background-color: #f6371c;
    color: #fff;
}
button.btn-delivery-here {
    padding: 3px 20px;
    border-radius: 50px;
}
button.btn-delivery-here:hover {
    background-color: #f6371c;
    border-color: #f6371c;
    color: #fff;
}

.date-wrap {
    /* margin: 15px auto; */
    /* display: inline-block; */
    /* position: relative; */
    /* width: 51%; */
}
.date-li {
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
}
.date-inner {
    margin: 6px 0 7px 0px;
}
.date-inner {
    text-align: center;
    line-height: 73px;
    width: 73px;
    height: 73px;
    border-radius: 0.;
    /* box-shadow: 0 0 10px 0 rgba(161,161,161,.5); */
    border: solid 1px #ebebeb;
    background-color: #fff;
    margin-right: 0;
    margin: 0 auto;
}
.day {
    /* font-size: 14px; */
    margin: 5px 0 0px 0;
    /* font-weight: 700; */
}
.date-inner i {
    font-size: 40px;
}
.date-inner p {
    font-size: 40px;
}
.date-wrap ul {
    /* margin-left: 0; */
    padding-left: 0px;
}
p.mnth {
    margin-bottom: 0px;
}
.occasion-tab .nav-pills .nav-link.active {
    background: #088735;
    border-radius: 0px;
}
.occasion-tab .nav-item {
    background: #f3f3f3;
    margin: 5px;
}
.occasion-tab a {
    color: black;
}

#id_occasion input[type="checkbox"] {
  display: none;
}

#id_occasion span {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border: 1px solid #0000002b;
  border-radius: 0px;
  color: black;
  background-color: white;
}

#id_occasion input[type="checkbox"]:checked + span {
  background-color: #088735;
  color: white;
}
.other-occasion {
    /* display: flex; */
    width: 25%;
    height: 46px;
    margin-left: 10px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #0000002b;
}


.checkout-occation {
    display: flex;
}

input.secret-checkbox {
  border: 3px solid #088735;
  background: #fff;
  color: #555;
  /* clear: none; */
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 1rem;
  -webkit-appearance: none;
  transition: .05s border-color ease-in-out;
  position: relative;
  margin-right: 5px;
}

input.secret-checkbox:checked:before {
  content: url(../image/tick.png);
  height: 40px;
  width: 20px;
  display: table;
  position: absolute;
  top: 0px;
}


/*login form***/

    
    .glogin-main {
        background-color: #FFFFFF;
        width: 400px;
        height: 400px;
        margin: 7em auto;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
    
    .signin-label {
    padding-top: 40px;
    color: #333333;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}
    
.username-label {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(136, 126, 126, 0.04);
    padding: 10px 20px;
    border: none;
    outline: none;
    box-sizing: border-box;
    /* border: 1px solid rgb(0 0 0 / 18%); */
    margin-bottom: 50px;
    margin-left: 46px;
    margin-bottom: 27px;
    border-radius: 30px;
}
    
    
    .pw-label{
            width: 76%;
            color: rgb(38, 50, 56);
            font-weight: 700;
            font-size: 14px;
            letter-spacing: 1px;
            background: rgba(136, 126, 126, 0.04);
            padding: 10px 20px;
            border: none;
            outline: none;
            box-sizing: border-box;
            /* border: 1px solid rgb(0 0 0 / 18%); */
            margin-bottom: 50px;
            margin-left: 46px;
            margin-bottom: 27px;
            border-radius: 30px;
    }
    
   
    .username-label:focus, .pw-label:focus {
        border: 2px solid rgba(0, 0, 0, 0.18) !important;
        
    }
    
    .submit-btn {
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    background: linear-gradient(to right, #0062cc, #0062cc94);
    border: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 35%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
    border-radius: 30px;
}
    
    .forgot-label {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        padding-top: 15px;
    }
    
    .signin-form a {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #000000;
        text-decoration: none
    }
    
    
.categories_rule img {
border-radius: 25px;
}        


/*Review Page*/

  .rating-group {
    display: inline-flex;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
  }

  /* add padding and positioning to half star labels */
  .rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }
  
  /* set color of none icon when unchecked */
  .rating__icon--none {
    color: #eee;
  }

  /* if none icon is checked, make it red */
  .rating__input--none:checked + .rating__label .rating__icon--none {
    color: red;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star,
  .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star,
  .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
  }
  
  /* make none icon grey on rating group hover */
  .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
     color: #eee;
  }

  /* make none icon red on hover */
  .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
  }

.rating-box {
    border: 1px solid #0000002e;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    border-radius: 10px;
}
.review {
    border: 1px solid #0000002e;
    padding: 10px;
    box-shadow: 0 7px 14px rgb(34 25 36 / 20%);
    border-radius: 10px;
}
.rating-btn {
    border-radius: 10px;
    padding: 5px 30px 5px 30px;
}

#iconpop{
	
	
	position:fixed;
	left:0;
	bottom:0;
	text-align:center;
 z-index: 99!important;
}




#iconpop .appoin{
	height:50px;
	margin-bottom:2px;
	background-color:var(--main-color);
	display:none;
	width: 50px;
	overflow: hidden;
	-webkit-transition: all .5s linear; /* Safari prior 6.1 */
  transition: all .5s linear;
 white-space:nowrap;
 text-align:left;
 line-height: 50px;
 color: #fff;
 font-size: 16px;
 

}
#iconpop .appoin i{
	
	width: 50px;
	text-align: center;

}

#iconpop .appoin:hover{
	
	 width: 250px;
	 cursor: pointer;

	
}



#iconpop .callusicon{
	height:50px;
	margin-bottom:2px;
	background-image:linear-gradient(to right,#8fc918, #b2fc1a);
	
	width: 50px;
	overflow: hidden;
	-webkit-transition: all .5s linear; /* Safari prior 6.1 */
  transition: all .5s linear;
 white-space:nowrap;
 text-align:left;
 line-height: 50px;
 color: #fff;
 font-size: 16px;
  z-index: 9999999999!important;

}
#iconpop .callusicon i{
	
	width: 50px;
	text-align: center;

}

#iconpop .callusicon:hover{
	
	 width: 250px;
	 cursor: pointer;

	
}



#iconpop .mailus{
	height:50px;
	background-color:#e6193f;
	margin-bottom:2px;
	display:none;
}


.left-social-media {
	position:fixed;
	left:0;
	bottom:0;
	text-align:center;
    z-index: 9999999999!important;
    /*visibility: hidden;*/
}

.left-social-media a {
    display: block;
    padding: 3px;
    background: #40d366;
    margin-bottom: 6px;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 29px;
}

.left-social-media a.social-tp-facebook {
    background: #3b5998 !important;
}

.left-social-media a.social-tp-instagram {
    background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

a.social-tp-whatsapp {
    background-color: #40d366;
}
.scrollup{
	height:50px;
	background-color:#fc7753;
	display:none;
	width:50px;
	position:fixed;
	right:0;
	bottom:0;
	text-align: center;
	
}
.scrollup i{
font-size:20px;
	color:#ffffff;
	line-height: 50px;
	

}
.scrollup a{
	height:50px;
	background-color:#fc7753;
	
	width:50px;
	color:#ffffff!important;
}

.scrollup a:hover{
	display:block;
	background-color:var(--main-color);
	
}


#iconpop  a{
	display:block;
	color: #fff;
}
/*#iconpop  a:hover{
	background-color:var(--main-color);
	
}*/

/*filter*/

.search-btn{
    float: right;
}
.filter-botton{
    float:  left; 
}
.center-bar {
    color: gray;
    font-size: 25px;
}
.filter-search i {
    padding-right: 10px;
}

.searchbutton {
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 5px 0px;
	float: right;
    padding-right: 10px;
}

.search-option:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: white;
	color: black;
}

.search-option {
	position: absolute;
	/* left: 49px; */ /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border:  none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
}

.search-option:focus {
	width: 100%; /* Bar width+1px */
	padding: 0 20px 0 10px
}

.expandright {
    left: 0px;
    /* top: 0; */
    /* bottom: 5px; */
    /* padding-right: 15px; */
}
.search-close-btn {
    z-index: 99999;
    position: absolute;
    right: 0px;
}
.search-container input[type="search"]::-webkit-search-decoration,
.search-container input[type="search"]::-webkit-search-cancel-button,
.search-container input[type="search"]::-webkit-search-results-button,
.search-container input[type="search"]::-webkit-search-results-decoration { display: none; }

.show-more-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 67px;
    z-index: 1;
    background: #fef8fa;
    overflow: auto;
    padding: 21px;
}

.address-block.active {
    background: #f0ffde;
}

div#deliveryMethods input,#PaymentAndNotes input {
    width: 20px;
    height: 20px;
    -webkit-appearance: initial;
    background-color: white;
    border: 1px solid #c5c5c5;
    position: relative;
    top: 5px;
}



div#deliveryMethods input:checked:after ,#PaymentAndNotes input:checked:after{
    content: "\2713";
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

div#deliveryMethods input:checked , #PaymentAndNotes input:checked{
    background: var(--dark-green-color);
}

div#deliveryMethods label, #PaymentAndNotes label {
    vertical-align: middle;
    font-weight: 600;
    border: 1px solid #e6e6e6;
    padding: 12px;
    display: block;
    background: #fff;
    border-radius: 5px;
}
.checkout-left h4 {
    font-size: 20px;
    font-weight: 700;
}

.hh-grayBox {
	background-color: #F8F8F8;
	margin-bottom: 20px;
	padding: 35px;
  margin-top: 20px;
}
.pt45{padding-top:45px;}
.order-tracking{
	text-align: center;
	width: 24.33%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #AFAFAF;
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
}
.order-tracking p span{font-size: 14px;}
.order-tracking.completed p{color: #000;}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: #AFAFAF;
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}

td.thirdparty {
    line-height: 1.2;
}

/*** SERVICE TABS *****/
ul#myServiceTabs.nav-tabs {border-bottom: 0px;}

#myServiceTabs.nav-tabs .nav-link.active, #myServiceTabs.nav-tabs .nav-item.show .nav-link {
    border-width: 0px;
    border-bottom: 2px solid #e51d2f;
    color: #e51d2f;
    font-weight: 600;
}

#myServiceTabs.nav-tabs .nav-link {
    color: #848484;
    font-weight: 500;
    border-width: 0px;
}

#myServiceTabs.nav-tabs .nav-link img {
    filter: grayscale(100%);
    width: 50px;
    height: 50px;
    padding: 5px;
    background: #e7f2fe;
    border-radius: 50%;
}

#myServiceTabs.nav-tabs .nav-link.active img {filter: none;}





.serh article {
  --wide: 0;
  --base: calc(var(--wide)*5rem);
  --size: 1.25rem;
  --left: calc(.5*(1 + var(--wide))*5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 2em auto;
  padding-left: calc(var(--wide)*7.5rem);
  width: 32em;
  max-width: 90%;
  min-height: 6.25rem;
  counter-increment: art;
  filter: drop-shadow(-1px 3px 3px rgba(0, 0, 0, 0.15));
}

/*** SERVICES DUMMY ***/
.services-products-v-e3{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.services-products-v-e3:before {
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    background: #00000085;
    bottom: 0;
    top: 0;
}

@media (min-width: 640px) {
  .serh article {
    --wide: 1 ;
  }
}
.serh article:before, .serh article:after {
  position: absolute;
}
.serh article:before {
  left: 0.25em;
  color: #fff;
  font-size: var(--base);
  content: "0" counter(art);
}
.serh article:after {
  --grad: linear-gradient(#fff, #e0e0e0);
  top: 0;
  right: 0;
  bottom: -1.25em;
  left: 0;
  z-index: -1;
  padding-left: inherit;
  border-bottom: solid 0.9375em transparent;
  transform: skewx(calc(var(--wide)*-22.5deg));
  background: var(--grad) 100% 50%/calc(100% - (var(--base) + var(--left) + var(--wide)*var(--size)) + 1px) 100% no-repeat padding-box, var(--grad) calc(var(--base) + (1 + 2*var(--wide))*var(--size)) 50%/var(--size) 100% no-repeat padding-box, radial-gradient(ellipse at 100% 50%, rgba(0, 0, 0, 0.13), transparent 35%) 0 50%/var(--size) 250% content-box, linear-gradient(var(--c0) 50%, var(--c1) 0) padding-box, radial-gradient(rgba(0, 0, 0, 0.1), transparent 70%) 100% 100%/calc(100% - (var(--base) + 2*var(--size))) 1.25em border-box no-repeat;
  content: "";
}

.serh h3, .serh p {
  padding-left: var(--left);
}

.serh h3 {
  background: linear-gradient(var(--c0), var(--c1));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* text-transform: capitalize; */
  filter: brightness(0.85);
  font-size: 21px;
  font-weight: 700;
}


.why-to-choose-us .ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.why-to-choose-us {
    padding: 41px;
}

.why-to-choose-us .ul div {
    padding: 15px;
    font-size: 22px;
    font-weight: 600;
}

.why-to-choose-us .ul div i {
    font-size: 31px;
    color: #e51d2f;
}

div#services_tab br {
    display: none;
}

.hw-box span {
    background: #ffffff;
    /* padding: 10px; */
    display: inline-block;
    color: #ce6d05;
    font-weight: 700;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 8px;
    border: 1px solid #ffbcc3;
}

.hw-box h4 {
    font-size: 17px;
    font-weight: 600;
    color: #480008;
}

.hw-box {
    margin-bottom: 30px;
    text-align: center;
}

.subsection {
    /* background: #f7f7f7; */
}

section.how-it-works-v2 {
    background: #ffedef;
}

/*** END SERVICES TABS ***/


/******Media Querries*****/

@media (min-width: 768px) and (max-width: 991.98px) {

.order-status {
    width: 90%;
    margin: auto;
}
.track-table {
    width: 100%;
}
.order-id {
    padding-right: 4px;
}
.order-date {
    padding-right: 4px;
    padding-left: 4px;
}
.delivery-date {
    padding-left: 4px;
}
.track {
    padding-right: 4px;
    padding-left: 4px;
}
.invoice {
    padding-left: 4px;
}
.order-head {
    line-height: 30px;
}
.offer-list {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.offer-list {
    float: none !important;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .track-table {
    width: 75%;
}  
}


@media (min-width: 768px){

.order-id {
    border-right: 1px solid black;
    padding-right: 25px;
}
.order-date {
    border-right: 1px solid black;
    padding-right: 25px;
    padding-left: 25px;
}
.delivery-date {
    border-right: 1px solid black;
    padding-left: 25px;
    padding-right: 25px;
}
.track {
    border-right: 1px solid black;
    padding-right: 25px;
    padding-left: 25px;
}
.invoice {
    padding-left: 25px;
}
}
@media (max-width: 767px){
/**New css footer**/
.footer-newsletter {
    text-align: center !important;
}
form#newsletter-form {
    text-align: center;
}
.footer-newsletter-form input#email {
    width: 59%;
}
form#newsletter-form input.btn-submit {
    margin-left: -5px;
    margin-top: 3px;
}
/** End new css footer**/
.order-id {
    /* border-right: 1px solid black; */
    /* padding-right: 25px; */
}
.order-date {
    /* border-right: 1px solid black; */
    /* padding-right: 25px; */
    /* padding-left: 25px; */
}
.delivery-date {
    /* border-right: 1px solid black; */
    /* padding-left: 25px; */
    padding-right: 10px;
}
.track {
    /* border-right: 1px solid black; */
    padding-right: 10px;
    /* padding-left: 25px; */
}
.invoice {
    /* padding-left: 25px; */
}
.how-it-works-deals li {
    margin: 0;
}
.how-it-works-deals li::before{
  content: none;
}
.offer-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.clock {
    position: absolute;
    top: 60px !important;
    left: 10px;
    width: 125px;
}

.offer-list {
    display: flex;
    list-style: none;
    float: none !important;
    margin-top: 25px !important;
}
}
@media (max-width: 991px){
    .shipping-address {
   padding: 0px;
}
.payment-method {
   padding: 0;
}
.order-summary {
   padding: 0;
   margin-top: 15px;
}
span.coupon-clone {
    display: table-cell;
}
.services-list{
	display: inline;
}
.services-list li{
	padding-bottom: 10px;
}
.service-actions{
    padding: 0 20px;
}

.offer-list {
    display: block !important;
    list-style: none;
    padding: 0;
}
.offer-bg {
    padding: 15px 25px 15px 25px !important;
}
    }
    
@media (max-width: 600px) {
        .glogin-main {
            border-radius: 0px;
        }
        .checkout-mbl{
            padding-left: 0;
            padding-right: 0;            
                    
        }      
        .new-address {
    text-align: center;
    margin-top: 15px;
}  
.contact-detail-form{
    padding-top: 10px; 
}
.about-img {
    margin-top: 15px;
}
.detail-order {
    padding: 10px;
    min-height: 0px; 
    margin-top: 15px;
}
.my-breadcrumb h1 {
    /*font-family: GothamPro;*/
    font-size: 25px;
}
.my-breadcrumb p {
    font-size: 15px;
}
.rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.5em;
  }
  .policy-updates{
    text-align: center;
  }
  .certificates img {
    width: 32%;
}
.certificates {
    text-align: center;
}
.product-info {

}
} 