
:root {

  --red: #db3113;      
  --white: #ffffff;
  --blue:#5cc9df;
  --black:#000000;
  --yellow:#FFDF00;
  --yellow1:#E1AB20;
  --darkyellow:#C89933;
  --grey:#e4e4e4;
  --grey1:#ebebeb;
  --grey2:#b8b8b8;
  --grey3:#E0E2E3;
  --grey4:#f4f4f4;
  --grey5:#EEEEEE;
  --darkgreen:#011F26;
  --darkgreen1:#1e3337;
  --lightyellow:#FFFCF2;
  --lightyellow1:#FEF4D3; 
  --green:#1c8d4e;
  --orange:#e97e54;
  --purple:#794bfa;
  --purple1:#4e16e9;
  --lightgreen:#d1edef;
  --lightgreen1:#667a7e;
  --lightgreen2:#adbec1;
  --lightpink:#efd1ed;
  
  
  --f_sz10:10px; 
  --f_sz11:11px; 
  --f_sz12:12px; 
  --f_sz13:13px;
  --f_sz14:14px;
  --f_sz15:15px; 
  --f_sz16:16px; 
  --f_sz17:17px; 
  --f_sz18:18px; 
  --f_sz19:19px; 
  --f_sz20:20px; 
  --f_sz22:22px; 
  --f_sz24:24px; 
  --f_sz26:26px; 
  --f_sz28:28px; 
  --f_sz30:30px;
  --f_sz32:32px;
  --f_sz36:36px;
  --f_sz40:40px; 
  --f_sz48:48px; 
  --f_sz64:64px;
  
  }
  
  /********Footer Sticky*******/
  /* html {
      position: relative; 
      min-height: 100%;
      padding-bottom:76px;
    } 
  body.accent-custom {
      margin-bottom: 76px !important;
    }
  footer { 
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 76px;
  }  */
  /********Footer Sticky*******/
  
  
  /*// <uniquifier>: Use a unique and descriptive class name
  // <weight>: Use a value from 200 to 800
  
  .plus-jakarta-sans-<uniquifier> {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  
  
  // <uniquifier>: Use a unique and descriptive class name
  // <weight>: Use a value from 300 to 700
  
  .quicksand-<uniquifier> {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }*/
  
  
  
  html, body {
      /* IE 10-11 didn't like using min-height */
      height: 100%;
    }
    body.accent-custom {
      display: flex;
      flex-direction: column;
    }
    .content {
      flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
    }
    .footer {
      flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
      background-color:var(--black);
    }
  
    .accent-custom.bgyellow .footer {  background-color:var(--darkgreen); }
  
  
    body.accent-custom  { font-family: "Open Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 14px;  color:#000000 !important; } 
  
  body.accent-custom.bgyellow  { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 14px;  color:#000000 !important; /*background-color: var(--lightyellow1);*/ /*background-color: var(--grey4);*/ background-color: var(--white); } 
  .accent-custom .f_quicksand  { font-family: "Quicksand", sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; } 
  .accent-custom .h1, .accent-custom .h2, .accent-custom .h3, .accent-custom .h4, .accent-custom .h5, .accent-custom .h6,
  .accent-custom h1, .accent-custom h2, .accent-custom h3, .accent-custom h4, .accent-custom h5, .accent-custom h6 { font-family: "Open Sans", sans-serif !important; font-optical-sizing: auto; font-weight: 700; font-style: normal; }
  
  .accent-custom.bgyellow .h1, .accent-custom.bgyellow .h2, .accent-custom.bgyellow .h3, .accent-custom.bgyellow .h4, .accent-custom.bgyellow .h5, .accent-custom.bgyellow .h6,
  .accent-custom.bgyellow h1, .accent-custom.bgyellow h2, .accent-custom.bgyellow h3, .accent-custom.bgyellow h4, .accent-custom.bgyellow h5, .accent-custom.bgyellow h6 { font-family: "Plus Jakarta Sans", sans-serif !important; font-optical-sizing: auto; font-weight: 600; font-style: normal; }
  .accent-custom .form-control { font-family: "Plus Jakarta Sans", sans-serif  !important; font-optical-sizing: auto;  font-style: normal; font-weight: 500; border-radius: 0px; }
  .accent-custom .input-group-text { border-radius: 0px; }
  .accent-custom .form-select { padding: .60rem 2.25rem .60rem 1.75rem; border-radius: 0;  font-size: var(--f_sz14); }
  .accent-custom textarea { resize: none; }
  .accent-custom .txthgt100 { height: 100px; padding-top: 0px; padding-bottom: 0px; }
  .accent-custom .txthgt150 { height: 150px; }
  
.accent-custom input[type=text], .accent-custom input[type=email], .accent-custom input[type=tel], .accent-custom input[type=number], .accent-custom input[type=password], .accent-custom input[type=url], .accent-custom textarea { font-size: var(--f_sz14); height: 42px; line-height: 42px; }
  
  .accent-custom .dashed_brdr { border:1px dashed var(--yellow); }
  
  .accent-custom ::-webkit-input-placeholder {
    font-size: var(--f_sz14);
    font-weight: 500;
  }
  .accent-custom ::-moz-placeholder {
    font-size: var(--f_sz14);
    font-weight: 500;
  }
  .accent-custom :-ms-input-placeholder {
    font-size: var(--f_sz14);
    font-weight: 500;
  }
  .accent-custom ::placeholder {
    font-size: var(--f_sz14);
    font-weight: 500;
  }
  
  .accent-custom header { position: relative; z-index: 2; } 
  .accent-custom header nav { background-color:var(--black); }
  .accent-custom  header nav .navbar-brand { /*width: 100%; display: flex; justify-content: center;*/ margin-right: 0px;  }
  .accent-custom nav .navbar-brand img.desktop_logo { max-height: 70px; margin-top: 10px;  }
  .accent-custom .navbar-toggler-icon { background-image: none; }
  .accent-custom .navbar-toggler-icon i { color: var(--yellow); }
  
  
  .accent-custom.bgyellow header nav { background-color:var(--darkgreen);  }
  .accent-custom.bgyellow nav .navbar-brand img.desktop_logo { max-height: 50px;  }
  .accent-custom .navbar-toggler-icon { background-image: none; }
  
  
  .accent-custom .nav-link { font-size:var(--f_sz16); font-weight: 500; color: var(--white) !important;  }
  .accent-custom .navbar-nav .nav-link:hover, .accent-custom .navbar-nav .nav-link.active, .accent-custom .navbar-nav .show>.nav-link { color:var(--yellow) !important; text-decoration: underline; }
  .accent-custom .navprofile { position: relative; top:-5px; }
  .accent-custom .navbar-nav .dropdown-menu { /*background-color: var(--lightyellow); */ }
  
  .accent-custom .navbar-nav .dropdown-item:focus, .accent-custom .navbar-nav .dropdown-item:hover { background-color: var(--yellow); }
  .accent-custom .navbar-nav .dropdown-item { font-weight: 500; }
  .accent-custom .navbar-nav .nav-link:hover { text-decoration: none; }
  
  .accent-custom .navbar-toggler { padding: 0px; border: 0px; margin-top: 10px; }
  .accent-custom .navbar-toggler:focus { box-shadow: none; }
  
  .accent-custom .footer_img img { max-height: 50px; }
  .accent-custom .tp-footer-style-2 .tp-footer-copyright p { font-size: 13px; font-family: "Open Sans", sans-serif !important; font-optical-sizing: auto; font-weight: 500; font-style: normal; color:var(--white); }
  .accent-custom.bgyellow .tp-footer-style-2 .tp-footer-copyright p { font-size: 13px; font-family: "Plus Jakarta Sans", sans-serif !important; font-optical-sizing: auto; font-weight: 500; font-style: normal; color:var(--white); }
  .accent-custom .tp-footer-bottom-wrapper { padding-bottom: 10px; }
  
  .crsr_pntr { cursor: pointer; }
  .f_white { color:var(--white) !important; }
  .f_black { color:var(--black) !important; }
  .f_red { color:var(--red); }
  .f_yellow { color:var(--yellow) !important; }
  .f_yellow1 { color:var(--yellow1) !important; }
  .f_darkyellow { color:var(--darkyellow) !important; }
  .f_darkgreen { color: var(--darkgreen); }
  .f_lightyellow { color: var(--lightyellow); }
  .f_grey { color: var(--grey); }
  .f_grey1 { color: var(--grey1); }
  .f_grey2 { color: var(--grey2); }
  
  .bg_contact1 { background-color: #5CC9DF; }
  .bg_transparent { background:none !important; }
  .bgdarkgreen { background-color: var(--darkgreen); }
  .bgyellow { background-color: var(--yellow); }
  .bg_grey { background-color: var(--grey); }
  .bg_grey1 { background-color: var(--grey1); }
  .bg_grey2 { background-color: var(--grey2); }
  .bg_grey3 { background-color: var(--grey3); }
  .bg_grey4 { background-color: var(--grey4); }
  .bg_lightgreen { background-color: var(--lightgreen); }
  .bg_lightpink { background-color: var(--lightpink); }
  .bg_lightyellow { background-color: var(--lightyellow); }
  .bg_lightyellow1 { background-color: var(--lightyellow1); }
  
  .f_6 { font-size: 6px; }
    .f_8 { font-size: 8px; }
    .f_14 { font-size: 14px !important; }
    .f_17 { font-size: 17px; }
    .f_18 { font-size: 18px !important; }
    .f_19 { font-size: 19px !important; }
    .f_20 { font-size: 20px; }
    .f_22 { font-size: 22px !important; }
    .f_24 { font-size: 24px; }
    .f_26 { font-size: 26px; }
    .f_28 { font-size: 28px; }
    .f_30 { font-size: 30px; }
  
  .f_sz10 { font-size:var(--f_sz10); }
  .f_sz11 { font-size:var(--f_sz11); }
  .f_sz12 { font-size:var(--f_sz12) !important;}
  .f_sz13 { font-size:var(--f_sz13); }
  .f_sz14 { font-size:var(--f_sz14); }
  .f_sz15 { font-size:var(--f_sz15); }
  .f_sz16 { font-size:var(--f_sz16); }
  .f_sz17 { font-size:var(--f_sz17); }
  .f_sz18 { font-size:var(--f_sz18); }
  .f_sz19 { font-size:var(--f_sz19); }
  .f_sz20 { font-size:var(--f_sz20); }
  .f_sz22 { font-size:var(--f_sz22); }
  .f_sz24 { font-size:var(--f_sz24); }
  .f_sz26 { font-size:var(--f_sz26); }
  .f_sz28 { font-size:var(--f_sz28); }
  .f_sz30 { font-size:var(--f_sz30); }
  .f_sz32 { font-size:var(--f_sz32); }
  .f_sz36 { font-size:var(--f_sz36); }
  .f_sz40 { font-size:var(--f_sz40); }
  .f_sz48 { font-size:var(--f_sz48); }
  .f_sz64 { font-size:var(--f_sz64); }
  
  .pb-250 { padding-bottom: 250px; }
  
  .fw_pjs500 { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight: 500 !important; font-style: normal; }
  .fw_pjs600 { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; }
  .fw_pjs700 { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight: 700; font-style: normal; }
  .fw_pjs800 { font-family: "Plus Jakarta Sans", sans-serif; font-optical-sizing: auto; font-weight: 800; font-style: normal; }
  
  .fw_qs500 { font-family: "Quicksand", sans-serif; font-optical-sizing: auto; font-weight: 500; font-style: normal; }
  .fw_qs600 { font-family: "Quicksand", sans-serif; font-optical-sizing: auto; font-weight: 600; font-style: normal; }
  .fw_qs700 { font-family: "Quicksand", sans-serif; font-optical-sizing: auto; font-weight: 700; font-style: normal; }
  
  .txt_underline { text-decoration: underline; }
  
  .accent-custom .flexdiv { width: 100%; display: flex; flex-flow: row wrap; }
  
  .border1 { border: 1px solid var(--grey5); }
  .brdr_btm { border-bottom: 1px dashed var(--darkyellow); }
  
  .txtalgn_rgt { text-align: right; }
  
  .posrel_top3 { position: relative; top:3px; }
  .posrel_top3ngve { position: relative; top:-3px; }
  
  
  .accent-custom .btn-success, .accent-custom .btn-success:hover, .accent-custom .btn-success:focus, .accent-custom .btn-success:active { background-color:var(--green); border: 1px solid var(--green); }
  .accent-custom .btn-dark, .accent-custom .btn-dark:hover, .accent-custom .btn-dark:focus, .accent-custom .btn-dark:active { color:#ffffff; }
  
  
  /* .tp-shop-widget-categories ul li a:hover { color: #fba138 !important; }
  .tp-shop-widget-categories ul li a:hover span {     background-color: #fba138 !important; border-color: #fba138 !important; color: var(--tp-common-white); } */
  
  .nobrdr_rds { border-radius: unset; }
  .brdr_rdus8 { border-radius: 8px; -moz-border-radius:8px; -webkit-border-radius:8px; }
  .brdr_rdus0880 { border-radius: 0 8px 8px 0; -moz-border-radius:0 8px 8px 0; -webkit-border-radius:0 8px 8px 0; }
  
  .accent-custom .tp-header-top-menu-item.header_location_div > span { font-size: 18px; padding-right: 0px; }
  nav .header_location { width:200px; position: absolute; right: 7px; top:7px; }
  nav .header_location .form-control, nav .header_location .input-group-text { background-color: #f5f5f5; }
  nav .header_location .form-control { height: 36px; line-height:36px; font-size: 17px; padding-left: 10px; padding-right: 10px; border: 0px; }
  nav .header_location .input-group-text { padding:.275rem .75rem; border: 0px; }
  
  .accent-custom .col-form-label { font-size: 16px; font-weight: 600; }
  
  .accent-custom .header_icons { position: absolute; top:12px; color: #737373; }
  .accent-custom .header_icons:hover, .accent-custom .header_icons:focus { color: var(--black); }  
  
  .header_location_div { position: absolute; right: 10px; }
  .header_all_icon { font-size: 20px; }
  
  .header_all_icon:hover, .header_all_icon:active, .header_all_icon.active, .header_all_icon:focus, .header_all_icon.focus { color: #5cc9df; }
  
  .accent-custom .nav_user { width: 40px; height: 40px; line-height: 40px; border: 1px solid #f4f4f4; border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%; color: var(--white); text-align: center; display: inline-block; color: var(--white); }
  .accent-custom .nav_user img { width: 100%; }
  .accent-custom .contact_pic { width: 40px; height: 40px; line-height: 40px; text-align: center; color: var(--white); }
  
  .header_location_search { width:215px; height: 50px; position: absolute; top:28px; right: 0px; box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12); background-color: var(--tp-common-white);  }
  
  .header_myprofile_div { right: 10px;  }    
  .header_search_div { right: 45px; }
  
  .accent-custom .dropdown-item { font-size: 14px; }
  .accent-custom .dropdown-item.active, .accent-custom .dropdown-item:active {
    color: var(--black);
    text-decoration: none;
    background-color:var(--yellow);
  }
  
  
  
  .headerprofile_div { width:110px; min-height: 55px; position: absolute; top:28px; right: 0px; box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12); background-color: var(--tp-common-white); padding: 5px 10px 5px 10px; }
  
  .headerprofile_div ul { list-style: none; margin-bottom: 0px; }
  
  .headerprofile_div ul li { line-height: 26px; }
  
  .headerprofile_div ul li:hover,  .headerprofile_div ul li:active, .headerprofile_div ul li.active, .headerprofile_div ul li:focus, .headerprofile_div ul li.focus { color: #fba138; }
  
  .header_product_search { width:100vw; height: 60px; position: absolute; top:40px; right: -60px; box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12); background-color: var(--tp-common-white);  }
  
  .header_product_search .input-group { margin-top: 10px; margin-left: 25px; margin-right: 10px; }
  .header_product_search .form-control { height: 36px; line-height: 36px; border-radius: 0; border: 1px solid var(--black);  }
  .header_product_search .input-group-text { border-radius: 0; background-color: var(--black); color: #ffffff; }
  
  
  .headernotify_div { width:270px; max-height: 350px; overflow-y: auto; position: absolute; top:28px; right: 0px; box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12); background-color: var(--tp-common-white);  }
  
  .headernotify_div ul { list-style: none; margin-bottom: 0px; }
  
  .headernotify_div ul li { line-height: 22px; }
  
  .notify_list_item { width: 100%; display:inline-block; padding: 10px 10px 10px 10px; line-height: 18px; border-bottom: 1px solid #f4f4f4; }
  .notify_title { font-weight: bold; font-size: 13px; }
  .notify_img { width:50px; float: left; margin-right:5px; background-color: #f4f4f4; text-align: center; padding: 5px 0;  }
  .notify_img img { max-width: 100%; max-height: 35px; }
  .notify_txt { font-size: 12px; }
  .notify_time { font-size: 11px; }
  
  
  .srchfrm { max-width: 640px; margin: 0 auto; }
  
  .accent-custom .tp-shop-widget-checkbox ul li label::before { z-index: 1; }
  .accent-custom .tp-shop-widget-checkbox ul li label::after { z-index:0; }
  
  .product_lst_srch .form-control { height: 40px; line-height: 40px; }
  
  .accent-custom .tp-shop-widget-categories { height: 250px; }
  .accent-custom .tp-shop-widget-categories ul li a:hover, 
  .accent-custom .tp-shop-widget-categories ul li a.active { color: var(--darkyellow); }
  .accent-custom .tp-shop-widget-categories ul li a:hover::after { background-color: var(--darkyellow); }
  .accent-custom .tp-shop-widget-categories ul li a:hover span {
      background-color: var(--darkyellow);
      border-color: var(--darkyellow);
      color: var(--tp-common-white);
  }
  
  .accent-custom .tp-product-list-add-to-cart-btn:hover, .accent-custom .tp-shop-item-primary .tp-product-tag-2 a::after { background-color: var(--darkgreen); }
  
  .accent-custom .tp-shop-item-primary .tp-product-tag-2 a:hover, .accent-custom .tp-shop-item-primary .tp-product-title-2 a:hover {  color: var(--darkyellow); }
  
  .accent-custom .tp-pagination ul li a:hover, .accent-custom .tp-pagination ul li a.current, .accent-custom .tp-pagination ul li span:hover, .accent-custom .tp-pagination ul li span.current {
      background: var(--darkyellow);
      border-color: var(--darkyellow);
      color: var(--tp-common-white);
  }
  
  .product_wishlist { position: absolute; top:10px; right: 10px; font-size: 22px; }
  
  .accent-custom .tp-product-list-item .tp-product-list-thumb { background-color: #f2f3f5; display: flex; align-items: center; justify-content: center; }
  .accent-custom .tp-product-list-item .tp-product-list-thumb img { max-width: 100%; max-height: 100%; transform: none !important; }
  
  .accent-custom .tp-product-details-thumb-wrapper { position: relative; top: 0px; margin-right: 0px; }
  
  .accent-custom .tp-product-details-stock span { color:var(--darkgreen); background-color: rgba(241, 69, 38, 0.06); }
  
  .accent-custom .tp-product-details-buy-now-btn { background-color: var(--tp-common-black); }
  .accent-custom .tp-product-details-buy-now-btn:hover { background-color: var(--darkgreen); }
  
  .accent-custom .tp-product-details-add-to-cart-btn:hover { background-color: var(--darkgreen); border-color: var(--darkgreen); }
  .accent-custom .tp-product-details-wrapper > p span { color: var(--darkyellow); }
  
  .accent-custom .tp-product-details-action-sm-btn:hover { color: var(--darkyellow); }
  
  .accent-custom .tp-product-details-quantity .tp-cart-plus:hover, .accent-custom .tp-product-details-quantity .tp-cart-minus:hover {
      background-color: var(--tp-common-white);
      color: var(--darkyellow);
  }
  
  .accent-custom .tp-product-details-review-btn { background-color: var(--tp-common-black); }
  
  .accent-custom .tp-product-details-tab-nav .nav-tabs .nav-link.active, .accent-custom .tp-product-details-tab-nav .nav-tabs .nav-link:hover { color:var(--darkyellow) !important; }
  
  .accent-custom .tp-product-details-tab-nav .nav-tabs .nav-link::after { background-color: var(--darkyellow); }
  
  .accent-custom .carousel-control-prev-icon { background-image: none; color:#ffffff; background-color: var(--black); font-size: 26px; width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;   }
  .accent-custom .carousel-control-next-icon { background-image: none; color:#ffffff; background-color: var(--black); font-size: 26px; width: 2.5rem; height: 2.5rem; display: flex; align-items: center; justify-content: center; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;  }
  
  
  .accent-custom .tp-product-details-review-avater-thumb img { background-color: #f4f4f4; }
  
  .accent-custom .tp-login-top p a { color: var(--darkyellow); position: relative; display: inline-block; }
  
  .accent-custom .tp-login-top p a::after { background-color: var(--darkyellow); }
  
  .accent-custom .tp-login-btn:hover { background-color: var(--darkgreen); color: var(--tp-common-white); }
  
  .accent-custom .tp-login-option-item a { width: auto;  }
  
  .accent-custom .fb_color { color:#3b5998; position: relative; top:3px;  }
  
  .accent-custom .apple_color { color: #000000; position: relative; top:3px; }
  
  .accent-custom .tp-login-forgot a { color:var(--darkyellow); }
  
  .accent-custom .tp-login-forgot a::after { background-color:var(--darkyellow); height: 0px; }
  
  .accent-custom .tp-cart-checkout-shipping-option label span { color:var(--darkyellow); }
  
  .accent-custom .tp-cart-checkout-btn:hover { background-color: var(--darkgreen); }
  
  .accent-custom .tp-cart-update-btn:hover {  background-color: var(--darkgreen);  border-color: var(--darkgreen); }
  
  .accent-custom .tp-cart-coupon-input button:hover { color: var(--tp-common-white); background-color: var(--darkgreen); }
  
  .accent-custom .tp-login-remeber label, .accent-custom .tp-checkout-option label, .accent-custom .tp-return-customer-remeber label { z-index: 0; }
  
  .accent-custom .tp-checkout-verify-reveal a { color:var(--darkyellow); cursor: pointer; position: relative; }
  
  .accent-custom .tp-checkout-verify-reveal a::after { position: absolute; content: ""; left: 0; bottom: 0px; width: 100%; height: 1px; background-color:var(--darkyellow); }
  
  .accent-custom .tp-return-customer { padding: 25px 25px; }
  
  .accent-custom .bg_grey { background-color: #f4f4f4; }
  
  .accent-custom .tp-checkout-btn { background-color: var(--tp-common-black); color: var(--tp-common-white) !important; }
  
  .accent-custom .tp-checkout-btn:hover { background-color: var(--darkgreen); }
  
  .accent-custom .tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child, 
  .accent-custom .tp-order-info-list ul li.tp-order-info-list-shipping span label span { color:var(--darkyellow); }
  
  .accent-custom .tp-checkout-option input:checked ~ label::after {
      background-color: var(--darkyellow);
      border-color: var(--darkyellow);
  }
  
  .accent-custom .tp-checkout-payment-item label::before,
  .accent-custom .tp-order-info-list ul li.tp-order-info-list-shipping span label::before,
  .accent-custom .tp-cart-checkout-shipping-option label::before
  { background-color: var(--darkyellow); }
  
  .accent-custom .tp-checkout-payment-item input:checked ~ label::after,
  .accent-custom .tp-order-info-list ul li.tp-order-info-list-shipping span input:checked ~ label::after,
  .accent-custom .tp-cart-checkout-shipping-option input:checked + label::after
  { border-color: var(--darkyellow); }
  
  .accent-custom .tp-login-remeber input:checked ~ label::after,
  .accent-custom .tp-shop-widget-checkbox ul li input:checked ~ label::after,
  .accent-custom .tp-contact-remeber input:checked ~ label::after
   { background-color: var(--darkyellow); border-color: var(--darkyellow); }
  
  .accent-custom .tp-cart-update-btn { background-color: var(--tp-common-black); color:var(--tp-common-white);  }
  
  .accent-custom .tp-btn-blue { background-color: var(--tp-common-black); border:1px solid var(--tp-common-black); }
  
  .accent-custom .tp-btn-2:hover, .accent-custom .tp-contact-btn:hover { background-color: var(--darkgreen); }
  
  .accent-custom .tp-contact-info-content p a:hover { color: var(--darkyellow); }
  
  .accent-custom .tp-contact-social-icon a:hover { background-color: var(--darkyellow); border-color: var(--darkyellow); }
  
  .accent-custom .profile__main-thumb-edit label { background-color: var(--darkyellow); }
  
  .accent-custom .profile__main-info-icon .profile-icon-count { background-color: var(--darkgreen); }
  
  .accent-custom .tp-logout-btn:hover { background-color: var(--darkgreen); border-color: var(--darkgreen); }
  
  .accent-custom .profile__main-content p span { color: var(--darkyellow); }
  
  .accent-custom .profile__tab .nav-tabs .nav-link.active, .accent-custom .profile__tab .nav-tabs .nav-link.active:hover { color: var(--darkgreen); background-color: rgba(241, 69, 38, 0.06); }
  
  .accent-custom .profile__main-thumb img { background-color: #f4f4f4; border: 1px solid #EAEAEF; }
  
  .accent-custom .tp-btn:hover { color: var(--tp-common-white); background-color: var(--darkgreen); border: 1px solid var(--darkgreen); }
  
  .accent-custom .profile__ticket table tbody > tr th[scope=row] {  color: var(--darkyellow); }
  
  .accent-custom .profile__notification-item .form-check-input:checked { background-color: var(--darkgreen); border-color: var(--darkgreen); }
  
  .accent-custom .tp-login-remeber a:hover, .accent-custom .tp-login-remeber a:active, .accent-custom .tp-login-remeber a.active, .accent-custom .tp-login-remeber a:focus  { color: var(--darkyellow); text-decoration: underline;  }
  
  .accent-custom .tp-header-action-badge { top:-12px; }
  
  .accent-custom .tp-coupon-thumb img { background-color: #f4f6f8; }
  
  .accent-custom .tp-coupon-info-details i { position: relative; top:-3px; }
  
  .accent-custom .tp-product-details-tab-nav.tp-tab nav { box-shadow: none; }
  
  .accent-custom .table>:not(:first-child) { border-top:0px; } 
  
  .accent-custom .profile__input input, .accent-custom .profile__input textarea { padding-left: 50px !important; }
  
  .accent-custom .bck_crcle { width:35px; height: 35px; border:1px solid #cccccc; text-align: center; display: inline-block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; font-size: 20px; line-height: 35px; }
  
  
  .accent-custom .tp_productimg { width:120px; height: 120px; display: flex; align-items: center; justify-content: center; }
  
  .accent-custom .tp_productimg i { font-size: 55px; }
  
  .accent-custom .video_title { position: absolute; top:25px; }
  
  .accent-custom .tp_product_format  { position: absolute; color: #ffffff; display: flex; align-items: center; justify-content: center; } 
  
  .accent-custom .tp_product_format i { font-size: 55px; }
  
  /* .accent-custom .btn-close {  position: absolute; top: -45px; right: 10px; color: #ffffff !important; background: none !important; opacity: 1; }  
  .accent-custom .btn-close i { font-size: 40px; }  */
  
  
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    border: none !important;
    }
    
    .videoWrapper audio,
    .videoWrapper iframe,
    .videoWrapper object,
    .videoWrapper video,
    .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
  
    .videoWrapper.audio {
      position: relative;
      padding-bottom: 20%; /* 16:9 */
      padding-top: 0;
      height: 0;
      border: none !important;
      }
  
    
  .accent-custom .tp-product-title-2 { height: 35px; font-size: 18px; font-weight: 600; text-align: left; }   
  .accent-custom .tp-product-thumb-2 { border: 1px solid var(--grey5); height: 300px; display: flex; justify-content: center; align-items: center; padding: 15px; }
  .accent-custom .tp-product-thumb-2 img { width: auto; max-width: 100%; max-height: 250px;}
  
  .accent-custom .category_div { max-width: 300px; /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/  margin: 35px; transition: none; }
  .accent-custom .category_div:hover .category_name { opacity: 1; }
  .accent-custom .category_list { display: flex; flex-flow: column wrap;  }
  .accent-custom.bgyellow .tp-product-thumb-2 { display: flex; justify-content: center; align-items: center; }
  .accent-custom.bgyellow .tp-product-thumb-2 img { width: auto; max-width: 100%; max-height: 280px;  }
  .accent-custom .category_name { position: absolute; top:0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: var(--f_sz24); color: var(--black); background-color: rgba(200,153,51, 0.95); z-index: 1; opacity: 0; } 
  
  
  
  .accent-custom .btn-primary, .accent-custom .btn-primary:hover, .accent-custom .btn-primary:focus, .accent-custom .btn-primary.focus, .accent-custom .btn-primary.active, .accent-custom .btn-primary:active { background-color: var(--black); border-color: var(--black); color: var(--white); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important;   }
  .accent-custom .btn-yellow, .accent-custom .btn-yellow:hover, .accent-custom .btn-yellow:focus, .accent-custom .btn-yellow.focus, .accent-custom .btn-yellow.active, .accent-custom .btn-yellow:active { background-color: var(--yellow); border-color: var(--yellow); color: var(--black); font-weight: 600; font-family: "Plus Jakarta Sans", sans-serif !important; /*border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;*/   }
  
  .accent-custom .btn-dgreen, .accent-custom .btn-dgreen:hover, .accent-custom .btn-dgreen:focus, .accent-custom .btn-dgreen.focus, .accent-custom .btn-dgreen.active, .accent-custom .btn-dgreen:active { background-color: var(--darkgreen); border-color: var(--darkgreen); color: var(--white); font-weight: 600; font-family: "Plus Jakarta Sans", sans-serif !important; /*border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;*/    }
  
  .accent-custom .btn-outline-primary { border-color: var(--black); color: var(--black); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; padding-left: 10px; padding-right: 10px;  }
  .accent-custom .btn-outline-primary:hover, .accent-custom .btn-outline-primary:focus, .accent-custom .btn-outline-primary.focus, .accent-custom .btn-outline-primary.active, .accent-custom .btn-outline-primary:active { background-color: var(--black); border-color: var(--black); color: var(--white); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; }
  
  .accent-custom .btn-outline-yellow { border-color: var(--yellow); color: var(--yellow); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; /*border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;*/ padding-left: 10px; padding-right: 10px; }
  .accent-custom .btn-outline-yellow:hover, .accent-custom .btn-outline-yellow:focus, .accent-custom .btn-outline-yellow.focus, .accent-custom .btn-outline-yellow.active, .accent-custom .btn-outline-yellow:active { background-color: var(--yellow); border-color: var(--yellow); color: var(--black); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; }
  
  .accent-custom .btn-outline-dgreen { border-color: var(--darkgreen); color: var(--darkgreen); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; /*border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;*/ padding-left: 10px; padding-right: 10px;  }
  .accent-custom .btn-outline-dgreen:hover, .accent-custom .btn-outline-dgreen:focus, .accent-custom .btn-outline-dgreen.focus, .accent-custom .btn-outline-dgreen.active, .accent-custom .btn-outline-dgreen:active { background-color: var(--darkgreen); border-color: var(--darkgreen); color: var(--white); font-weight: 500; font-family: "Plus Jakarta Sans", sans-serif !important; }
  
  
  .accent-custom .link { color: var(--darkyellow); }
  .accent-custom .link:hover { color: var(--darkyellow); }
  
  .accent-custom .btnpdng_md { padding-left: 45px; padding-right: 45px; }
  
  
  .tp-product-tag-2 a::after { background-color: var(--darkyellow); }
  
  
  
  .accent-custom .css-13cymwt-control { height: 45px; }
  .accent-custom .css-hlgwow { height: 45px; }
  .accent-custom .css-19bb58m { height: 45px; margin: 0; }
  .accent-custom .css-19bb58m input { height: 45px; } 
  .accent-custom .css-1jqq78o-placeholder { height: 35px; }
  
  .accent-custom .hometopbanner { background-color:var(--grey1); }
  .accent-custom .topbanner { width: 100%; display: flex; flex-flow:column wrap; justify-content: center; text-align: center; padding: 35px 0; border-top: 5px solid #B18144; border-bottom: 5px solid #B18144; }
  .accent-custom .topbanner h1 { font-size: 60px; color: var(--white); }
  
  .accent-custom.bgyellow .homebanner { background-color:var(--darkgreen); }
  
  .accent-custom .bannerimg img { max-width: 100%; }
  .accent-custom .bannertxt { display: flex; flex-flow:column wrap; justify-content: center; text-align: center; color: var(--black); font-size:20px; padding-left: 50px; padding-right: 50px; }
  
  
  .accent-custom.bgyellow .bannertxt { display: flex; flex-flow:column wrap; justify-content: center; text-align: left;  color: var(--lightyellow); padding-left: 0px; padding-right: 0px;  }
  .accent-custom .topbanner_img img { max-width: 100%; max-height: 600px; position: relative; top:7px; }
  .accent-custom .bannertxt h2 { line-height: 55px; font-size:var(--f_sz40); }
  .accent-custom .bannerdesc { line-height: 30px; }
  .accent-custom .topbanner_flwr { position: absolute; left:0; bottom:0; }
  
  
  /* .accent-custom .tp-login-wrapper { border: 5px solid var(--darkyellow); } */
  .accent-custom .signuptop_img { position: absolute; top:-55px; left:-115px; }
  .accent-custom .signuptop_img img, .accent-custom .signupbtm_img img  { max-width: 230px; }
  
  .accent-custom .signupbtm_img { position: absolute; bottom:-55px; right:-120px; }
  
  .accent-custom .tp-login-remeber label::before { content: url(../img/check.svg);}
  
  .accent-custom .prof_img { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: var(--white); background-color: var(--darkyellow); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; position: relative; top:3px; font-size: var(--f_sz16); }
  
  /***************File Upload***************/
  .accent-custom .btn-bs-file{
    position:relative;
  cursor:pointer;
  }
  .accent-custom .btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0); 
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
  }
  
  /***************File Upload***************/
  
  .accent-custom .upld_photolist { width: 100%; display: flex; flex-flow: row wrap; }
  .accent-custom .upld_photoitem  { width: 100%; display: flex; flex-flow: row wrap; border: 1px solid var(--grey); border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 5px; margin-bottom: 10px; }
  .accent-custom .upld_photo img { max-width: 80px; max-height: 80px; }
  
  .accent-custom .photosupload_prgrsdiv { max-height: 300px; overflow-y: auto; }
  
  
  .accent-custom table.dataTable th.dt-type-numeric, 
  .accent-custom table.dataTable th.dt-type-date, 
  .accent-custom table.dataTable td.dt-type-numeric, 
  .accent-custom table.dataTable td.dt-type-date { text-align: left; }
  
  .accent-custom .active>.page-link, 
  .accent-custom .page-link.active { background-color: var(--black); border-color: var(--black); }
  
  .accent-custom .modalviewimages_wrapper { width: 100%;  display: flex; flex-flow:row wrap; position: relative; border: 1px solid #ced4da; border-radius: .375rem; -moz-border-radius: .375rem; -webkit-border-radius: .375rem; padding: 10px; justify-content: center; }
  .accent-custom .storeimg { height: 130px; width: 100%; display: flex; align-items: center; justify-content: center; }
  .accent-custom .modalviewimages_wrapper img { max-width: 100%; max-height: 120px; }
  .accent-custom .photosview_div { max-height: 350px; overflow-y: auto; }
  
  
  .accent-custom .delivery_section { width: 100%; position: absolute; bottom: -30px;  }
  .accent-custom .deliverysection_cntr { max-width: 700px; margin: 0 auto;; }
  .accent-custom .deliverysection_desc { width: 100%; display: inline-flex; flex-flow: row wrap; justify-content:space-evenly; background-color: var(--white); padding: 20px 20px 10px 20px; font-size:var(--f_sz16); font-weight: 500; }
  
  .accent-custom .events_list { width: 100%; display: flex; flex-flow:row wrap; border: 1px solid var(--darkgreen); align-items: center; background-color: var(--darkgreen); border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
  .accent-custom .event_datediv { width: 100%; display: flex; flex-flow:row wrap; align-items: center; justify-content: center;  color: var(--darkgreen);  }
  
  .accent-custom .event_date { font-weight: 500; font-size: var(--f_sz20); color: var(--yellow); text-align: center; padding: 20px 0; }
  .accent-custom .events_desc { width: 100%; padding: 15px; }
  
  .accent-custom .btn-close {
    position: absolute;
    top: -45px;
    right: 10px;
    color: #ffffff !important;
    background: none !important;
    opacity: 1;
  }
  
  .accent-custom .btn-close i {
    font-size: 40px;
  }
  
  .accent-custom .chosendates_dsply { background-color: var(--white); border-top: 1px solid var(--yellow); padding: 15px;  }
  
  .accent-custom .chosendates_div { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; }
  .accent-custom .chosendates_listitem { background-color: var(--yellow1); color: var(--white); border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; display: flex; justify-content: center; padding: 3px 15px; font-weight: 600; margin: 5px; }
  .accent-custom .chosendate_close { color: var(--red); margin-left: 10px; font-weight: 600; }
  
  
  
  
  .accent-custom .event_dtl { width: 100%; display: flex; flex-flow:row wrap; border-bottom:1px solid var(--darkyellow); align-items: center; }
  .accent-custom .event_dtldate { background-color: var(--darkyellow); color: var(--white); padding: 8px 25px; font-size: var(--f_sz18); border-radius:8px 8px 0 0; -moz-border-radius:8px 8px 0 0; -webkit-border-radius:8px 8px 0 0; font-weight: 600;  }
  
  .accent-custom .txtdsply { width: 100%; display: inline-block;  }
  
  .accent-custom .greetingcardgift_wrapper { width: 100%; display: flex; flex-flow:row wrap;  }
  .accent-custom .greetingcardgift_item { /*width: 300px;*/  display: flex; flex-flow:row wrap; justify-content: center; border: 1px solid var(--grey); margin: 0px 8px 30px 8px; cursor: pointer; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: relative; background-color: var(--white); }
  
  .accent-custom .greetingcardgift_item_lg { max-width: 800px;  display: flex; flex-flow:row wrap; justify-content: center; border: 1px solid var(--grey); margin: 8px 8px 30px 8px; cursor: pointer; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: relative; }
  
  .accent-custom .greetingcardgift_item_overlay { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.5); border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: 0; }
  .accent-custom .greetingcardgift_item:hover .greetingcardgift_item_overlay { opacity: 1; }
  
  .accent-custom .greetingcardgift_img { width: 100%; height: 250px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid var(--grey); padding: 10px; position: relative;  }
  .accent-custom .greetingcardgift_img_lg { width: 100%; height: 500px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid var(--grey); padding: 10px; position: relative;  }
  .accent-custom .greetingcardgift_img_sm { width: 100%; height: 150px; display: flex; justify-content: center; align-items: center; border-bottom: 1px solid var(--grey); padding: 10px; position: relative;  }
  
  .accent-custom .greetingcardgift_img img { max-width: 100%; max-height: 200px; }
  .accent-custom .greetingcardgift_img_lg img { max-width: 100%; max-height: 480px; }
  .accent-custom .greetingcardgift_img_sm img { max-width: 100%; max-height: 130px; }
  
  .accent-custom .greetingcardgift_name { font-size: var(--f_sz18); margin-top: 15px; color: var(--darkyellow);  }
  .accent-custom .greetingcardgift_price { width: 100%; display: flex; flex-flow: row wrap; justify-content:center; text-align: center; font-weight: 600; background-color: var(--white); color: var(--black); border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; padding: 8px; font-size: var(--f_sz16); }
  .accent-custom .greetingcardgift_price img { max-width: 20px; max-height: 30px; }
  
  .accent-custom .greetingcardgift_selected { position: absolute; top:-15px; right: -8px; width: 30px; height: 30px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; background-color: var(--green); color: var(--white); font-size: var(--f_sz16); display: flex; justify-content: center; align-items: center; }
  
  .accent-custom .delete_icon_sm { position: absolute; top: 10px; right:10px; }
  
  .accent-custom .greetingcard_full .carousel .carousel-item { text-align: center; }
  .accent-custom .greetingcard_full .carousel .carousel-item img { max-width: 100%; max-height: 530px; }
  
  .accent-custom .greetingcard_full_view img { max-width: 100%; max-height: 530px; }
  
  /* .accent-custom .greetingcardgift_item_delete { position: absolute; top:-15px; right: -10px; width: 35px; height: 35px; background-color: var(--red); color: var(--white); display: flex; align-items: center; justify-content: center; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; } */
  .accent-custom .greetingcardgift_item_delete { position: absolute;  top:-20px; right: 5px; width: 35px; height: 35px; border: 1px solid var(--grey); background-color: var(--white); color: var(--red); display: flex; align-items: center; justify-content: center; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
  .accent-custom .greetingcardgift_item_delete i { font-size: var(--f_sz18); }
  
  .accent-custom .greetingcardgift_qty { width: 100%; display: flex; justify-content:center; border-top: 1px solid var(--grey); padding:10px 0;  }
  .accent-custom .greetingcardgift_enlarge { position: absolute; right: 5px; bottom:0; }
  
  .accent-custom .events_dashboard_wrapper { width: 100%; display: flex; flex-flow:row wrap; justify-content: center; }
  .accent-custom .events_item { width: 100%;  display: flex; flex-flow:row wrap; justify-content: center; border: 1px solid var(--grey); cursor: pointer; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; position: relative; }
  
  
  .accent-custom .events_item_overlay { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; justify-content: center; background-color: rgba(0,0,0,0.5); border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: 1; }
  
  
  .accent-custom .events_dash_date { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; font-size: var(--f_sz20); color: var(--darkgreen); padding: 25px 10px; font-weight: 600;  border-radius: 8px 8px 0 0; -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; position: relative; border-bottom: 1px solid var(--grey);  }
  .accent-custom .event_stat { position: absolute; top:0; right: 0; color: var(--white); font-size: var(--f_sz13); padding: 0 10px; font-weight: 500; border-radius: 0 8px 0 8px; -moz-border-radius: 0 8px 0 8px; -webkit-border-radius: 0 8px 0 8px; }
  
  .accent-custom .events_dash_action { width: 100%; display: flex; justify-content: center; font-size: var(--f_sz18);  border-radius: 0 0 8px 8px; -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; padding: 5px; }
  .accent-custom .events_dash_action a { margin: 5px; }
  .accent-custom .events_dash_action i { color: var(--darkyellow);  }
  
  .accent-custom .table>thead { background-color: var(--grey5); color: var(--black); }
  .accent-custom .table>tfoot td { padding: 20px; }
  
  .accent-custom .payment_amt { width: 100%; display: inline-block; color: var(--white); justify-content: center; background-color: var(--darkgreen); border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; font-size: var(--f_sz22); padding: 15px; text-align: center; line-height: 35px; }
  
  .accent-custom .confirmation_message { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; text-align: center; font-size: var(--f_sz22); }
  .accent-custom .confirmation_msgicon { width: 100px; height: 100px; display: flex; flex-flow: row wrap; justify-content: center; text-align: center; align-items: center; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; border: 1px solid var(--darkyellow); }
  .accent-custom .confirmation_msgicon i { font-size: var(--f_sz48); color: var(--darkyellow); }
  
  .accent-custom .confirm-details-item-wrapper { max-width: 700px; margin: 25px auto; }
  .accent-custom .confirm-order-details-item { color: var(--black); font-size: var(--f_sz20); text-align: center; margin: 15px; }
  
  .accent-custom .order_stat { display: inline-block; color: var(--white); font-size: var(--f_sz13); padding: 0 10px; font-weight: 500; border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
  
  .accent-custom .order_ordered { background-color: var(--purple);  }
  .accent-custom .order_shipped { background-color: var(--orange); }
  .accent-custom .order_delivered { background-color: var(--green); }
  .accent-custom .order_disabled { background-color: var(--red); }
  
  .accent-custom .order_saved { background-color: var(--white); color: var(--black); border:1px solid var(--grey2); }
  
  .accent-custom .qtysection { display: flex; align-items: center; }
  .accent-custom .qtycount { width: 35px; height: 35px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--grey2); position: relative; top:-3px; }
  .accent-custom .qtycount_sm { width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border: 1px solid var(--grey2); position: relative; top:-3px; }
  
  .accent-custom .cart_count { position: absolute; top: -8px; left: 15px; padding: 0px 5px; width: 18px; height: 18px;  display: inline-flex; justify-content: center; align-items: center; font-size: var(--f_sz11); background-color: var(--red); border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; }
  
  .accent-custom .input-group .react-datepicker-wrapper { width: 70%; }
  
  .accent-custom .event-date.selected-date:before,
  .accent-custom .event-date.active-date.selected-date:before,
  .accent-custom .selected-date:before {
    border-color: var(--purple1);
    background: var(--purple1);
    color: var(--white) !important;
  } 
  
  
  .accent-custom .topheader_nav { background-color: var(--darkgreen1) !important; z-index: 1031; }
  .accent-custom .bottomheader_nav { background-color: var(--darkgreen) !important;  }
  .accent-custom .location_header { color: var(--white); }
  .accent-custom .topheader_link a { color: var(--white); }
  .accent-custom .topheader_link .dropdown-item { color: var(--black); }
  .accent-custom .topheader_link .dropdown-item:focus, .accent-custom .topheader_link .dropdown-item:hover { background-color: var(--yellow); }
  .accent-custom .topheader_link .dropdown-item { font-weight: 500; }
  .accent-custom .topheader_link .dropdown-toggle::after { position: relative; top:5px; }
  
  
  .accent-custom .bottomheader_nav { top:35px; }
  .accent-custom .navsearch_product_icon { position: absolute; top:15px; right:245px; margin-top: 15px; background-color: var(--darkgreen1); width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; color:var(--white);  }
  .accent-custom .navsearch_product_icon:hover, .accent-custom .navsearch_product_icon.active { background-color: var(--yellow); color:var(--black); }
  .accent-custom .navsearch_product_icon i { font-size: var(--f_sz16); }
  .accent-custom .search_frmcntrl { height: 45px; }

  
  .accent-custom .search_product .form-control { margin-left: 250px; height: 35px; font-size: var(--f_sz16); padding: .375rem .75rem; /*background-color: var(--lightyellow1); border: 1px solid var(--lightyellow1);*/ }
  .accent-custom .search_product .input-group-text { background-color: var(--lightyellow1); color: var(--black); border: 1px solid var(--lightyellow1); }
  .accent-custom .search_product ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .accent-custom .search_product ::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .accent-custom .search_product :-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  .accent-custom .search_product ::placeholder {
    font-size: 14px;
    font-weight: 500;
  }
  
  .accent-custom .location_suggest_div { width: 100%; display: flex; flex-flow: row wrap; border: 1px solid var(--grey3); padding: 10px; }
  .accent-custom .location_suggest_div .suggesttxt { width: 100%; padding: 5px; }
  
  
  /**************mega menu*****************/
  
  .accent-custom .dropdown-menu.megamenu ul {
    list-style: none;
    padding: 0;
    width: 180px;
  }
  
  .accent-custom .dropdown-menu.megamenu.show {
    display: flex;
    
  }
  
  .accent-custom .dropdown-menu.megamenu li:first-child a {
    font-weight: 700;
    font-size: var(--f_sz15);
    color:var(--darkgreen);
    background-color: transparent;
  }
  
  .accent-custom .dropdown-menu.megamenu li .dropdown-item {
    color:var(--black);
    font-size:var(--f_sz14);
    padding: 5px 15px;
  }
  
  .accent-custom .dropdown-menu.megamenu {
    border: none;
    border-radius: 0;
    padding: 0.7em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  
  /**************mega menu*****************/
  
  .accent-custom .invitation-card1 {
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 20px 0;
    padding: 40px 30px;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
    border:0px;
    overflow: hidden;
    
  }
  
  .accent-custom .invitation-card1 img { position: absolute; top:0; right: 0; overflow: hidden; }
  
  
  
  .accent-custom .clr { width: 30px; height: 30px; display: inline-block; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; margin: 5px; cursor: pointer;     -webkit-transition: box-shadow 0.2s 0s linear;
    -moz-transition: box-shadow 0.2s 0s linear;
    -ms-transition: box-shadow 0.2s 0s linear;
    -o-transition: box-shadow 0.2s 0s linear;
    transition: box-shadow 0.2s 0s linear; }
  .accent-custom .clr:hover,
  .accent-custom .clr.selected {  box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);    }
  .accent-custom .clr1 { background-color:var(--darkgreen); }
  .accent-custom .clr2 { background-color:var(--darkyellow); }
  .accent-custom .clr3 { background-color:var(--green); }
  .accent-custom .clr4 { background-color:var(--purple); }
  
  .accent-custom .tp-product-details-variation-list button { width: 30px; height: 30px; margin: 5px; }
  
  
  .accent-custom .searchwrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 135px;
    right: 0px;
    /*z-index: 1032;*/
    padding: 0 10px;
  }
  
  .accent-custom .search_suggestion_div {
    position: absolute;
    top: 45px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    background-color: #ffffff;
    border-radius: .375rem;
    -moz-border-radius: .375rem;
    -webkit-border-radius: .375rem;
    border: 1px solid #E0E2E3;
    padding: 15px;
  }
  
  .accent-custom .search_suggest_list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    max-height: 190px;
    overflow-y: auto;
  }
  
  .accent-custom .search_suggest_item {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    font-size: 16px;
    padding: 5px;
  }
  
  
  /*
   *  SCROLLBAR STYLE 
   */
  
   .scrollbar_style::-webkit-scrollbar-track
   {
       /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
       /*background-color: #F5F5F5;*/
     background-color:transparent;
     border-radius: 10px;
   }
   
   .scrollbar_style:hover::-webkit-scrollbar-track
   {
       -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
       /*background-color: #F5F5F5;*/
     background-color:#F5F5F5;
     border-radius: 10px;
     
   }
   
   .scrollbar_style::-webkit-scrollbar
   {
       width: 8px;
       /*background-color: #F5F5F5;*/
     background-color:transparent;
     border-radius: 10px;
   }
   
   .scrollbar_style:hover::-webkit-scrollbar
   {
       width: 8px;
       background-color: #F5F5F5;
       border-radius: 10px;
   }
   
   .scrollbar_style::-webkit-scrollbar-thumb
   {
       /*background-color: #c6c6c6;*/
     background-color:transparent;
       border: 2px solid transparent;
       border-radius: 10px;
   }
   
   .scrollbar_style:hover::-webkit-scrollbar-thumb
   {
       background-color: #c6c6c6;
       border: 2px solid #c6c6c6;
       border-radius: 10px;
   }
  
   /*************************************/
  
  .scrollbar_style1::-webkit-scrollbar-track
  {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  */
  background-color:transparent;
  }
  
  .scrollbar_style1:hover::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
  }
  
  .scrollbar_style1::-webkit-scrollbar
  {
    height: 8px;
    /*background-color: #F5F5F5;*/
    background-color:transparent;
  }
  
  .scrollbar_style1::-webkit-scrollbar
  {
    height: 8px;
    background-color: #F5F5F5;
  }
  
  .scrollbar_style1::-webkit-scrollbar-thumb
  {
    background-color:transparent;
    border: 2px solid transparent;;
  }
  
  .scrollbar_style1:hover::-webkit-scrollbar-thumb
  {
    background-color: #c6c6c6;
    border: 2px solid #c6c6c6;
  }
  
  /*
   *  SCROLLBAR STYLE 
   */
  
  
  .accent-custom .tp-product-action { visibility: visible; opacity: 1; bottom:10px; right: 10px; }
  .accent-custom .tp-product-action .action_icon { 
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--white);
    background-color: var(--lightgreen2);
    border-bottom: 0;
    box-shadow: 0px 1px 2px rgba(1, 15, 28, 0.2);
    border-radius: 50%;
    margin: 5px;
  
   }
  
  /***********step wizard*************/
  .accent-custom .step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
  }
  
  .accent-custom .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--darkyellow);
    line-height: 30px;
    font-weight: 700;
    font-size: var(--f_sz16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer; /* Added cursor pointer */
  }
  
  .accent-custom .step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: var(--darkyellow);
    z-index: -1;
  }
  
  .accent-custom #multi-step-form{
    overflow-x: hidden;
  }
  
  .accent-custom .progress-bar { background-color: var(--darkyellow); }
  
  /***********step wizard*************/
  .accent-custom .carousel-inner { background-color: var(--lightyellow1); border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; padding: 40px;  }
  .accent-custom .carousel .carousel-item { height:550px; text-align: center; }
  .accent-custom .carousel .carousel-item.active { display: flex; align-items: center; justify-content: center; }
  .accent-custom .carousel .carousel-item img { max-width: 100%; max-height: 550px; }
  
  
  .accent-custom .deleoptns_wrapper { width: 100%; display: flex; justify-content: center; position: fixed; bottom:120px; z-index: 1; }
  .accent-custom .deleoptns_content { display: flex; justify-content: center; align-items: center; background-color: #000000; color: #ffffff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px 14px; font-size: 17px; }
  .accent-custom .tp-cart-list tr td { width: 150px; }
  
.accent-custom .greetingcard_gift_wrapper { width: 100%; display: flex; flex-flow: row wrap; justify-content:center; align-items: center; padding: 40px 40px 50px 40px; background-color: var(--lightyellow1); border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px; }


.accent-custom .tp-login-input-eye { top:30px; }
.accent-custom .forgetpasswordeye { top:21px; }
.accent-custom .greetingcard_giftdsply { width: 100%; min-height:440px; display: flex; align-items: center; justify-content: center;  }
.accent-custom .greetingcard_giftdsply img { max-width: 100%; max-height: 440px; }

.accent-custom .disabled-link {
  color: gray;
  cursor: not-allowed;
}

/* Button styling */
.accent-custom .pay-button {
padding: 10px 20px;
font-size: 16px;
color: white;
background-color: #007bff;
border: none;
border-radius: 4px;
cursor: pointer;
}
  
.pay-button:hover {
background-color: #0056b3;
}

.animation-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.logo-container {
  background-color: #004d40; /* Dark green color */
  padding: 50px;
  border-radius: 70%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Shadow effect */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Logo styling */
.loadinglogo {
  width: 80px;
  height: 80px;
  animation: pulse 1.5s infinite ease-in-out; /* Add a pulse animation */
}

/* Add the pulse animation */
@keyframes pulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}

/* Success message styling */
.success-message {
  text-align: center;
  color: white;
  margin-top: 20px;
}

.success-message h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.success-message p {
  font-size: 16px;
  color: #4CAF50;
}
.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f3f4f6; /* Light gray background */
}

.profile-message {
  background-color: #dff6dd; /* Light green */
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 56%;
  max-width: 480px; /* Adjust for larger screens */
  text-align: center;
}

.profile-message h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #256d1b; /* Dark green for text */
  margin-bottom: 16px;
}

.profile-message p {
  font-size: 1rem;
  color: #256d1b;
  margin-bottom: 16px;
}

.redirect-text a {
  color: #007bff; /* Blue link */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.redirect-text a:hover {
  color: #0056b3; /* Darker blue on hover */
}


.redirect-text {
  font-size: 14px;
  color: #e84444;
  margin-top: 5px;
}

@keyframes pulse {
0%, 100% {
  transform: scale(1);
  opacity: 1;
}
50% {
  transform: scale(1.1);
  opacity: 0.8;
}
}
  
  @media screen and (max-width: 1199px) {
  
    .accent-custom nav .navbar-brand img.desktop_logo {
      /* position: absolute;
      left: 55px;
      top: 16px; */
  }
  
  .accent-custom header nav {
    padding: 5px 0px;
  }
  
  .header_product_search { top:30px;  }
  .accent-custom .header_icons { top:15px; }
  
  .accent-custom .bannertxt h2 { line-height: 45px; font-size:var(--f_sz32); }
  
  
  .accent-custom .search_product_section { width:100%;  }
  .accent-custom .search_product { max-width:450px; margin: 0 auto 15px auto;  }
  
  
  /**************mega menu*****************/
  
  .accent-custom .dropdown:hover .dropdown-menu.megamenu {
    max-height: 350px;
    overflow-y: scroll;
  }
  
  .accent-custom .dropdown-menu.megamenu.show { flex-flow:row wrap; }
  /**************mega menu*****************/
  
  .accent-custom .navsearch_product_icon { right: 65px; margin-top: 10px; }
  
  .accent-custom .searchwrapper { top: 125px; }

.accent-custom .greetingcard_giftdsply { min-height:auto;  }
  
  }
  
  
  
  
  
  
  @media screen and (max-width: 1023px) {
  .accent-custom .topbanner_flwr { display: none; }
  
  .accent-custom .input-group .react-datepicker-wrapper { width: 94%; }


  
  }
  
  @media screen and (max-width: 767px) {
   
  
  .accent-custom .header_icons { top:12px; }
  
  .accent-custom .tp-cart-list.mr-30 { margin-right: 0;  }
  
  .headernotify_div { right:-100px; }
  
  .accent-custom .tp_product_list_hgt { height: auto; }
  
  .accent-custom .timestamp { font-size: 13px; }
  
  .news-item .news-content:before { display: none; }
  .news-item .news-content:after { display: none; }
  
  .news-item .news-content { padding:25px 15px; margin: 20px 0 0 0; width: 100%; }
  .news-item.right .news-content { margin: 20px 0 0 0px; width: 100%; }
  
  
  
  .news-content .news-title { font-size: 18px; } 
  
  .accent-custom .qrcode_dsplydiv h1 { font-size: 32px; }
  .accent-custom .qrcode_dsplydiv h2 { font-size: 28px; }
  
  .accent-custom .searchmrgntop { margin-top: 15px; }
  
  .news-item { padding-bottom:10px; }
  
  .news-item.right { margin-top:20px; }
  
  .aboutme_wrapper p { font-size:16px; }
  
  .accent-custom .phnebk_sites__thumb { width:100%; justify-content: center; }
  
  .accent-custom .phnebk_sites__content { width: 100%; }
  
  .accent-custom .post_comments_content { width: 78%; }
  
  .accent-custom .store_product_thumb { width: 100%; border-radius: 15px 15px 0 0; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; }
  .accent-custom .store_product_content { width: 100%; }
  
  .accent-custom .resp_row { --bs-gutter-x: 0; }
  
  .accent-custom .signuptop_img, .accent-custom .signupbtm_img  { display: none; }
  
  .accent-custom .bannertxt { padding-left: 15px; padding-right: 15px; }
  .accent-custom .bannertxt h2 { font-size:var(--f_sz32); line-height: 45px; }
  
  .accent-custom .tp-login-title { font-size: var(--f_sz26); }
  .accent-custom .tp-login-wrapper { padding: 35px 25px 35px 25px; }
  
  .accent-custom .input-group .react-datepicker-wrapper { width: 92%; }
  
  .accent-custom .carousel .carousel-item { height: 350px; }
  
  .accent-custom .invitation-card1 img { display: none; }



  
  }
  
  @media only screen and (min-device-width: 320px) 
                     and (max-device-width: 767px) 
                     and (orientation: landscape) {
  
  .accent-custom .modalviewfullimage img {
      max-width: 100%;
      max-height: 250px;
  }
  .accent-custom .modal .carousel-item img {
    width: auto;
    max-width: 100%;
    max-height: 230px;
    object-fit: contain;
  
  }
  
  }
  .eyestyle{
    padding-bottom: 22px;
  }
  .handleclearUrl{
    padding-left: 240px;
  }
  .rounded{

    background-color: rgb(159 187 152) !important;
  }
  .cursor-pointer {
    cursor: pointer;
}

.img-fluid {
    transition: transform 0.2s ease-in-out;
}

.img-fluid:hover {
    transform: scale(1.1);
}
.text-end {
  text-align: right !important;
  padding-top: 95px;
}
/* .nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.nav-link.dropdown-toggle {
  cursor: pointer;
} */

  /* @media screen and (max-width: 575px) {
  .news-item .news-content:before { display: none; }
  } */


    .banner-swiper {
    margin-bottom: 2rem;
  }
  
  .banner-slide {
    position: relative;
  }
  
  .banner-content {
    position: relative;
    z-index: 3;
  }
  
  .category-section .swiper-button-next,
  .category-section .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  
  .featured-products-section .swiper-button-next,
  .featured-products-section .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  
  .product-card .card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .category-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
  }
  
  @media (max-width: 768px) {
    .banner-title {
      font-size: 2rem !important;
    }
    
    .banner-subtitle {
      font-size: 1rem !important;
    }
    
    .banner-slide {
      min-height: 300px !important;
    }
  }



   .category-card:hover .category-icon {
    animation: bounce 0.6s ease-in-out;
  }
  
  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-5px);
    }
  }
  
  .featured-products-swiper .swiper-button-next,
  .featured-products-swiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  
  .featured-products-swiper .swiper-button-next:after,
  .featured-products-swiper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
  }
  
  .product-card .card-img-top {
    transition: transform 0.3s ease;
  }
  
  .product-card:hover .card-img-top {
    transform: scale(1.05);
  }