/* ------------------------------------------------------ 
    TABLE OF CONTENT
---------------------------------------------------------
   01. General CSS                    
   02. Btn Css                        
   03. Header Section
   04. Banner Section
   05. Divine Collection Section
   06. Custom Tab Css
   07. Product List 
   08. Category List
   09. Offer Slider 
   10. Day sale Section
   11. Follow Insta Section
   12. Scroll Up 
   13. Footer Section
   14. Breadcrumb Section
   15. Product listing page
   16. Compare Product page  
   17. Product Details page
   18. Login page 
   19. Nice Select 
   20. About page
   21. Contact page
   22. Profile page
   23. Change Password page
   24. My Order page
   25. Delivery Address
   26. Cart page
   27. Coupon Section
   28. Invoice
   29. Add or Change Delivery Address
   30. No data found
   31. Checkout page
   32. Make Order Page
   33. Try Now Page
   34. Order Details Page
   35. Try at home page
   36. Divine collections page
   37. Terms & conditions page
   38. Digital Voucher  page
   39. Blog page
--------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');
:root {
    --primary-color: #262262;
    --secondary-color: #009C91;
    --color-black: #000000;
    --color-white: #ffffff;
    --text-color: #999999;
    --bg-white: #ffffff;
    --bg-light: #E7F2FF;
    --primary-font: "Poppins", sans-serif;
}
* {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    font-family: var(--primary-font);
    font-size: 15px;
    font-style: normal;
    line-height: 28px;
    color: var(--text-color);
    position: relative;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 10px;
}
h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 10px;
    font-weight: 500;
    letter-spacing: -1px;
}
h3,
h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5,
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
}
ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a,
a:hover,
img,
.form-control,
.form-control:hover,
button {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
p,
li,
a,
span {}
p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--text-color);
    font-family: var(--primary-font);
}
.dhide {
    display: none;
}
ul {
    margin-left: 0px !important;
}
a{
    color: var(--primary-color);
}
a,
a:hover {
    text-decoration: none;
    color: var(--primary-color);
}
a:focus {
    outline: 0;
    text-decoration: none;
    color: var(--primary-color);
}
.padding {
    padding: 80px 0px;
}
.no-padding {
    padding: 0px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.box-padding {
    padding: 0 50px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.fz-28 {
    font-size: 28px;
}
.fz-24 {
    font-size: 24px;
}
.fz-22 {
    font-size: 22px;
}
.fz-20 {
    font-size: 20px;
}
.fz-18 {
    font-size: 18px;
}
.fz-16 {
    font-size: 16px;
}
.desktop_only {
    display: block;
}
.mobile_only {
    display: none;
}
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}
html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
a,
button {
    font-family: var(--primary-font);
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: 0 0;
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    a,
    button {
        cursor: default !important;
        border: none;
        outline: none;
    }
}
img,
video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.container {
    max-width: 100rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}
@media only screen and (max-width: 992px) {
    .container {
        padding: 0 1rem;
        margin: 0 auto;
    }
}
.grid-container {
    max-width: 100rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}
.grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.grid-container:not(.full)>.grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    box-shadow: none;
    border: 1px solid #262262;
    background: transparent;
}
input[type="text"][readonly] {
    background-color: #f5fafb;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #747474;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--primary-color);
    position: absolute;
    top: 4px;
    left: 4px; 
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    padding: 0px 10px;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #fff;
    color: #f04124;
}
.form-group.checkboxinput input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-group.checkboxinput label {
    position: relative;
    cursor: pointer;
}
.form-group.checkboxinput label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
.form-group.checkboxinput input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
#preloader1 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 10000;
}
#preloader1 .loader1 .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    /* border: 3px solid #e6eeff; */
    border-radius: 50%;
}
#preloader1 .loader1 .loader-container::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    /* border-top: 3px solid var(--primary-color); */
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
#preloader1 .loader1 .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}
#preloader1 .loader1 .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 100px;
}
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
/*==============================================
03. Button Css Start  
===============================================*/
.btn-primary {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 18px 30px 18px;
    background-color: #000000;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: normal;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
    overflow: hidden;
    border: 1px solid #000000;
}
.btn-primary:hover {
    color: #000000;
    background-color: transparent;
    border-color: #000000;
    text-decoration: none;
}
.btn-primary.whitebtn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
}
.btn-primary.whitebtn:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}
.btn-primary.transparentWhite {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.btn-primary.transparentWhite:hover {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-primary.transparentBlack {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}
.btn-primary.transparentBlack:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-primary.roundBtn {
    background-color: #262262;
    color: #ffffff;
    border: 1px solid #262262;
}
.btn-primary.roundBtn:hover {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.btn-primary.sotobtn {
    padding: 13px 20px 13px;
}
@media (max-width: 1199px) {
    .btn-primary {
        padding: 12px 26px 12px;
    }
    .btn-primary.sotobtn {
        padding: 12px 20px 12px;
    }
}
@media (max-width: 991px) {
    .btn-primary.sotobtn {
        padding: 10px 18px 10px;
    }
}
.btn-primary span svg {
    margin-left: 10px;
}
/* Karte Button */
/*** 
  =============================================
      btn--primary  Css
  =============================================
  ***/
.btn--primary {
    position: relative;
    display: inline-block;
    border: 1px solid #1a1a1a;
    background: transparent;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 20px 0px;
    border-radius: 6px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: var(--primary-font);
    z-index: 1;
    text-align: center;
}
.btn--primary::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #1a1a1a;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.btn--primary:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.btn--primary:hover {
    color: #ffffff;
    border-color: #262262;
}
.btn--primary span svg {
    margin-left: 5px;
}
/*** 
  =============================================
     btn--primary  style 2 Css
  =============================================
  ***/
.btn--primary.style2 {
    position: relative;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 20px 0px;
    border-radius: 6px;
    border: 0px solid #000000;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: var(--primary-font);
    z-index: 1;
}
.btn--primary.style2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #262262;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.btn--primary.style2:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    border: 1px solid #262262;
}
.btn--primary.style2:hover {
    color: #ffffff;
    border: 0px solid #262262;
}
/*** 
  =============================================
     btn--primary  style 3 Css 
  =============================================
  ***/
.btn--primary.style3 {
    position: relative;
    display: inline-block;
    background: #262262;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 20px 0px;
    border-radius: 6px;
    border: 1px solid #262262;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: var(--primary-font);
    z-index: 1;
}
.btn--primary.style3::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #000000;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.btn--primary.style3:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.btn--primary.style3:hover {
    color: #ffffff;
}
/*** 
  =============================================
    btn--secondary Css
  =============================================
  ***/
.btn--secondary {
    position: relative;
    display: inline-block;
    background: #262262;
    color: #ffffff;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px 0px;
    border-radius: 0px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: var(--primary-font);
    z-index: 1;
}
.btn--secondary::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.btn--secondary:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.btn--secondary:hover {
    color: #000;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #262262;
}
/*** 
  =============================================
    btn--secondary .style2 Css
  =============================================
  ***/
.btn--secondary.style2 {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 20px 0px;
    border-radius: 0px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    overflow: hidden;
    font-family: var(--primary-font);
    z-index: 1;
}
.btn--secondary.style2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #262262;
    z-index: -1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    transition: -webkit-transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
.btn--secondary.style2:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.btn--secondary.style2:hover {
    color: #ffffff;
}
@media (min-width: 1800px) {
    .btn--primary,
    .btn--primary.style2, .btn--primary.style3,
    .btn--secondary,
    .btn--secondary.style2 {
        line-height: 50px;
    }
}
@media (min-width: 992px) {
    .btn--primary,
    .btn--primary.style2, .btn--primary.style3,
    .btn--secondary,
    .btn--secondary.style2 {
        padding: 0px 40px 0px;
    }
}
@media (min-width: 768px) {
    .btn--primary,
    .btn--primary.style2, .btn--primary.style3,
    .btn--secondary,
    .btn--secondary.style2 {
        padding: 0px 30px 0px;
        line-height: 50px;
    }
    .prbtnaddcrt .btnsecpro .btn--primary.style2{
        line-height: 50px;
    }
}
/*** 
  =============================================
    btn redstyle Css
  =============================================
  ***/
.btn-primary.redstyle {
    background: var(--primary-color);
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-primary.redstyle:hover {
    background: #1a1a1a;
    color: #ffffff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.btn-primary.redtransparent {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-primary.redtransparent:hover {
    border: 1px solid #fa323c;
    background: #fa323c;
    color: #ffffff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.btn-primary.redstyle2 {
    background: #fb4862;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-primary.redstyle2:hover {
    background: #1a1a1a;
    color: #ffffff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.btn-primary.redtransparent2 {
    background: transparent;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-primary.redtransparent2:hover {
    border: 1px solid #fb4862;
    background: #fb4862;
    color: #ffffff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
/*=============================================
   02. Btn Green Style2 Css  
  =============================================*/
.btn-primary.greenstyle {
    background: #262262;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    text-transform: capitalize;
}
.btn-primary.greenstyle:hover {
    background: #1d1a4c;
    color: #fff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
.btn-primary.diffcolor {
    background: #ff5a00;
    border: none;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.btn-primary.diffcolor:hover {
    background: #1a1a1a;
    color: #ffffff;
    -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
}
div#title_alert {
    padding-bottom: 10px;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0, 0.08);
    font-size: 20px;
    background: transparent;
    color: #000;
    padding: 0px 20px 20px;
}
.insidepopup {
    padding-top: 20px;
    text-align: center;
}
p#content_alert {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.insidepopup #popup-close {
    width: 150px;
}
/*===============================================================
   03. Header Section
===============================================================*/
.brand {
    color: #262262;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}
.homepage .header .brand svg path {
    fill: #fff;
}
.homepage .header.sticky .brand svg path {
    fill: #262262;
}
.homepage .header {
    background: transparent;
    box-shadow: none !important;
    background-image: linear-gradient(0deg, transparent 0 0%, rgba(0, 0, 0, 0.9) 100% 21%);
    height: 80px;
}
.homepage .header.sticky {
    background: #fff !important;
    box-shadow: 0px 8px 0px #A3A3A30D !important;
}
.homepage .header.sticky .menunav>ul>li>a {
    color: #383838;
}
.homepage .header.sticky .header-item-right .menu-icon-d svg path {
    fill: #383838;
}
.homepage .header.sticky .header-item-right .menu-icon-d.shareicn svg path {
    fill: #fff;
}
.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #ffffff;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.homepage .header .nrmllogo,.homepage .header.sticky .stcylogo,.header .stcylogo{
    display: none !important;
   }
   .homepage .header.sticky .nrmllogo,.header .nrmllogo,.homepage .header .stcylogo
   {
       display: block !important;
   }
.header.sticky {
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}
.header-item-left h1 {
    margin-bottom: 0px;
    line-height: 0px;
}
.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-left: 3rem;
}
.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.99%;
    flex: 0 0 22.99%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-item-right .menu-icon-d {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1.2rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
#shareicnid svg{
    height: 32px;
    width: 32px;
}     
.menu-icon-d.usericon.mbshow.dshide{
    display: none;
}
.menu-icon-d.usericon.dsshow.mbhide{
    display: block;
}
.header-item-right .menu-icon-d.carticn svg path {
    fill: #383838;
    stroke: #383838;
}
.header-item-right .menu-icon-d.whishicon svg path {
    fill: #383838;
}
.header-item-right .menu-icon-d#search-icon svg path {
    fill: #383838;
}
.header-item-right .menu-icon-d.usericon svg path {
    fill: #383838;
}
.homepage .header-item-right .menu-icon-d#search-icon svg path {
    fill: #fff;
}
.homepage .header-item-right .menu-icon-d.usericon svg path {
    fill: #fff;
}
.homepage .header-item-right .menu-icon-d.whishicon svg path {
    fill: #fff;
}
.homepage .header.sticky .header-item-right .menu-icon-d svg path {
    fill: #383838;
}
.homepage .header.sticky .header-item-right .menu-icon-d#search-icon svg path {
    fill: #383838;
}
.homepage .header-item-right .menu-icon-d.carticn svg path {
    fill: #fff;
    stroke: #fff;
}
.header .menunav>ul>li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 2rem;
}
.homepage .header .menunav>ul>li>a {
    color: #fff;
}
.header .menunav>ul>li>a i {
    margin-left: 5px;
}
.header .menunav>ul>li>a {
    position: relative;
    font-family: inherit;
    font-size: 15px; 
    line-height: 1.25;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menunav>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    /* opacity: 0;
    visibility: hidden; */
    display: none;
    border-radius: 0.25rem;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /* -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
}
.header .menunav>ul>li .menu-subs>ul>li {
    line-height: 1;
}
.header .menunav>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menunav>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
    /* left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); */
}
.header .menunav>ul>li .menu-subs.menu-mega.goldmega,.header .menunav>ul>li .menu-subs.menu-mega.divinemega,.header .menunav>ul>li .menu-subs.menu-mega.trymega{
    left: unset;
    transform:none;
}
.header .menunav>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .menunav>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1;
}
.header .menunav>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.header .menunav>ul>li .menu-subs.menu-column-4.menu-column2{
    display: none;
    max-width: 30rem;
    width: 100%;
    padding: 1.25rem 1rem;
}
.header .menunav>ul>li .menu-subs.menu-column-4.menu-column2>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
}
.header .menunav>ul>li .menu-subs.menu-column-4 {
  
    max-width: 80rem;
    width: 100%;
    padding: 1.25rem 1rem;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    padding: 0 1rem;
}
.header .menunav>ul>li .menu-subs.menu-column-4.imgmenu>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    padding: 0 1rem;
}


.header .menunav>ul>li .menu-subs.menu-column-4>.list-item:nth-child(8), .header .menunav>ul>li .menu-subs.menu-column-4>.list-item:nth-child(9) {
    flex: 0 0 50%;
    padding: 10px 10px 0px 10px;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #292929;
    font-weight: 500;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}
.header .menunav>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,
.header .menunav>ul>li .menu-subs>ul>li>a:hover {
    color: #7467B0;
}
.header-item-right a:hover,
.header .menunav>ul>li:hover>a {
    color: #7467B0;
}

