 input,
 button,
 select,
 textarea,
 .form-control {
     box-shadow: none !important;
     outline: none !important;
 }


 a {
     text-decoration: none;
 }

 a,
 button,
 input {
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 ul {
     list-style: none;
 }

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

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

 .form-control {
     text-align: right;
 }

 #search_results {}

 #search_results a {
     color: #000;
 }

 .input-field {
     position: relative;
     display: flex;
     align-items: center;
 }

 .input-field .form-control {
     padding-left: 45px;
 }

 .input-field .show-pass {
     position: absolute;
     left: 20px;
     color: var(--dark-gray);
     font-size: 14px;
 }

 .input-field a {
     font-weight: 500;
     color: var(--secondary-color);
 }

 .form-group label {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
 }



 .image-cover {
     display: flex;
     overflow: hidden;
     position: relative;
 }

 .image-cover img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .image-contain {
     display: flex;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     position: relative;
 }

 .image-contain img {
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
 }

 .empty-area {
     text-align: center;
     padding: 30px 0;
 }

 .empty-area .icon {
     width: 120px;
     margin-bottom: 10px;
 }

 #page {
     min-height: 100vh;
     display: flex;
     flex-direction: column;
     transition: all 0.3s ease-in-out;
     -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;
 }

 .section-div {
     padding: 20px;
     margin-bottom: 20px;
     background-color: #fff;
     border: 1px solid var(--border-color);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
 }

 .section-title {
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
     border-bottom: 1px dashed var(--border-color);
     position: relative;
     margin-bottom: 20px;
     padding-bottom: 10px;
     text-align: center;
     color: var(--primary-col);
     font-weight: bolder;
 }

 .section-title .icon {
     font-size: 20px;
     color: var(--primary-col);
 }

 .section-title .title {
     margin: auto;
     margin-bottom: auto;
     font-family: var(--ztc-family-font2);
     font-weight: 650;
     margin-bottom: 24px;
 }

 .section-down {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
     position: relative;
     margin: 20px auto;
     padding-bottom: 10px;
 }

 .section-down .controls {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     margin: 0 auto;
 }

 .section-down .controls .show-more {
     display: flex;
     align-items: center;
     gap: 5px;
     color: var(--primary-col);
     background-color: whitesmoke;
     padding: 7px 14px;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
 }

 .section-down .controls .show-more i {
     font-size: 14px;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
     margin: 4px 8px 0px 0px;
 }

 /*.section-down .controls .show-more:hover{*/
 .section-down .controls .show-more:hover i {
     color: var(--primary-col);
     transform: translateY(5px);
     -webkit-transform: translateY(5px);
     -moz-transform: translateY(5px);
     -ms-transform: translateY(5px);
     -o-transform: translateY(5px);
 }

 .input-thumbnail {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .input-thumbnail .thumbnail {
     height: 100%;
 }

 .input-thumbnail .thumbnail .thumb {
     display: none;
 }

 .input-thumbnail .thumbnail .image {
     width: 50px;
     height: 40px;
     border: 1px solid var(--border-color);
     padding: 5px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }

 .subtitle {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
     position: relative;
     margin-bottom: 20px;
 }

 .subtitle .title {
     margin-left: auto;
 }

 .btn-1 {
     padding: 10px 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     color: #fff;
     background: var(--liner-gradint);
     border: 1px solid var(--primary-col);
     border-radius: 4px;
 }

 .btn-1:hover {
     color: var(--primary-col);
     background: transparent;
     border-color: var(--primary-col);
     transition: 0.4s all ease-in;
 }

 .btn-2 {
     padding: 10px 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     color: var(--secondary-color);
     background-color: transparent;
     border: 1px solid var(--secondary-color);
     border-radius: 10px;
 }

 .btn-2:hover {
     color: #fff;
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 .btn-sm-1 {
     padding: 8px 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     font-weight: 600;
     gap: 10px;
     color: #fff;
     background-color: var(--primary-col);
     border: 1px solid var(--primary-col);
     border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
 }

 .btn-sm-1:hover {
     color: var(--primary-col);
     background-color: transparent;
     border-color: var(--primary-col);
 }

 .btn-sm-2 {
     padding: 8px 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 14px;
     font-weight: 600;
     gap: 10px;
     color: var(--secondary-color);
     background-color: transparent;
     border: 1px solid var(--secondary-color);
     border-radius: 6px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     -ms-border-radius: 6px;
     -o-border-radius: 6px;
 }

 .btn-sm-2:hover {
     color: #fff;
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 #inputGroup .notice {
     display: none;
     margin-top: 10px;
 }

 #inputGroup .notice.invalid-notice {
     color: #d71b15;
 }

 .invalid-input {
     border-color: #d71b15 !important;
 }

 .valid-input {
     border-color: #11a435 !important;
 }

 .input-1,
 .input-1:focus {
     padding: 10px 20px;
     color: var(--secondary-color);
     background-color: #fff;
     border: 1px solid var(--border-color);
     resize: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .breadcrumb-nav {
     padding: 15px 0;
     background-color: var(--light-gray);
     border-bottom: 1px solid var(--border-color);
 }

 .breadcrumb-nav .breadcrumb {
     margin: 0;
 }

 .breadcrumb-nav .breadcrumb .breadcrumb-item a {
     color: var(--secondary-color);
 }

 .breadcrumb-nav .breadcrumb .breadcrumb-item a:hover {
     text-decoration: underline;
 }

 .breadcrumb-nav .breadcrumb .breadcrumb-item.active {
     color: var(--dark-gray);
 }

 .empty-area {
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     text-align: center;
     height: 100%;
     display: none;
 }

 .empty-area i {
     color: var(--dark-gray);
     font-size: 50px;
     margin-bottom: 20px;
 }

 .empty-area .title {
     margin-bottom: 10px;
 }

 .pagination-nav {
     margin: 40px auto 0;
     width: fit-content;
 }

 .pagination-nav .pagination {
     gap: 10px;
 }

 .pagination-nav .pagination .page-link {
     width: 35px;
     height: 35px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: transparent;
     color: var(--secondary-color);
     border-color: var(--secondary-color);
     box-shadow: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .pagination-nav .pagination .page-link.active,
 .pagination-nav .pagination .page-link:hover {
     color: #fff;
     background-color: var(--primary-col);
     border-color: var(--primary-col);
 }

 /* splash */
 .splash-screen {
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 100;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.5s ease-in-out;
     -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;
 }

 .splash-screen.opened {
     visibility: visible;
     background-color: #fff;
 }

 .splash-screen.closed {
     visibility: hidden;
     opacity: 0;
     z-index: -10;
 }

 .splash-screen .logo {
     width: 100px;
     transition: all 0.3s ease-in-out;
     -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;
 }

 .splash-screen .logo svg {
     width: 100%;
 }

 /* toast */
 .toast {
     padding: 15px;
     border: none;
     display: flex;
     align-items: center;
     gap: 10px;
     width: fit-content;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .toast .toast-body {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-left: auto;
     padding: 0;
 }

 .toast.success {
     color: #fff;
     background-color: #14c38e;
 }

 .toast.warning {
     color: var(--secondary-color);
     background-color: #ffcd38;
 }

 .toast.error {
     color: #fff;
     background-color: #da1212;
 }

 .toast .close-btn {
     background-color: transparent;
     border: none;
     display: flex;
     padding: 0;
 }

 /* navbar */
 #navCategs {
     z-index: 5;
 }

 .navbar {
     border-bottom: 1px solid var(--border-color);
     padding: 0;
 }

 .navbar .navbar-brand {
     margin-left: 0;
 }

 .navbar .menuButton {
     color: var(--primary-col);
     font-size: 1.5rem;
     margin: 0 10px;
 }

 .navbar .search-form, #menu .search-form {
     display: flex;
     align-items: center;
     background-color: var(--light-gray);
     border: 5px solid var(--light-gray);
     flex: 1;
     margin: 0 100px;
     min-width: 200px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .navbar .search-form input, #menu .search-form input {
     padding: 0;
     background-color: transparent;
     border: none;
     flex: 1;
     padding-right: 10px;
     padding-left: 10px;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
 }

 .navbar .search-form .search-btn, #menu .search-form .search-btn {
     padding: 0;
     width: 40px;
     height: 40px;
     color: #fff;
     background-color: var(--secondary-color);
     border: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .navbar .nav-links {
     display: flex;
     align-items: center;
 }

 .navbar .nav-links li .nav-link {
     color: var(--secondary-color);
     padding: 25px 15px;
 }

 .navbar .nav-links li .nav-link::after,
 .categs-bar .owl-carousel .item .dropdown-toggle::after {
     display: none;
 }

 .navbar .dropdown .dropdown-menu {
     padding: 20px;
     border: 1px solid var(--border-color);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 @media all and (min-width: 992px) {
     .navbar .dropdown .dropdown-menu {
         left: 0;
         margin-top: 0;
     }
 }

 .navbar .dropdown.notfs-drop .dropdown-menu {
     width: 30vw;
     max-height: 70vh;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu.show {
     display: flex;
     flex-direction: column;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu .menu-head {
     background-color: #fff;
     border-bottom: 1px solid var(--border-color);
     padding-bottom: 20px;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu .notfs-list {
     overflow: auto;
     flex: 1;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu .notfs-list::-webkit-scrollbar {
     width: 5px;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu .notfs-list::-webkit-scrollbar-track {
     background: transparent;
 }

 .navbar .dropdown.notfs-drop .dropdown-menu .notfs-list::-webkit-scrollbar-thumb {
     background: var(--secondary-color);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
 }

 .notification-card {
     color: var(--secondary-color) !important;
     padding: 20px;
     margin-bottom: 20px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .notification-card:hover {
     background-color: var(--light-gray);
 }

 .notification-card {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     margin-left: auto;
 }

 .notification-card .unread-dot {
     width: 7px;
     height: 7px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .notification-card.unread .unread-dot {
     background-color: var(--secondary-color);
 }

 .notification-card .icon {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary-col);
     background-color: var(--border-color);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .notification-card .text {
     flex: 1;
 }

 .notification-card .text .msg {
     color: var(--dark-gray);
     display: -webkit-box;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .notification-card .date {
     font-weight: 500;
     font-size: 12px;
 }

 .navbar .dropdown:not(.notfs-drop) .dropdown-menu li:not(:last-of-type) {
     margin-bottom: 10px;
 }

 .navbar .dropdown:not(.notfs-drop) .dropdown-menu .dropdown-item {
     padding: 5px 20px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 5px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .navbar .dropdown:not(.notfs-drop) .dropdown-menu .dropdown-item:hover {
     background-color: var(--light-gray);
 }

 .navbar .dropdown:not(.notfs-drop) .dropdown-menu .dropdown-item.active {
     color: var(--primary-col);
     background-color: var(--secondary-color);
 }

 .navbar .dropdown.langs-drop .dropdown-menu .dropdown-item.active::after {
     content: "\f00c";
     font-family: "Font Awesome 5 Pro";
     font-size: 12px;
 }

 /* categs-bar */
 .categs-bar {
     padding: 5px;
 }


 .swiper-slide {
     text-align: center;
     position: unset;
     width: auto;
 }

 #menu .nav-item {
     border-bottom: 1px solid var(--light-gray);
     font-weight: 700;
     text-align: center;
 }

 #menu .navbar-nav .nav-link {
     color: var(--secondary-color);
 }

 #navCategs {
     position: relative;
 }

 .categs-bar .categs-carousel .dropdownHover {
     display: flex;
     align-items: center;
     color: var(--secondary-color);
     outline: none;
     border: none;
 }

 .categs-bar .categs-carousel .dropdownHover .categ-card {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 10px 20px;
     background-color: var(--light-gray);
     border: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     color: var(--secondary-color);
 }

 .categs-bar .categs-carousel .dropdownHover .categ-card i {
     color: var(--primary-col);
 }

 #navCategs .categ-menu {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     background-color: #fff;
     border-top: 1px solid var(--border-color);
     border-bottom: 1px solid var(--border-color);
     padding: 20px 0;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
 }

 #navCategs .categ-menu .menu-content {
     display: none;
 }

 #navCategs .categ-menu .menu-title {
     margin-bottom: 10px;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 #navCategs .categ-menu .main-menu-links {
     background-color: var(--light-gray);
     padding: 10px 20px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 #navCategs .categ-menu .main-menu-links li:not(:last-of-type) {
     padding-left: 10px;
     border-left: 1px solid var(--border-color);
 }

 #navCategs .categ-menu a {
     color: var(--secondary-color);
 }

 #navCategs .categ-menu a:hover {
     color: var(--primary-col);
 }

 #navCategs .categ-menu .menu-list li:not(:last-of-type) {
     margin-bottom: 10px;
 }

 #navCategs .categ-menu .menu-list li a {
     display: flex;
     align-items: center;
     gap: 5px;

 }

 #navCategs .categ-menu .menu-list li a i {
     font-size: 12px;
     margin-left: -10.5px;
     opacity: 0;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 #navCategs .categ-menu .menu-list li a:hover i {
     margin: 0;
     opacity: 1;
 }

 /* catg-slider */
 .categs-carousel .owl-stage {
     width: 100% !important;
 }

 /* main-slider */
 .main-slider,
 .main-slider .main-carousel,
 .main-slider .owl-stage-outer,
 .main-slider .owl-stage,
 .main-slider .owl-item,
 .main-slider .item {
     height: 100dvh !important;
 }

 .main-slider .item {
     background: linear-gradient(45deg, #fff1a5, #fff);
     margin: 0 auto;
 }

 .main-slider .item img {
     width: 90%;
 }

 .main-slider .item .title {
     margin-bottom: 30px;
     color: var(--primary-col);
     font-weight: 750;
 }

 .main-slider .item .text {
     margin-bottom: 30px;
 }

 .main-slider .item .btn-1 {
     width: fit-content;
 }

 .main-slider .shadow-bg {
     background: #23232396;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
 }

 .main-slider .slider-absolute {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     text-align: center;
     color: #fff;
 }

 .main-slider .main-carousel .owl-dots {
     margin-top: 0 !important;
     position: absolute;
     width: 100%;
     bottom: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
 }

 .main-slider .main-carousel .owl-dots .owl-dot span {
     width: 24px;
     height: 4px;
     margin: 0;
     background-color: var(--primary-col);
     opacity: 0.5;
     border-radius: 1px;
 }

 .main-slider .main-carousel .owl-dots .owl-dot.active span {
     opacity: 1;
 }

 /* hot-offers */
 .product-card {
     position: relative;
     background: linear-gradient(90deg, rgba(186, 142, 33, 0.33) 0%, rgba(77, 76, 76, 0.29) 100%);
     border: 1px solid var(--border-color);
     overflow: hidden;
     margin-bottom: 26px;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     filter: drop-shadow(-4px 4px 13px #23232350)
 }

 .product-card .discount-badge {
     position: absolute;
     top: 3%;
     left: 58%;
     text-align: center;
     display: flex;
     align-items: center;
     gap: 7px;
     padding: 5px 7px;
     z-index: 9;
     color: white;
     background: var(--liner-gradint);
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
 }

 .product-card .image {
     margin-bottom: 0px;
     border-bottom: 1px solid var(--border-color);
     overflow: hidden;
 }

 .product-card .content {
     padding: 10px 20px;
 }

 .product-card .content .category {
     color: var(--dark-gray);
     margin-bottom: 10px;
     display: block;
 }

 .product-card .content .name {
     display: block;
     color: var(--primary-col);
     margin-bottom: 10px;
 }

 .product-card .content .name h6 {
     line-height: 1.5;
 }

 .product-card .content .qty {
     display: flex;
     align-items: center;
     gap: 5px;
     color: var(--dark-gray);
     margin-bottom: 10px;
 }

 .product-card .content .qty span {
     color: #007924;
 }

 .product-card .content .price-ctrls {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
 }

 .product-card .content .price {
     display: flex;
     align-items: center;
     gap: 3px;
     color: var(--bs-gray);
     margin-left: auto;
 }

 .product-card .content .price .new {
     color: var(--primary-col);
 }

 .product-card .content .price .old {
     text-decoration: line-through;
 }

 .product-card .content .ctrls {
     display: flex;
     align-items: center;
     overflow: hidden;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
 }

 .product-card .content .ctrls .ctrl-btn {
     width: 36px;
     height: 36px;
     background-color: transparent;
     border: none;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     -ms-border-radius: 4px;
     -o-border-radius: 4px;
     border: 1px solid var(--primary-col);
 }

 .product-card .content .ctrls button {
     color: var(--primary-col);
     position: absolute;
     top: 7px;
     z-index: 999;
     left: 6px;
 }

 .product-card .content .ctrls a.ctrl-btn {
     color: var(--primary-col);
 }

 .product-card .content .ctrls .ctrl-btn:hover,
 .product-card .content .ctrls .ctrl-btn.active {
     color: #fff;
     background-color: var(--primary-col) !important;
 }

 .product-card .content .ctrls .ctrl-btn i {
     transition: font-weight 0.3s linear;
     -webkit-transition: font-weight 0.3s linear;
     -moz-transition: font-weight 0.3s linear;
     -ms-transition: font-weight 0.3s linear;
     -o-transition: font-weight 0.3s linear;
 }

 .product-card .content .ctrls .ctrl-btn:hover i,
 .product-card .content .ctrls .ctrl-btn.active i {
     font-weight: 600;
 }

 .prods-carousel .owl-nav {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-top: 10px;
 }

 .prods-carousel .owl-nav button,
 .product-card .image .prod-img-preview .owl-nav button {
     width: 30px;
     height: 30px;
     margin: 0 !important;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 12px !important;
     color: #fff !important;
     background: var(--primary-col) !important;
     border: 1px solid var(--primary-col) !important;
     border-radius: 10px !important;
     -webkit-border-radius: 10px !important;
     -moz-border-radius: 10px !important;
     -ms-border-radius: 10px !important;
     -o-border-radius: 10px !important;
 }

 .prods-carousel .owl-nav {
     position: absolute;
     top: 50%;
     width: 100%;
 }

 .owl-carousel .owl-nav button.owl-prev {
     position: absolute;
     right: 0;
 }

 .owl-carousel .owl-nav button.owl-next {
     position: absolute;
     left: 0;
 }

 .prods-carousel .owl-nav button:hover,
 .product-card .image .prod-img-preview .owl-nav button:hover {
     color: var(--primary-col) !important;
     background-color: var(--secondary-color) !important;
 }

 .product-card .image .owl-carousel,
 .product-card .image .owl-carousel .owl-stage-outer,
 .product-card .image .owl-carousel .owl-stage,
 .product-card .image .owl-carousel .owl-item,
 .product-card .image .owl-carousel .owl-item .item,
 .product-card .image .owl-carousel .owl-item .item .image-contain {
     height: 100%;
 }

 .product-card .image .prod-img-preview .owl-nav {
     top: 100%;
     position: absolute;
     margin: 0;
     opacity: 0;
     transform: translateY(50%);
     -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
     -ms-transform: translateY(50%);
     -o-transform: translateY(50%);
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .product-card:hover .image .prod-img-preview .owl-nav {
     opacity: 1;
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
 }

 .product-card .image .prod-img-preview .owl-nav button {
     width: 25px;
     height: 25px;
     border-radius: 8px !important;
     -webkit-border-radius: 8px !important;
     -moz-border-radius: 8px !important;
     -ms-border-radius: 8px !important;
     -o-border-radius: 8px !important;
 }

 .product-card .image .prod-img-preview .owl-nav button.disabled {
     display: none;
 }

 .prod-card-special {
     height: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: space-between;
     text-align: center;
     gap: 20px;
     padding: 30px;
     border-color: var(--border-color);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .prod-card-special .title-sale {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     width: 100%;
     margin-bottom: 20px;
 }

 .prod-card-special .image {
     width: 100%;
 }

 .prod-card-special .image-content img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 .prod-card-special .prod-name {
     color: var(--text-color);
 }

 .prod-card-special .end-date .nums-cards {
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     gap: 20px;
 }

 .prod-card-special .end-date .nums-cards .num-card {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
 }

 .prod-card-special .end-date .nums-cards .num-card .num {
     flex: 1;
     min-width: max-content;
     background-color: var(--dark-gray);
     text-align: center;
     padding: 5px 15px;
     position: relative;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }

 .prod-card-special .end-date .nums-cards .num-card:not(:last-of-type) .num::after {
     content: ":";
     display: block;
     position: absolute;
     top: 50%;
     left: calc(100% + 10px);
     line-height: 1;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
 }

 .prod-card-special .end-date .labels {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 20px;
     width: 100%;
 }

 .prod-card-special .price {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 5px;
     color: var(--secondary-color);
     font-weight: 600;
 }

 .prod-card-special .price .original {
     color: var(--second-text-color);
     text-decoration: line-through;
     font-size: 14px;
 }

 .prod-card-special .sale-badge {
     color: #fff;
     background-color: #ff7701;
     width: 60px;
     font-size: 14px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 3px;
     font-weight: 600;
     overflow: hidden;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }





 /* site-features */
 .site-features {
     overflow: hidden;
     border: 1px solid var(--border-color);
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
 }

 .site-features .feature-card {
     flex: 1;
 }

 .site-features .feature-card a {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     padding: 20px;
     color: var(--secondary-color);
 }

 .site-features .feature-card a:hover {
     color: var(--primary-col);
     background-color: var(--secondary-color);
 }

 .site-features .feature-card a i {
     font-size: 35px;
 }

 .site-features .feature-card a .content .text {
     color: var(--dark-gray);
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .site-features .feature-card a:hover .content .text {
     color: var(--primary-col);
 }

 /* modals */
 /* cart-modal */
 .cart-modal .modal-body {
     padding-bottom: 20px;
 }

 .cart-modal .wrap-modal-slider {
     padding: 0 30px;
     opacity: 0;
     transition: all 0.3s;
 }

 .cart-modal .wrap-modal-slider.open {
     opacity: 1;
 }

 .cart-modal .modal-dialog .modal-content {
     border: none;
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
 }

 .cart-modal .modal-dialog .modal-content .modal-header {
     border: none;
     padding: 20px 30px;
 }

 .cart-modal .modal-dialog .modal-content .modal-header .close-btn {
     background-color: transparent;
     border: none;
     display: flex;
     color: var(--secondary-color);
 }

 .cart-modal .modal-dialog .modal-content .modal-header .close-btn:hover {
     color: var(--primary-col);
 }

 .product-carousel-preview .slider-for {
     padding: 20px;
     margin-bottom: 20px;
     border: 1px solid var(--border-color);
     overflow: hidden;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-carousel-preview .slider-nav .slick-slide {
     padding: 0 10px;
 }

 .product-carousel-preview .slider-nav .slick-slide>div {
     padding: 20px;
     border: 1px solid var(--border-color);
     overflow: hidden;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-carousel-preview .slider-nav .slick-prev,
 .product-carousel-preview .slider-nav .slick-next {
     display: flex;
     align-items: center;
     justify-content: center;
     width: 30px;
     height: 30px;
     background-color: #fff;
     border: 1px solid var(--secondary-color);
     z-index: 1;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .product-carousel-preview .slider-nav .slick-next {
     left: -6px;
 }

 .product-carousel-preview .slider-nav .slick-prev {
     right: -6px;
     z-index: 1;
 }

 .product-carousel-preview .slider-nav .slick-prev::before {
     content: "\f054";
     font-family: "Font Awesome 5 Pro";
     color: var(--secondary-color);
     font-size: 14px;
 }

 .product-carousel-preview .slider-nav .slick-next::before {
     content: "\f053";
     font-family: "Font Awesome 5 Pro";
     color: var(--secondary-color);
     font-size: 14px;
 }

 .product-details-div .main-info {
     padding-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 1px dotted var(--border-color);
 }

 .product-details-div .name-fav {
     display: flex;
     gap: 10px;
     margin-bottom: 10px;
 }

 .product-details-div .name-fav .name {
     flex: 1;
 }

 .product-details-div .name-fav .favourite-btn {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     border: 1px solid var(--border-color);
     border-radius: 50px;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -ms-border-radius: 50px;
     -o-border-radius: 50px;
 }

 .product-details-div .name-fav .favourite-btn:hover i,
 .product-details-div .name-fav .favourite-btn.active i {
     color: #d71b15;
     font-weight: 600;
 }

 .product-details-div .sku {
     color: var(--dark-gray);
     display: block;
     margin-bottom: 10px;
 }

 .prod-rate {
     display: flex;
     align-items: center;
     gap: 5px;
     font-size: 14px;
     margin-bottom: 10px;
 }

 .prod-rate .yel-str {
     color: #ffcd38;
 }

 .prod-rate .str {
     color: var(--border-color);
 }

 .product-details-div .stock {
     display: flex;
     align-items: center;
     gap: 5px;
     display: block;
     margin-bottom: 20px;
 }

 .product-details-div .stock span {
     color: #008d1c;
 }

 .product-details-div .pord-desc {
     margin-bottom: 20px;
 }

 .product-details-div .pord-desc p {
     color: var(--dark-gray);
 }

 .product-details-div .price {
     font-weight: 600;
 }

 .product-details-div .attributes {
     margin-bottom: 40px;
 }

 .product-details-div .attributes>li {
     margin-bottom: 20px;
 }

 .product-details-div .attributes .attr-title {
     margin-bottom: 15px;
 }

 .product-details-div .attributes li ul {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
 }

 .product-details-div .attributes li ul .size-opt {
     color: var(--secondary-color);
     background-color: transparent;
     border-color: var(--secondary-color);
     padding: 3px 15px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-details-div .attributes li ul input[type="radio"]:checked~label {
     box-shadow: none;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .product-details-div .attributes li ul input[type="radio"]:checked~.size-opt,
 .product-details-div .attributes li ul input[type="radio"]:hover~.size-opt {
     color: var(--primary-col);
     background-color: var(--secondary-color);
 }

 .product-details-div .attributes li ul .color-opt {
     width: 25px;
     height: 25px;
     background-color: red;
     border: 3px solid #fff;
     outline: 1px solid var(--border-color);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .product-details-div .attributes li ul input[type="radio"]:checked~.color-opt,
 .product-details-div .attributes li ul input[type="radio"]:hover~.color-opt {
     outline-color: var(--secondary-color);
 }

 .product-details-div .cart-btns {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
 }

 .product-details-div .cart-btns .qty-input {
     display: flex;
     align-items: center;
     gap: 5px;
     background-color: var(--light-gray);
     border: 1px solid var(--border-color);
     padding: 10px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-details-div .cart-btns .qty-input button {
     background-color: transparent;
     border: none;
     color: var(--secondary-color);
     font-size: 14px;
 }

 .product-details-div .cart-btns .qty-input button:disabled {
     opacity: 0.5;
 }

 .product-details-div .cart-btns .qty-input input {
     background-color: transparent;
     border: none;
     padding: 0;
     text-align: center;
     width: 50px;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
 }

 .product-details .details-title {
     margin-bottom: 15px;
 }

 .product-details .specs ul li {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     margin-bottom: 15px;
 }

 .product-details .specs ul li h6 {
     margin-left: auto;
     color: var(--dark-gray);
 }

 .product-details .comments .comments-list {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .product-details .comments .main-comment:not(:last-of-type) {
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .product-details .comments .main-comment .comment-card:not(:last-of-type) {
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .product-details .comments .main-comment .comment-card .image-name {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 15px;
 }

 .product-details .comments .main-comment .comment-card .image-name .image {
     width: 60px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-details .comments .main-comment .comment-card .image-name .name-rate {
     flex: 1;
 }

 .product-details .comments .main-comment .comment-card .image-name .name-rate .name {
     margin-bottom: 10px;
 }

 .product-details .comments .main-comment .comment-card .image-name .name-rate .prod-rate {
     margin-bottom: 0;
 }

 .product-details .comments .main-comment .comment-card .image-name .like-btn {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     border: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-details .comments .main-comment .comment-card .image-name .like-btn:hover i {
     color: var(--primary-col);
     font-weight: 600;
 }

 .product-details .comments .main-comment .comment-card .comment-txt {
     margin-bottom: 20px;
 }

 .product-details .comments .main-comment .comment-card .reply-date {
     display: flex;
     align-items: center;
     gap: 10px;
 }

 .product-details .comments .main-comment .comment-card .reply-date .reply-btn {
     background-color: transparent;
     border: none;
     display: flex;
     align-items: center;
     gap: 5px;
     margin-left: auto;
     padding: 5px 10px;
     background-color: var(--light-gray);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-details .comments .main-comment .comment-card .reply-date .reply-btn i {
     font-size: 14px;
 }

 .product-details .comments .main-comment .comment-card .date {
     color: var(--dark-gray);
 }

 .product-details .comments .main-comment .comment-card.reply {
     padding-right: 70px;
 }

 .product-details .comments .main-comment .comment-card.reply .name-reply {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 5px;
 }

 .product-details .comments .main-comment .comment-card.reply .name-reply .name {
     margin-bottom: 0;
 }

 .product-details .comments .main-comment .comment-card.reply .name-reply .reply-to {
     color: var(--dark-gray);
 }

 .product-details .comments .add-comment .my-rate {
     display: flex;
     align-items: center;
     gap: 5px;
     margin-bottom: 15px;
 }

 /* offcanvas */
 /* cart-offcanvas */
 .offcanvas {
     z-index: 1055;
 }

 .cart-offcanvas {
     width: 500px;
 }

 .cart-offcanvas .offcanvas-header {
     border-bottom: 1px solid var(--border-color);
     padding: 20px;
 }

 .cart-offcanvas .offcanvas-header button {
     background-color: transparent;
     border: none;
     line-height: 0;
 }

 .cart-offcanvas .offcanvas-header button:hover {
     color: var(--primary-col);
 }

 .cart-offcanvas .offcanvas-body {
     padding: 40px 20px;
 }

 .cart-offcanvas .offcanvas-body::-webkit-scrollbar {
     width: 5px;
 }

 .cart-offcanvas .offcanvas-body::-webkit-scrollbar-track {
     background: transparent;
 }

 .cart-offcanvas .offcanvas-body::-webkit-scrollbar-thumb {
     background: var(--secondary-color);
     border-radius: 2px;
     -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
     -ms-border-radius: 2px;
     -o-border-radius: 2px;
 }

 .cart-offcanvas .offcanvas-footer {
     border-top: 1px solid var(--border-color);
     padding: 20px;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 20px;
 }

 .cart-offcanvas .offcanvas-footer a {
     flex: 1;
 }

 .product-card-1 {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 30px;
 }

 .product-card-1 .image {
     width: 100px;
     padding: 10px;
     border: 1px solid var(--border-color);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-card-1 .content {
     flex: 1;
 }

 .product-card-1 .content .name-remove {
     display: flex;
     align-items: center;
     gap: 15px;
 }

 .product-card-1 .content .name {
     color: var(--secondary-color);
     margin-left: auto;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
 }

 .product-card-1 .content .ctrl-btn {
     background-color: transparent;
     border: none;
 }

 .product-card-1 .content .ctrl-btn .remove-btn {
     width: 35px;
     height: 35px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-color: var(--light-gray);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-card-1 .content .attrs {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 5px;
     margin-bottom: 5px;
 }

 .product-card-1 .content .attrs li {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .product-card-1 .content .attrs li:not(:last-of-type)::after {
     content: "/";
 }

 .product-card-1 .content .attrs li .color-palette {
     width: 15px;
     height: 15px;
     background-color: var(--primary-col);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .product-card-1 .content .attrs li small {
     color: var(--dark-gray);
 }

 .product-card-1 .content .price {
     display: flex;
     margin-bottom: 5px;
 }

 .product-card-1 .content .qty-total {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 5px;
 }

 .product-card-1 .content .qty-total .qty-input {
     display: flex;
     align-items: center;
     gap: 5px;
     background-color: var(--light-gray);
     border: 1px solid var(--border-color);
     padding: 5px 10px;
     margin-left: auto;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-card-1 .content .qty-total .qty-input button {
     background-color: transparent;
     border: none;
     color: var(--secondary-color);
     font-size: 14px;
 }

 .product-card-1 .content .qty-total .qty-input button:disabled {
     opacity: 0.5;
 }

 .product-card-1 .content .qty-total .qty-input input {
     background-color: transparent;
     border: none;
     padding: 0;
     text-align: center;
     width: 50px;
     line-height: 0;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
 }

 .product-card-1 .content .qty-total .prod-total {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .product-card-2 {
     display: flex;
     align-items: stretch;
     gap: 10px;
     margin-bottom: 30px;
     background-color: #fff;
 }

 .product-card-2 .image {
     width: 70px;
     padding: 10px;
     border: 1px solid var(--border-color);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .product-card-2 .content {
     flex: 1;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 10px;
     flex-wrap: wrap;
 }

 .product-card-2 .content .name {
     color: var(--secondary-color);
     margin-bottom: 5px;
     display: block;
 }

 .product-card-2 .content .price {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .product-card-2 .content .price .new {
     font-weight: 500;
 }

 .product-card-2 .content .price .qty {
     display: flex;
     align-items: center;
     color: var(--dark-gray);
 }

 .product-card-2 .content .attrs {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 5px;
     font-weight: 400;
     color: var(--dark-gray);
 }

 .product-card-2 .content .attrs li {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .product-card-2 .content .attrs li:not(:last-of-type)::after {
     content: "/";
 }

 .product-card-2 .content .attrs li .color-palette {
     width: 15px;
     height: 15px;
     background-color: var(--primary-col);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .product-card-1 .content .attrs li small {
     color: var(--dark-gray);
 }

 /* footer */
 footer {
     padding-top: 70px;
     background-color: var(--light-gray);
     overflow: hidden;
 }

 footer .footer-title {
     padding-bottom: 15px;
     margin-bottom: 20px;
     position: relative;
 }

 footer .footer-title::after {
     content: "";
     position: absolute;
     bottom: 0;
     right: 0;
     width: 50px;
     height: 2px;
     background-color: var(--primary-col);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 footer .footer-list li:not(:last-of-type) {
     margin-bottom: 15px;
 }

 footer .footer-list li a {
     display: flex;
     align-items: center;
     gap: 5px;
     color: var(--secondary-color);
 }

 footer .footer-list li a:hover {
     color: var(--primary-col);
     font-weight: bolder;
     margin: 10px;
 }

 footer .footer-list li a i {
     font-size: 12px;
     margin-left: -10px;
     opacity: 0;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 footer .footer-list li a:hover i {
     opacity: 1;
     margin: 0;
 }

 footer .site-details .logo {
     width: 150%;
     margin-bottom: 20px;
 }

 footer .social {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
 }

 footer .social a {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--primary-col) !important;
     background-color: transparent;
     border-radius: 10px;
     -webkit-border-radius: 6px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     border: 1px solid var(--primary-col);
 }

 footer .social a:hover {
     background-color: var(--primary-col);
 }

 footer .social a:hover i {
     color: #fefefe;
 }

 footer .rights {
     color: #fff;
     background-color: var(--secondary-color);
     padding: 5px 0;
 }

 footer .rights i.fa-heart {
     font-size: 10px;
     margin: 0 5px;
 }

 footer .rights .made-with {
     display: flex;
     align-items: center;
 }

 footer .rights .made-with a {
     color: #fff;
 }

 footer .rights .logo-div {
     position: relative;
     width: 60px;
     height: 60px;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 15px;
     margin-left: 10px;
 }

 footer .rights .logo-div .waitbuzz-logo {
     width: 100%;
     z-index: 3;
 }

 footer .rights .logo-div .img1,
 footer .rights .logo-div .img2 {
     position: absolute;
     height: 54px;
     width: 45px;
 }

 footer .rights .logo-div .img1 {
     z-index: 2;
 }

 footer .rights .logo-div .img2 {
     z-index: 1;
 }

 footer .rights .logo-div .img1 img {
     width: 100%;
     animation: rotateRight 15s linear infinite;
     -webkit-animation: rotateRight 15s linear infinite;
 }

 footer .rights .logo-div .img2 img {
     width: 100%;
     animation: rotateLeft 15s linear infinite;
     -webkit-animation: rotateLeft 15s linear infinite;
 }

 @keyframes rotateRight {
     form {
         transform: rotate(0);
         -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
         -ms-transform: rotate(0);
         -o-transform: rotate(0);
     }

     to {
         transform: rotate(360deg);
         -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
     }
 }

 @keyframes rotateLeft {
     form {
         transform: rotate(0);
         -webkit-transform: rotate(0);
         -moz-transform: rotate(0);
         -ms-transform: rotate(0);
         -o-transform: rotate(0);
     }

     to {
         transform: rotate(-360deg);
         -webkit-transform: rotate(-360deg);
         -moz-transform: rotate(-360deg);
         -ms-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
     }
 }

 footer .rights .waitbuzz {
     color: #fff;
     margin-left: 10px;
 }

 /* shopping-cart */
 .shopping-cart-page {
     background-color: #f9f9f9;
 }

 .address-opt {
     padding: 10px 20px;
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .address-opt .check-icon {
     margin-left: -14px;
     opacity: 0;
     width: 0;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .address-opt:hover {
     color: var(--secondary-color);
     background-color: var(--primary-col);
 }

 .address-opt:hover .check-icon,
 .btn-check:checked~.address-opt .check-icon {
     margin-left: 0;
     opacity: 1;
     width: 14px;
 }

 .btn-check:checked~.address-opt {
     background-color: var(--primary-col);
 }

 .section-div#shippingEstimateDiv,
 .section-div#summaryDiv {
     display: none;
 }

 .section-div .summary-list li {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     margin-bottom: 20px;
 }

 .section-div .summary-list li.total {
     padding-top: 20px;
     border-top: 1px solid var(--border-color);
 }

 .section-div .summary-list li .title {
     margin-left: auto;
     color: var(--dark-gray);
 }

 /* payment */
 .payment-page {
     background-color: #f9f9f9;
 }

 .payment-page .accordion-item {
     border: none;
     border-radius: 10px !important;
     -webkit-border-radius: 10px !important;
     -moz-border-radius: 10px !important;
     -ms-border-radius: 10px !important;
     -o-border-radius: 10px !important;
 }

 .payment-page .accordion-item:not(:last-of-type) {
     margin-bottom: 20px;
 }

 .payment-page .accordion-item .accordion-button {
     padding: 0;
     overflow: hidden;
     background-color: #fff;
     border: 1px solid var(--light-gray);
     border-radius: 10px !important;
     -webkit-border-radius: 10px !important;
     -moz-border-radius: 10px !important;
     -ms-border-radius: 10px !important;
     -o-border-radius: 10px !important;
 }

 .payment-page .accordion-item .accordion-button::after {
     display: none;
 }

 .payment-page .accordion-item .accordion-button:not(.collapsed) {
     color: var(--secondary-color);
     background-color: #fff;
 }

 .payment-page .accordion-item .accordion-button .form-check {
     width: 100%;
     padding: 0 20px;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .payment-page .accordion-item .accordion-button .form-check .form-check-input {
     margin: 0;
 }

 .payment-page .accordion-item .accordion-button .form-check .form-check-input:checked {
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 .payment-page .accordion-item .accordion-button .form-check label {
     flex: 1;
     padding: 20px 0;
 }

 /* account-dashboard */
 .account-dashboard-page {
     background-color: #f9f9f9;
 }

 .account-dashboard-page .dashboard-list ul:not(:last-of-type) {
     margin-bottom: 30px;
 }

 .account-dashboard-page .dashboard-list ul li:not(:last-of-type) {
     margin-bottom: 15px;
 }

 .account-dashboard-page .dashboard-list ul li a {
     display: flex;
     align-items: center;
     gap: 10px;
     color: var(--secondary-color);
     padding-right: 10px;
     border-right: 2px solid transparent;
 }

 .account-dashboard-page .dashboard-list ul li a i {
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--dark-gray);
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .account-dashboard-page .dashboard-list ul li a:hover,
 .account-dashboard-page .dashboard-list ul li a.active {
     border-color: var(--primary-col);
     color: var(--primary-col);
 }

 .account-dashboard-page .dashboard-list ul li a:hover i,
 .account-dashboard-page .dashboard-list ul li a.active i {
     color: var(--primary-col);
 }

 .account-dashboard-page .account-info .image-name {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .account-dashboard-page .account-info .image-name .image {
     width: 60px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .account-dashboard-page .account-info .image-name .text .name {
     margin-bottom: 5px;
 }

 .account-dashboard-page .account-info .image-name .text .date {
     display: flex;
     align-items: center;
     gap: 5px;
     color: var(--dark-gray);
 }

 .account-dashboard-page .edit-profile .profile-img {
     width: 100px;
     position: relative;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .account-dashboard-page .edit-profile .profile-img .uploader-div {
     position: absolute;
     bottom: -6px;
     left: -8px;
     z-index: 1;
 }

 .account-dashboard-page .edit-profile .profile-img .uploader-div .uploader-input {
     overflow: hidden;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     border: 2px solid #fff;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .account-dashboard-page .edit-profile .profile-img .uploader-div .uploader-input input[type="file"] {
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     opacity: 0;
 }

 .account-dashboard-page .edit-profile .profile-img .image {
     width: 100%;
     height: 100%;
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .account-dashboard-page .edit-profile .profile-img .image .uploaded-img {
     border: 2px solid var(--secondary-color);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .stats-card {
     padding: 20px;
     margin-bottom: 20px;
     color: var(--secondary-color) !important;
     background-color: #fff;
     border: 1px solid var(--border-color);
     display: block;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .stats-card .num {
     color: var(--primary-col);
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 10px;
 }

 .account-dashboard-page .more-info .title {
     color: var(--dark-gray);
     margin-bottom: 5px;
     display: block;
 }

 .address-card,
 .payment-card {
     background-color: #fff;
     padding: 20px;
     margin-bottom: 20px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .payment-card .image {
     width: 50px;
     height: 30px;
     border: 1px solid var(--border-color);
     padding: 5px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }

 .address-card .ctrls,
 .payment-card .ctrls {
     display: flex;
     align-items: center;
     gap: 10px;
     width: fit-content;
 }

 .address-card .ctrls .ctrl-btn,
 .payment-card .ctrls .ctrl-btn {
     width: 35px;
     height: 35px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     border: none;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .address-card .ctrls .ctrl-btn.remove,
 .payment-card .ctrls .ctrl-btn.remove {
     color: #d71b15;
 }

 .orders-table-div {
     overflow: hidden;
     overflow-x: auto;
 }

 .orders-table-div .table th,
 .orders-table-div .table td {
     white-space: nowrap;
 }

 .orders-table-div .table thead th {
     padding: 20px;
     color: var(--dark-gray);
 }

 .orders-table-div .table tbody tr .order-cell {
     padding: 20px;
     background-color: #fff;
 }

 .orders-table-div .table tbody tr .order-cell:first-of-type {
     border-top-right-radius: 20px;
     border-bottom-right-radius: 20px;
 }

 .orders-table-div .table tbody tr .order-cell:last-of-type {
     border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
 }

 .orders-table-div .table tbody tr {
     border: 6px solid #f9f9f9;
     outline: 1px solid #f9f9f9;
 }

 .orders-table-div .table tbody .empty-area-parent {
     padding: 0;
     border: none;
     outline: none;
 }

 .orders-table-div .table tbody .empty-area-parent td {
     padding: 0;
 }

 .orders-table-div .table tbody tr .order-cell .status {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .orders-table-div .table tbody tr .order-cell .status::before {
     content: "";
     width: 10px;
     height: 10px;
     background-color: #202020a3;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
 }

 .orders-table-div .table tbody tr .order-cell .status.success::before {
     background-color: #02b290;
 }

 .orders-table-div .table tbody tr .order-cell .status.pending::before {
     background-color: #f6c723;
 }

 .orders-table-div .table tbody tr .order-cell .status.canceled::before {
     background-color: #dc3d3d;
 }

 .orders-table-div .table tbody tr .order-cell .ctrl-btn {
     margin-right: auto;
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: #20202008;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .account-dashboard-page .order-main-info {
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     gap: 10px;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .account-dashboard-page .order-main-info li {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .account-dashboard-page .order-main-info li .title {
     color: var(--dark-gray);
 }

 .account-dashboard-page .order-steps {
     display: flex;
     align-items: center;
     justify-content: space-evenly;
     padding: 0 70px;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .account-dashboard-page .order-steps .step {
     position: relative;
     display: flex;
     align-items: center;
 }

 .account-dashboard-page .order-steps .step .icon {
     width: 80px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 25px;
     color: var(--secondary-color);
     background-color: var(--light-gray);
     position: relative;
     border-radius: 100px;
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     -ms-border-radius: 100px;
     -o-border-radius: 100px;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .account-dashboard-page .order-steps hr {
     flex: 1;
     height: 3px;
     background-color: var(--light-gray);
     opacity: 1;
     margin: 0;
 }

 .account-dashboard-page .order-steps hr.completed {
     background-color: var(--secondary-color);
 }

 .account-dashboard-page .order-steps .step.completed .icon {
     color: var(--primary-col);
     background-color: var(--secondary-color);
 }

 .account-dashboard-page .order-steps .step.completed .icon::before {
     content: "\f00c";
     font-family: "Font Awesome 5 Pro";
     font-size: 12px;
     position: absolute;
     top: 0;
     right: 0;
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: var(--secondary-color);
     background-color: var(--primary-col);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .account-dashboard-page .order-more-info .status {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .account-dashboard-page .order-more-info .status .title {
     color: var(--dark-gray);
 }

 #orderStatus p {
     display: none;
 }

 .account-dashboard-page .address .address-name .name {
     font-weight: 600;
     display: block;
 }

 .account-dashboard-page .address .address-name .desc {
     color: var(--dark-gray);
 }

 .account-dashboard-page .payment-method {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .account-dashboard-page .name-img {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .account-dashboard-page .name-img .image {
     width: 50px;
     height: 33px;
     border: 1px solid var(--border-color);
     padding: 5px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }

 .coupon-card {
     padding: 20px;
     background-color: #fff;
     border: 1px solid var(--border-color);
     border-top: 3px solid var(--secondary-color);
     position: relative;
     overflow: hidden;
     margin-bottom: 20px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .coupon-card .bg-icon {
     position: absolute;
     bottom: -50%;
     right: 0;
     font-size: 100px;
     opacity: 0.1;
     color: var(--primary-col);
     transform: translate(50%, -50%) rotate(-10deg);
     -webkit-transform: translate(50%, -50%) rotate(-10deg);
     -moz-transform: translate(50%, -50%) rotate(-10deg);
     -ms-transform: translate(50%, -50%) rotate(-10deg);
     -o-transform: translate(50%, -50%) rotate(-10deg);
 }

 .coupon-card .title {
     color: var(--primary-col);
     margin-bottom: 15px;
 }

 .coupon-card .desc {
     margin-bottom: 10px;
     color: var(--dark-gray);
     display: block;
 }

 .coupon-card .code {
     display: flex;
     align-items: center;
     gap: 5px;
     color: var(--dark-gray);
     margin-bottom: 15px;
 }

 .coupon-card .code .code-txt {
     text-transform: uppercase;
     color: var(--primary-col);
     background-color: var(--light-gray);
     font-weight: 600;
     padding: 5px 10px;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
 }

 .coupon-card .more {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
 }

 .coupon-card .more li {
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .coupon-card .more li i {
     font-size: 12px;
 }

 .coupon-card .more li:first-of-type {
     margin-left: auto;
 }

 .account-dashboard-page .dashboard-stats {
     background-color: var(--light-gray);
     padding: 30px 20px;
     margin-bottom: 30px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .account-dashboard-page .dashboard-stats .stat-div {
     text-align: center;
 }

 .account-dashboard-page .dashboard-stats .stat-div .num {
     color: var(--primary-col);
     margin-bottom: 5px;
 }

 .account-dashboard-page .dashboard-stats .stat-div .title {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
     flex-wrap: wrap;
 }

 .account-dashboard-page .dashboard-stats .stat-div:not(:last-of-type) {
     border-left: 1px solid var(--border-color);
 }

 .account-dashboard-page .points-details .nav-pills {
     gap: 25px;
 }

 .account-dashboard-page .points-details .nav-pills .nav-item .nav-link {
     color: var(--dark-gray);
     background-color: transparent;
     border-bottom: 2px solid transparent;
     padding: 0 0 5px 0;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     transition: var(--btn-transition);
     -webkit-transition: var(--btn-transition);
     -moz-transition: var(--btn-transition);
     -ms-transition: var(--btn-transition);
     -o-transition: var(--btn-transition);
 }

 .account-dashboard-page .points-details .nav-pills .nav-item .nav-link.active {
     font-weight: 500;
     color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 .points-details-card {
     padding: 20px;
     margin-bottom: 20px;
     background-color: #fff;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .points-details-card .name-exp {
     margin-left: auto;
 }

 .points-details-card .name-exp .title {
     margin-bottom: 5px;
 }

 .points-details-card .name-exp .exp-date {
     display: block;
     color: var(--dark-gray);
 }

 .points-details-card .points-date .points {
     margin-bottom: 10px;
     text-align: end;
     color: var(--primary-col);
     font-weight: 400;
 }

 .points-details-card .points-date .date {
     color: var(--dark-gray);
 }

 .wallet-details-card {
     padding: 20px;
     margin-bottom: 20px;
     background-color: #fff;
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .wallet-details-card .id-type {
     margin-left: auto;
 }

 .wallet-details-card .id-type .id {
     margin-bottom: 5px;
 }

 .wallet-details-card .id-type .type {
     display: block;
     color: var(--dark-gray);
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .wallet-details-card .price-date {
     margin-left: auto;
 }

 .wallet-details-card .price-date .price {
     margin-bottom: 5px;
     color: var(--primary-col);
     font-weight: 400;
 }

 .wallet-details-card .price-date .date {
     color: var(--dark-gray);
 }

 .wallet-details-card .status.accept {
     color: #008d1c;
 }

 .wallet-details-card .status.refuse {
     color: #d71b15;
 }

 /* login-register-page */
 .login-register-page {
     position: relative;
     display: flex;
     align-items: center;
     background-color: var(--secondary-color);
 }

 .login-register-page .bg {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 80vh;
     background-color: #f9f9f9;
     z-index: 0;
     border-bottom-right-radius: 100px;
 }

 .login-register-page .content {
     z-index: 1;
     width: 100%;
 }

 .login-register-page .home-link {
     color: var(--secondary-color);
     display: flex;
     align-items: center;
     gap: 5px;
     margin-bottom: 30px;
     width: max-content;
     margin-right: auto;
 }

 .login-register-page .home-link .arrow {
     font-size: 12px;
     color: var(--dark-gray);
     margin-right: 8px;
 }

 .login-register-page .slogan-r,
 .login-register-page .slogan-l {
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .login-register-page .slogan-r {
     padding: 30px;
     background-color: #fff;
     border: 1px solid var(--border-color);
     border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
 }

 .login-register-page .slogan-r .logo {
     margin: 0 auto 10px;
 }

 .login-register-page .slogan-r .logo img {
     width: 100px;
 }

 .login-register-page .slogan-r .title-desc {
     text-align: center;
     margin-bottom: 30px;
 }

 .login-register-page .slogan-r .title-desc .title {
     font-weight: 400;
     margin-bottom: 10px;
 }

 .login-register-page .slogan-r .title-desc .desc {
     color: var(--dark-gray);
 }

 .login-register-page .slogan-r .opts {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
 }

 .login-register-page .slogan-r .opts .remember-me {
     margin-left: auto;
     padding: 0;
     display: flex;
     align-items: center;
     gap: 5px;
 }

 .login-register-page .slogan-r .opts .remember-me .form-check-input {
     margin: 0;
     border-color: var(--dark-gray);
     width: 18px;
     height: 18px;
     border-radius: 5px;
 }

 .login-register-page .slogan-r .opts .remember-me .form-check-input:checked {
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 .login-register-page .slogan-r .opts .forgot-pass {
     color: var(--primary-col);
     text-decoration: underline;
 }

 .login-register-page .slogan-r .other-ways .title-hr {
     display: flex;
     align-items: center;
     gap: 20px;
 }

 .login-register-page .slogan-r .other-ways .title-hr hr {
     flex: 1;
     opacity: 1;
     background-color: var(--border-color);
 }

 .login-register-page .slogan-r .other-ways .social-icons {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 25px;
 }

 .login-register-page .slogan-r .other-ways .social-icons .icon {
     width: 40px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .login-register-page .slogan-r .other-ways .social-icons .icon.google {
     background-color: #db4a39;
 }

 .login-register-page .slogan-r .other-ways .social-icons .icon.face {
     background-color: #1877f2;
 }

 .login-register-page .slogan-r .other-ways .social-icons .icon.twitter {
     background-color: #1da1f2;
 }

 .login-register-page .slogan-r .phone-code {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
 }

 .login-register-page .slogan-r .phone-code .code-input {
     width: 50px;
     height: 50px;
     background-color: #fff;
     border: 1px solid var(--border-color);
     text-align: center;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
 }

 .accept-terms {
     background-color: var(--secondary-color);
     text-align: center;
     color: #fff;
     display: flex;
     align-items: center;
 }

 .accept-terms small {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5px;
     flex-wrap: wrap;
 }

 .accept-terms small a {
     color: var(--primary-col);
 }

 /* category-items-page */
 .categories-filter-menu .filter-item:not(:last-of-type) {
     margin-bottom: 20px;
     padding-bottom: 20px;
     border-bottom: 1px solid var(--border-color);
 }

 .categories-filter-menu .filter-item .irs {
     direction: ltr;
 }

 .categories-filter-menu .filter-item .irs .irs-line {
     background-color: var(--border-color);
 }

 .categories-filter-menu .filter-item .irs .irs-from,
 .categories-filter-menu .filter-item .irs .irs-to {
     background-color: var(--secondary-color);
 }

 .categories-filter-menu .filter-item .irs--flat .irs-from:before,
 .categories-filter-menu .filter-item .irs--flat .irs-to:before,
 .categories-filter-menu .filter-item .irs--flat .irs-single:before {
     border-top-color: var(--secondary-color);
 }

 .categories-filter-menu .filter-item .irs--flat .irs-handle>i:first-child {
     background-color: var(--secondary-color);
 }

 .categories-filter-menu .filter-item .irs .irs-bar {
     background-color: var(--primary-col);
 }

 .categories-filter-menu .filter-item .accordion-item {
     background-color: transparent;
     border: none;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-button {
     padding: 0;
     color: var(--primary-col);
     background-color: transparent;

 }

 .categories-filter-menu .filter-item .accordion-item .accordion-button::after {
     background: none;
     content: "\f078";
     font-family: "Font Awesome 5 Pro";
     width: auto;
     height: auto;
     font-size: 12px;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-body {
     padding: 20px 0 0;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-body ul.double-col {
     column-count: 2;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-body ul.colors-row {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 10px;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-body ul li {
     margin-bottom: 10px;
 }

 .categories-filter-menu .filter-item .accordion-item .accordion-body ul.colors-row li {
     margin: 0;
 }

 .categories-filter-menu .filter-item .form-check {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 0;
 }

 .categories-filter-menu .filter-item .form-check .check-opt {
     margin: 0;
     width: 17px;
     height: 17px;
     border-color: var(--dark-gray);
     border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     -ms-border-radius: 50%;
     -o-border-radius: 50%;
 }

 .categories-filter-menu .filter-item .form-check .check-opt:checked {
     background-color: var(--secondary-color);
     border-color: var(--secondary-color);
 }

 .categories-filter-menu .filter-item .form-check .color-opt {
     width: 20px;
     height: 20px;
     background-color: #d71b15;
     border: 1px solid var(--bs-gray);
     margin: 0;
     border-radius: 10%;
     -webkit-border-radius: 10%;
     -moz-border-radius: 10%;
     -ms-border-radius: 10%;
     -o-border-radius: 10%;
 }

 .categories-filter-menu .filter-item .form-check .color-opt:checked {
     background-image: none;
     border: 2px solid #fff;
     outline: 1px solid var(--secondary-color) !important;
 }

 .list-group-item.active {
     background-color: var(--primary-col);
     border-color: var(--primary-col);
 }

 /* media-query */
 @media screen and (max-width: 1280px) {
     .navbar .dropdown.notfs-drop .dropdown-menu {
         width: 50vw;
     }
 }

 @media screen and (max-width: 1024px) {
     .login-register-page .slogan-r .logo img {
         width: 90px;
     }
 }

 @media screen and (max-width: 990px) {
     .navbar .search-form {
         margin: 0 20px;
     }

     .navbar .dropdown.notfs-drop .dropdown-menu {
         width: 70vw;
     }

     .main-slider {
         height: auto !important;
     }

     .main-slider .item {
         padding-bottom: 80px;
         height: auto;
     }

     .main-slider .main-carousel .owl-dots {
         bottom: 30px;
     }

     .cart-modal .modal-body form {
         height: 100%;
     }

     .cart-modal .modal-body form .row {
         height: 100%;
         align-items: center;
     }

     .product-details-page .product-carousel-preview {
         padding: 0 10px;
     }

     footer .site-details .logo {
         width: 60%;
     }

     footer .site-details .text {
         margin-bottom: 20px;
     }

     /* account-dashboard-page */
     .account-dashboard-page .order-steps {
         padding: 0;
         padding-bottom: 20px;
     }

     .account-dashboard-page .order-steps .step .icon {
         width: 60px;
         height: 60px;
         font-size: 20px;
     }

     .account-dashboard-page .order-steps .step.completed .icon::before {
         width: 15px;
         height: 15px;
         font-size: 10px;
     }

     /* login-register-page */
     .login-register-page .bg {
         height: 100%;
     }
 }

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

     p,
     ul,
     h1,
     h2,
     h3,
     h4,
     h5,
     h6,
     a,
     .btn,
     .h1,
     button,
     input,
     .form-control,
     i,
     small {
         zoom: 0.94;
     }

     .main-slider .item {
         min-height: 45dvh !important;
         text-align: center;
     }

     .main-slider .item img {
         height: 45dvh;
         margin: 0 auto;
     }

     .main-slider .item .btn-1 {
         margin: 0px;
     }

     .product-card {
         padding-top: 45px;
     }

     .cart-modal .product-carousel-preview .slider-for {
         width: 60%;
         margin: 0 auto 20px;
     }

     .cart-modal .modal-body form {
         height: auto;
     }
 }

 @media screen and (max-width: 550px) {
     .navbar .dropdown.notfs-drop {
         position: unset;
     }

     .navbar .dropdown.notfs-drop .dropdown-menu {
         right: unset;
         left: 10px;
         width: calc(100% - 20px);
     }

     footer {
         text-align: center;
     }

     footer .site-details .logo {
         width: 200px;
     }

     footer .footer-title {
         width: fit-content;
         margin: 0 auto 20px;
     }

     footer .footer-list li a,
     footer .social {
         justify-content: center;
     }

     footer .rights .made-by {
         margin: auto;
     }

     footer .rights p {
         flex: 1;
         text-align: center;
     }

     footer .rights .col-sm-6:first-of-type {
         margin-bottom: 10px;
     }

     /* account-dashboard-page */
     .account-dashboard-page .dashboard-stats .stat-div:not(:last-of-type) {
         border-left: none;
         border-bottom: 1px solid var(--border-color);
         padding-bottom: 20px;
         margin-bottom: 20px;
     }
 }

 @media screen and (max-width: 500px) {
     .navbar .search-form {
         margin-left: 0;
     }

     .navbar {
         padding-top: 20px;
     }

     .navbar .nav-links {
         width: 100%;
         justify-content: center;
         border-top: 1px solid var(--border-color);
         margin-top: 20px;
     }

     .product-carousel-preview .slider-nav .slick-slide>div {
         padding: 10px;
     }
 }

 @media screen and (max-width: 320px) {
     .notification-card .text {
         flex: auto;
     }

     .cart-modal .product-carousel-preview .slider-for {
         width: 100%;
     }

     /* account-dashboard-page */
     .account-dashboard-page .order-steps .step .icon {
         width: 50px;
         height: 50px;
         font-size: 18px;
     }

     /* login-register-page */
     .login-register-page .slogan-r {
         padding: 30px 20px;
     }
 }

 @media screen and (max-width: 280px) {
     .navbar .navbar-brand {
         margin: 0 auto 20px;
     }

     .product-details .comments .main-comment .comment-card.reply {
         padding-right: 30px;
     }

     footer .site-details .logo {
         width: 160px;
     }

     /* account-dashboard-page */
     .account-dashboard-page .order-steps .step .icon {
         width: 45px;
         height: 45px;
     }

     .account-dashboard-page .order-steps .step.completed .icon::before {
         top: -2px;
         right: -1px;
     }

     .account-dashboard-page .points-details .nav-pills {
         gap: 20px;
     }
 }