a,
.btn {
  transition: all 0.2s linear;
}
h1 {
  font-size: calc(36px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));
}
h2 {
  font-size: calc(18px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
}
h3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
h4 {
  font-size: calc(15px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
}
h5 {
  font-size: calc(13px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}
h6 {
  font-size: calc(11px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .fr-icon {
  margin: 0 5px 0 0;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::before {
  display: none;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle::before {
  display: inline-block;
}
.log-in-section::after {
  display: none;
}
.help-block-error {
  margin-top: 5px;
  color: var(--theme-color);
}
.review-section {
  background: transparent;
}
.review-section .reviewer-box {
  padding: 0;
}
.blog-section .blog-box {
  padding-bottom: 2px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.full-width {
  width: 100%;
}
.product-box-4 h5 {
  padding-right: 30px;
}
.product-section .right-box-contain .procuct-contain p {
  width: 100%;
}
.additional-info figure.table {
  width: auto;
  padding: 0;
  margin: auto;
}
.additional-info figure.table table {
  max-width: 100%;
  width: auto;
}
.additional-info figure.table table tr td {
  padding: 20px 50px;
  border: 1px solid #eaeaea;
}
.product-box-4 .product-detail a .name {
  width: 80%;
}
.product-box-4 .product-detail a .name,
.product-list li .offer-product .offer-detail a .name {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.theme-danger {
  color: #ab3f3a;
}
.alert.alert-info {
  background: #ab3f3a;
  border-color: #ab3f3a;
  color: white;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: inherit !important;
}
.product-box-3 .product-header .product-image {
  padding: 30px;
}
header.active .top-nav .rightside-menu {
  padding: 10px 0;
}
header.active .sticky-header-2 {
  background-color: white;
  padding: 0;
}
.category-section-3 .category-box-list,
.product-box-3 {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}
.cart-table table tbody tr td.save-remove .remove {
  font-weight: 100;
  font-size: 24px;
  color: #bf2020;
  display: inline-block;
  padding-top: 15px;
}
.cart-table table tbody tr:last-child td {
  border-bottom: 1px solid #efefef;
}
.text-primary {
  color: var(--theme-color-primary) !important;
}
.text-success {
  color: var(--theme-color-success) !important;
}
.text-danger {
  color: var(--theme-color-danger) !important;
}
.text-secondary {
  color: var(--theme-color-secondary) !important;
}
.bg-primary {
  background: var(--theme-color-primary) !important;
}
.bg-success {
  background: var(--theme-color-success) !important;
}
.bg-danger {
  background: var(--theme-color-danger) !important;
}
.bg-secondary {
  background: var(--theme-color-secondary) !important;
}
.btn-animation {
  background: var(--theme-color-success) !important;
}
.btn-animation:hover:after {
  background: var(--theme-color-danger) !important;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item {
  height: auto;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link {
  line-height: 24px;
  font-size: inherit;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  font-size: inherit;
  font-weight: 600;
}
.checkout-icon {
  text-align: center;
}
.checkout-icon i {
  font-size: 24px;
  line-height: 38px;
  color: var(--theme-color);
}
.btn.btn-primary {
  color: white;
  background-color: var(--theme-color-primary);
}
.btn.btn-success {
  color: white;
  background-color: var(--theme-color-success);
}
.btn.btn-success:hover {
  background-color: var(--theme-color-danger);
}
.btn.btn-danger {
  color: white;
  background-color: var(--theme-color-danger);
}
.btn.btn-danger:hover {
  background-color: var(--theme-color-success);
}
.btn.btn-secondary {
  color: white;
  background-color: var(--theme-color-secondary);
}
.btn.btn-secondary:hover {
  background-color: var(--theme-color-danger);
}
.label {
  display: inline-block !important;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
}
.label.label-block {
  width: 100%;
  display: block !important;
}
.label.label-lg {
  padding: 15px 30px;
  font-size: 20px;
}
.label.label-primary {
  border: 1px solid var(--theme-color-primary) !important;
  color: var(--theme-color-primary) !important;
}
.label.label-success,
.label.label-solid {
  border: 1px solid var(--theme-color-success) !important;
  color: var(--theme-color-success) !important;
}
.label.label-danger {
  border: 1px solid var(--theme-color-danger) !important;
  color: var(--theme-color-danger) !important;
}
.label.label-secondary {
  border: 1px solid var(--theme-color-secondary) !important;
  color: var(--theme-color-secondary) !important;
}
.cart-table {
  padding: 0;
}
.cart-table table tbody tr td.product-detail .product .product-detail ul li {
  white-space: unset;
}
.cart-table table tbody tr:last-child td {
  padding: 15px;
}
.cart-table table tbody tr:first-child td {
  padding: 15px;
}
.cart-table table tbody tr td {
  padding: 15px;
}
.cart-table table tbody tr td.price h5 {
  font-size: calc(14px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.cart-table table tbody tr td.subtotal h5 {
  font-size: calc(14px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.cart-table table .cart-footer tr td {
  background-color: white;
}
.cart-table table .cart-footer tr.text-big td {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.cart-table table tfoot tr td:first-child {
  border-bottom: 1px solid #efefef;
}
.cart-table table tfoot tr.text-big td:last-child {
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
}
.btn-sm {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
}
.shop-section .left-box .shop-left-sidebar .custom-nav-tab .nav-item .nav-link.active {
  background-color: var(--theme-color);
}
.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-contain li h4 {
  max-width: 70%;
}
.delivery-address-detail li {
  display: block;
}
.form-group {
  margin-bottom: 30px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group .control-label {
  display: block;
  margin-bottom: 5px;
  color: #6a6a6a;
}
.form-group .form-control {
  border-radius: 6px;
  display: block;
  padding: 8px 12px;
  border: 1px solid #eaeaea;
}
.card {
  border: none;
  box-shadow: 2px 2px 6px 0 #eeeeee;
  border-radius: 6px;
}
.blog-section .left-sidebar-box .left-accordion-box .accordion-item .accordion-collapse .accordion-body .recent-post-box .recent-box .recent-image img {
  object-fit: cover;
  height: 110px;
}
.blog-section .left-sidebar-box .left-accordion-box {
  margin-top: 0px;
}
.blog-detail-contain h1 {
  font-size: calc(24px + (70 - 40) * ((100vw - 320px) / (1920 - 320)));
}
.blog-section .blog-box .blog-contain .blog-button {
  background-color: rgba(13, 164, 13, 0.1);
}
.blog-section .blog-box .blog-contain .blog-button:hover {
  background-color: #4d8b2f;
}
.blog-detail-image .slick-prev {
  left: 25px;
  z-index: 1;
}
.blog-detail-image .slick-next {
  right: 25px;
  z-index: 1;
}
.blog-tags {
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 50px;
  color: var(--theme-color);
  margin-bottom: calc(4px + (12 - 4) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  overflow: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-tags:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.review-section .reviewer-box .reviewer-profile .reviewer-image img {
  max-height: 75px;
  object-fit: cover;
}
.table {
  border: 1px solid #efefef;
}
.table > :not(:first-child) {
  border-top: none;
}
.table > :not(caption) > * > * {
  border-color: #efefef;
}
.table thead tr th {
  padding: 1rem;
}
.table tbody tr {
  background-color: #ffffff;
}
.table tbody tr:nth-of-type(odd) td,
.table tbody tr:nth-of-type(odd) th {
  background-color: #0da44710 !important;
}
.table tbody tr th {
  text-align: center;
}
.table tbody tr th,
.table tbody tr td {
  vertical-align: middle;
  padding: 1rem;
}
.llabel {
  display: inline-block !important;
  padding: 5px 10px;
  text-align: center;
  border-radius: 4px;
  background: transparent;
}
.llabel.label-sm {
  padding: 0px 6px;
  font-size: 14px;
}
.llabel.label-block {
  width: 100%;
  display: block !important;
}
.llabel.label-lg {
  padding: 15px 30px;
  font-size: 20px;
}
.llabel.label-primary {
  border: 1px solid var(--theme-color-primary) !important;
  color: var(--theme-color-primary) !important;
}
.llabel.label-success,
.llabel.label-solid {
  border: 1px solid var(--theme-color-success) !important;
  color: var(--theme-color-success) !important;
}
.llabel.label-danger {
  border: 1px solid var(--theme-color-danger) !important;
  color: var(--theme-color-danger) !important;
}
.llabel.label-secondary {
  border: 1px solid var(--theme-color-secondary) !important;
  color: var(--theme-color-secondary) !important;
}
.order-container .order-detail h6 {
  margin-bottom: 3px;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain {
  display: block;
}
.user-dashboard-section .dashboard-right-sidebar .dashboard-order .order-contain .order-box .order-container .order-detail h4 {
  font-size: calc(14px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.totle-contain i {
  font-size: 54px;
}
.category-section-3 .category-box-list:hover {
  background-color: #f1f1f3;
}
.delivery-list > a:hover {
  background-color: var(--theme-color-success) !important;
}
.info h2 {
  display: block !important;
  font-size: calc(20px + (40 - 26) * ((100vw - 320px) / (1920 - 320))) !important;
  margin-bottom: calc(12px + (30 - 12) * ((100vw - 320px) / (1920 - 320)));
  width: 100% !important;
  line-height: 1.3;
  position: relative;
}
.info ul.square-bullets {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  color: #4a5568;
}
.info li {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320))) !important;
}
.info ul.square-bullets li::before {
  content: "\25A0";
  color: #2f2f2f;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.info {
  padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.footer-section-2 .main-footer .information-text-2 {
  margin-top: 10px;
  line-height: 1.5;
}
.sub-footer {
  padding: 20px 0;
}
.sub-footer .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px;
  justify-content: center;
}
.sub-footer .social-icon li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-footer .social-icon li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.06;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-footer .social-icon li:hover::after {
  opacity: 1;
}
.sub-footer .social-icon li:hover i {
  color: #fff;
}
.sub-footer .social-icon li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #4a5568;
}
.sub-footer .social-icon li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-footer .social-icon li a.footer-link-color {
  color: #fff;
}
.sub-footer .social-icon li.light-bg::after {
  background-color: #fff;
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-footer .social-icon li.light-bg:hover::after {
  opacity: 0.3;
}
[dir="rtl"] .sub-footer .social-icon {
  padding-left: unset;
  padding-right: 0;
}
header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
  justify-content: left;
}
.header-3 .top-nav {
  padding: 0;
}
.header-3 .rightside-menu {
  right: 0px;
  top: -44px;
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .header-3 .top-nav {
    padding: 18px 0;
  }
  .header-3 .rightside-menu {
    padding: 0;
  }
  .header-3 .rightside-menu .user-box {
    margin-left: 0 !important;
  }
}
.support-box ul li {
  font-size: calc(16px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 10px;
}
.support-box ul li .header-link-color {
  color: #fff;
}
.header-3 .navbar-toggler-icon {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
.header-3 .top-nav .navbar-top .web-logo img {
  width: calc(170px + (162 - 120) * ((100vw - 320px) / (1920 - 320)));
}
.header-3 .rightside-menu .support-number {
  border-right: 2px solid #ffffff;
  padding-right: 15px;
  margin-right: 10px;
  font-weight: 500;
}
.header-3 .rightside-menu .support-number h2 {
  font-size: calc(14px + (24 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.header-3 .rightside-menu .user-box {
  margin-left: 15px;
}
.header-3 .rightside-menu .user-box:after {
  display: none;
}
.header-3 .rightside-menu .user-box .header-icon {
  width: calc(30px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  height: calc(30px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  font-size: 14px;
  border: 1px solid #d7d7d7;
  transition: all 0.2s linear;
}
.header-3 .rightside-menu .user-box .header-icon:hover {
  background-color: var(--theme-color);
  color: white;
}
.header-3 .rightside-menu .user-box:first-child:after {
  display: none;
}
@media (max-width: 1199px) {
  .header-3 .rightside-menu .user-box:first-child:after {
    display: none;
  }
  .header-3 .rightside-menu .user-box:after {
    background-color: rgba(255, 255, 255, 0.51);
  }
  .header-3 .rightside-menu .user-box .header-icon {
    border: none;
    background-color: transparent;
    width: calc(32px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(32px + (46 - 35) * ((100vw - 320px) / (1920 - 320)));
  }
  .header-3 .rightside-menu .user-box .header-icon i {
    font-size: calc(16px + (22 - 18) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
  }
  .header-3 .rightside-menu .user-box .header-icon .navbar-toggler-icon {
    color: #ffffff;
  }
  .header-3 .rightside-menu .user-box .header-icon .badge-number {
    display: none !important;
  }
}
.blog-section .left-sidebar-box,
.product-section .right-sidebar-box {
  position: sticky;
  top: 160px;
}
.product-section .right-box-contain {
  position: sticky;
  top: 160px;
}
header .main-nav {
  padding: 0;
}
@media (min-width: 992px) {
  .shop-section .left-box {
    position: sticky;
    top: 200px;
  }
}
.mega-form ul {
  list-style-type: disc !important;
}
.mega-form ol {
  list-style-type: decimal !important;
}
.mega-form ul,
.mega-form ol {
  padding-left: 30px;
  margin-bottom: 30px;
}
.mega-form ul li,
.mega-form ol li {
  color: #4a5568;
  margin-bottom: 5px;
  display: list-item;
  padding-left: 5px;
}
.mega-form h2 {
  font-size: calc(24px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  margin-top: -6px;
}
.mega-form h3 {
  font-size: calc(8px + (48 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin-top: -6px;
}
.mega-form b {
  font-weight: 400;
}
.mega-form i {
  font-style: italic;
}
.mega-form a {
  color: var(--bs-success);
}
.mega-form p {
  color: #4a5568;
  line-height: 150%;
  width: 100%;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.blog-form ul,
.blog-form ol {
  padding-left: 30px;
  list-style-type: unset !important;
  margin-bottom: 30px;
}
.blog-form ul li,
.blog-form ol li {
  color: #4a5568;
  margin-bottom: 10px;
  display: block;
}
.blog-form ul li::before,
.blog-form ol li::before {
  content: '•';
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
  margin-right: 0.5em;
  font-size: 1.4em;
}
.blog-form b {
  font-weight: 400;
}
.blog-form i {
  font-style: italic;
}
.blog-form a {
  color: var(--bs-success);
}
.contact-box-section .contact-image {
  text-align: center;
  margin-bottom: calc(25px + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
}
.contact-box-section .contact-image img {
  width: 60%;
}
.contact-box-section .contact-title {
  margin-bottom: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.contact-box-section .contact-title h3 {
  position: relative;
  display: inline-block;
  font-size: calc(23px + (28 - 23) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
}
.contact-box-section .contact-title h3::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--theme-color2);
}
.contact-box-section .contact-detail .contact-detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: calc(2px + (5 - 2) * ((100vw - 320px) / (1920 - 320)));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  padding: calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (27 - 15) * ((100vw - 320px) / (1920 - 320))) calc(30px + (41 - 30) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  border-radius: 10px;
  margin-left: 22px;
}
.contact-box-section .contact-detail .contact-detail-box .contact-icon {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: -21px;
  background-color: var(--theme-color);
  padding: 13px;
  border-radius: 7px;
  display: inherit;
  color: #fff;
}
.contact-box-section .contact-detail .contact-detail-box .contact-detail-title {
  width: 100%;
}
.contact-box-section .contact-detail .contact-detail-box .contact-detail-title h4 {
  font-weight: 600;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-top: -2px;
}
.contact-box-section .contact-detail .contact-detail-box .contact-detail-title h5 {
  font-size: 1.15rem;
  margin: 10px 0;
  font-weight: 600;
}
.contact-box-section .contact-detail .contact-detail-box .contact-detail-contain {
  width: 100%;
}
.contact-box-section .contact-detail .contact-detail-box .contact-detail-contain p {
  margin: 0;
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.5;
  color: #4a5568;
  margin-bottom: -5px;
}
.contact-box-section .right-sidebar-box {
  padding: calc(21px + (60 - 21) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px;
  background-color: #f8f8f8;
}
.contact-box-section .custom-form label {
  color: #4a5568;
  display: block;
  font-size: 16px;
  margin-bottom: calc(3px + (8 - 3) * ((100vw - 320px) / (1920 - 320)));
}
.contact-box-section .custom-form .custom-input {
  position: relative;
}
.contact-box-section .custom-form .custom-input .form-control {
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320)));
  border: none;
}
.contact-box-section .custom-form .custom-input .form-control:focus {
  background-color: #fff;
  border-color: transparent;
}
.contact-box-section .custom-form .custom-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #4a5568;
}
.contact-box-section .custom-form .custom-textarea {
  position: relative;
}
.contact-box-section .custom-form .custom-textarea .form-control {
  padding-left: 52px;
  border: none;
}
.contact-box-section .custom-form .custom-textarea .form-control:focus {
  background-color: #fff;
  border-color: transparent;
}
.contact-box-section .custom-form .custom-textarea i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 18px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #4a5568;
}
[dir="rtl"] .contact-box-section .contact-title h3::after {
  left: unset;
  right: 0;
}
[dir="rtl"] .contact-box-section .custom-form .custom-input .form-control {
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(41px + (52 - 41) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
[dir="rtl"] .contact-box-section .custom-form .custom-input i {
  left: unset;
  right: 0;
}
[dir="rtl"] .contact-box-section .custom-form .custom-textarea .form-control {
  padding-left: unset;
  padding-right: 52px;
}
[dir="rtl"] .contact-box-section .custom-form .custom-textarea i {
  left: unset;
  right: 0;
}
@media (max-width: 1199px) {
  .contact-box-section .contact-image {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .contact-box-section .contact-image img {
    width: 77%;
  }
}
@media (max-width: 991px) {
  .contact-box-section .contact-image {
    margin-bottom: calc(25px + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
  .contact-box-section .contact-image img {
    width: 60%;
    margin-bottom: calc(25px + (64 - 25) * ((100vw - 320px) / (1920 - 320)));
  }
}
.comma-separate:after {
  content: ', ';
}
.comma-separate:last-child:after {
  content: '';
}
#active h5 {
  color: var(--theme-color) !important;
}
.blog-category h5:hover {
  color: var(--theme-color) !important;
}
.go-green {
  background: var(--theme-color-success) !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: var(--bs-success) !important;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-form video {
  width: 100%;
  max-width: 320px;
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.blog-form .post-description {
  text-align: justify;
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: -5px;
    left: 0;
    background-color: var(--theme-color);
    opacity: 1;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
}
.nohover {
  color: #222;
  transition: none !important;
}
.nohover:hover {
  color: #222;
  transition: none !important;
}
#search-bar {
  transition: all 0.2s linear;
  height: 0;
  overflow: hidden;
}
#search-bar.shown {
  height: 60px;
}
.search-bar {
  padding: 0;
}
.search-bar .form-control {
  padding: 6px;
}
.search-bar a,
.search-bar button {
  padding: calc(5px + (11 - 8) * ((100vw - 320px) / (1920 - 320))) calc(16px + (24 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.search-bar button {
  transition: all 0.2s linear;
  background: var(--theme-color) !important;
  color: white;
}
.search-bar button:hover {
  background: var(--theme-color-danger) !important;
}
.search-bar .input-group input {
  background-color: transparent;
  border: none;
}
.search-bar .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
.search-bar .input-group {
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .search-bar {
    padding: 11px 0;
  }
}
.header-3 .rightside-menu .user-box {
  margin-left: 10px;
}
.header-3 .rightside-menu .user-box:after {
  display: none;
}
.user-dashboard-section .dashboard-left-sidebar {
  top: 210px;
}
ol {
  list-style-type: decimal;
}
ol li {
  display: list-item;
  list-style-type: inherit;
}
.img-responsive {
  max-width: 100%;
}
.order-title .status i {
  font-size: 20px;
  margin-right: 3px;
}
strong {
  font-weight: bold;
  display: inline-block;
}
.delivery-box-wrapper {
  background-color: #f3f3f3;
  padding: 15px;
}
.delivery-box-wrapper .checkout-title {
  margin-bottom: 15px;
}
.delivery-box-wrapper .checkout-title h4 {
  font-weight: 500;
}
.delivery-box-wrapper .form-group {
  margin-bottom: 15px;
}
.form-control.disabled {
  background-color: #eaeaea;
}
.h1 {
  font-size: calc(22px + (50 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-top: 7px;
  width: 100%;
}
.h2 {
  font-size: calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .breadscrumb-section .breadscrumb-contain .heading2 {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .breadscrumb-section .breadscrumb-contain p {
    text-align: center;
  }
}
.breadscrumb-section .breadscrumb-contain .heading2 {
  font-weight: 700;
  font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 0;
}
.mfp-title {
  display: none;
}
.grid-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}
.gallary_container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15em, 1fr));
  grid-auto-rows: 15.5em;
  padding: 0 0 10px 10px;
}
.image_container img {
  width: 100%;
  height: 100%;
  box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .image-tall {
    grid-row: span 2 / auto;
  }
  .image-wide {
    grid-column: span 2 / auto;
  }
}
/*# sourceMappingURL=overrides.css.map */