.whishicon span {
    background-color: var(--primary-color);
    position: absolute;
    top: -7px;
    right: -6px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: block;
}
.carticn span {
    background-color: var(--primary-color);
    position: absolute;
    top: -7px;
    right: -9px;
    font-size: 10px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: block;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title:before {
    border-top: 3px solid #EBEBEB;
    content: "";
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    z-index: -1;
    border-radius: 6px;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title:after {
    border-top: 3px solid #262262;
    content: "";
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: -1;
    border-radius: 6px;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title.br_none:before {
    content: none;
}
.header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title.br_none:after {
    content: none;
}
@media only screen and (min-width: 993px) {
    .header .menunav>ul>li.menu-item-has-children:hover .menu-subs {
        margin-top: 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.menu-mobile-header,
.menu-mobile-trigger {
    display: none;
}
@media only screen and (max-width: 992px) {
    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-item-left,
    .header-item-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .menu-mobile-trigger {
        position: relative;
        display: flex;
        align-items: center;
        justify-content:flex-end;
        cursor: pointer;
        width: 1.75rem;
        height: 1rem;
        border: none;
        outline: none;
        margin-left: 2rem;
        background: 0 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
        padding: 10px 8px !important;
        margin-bottom: 0px;
        background: #262262 0% 0% no-repeat padding-box;
        border-radius: 11px;
        width: 40px;
        height: 40px;
        flex-wrap: wrap;
        gap: 3px;
    }
    .header .menu-mobile-trigger span {
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: #fff;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
        top: 0;
        width: 65%;
    }
    .header .menu-mobile-trigger span:nth-child(3) {
        top: 0rem;
        width: 45%;
    }
    .header .menu-mobile-trigger span:nth-child(2),
    .header .menu-mobile-trigger span:nth-child(3) {
        /* top: 0.5rem; */
    }
    .header .menu-mobile-trigger span:nth-child(4) {
        /* top: 1rem; */
    }
    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5px;
    }
    .header .menunav {
        position: fixed;
        top: 0;
        left: 0;
        width: 20rem;
        height: 100%;
        z-index: 1099;
        overflow: hidden;
        background: #fafafa;
        -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .menunav.active {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%);
    }
    .header .menunav>ul>li {
        display: block;
        line-height: 1;
        margin: 0;
    }
    .header .menunav>ul>li>a {
        display: block;
        line-height: 3.125rem;
        height: 3.125rem;
        padding: 0 3.125rem 0 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menunav>ul>li>a i.ion {
        position: absolute;
        font-size: 1.25rem;
        line-height: 3.125rem;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .header .menunav .menu-mobile-header {
        position: relative;
        position: -webkit-sticky;
        position: sticky;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        top: 0;
        height: 3.125rem;
        z-index: 501;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        background: #fafafa;
    }
    .header .menunav .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 1.25rem;
        line-height: 3.125rem;
        width: 3.125rem;
        height: 3.125rem;
        cursor: pointer;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .header .menunav .menu-mobile-header.active .menu-mobile-arrow {
        display: block;
    }
    .header .menunav .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 1rem;
        font-weight: 500;
        line-height: inherit;
        color: #121212;
        text-transform: capitalize;
        text-rendering: optimizeLegibility;
    }
    .header .menunav .menu-mobile-header .menu-mobile-close {
        font-size: 2.25rem;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: #121212;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .header .menunav .menu-section {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header .menunav>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4.menu-column2{
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;  
    }
    .header .menunav>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header .menunav>ul>li .menu-subs.active {
        display: block;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4.menu-column2.active {
        display: block;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item img.responsive {
        margin-top: 0;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menunav>ul>li .menu-subs>ul>li>a {
        display: block;
    }
    .header .menunav>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 0rem;
        padding: 0px;
        margin-left: 0px;
    }
    .header .menunav>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.55);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .header-item-right .menu-icon-d.shareicn {
        display: none !important;
    }
    .header-item-right .menu-icon-d {
        margin-left: 1rem;
        margin-top: 6px;
    }
    .homepage .header .menunav>ul>li>a {
        color: #000;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title:before {
        width: 100%;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item .title:after {
        width: 25%;
    }
    .header .menunav>ul>li .menu-subs.menu-column-4>.list-item:nth-child(5), .header .menunav>ul>li .menu-subs.menu-column-4>.list-item:nth-child(6) {
        padding: 10px 0px 0px 0px;
    }
}
.searchcontainer {
    position: relative;
}
.searchbarsec {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 0px 20px;
    height: 120px;
    border-radius: 10px;
    position: absolute;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    top: 20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.searchbarsec.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    display: flex;
}
.search_box {
    width: 100%;
    position: relative;
}
.search_box input {
    position: relative;
    border-radius: 8px;
    height: 60px;
    background-color: #F5F5F5 !important;
    margin-bottom: 0px;
    background-image: url("../images/srcicn.png");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    padding-left: 60px;
    outline: none;
    box-shadow: none;
    border: none;
}
.search_box input::placeholder {
    font-size: 13px;
    color: #222222;
}
.search_box input:active,
.search_box input:focus {
    background-color: #F5F5F5 !important;
    background-image: url("../images/srcicn.png");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    outline: none;
    box-shadow: none;
    border: none;
}
.search_box .srchbtn {
    border: 0;
    position: absolute;
    top: 0px;
    bottom: -2px;
    right: -2px;
    height: 40px;
    line-height: 40px;
    background: none;
    width: 62px;
    border-radius: 0 35px 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.autocomplete-suggestions {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 100%;
    background: #fff;
    z-index: 9;
    /* box-shadow: 0px 50px 30px #00000029; */
    padding: 0px 20px;
    max-height: 400px;
    overflow-y: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow-x: hidden;
}
.autocomplete-suggestion {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    padding: 10px;
}
.autocomplete-suggestion:hover {
    background-color: #e9e9e9;
}
.productsrclist {
    display: flex;
    align-items: center;
    padding: 15px 0px 0px;
    cursor: pointer;
}
.productsrclist:hover .productsrchcnt h6 {
    color: var(--primary-color);
}
.productsrclist img {
    width: 80px;
    height: 80px;
    border-radius: 3.879px;
    margin-right: 15px;
    padding: 5px;
    flex-shrink: 0;
    object-fit: contain;
    background: #F2F3F5;
}
.productsrchcnt h6 {
    color: #232E35;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.productsrchcnt p {
    font-size: 12px;
    color: #BDBFC2;
    margin-bottom: 0px;
}
.sharesection:before {
    content: '';
    border-bottom: 16px solid #353533;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: -12px;
    right: 12px;
}
.sharesection {
    width: 319px;
    height: 196px;
    background: #353533 0% 0% no-repeat padding-box;
    padding: 20px;
    border-radius: 8px;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 0px;
}
.sharesection.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}
.scption {
    font-size: 10px;
    color: #DFDFDF;
    margin-bottom: 15px;
}
.whatsappsec h4 {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.whatsappsec p {
    color: #DFDFDF;
    font-size: 12px;
    background: #4E4E4E 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 0px 5px;
    margin-bottom: 12px;
}
.doodlemeetsec p {
    color: #DFDFDF;
    font-size: 12px;
    background: #4E4E4E 0% 0% no-repeat padding-box;
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    padding: 0px 15px;
}
.shtle {
    font-size: 13px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 7px;
}
.whatsappsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
}
button#copyButton {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
button#copyButton:focus, button#copyButton:active, button#copyButton:hover {
    background: transparent;
}
.sharecontainer {
    position: relative;
}
.doodlemeetsec {
    position: relative;
}
span#copyResult {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    font-size: 12px;
}
/*===============================================================
   04. Banner Section  
===============================================================*/
.bannercontainer {}
.sliderwrapper {
    width: 100%;
    height: 83vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: all .6s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.slider-mask {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 83vh;
    top: 0;
    left: 50%;
    z-index: 2;
    pointer-events: none;
    margin: 0 auto;
    transform: translateX(-50%);
}
.slider-mask::before {
    position: absolute;
    z-index: 1;
    left: 100%; 
    width: 100vw;
    height: 100%;
    /* background: rgba(34, 34, 34, .8); */
    background: linear-gradient(180deg, rgba(1, 12, 33, 0.00) 0%, #010C21 100%);
    display: block;
    content: ' ';
}
.slider-mask::after {
    left: auto;
    right: 100%;
}
.owl-carousel {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.sliderwrapper #sync2 .owl-stage-outer {
    overflow: visible !important;
}
.sliderwrapper #sync1 .owl-item {
    width: 100%;
    max-width: 100%;
    height: 83vh;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    overflow: hidden;
}
.sliderwrapper .owl-item .item {
    width: 100%;
    height: 100%;
}
.sliderwrapper .owl-item .item video {
    width: 100%;
    height: 100%;
}
.sliderwrapper .owl-item .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .sliderwrapper #sync1 .owl-nav {
        display: flex;
        position: absolute;
        right: 10%;
        bottom: 0px;
    }
      
        #sync1 .owl-nav button {
        width: 40px;
        height: 40px;
        background: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 5px;
        font-size: 26px;
    }
/* .sliderwrapper #sync1 .owl-nav {
    display: none;
} */
.sliderwrapper #sync1 .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    right: 115px;
}
.sliderwrapper #sync1 .owl-dot span {
    background: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    margin: 0 4px;
}
#sync1 .owl-dot.active span {
    background: red;
}
.bannercntsec {
    position: relative;
    right: 0%;
    margin-top: 0%;
    text-align: right;
    height: 78vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.hyprlink {
    /* display: flex; */
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    display: none; 
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uptxt {
    color: #F6F6F6;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}
.discnt {
    color: #F6F6F6;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.discnt span {
    color: #303030;
    font-size: 40px;
    background: #fff;
    padding: 0px 20px;
    margin-right: 13px;
}
.bantxt1 {
    color: #F6F6F6;
    font-size: 17px;
    margin-bottom: 5px;
}
.bantxt2 {
    color: #F6F6F6;
    font-size: 12px;
    width: 75%;
}
.bantxtcnt {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.sliderwrapper div#sync2 {
    position: absolute;
    bottom: 44px;
    right: 0px;
    width: 40%;
    left: 0px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100rem;
    width: 100%;
    height: auto;
    padding: 0 0.5rem;
    margin: 0 auto;
}
.sliderwrapper div#sync2 .owl-item {
    height: auto;
    overflow: visible;
    background: transparent;
    width: 185px !important;
    margin-left: 10px;
}
.sliderwrapper div#sync2 .thumitem {
    background: #3A3A3A 0% 0% no-repeat padding-box;
    box-shadow: 0px 20px 60px #0000001A;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.sliderwrapper #sync2 .item {
    background: transparent;
    cursor: pointer;
    width: 185px;
    margin: 0px 0px 0px 8px;
}
.thumitem img {
    width: 100px !important;
    position: absolute;
    top: -38px;
    left: 5px;
}
.sliderwrapper #sync2 .item p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #9E9E9E;
    width: 50%;
}
.sliderwrapper #sync2 .owl-item.active.current .item p {
    color: #fff;
}
.sliderwrapper #sync2 .owl-stage {
    display: flex;
    justify-content: flex-end;
}
.imgsecslider::before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #2D2E2D;
    position: absolute;
    top: 19px;
    left: 25px;
    border-radius: 100%;
}
a.srclose {
    position: absolute;
    right: 20px;
    top: 16px;
}
/*=============================================
   05. Divine Collection Section
  =============================================*/
