 @font-face {
     font-family: "Vazir";
     src:
             url("./font/Vazir-Regular-FD-WOL.eot") ,
             url("./font/Vazir-Regular-FD-WOL.eot") format("embedded-opentype"),
             url("./font/Vazir-Regular-FD-WOL.woff2") format("woff2"),
             url("./font/Vazir-Regular-FD-WOL.woff") format("woff"),
             url("./font/Vazir-Regular-FD-WOL.ttf") format("truetype");
 }


 @font-face {
     font-family: "Yekan";
     src:
             url("./font/YekanBakhFaNum-VF.woff2") format("woff2"),
             url("./font/YekanBakhFaNum-VF.WOFF") format("woff");
 }

 html {
     font-size: 14px; /* Change the base font size to 18px */
 }

 :root {
     --clr-primary-1: #2f3e46;
     --clr-primary-2: #354f52;
     --clr-primary-3: #52796f;
     --clr-primary-4: #84a98c;
     --clr-primary-5: #cad2c5;
     --clr-grey-1: #102a42;
     --clr-grey-2: #617d98;
     --clr-grey-3: rgb(241, 245, 248);
     --clr-white: #fff;
     --ff-primary: "vazir", sans-serif;
     --transition: all 0.6s linear;
     --radius: 0.5rem;
     --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
     --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
     --max-width: 1170px;
     --theme-color: #dc9700;

 }

 body {
     font-family: "Yekan" !important;
 }

 hr {
     background-color: rgba(203, 202, 202, 0.855);
 }

 ul li::marker {
     margin: 0;
     color: #d5dbe0;
     font-size: medium;



 }

 .pd ul {
     list-style-type: none;
 }

 .bg-secondary {
     background-color: #212341 !important;
 }

 .bg-sucess {

     background-color: #3AA465 !important;


 }

 .text-success {
     color: #3AA465 !important;

 }

 .bg-danger {
     background-color: #f90000 !important;

 }

 .nav-pills .nav-link:hover,
 .nav-pills .nav-link.active {
     background-color: var(--theme-color);
     /* Change the background color to red on hover and selected state */
     color: white;
 }

 .nav-pills .nav-link {
     border-radius: 10px;
     /* Increase the border radius */
     color: #000;
     transition: background-color 0.3s ease, color 0.3s ease;
     /* Add transition effect */

 }

 .align-center {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .custom-radius-right {
     border-top-right-radius: 16px;
     border-bottom-right-radius: 16px;
 }

 .custom-radius-left {
     border-top-left-radius: 16px;
     border-bottom-left-radius: 16px;
 }

 .custom-radius-left {
     border-top-left-radius: 16px;
     border-bottom-left-radius: 16px;
 }

 .border-radius {
     border-radius: 16px;
 }

 .img-border-radius {
     border-radius: 20px;
 }

 .img-radius {
     border-radius: 15px;

 }

 .favorite-btn {
     height: 50px;
     width: 50px;
     background-color: #e39236;
     border-radius: 16px;
     transition: background-color 0.3s linear;

     /* Sets the border radius to 16px */
 }

 .favorite-btn:hover {
     background-color: #e39236;
 }

 .login-svg-btn {
     border: none;
     padding: 14px 14px;

     cursor: pointer;
     height: 50px;
     width: auto;
     font-size: 14px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     /* Adds a shadow around the button */
     /* Additional styles for padding, font, etc. */
     background-color: white;
     /* Sets the background color to white */
     color: #102a42;
     border-radius: 16px;
     /* Sets the border radius to 16px */
     transition: filter 0.3s linear;
     /* Adjust the duration and timing function as needed */
 }

 .login-svg-btn:hover {
     filter: invert(99%) sepia(100%) saturate(34%) hue-rotate(229deg) brightness(108%) contrast(99%);
 }


 .navbar-nav .nav-item {
     margin-left: 5px;
     margin-right: 5px;
     border-radius: 32px;
     /* Set border radius */
     padding-right: 10px;
     padding-left: 10px;


     transition: background-color 0.3s linear, color 0.3s linear;
     /* Apply transition to both background-color and color */
 }

 .divider {
     width: 1px;
     background-color: #b3af54;
     height: 100px;


 }

 .navbar-nav .nav-item:hover {
     background-color: var(--theme-color);
 }

 .navbar-nav .nav-link:hover {
     color: white !important;
     /* Force text color to white when hovering */
 }

 .custom-height {
     height: 550px;
     object-fit: contain;
 }

 .container-xl.d-flex.flex-row.flex-nowrap.overflow-auto {
     scrollbar-width: none;
     /* Firefox */
     -ms-overflow-style: none;
     /* Internet Explorer and Edge */
 }

 .container-xl.d-flex.flex-row.flex-nowrap.overflow-auto::-webkit-scrollbar {
     width: 0;
     /* Chrome, Safari, and Opera */
 }

 div::-webkit-scrollbar {
     display: none;
 }

 .owl-carousel .owl-item img {
     display: block;
     width: auto
 }

 .owl-theme .owl-dots {
     text-align: center;
     display: none;
 }

 .owl-theme .owl-nav {
     text-align: center;
     display: flex;
     justify-content: space-around;
 }

 .home-carousel .owl-carousel .owl-nav button.owl-prev {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     font-size: 25px;
     position: absolute;
     bottom: 50%;
     left: 0;
 }

 .home-carousel .owl-carousel .owl-nav button.owl-next {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     font-size: 25px;
     position: absolute;
     bottom: 50%;
     right: 0;
 }

 .product-detail-carousel .owl-carousel .owl-nav button.owl-next {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     font-size: 25px;
     position: absolute;
     border-radius: 12px;
     top: 25%;
     right: -23px;
     width: 26px;
     height: 60px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     /* Adds a shadow around the button */

     background-color: white;
 }

 .product-detail-carousel .owl-carousel .owl-nav button.owl-prev {
     background: 0 0;
     color: inherit;
     border: none;
     padding: 0 !important;
     font: inherit;
     font-size: 25px;
     position: absolute;
     top: 25%;
     left: -23px;
     border-radius: 12px;
     width: 26px;
     height: 60px;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     /* Adds a shadow around the button */

     background-color: white;
 }

 /* .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 30px;
    position: absolute;
    bottom: 35%;
    left: 0;
    }   
    .owl-carousel .owl-nav button.owl-next {        
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        font-size: 30px;
        position: absolute;
        bottom: 35%;
        right: 0;
    } */
 .scroll-container {
     overflow-x: auto;
     white-space: nowrap;
     cursor: grab;
 }

 .scroll-container:active {
     cursor: grabbing;
 }

 .scroll-content {
     display: inline-block;
 }

 .scrollable {
     display: flex;
     flex-wrap: nowrap;
     overflow-x: auto;
     padding-bottom: 25px;
     padding-right: 25px;
     padding-top: 25px;
     -webkit-overflow-scrolling: touch;
     cursor: grab;
 }


 /* ============ desktop view ============ */
 @media all and (min-width: 992px) {

     .navbar .has-megamenu {
         position: static !important;
     }

     .navbar .megamenu {
         left: 0;
         right: 20px;
         width: 100%;
         margin-top: 10px;
     }

 }


 /* ============ mobile view ============ */
 @media(max-width: 991px) {

     .navbar.fixed-top .navbar-collapse,
     .navbar.sticky-top .navbar-collapse {
         overflow-y: auto;
         max-height: 90vh;
         margin-top: 10px;
     }
 }

 .col-megamenu ul {
     list-style-type: none;
     /* Remove bullet points */
     padding: 0;
     /* Remove default padding */
 }

 .col-megamenu ul li {
     text-decoration: none;
     /* Remove underline */
     padding-bottom: 10px;
 }

 .col-megamenu ul li a {
     text-decoration: none;
     /* Remove underline from anchor tags */
     color: #6c757d;
     transition: color 0.3s ease;

 }

 .footer-a ul li a {
     text-decoration: none;
     color: #000;
     /* Remove underline from anchor tags */
     transition: color 0.3s ease;

 }

 .footer-a ul li a:hover {
     /* Remove underline from anchor tags */
     transition: color 0.3s ease;
     color: red;


 }

 .breadcrumb-item a {
     text-decoration: none;
     color: #6c757d;

     /* color: black;
    font-size: medium; */
 }

 .col-megamenu ul li a:hover {
     color: red;
 }

 .stock.in-stock {
     font-size: small;
     color: #b3af54;
 }

 .add-cart-btn {
     background-color: #67b930;
     color: white;

     box-shadow: 0 4px 8px 0 rgba(143, 252, 161, 0.2), 0 6px 20px 0 rgba(79, 252, 116, 0.19);
     transition: background-color 0.3s ease, color 0.3s ease;


 }

 .add-cart-btn:hover {
     background-color: #3dac4c;
     color: white;

 }



 /* .colo-picker {
     border-radius: 100px;

 }

 .colors ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .colors li {
      display: inline-block;
 }

 .colors label {
     cursor: pointer;
 }

  
 .colors input[type='radio'] {
    appearance: none;
    width: 40px;
    height: 40px;
    border: 1px solid #616161;
    border-radius: 7px;
    cursor: pointer;
    outline: none;
    transition: box-shadow 0.3s ease;
}
 
.color input[type='radio']:checked:before {
    border: 3px solid black;
  }
 .colors input[type="radio"]:checked {
    border: 1px solid #f40303;
    border-radius: 7px;
    border-width: 2px;
    padding: 10px;
   }

 .swatch {
    display: block;
       height: 20px;
     width: 20px;
     border-radius: 7px;
   
  }
  .check-colours {
    overflow:hidden;
    position:relative;
    padding:5px;
    border:1px solid #000;
    float:left;
  }
  input.check-colour, label.check-colour span {
    position:absolute;
    left:-999em;
  }
  label.check-colour {
    width:25px;
    height:25px;
    float:left;
    cursor:pointer;
  }
  .yellow {
    background:yellow
  }
  .blue {
    background:blue
  }
  .green {
    background:green
  }
  .check-colours label:hover{
    outline:3px solid silver;
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    position:relative;
    overflow:hidden;
  }
  input.check-colour:checked + label {
    outline:3px solid silver;
    position:relative;
    overflow:hidden;
    z-index:4;
  }
  .check-colours div{float:left}
  
  /* ie8 styling */
 .ie8 .check-colours div {
     position: relative;
 }

 .ie8 input.check-colour {
     position: absolute;
     left: 3px;
     top: 3px;
     z-index: 3;
 }

 .container-color {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .radio-tile-group {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
 }

 .input-container {
     position: relative;
     height: 40px;
     width: 40px;
     background-color: white;
     margin: 1rem;
     border-radius: 20px;
 }

 .input-container input {
     position: absolute;
     height: 100%;
     width: 100%;
     margin: 0;
     cursor: pointer;
     z-index: 2;
     opacity: 0;
 }

 .input-container .radio-tile {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     height: 100%;
     border: 2px solid grey;
     border-radius: 20px;
     transition: all 300ms ease;
     opacity: .8;
 }

 /* .input-container ion-icon {
    color: var(--primary-color);
    font-size: 3rem;
  } */

 /*todo check later*/
 /*.input-container label {*/
 /*    color: var(--primary-color);*/
 /*    font-size: 0.80rem;*/
 /*    font-weight: 600;*/
 /*    text-transform: uppercase;*/
 /*    letter-spacing: 1px;*/
 /*    border: 1px solid grey;*/

 /*}*/

 input:checked+.radio-tile {
     /* background-color: var(--primary-color); */
     /* box-shadow: 0 0 12px var(--primary-color); */
     transform: scale(1.2);
     border: 1px solid red;
     opacity: 1;
 }


 /* input:hover+.radio-tile {
    box-shadow: 0 0 12px var(--primary-color);
  } */

 input:checked+.radio-tile ion-icon,
 input:checked+.radio-tile label {
     color: white;
 }

 [aria-expanded="false"]>.expanded,
 [aria-expanded="true"]>.collapsed {
     display: none;
 }

 .mybox1 {
     display: none;
 }


 div,
 span {
     font-size: 14px;
 }

 .normal-font{
     font-size: 14px;
 }

 #mybuttonid {
     font-size: small;
 }

 #details ul li span:last-child {
     width: 80%;
     font-weight: 700;
     background-color: #f8f9fb;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
 }

 #details ul li span {
     padding: 18px 30px 16px;
     color: #232323;
     line-height: 22px;
 }

 #details ul li span:first-child {
     width: 20%;
 }

 #details ul li::after {
     content: "  ";
     top: 0;
     right: 0;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     width: 5px;
     height: 100%;
     position: absolute;
     background-color: #f8f9fb;
 }

 #details ul li:not(:last-child) {
     margin-bottom: 8px;
 }

 @media only screen and (max-width: 575px) {
     #details ul li span:first-child, #details ul li span:last-child {
         width: 100%;
     }
 }

 @media only screen and (max-width: 575px) {
    #details ul li::after  {
display: none;    }
}


 .image-container {
     max-height: 470px;
     background-position: center center;
     background-repeat: no-repeat;
 }

 .sidebar {
     position: fixed;
     top: 0;
     right: -300px; /* Initially hide the sidebar on the right */
     width: 300px;
     height: 100vh;
     background-color: #FFFFFF;
     transition: all 0.3s ease;
     z-index: 1000; /* Set a high z-index to ensure it appears on top */
 }

 .sidebar.show {
     right: 0; /* Show the sidebar when toggled */
 }

 .close-btn {
     position: absolute;
     top: 30px;
     left: 10px; /* Adjusted left position */
     font-size:8px;
     cursor: pointer;
     border: none;
     background-color: var(--theme-color); /* Primary color */
     color: white; /* Text color */
     border-radius: 50%; /* Make it circular */
     width: 35px; /* Set width */
     height: 35px; /* Set height */
     display: flex; /* Make it a flex container */
     justify-content: center; /* Center content horizontally */
     align-items: center; /* Center content vertically */
 }

 #overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.5); /* Dark overlay color */
     display: none; /* Initially hidden */
     z-index: 900;
 }

 .dropdown-toggle {
     cursor: pointer; /* Change cursor to pointer when hovering */
 }

 .nav-link.dropdown-toggle::after {
     display: none; /* Hide the dropdown icon */
 }




 .comments-red-line {


     background-color: var(--theme-color);
     width: 85%;
     height: 5px;
 }


 .about-us-landing .title {
     font-size: 67px;
     font-weight: 750;
     line-height: 72px;
     color: #2d365d;
 }

 .about-us-landing .title span {
     color: var(--theme-color);
 }

 .about-us-landing .sub-title {
     font-size: 55px;
     font-weight: 300;
     line-height: 72px;
 }

 .about-us-landing .description {
     padding-top: 12px;
     margin-top: 6px;
     font-size: 15px;
     line-height: 30px;
     color: #939aa4;
 }



 @media only screen and (max-width: 1199px) {
     .about-us-landing .title {
         font-size: 54px;
         line-height: 64px;
     }
 }

 @media only screen and (max-width: 767px) {
     .about-us-landing .title {
         font-size: 40px;
         line-height: 54px;
     }
 }
 @media only screen and (max-width: 767px){
     .about-us-landing .sub-title {
         font-size: 32px;
         line-height: 48px;
     }}
 .about-us-description .content h2 span {
     font-size: 16px;
 }
 .fw-normal {
     font-weight: 400 !important;
 }


 .about-us-description .content h2 {
     font-size: 30px;
     color: #ee273a;

     font-weight: 750;
     line-height: 30px;
     margin-bottom: 14px;
 }
 .about-us-description .content p {
     text-align: justify;
     color: #212341;
     font-size: 13px;
     line-height: 28px;
     margin-bottom: 14px;
 }
 .linear-bg{
     background: rgb(255,255,255);
     background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,246,246,1) 100%, rgba(255,209,209,1) 100%);
 }
 strong {
     font-weight: bolder;
 }
 .rules a{
     box-shadow: none;
     text-decoration: none;
     color: #212341;

 }

 .contact-us-note {
     padding: 12px 12px 14px;
 }
 .alert-warning {
     background-color: #fff9eb;
     border: none;
     color: #212341;
 }
 .alert-warning a{
     --bs-alert-color: #664d03;
     --bs-alert-bg: #fff3cd;
     --bs-alert-border-color: #ffecb5;
 }
 .alert {
     font-size: 14px;
     font-weight: 300;
 }
 .alert-warning a, .alert-warning b, .alert-warning strong {
     color: #ffb035;
     text-decoration: none;
 }
 .alert a, .alert b, .alert strong {
     font-weight: bold;
 }
 b, strong {
     font-weight: bolder;
 }
 .heading-title {
     color: #2D365D;
     font-size: 14px;
     line-height: 30px;
 }
 .heading-title2 {
     color: #2D365D;
     font-size: 18px;
     font-weight: 700;
     line-height: 24px;
 }
 .heading-title3 {
     color: #2D365D;
     font-size: 17px;
     line-height: 30px;
 }

 .category-heading .name-category span {
     font-size: 18px;
     font-weight: 300;
 }

 .category-heading .name-category {
     line-height: 30px;
     font-size: 24px;
     font-weight: 750;
 }
 .category-heading .counter li:not(:last-child) {
     margin-left: 10px;
 }
 .category-heading .counter li {
     background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f3fc), to(#fff));
     background-image: -webkit-linear-gradient(top, #f5f3fc, #fff);
     background-image: -moz-linear-gradient(top, #f5f3fc, #fff);
     background-image: -o-linear-gradient(top, #f5f3fc, #fff);
     background-image: linear-gradient(to bottom, #f5f3fc, #fff);
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     width: 55px;
     height: 98px;
     color: #b3bbc7;
     text-align: center;
     line-height: 15px;
     padding: 17px 5px 0;
 }

 .category-heading .counter li span {
     font-size: 20px;
     color: #9087ce;
     line-height: 31px;
     font-weight: 750;
 }
 .category-heading .counter li:not(:last-child) {
     margin-left: 10px;
 }

 .s-link {
     color: inherit;
     text-decoration: none; /* Remove underline */
 }

 .square {
     width: 24px;
     height: 24px;
     border-radius: 5px;
 }

 .variety{
     background-color: #f3f3f3; border-radius: 10px;
 }


 .variety.active {
     border: 3px solid var(--theme-color);
 }

 .toast {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 1050;
     width: auto;
     border-radius: 30px; /* Round corners */
     padding: 5px; /* Add padding for content */

 }

 .circle-container {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .circle-badge {
     width: 24px; /* Adjust as needed */
     height: 24px; /* Adjust as needed */
     background-color: white;
     font-size: 13px;
     border-radius: 50%; /* This creates the circular shape */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .cart-two-title {
     background-color: #ee273a;
     border-radius: 25px;
     color: #edf5e6;
 }

 .cart-two-title h2 {
     font-size: 24px;
     line-height: 53px;
     font-weight: 750;
 }

 .cart-two-title p {
     line-height: 22px;
 }

 .text-white {
     color: white;
 }

 @media (min-width: 768px) {
     .d-md-block {
         display: block !important;
     }
 }

 .cart-two-count-products i {
     width: 50px;
     height: 50px;
     color: #49be78;
     font-size: 20px;
     margin-left: 22px;
 }

 .rounded-circle {
     border-radius: 50% !important;
 }

 .cart-two-count-products {

     background-color: #b3bbc7;
     -webkit-border-radius: 25px 25px 25px 25px;
     -moz-border-radius: 25px 25px 25px 25px;
     border-radius: 25px 25px 25px 25px;
     margin-bottom: 33px;
     color: white;
 }

 .cart-two-count-products .detail .value {
     line-height: 30px;
     font-size: 18px;
     font-weight: 750;
 }

 .bg-white {
     --bs-bg-opacity: 1;
     padding: 10px;
     background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
 }

 .cart-two-count-products .detail .title {
     line-height: 24px;
 }

 .fw-light {
     font-weight: 300 !important;
 }

 .cart-two-products {
     margin: 46px 0 58px;
 }

 .cart-two-products-item {
     border: 4px solid #f8f9fb;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     padding: 10px 73px 9px;
 }

 .cart-two-products-item .delete {
     top: 19px;
     position: absolute;
     right: 19px;
     width: 50px;
     height: 25px;
     line-height: 25px;
     color: #ee232b;
     font-size: 13px;
     background-color: #ffebec;
 }


 .cart-two-products-item img {
     max-width: 161px;
     height: 161px;
     margin-left: 56px;
 }

 .cart-two-products-item .detail .info h2 a {
     font-size: 18px;
     font-weight: 750;
     color: #232323;
     line-height: 28px;
     margin-bottom: 7px;
     text-decoration: none;
 }

 .cart-two-products-item .detail .info .price {
     font-size: 16px;
     line-height: 25px;
     color: #232323;
 }

 .cart-two-products-item .detail .info .price del {
     font-size: 20px;
     line-height: 31px;
     color: #ee232b;
     -webkit-text-decoration-color: #707070;
     -moz-text-decoration-color: #707070;
     text-decoration-color: #707070;
 }

 .cart-two-products-item .detail .info .price span {
     margin: 0 16px 0 2px;
     font-weight: 750;
     font-size: 30px;
     line-height: 45px;
     color: #49be78;
 }

 @media (min-width: 576px) {
     .text-sm-start {
         text-align: right !important;
     }
 }

 .cart-two-products-item .offer {
     width: 89px;
     height: 57px;
     font-size: 22px;
     line-height: 45px;
     z-index: 2;
     top: 0;
     left: 0;
     color: white !important;
     -webkit-transform: translate(-1px, -20px);
     -moz-transform: translate(-1px, -20px);
     -ms-transform: translate(-1px, -20px);
     -o-transform: translate(-1px, -20px);
     transform: translate(-1px, -20px);
 }

 .count.d-flex.align-items-center {
     border-radius: 10px;
     padding: 5px 10px;
     background: #fff;
 }

 .cart-two-offer-code .form-control {
     height: 45px;
     padding: 0 24px;
     margin-left: 15px;
     font-size: 14px;
     max-width: 253px;
 }

 .cart-two-offer-code .btn {
     font-size: 14px;
     padding: 12px 42px;
 }

 .cart-two-total-price .total-price {
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     background-color: #edf5e6;
     padding: 4px 30px 4px 34px;
     max-width: 70%;
     margin-left: 21px;
 }

 .cart-two-total-price .total-price>span {
     font-size: 18px;
     font-weight: 750;
     color: #232323;
     line-height: 28px;
 }

 .cart-two-total-price .total-price>div {
     font-size: 35px;
     color: #67b930;
     font-weight: 750;
     line-height: 59px;
 }

 .rounded-circle {
     border-radius: 50% !important;
 }

 .bg-white {

     background-color: white !important;
 }

 .cart-two-products-item .offer::before {
     content: "";
     background: url(../../assets/svg/offer-bg.svg) 0 0 no-repeat;
     -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
     -o-background-size: 100% 100%;
     background-size: 100% 100%;
     z-index: -1;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     position: absolute;

 }

 .cart-two-products-item .detail .count button {
     background: transparent;
 }

 .cart-two-products-item .detail .count button {
     font-size: 30px;
     line-height: 45px;
 }

 .cart-two-products-item .detail .count button, .cart-two-products-item .detail .count input {
     font-weight: 750;
     color: #2d365d;
 }

 [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
     cursor: pointer;
 }

 .changeinp {
     font-weight: 750 !important;
     color: #2d365d !important;
     font-size: 30px;
     border: none;
     background-color: transparent !important;
 }

 .changeinp:hover {
     background-color: #ee273a !important;
     transition: background-color 0.3s;
     border-radius: 10px;
 }

 .screen-reader-text {
     clip: rect(1px, 1px, 1px, 1px);
     height: 1px;
     overflow: hidden;
     position: absolute !important;
     width: 1px;
     word-wrap: normal !important;
 }

 .quantity .input-text.qty.text {
     font-size: 24px;
     width: 60px;
     height: 40px;
     background-color: #f8f9fb;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     margin: 0 12px;
     border: none;
     font-weight: 750;
     color: #2d365d;
 }

 input[type=number] {
     -moz-appearance: textfield;
     appearance: textfield;
 }

 input[type=number]::-webkit-inner-spin-button,
 input[type=number]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }


 .btn-success-2 {
     background-color: #67b930;
     -webkit-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
     -moz-box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
     box-shadow: 0 10px 35px rgba(103, 185, 48, 0.25);
     color: #fff;
 }

 @media (min-width: 768px) {
     .flex-md-row {
         flex-direction: row !important;
     }
 }

 .cart-two-total-price .btn {
     max-width: -webkit-calc(30% - 21px);
     max-width: -moz-calc(30% - 21px);
     max-width: calc(30% - 21px);
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     font-size: 19px;
     line-height: 29px;
     padding: 19px 20px;
 }

 .cart-two-offer-code {
     margin-bottom: 53px;
 }

 .cart-mobile-products-item {
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     background-color: #fff;
     padding: 10px 17px 18px 20px;
     -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
     box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
 }

 .cart-mobile-products-item .info img {
     max-width: 114px;
     margin-left: 14px;
 }


 .cart-mobile-products-item .icons>* {
     width: 33px;
     height: 33px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     border: 1px solid #e7ebee;
 }

 .cart-mobile-products-item .price {
     color: #232323;
 }

 .text-end {
     text-align: left !important;
 }

 .cart-mobile-products-item .price del {
     font-size: 14px;
     line-height: 22px;
     color: #ee232b;
     -webkit-text-decoration-color: #707070;
     -moz-text-decoration-color: #707070;
     text-decoration-color: #707070;
 }

 .cart-mobile-products-item .price span {
     font-weight: 750;
     line-height: 32px;
     font-size: 14px;
     color: #49be78;
 }
 .cart-mobile-products-item .info h2 a{
     font-size: 15px;
     font-weight: 500;
     color: #232323;
     text-decoration: none;
 }
 @media only screen and (max-width: 575px) {
     .cart-two-total-price .btn {
         padding: 12px 12px;
         font-size: 14px;
         line-height: 30px;
     }
 }

 @media only screen and (max-width: 767px) {
     .cart-two-total-price .total-price, .cart-two-total-price .btn {
         max-width: 100%;
         margin: 0;
     }
 }

 @media only screen and (max-width: 767px) {
     .cart-two-total-price .total-price {
         padding: 4px 15px;
     }
 }

 @media only screen and (max-width: 575px) {
     .cart-two-total-price .total-price>div {
         font-size: 20px;
         line-height: 38px;
     }
 }

 @media only screen and (max-width: 575px) {
     .cart-two-total-price .total-price>span {
         font-size: 14px;
         line-height: 24px;
     }
 }

 @media only screen and (max-width: 991px) {
     .cart-two-total-price .total-price>span {
         font-size: 16px;
     }
 }

 @media only screen and (max-width: 991px) {
     .cart-two-products-item {
         padding: 10px 24px 9px;
     }
 }

 @media only screen and (max-width: 991px) {
     .cart-two-products-item img {
         margin: 0 0 24px;
     }
 }

 @media screen and (max-width: 480px) {
     .cart-two-offer-code {
         display: block !important;
     }
 }

 @media screen and (max-width: 480px) {
     .cart-two-offer-code .form-control {
         max-width: 100% !important;
         margin-bottom: 15px !important;
     }
 }

 @media only screen and (max-width: 575px) {
     .container .elementor-column-gap-default>.elementor-column>.elementor-element-populated, .container .container {
         padding-right: 0;
         padding-left: 0;
     }
 }

 @media only screen and (max-width: 399px){
     .cart-mobile-products-item .counter button {
         font-size: 20px;
         line-height: 32px;
     }}
 .cart-mobile-products-item .quantity .input-text.qty.text {
     font-size: 15px !important;
     width: 32px !important;
     height: 32px !important;
     margin: 0 5px !important;
 }


 .comments li:not(:last-child) {
     margin-bottom: 48px;
 }

 @media (min-width: 576px) {
     .flex-sm-row {
         flex-direction: row !important;
     }
 }

 .comments li .content .info>img {
     width: 63px;
     height: 63px;
     margin-left: 9px;
 }

 .comments li .content .info .detail {
     background-color: #f8f9fb;
     padding: 15px 33px 9px 36px;
     width: -webkit-calc(100% - 74px);
     width: -moz-calc(100% - 74px);
     width: calc(100% - 74px);
     margin: 0;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
 }

 .comments li .content .info .detail .author {
     font-weight: 750;
 }

 .comments li .content .info .detail .date {
     font-weight: 300;
     text-align: right;
 }

 .flex-sm-row .rating {
     margin-right: 10px;
 }

 .comments li .content .info .detail .position a {
     background-color: #2d365d;
     font-weight: 300;
     color: #fff;
     line-height: 21px;
     padding: 2px 18px;
     text-decoration: none;
     border-radius: 50rem;
 }

 .comments li .content .box {
     padding: 26px 103px 0 60px;
 }

 .me-2 {
     margin-left: .5rem !important;
 }

 @media only screen and (max-width: 767px) {
     .comments li .content .box {
         padding: 26px 0 0;
     }
 }


 @media only screen and (max-width: 575px) {
     .comments li .content .info .detail {
         padding: 15px 20px 9px;
         width: 100%;
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px;
     }
 }

 .send-comment .form-group label, .auth .form-group label {
     font-size: 12px;
     font-weight: 300;
     color: #2d365d;
     top: -10px;
     right: 52px;
     padding: 0 15px 0 21px;
     background-color: #fff;
     position: absolute;
 }

 @media only screen and (max-width: 767px) {
     .send-comment .form-group textarea.form-control, .auth .form-group textarea.form-control {
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px;
     }
 }

 .send-comment .form-group textarea.form-control, .auth .form-group textarea.form-control {
     height: 235px;
     padding: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px;
 }
 textarea{
     resize: none !important;

 }
 textarea:focus {
     border-color: red !important;
     outline: none;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none  !important;
     box-shadow: none  !important;

 }
 .checkout-checkout.checkout-page form h3 {
     font-weight: 750;
     font-size: 24px;
     color: red;
 }

 .checkout form .form-row-first {
     float: unset !important;
     display: block !important;
     width: 100% !important;
 }

 .checkout form .form-row {
     position: relative;
     margin-top: 25px !important;
     margin-bottom: 25px !important;
 }

 .checkout form .form-row {
     padding: 3px;
     margin: 0 0 6px;
 }

 .checkout form .form-row::after, .checkout form .form-row::before, .checkout-page form .form-row::after, .checkout-page form .form-row::before {
     content: " ";
     display: table;
 }

 .checkout form .form-row label {
     font-size: 14px !important;
     color: #2d365d !important;
     top: -10px;
     right: 40px;
     padding: 0 15px 0 21px;
     background-color: #fff;
     position: absolute;
     display: inline-block;
     z-index: 9 !important;
 }

 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     color: inherit;
     list-style: none;
 }

 .checkout form .form-row::after, .checkout-page form .form-row::after {
     clear: both;
 }

 .checkout form .form-row .required {
     color: red;
     font-weight: 700;
     border: 0 !important;
     text-decoration: none;
     visibility: hidden;
 }

 .checkout form .form-row .required {
     visibility: visible;
 }

 b, strong {
     font-weight: bolder;
 }

 a, a:hover, a:focus, a:active {
     text-decoration: none;
     color: #2d365d !important;
 }

 .checkout form .form-row .input-text, .checkout-page form .form-row .input-text {
     box-sizing: border-box;
     width: 100%;
     resize: none;
 }

 .checkout form .form-row textarea {
     min-height: 200px !important;
     border-radius: 15px !important;
     padding: 25px !important;
 }

 .checkout table.shop_table {
     border-radius: 15px;
 }

 .checkout table.shop_table {
     border: 1px solid rgba(0, 0, 0, .1);
     margin: 0 0 24px -1px;
     text-align: right;
     width: 100%;
     border-collapse: separate;
     border-radius: 15px;
 }

 tbody, td, tfoot, th, thead, tr {
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     background: unset !important;
 }

 .checkout table.shop_table th {
     font-weight: 700;
     padding: 9px 12px;
     line-height: 1.5em;
 }

 .clear {
     clear: both;
 }

 .checkout form .form-row input.input-text {
     color: #212529;
     background-clip: padding-box;
     border: 1px solid #ced4da !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     background-color: #fff !important;
     padding: 0 16px !important;
     height: 45px;
     font-size: 14px !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;
     outline: none !important;
     z-index: 1 !important;
     border-radius: 800px !important;
     position: relative;
 }

 .checkout form .form-row textarea {
     color: #212529;
     background-clip: padding-box;
     border: 1px solid #ced4da !important;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
     background-color: #fff !important;
     padding: 16px 16px !important;
     height: 45px;
     font-size: 14px !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;
     outline: none !important;
     z-index: 1 !important;
     position: relative;
 }

 .checkout form .form-row input.input-text:focus, .checkout form .form-row textarea:focus {
     border-color: red !important;
     outline: none;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
     box-shadow: none !important;

 }

 .checkout form .form-row input.input-text, .checkout form .form-row textarea {
     box-sizing: border-box;
     width: 100%;
     margin: 0;
     outline: 0;
     line-height: normal;
 }

 .select2-container {
     box-sizing: border-box;
     display: inline-block;
     margin: 0;
     position: relative;
     vertical-align: middle
 }

 .select2-container .select2-selection--single {
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     height: 28px;
     margin: 0 0 -4px;
     user-select: none;
     -webkit-user-select: none
 }

 .select2-container .select2-selection--single .select2-selection__rendered {
     display: block;
     padding-left: 8px;
     padding-right: 20px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap
 }

 .select2-container .select2-selection--single .select2-selection__clear {
     position: relative
 }

 .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
     padding-right: 8px;
     padding-left: 20px
 }

 .select2-container .select2-selection--multiple {
     box-sizing: border-box;
     cursor: pointer;
     display: block;
     min-height: 32px;
     user-select: none;
     -webkit-user-select: none
 }

 .select2-container .select2-selection--multiple .select2-selection__rendered {
     display: inline-block;
     overflow: hidden;
     padding-left: 8px;
     text-overflow: ellipsis;
     white-space: nowrap
 }

 .select2-container .select2-search--inline {
     float: left;
     padding: 0
 }

 .select2-container .select2-search--inline .select2-search__field {
     box-sizing: border-box;
     border: none;
     font-size: 100%;
     margin: 0;
     padding: 0
 }

 .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none
 }

 .select2-dropdown {
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px;
     box-sizing: border-box;
     display: block;
     position: absolute;
     left: -100000px;
     width: 100%;
     z-index: 1051
 }

 .select2-results {
     display: block
 }

 .select2-results__options {
     list-style: none;
     margin: 0;
     padding: 0
 }

 .select2-results__option {
     padding: 6px;
     user-select: none;
     -webkit-user-select: none
 }

 .select2-results__option[aria-selected], .select2-results__option[data-selected] {
     cursor: pointer
 }

 .select2-container--open .select2-dropdown {
     left: 0
 }

 .select2-container--open .select2-dropdown--above {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0
 }

 .select2-container--open .select2-dropdown--below {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }

 .select2-search--dropdown {
     display: block;
     padding: 4px
 }

 .select2-search--dropdown .select2-search__field {
     padding: 4px;
     width: 100%;
     box-sizing: border-box
 }

 .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
     -webkit-appearance: none
 }

 .select2-search--dropdown.select2-search--hide {
     display: none
 }

 .select2-close-mask {
     border: 0;
     margin: 0;
     padding: 0;
     display: block;
     position: fixed;
     left: 0;
     top: 0;
     min-height: 100%;
     min-width: 100%;
     height: auto;
     width: auto;
     opacity: 0;
     z-index: 99;
     background-color: #fff
 }

 .select2-hidden-accessible {
     border: 0 !important;
     clip: rect(0 0 0 0) !important;
     height: 1px !important;
     margin: -1px !important;
     overflow: hidden !important;
     padding: 0 !important;
     position: absolute !important;
     width: 1px !important
 }

 .select2-container--default .select2-selection--single {
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #444;
     line-height: 28px
 }

 .select2-container--default .select2-selection--single .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: 700
 }

 .select2-container--default .select2-selection--single .select2-selection__placeholder {
     color: #999
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 20px
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #888 transparent transparent transparent;
     border-style: solid;
     border-width: 5px 4px 0 4px;
     height: 0;
     left: 50%;
     margin-left: -4px;
     margin-top: -2px;
     position: absolute;
     top: 50%;
     width: 0
 }

 .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
     float: left
 }

 .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
     left: 1px;
     right: auto;
     top: 10px;
 }

 .select2-container--default.select2-container--disabled .select2-selection--single {
     background-color: #eee;
     cursor: default
 }

 .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
     display: none
 }

 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-color: transparent transparent #888 transparent;
     border-width: 0 4px 5px 4px
 }

 .select2-container--default .select2-selection--multiple {
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: text
 }

 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
     box-sizing: border-box;
     list-style: none;
     margin: 0;
     padding: 0 5px;
     width: 100%
 }

 .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
     list-style: none;
     margin: 5px 5px 0 0
 }

 .select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
     content: "";
     display: none
 }

 .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
     color: #999;
     margin-top: 5px;
     float: left
 }

 .select2-container--default .select2-selection--multiple .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: 700;
     margin-top: 5px;
     margin-right: 10px
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice {
     background-color: #e4e4e4;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: default;
     float: left;
     margin-right: 5px;
     margin-top: 5px;
     padding: 0 5px
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
     color: #999;
     cursor: pointer;
     display: inline-block;
     font-weight: 700;
     margin-right: 2px
 }

 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
     color: #333
 }

 .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
     float: right
 }

 .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
     margin-left: 5px;
     margin-right: auto
 }

 .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
     margin-left: 2px;
     margin-right: auto
 }

 .select2-container--default.select2-container--focus .select2-selection--multiple {
     border: solid #000 1px;
     outline: 0
 }

 .select2-container--default.select2-container--disabled .select2-selection--multiple {
     background-color: #eee;
     cursor: default
 }

 .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
     display: none
 }

 .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }

 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0
 }

 .select2-container--default .select2-search--dropdown .select2-search__field {
     border: 1px solid #aaa
 }

 .select2-container--default .select2-search--inline .select2-search__field {
     background: 0 0;
     border: none;
     outline: 0;
     box-shadow: none;
     -webkit-appearance: textfield;
 }

 .select2-container--default .select2-results>.select2-results__options {
     max-height: 200px;
     overflow-y: auto
 }

 .select2-container--default .select2-results__option[role=group] {
     padding: 0
 }

 .select2-container--default .select2-results__option[aria-disabled=true] {
     color: #999
 }

 .select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
     background-color: #ddd
 }

 .select2-container--default .select2-results__option .select2-results__option {
     padding-left: 1em
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
     padding-left: 0
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -1em;
     padding-left: 2em
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -2em;
     padding-left: 3em
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -3em;
     padding-left: 4em
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -4em;
     padding-left: 5em
 }

 .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
     margin-left: -5em;
     padding-left: 6em
 }

 .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
     background-color: #0073aa;
     color: #fff
 }

 .select2-container--default .select2-results__group {
     cursor: default;
     display: block;
     padding: 6px
 }

 .select2-container--classic .select2-selection--single {
     background-color: #f7f7f7;
     border: 1px solid #aaa;
     border-radius: 4px;
     outline: 0;
     background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
     background-repeat: repeat-x
 }

 .select2-container--classic .select2-selection--single:focus {
     border: 1px solid #0073aa
 }

 .select2-container--classic .select2-selection--single .select2-selection__rendered {
     color: #444;
     line-height: 28px
 }

 .select2-container--classic .select2-selection--single .select2-selection__clear {
     cursor: pointer;
     float: right;
     font-weight: 700;
     margin-right: 10px
 }

 .select2-container--classic .select2-selection--single .select2-selection__placeholder {
     color: #999
 }

 .select2-container--classic .select2-selection--single .select2-selection__arrow {
     background-color: #ddd;
     border: none;
     border-left: 1px solid #aaa;
     border-top-right-radius: 4px;
     border-bottom-right-radius: 4px;
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 20px;
     background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
     background-repeat: repeat-x
 }

 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
     border-color: #888 transparent transparent transparent;
     border-style: solid;
     border-width: 5px 4px 0 4px;
     height: 0;
     left: 50%;
     margin-left: -4px;
     margin-top: -2px;
     position: absolute;
     top: 50%;
     width: 0
 }

 .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
     float: left
 }

 .select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
     border: none;
     border-right: 1px solid #aaa;
     border-radius: 0;
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
     left: 1px;
     right: auto
 }

 .select2-container--classic.select2-container--open .select2-selection--single {
     border: 1px solid #0073aa
 }

 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
     background: 0 0;
     border: none
 }

 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-color: transparent transparent #888 transparent;
     border-width: 0 4px 5px 4px
 }

 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
     background-repeat: repeat-x
 }

 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0;
     background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
     background-repeat: repeat-x
 }

 .select2-container--classic .select2-selection--multiple {
     background-color: #fff;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: text;
     outline: 0
 }

 .select2-container--classic .select2-selection--multiple:focus {
     border: 1px solid #0073aa
 }

 .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
     list-style: none;
     margin: 0;
     padding: 0 5px
 }

 .select2-container--classic .select2-selection--multiple .select2-selection__clear {
     display: none
 }

 .select2-container--classic .select2-selection--multiple .select2-selection__choice {
     background-color: #e4e4e4;
     border: 1px solid #aaa;
     border-radius: 4px;
     cursor: default;
     float: left;
     margin-right: 5px;
     margin-top: 5px;
     padding: 0 5px
 }

 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
     color: #888;
     cursor: pointer;
     display: inline-block;
     font-weight: 700;
     margin-right: 2px
 }

 .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
     color: #555
 }

 .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
     float: right
 }

 .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
     margin-left: 5px;
     margin-right: auto
 }

 .select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
     margin-left: 2px;
     margin-right: auto
 }

 .select2-container--classic.select2-container--open .select2-selection--multiple {
     border: 1px solid #0073aa
 }

 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
     border-top: none;
     border-top-left-radius: 0;
     border-top-right-radius: 0
 }

 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
     border-bottom: none;
     border-bottom-left-radius: 0;
     border-bottom-right-radius: 0
 }

 .select2-container--classic .select2-search--dropdown .select2-search__field {
     border: 1px solid #aaa;
     outline: 0
 }

 .select2-container--classic .select2-search--inline .select2-search__field {
     outline: 0;
     box-shadow: none
 }

 .select2-container--classic .select2-dropdown {
     background-color: #fff;
     border: 1px solid transparent
 }

 .select2-container--classic .select2-dropdown--above {
     border-bottom: none
 }

 .select2-container--classic .select2-dropdown--below {
     border-top: none
 }

 .select2-container--classic .select2-results>.select2-results__options {
     max-height: 200px;
     overflow-y: auto
 }

 .select2-container--classic .select2-results__option[role=group] {
     padding: 0
 }

 .select2-container--classic .select2-results__option[aria-disabled=true] {
     color: grey
 }

 .select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
     background-color: #3875d7;
     color: #fff
 }

 .select2-container--classic .select2-results__group {
     cursor: default;
     display: block;
     padding: 6px
 }

 .select2-container--classic.select2-container--open .select2-dropdown {
     border-color: #0073aa
 }

 .select2-container--default .select2-selection--single {
     background-color: #fff;
     border-radius: 800px;
     height: 45px;
     padding: 8px 16px;
     border: 1px solid #ced4da;
 }

 .checkout table.shop_table td {
     border-top: 1px solid rgba(0, 0, 0, .1);
     padding: 9px 12px;
     vertical-align: middle;
     line-height: 1.5em;
 }

 .checkout table.shop_table tbody th, .checkout table.shop_table tfoot td, .checkout table.shop_table tfoot th {
     font-weight: 700;
     border-top: 1px solid rgba(0, 0, 0, .1);
 }

 .checkout table.shop_table th {
     font-weight: 700;
     padding: 9px 12px;
     line-height: 1.5em;
 }

 tbody, td, tfoot, th, thead, tr {
     border-color: inherit;
     border-style: solid;
     border-width: 0;
     background: unset !important;
 }

 .product h2, .product-two h2, .product-three h2, .product-four h2, .product-fiv h2, .product-six h2, .product-name {
     font-size: 14px;
     font-weight: 500;
     line-height: 22px;
     height: 44px;
     overflow: hidden;
 }

 bdi {
     text-decoration: unset !important;
     text-decoration-style: unset !important;
     list-style: unset !important;
     list-style-position: unset !important;
     list-style-image: unset !important;
     text-decoration-line: unset;
 }

 .checkout-Price-amount:only-child .checkout-Price-currencySymbol {
     display: inline-block !important;
 }

 .checkout-checkout-review-order span.checkout-Price-amount.amount {
     color: #49be78;
 }

 span.checkout-Price-amount.amount {
     font-size: 18px;
     font-weight: bold;
     color: #49be78;
 }

 * * span.checkout-Price-currencySymbol {
     font-weight: 300;
     font-size: 14px;
     line-height: 22px;
     margin-right: 6px;
     color: #232323;
 }

 .checkout-checkout #payment {
     background: #e9e6ed;
     border-radius: 20px;
 }

 .checkout-checkout #payment ul.payment_methods {
     text-align: right;
     padding: 1em;
     border-bottom: 1px solid #cfc8d8;
     margin: 0;
     list-style: none outside;
 }

 .checkout form .form-row label.checkbox, .checkout-page form .form-row label.checkbox {
     display: block !important;
     border-radius: 15px !important;
     padding: 15px !important;
     padding-bottom: 20px !important;
     position: static !important;
 }

 label.checkout-form__label.checkout-form__label-for-checkbox.checkbox {
     font-size: 14px !important;
     color: #2d365d !important;
     padding: 14px 15px 14px 21px;
     background-color: #fff;
     border-radius: 15px;
 }

 .checkout form .form-row .input-checkbox {
     display: inline;
     margin: -2px 0 0 8px;
     text-align: center;
     vertical-align: middle;
 }

 .checkout #respond input#submit.alt, .checkout a.button.alt, .checkout button.button.alt, .checkout input.button.alt {
     background-color: #67b930;
     border-radius: 7px;
     color: #ffffff;
     border: none;
 }

 .checkout-checkout #payment div.payment_box {
     position: relative;
     box-sizing: border-box;
     width: 100%;
     padding: 1em;
     margin: 1em 0;
     font-size: .92em;
     border-radius: 2px;
     line-height: 1.5;
     background-color: #dcd7e3;
     color: #515151;
 }

 .checkout-checkout #payment div.payment_box p:last-child {
     margin-bottom: 0;
 }

 .checkout-checkout #payment div.payment_box::before {
     content: "";
     display: block;
     border: 1em solid #dcd7e3;
     border-left-color: transparent;
     border-right-color: transparent;
     border-top-color: transparent;
     position: absolute;
     top: -.75em;
     right: 0;
     margin: -1em 2em 0 0;
 }

 .checkout-checkout #payment div.form-row {
     padding: 1em;
 }

 .checkout #payment #place_order, .checkout-page #payment #place_order {
     float: none;
     width: 100%;
     box-sizing: border-box;
     margin-bottom: 1em;
 }

 .checkout #payment #place_order, .checkout-page #payment #place_order {
     float: left;
 }

 .checkout-notices-wrapper {
     position: relative;
     margin-top: 30px;
 }

 .checkout-error, .checkout-info, .checkout-message {
     background-color: #ffffff;
     border-top: none;
 }

 .checkout-error, .checkout-info, .checkout-message {
     padding: 1em 3.5em 1em 2em;
     margin: 0 0 2em;
     position: relative;
     background-color: #ffffff;
     color: #515151;
     /* border-top: 3px solid #7f54b3; */
     list-style: none outside;
     width: auto;
     word-wrap: break-word;
 }

 .checkout-info::before {
     color: #1e85be;
 }

 .checkout-error::before, .checkout-info::before, .checkout-message::before {
     content: "\e028";
     display: inline-block;
     position: absolute;
     top: 1em;
     right: 1.5em;
 }

 .checkout-info::after {
     content: "";
     background-color: #a46497;
     opacity: 0.4;
     width: 90%;
     height: 40px;
     z-index: -2;
     position: absolute;
     border-radius: 21px;
     top: -9px;
     right: 5%;
 }

 .checkout form.checkout_coupon, .checkout form.login, .checkout form.register {
     border: 1px solid #e3e3e3;
     border-radius: 15px;
 }

 .checkout form.checkout_coupon, .checkout form.login, .checkout form.register {
     border: 1px solid #cfc8d8;
     padding: 20px;

     margin: 2em 0;
     text-align: right;
     border-radius: 5px;
 }

 .checkout_coupon.checkout-form-coupon .form-row-first {
     display: inline-block !important;
     width: 80% !important;
 }

 .checkout form .form-row-last, .checkout form .form-row-first {
     float: unset !important;
     display: block !important;
     width: 100% !important;
 }


 :where(body:not(.checkout-block-theme-has-button-styles)) .checkout button.button, :where(body:not(.checkout-block-theme-has-button-styles)) .checkout input.button {
     /* font-size: 100%; */
     /* margin: 0; */
     line-height: 1;
     cursor: pointer;
     position: relative;
     text-decoration: none;
     overflow: visible;
     padding: .618em 1em;
     font-weight: 700;
     right: auto;
     border: 0;
     display: inline-block;
     background-image: none;
     box-shadow: none;
     text-shadow: none;
     border-radius: 7px;
     top: -5px;
     color: #ffffff;
     background-color: #ee273a;
 }

 .checkout-error::before {
     content: "";
     background-color: red;
     opacity: 0.8;
     width: 96%;
     height: 40px;
     z-index: -1;
     position: absolute;
     top: -5px;
     right: 2%;
     border-radius: 16px;

 }

 .woocommerce-error::after {
     content: "";
     background-color: red;
     opacity: 0.4;
     width: 90%;
     height: 40px;
     z-index: -2;
     position: absolute;
     border-radius: 21px;
     top: -9px;
     right: 5%;
 }

 .checkbox-container {
     display: flex;
     flex-direction: row-reverse; /* Reverses the order of the items */
     align-items: center; /* Align items vertically */
 }

 .checkbox-container label {
     margin-right: 10px; /* Adjust as needed */
 }

 .pagination {
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }

 .pagination .page-item {
     font-size: 14px;
     font-weight: 500;
     color: #232323;

 }
 .pagination .page-item div {
     cursor: pointer;
 }


 .pagination .page-item span {
     font-weight: 750;
     width: 40px;
     height: 40px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     display: inline-block;
 }

 .pagination .page-item span.now {
     background-color: #f8f9fb;
     margin-right: 12px;
 }

 .pagination .page-item .page-next,
 .pagination .page-item .page-prev {
     background-color: #fff;
     border: 1px solid #d5dbe0;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
     -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
     color: #232323;
     padding: 8px 22px;
     line-height: 21px;
 }

 .pagination .page-item .page-next:hover,
 .pagination .page-item .page-prev:hover {
     border-color: #ee273a;
     -webkit-box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
     -moz-box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
     box-shadow: 0 10px 20px rgba(238, 39, 58, 0.08);
 }

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

     .pagination .page-item .page-next,
     .pagination .page-item .page-prev {
         -webkit-border-radius: 12px;
         -moz-border-radius: 12px;
         border-radius: 12px;
     }
 }
 span.now.active {
     background: var(--theme-color) !important;
     color: #fff !important;
 }



 .category-btn-filter {
     border: 1px solid #212341;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
     padding: 0;
     height: 45px;
     line-height: 45px;
     font-size: 16px;
     font-weight: 600;
     color: #212341;
     max-width: 120px;
     width: 100%;
 }

 .category-btn-filter i {
     font-size: 19px;
     margin-left: 8px;
 }

 .category-btn-filter:hover,
 .category-btn-filter:active,
 .category-btn-filter:focus {
     background-color: #212341;
     color: #fff;
 }

 @media only screen and (max-width: 992px) {
     .category-sidebar {
         position: fixed;
         top: 0;
         right: -300px; /* Adjust this value to set the sidebar initial position */
         width: 300px; /* Set the width of the sidebar */
         height: 100%;
         background-color: #fff; /* Set the background color of the sidebar */
         box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Add shadow for better visibility */
         transition: right 0.3s ease; /* Smooth transition for opening/closing */
         z-index: 1100;
         overflow-y: auto;
     }

     .category-sidebar.open {
         right: 0; /* Move sidebar to the visible position */
     }
 }


 /*=================NEW====================*/


 .category-sort ul{
     margin-bottom: 20px;
     list-style-type: none;
 }
 .category-sort .title {
     color: #2d365d;
     font-size: 16px;
     margin-left: 81px;
 }
 .align-items-center {
     align-items: center !important;
 }
 /*.d-flex {*/
 /*    display: flex !important;*/
 /*}*/
 @media only screen and (max-width: 1199px){
     .category-sort ul li:not(:last-child) {
         margin-left: 32px;
     }}
 [hidden] {
     display: none !important;
 }
 .category-sort ul li input:checked+label {
     border-color: #e7ebee;
 }
 .category-sort ul li label {
     padding: 38px 12px 12px;
     -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
     border-radius: 15px;
     cursor: pointer;
     font-size: 13px;
     line-height: 21px;
     border: 1px solid transparent;
 }
 .category-sort ul li input:checked+label::before {
     opacity: 1;
 }
 .category-sort ul li label::before {
     content: "";
     width: 12px;
     height: 12px;
     background-color: #212341;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     top: 13px;
     right: 16px;
     opacity: 0;
 }
 .category-sort ul li label::after {
     content: "";
     top: 9px;
     right: 12px;
     width: 20px;
     height: 20px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     border: 1px solid #e2e2e2;
 }
 @media only screen and (max-width: 767px){
     .category-sort {
         overflow: auto hidden;
         -ms-overflow-style: none;
         scrollbar-width: none;
     }}
 @media only screen and (max-width: 767px){
     .category-sort .title {
         margin-left: 16px;
     }}
 @media only screen and (max-width: 767px){
     .category-sort .title, .category-sort ul li {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 auto;
         -moz-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
     }}

 #error{background-color: #ffffff; margin-top: 40px; margin-bottom: 80px; align-items: center; justify-content: center; display: flex}  #error .img-error{width:100%}  #error .error-title{font-size:1.5rem;margin-top:3rem}
 .icon-button {
     background: none;
     border: none;
     padding: 0;
     cursor: pointer;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .icon-container {
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .icon-text {
     font-size: 10px;
     color: #2c2c46;
     margin-top: 4px;
 }


 * {
     margin: 0;
     padding: 0;
     border: 0;
 }

 /*body {*/
 /*    height: 100vh;*/
 /*    display: flex;*/
 /*    justify-content: center;*/
 /*    background: #f4f7f8;*/
 /*}*/

 .bnavbar {
     position: fixed;
     bottom: 0;
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     width: 100%;
     padding-top: 10px;
     padding-bottom: 0px;
     background: #fff;
     border-radius: 30px 30px 0 0;
     z-index: 1099;
     box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5);
 }

 .bnavbar button {
     cursor: pointer;
     width: 60px;
     height: 50px;
     border-radius: 20px;
     background: transparent;
     transition: all .25s ease;
 }

 .bnavbar button:active:not(.plus) {
     transform: scale(1.2);
 }

 .bnavbar button.active {
     color: var(--theme-color);
 }
 .bnavbas {
     color: #2c2c46;
 }
 .bnavbar button svg {
     font-size: 1.5rem;
     pointer-events: none;
 }

 .bnavbar button.plus {
     height: 60px;
     color: #fff;
     background: var(--theme-color);
     border-radius: 25px;
     margin-top: -50px;
 }

 .bnavbar button.plus:hover {
     transform: translateY(-4px);
 }

 .bnavbar .effect {
     position: absolute;
     width: 60px;
     height: 50px;
     border-radius: 18px;
     background: #e84c4f26;
     opacity: 0;
 }

 .clickable-svg {
     cursor: pointer;
 }


 .nav-link:hover {
     color: #fff !important; /* Change text color to white on hover */
 }


 .buy-now .btn-buy-now {
     position: fixed;
     height: 45px;
     width: 45px;
     background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
     border: none;
     color: white;
     bottom: 5rem;
     left: 1.625rem;
     z-index: 1049;
     border-radius: 16px;
 }
 .buy-now .btn-buy-now:hover {
     box-shadow: none;
 }

 .theme-background-color{
     background-color: var(--theme-color);
 }

 .theme-color{
     color: var(--theme-color);
 }

 .theme-fill{
     fill: var(--theme-color);
 }

 .hover-btn {
     background-color: rgba(231, 231, 231, 0.338);
     transition: background-color 0.3s, color 0.3s;
     color: initial;
 }

 .hover-btn:hover {
     background-color: var(--theme-color); /* Adjust this hover color */
     color: white !important;
 }

 .header-sticky {
     position: -webkit-sticky; /* For Safari */
     position: sticky;
     top: 0;
     background-color: #fff;
     z-index: 1000;
     padding: 10px;
 }

 .detail-blog-info img {
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     border-radius: 20px
 }
 .detail-blog-info img {
     max-width: 500px !important;
     margin: 0 auto !important
 }



 .detail-blog {
     padding-bottom: 80px;
     margin-bottom: -80px
 }

 .detail-blog-info {
     margin-top: 68px
 }

 .detail-blog-info>.detail {
     margin-top: -48px
 }

 .detail-blog-info .category {
     background-color: #212341;
     -webkit-border-radius: 0 50px 50px 0;
     -moz-border-radius: 0 50px 50px 0;
     border-radius: 0 50px 50px 0;
     line-height: 30px;
     padding: 0 28px 0 37px;
     font-weight: 500;
     color: #fff;
     margin-left: -9px
 }

 .detail-blog-info ul {
     background-color: #fff;
     -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
     -moz-box-shadow: 0 0 75px rgba(0, 0, 0, .1);
     box-shadow: 0 0 75px rgba(0, 0, 0, .1);
     padding: 25px 56px 20px 63px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     z-index: 6
 }

 .detail-blog-info ul li {
     line-height: 25px
 }

 .detail-blog-info ul li:not(:last-child) {
     margin-left: 70px
 }

 .detail-blog-info ul li span {
     font-size: 11px;
     color: #b3bbc7
 }

 .detail-blog-info ul li span+span {
     color: #2d365d;
     font-weight: 700;
     font-size: 14px
 }

 .detail-blog-info ul li span+span b {
     font-size: 30px;
     font-weight: 900
 }

 .detail-blog-info ul li a {
     font-size: 16px;
     font-weight: 900;
     color: #2d365d
 }

 .detail-blog-info ul li a:hover {
     color:  var(--theme-color)
 }

 .detail-blog-info ul li i {
     width: 50px;
     height: 50px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     line-height: 50px;
     text-align: center;
     background-color: #f5f3fc;
     font-size: 24px;
     color: #9087ce;
     margin-left: 18px
 }

 .detail-blog-info .date {
     background-color:  var(--theme-color);
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     padding: 0 42px 0 20px;
     margin-right: -28px;
     z-index: 2;
     line-height: 30px;
     color: #fff;
     font-weight: 500
 }

 @media only screen and (max-width:991px) {
     .detail-blog-info ul {
         padding: 20px;
         -webkit-border-radius: 35px;
         -moz-border-radius: 35px;
         border-radius: 35px
     }

     .detail-blog-info ul li:not(:last-child) {
         margin-left: 20px
     }
 }

 @media only screen and (max-width:767px) {
     .detail-blog-info>.detail {
         margin-top: 20px;
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap
     }

     .detail-blog-info img {
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px
     }

     .detail-blog-info .category {
         -webkit-box-ordinal-group: 2;
         -webkit-order: 1;
         -moz-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
         padding-left: 50px
     }

     .detail-blog-info ul {
         margin-bottom: 20px;
         width: 100%;
         -webkit-box-pack: justify;
         -webkit-justify-content: space-between;
         -moz-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-border-radius: 20px;
         -moz-border-radius: 20px;
         border-radius: 20px
     }

     .detail-blog-info .date {
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -moz-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         padding-right: 20px
     }
 }

 @media only screen and (max-width:575px) {
     .detail-blog-info ul {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start !important;
         -webkit-align-items: flex-start !important;
         -moz-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important
     }

     .detail-blog-info ul li:not(:last-child) {
         margin-left: 0
     }

     .detail-blog-info ul li:nth-child(2) {
         margin: 20px 0
     }
 }

 .detail-blog-name {
     margin: 64px 0 11px;
     font-weight: 900;
     color:  var(--theme-color);
     font-size: 30px;
     line-height: 40px
 }

 .detail-blog-content p {
     font-size: 15px;
     font-weight: 400;
     line-height: 32px
 }

 .detail-blog-content p,
 .detail-blog-content h1,
 .detail-blog-content h2,
 .detail-blog-content h3,
 .detail-blog-content h4,
 .detail-blog-content h5,
 .detail-blog-content h6 {
     margin-bottom: 32px
 }

 .detail-blog-content h1,
 .detail-blog-content h2,
 .detail-blog-content h3,
 .detail-blog-content h4,
 .detail-blog-content h5,
 .detail-blog-content h6 {
     font-weight: 900;
     color: #2d365d
 }

 .detail-blog-content h1 {
     font-size: 30px
 }

 .detail-blog-content h2 {
     font-size: 26px
 }

 .detail-blog-content h3 {
     font-size: 23px
 }

 .detail-blog-content h4 {
     font-size: 20px
 }

 .detail-blog-content h5 {
     font-size: 18px
 }

 .detail-blog-content h6 {
     font-size: 16px
 }

 .detail-blog-content blockquote {
     margin: 160px 0 100px;
     padding-right: 90px
 }

 .detail-blog-content blockquote::before {
     content: "";
     top: 50%;
     right: 0;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
     transform: translateY(-50%);
     font-family: "icomoon";
     font-size: 157px;
     color: #f8f9fb;
     z-index: -1
 }

 .detail-blog-content blockquote p {
     margin-bottom: 0
 }

 @media only screen and (max-width:991px) {
     .detail-blog-name {
         font-size: 24px;
         line-height: 32px;
         margin-bottom: 60px
     }

     .detail-blog-content blockquote {
         margin: 100px 0
     }
 }

 @media only screen and (max-width:575px) {
     .detail-blog-name {
         font-size: 18px;
         margin-bottom: 32px
     }

     .detail-blog-content blockquote {
         padding-right: 50px;
         margin: 70px 0
     }
 }

 .megamenu-two-content-item ul li a::before {
     display: none !important;
 }
 .detail-blog-related .heading h4 {
     font-size: 24px;
     line-height: 30px;
     padding-right: 60px;
     color: #000
 }



 @media only screen and (max-width:575px) {
     .detail-blog-related .heading h4 {
         padding-right: 0
     }

     .detail-blog-related .heading h4::before {
         content: none
     }
 }



 .detail-blog .like-share button span {
     width: 20px;
     text-align: right
 }

 .detail-blog .like-share button i {
     font-size: 21px
 }

 .detail-blog .like-share button.like i {
     color: #00867d
 }



 .detail-blog .like-share button.dislike i {
     color:  var(--theme-color)
 }

 .detail-blog .like-share .socials li:not(:last-child) {
     margin-bottom: 20px
 }

 .detail-blog .like-share .socials li a {
     color: #e7ebee;
     font-size: 22px;
     text-align: center
 }


 .options-box li {
     padding: 5px 10px
 }

 @media only screen and (max-width:768px) {
     .options-box li {
         padding: 5px 0
     }
 }

 #specifications ul li span p {
     margin-bottom: 0
 }



 .article-three  {
     margin-bottom: 30px;
     padding: 20px;
     background-color: #fff;
     -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, .07);
     -moz-box-shadow: 0 5px 50px rgba(0, 0, 0, .07);
     box-shadow: 0 5px 50px rgba(0, 0, 0, .07)
 }

 .article-three figure img {
     width: 100%;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
     height: 300px;
     -o-object-fit: cover;
     object-fit: cover
 }

 .article-three figure .category {
     top: 35px;
     left: 35px;
     background-color: #eeddd3;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     line-height: 30px;
     padding: 0 16px;
     font-size: 13px;
     color: #212341
 }

 .article-three h2 {
     font-size: 16px;
     font-weight: 700;
     line-height: 30px;
     white-space: nowrap;
     overflow: hidden;
     -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
     text-align: center;
     margin-bottom: 36px
 }

 .article-three h2 a {
     color: #212341
 }

 .article-three h2 a:hover {
     color:  var(--theme-color)
 }

 .article-three .date {
     font-size: 11px;
     font-weight: 300;
     color: #2d365d;
     line-height: 39px;
     text-align: center;
     margin-left: 23px
 }

 .article-three .date span {
     width: 60px;
     height: 60px;
     background-color: #f8f9fb;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     line-height: 60px;
     font-size: 20px;
     font-weight: 300;
     color: #2d365d;
     margin: 0 auto;
     -webkit-box-shadow: 0 0 0 12px rgba(248, 249, 251, .5);
     -moz-box-shadow: 0 0 0 12px rgba(248, 249, 251, .5);
     box-shadow: 0 0 0 12px rgba(248, 249, 251, .5)
 }

 .article-three p {
     font-size: 13px;
     font-weight: 300;
     color: #47494c;
     line-height: 22px;
     height: 100px;
     overflow: hidden;
     padding: 15px 0 14px;
     border: solid #f5f3fc;
     border-width: 1px 0;
     margin:  0 15px  0 15px ;
 }

 .article-three:hover .date span {
     background-color: var(--theme-color);
     color: #fff
 }