.section {
    padding: 30px 0px;
}
.section-title {
    text-align: center;
    margin-bottom: 30px;
}
.section-title h6 {
    color: #232E35;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    position: relative;
}
.section-title p {
    color: #888888;
    font-size: 14px;
    margin-bottom: 0px;
}
.section-title.unterlinetlt {
    margin-bottom: 70px;
}
.section-title.unterlinetlt h6:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 250px;
    height: 30px;
    background-image: url("../images/tleline.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 70px;
    margin-left: -125px;
}
.divinebox {
    display: flex;
    justify-content: space-between;
    gap: 28px;
}
.divine-box.mb-30.scroll-zoom {
    width: 100%;
    /*width: 33.3%; */
}
#divineSlider .owl-stage-outer {}
.divine-box .divine-img {
    overflow: hidden;
    position: relative;
    height: 400px;
}
.divine-box .divine-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.divine-box:hover .divine-content-wrap .divine-content {
    margin: -100px 0 0;
}
.divine-box .divine-content-wrap .divine-content h3:hover  a{
    color: var(--primary-color);
}
.divine-box .divine-content-wrap .divine-content {
    background-color: #fff;
    display: inline-block;
    margin: -64px 0 0;
    max-width: 100%;
    padding: 27px 44px;
    position: relative;
    width: 320px;
    z-index: 99;
    box-shadow: 0px 0px 50px #0000001A;
    transition: all 0.45s ease-in-out;
}
.divine-box .divine-content-wrap .divine-content h3 {
    font-size: 20px;
    color: #3C3C3C;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 12px;
    line-height: 1.2;
}
.divine-box .divine-content-wrap .divine-content h3 a {
    font-size: 20px;
    color: #3C3C3C;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.divine-box .divine-content-wrap .divine-content a {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: none !important;
}
.divine-box .divine-content-wrap .divine-content a svg {
    margin-left: 10px;
}
.divinewrapper .divine-content-wrap {
    text-align: center;
}
.section.goldratesec{
    padding: 30px 0px 0px 0px;
}
.goldlistsec {
    background: #F2F3F5;
    height: 132px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px; 
}
.goldprzseccnt {
    width: 25%;
}
.goldprzsecitm {
    width: 75%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.goldprzseccnt h5{
    font-size: 16px;
    font-weight: 600;
    color:#262262;
    margin-bottom: 0px;
}  
.goldprzseccnt p{
  color:#A6A6A6;
  font-size: 12px;
  margin-bottom: 0px;
}
.goldprzseccnt p span{
    color:#262262;
    font-weight: 600;
}
.golditsec {
    width: 33%;
    display: flex;
    align-items: center;
}
.goldcnt h4{
    color: #16171C;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
}
.goldcnt p{
    color:#A6A6A6;
    font-size: 12px;
    margin-bottom: 0px;
}
.goldcnt p span{
    background: #262262;
    font-weight: 600;
    color: #fff;
    padding: 0px 10px;
    border-radius: 3px;
}
.goldimg {
    width: 115px; 
}
/*==============================================
 06. Custom Tab Css
===============================================*/
.tabs .tab-title>a {
    background: none;
    color: #888888;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    padding: 1.5rem;
}
.tabs .tab-title.active a {
    background: none;
    color: #262262;
}
.tabs .tab-title {
    display: flex;
    align-items: center;
}
.tabs .tab-title:first-child a{
    padding-left: 0px;
}
.tabs .tab-title::before {
    display: inline-block;
    content: '';
    border-radius: 0rem;
    height: 10px;
    width: 10px;
    margin-right: 0px;
    background-color: #bdbdbd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tabs .tab-title:first-child::before {
    content: '';
    display: none;
}
.tab-title.active .nav-link_underscore:after {
    width: calc(100% - 3.125rem);
}
.productlist .tab-title:first-child.active .nav-link_underscore:after {
    width: calc(100% - 1.5rem);   
}
.productlist .tab-title.active .nav-link_underscore:after {
    width: calc(100% - 2.5rem);
}
.productlist .tab-title:first-child .nav-link_underscore:hover::after {
    width: calc(100% - 1.125rem);
}
.nav-link_underscore:hover::after {
    width: calc(100% - 3.125rem);
}
.nav-link_underscore {
    position: relative;
    padding: 0.6875rem 1.5625rem 0.4375rem;
    color: #767676;
}
.tab.logoutab{
    margin-top: 100px;
}
.tab.logoutab a{
    background: #F24C4C 0% 0% no-repeat padding-box;
    border-radius: 6px;
    height: 55px;
    text-align: center;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    display: block;
    padding: 0.6875rem 1.75rem 0.4375rem;
    color: #262262;
    font-weight: 500;
    line-height: 1.375;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link_underscore:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 17px;
    left: unset;
    width: 0;
    height: 2.5px;
    background-color: #262262;
    transition: width 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-link_underscore:hover, .nav-link_underscore:focus, .nav-link_underscore.active, .nav-item.show .nav-link_underscore {
    color: #262262;
    background: none;
}
.tabs .tab-title>a:hover {
    background: transparent;
}
/*==============================================
  07. Product List 
===============================================*/
.shop-item {
    border-radius: 6px;
}
.shop-item .shop-thumb {
    position: relative; 
    z-index: 1;
    height: 325px;
    border: 1px solid rgb(0, 0, 0, 0.06);
}
.shop-item:hover .shop-thumb img {
    /* transform: scale(1.03); */
}
.shop-item .shop-thumb img {
    /* transform: scale(1); */
    width: 100%;  
    /* -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; */
    height: 100%; 
    object-fit: contain;
}
.buybtn {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    border-radius: 21px !important;
    width: 150px;
    height: 40px;
    text-transform: capitalize;
    padding: 0px 10px !important;
}
.shop-item:hover .buybtn {
    bottom: 40px;
    visibility: visible;
    opacity: 1;
}
.ribbon {
    position: absolute;
    padding: 0px 7px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    zoom: 1;
    top: 8%;
    right: -1%;
    left: 77%;
    min-width: 25%;
    max-width: 35%;
    height: 27px;
    background: #262262;
    z-index: 9;
}
.ribbon:after {
    content: "";
    position: absolute;
    z-index: -20;
    top: 100%;
    left: auto;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent #181540;
    right: 0;
}
.shop-item:hover .shop-thumb .shop-list {
    right: 20px;
    visibility: visible;
    opacity: 1;
}
.shop-list {
    list-style: none;
    position: absolute;
    top: 100px;
    right: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
}
.shop-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.shop-list li a {
    background-color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 10px 30px #0000000D;
}
.shop-list li a i {
    line-height: 1;
    display: block;
}
.shop-list li a:hover {
    background: var(--primary-color);
}
.shop-list li a:hover svg path {
    fill: #fff;
}
.shop-list button {
    background-color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 10px 30px #0000000D;
    padding: 0px;
    margin: 0px;
}
.shop-list button:hover {
    background: var(--primary-color);
}
.shop-list button:hover svg path {
    fill: #fff;
}
.shop-list li .check .comparelabel {
    background-color: #fff;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 10px 30px #0000000D;
    padding: 0px;
    margin: 0px;
}
.check {
    position: relative;
}
.check .compare {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
input[type="checkbox"].compare+label:hover {
    background: var(--primary-color);
}
input[type="checkbox"].compare+label:hover svg path {
    fill: #fff;
}
input[type="checkbox"].compare:checked+label {
    background: var(--primary-color);
}
input[type="checkbox"].compare:checked+label svg path {
    fill: #fff;
}
.shop-content {
    padding: 10px 15px;
    border-top: none;
    border-radius: 0 0 6px 6px;
}
.shop-content .title {
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 1.2;  
    color: #2D2D2D;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shop-content .title a {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shop-content .title:hover a{
    color: var(--primary-color);
}
.shop-content .review-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 0px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.ratng {
    color: #2D2D2D;
    font-size: 14px;
    font-family: var(--primary-font);
}
.reviercount {
    color: var(--primary-color);
    font-size: 14px;
    font-family: var(--primary-font);
}
.shop-content .review-wrap .review {
    list-style: none;
    line-height: 0;
}
.shop-content .review-wrap .review li {
    display: inline-flex;
    color: #FFC107;
    font-size: 12px;
}
.shop-content .price {
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 1px;
    display: flex;
    align-items: center;
}
.shop-content .price .offer {
    margin-top: 0;
    margin-right: 10px;
    text-decoration: line-through;
    color: var(--primary-color);
}
.shop-content .price del {
    margin-top: 0;
    margin-right: 10px;
    text-decoration: line-through;
    color: #ccc !important;
}
#canvasLoader img{
    width: 70px;
    margin: 0 auto;
}
/*==============================================
  08. Category List
===============================================*/
section.section.categorysection {
    padding: 0px 0px 30px;
}
.secsrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.categorylist {
    width: 20%;
}
.productlist {
    width: 80%;
}
.hproductwrapper {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.hproductwrapper .shop-item {
    width: 23%;
}
.categoryitem {
    margin-top: 20px;
}
.categorylist .tle {
    font-size: 26px;
    color: #222222;
    margin-bottom: 0px;
    font-weight: 500;
}
.catcnt h4 {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.catcnt p {
    font-size: 14px;
    color: #A1A1A1;
    margin-bottom: 0px;
}
.catelistitem {
    display: flex;
    align-items: center;
}
.catelistitem img {
    width: 85px;
    height: 85px;
    margin-right: 25px;
}
.catitemlink {
    margin-bottom: 15px;
}
.advertise1 {
    margin-top: 40px;
}
/*==============================================
  09. Offer Slider
===============================================*/
.offersection {
    background: url("../images/offerbg.png");
    padding: 40px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.offersection::after {
    width: 45%;
    height: 400px;
    content: '';
    background: #e6e6e6;
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 127px;
}
.offerslideimg {
    position: relative;
    z-index: 1;
}
.ofrflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    gap: 100px;
    padding: 20px 0px;
}
.ofimg {
    width: 395px;
    height: 500px;
    position: relative;
}
.ofimg img {
    width: 395px;
    height: 500px;
    position: relative;
}
.ofimg::before {
    width: 395px;
    height: 540px;
    content: '';
    background: var(--primary-color);
    display: inline-block;
    position: absolute;
    left: -20px;
    top: -20px;
}
.offerslidecnt h6 {
    font-size: 26px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}
.offerslidecnt h4 {
    font-size: 44px;
    color: #222222;
    font-weight: bold;
    line-height: 1.2;
}
.offerslidecnt a.btn--primary {
    margin-top: 50px;
}
span.disprz {
    color: #222222;
    font-size: 24px;
    font-weight: 600;
    opacity: 0.67;
    text-decoration: line-through;
}
span.ofprz {
    color: #222222;
    font-size: 28px;
    font-weight: bold;
    margin-left: 10px;
}
.offerslidecnt {
    width: 70%;
    flex-shrink: 0;
    padding: 0px 170px;
}
.offerslideimg {
    position: relative;
    z-index: 1;
    width: 30%;
    flex-shrink: 0;
}
#offerSlider .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 240px;
    display: flex;
}
#offerSlider .owl-nav button {
    width: 39px;
    height: 39px;
    background: #262262;
    color: #fff;
    font-size: 32px;
    line-height: 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 2px;
}
#offerSlider .owl-nav button.disabled {
    background: #E6E6E6;
    color: #000;
    opacity: 0.3;
}
.post-card {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 6px;
}
.post-card .post-thumb {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    transform: scale(1);
}
.post-card .post-content-wrap {
    background: #FFFFFF;
    border: 1px solid #E1E5EB;
    padding: 25px;
}
.post-card .post-content .postdate {
    font-size: 14px;
    color: #232E35;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    padding: 0;
}
.post-card .post-content .postdate:before {
    display: inline-block;
    margin: 0 10px 3px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #999;
    width: 15px;
}
.post-card .post-content .title {
    font-size: 20px;
    color: #232E35;
    font-weight: 500;
    margin-bottom: 0;
    padding: 8px 0px;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-card .post-content .title a {
    color: #232E35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-card .post-content {
    margin-bottom: 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--rr-color-border-1);
}
.post-meta {
    display: flex;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 10px;
}
.post-meta li {
    color: #888888;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
}
.post-meta li:last-child::before {
    content: '';
    width: 0;
    height: 60%;
    position: absolute;
    border: 1px solid #888888;
    top: 4px;
    left: -10px;
}
.post-meta li:not(:last-of-type) {
    margin-right: 20px;
}
.postcnt {
    font-size: 14px;
    color: #888888;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.post-card .read-more {
    font-size: 14px;
    font-weight: 600;
    color: #222222;
}
.post-card .read-more:hover svg {
    margin-left: 15px;
}
.post-card .read-more svg {
    font-size: 14px;
    margin-left: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-card .read-more:hover svg {
    margin-left: 15px;
}
.section.newssection {
    padding-bottom: 70px;
}
/*===============================================================
   10. Day sale Section
===============================================================*/
.daysalesection {
    background: url(../images/daybg.png);
    padding: 35px 0px 30px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.daybox {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 30px 60px #00000029;
    width: 844px;
    margin: 0 auto;
    padding: 40px 150px;
    text-align: center;
    position: relative;
    border-radius: 4px;
}
.daybox img {
    margin: 0 auto;
    width: 230px;
}
.daybox h2 {
    color: #232E35;
    font-size: 30px;
    font-weight: 600;
}
.daybox p {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 40px;
}
.daybox img {
    margin: 0 auto;
    width: 246px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -70px;
}
.daycnt {
    padding-top: 50px;
}
.daytitle h2 {
    font-family: "Cookie", cursive;
    font-weight: 500;
    font-size: 120px;
    color: #262262;
}
.daytitle p {
    font-size: 25px;
    letter-spacing: 6px;
    font-weight: 600;
    margin-bottom: 20px;
}
.daytitle {
    text-align: center;
    padding-bottom: 75px;
}
/*===============================================================
   11. Follow Insta Section
===============================================================*/
.followsection {
    padding-top: 100px;
}
.followitem .item {
    position: relative;
    text-align: center;
    display: block;
}
.followitem .item::before {
    background-color: #000;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #FFFFFF9E;
}
.followitem .item:hover::before {
    opacity: 0.35;
    visibility: visible;
}
.followitem .instagram-info {
    color: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%) scale(0.4);
    -moz-transform: translateY(-50%) scale(0.4);
    -ms-transform: translateY(-50%) scale(0.4);
    -o-transform: translateY(-50%) scale(0.4);
    transform: translateY(-50%) scale(0.4);
    -webkit-transition: opacity 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    text-align: center;
}
.followitem .item:hover .instagram-info {
    opacity: 1;
    visibility: visible;
    white-space: nowrap;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.followitem .social-wrap {
    display: block;
    margin-bottom: 10px;
}
span.social-info img {
    margin: 0 auto;
}
.instagram-info p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}
.instagram-info .read-more {
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.instagram-info .read-more svg {
    margin-left: 8px;
}
.instagram-info .read-more svg path {
    fill: #fff;
}
.social-info img {
    width: 42px !important;
    height: 42px;
}
/* -----------------------------------
   13. Scroll Up
-------------------------------------*/
#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 12px;
    right: 35px;
    z-index: 99;
    display: none;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    z-index: 10000;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
}
#back-to-top i {
    padding-top: 0px;
    font-size: 22px;
}
#back-to-top {
    background: var(--primary-color);
}
#back-to-top:hover {
    background: #000;
    color: #fff;
}
/*==============================================
13. Footer Section
===============================================*/
.footertopsection {
    background: #1A1A1A;
    padding: 50px 0px;
}
.footertopsec {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 80%;
    margin: 0 auto;
}
.ftopbox {
    background: #212121;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    width: 33.3%;
}
.ftopboxcnt {
    margin-left: 25px;
}
.ftopboxcnt h6 {
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 5px;
}
.ftopboxcnt p {
    font-size: 12px;
    color: #A6A6A6;
    margin-bottom: 0px;
}
footer {
    background: #000;
}
.footersec {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 75px 0px;
}
.footersec .footerbox:nth-child(1) {
    width: 15%;
}
.footersec .footerbox:nth-child(2) {
    width: 15%;
}
.footersec .footerbox:nth-child(3) {
    width: 15%;
}
.footersec .footerbox:nth-child(4) {
    width: 25%;
}
.footersec .footerbox:nth-child(5) {
    width: 30%;
}
.footer-title h4 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-contant li {
    position: relative;
    display: inherit;
    padding-top: 13px;
    font-size: 14px;
    color: #777;
    display: flex;
    align-items: center;
}
.footer-contant li svg {
    margin-right: 15px;
}
.footer-contant li a {
    position: relative;
    color: #98989C;
}
.footer-contant li a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.footer-contant li:hover a:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.footer-contant li a:before {
    position: absolute;
    top: 20px;
    content: "";
    height: 2px;
    width: 0;
    background-color: #98989C;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.footer-contant .style2 {
    background: #000;
}
.footer-contant input {
    height: 45px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0px 20px;
}
.footer-contant input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: #fff;
}
.footer-contant button {
    margin-bottom: 0px;
}
.payment-card-bottom {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
}
.payment-card-bottom ul {
    display: flex;
    align-items: center;
}
.payment-card-bottom li {
    padding-left: 7px;
    padding-right: 7px;
    display: inline-block;
}
.payment-card-bottom li img {
    height: 30px;
}
.footer-social {
    text-align: right;
}
.footer-social li {
    display: flex;
    padding-right: 0px;
    padding-top: 0 !important;
    width: 30px;
    height: 30px;
    background: #98989C;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.footer-social li:hover {
    background: #fff;
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.footer-social li a {
    color: #000;
    display: flex;  
    align-items: center;
    justify-content: center;
}
.coprighttxt {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
}
.footerbottom {
    border-top: 2px solid rgb(255, 255, 255, 0.07);
    padding: 20px 0px;
}
.mb-cls-content {
    color: #98989C;
    font-size: 14px;
}
/*===============================================================
   14. Breadcrumb Section
===============================================================*/
.sectionwrapper {
    padding-top: 82px;
}
.breadcrumbsection {
    height: 100px;
    background: url("../images/brbg.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-row ul {
    padding: 0;
    display: inline-block;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 0px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #262262;
}
.breadcrumb-row ul li+li::before {
    display: inline-block;
    margin: 0 0.5em;
    transform: rotate(23deg);
    border-right: 0.1em solid currentcolor;
    height: 0.8em;
    content: "";
}
.breadcrumb-row ul li a {
    color: #6E6C6C;
}
nav.breadcrumb-row {
    text-align: center;
}
.breadcrumbsection h1 {
    font-size: 24px;
    color: #232E35;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}
/*===============================================================
   15. Product listing page 
===============================================================*/
section.listsection {
    padding: 40px 0px;
}
.productwrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.productwrapper .shop-item {
    width: 19%;
}
.proitemsec .row {
    max-width: 100%;
    display: flex;

}

.shop-item:hover .shop-thumb .shop-list {
    right: 20px;
    visibility: visible;
    opacity: 1;
}
.ring_out.proitem {
    margin-bottom: 15px;

}
.appenditems{
    flex-wrap: wrap;
}
.appenditems .ring_in{
    width: 23%;
}
.appenditems .ring_in{
    margin: 0px 10px;
}
.comparecountsec {
    width: 289px;
    height: 79px;
    background: #262262;
    position: fixed;
    right: 0px;
    bottom: 60px;
    z-index: 999;
    border-radius: 4px;
}
.cmpre_btn p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 0;
}
.cmpre_btn .cspan {
    font-size: 8px;
    color: #FFFFFF;
    opacity: 0.6;
}
a.cmpre_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 289px;
    height: 79px;
    background: #262262;
    line-height: 0;
    border-radius: 4px;
}
.cprecntsec {
    width: 100%;
    padding: 0px 20px;
}
.cprecntsec .badge {
    width: 50px;
    height: 50px;
    background: #100D39 0% 0% no-repeat padding-box;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 14px;
}
.sidebar-navigation {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 10px auto;
}
.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar-navigation ul li {
    display: block;
    margin-top: .75rem !important;
}
.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    text-decoration: none;
    color: #2D2D2D;
    letter-spacing: 0.02em;
    border-bottom: 1px solid rgb(0, 0, 0, 0.07);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: rgb(239, 239, 239, 0.34);
}
.sidebar-navigation ul li:last-child a {
    border-bottom: none;
}


.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
/* .subMenuColor1 {
    background-color: #fbfcfc;
} */
.sidebar-navigation ul li a em {
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
}
.sidebar-navigation ul li ul li a {
    color: #262262;
    font-size: 15px;
    font-weight: normal;
    background: #fff;
    border: none;
    padding: 8px 25px;
    font-weight: 500;
}
.sidebar-navigation ul li ul li ul li a {
    color: #2D2D2D;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 25px;
}
.styled-checkbox {
    position: absolute;
    opacity: 0;
}
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; 
    font-size: 15px;
    color: #626d7b;
    display: flex;   
}
.styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: white;
    border: 1px solid #D7D9DE;
    border-radius: 3px;
    margin-top: 1px;
}
.styled-checkbox:checked + label:before {
    background: #262262;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}
.subMenuColor2 {
    background-color: white;
}
.productfiltersecdv{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    overflow-y: auto;
    height: 100vh;
}
.productfiltersecdv::-webkit-scrollbar {
    width: 6px;
}
.productfiltersecdv::-webkit-scrollbar-track {
    background: #ebebeb; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}
.productfiltersecdv::-webkit-scrollbar-thumb { 
    background: #bdbdbd;    
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}
.productfiltersecdv::-webkit-scrollbar-thumb:hover {
    background: #bdbdbd;
}
.asidetitle {  
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.asidetitle a{
    color:#EE3A3A;
    font-weight: 500;
}
.profiltersec {
    margin-bottom: 16px;
}

.profilterbar {
    background: #F5F5F5;
    height: 52px;
    border-radius: 6px;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
}
.slider-container {
    width: 100%;
    margin-top: 2px;
}
.profilterbarflexitms{
 width: 50%;
}
.itemcounts p{
 margin-bottom: 0px;
 font-size: 14px;
}
#blefltrbtn{
    display: none;
}
.profilterbarflex {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
}
.profilterbarflex label {
    flex-shrink: 0;
    margin-right: 35px;
    font-size: 14px;
    color: #6E6C6C;
    font-weight: normal;
    width: 8%;
}
.sidebar-navigation .content {
    max-height: 0;
    overflow: hidden;
    margin: 0px 0;
    transition: max-height 0.5s ease, padding 0.5s ease;
}

.sidebar-navigation  .content.open {
    max-height: 500px; 
}


.slider-values {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
}
.sliderrngcnt input {
    background-color: transparent !important;
    border: none;
    box-shadow: none;
    height: fit-content;
    line-height: 0;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    color: #2D2D2D;
    font-weight: 600;
}
.profiltersec .row {
    max-width: 100%;
    /* gap: 20px; */
    display: flex;
}
.profiltersec .row .column{
    margin: 0px 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    width: 20px !important;
    height: 20px !important;
    background: #262262 !important;
    border-radius: 100%;
    border: none !important;
    top: -8px !important;
}
.ui-widget-header {
    background: #6F6BAB !important;
    border: none !important;
}
.ui-widget-content {
    border: none !important;
    background: #e3e2e2 !important;
    top: 6px !important;
}
.ui-slider-horizontal {
    height: 6px !important;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0px !important;
}
.sortsecdiv .select2-container {
    background: #fff !important;
    margin-bottom: 0px !important;
    border-radius: 13px;
}
.sortsecdiv .select2-container .select2-selection--single {
    height: 30px !important;
    border: 1px solid #EBEEF0 !important;
    background: #fff;
    line-height: 30px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 0px;
    padding: 0px 20px;
    width: 100% !important;
    border: 1px solid #F0F0F0;
    border-radius: 13px;
}
.sortsecdiv {
    display: flex;
    align-items: center;
    width: 22%;
}
.sortsecdiv .title {
    flex-shrink: 0;
    font-size: 14px;
}
.sortsecdiv .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    font-size: 12px;
}
.sortsecdiv .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
    top: 0px !important;
}
div#mblefltrclosebtn{
    display: none;
}
/*===============================================================
   16. Compare Product page 
===============================================================*/
table.compareTable {
    border: none;
}
table.compareTable tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fff;
}
table.compareTable thead {
    background: #fff;
}
table.compareTable td {
    padding: 20px 0px;
}
table.compareTable td {
    padding: 20px 20px 20px 30px;
    border-right: 2px solid rgb(0, 0, 0, 0.03);
    color: #4B4C52;
    font-size: 16px;
    font-weight: 500;
}
table.compareTable td p {
    color: #4B4C52;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
table.compareTable tr td:last-child {
    border: none;
}
table.compareTable tr td:first-child {
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 20px 0px;
}
table.compareTable .btn--primary { 
    width: 161px;
} 
table.compareTable thead td{
    position: relative;
}
table.compareTable thead img{
    height: 210px;
    width: 100%;     
    object-fit: cover;
}
.deltecmpro {
    position: absolute;
    top: 0px;
    right: 5px;
    background: #262262 0% 0% no-repeat padding-box;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*===============================================================
   17. Product Details page 
===============================================================*/
.productdetailssection {
    padding: 40px 0px;
}
.prodetailswraper {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    width: 80%;
}
.product-details-tab {
    width: 36%;
}
.zoomWrapper {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.ring_img {
    width: 567px !important;
    height: 567px !important;
    border: 1px solid #e9e9e9;
    background-color: #f7f7f8;
    position: relative;
}
.ring_img img {
    width: 100% !important;
    height: 100% !important;
}
.single-zoom-thumb .owl-carousel .owl-item li {
    border: 1px solid #e9e9e9;
    background-color: #f7f7f8;
    width: 123px;
    height: 123px;
}
.single-zoom-thumb .owl-carousel .owl-item li img {
    object-fit: cover;
    height: 100%;
}
.s-tab-zoom.owl-carousel .owl-nav {
    display: block;
}
.s-tab-zoom.owl-carousel .owl-nav div {
    position: absolute;
    color: #747474;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    font-size: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.s-tab-zoom.owl-carousel .owl-nav div:hover {
    color: #ff6a28;
}
.s-tab-zoom.owl-carousel .owl-nav div.owl-next {
    right: 0;
    left: auto;
}
@media only screen and (max-width: 767px) {
    .product-details-tab {
        margin-bottom: 19px;
    }
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.single-zoom-thumb {
    margin-top: 20px;
}
.single-zoom-thumb ul li a {
    width: 100%;
}
.single-zoom-thumb ul li a.zoomGalleryActive img {
    border: 1px solid #262262;
}
.s-tab-zoom.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    padding: 0px;
    border-radius: 3px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F3F5;
    border-color: #F2F3F5;
    position: absolute;
    top: 40%;
    cursor: pointer;
    color: #6E6C6C;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.s-tab-zoom.owl-carousel .owl-nav.disabled {
    opacity: 0;
}
.s-tab-zoom.owl-carousel .owl-nav button.disabled {
    opacity: 0.4;
}
.s-tab-zoom.owl-carousel .owl-nav .owl-prev {
    left: -12px;
}
.s-tab-zoom.owl-carousel .owl-nav .owl-next {
    right: 0px;
}
img.youtubeicn {
    position: absolute;
    top: 40%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 35px !important;
    height: 30px !important;
}
.zoomicn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: default;
    z-index: 9;
}
.youtbvideolinkli {
    position: relative;
    z-index: 99;
}
.youtbvideolinkli::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    cursor: pointer;
}
#act_video {
    width: 567px !important;
    height: 567px !important;
    position: absolute;
    z-index: -1;
}
#act_video.act {
    z-index: 99;
}
.productdetailstilte h1 {
    color: #232E35;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.productdetailscnt .review-wrap {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 0px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.productdetailscnt .ratng {
    color: #2D2D2D;
    font-size: 14px;
    font-family: var(--primary-font);
}
.productdetailscnt .review-wrap .review {
    list-style: none;
    line-height: 0;
}
.productdetailscnt .review-wrap .review li {
    display: inline-flex;
    color: #FFC107;
    font-size: 14px;
}
.productdetailscnt .reviercount {
    color: #999999;
    font-size: 15px;
    font-family: var(--primary-font);
}
ul.shareicnssec {
    display: flex;
    margin-left: 50px !important;
}
ul.shareicnssec li {
    margin-right: 10px;
}
ul.shareicnssec li a {
    width: 55px;
    height: 55px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.shareicnssec li:hover a {
    background: var(--primary-color);
}
ul.shareicnssec li:hover a svg path {
    fill: #fff;
}
.productdetailstilte {
    display: flex;
}
.prodescsc {
    margin: 20px 0px 40px;
}
.prodescsc img{
    display: none;
}
.prodescsc font {
    font-family: var(--primary-font) !important;
    font-size: 14px !important;
}
.prodescsc p {
    font-size: 14px;
    color: #2D2D2D;
    margin-bottom: 0px;
    text-align: justify;
}
.prodescsc p span{
    font-family: var(--primary-font) !important; 
}
.proprizesec {
    margin: 20px 0px 10px 0px;
}
.proprizesec h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1; 
    margin-bottom: 0px;
    display: flex;
    align-items: center;  
}
.proprizesec h4 span {
    color: #999999;
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: normal;
    margin-left: 10px;
}
.proprizesec h4 .viewvatpz{
    font-size: 13px;
    font-weight: 500; 
    background: #F2F3F5; 
    padding: 10px 15px;
    border-radius: 4px;
}
.pricebreakupsec a{
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}
.brksec{
    display: none;
}
.brkcnt {
    display: flex;
    background: #F2F3F5;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
    width: max-content;
}
span.brtle {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 8px;
}
span.brprze {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}
.b-up {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding-right: 40px;
}

.flxprdiv{
    display: flex;
    flex-direction: column;
}
.plusicnsec {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 12px;
    font-weight: 600;
}
.brkcnt .b-up:last-child{
  padding-right: 0px;
}
.brkcnt .b-up:last-child .plusicnsec{
    display: none !important;
}  
.proprizesec del {
    color: #DFDFDF;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 22px;
    font-weight: 600; 
}
.proprizesec del span{
    font-size: 22px;
    font-weight: 600;    
}
.proprizesec ins span{
    font-size: 22px;
    font-weight: 600; 
    color: #232E35;
}
.proprizesec ins {
    color: #232E35;
    font-size: 25px;
    font-weight: 600; 
}
.productfeatures {
    margin: 20px 0px;
}
.productfeatures ul {
    display: flex;
}
.productfeatures ul li {
    width: 57px;
    height: 57px;
    margin-right: 27px;
}
.productfeatures ul li p {
    font-size: 10px;
    text-align: center;
    color: #232E35;
    margin-bottom: 0px;
    line-height: 1.2;
}
.fimg {
    width: 57px;
    height: 57px;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}
.probtnsec {
    padding: 30px 0px; 
}
.probtnsec button {
    width: 150px;
    margin-bottom: 0px;
}
.qty button {
    width: 48px;
    height: 50px;
    color: #999999;
    font-size: 20px;
    background: transparent;
    padding: 0px;
}
.qty input {
    width: 35px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
    background: #fff !important;
}
.qty input:focus {
    border: none;
}
.qty {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    border: 1px solid #E6E6E6;
    height: 52px;
    margin-bottom: 0px;
    border-radius: 6px;
}
.prbtnaddcrt form {
    width: 140px;
    margin-bottom: 0px;
}
.prbtnaddcrt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.btnsecpro .btn--primary.style2 {
    background: #353533;
    height: 52px;
}
.btnsecpro .btn--primary.style2::before {
    background: #000;
}
.deliverypinsec input {
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 10px;
    padding: 0px 20px;
}
.deliverypinsec input:focus {
    border: 1px solid #EBEEF0;
}
.deliverypinsec label {
    color: #232E35;
    font-size: 16px;
    font-weight: 500;
}
.deliverypinsec {
    width: 490px;
    position: relative;
}
.deliverypinsec button {
    position: absolute;
    right: 0px;
    height: 50px;
    top: 34px;
    margin-bottom: 0px;
    padding: 0px 10px;
    background: #353533;
}
.availabilitycheck {
    width: 173px;
    height: 30px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}
.availabilitycheck.avail {
    background: #E1FFE2;
}
.availabilitycheck.noavail {
    background: #C1404A;
}
.availabilitycheck p {
    margin-bottom: 0px;
    color: #00982E;
    font-size: 12px;
    font-weight: 600;
}
.apjsocialicons {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.apjsocialicons p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #292929;
    font-weight: 600;
    margin-right: 20px;
}
div#st-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1 !important;
}
.followiconsec ul{
    display: flex;
    align-items: center;
}
.followiconsec ul li{
    margin-right:10px;
    transition: 0.3s all;
}
.followiconsec ul li:hover{
    transform: translateY(-3px);
    transition: 0.3s all;
}
.apjsocialicons .st-btn {
    border-radius: 100% !important;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
    line-height: 0px !important;
    margin: 0px !important;
    margin-right: 10px !important;
}
#st-1 .st-btn>img {
    top: 0px !important;
}
.productdetailsaccr .tabs .tab-title::before {
    content: none;
}
.productdetailsaccr .tabs .tab-title>a {
    padding: 1.5rem 50px 1.5rem 0px;
}
.tabcntsec p {
    font-size: 14px;
    text-align: justify;
}
.tabcntsec .accordion {
    width: 100%;
    margin: 0px auto 20px auto;
}
.tabcntsec .accordion-item {
    border-bottom: 1px solid rgb(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 10px;
}
.tabcntsec .accordion-button {
    width: 100%;
    padding: 15px;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}
.tabcntsec .accordion-button:hover {
    background-color: transparent;
}
.tabcntsec .accordion-item:last-child {
    border-bottom: none;
}
.tabcntsec .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    background-color: #fff;
}
.tabcntsec .accordion-content p {
    margin: 0px 0px 15px 0;
}
.tabcntsec .symbol {
    font-weight: bold;
    font-size: 18px;
}
.productdetauilswrpr {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.product-anotherinfo-wrapper {
    width: 25%;
}
.product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 0 10px;
}
.product-anotherinfo-wrapper ul li span {
    color: #000;
    display: inline-block;
    margin: 0 26px 0 0;
    min-width: 85px;
    width: 50%;
    font-size: 14px;
}
.product-anotherinfo-wrapper ul li {
    color: #333;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-anotherinfo-wrapper ul li span:last-child {
    text-align: right;
    color: #000;
    font-weight: 500;
}
.product-anotherinfo-wrapper h6 {
    font-size: 16px;
    font-weight: 600;
    color: #232E35;
}
.procntbox {
    margin-bottom: 30px;
}
.ratngstrsec {
    display: flex;
    margin-bottom: 30px;
    justify-content: space-between;
}
.ratngbx {
    display: flex;
    align-items: center;
    border: 1px solid #EBEEF0;
    padding: 10px 25px;
    background: #fff;
}
.review__rating .ratngbx input:checked~label {
    margin-right: 0px;
    font-size: 24px;
    margin-left: 0px;
    padding-left: 0px !important;
    line-height: 1;
}
.review__rating .ratngbx input:checked~label::before{
    content: none;
}
.review__rating .ratngbx input:checked~label::after{
    content: none;
}
.review__rating [type="radio"]:checked + label:before, .review__rating [type="radio"]:not(:checked) + label:before{
    content: none;
    padding-left: 0px;
}
.ratngstrsec input[type="checkbox"]+label, .ratngstrsec input[type="radio"]+label {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 24px;
    padding-left: 0px; 
}



.ratngstrsec .review__rating {
    margin-right: 20px;
}
.ratngstrsec .review__rating:last-child {
    margin-right: 0px;
}
.review__rating input {
    display: none;
}
.review__rating input:checked~label {
    color: #aaa !important;
}
.review__rating label {
    color: orange !important;
    font-size: 1.75rem;
}
.textlab {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}
.textlab1 {
    font-size: 16px;
    color: #000;
    float: left;
}
.ratngformsec .comonform {
    display: block;
}
.ratting-form-wrapper form {
    margin: 0px;
}
.upload-container {
    text-align: center;
    width: 80%;
    max-width: 600px;
}
#fileList {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 30px;
}
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}
.file-item>div:first-child {
    width: 20%;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.customerreviws h4 {
    font-size: 16px;
    font-weight: 600;
    color: #232E35;
}
.file-item div {
    flex-grow: 1;
    margin-right: 10px;
}
.ratngformsec .progress-bar {
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 4px;
}
.ratngformsec .progress-bar div {
    height: 100%;
    background-color: var(--primary-color);
    width: 0;
}
.imgdelete-button {
    background: none;
    border: none;
    color: red;
    font-size: 16px;
    cursor: pointer;
    padding: 0px;
    width: 35px;
    font-size: 17px;
    font-weight: 500;
    height: 35px;
    border: 1px solid #EBEEF0;
    background: #fff;
    margin-bottom: 0px;
    margin-left: 50px;
}
.imgdelete-button:focus, .imgdelete-button:hover {
    background: #fff;
    color: red;
}
#uploadButton {
    height: 65px;
    width: 300px;
    display: flex;
    cursor: pointer;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 2px dashed rgb(0, 0, 0, 0.1);
    background: #fff;
    color: #c6c6c7;
}
#uploadButton i {
    font-size: 24px;
    margin-right: 10px;
}
.ratngformsec {
    width: 60%;
}
.ratngformsec h4 {
    font-size: 16px;
    font-weight: 600;
    color: #232E35;
}
.ratngformsecdiv {
    display: flex;
    justify-content: space-between;
}
.customerreviws {
    width: 35%;
    flex-shrink: 0;
}
.contratng h2 {
    font-size: 26px;
    color: #232E35;
    line-height: 1;
    margin-bottom: 0px;
    margin-right: 15px;
}
.contratng {
    display: flex;
    align-items: center;
}
[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}
[data-star]::before {
    display: block;
    content: '★★★★★';
    color: #ddd;
}
[data-star]::after {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    content: '★★★★★';
    width: 0;
    color: orange;
    overflow: hidden;
    height: 100%;
}
[data-star^="0.1"]::after,
[data-star^=".1"]::after {
    width: 2%
}
[data-star^="0.2"]::after,
[data-star^=".2"]::after {
    width: 4%
}
[data-star^="0.3"]::after,
[data-star^=".3"]::after {
    width: 6%
}
[data-star^="0.4"]::after,
[data-star^=".4"]::after {
    width: 8%
}
[data-star^="0.5"]::after,
[data-star^=".5"]::after {
    width: 10%
}
[data-star^="0.6"]::after,
[data-star^=".6"]::after {
    width: 12%
}
[data-star^="0.7"]::after,
[data-star^=".7"]::after {
    width: 14%
}
[data-star^="0.8"]::after,
[data-star^=".8"]::after {
    width: 16%
}
[data-star^="0.9"]::after,
[data-star^=".9"]::after {
    width: 18%
}
[data-star^="1"]::after {
    width: 20%
}
[data-star^="1.1"]::after {
    width: 22%
}
[data-star^="1.2"]::after {
    width: 24%
}
[data-star^="1.3"]::after {
    width: 26%
}
[data-star^="1.4"]::after {
    width: 28%
}
[data-star^="1.5"]::after {
    width: 30%
}
[data-star^="1.6"]::after {
    width: 32%
}
[data-star^="1.7"]::after {
    width: 34%
}
[data-star^="1.8"]::after {
    width: 36%
}
[data-star^="1.9"]::after {
    width: 38%
}
[data-star^="2"]::after {
    width: 40%
}
[data-star^="2.1"]::after {
    width: 42%
}
[data-star^="2.2"]::after {
    width: 44%
}
[data-star^="2.3"]::after {
    width: 46%
}
[data-star^="2.4"]::after {
    width: 48%
}
[data-star^="2.5"]::after {
    width: 50%
}
[data-star^="2.6"]::after {
    width: 52%
}
[data-star^="2.7"]::after {
    width: 54%
}
[data-star^="2.8"]::after {
    width: 56%
}
[data-star^="2.9"]::after {
    width: 58%
}
[data-star^="3"]::after {
    width: 60%
}
[data-star^="3.1"]::after {
    width: 62%
}
[data-star^="3.2"]::after {
    width: 64%
}
[data-star^="3.3"]::after {
    width: 66%
}
[data-star^="3.4"]::after {
    width: 68%
}
[data-star^="3.5"]::after {
    width: 70%
}
[data-star^="3.6"]::after {
    width: 72%
}
[data-star^="3.7"]::after {
    width: 74%
}
[data-star^="3.8"]::after {
    width: 76%
}
[data-star^="3.9"]::after {
    width: 78%
}
[data-star^="4"]::after {
    width: 80%
}
[data-star^="4.1"]::after {
    width: 82%
}
[data-star^="4.2"]::after {
    width: 84%
}
[data-star^="4.3"]::after {
    width: 86%
}
[data-star^="4.4"]::after {
    width: 88%
}
[data-star^="4.5"]::after {
    width: 90%
}
[data-star^="4.6"]::after {
    width: 92%
}
[data-star^="4.7"]::after {
    width: 94%
}
[data-star^="4.8"]::after {
    width: 96%
}
[data-star^="4.9"]::after {
    width: 98%
}
[data-star^="5"]::after {
    width: 100%
}
.rwboxsigle {
    margin-bottom: 3px;
}
.rwboxsigle .rwboximg {
    width: 100%;
}
.rwboxsigle .rwboximg img {
    object-fit: cover;
}
.reviewimages {
    margin-top: 40px;
}
.rwbox {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}
#panel2-4 .product-anotherinfo-wrapper {
    width: 45%;
}
.sub-buy.sub41 {
    display: none;
}
.btnsecpro {
    display: flex;
    margin-top: 0px;
}
.sub41 {
    margin-right: 10px;
}
.pro-details-meta span {
    color: #999999;
    font-size: 14px;
    margin-right: 5px;
}
.pro-details-meta ul li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.pro-details-meta ul li a {
    color: #999999;
    font-size: 15px;
}
.pro-details-meta {
    display: flex;
    margin: 0 0 5px;
}
.pro-details-meta ul li a:hover {
    color: #2fb2f4;
}
.shareicnssec .compare {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.shareicnssec .check .comparelabel {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0%;
    box-shadow: 0px 10px 30px #0000000D;
    padding: 0px;
    margin: 0px;
}
.gramsinput{
    width: fit-content;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    margin-left: 20px;
}
.gramsinput input{ display: none; }
.gramsinput label{
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.3s;

}
.gramsinput label:last-of-type{ border-right: 0; }
.gramsinput label:hover{
    background: #eee;
}
.gramsinput input + label{
    border: 1px solid #F2F2F2;
    color:#232E35;
    font-size: 10px;
}
.gramsinput input:checked + label{
    background: var(--primary-color);
    color:#fff;
}
.gramsinput [type="radio"]:checked + label:before, .gramsinput [type="radio"]:not(:checked) + label:before{
    content: none;
}
.gramsinput [type="radio"]:checked + label, .gramsinput [type="radio"]:not(:checked) + label{
    padding-left: 0px;
    margin: 0px;
    border-radius: 3px;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    margin-right: 10px;
    height: 30px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px !important;
}
.gramsinput [type="radio"]:checked + label:after, .gramsinput [type="radio"]:not(:checked) + label:after{
    content: none;
}
.gramsselectsec{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.gramsselectsec h4{
    margin-bottom: 0px;
    font-size: 14px;
    color:#232E35;
    font-weight: 500;
}
/*===============================================================
   18. Login page 
===============================================================*/
.authorizationpage {
    background: #fff;
    overflow: hidden;
}
.onboardwrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}
.onboardimg {
    width: 50%;
    height: 100%;
    background: url("../images/authbg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.onboardcontainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}
.onboardcnt {
    border: 1px solid #FFFFFF2E;
    border-radius: 25px;
    width: 70%;
    max-height: 90%;
    background-color: rgba(0, 0, 0, 40%);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    padding: 50px 55px;
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.onboardcnt h1 {
    font-size: 38px;
    color: #E8E8E8;
    font-weight: 500;
    line-height: 1.2;
    width: 80%;
}
.onboardproimg {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
}
.onboardproimg .onmainimg {
    margin: 0 auto;
}
.inicon {
    background: #3B12A6;
    width: 100px;
    height: 100px;
    box-shadow: 0px 30px 60px #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inicon img {
    max-width: 58px;
}
.inicon.one {
    position: absolute;
    right: -47px;
    top: 35%;
}
.inicon.two {
    position: absolute;
    left: -47px;
    bottom: 12%;
}
p.txtvertical {
    color: #E9E1D6;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-bottom: 0px;
}
.verticaldiv {
    position: absolute;
    left: -10px;
    bottom: 155px;
    transform: rotate(270deg);
}
.verticaldiv:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    width: 30%;
    height: 2px;
    background: #ccc;
}
.verticaldiv:before {
    content: "";
    position: absolute;
    bottom: -25%;
    left: -38px;
    width: 20%;
    height: 2px;
    background: #ccc;
    transform: rotate(90deg);
}
.onboardfrmsec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 200px 0px;
    height: 100vh;
}
.onboardform {
    width: 100%;
    height: 100%;
    background: #fff;
}
.onboardcntsec {
    width: 50%;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}
.onboardlogo {
    margin-bottom: 80px;
}
.loginsection {
    width: 50%;
    height: 100%;
}
.signupsection {
    width: 50%;
    height: 100%;
}
.onboardtitlesec {
    margin-bottom: 40px;
}
.onboardtitlesec h2 {
    color: #232E35;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.onboardtitlesec p {
    color: #232E35;
    font-size: 12px;
    margin-bottom: 0px;
}
.iti.iti--separate-dial-code{
    width:100% !important;  
    margin-top: 10px;
    margin-bottom: 10px;
}
.iti--separate-dial-code .iti__selected-flag{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.intl-tel-input.separate-dial-code .selected-flag{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.iti input{
    margin-top: 10px !important;
}
.iti.iti--separate-dial-code.error + small.error {
    display: block;
    padding: 0px 10px;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #fff;
    color: #f04124;
}
.onboardform input {
    border: 1px solid #d7d9dc;
    border-radius: 40px;
    height: 50px;
    box-shadow: none;
    outline: none;
    padding: 0px 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #232E35;
}
.onboardform label {
    font-size: 14px;
    color: #232E35;
    font-weight: 500;
}
.onboardform input::placeholder {
    color: #A1A3A4;
    opacity: 1;
    font-size: 12px;
    font-weight: normal;
}
.occupationselect .select2-container .select2-selection--single{
    border: 1px solid #d7d9dc !important;
    border-radius: 40px!important;
    height: 50px!important;
    box-shadow: none;
    outline: none;
    padding: 0px 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #232E35;
}
.occupationselect select + .select2-container{
    margin-bottom: 0px !important;
}
.forgotpassdiv {
    text-align: right;
}
.forgotpassdiv a {
    font-size: 14px;
    color: #232E35;
    font-weight: 500;
}
.reg_link {
    text-align: center;
    color: #232E35;
    padding-bottom: 20px;
}
.reg_link a {
    background: #F2F3F5;
    color: #262262;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 500;
}
.sign_btn .btn-primary {
    width: 100%;
    text-transform: capitalize;
    font-size: 15px;
    box-shadow: 0px 20px 30px #26226240;
}
.sign_btn {
    padding: 20px 0px 60px 0px;
}
.daterangepicker .drp-buttons .btn {
    padding: 4px 14px;
    height: 30px;
    border-radius: 4px;
}
.daterangepicker.show-calendar .drp-buttons {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
    background: #eeeeee;
    color: #000;
    text-transform: capitalize;
}
.daterangepicker .drp-buttons .btn.applyBtn {
    background: #262262;
    color: #fff;
    text-transform: capitalize;
}
.occupationselect .nice-select {
    width: 100%;
    border: 1px solid #d7d9dc;
    border-radius: 40px;
    height: 50px;
    box-shadow: none;
    outline: none;
    padding: 0px 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #232E35;
    line-height: 50px;
    float: none;
}
.nice-select .list {
    width: 100%;
    max-height: 400px;
    overflow-y: auto !important;
}
.alredyregistertxt {
    text-align: center;
    color: #232E35;
    padding-bottom: 50px;
}
.alredyregistertxt a {
    background: #F2F3F5;
    color: #262262;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 500;
}
.form-group.checkboxinput {
    margin-top: 25px;
}
.sign_btn.registerbtn {
    padding-bottom: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.customscroll::-webkit-scrollbar {
    width: 6px;
}
.customscroll::-webkit-scrollbar-track {
    background: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.customscroll::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.customscroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.nice-select .list::-webkit-scrollbar {
    width: 6px;
}
.nice-select .list::-webkit-scrollbar-track {
    background: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.nice-select .list::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.nice-select .list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.forgotpasswordsection {
    width: 50%;
    height: 100%;
}
.login_btnn.forgotlogin {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #232E35;
}
.login_btnn.forgotlogin a {
    background: #F2F3F5;
    color: #262262;
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: 500;
    margin-left: 10px;
}
/*===============================================================
   19. Nice Select 
===============================================================*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    right: 30px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
/*===============================================================
   20. About page
===============================================================*/
.aboutsection {
    padding: 50px 0px;
}
.aboutcntsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.abtimg {
    width: 30%;
}
.abtcnt {
    width: 70%;
}
.abtcnt h1 {
    font-size: 40px;
    color: #232E35;
    font-weight: 600;
}
.txtbold {
    font-size: 18px;
    color: #232E35;
    font-weight: 500;
}
.abtcnt p {
    font-size: 16px;
    color: #555555;
}
.abtmrecnt p {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
}
.abtmrecnt p a {
    color: #0088FF;
    text-decoration: underline;
    font-weight: 500;
}
/*===============================================================
   21. Contact page
===============================================================*/
.mapsection {
    margin-top: 40px;
    padding-bottom: 100px;
}
.contactfrmsec {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 20px;
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 30px 60px #0000000D;
}
.contactaddres {
    width: 383px;
    height: 505px;
    background: url("../images/cbg.svg");
    background-repeat: no-repeat;
    padding: 30px;
    position: relative;
}
.contactaddres p {
    font-size: 14px;
    color: #FFFFFF;
}
.contactaddres ul {
    margin-top: 40px;
}
.contactaddres ul li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.contactaddres ul li img {
    margin-right: 10px;
    margin-top: 5px;
}
img.cntlogo {
    position: absolute;
    bottom: 80px;
    left: 30px;
}
img.cntimgpro {
    position: absolute;
    bottom: 40px;
    right: 47px;
}
.contactformsec {
    width: 70%;
}
.contactformsec .btn--primary {
    width: 160px;
    margin-top: 50px;
    margin-bottom: 0px;
}
.contactformsec .btn--primary svg {
    margin-right: 10px;
}
.contactformsec input {
    border: none;
    border-bottom: 2px solid #D3D7DA;
    box-shadow: none;
    outline: none;
    color: #232E35;
}
.contactformsec input:focus {
    border: none;
    border-bottom: 2px solid #D3D7DA;
    box-shadow: none;
    outline: none;
}
.contactformsec textarea {
    border: none;
    border-bottom: 2px solid #D3D7DA;
    box-shadow: none;
    outline: none;
}
.contactformsec .form-group {
    margin-bottom: 30px;
}
#con_bar {
    margin-bottom: 0px;
}
.contactformsec label {
    color: #232E35;
}
/*===============================================================
   22. Profile page
===============================================================*/
.vertical-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FAFAFA;
    padding: 13px 20px;
    border-radius: 11px;
}
.tab {
    margin-bottom: 10px;
}
.tablinks {
    background-color: transparent;
    color: #262262;
    display: block;
    padding: 12px;
    text-decoration: none;
    text-align: left;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
}
.tablinks:hover {
    color: #262262;
}
.tablinks svg {
    margin-right: 10px;
    width: 30px
}
.tablinks.active {
    background-color: #262262;
    color: #fff !important;
}
.tablinks.active svg path {
    fill: #fff;
}
.tabcontent {
    display: none;
    padding: 0px 20px;
}
.tabcontent.active {
    display: block;
}
.profilecntsec {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.asidemenusec {
    width: 30%;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    align-self: flex-start
}
.profileinfosection {
    width: 70%;
}
section.profilesection {
    padding: 50px 0px;
}
.procnttle {
    font-size: 24px;
    color: #232E35;
    font-weight: 500;
}
.profiledivsec {
    border: 1px solid #EBEEF0;
    border-radius: 11px;
    padding: 30px;
}
.profileinfosec {
    display: flex;
    align-items: center;
    position: relative;
}
.userimgsec {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    flex-shrink: 0;
} 
.userimgsec img {
    object-fit: cover;
    width: 98px;
    height: 98px;
}
.userincnt {
    margin-left: 20px;
}
.userincnt h2 {
    color: #232E35;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
}
.userincnt p {
    color: #42526E;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}
.profilebiosec {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.proinfobox {
    width: 33%;
    margin-bottom: 20px;
}
.profilebiosec .proinfobox:nth-child(4) {
    margin-bottom: 0px;
    width: 50%;
}
.proinfobox p {
    color: #42526E;
    font-size: 15px;
    margin-bottom: 5px;
}
.proinfobox h4 {
    color: #232E35;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.proediticn {
    border: 1px solid #EBEEF0;
    border-radius: 25px;
    width: 104px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
}
.proediticn a {
    font-size: 16px;
    color: #42526E;
    font-weight: 500;
}
.proediticn a svg {
    margin-left: 7px;
}
#popmodelconfirm .inner_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.alert-box{
    text-align: center;
    background: #fff;
    color: #000;
    font-size: 22px;
    border: none;
}
.reveal-modal.open{
    display: block!important;
    visibility: visible !important; 
}

.reveal-modal {
    padding: 40px;
    border-radius: 10px;
    box-shadow: none;
    border: none !important;
}
.reveal-modal .close-reveal-modal {
    top: 10px;
    right: 30px;
}
.reveal-modal .close-reveal-modal.btn--primary{
    right: unset;
}
.reveal-modal.tiny.open {
    display: block !important;
    visibility: visible !important; 
}
#profileEditpop {
    padding: 40px;
    border-radius: 10px;
    box-shadow: none;
    border: none !important;
}
#profileEditpop .close-reveal-modal {
    top: 10px;
    right: 30px;
}
.reveal-modal:focus-visible {
    outline: none !important;
    border: none !important;
}
.editfrmdiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.editfrmdiv .form-group {
    width: 32%;
}
.editfrmdiv .form-group input {
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
}
.editfrmdiv .form-group input:focus {
    border: 1px solid #EBEEF0;
}
.editfrmdiv .form-group label {
    font-size: 16px;
    color: #42526E;
}
.editfrmdiv .form-group select+.nice-select {
    border: 1px solid #EBEEF0;
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
    width: 100%;
}
.btndivsec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.editprofilepopcnt form {
    margin: 0px;
}
.btndivsec a {
    margin-right: 20px;
    width: 150px;
    text-align: center;
}
.btndivsec button {
    margin-bottom: 0px;
    width: 150px;
    text-align: center;
}
.checkcnt input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkcnt label {
    position: relative;
    cursor: pointer;
    color: var(--text-color);
    margin: 0px !important;
}
.checkcnt label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}
.checkcnt input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 11px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
p.intxdt {
    font-size: 14px;
    color: var(--text-color);
    margin-bottom: 5px;
    margin-top: 10px;
}
.image-preview {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 20px auto;
    background: url("../images/user.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.img-container {
    width: 120px;
    height: 120px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 50px;
}
.image-preview__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-preview__default-text {
    position: absolute;
    color: #999999;
}
.image-upload__label {
    display: block;
    margin: 20px auto;
    width: fit-content;
    padding: 0px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    width: 38px;
    height: 38px;
    right: -5px;
    bottom: -6px;
}
.delete-button {
    display: block;
    margin: 20px auto;
    width: fit-content;
    padding: 0px;
    color: #ffffff;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    width: 38px;
    height: 38px;
    left: -5px;
    bottom: -6px;
}
.delete-button:hover {
    background: transparent;
}
.delete-button:hover, .image-upload__label:hover {
    opacity: 0.8;
}
input[type="file"] {
    display: none;
}
.slctmr {
    position: relative;
}
.slctmr .select2-container {
    position: absolute;
    width: 75px !important;
    top: 24px;
    left: 0px;
    padding: 0px 0px !important;
}
.slctmr .select2-container:after {
    right: 10px;
    margin-top: -6px;
}
.slctmr input {
    padding-left: 90px !important;
}
.slctmr .select2-container--default .select2-selection--single {
    padding: 0px 10px !important;
}
/*===============================================================
   23. Change Password page
===============================================================*/
.prowrbox {
    border: 1px solid #EBEEF0;
    border-radius: 11px;
    padding: 30px;
}
.form-group.cmnfld {
    width: 48%;
}
.form-group.cmnfld input {
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
}
.form-group.cmnfld input:focus {
    border: 1px solid #EBEEF0;
}
.form-group.cmnfld label {
    font-size: 16px;
    color: #42526E;
}
.chngdflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.changepasbtns {
    display: flex;
    align-items: center;
    justify-content: end;
}
.changepasbtns .btn--primary {
    margin-right: 20px;
    width: 150px;
    text-align: center;
    margin-bottom: 0px;
}
/*===============================================================
   24. My Order page
===============================================================*/
.orderbox {
    border: 1px solid #EBEEF0;
    border-radius: 11px;
    padding: 20px 30px 0px 30px;
    margin-bottom: 20px;
}
.orderbxinfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 35%;
}
.orderbxtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.orderbximg {
    width: 98px;
    height: 98px;
    background: #F3F4F5 0% 0% no-repeat padding-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orderbxname h6 {
    font-size: 20px;
    color: #232E35;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1;
}
.orderbxname h6 span {
    font-size: 14px;
    color: var(--text-color);
}
.orderbxname p {
    font-size: 16px;
    color: #42526E;
    font-weight: 500;
    margin-bottom: 0px;
}
.orderactionsec {
    display: flex;
    align-items: center;
}
.invoicebtnicn {
    border: 1px solid #EBEEF0;
    width: 134px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    margin-right: 40px;
}
.invoicebtnicn a {
    color: #42526E;
    font-weight: 500;
}
.invoicebtnicn a svg {
    margin-right: 10px;
}
.orderactionsec .orderbxtxt {
    text-align: right;
}
.orderbxcntinfo {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(0, 0, 0, 0.06);
    padding: 20px 0px;
}
.orderbxtxt h6 {
    font-size: 18px;
    color: #232E35;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px;
}
.orderbxtxt p {
    font-size: 14px;
    color: #42526E;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0px;
}
.orderbxtxt.textright {
    text-align: right;
}
.orderdatesec {
    display: flex;
    align-items: center;
}
.orderdatesec .orderbxtxt {
    margin-right: 20px;
    border-right: 1px solid rgb(0, 0, 0, 0.06);
    padding-right: 20px;
}
.orderdatesec .orderbxtxt:last-child {
    padding-right: 0px;
    border-right: none;
}
.returnicnsec {
    display: flex;
    align-items: center;
    justify-content: center;
}
.returnicnsec img {
    margin-right: 10px;
}
.returnicnsec p {
    margin-bottom: 0px;
    color: #262262;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.orderbxdropdown {
    display: none;
}
.dropdwnbtnicn {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 30px;
}
.amntitemsec {
    display: flex;
    width: 20%;
    justify-content: space-between;
}
.buyagainsec .btn--primary {
    width: 155px;
    text-align: center;
    margin-left: 10px;
}
.orderstaus p {
    margin-bottom: 0px;
}
.orderstaus.canceled p {
    color: rgb(197, 11, 11);
}
.orderstaus.acceptd p {
    color: rgb(7, 156, 52);
}
.orderstaus.processing p {
    color: #f5e085;
}
.orderstaus.del p {
    color: rgb(7, 156, 52);
}
.orderstaus.outdelivery p {
    color: rgb(7, 156, 52);
}
.orderstaus.pending p {
    color: #077E8C;
}
.orderstaus {
    margin-right: 20px;
    margin-top: -15px;
}
.buyagainsec {
    display: flex;
    align-items: center;
}
/*===============================================================
   25. Delivery Address
===============================================================*/
.deliverybx {
    border: 1px solid #EBEEF0;
    border-radius: 11px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}
.delivryimg {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    flex-shrink: 0;
    margin-right: 25px;
}
.delivrybxcnt {
    display: flex;
    align-items: center;
    width: 75%;
}
.deliverycnt h2 {
    color: #232E35;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1;
    text-transform: capitalize;
}
.deliverycnt p {
    color: #42526E;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.addredit {
    border: 1px solid #EBEEF0;
    border-radius: 25px;
    width: 104px;
    height: 50px;
    line-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    color: #42526E;
    font-weight: 500;
    cursor: pointer;
}
.addredit svg {
    margin-left: 10px;
}
.addrdle{
    border: 1px solid #EBEEF0;
    border-radius: 25px;
    width: 104px;
    height: 50px;
    line-height: 47px; 
    display: flex; 
    align-items: center;
    justify-content: center;
    font-size: 14px; 
    color: #42526E;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.addrdle svg {
    margin-left: 10px;
}
.adrbtnsec {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: flex-end;
}
.adrbtnsec .addredit{
    margin-right: 10px;
}
.poupheader {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0, 0, 0, 0.05);
    padding-bottom: 25px;
}
.addaddrespopcnt {
    padding-top: 30px;
}
.reveal-modal .poupheader .close-reveal-modal {
    top: unset;
    right: unset;
    position: relative;
    line-height: 1;
    margin-bottom: 0px;
    font-size: 0px;
}
.poupheader h2 {
    color: #232E35;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0px;
}
.comonform {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#deliverydeletepop .poupheader{
    justify-content: center;
}
#deliverydeletepop .poupheader h2{
    text-align: center; 
}
#deliverydeletepop .addaddrespopcnt{
    text-align: center;
}
#deliverydeletepop .addaddrespopcnt p{
    font-size: 16px;
}
.adrdeletebtnspop{
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.adrdeletebtnspop a{
    width: 200px !important;
}
.addaddrespopcnt .comonform .form-group {
    width: 49%;
}
.addaddrespopcnt .btn--primary {
    margin-bottom: 0px;
    width: 100%;
    margin-top: 28px;
}
.comonform .form-group input {
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
}
.comonform .form-group input:focus {
    border: 1px solid #EBEEF0;
}
.comonform .form-group textarea {
    border: 1px solid #EBEEF0;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 20px 20px;
}
.comonform .form-group textarea:focus {
    border: 1px solid #EBEEF0;
}
.comonform .form-group label {
    font-size: 16px;
    color: #42526E;
}
select + .select2-container {
    width: 100% !important;
    margin-bottom: 15px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent !important;
}
.select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #EBEEF0 !important;
    background: #fff;
    line-height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    top: 8px !important;
    right: 16px !important;
    width: 20px !important;
}
.select2-dropdown {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    border: none !important;
    padding: 10px 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #EBEEF0 !important;
    border-radius: 6px;
    padding: 0px 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
}
.select2-results__option {
    padding: 6px 15px !important;
    border-radius: 3px !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 6px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.deliverycnt {
    width: 80%;
}
.addmoreaddrssec {
    text-align: right;
    margin-top: 40px;
}
.deliverybx .dots {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
    height: 40px;
    left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}
.deliverybx .dots>div,
.deliverybx .dots>div:after,
.deliverybx .dots>div:before {
    height: 4px;
    width: 4px;
    background-color: #7B7A7B;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.deliverybx .dots>div {
    position: relative;
}
.deliverybx .dots>div:after {
    content: "";
    position: absolute;
    bottom: calc((20px / 2) - (6px / 2));
    left: 0;
}
.deliverybx .dots>div:before {
    content: "";
    position: absolute;
    top: calc((20px / 2) - (6px / 2));
    left: 0;
}
.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 0px;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 10px 20px #00000012;
    border: 1px solid #EBEEF0;
    z-index: 1;
    right: 20px;
    top: 45px;
}
.dropdown-content a {
    color: #42526E;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}
.dropdown a:hover {
    background-color: #f1f1f1;
}
.show {
    display: block;
}
.dropdown-content a.adrdelete {
    color: #FF3333;
}
.deliverybx .badge {
    background: #262262;
    width: 64px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 40px;
    top: 20px;
    border-radius: 2px;
}
/*===============================================================
   26. Cart page
===============================================================*/
.tooltip {
    background: #353533 !important;
    border-radius: 7px !important;
    max-width: 390px !important;
    font-size: 12px !important;
    line-height: 1.3;
    padding: 20px !important;
}

.cartflexsec {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.cartflexsec table {
    width: 100%;
} 
.shop_table.cart_table {
    border-spacing: 0;
    border: none;
    margin: 0;
}
.shop_table thead, .shop_table tbody, .shop_table tfoot, .shop_table tr, .shop_table td, .shop_table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    background: #fff;
}
.shop_table.cart_table thead tr th {
    font-family: var(--primary-font);
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #232E35;
    border: none;
    border-bottom: 1px solid rgb(0, 0, 0, 0.05);
    padding: 0 0 11px;
}
.shop_table.cart_table tbody tr td.product-name {
    padding-left: 15px;
}
.shop_table.cart_table tbody tr:first-child td {
    border-top: none;
}
.shop_table.cart_table tbody tr td {
    border: none;
    border-top: none;
    padding: 10px 0 10px;
}
.product-name a {
    color: #232E35;
    font-weight: 500;
    font-size: 14px;
}
.product-name p {
    color: #BDBFC2;
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.product-thumbnail img {
    width: 85px;
    height: 85px;
    object-fit: cover;
}
.shop_table.cart_table tbody tr td.product-quantity {
    width: 200px;
}
.shop_table.cart_table thead tr th.product-price {
    text-align: center;
}
.pi01giftbox img {
    margin: 0 auto;
}
th.product-anty {
    text-align: center;
}
th.product-subtotal {
    text-align:right;
}
.quantity {
    height: 48px;
    width: 103px;
    border: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.quantity button {
    font-size: 22px;
    line-height: 1;
    color: #232E35;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}
.pi01Price {
    text-align: right;
}
.quantity input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #232E35;
    border: none !important;
    text-align: center;
    border-radius: inherit;
    background: transparent;
    box-shadow: none;
}
.quantity input:focus {
    border: none !important;
    box-shadow: none;
}
.quantity button:last-child {
    left: auto;
    right: 5px;
    top: 15px;
}
.pi01Price ins {
    color: #232E35;
    font-size: 14px;
    font-weight: bold;
}
.shop_table.cart_table thead tr th.product-remove {
    color: #F24C4C;
    cursor: pointer;
    text-align: right;
}
.product-remove button {
    padding: 15px;
    margin-bottom: 0px;
}
.product-remove button:hover, .product-remove button:focus {
    background: #fff;
}
td.product-remove {
    text-align: right;
}
.itemtble .tlesec {
    color: #232E35;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 35px;
}
.carttblesec {
    padding: 40px 0px;
}
.itemtble {
    width: 100%;
}
.paymentmethod {
    width: 30%;
    background: #FAFAFA;
    border-radius: 12px;
    padding: 30px;
}
.delvraddrssec {
    display: flex;
    align-items: center;
}
.delvraddrssec p {
    color: #232E35;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
    margin: 0px 20px;
}
.delvraddrssec a {
    background: #262262;
    color: #fff;
    width: 75px;
    height: 30px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}
.dshide{
    display: none;
}
.returnbacksec a.dshide{
    display: none; 
}
.cartt1 p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7B7B7B;
    font-size: 14px;
    margin-bottom: 5px;
}
.cartt1 p>span {
    font-size: 14px;
    color: #232E35;
    font-weight: 600;
    position: relative;
}
button#couponremove {
    position: absolute;
    top: 0px;
    right: -40px;
    background: transparent;
    width: 20px;
    height: 20px;
    padding: 0px;
}
.cartt1 {
    padding: 0px 0px 0px 80px;
}
.couponsec input {
    border: 1px solid #F5F5F5;
    height: 39px;
    box-shadow: none;
    padding-left: 50px; 
    margin-bottom: 0px;
    background: url('../images/gift.png'); 
    background-repeat: no-repeat;
    background-position: 4% 50%;
}
.couponsec input:focus {
    border: 1px solid #F5F5F5;
    background: url('../images/gift.png'); 
    background-repeat: no-repeat;
    background-position: 4% 50%;
}
.couponsec label {
    position: relative;
}
.couponsec button {
    position: absolute;
    width: 75px;
    height: 30px;
    background: #262262 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    right: 4px;
    margin-bottom: 0px;
    top: 4.5px;
    padding: 0px;
}
.couponsec input::placeholder {
    font-size: 12px;
    color: #ABABAB;
}
.couponsec input::-ms-input-placeholder {
    font-size: 12px;
    color: #ABABAB;
}
.couponsec form{
    margin-bottom: 0px;
}
.viewcoupbtn{
    color:#262262;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 40px;
}
.viewcoupbtn:hover{
    color:#262262; 
    text-decoration: underline;
}
.totalpriceamt p{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.cart_table .btn--primary{
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: normal;
}
.cart_table .btn--primary span{
    font-size: 14px;
    font-weight: 600;
    margin-left: 20px;
}
.totalpriceamt {
    width: 100%;
    height: 45px;
    background: #262262 0% 0% no-repeat padding-box;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contnueshopbtn{
    font-size: 16px;
    color:#232E35;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.contnueshopbtn:hover{
    color:#232E35;
}
.contnueshopbtn i{
    font-size: 23px;
    margin-right: 13px;
    line-height: 0px;
}
.bordertopbottom{
    border-top:1px solid rgb(0, 0, 0, 0.05) !important;
    border-bottom:1px solid rgb(0, 0, 0, 0.05) !important;
}
.bordertop{
    border-top:1px solid rgb(0, 0, 0, 0.05) !important;
}
.padng20 td{
    padding: 20px 0px !important;
}
.paymentmethod h4{
    font-size: 24px;
    color:#232E35;
    font-weight: 600;
}
.paymentinfosec p{
    font-size: 14px;
    color:#8C8F95;
    margin-bottom: 0px;
}
.paymentinfosec form{
    margin-top: 20px;
}
.paymentmethod .btn--primary{
    width: 100%;
}
.paymentinfosec {
    margin-top: 20px;
}
.btn--primary.befornone:hover{
    color: #1a1a1a !important;
}
.btn--primary.befornone::before{
    content: none !important;
    color: #1a1a1a;
}
.paybtnsec{
    margin-top: 50px;
}
.emptycart {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0px;
}
.emptycart p{
    font-size: 18px;
    color:#C0C2C5;
    font-weight: 500;
}
.emptycart p a{
    color:var(--primary-color);
    margin-left: 10px;
    text-decoration: underline;
}
.emptycart img{
    margin-bottom: 30px;
}
.couponsec small.error{
    position: absolute;
}

.paymentinfosec label{
    width: 100%;
    border:1px solid rgb(0, 0, 0, 0.05) !important;
    margin-top: 10px;
    padding-left: 50px !important;
    padding: 14px;
    display: flex;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.paymentinfosec [type="radio"]:checked + label:before, .paymentinfosec [type="radio"]:not(:checked) + label:before{
    left: 20px;
    top: 17px;
}
.paymentinfosec [type="radio"]:checked + label:after, .paymentinfosec [type="radio"]:not(:checked) + label:after{
    top: 21px;
    left: 24px;
}
.paymentinfosec label span{
    font-size: 9px;
}
.paymentinfosec [type="radio"]:checked + label{
    border: 1px solid var(--primary-color) !important;
  
}
div#mobile {
    background: #fff;
    padding: 40px;
    margin-top: 20px;
}
div#mobile img{
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
div#mobile p{
    font-size: 10px;
}
div#cod{
    background: #fff;
    padding: 40px;
    margin-top: 20px; 
}
div#cod input{
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
}
div#cod p{
    color: #262262 !important;
    cursor: pointer;
    font-size: 12px!important;
    font-weight: 600!important;
}
div#text {
    margin-top: 20px;
}
div#text label {
    border: none !important;
    text-align: left;
    display: block;
    padding-left: 0px !important;
    line-height: 1;
}
div#text input{
    border: 1px solid #EBEEF0;
    height: 40px;
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
    outline: none;
    margin-top: 0px;
    padding: 0px 20px; 
}
div#text input::placeholder {
   font-size: 12px; 
}
div#text input::-ms-input-placeholder { 
    color: red;
}
.notetxt{
    margin-top: 20px;
}
div#paynow {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
div#paynow table{
    border:none;
    margin: 0px;
}
div#paynow table th{
    font-size: 13px;
    width: 35%;
}
div#paynow table td{
    font-size: 13px;
}
div#btrans{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}
div#btrans table{
    border:none;
    margin: 0px;
}
div#btrans table th{
    font-size: 13px;
    width: 45%;
}
div#btrans table td{
    font-size: 13px;
}
.paymentmethod input[disabled] + label{
  opacity: 0.9;
  cursor:not-allowed;
}
.paymentmethod input  + label{
    cursor: pointer;
}
.carttblesec .tabs .tab-title:first-child a{
    padding-left: 0px;
}
.carttblesec .tab-title:first-child.active .nav-link_underscore:after{
    width: calc(100% - 1.4rem);
}
.cartcard .tabs{
    margin-bottom: 40px !important;
}
/*===============================================================
   27. Coupon Section
===============================================================*/
body.no-scroll {
    overflow: hidden;
}

.menucoupon {
    position: fixed;
    right: -450px;
    left:unset;
    top: 0;
    width: 450px;
    height: 100%;
    background-color: #fff;
    color: white;
    transition: 0.3s;
    padding: 40px 30px; 
    z-index: 1000;
    overflow-y: auto;
}

.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #333;
    color: white;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1100;
}

#closeBtn {
    background: none;
    border: none;
    color: #605d5d;
    font-size: 33px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 999;
}
.couponcntsec h4 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}
.couponcntsec p{
    margin: 0px;
    font-size: 14px;
    text-align: center;
}
.tilebx {
    height: 200px;
    width: 48%;
    position: relative;
    padding: 0px;
}
.tilebx label {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    height: 200px;
    width: 170px;
    position: absolute;
    bottom: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}
.tilebx {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
    border-radius: 10px;
}
.tilebx label h6 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b93;
}
.tilebx input[type="checkbox"] {
    -webkit-appearance: none;
    /* position: relative; */
    height: 100%;
    width: 100%;
    /* background-color: #ffffff; */
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    outline: none;
    
}
.tilebx input[type="checkbox"]:after {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 10px;
    left: 10px;
    color: #e2e6f3;
}
.tilebx input[type="checkbox"]:checked:after {
    font-weight: 900;
    content: "\f058";
    color: var(--primary-color);

}
.couponsitem {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 30px;
}
.tilebx img {
    height: 200px;
    width: 200px;
    padding: 20px;
    object-fit: contain;
}
.agre{

}
.agre .form-group {
    display: block;
    margin-bottom: 15px;
  }
  
  .agre .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .agre .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  
  .agre .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 5px;
  }
  
  .agre .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 11px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .agre {
    margin-top: 15px;
}
.agre label a{
    color:var(--primary-color);
    font-weight: 500;
}
/*===============================================================
   28. Invoice
===============================================================*/

.cs-container {
    padding: 0px 15px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
}
.cs-invoice.cs-style1.padding_40 {
    padding: 40px;
}

.cs-invoice.cs-style1 .cs-invoice_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bggreyclr{
    background: #f6f6f6;
    color: #111111;
    font-weight: 600;  
}
.cs-invoice_number{
    margin-bottom: 0px;
}
.cs-invoice_date{
    margin-bottom: 0px;
}

.cs-invoice.cs-style1 .cs-invoice_footer {
    display: flex;
    align-items: center;
}

.cs-invoice.cs-style1 .cs-invoice_footer table {
    margin-top: -1px;
    margin-bottom: 0px;
    border:none;
}
.cs-bold {
    font-weight: 700;
}
.cs-invoice.cs-style1 .cs-left_footer {
    width: 60%;
    padding: 10px 15px;
}

.cs-invoice.cs-style1 .cs-right_footer {
    width: 40%;
}

.cs-invoice.cs-style1 .cs-invoice_footer {
    display: flex;
}
.cs-border_top {
    border-top: 1px solid #eaeaea;
}
.cs-invoice.cs-style1 .cs-note {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
}

.cs-invoice.cs-style1 .cs-note_left {
    margin-right: 10px;
    margin-top: 6px;
    margin-left: -5px;
    display: flex;
}

.cs-invoice.cs-style1 .cs-note_left svg {
    width: 32px;
}

.cs-invoice.cs-style1 .cs-invoice_left {
    max-width: 55%;
}

.cs-invoice.cs-style1 .cs-invoice_left.w-60 {
    max-width: 60%;
}

.cs-invoice.cs-style1 .cs-invoice_left.w-65 {
    max-width: 65%;
}

.cs-invoice.cs-style1 .cs-invoice_left.w-70 {
    max-width: 70%;
}

.cs-invoice.cs-style1 .cs-invoice_left.w-75 {
    max-width: 75%;
}

.cs-invoice.cs-style1 .cs-invoice_left.w-80 {
    max-width: 80%;
}
.cs-round_border {
    border: 1px solid #eaeaea;
    overflow: hidden;
    border-radius: 6px;
}
.cs-table_responsive {
    overflow-x: auto;
}
.cs-table_responsive>table {
    min-width: 100%;
    border:none;
}
.cs-focus_bg {
    background: #f6f6f6;
}
.cs-primary_color {
    color: #111111;
}
.cs-width_3 {
    width: 25%;
}
.cs-semi_bold {
    font-weight: 600;
}
.cs-container td, .cs-container th {
    padding: 7px 15px;
    line-height: 1.55em;
}
.cs-mb0{
    margin-bottom: 5px;
}
.cs-left_footer .cs-mb0{
    margin-bottom: 5px;
    font-size: 14px;
}
.cs-text_right {
    text-align: right;
}
.cs-focus_bg {
    background: #f6f6f6;
}
.cs-container td {
    border-top: 1px solid #eaeaea;
}
.cs-border_left {
    border-left: 1px solid #eaeaea;
}
.cs-container table {
    width: 100%;
    caption-side: bottom;
    border-collapse: collapse;
}
.intle{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
/*===============================================================
   29. Add or Change Delivery Address
===============================================================*/
.deliveraddresssection {
    padding: 40px 0px 300px 0px;
}
.deliveraddresssection .delivrybxcnt{
    width: 100%;
}

.slectadrsce  input:checked + label:after{
    content: 'Selected';
    width: fit-content !important;
    background: transparent !important;
    border: none !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    font-size: 12px;
}
.slectadrsce  input:checked + label:before{
    content: none !important;
}
.slectadrsce input + label:before{
    content: 'Select' !important;
    width: fit-content !important;
    background: transparent !important;
    border: none !important;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    font-size: 12px;
}
.slectadrsce  [type="radio"]:not(:checked) + label:after{
    content:none;
}
.deliveraddresssection .deliverybx{
 padding: 0px;
}
.deliveraddresssection .addredit{
    position: absolute;
    right: 150px;
    font-size: 14px;
}
.addrdelete{
    border: 1px solid #EBEEF0;
    border-radius: 25px;
    width: 104px;
    height: 50px;
    line-height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #42526E;
    font-weight: 500;
    cursor: pointer;
}
.addrdelete svg {
    margin-left: 10px;
}
.deliveraddresssection .addrdelete{
    position: absolute;
    right: 30px;
}
.deliveraddresssection .deliverycnt {
    width: 50%;
}
.bilngbtnsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.bilngbtnsec .btn--primary{
    width: 200px;
}
.bilngbtnsec button{
    margin-bottom: 0px;
}
#frm2 .comonform .form-group{
    width: 48%;
}
.newaddrbtnsec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.newaddrbtnsec .btn--primary{
    width: 200px;
}
.deliveraddresssection .select2-container{
    margin-bottom: 0px !important;
}
.adrbx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EBEEF0;
    min-height: 90px;
    padding: 20px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.adritmg {
    display: flex;
    align-items: center;
    width: 70%;
}
.adrimgsec {
    width: 46px;
    height: 47px;
    flex-shrink: 0;
    
}
.adrinfocntsec h2 {
    font-size: 16px;
    color: #151B1E;
    font-weight: 600;
    line-height: 1;
}
.adrinfocntsec p{
    font-size: 14px;
    color: #42526E;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0px;
}
.adrinfocntsec {
    margin-left: 20px;
}
.adreditsec {
    width: 30%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.edit_add {
    background: #F3F4F5 0% 0% no-repeat padding-box;
    border-radius: 7px;
    width: 77px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit_add a{
    color:#42526E;
    font-size: 12px;
    font-weight: 500;
}
.edit_add a svg{
    margin-left: 10px;
}
.slectadrsce label{
    padding-left: 0px !important;
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
    color:#fff!important;
}
.slectadrsce {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #262262 0% 0% no-repeat padding-box;
    border-radius: 7px;
    width: 77px;
    height: 40px;
    padding-left: 0px !important;
    text-align: center;
}
.returnbacksec a{
    display: flex;
    align-items: center;
    color:#232E35;
    font-size: 22px;
    cursor: pointer;
    font-weight: 500;
}
.returnbacksec a img{
    margin-right: 20px;
}
.returnbacksec {
    margin-bottom: 30px;
}
.addnewadrs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    gap: 30px;
}
.addnewadrs a{
    color:#262262;
    font-size: 14px;
    font-weight: 600;
}
.addnewadrs .btn--primary{
    margin-bottom: 0px;
}
/*===============================================================
   30. No data found
===============================================================*/
.nodatasec {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0px;
}
.nodatasec img{
  margin-bottom: 30px;
}
.nodatasec p{
    font-size: 16px;
    color: #C0C2C5;
    margin-bottom: 5px;
    font-weight: 500;
}
.nodatasec a{
    font-size: 16px;
    color:#262262;
    font-weight: 500;
    text-decoration: underline;
}
.notatacntbx {
    text-align: center;
}
.nodata {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 150px 0px;
    margin: 0 auto;
} 
.nodatacnt {
    text-align: center;
}
.nodatacnt img{
    margin:0 auto;
    margin-bottom: 20px;
}
.notxt{
    color:#C0C2C5;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.prtxtcmsn{
    color:#262262;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.nodatacnt a{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
}
p.prtxtcmsngoback{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
p.prtxtcmsngoback a{
    font-size: 14px;
    text-decoration: underline;
}
.nodata.nofaq{
    padding: 50px 0px;
}
.nodata.nofaq .prtxtcmsn{
    font-size: 16px;
    color:#C0C2C5;
}
.nodata.nofaq .prtxtcmsn span{
    color:var(--primary-color);
    font-weight: 600;
}
/*===============================================================
   31. Checkout page
===============================================================*/
.checkoutsec{
    padding: 40px 0px;
}
.checkoutflxsec{
    display: flex;
    gap: 100px;
}
.checkoutflxsec .cartcard{
    width: 70%;
    margin: unset;
}
.checkoutflxsec .paymentmethod{
    width: 30%;
}
.billingmethodssection{
    padding: 40px 0px 300px 0px;
}
.billingmethodssection .cartcard{
    width: 70%;
    margin:0 auto;
}
.wide p{
    color:#42526E;
    font-size: 14px;
    font-weight: 500;
    margin-top: 20px;
}
.wide p span{
    font-weight: bold;
}
.checkoutotal{
    color:#232E35;
    font-size: 18px;
    margin-bottom: 0px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 30px;
    font-weight: 600;
}
.checkoutotal span{
    color:#232E35;
    font-weight: 600;
}
/*===============================================================
   32. Make Order Page
===============================================================*/
.makeordersec{
    padding: 40px 0px 100px 0px;
}
.makedivflx{
    display: flex;
    gap: 40px;
}
.makestep{
    width: 50%;
    background: #FAFAFA;
    padding: 40px;
}
.makeformsec{
    width: 50%;
}
.stepbx {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 25px;
}
.makestep .stepbx:last-child{
    margin-bottom: 0px;
}
.stepimg {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}
.stepcnt h4{
  font-size: 24px;
  color:#232E35;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.stepcnt p{
    font-size: 14px;
    color:#42526E;
    margin-bottom: 0px;
}
.makeformsec{
    background: url(../images/morderbg.png);
    background-repeat: no-repeat;
    background-size: contain;
     background-position: center; 
    background-size: cover;
    height: 670px;
    color: #FFFFFF;
    overflow-y: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.makedtlstle h4{
   font-size: 24px;
   color:#232E35;
   font-weight: 500;
   margin-bottom: 0px;
   line-height: 1.3;
}
.makedtlstle p{
    font-size: 14px;
    color:#42526E;
    margin-bottom: 0px;
    margin-top: 10px;
}
.mfrmfield .form-group input {
    border: 1px solid #EBEEF0;
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
        margin-bottom: 0px;
}

.mfrmfield .form-group label {
    font-size: 16px;
    color: #42526E;
}
.makedtlstle {
    margin-bottom: 30px;
}
.makefrmparntbx{
    margin-top: 300px;
    background: #fff;
    border-radius: 20px;
}
.makefrmbx {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #EBEEF0;
    border-radius: 20px;
    padding: 40px 70px;
}
.makefrmparntbx .makefrmbx:last-child{
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.makecnctdetails form{
    margin: 0px;
}
#upload-container {
    width: 100%;
    max-width: 600px;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
  }
  #upload-container.dragging {
    border-color: #000;
  }
  .image-previewstep {
    display: inline-block;
    position: relative;
    margin: 10px;
  }
  .image-previewstep img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
  }
  .remove-image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0px;
  }
  #upload-container p{
    margin-bottom: 0px;
    color:#232E35;
  }
  .uploadorderimg .form-group textarea{
    border: 1px solid #EBEEF0;
    height: 80px;
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
    padding: 0px 20px;
    margin-bottom: 0px;
  }
  .uploadorderimg .form-group label{
    font-size: 16px;
    color: #42526E;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .uploadorderimg #upload-container{
    margin-bottom: 30px;
  }
.makedtlstlesub h4{
    font-size: 20px;
    color: #232E35;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.3;
    margin-top: 30px;
}
.makedtlstlesub .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .makedtlstlesub .form-group label {
    position: relative;
    cursor: pointer;
    margin: 0px;
  }
  
  .makedtlstlesub .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  .makedtlstlesub .form-group.error label:before{
     border: 2px solid red;
  }
  
  .makedtlstlesub .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 8px;
    width: 5px;
    height: 14px;
    border: solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .makedtlstlesub .form-group{
    padding: 20px 0px;
  }
  .makedtlstlesub .form-group label a{
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
  }
  .makedtlstlesub p{
    color:#42526E;
    font-size: 14px;
  }
  .makedtlstlesub button{
    width: 150px;
    margin-top: 20px;
  }
/*===============================================================
   33. Try Now Page
===============================================================*/
section.productrysec {
    padding: 40px 0px 100px 0px;
}
.productrywraper {
    display: flex;
    gap: 40px;
}
.trycntsec {
    width: 60%;
    flex-shrink: 0;
}
.trycntsec .makestep{
    width: 100%;
}
.trycntsec p{
    font-size: 14px;
    color: #42526E;
    margin-bottom: 20px;
}
.tryimgsec{
    width: 40%;
    flex-shrink: 0; 
}
.model {
    background: url(../images/m1.jpg) top left no-repeat;
    height: 690px;
    padding: 0px;
}
.pictureoptions input.select{
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 6px;
    background-color: #f1f8fe;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    min-height: auto;
    height: 70px;
    width: 45%;
    border: none;
    font-size: 14px;
    color: #42526E;
}
.pictureoptions .divsec{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.pictureoptions {
    margin-top: 20px;
    width: 90%;

}
.pictureoptions .reset{
    height: 70px;
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #f1f8fe;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.pictureoptions input.dwnld{
    width: 40%;
}
/*===============================================================
   34. Order Details Page
===============================================================*/
.procode{
    text-align: center;
}
.orderdetailssection .quantity p{
    margin-bottom: 0px;
}
.orderdetailssection .quantity{
    height: auto;
}
th.product-tax {
    text-align: center;
}
td.product-tax {
    text-align: center;
}
.product-tax ins {
    color: #232E35;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.orderdetailssection .cartt1 p{
    color: #232E35;
    font-size: 18px;
    font-weight: bold;
}
.orderdetailssection .cartt1 p span{
    color: #232E35;
    font-size: 18px;
    font-weight: bold;
}
.orderdetailssection  .cartt1 {
    padding: 0px 0px 0px 60px;
}
section.orderdetailssection {
    padding: 40px 0px 100px 0px;
}
/*===============================================================
   35. Try at home page
===============================================================*/
.trynowformsec{
    padding: 40px 0px;
}
.comonform .form-group.width100{
    width:100%;
}
.trytle{
    color: #232E35;
}
.trynowformsec .form-group{
    width: 48%;
    position: relative;
}
span.hour.disabled {
    background-color: lightgrey;
    border-radius: 6px;
    display: none;
}
.datetimepicker.dropdown-menu th, .datetimepicker.dropdown-menu td {
    padding: 5px 10px!important;
}
.datetimepicker td.active.day, .datetimepicker th.active.day {
    background: var(--primary-color) !important;
    border-radius: 2px!important;
    color: #fff;
}
.datetimepicker td span.active, .datetimepicker th span.active{
    background: var(--primary-color) !important;
    border-radius: 2px!important;
    color: #fff;
}
.datetimepicker table tr td span{
    height: 40px !important;
    line-height: 40px !important;
}
.datetimepicker table tr td span{
    width: 31%!important;
}
i.icon-chevron-left:before {
    content: url('../images/calendar_arrows-left.png') !important;
}
i.icon-chevron-right:before {
    content: url('../images/calendar_arrows-right.png') !important;
}
.s-code {
    position: absolute;
    top: 36px;
    left: 16px;
    height: 38px;
    padding: 8px 20px 8px 0px !important;
    color: #42526E;
    border-right: 1px solid rgb(0, 0, 0, 0.08);
}
#fmobile{
    padding-left: 80px; 
}
.sumbtnsecdiv {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sumbtnsecdiv .btn--primary{
    width: 150px;
    margin-bottom: 0px;
    margin-top: 40px;
}
/*===============================================================
   36. Divine collections page
===============================================================*/
.car_img{
    position: relative;
    z-index: 1;
    height: 325px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.car_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.dflexsec {
    max-width: 100%;
    gap: 20px;
    display: flex;
}
.divinecntsec {
    position: relative;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin: -40px 15px 0;
    padding: 32px 30px 30px;
    z-index: 3;
    
}
.divinecnttxt{
    min-height: 115px;
}
.divinecntsec h2{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.divinecntsec p{
    margin-top: 6px;
    margin-bottom: 33px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.divinecntsec a{
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.divinecntsec a i{
    font-weight: 600;
    font-size: 18px;
    line-height: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.divinecntsec a:hover{
    color: var(--primary-color);
}
.divinecntsec a:hover i{
    padding-left: 5px;
}
.ring_out.custm_divine_card {
    margin-bottom: 30px;
}
.silver_card_popoup h2{
    font-size: 20px;
}
.silver_card_popoup ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.silver_card_popoup ul li p{
    margin-bottom: 0px;
    line-height: 1.2;
    font-size: 15px;
}
.silver_card_popoup ul li i{
    margin-right: 10px;
}
.silver_card_popoup .MsoNormal{
    color: #222;
    font-size: 16px;
    line-height: 1.3;
}
/*=============================================
  37. Terms & conditions page
  =============================================*/
  .cmssections{
    padding: 40px 0px;
  }
  .cmscontainer{
    width:80%;
    margin:0 auto;
  }
  .cmscontainer ul li{
    list-style: lower-alpha;
  }
  .cmscontainer ul{
    margin-left: 40px !important;
  }
  .cmscontainer p{
    font-size: 14px;
    text-align: justify;
  }
/*=============================================
  38. Digital Voucher  page
  =============================================*/
.digitalvouchersec{
    padding: 40px 0px;
}
.digitalsec{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.digitalsec .comonform .form-group{
    width: 48%;
}
.digitalfrmsec {
    width: 60%;
}
.digitalfrmpayment {
    width: 40%;
}
.digitalfrmpayment{
    background: #FAFAFA;
    border-radius: 12px;
    padding: 30px;
}
.digitalfrmpayment h4{
    font-size: 24px;
    color: #232E35;
    font-weight: 600;
}
.digitalfrmpayment .btm-btn {
    display: flex;
    flex-direction: column;
}
.btm-btn .btn--primary{
    width: 100%;
}
.btm-btn .befornone{
    margin-bottom: 10px;
}
.digitalfrmsec .form-group textarea{
    height: auto;
}
#text p {
    font-size: 14px;
    color: #8C8F95;
    margin-bottom: 0px;
}
#text label {
    width: 100%;
    border: 1px solid rgb(0, 0, 0, 0.05) !important;
    margin-top: 10px;
    padding-left: 50px !important;
    padding: 14px;
    display: flex;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
}
/*=============================================
  39. Blog page
=============================================*/
.blogdetailsection{
    padding: 40px 0px;
}
.blogimgdt p{
  font-size: 15px;
}
.blogimgdt {
    font-size: 14px;
    line-height: 1.6;
}
.blogimgdt img{
  float:left;  
  padding-right: 40px;
  padding-bottom: 20px;
  width: 45%;   
  object-fit: cover;
}
.blogimgdt h4{ 
    color:#232E35;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.blogimgdt .post-meta{
    margin-bottom: 20px;
}
.othersec h4{
    font-weight: 600;
    font-size: 18px;
}
.othersec ul{
    margin-left: 0px !important;
}
.othersec ul li{
    line-height: 1.5;
    margin-bottom: 20px;
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 14px;
    list-style-type: none !important;
}
div#preview_invoice {
    padding: 40px 20px;
}
.zoomWindow{
      background-color: rgb(255, 255, 255);  
} 
.mailcntpop {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mailcntimg {
    width: 40%;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
#mailalert{
    padding: 0px;
    width: 700px; 
}
.mailcntsec h2{
color: #4b5966;
    font-size: 18px;
    text-align: center;
}
.mailcntsec p{
color: rgb(119, 119, 119);
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
.mailcntsec {
    padding: 20px;
    text-align: center;
}
img[src="images/ring_1.png"] {
    object-fit: cover !important;
}