@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css);
:root {
  --primary-color: #f22e3e;
  --secondary-color: #fbb200;
  --black: #1a1a1a;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #fafafa;
  overflow-x: hidden;
}

.secondry-text-color {
  color: var(--secondary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.container-fluid {
  padding: 0 70px;
}

.navbar-toggler {
  border: none;
  margin-right: 20px;
  padding: 0;
}

.primary-bg .navbar-toggler,
.sticky .navbar-toggler {
  color: #fff;
}

button:focus,
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 100px;
  max-height: 60px;
}

.nav-btns {
  position: relative;
}
.nav-btns .icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a1a1a;
}

.primary-bg .icon,
.sticky .nav-btns .icon {
  background-color: transparent;
  color: #fff !important;
}
.nav-item .nav-link {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 0 26px !important;
}

header .nav-item .nav-link {
  color: #fff !important;
}
.nav-btns .icon:hover,
.nav-item .nav-link:hover {
  color: #f22e3e;
}

.sticky .nav-btns .icon:hover,
.primary-bg .nav-btns .icon:hover,
.sticky .nav-item .nav-link:hover,
.primary-bg .nav-item .nav-link:hover {
  color: #fbb200;
}

.sticky .logo-color {
  display: none !important;
}
.sticky .logo-white {
  display: block !important;
}
.sticky .navbar {
  background-color: var(--primary-color);
}

span.cart-count {
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
}

.cart {
  width: 440px;
  max-width: 100%;
}

.cart .offcanvas-header {
  padding: 20px 30px;
  background-color: var(--primary-color);
}

.cart .offcanvas-header h5 {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
}

.cart .product-card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.cart .offcanvas-header h5 img {
  margin-right: 12px;
  height: 24px;
}
.cart .offcanvas-header h5 i {
  margin-left: 12px;
}
.cart .offcanvas-header .btn-close {
  width: 16px;
  height: 16px;
  background-color: #f5f5f5;
  border-radius: 50%;
}
.cart .offcanvas-body {
  padding: 24px 32px;
}

.cart .offcanvas-body h3,
.checkout-container h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  margin-bottom: 16px;
}
.cart .offcanvas-body h3 .title,
.checkout-container h3 .title {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 700;
  line-height: 28.44px;
  text-transform: capitalize;
}
.cart .offcanvas-body h3 .title small,
.checkout-container h3 .title small {
  margin: 0 8px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}
.cart .offcanvas-body h3 .total,
.checkout-container h3 .total {
  text-align: end;
}
.cart .offcanvas-body h3 .total label,
.checkout-container h3 .total label {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  line-height: 18.75px;
}
.cart .offcanvas-body h3 .total .amount,
.checkout-container h3 .total .amount {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.33px;
}
.cart .offcanvas-body .product-card,
.cart .offcanvas-body .appreciation,
.cart .offcanvas-body .summary,
.cart .offcanvas-body .coupon {
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #00000014;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
  padding: 0;
}
.cart .offcanvas-body .product-card .details {
  padding: 16px;
}
.cart .offcanvas-body .product-card .details .info {
  padding: 0 8px;
}
.cart .offcanvas-body .product-card .details .info h4 {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
}
.cart .offcanvas-body .product-card .details .info p a {
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin-right: 14px;
  color: currentColor;
  text-transform: uppercase;
  color: #f22f3e !important;
}
.cart .offcanvas-body .product-card .details .info p a:hover {
  color: #000000 !important;
}
.cart .offcanvas-body .product-card .details .info p .sperator {
  border: 1px solid #e0e0e0;
  height: 100%;
  margin-right: 14px;
}

.single-item-price {
  color: white;
  background: var(--primary-color);
  padding: 4px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.cart .offcanvas-body .product-card .details .price {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.59px;
}
.cart .offcanvas-body .product-card .bottom {
  border-top: 1px solid #e0e0e0;
}
.cart .offcanvas-body .product-card .bottom .col {
  padding: 16px;
}
.cart .offcanvas-body .product-card .bottom .minus,
.cart .offcanvas-body .product-card .bottom .plus {
  color: var(--primary-color);
  cursor: pointer;
}
.cart .offcanvas-body .product-card .bottom .numb {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.cart .offcanvas-body .coupon {
  padding: 24px;
  margin: 5px 0;
}
.cart .offcanvas-body .coupon h3 {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-transform: capitalize;
}
.cart .offcanvas-body .coupon .input-group-text,
.cart .offcanvas-body .appreciation .input-group-text,
.cart .offcanvas-body .coupon .input-group .btn,
.cart .offcanvas-body .appreciation .input-group .btn,
.cart
  .offcanvas-body
  .coupon
  .input-group
  .btn:hover
  .cart
  .offcanvas-body
  .appreciation
  .input-group
  .btn:hover {
  background: transparent !important;
}

.cart .offcanvas-body .coupon .input-group input,
.cart .offcanvas-body .appreciation .input-group input,
.cart .offcanvas-body .coupon .input-group input:focus,
.cart .offcanvas-body .appreciation .input-group input:focus {
  border-left: none;
  border-right: none;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  box-shadow: none;
  outline: none;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.cart .offcanvas-body .coupon .input-group .btn,
.cart .offcanvas-body .appreciation .input-group .btn,
.cart .offcanvas-body .coupon .input-group .btn:hover,
.cart .offcanvas-body .appreciation .input-group .btn:hover {
  color: var(--primary-color);
  border: 1px solid #dee2e6;
  border-left: none;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
}
.cart .offcanvas-body .appreciation {
  padding: 24px;
  margin-bottom: 5px 0;
}
.cart .offcanvas-body .appreciation h5 {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  margin-bottom: 9px;
}
.cart .offcanvas-body .appreciation p {
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.22px;
  letter-spacing: -0.3199999928474426px;
  color: #8f8f8f;
  margin-bottom: 28px;
}
.cart .offcanvas-body .appreciation .btns {
  margin-bottom: 38px;
}

.cart .offcanvas-body .appreciation .btn-check-label {
  border: 1px solid var(--black);
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 18.31px;
  color: var(--black);
  border-radius: 50px;
  padding: 12px 20px;
  margin: 3px;
}
.cart .offcanvas-body .appreciation .btn-check:checked + .btn-check-label {
  background-color: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.cart .offcanvas-body .appreciation .input-group .input-group-text {
  /* border: none; */
  background: transparent;
  /* padding: 0; */
}
.cart .offcanvas-body .appreciation .input-group input {
  /* border: none; */
}

.cart .offcanvas-body .summary {
  padding: 24px;
  margin: 5px 0;
}
.cart .offcanvas-body .summary h5 {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cart .offcanvas-body .summary ul,
.checkout-container .summary ul {
  list-style: none;
  padding: 0;
}
.cart .offcanvas-body .summary ul li,
.checkout-container .summary ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-transform: capitalize;
}

.successful.checkout-container .summary ul li {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f1f1f1;
}

.cart .offcanvas-body .summary ul li .bold,
.checkout-container .summary ul li .bold {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
}
.cart .offcanvas-body .footer {
  margin: 30px -32px 0;
  bottom: 0;
  border-top: 1px solid #e0e0e0;
  padding: 24px;
}

.btn-primary {
  background-color: var(--primary-color);
  padding: 14px;
  border-radius: 8px;
  border-color: var(--primary-color);
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  color: #fff;
  transition: all 0.25s linear;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-outline {
  border: 1px solid var(--primary-color);
  padding: 14px;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  color: var(--primary-color);
  transition: all 0.25s linear;
}
.btn-outline:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.hero-section {
  min-height: 640px;
  height: 640px;
  margin-bottom: 90px;
}
.hero-section .btn.btn-primary {
  color: #ffffff !important;
}
.hero-section .swiper-slide {
  height: 640px;
  background-image: url(../img/hero-bg.png);
  background-size: cover;
}
.hero-section .swiper-slide h1 {
  font-family: 'Roboto';
  font-size: 48px;
  font-weight: 700;
  line-height: 56.25px;
  letter-spacing: -0.3199999928474426px;
  color: #fff;
  margin-bottom: 12px;
}
.hero-section .swiper-slide p {
  font-family: 'Rubik';
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  color: #fff;
  margin-bottom: 40px;
}
.hero-section .swiper-slide .btn {
  padding: 18px 68px;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
}

.picks-section {
  padding: 58px 0 115px;
  position: relative;
}

.picks-section:after {
  content: '';
  width: 635px;
  max-width: 80%;
  height: 194px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 8px 8px 0;
}

.picks-section h2 {
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: 600;
  line-height: 37.5px;
  letter-spacing: -0.3199999928474426px;
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--primary-color);
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28px;
}
.picks-section .swiper-slide {
  box-shadow: 0px 4px 24px 0px #00000014;
  background-color: #fff;
  border-radius: 8px;
  margin: 22px 16px;
}
.picks-section .swiper-slide .info {
  text-align: center;
  padding: 16px 30px 45px;
  height: 220px;
}
.picks-section .swiper-slide img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.picks-section .swiper-slide h4 {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  text-transform: uppercase;
}
.picks-section .swiper-slide .btns {
  border-top: 1px solid #e0e0e0;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.picks-section .swiper-slide .btns a {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: currentColor;
}
.picks-section .swiper-slide .btns .sperator {
  border: 1px solid var(--primary-color);
  height: 33px;
}
.swiper-button-disabled {
  display: none;
}

.section-title {
  font-family: 'Roboto';
  font-size: 32px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section-title:before {
  content: '';
  width: 44px;
  height: 23px;
  background-color: var(--primary-color);
  display: inline-block;
  margin-right: 18px;
}

.products {
  margin-bottom: 115px;
}
.product-card {
  box-shadow: 0px 4px 24px 0px #00000014;
  background: #ffffff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.product-card .thumb {
  margin-right: 26px;
  width:120px;
}
.product-card .thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.product-card a:hover {
  color: #fff !important;
}

.product-card .info h4 {
  font-family: 'Rubik';
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin-bottom: 8px;
}
.product-card .info p {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  color: #8f8f8f;
}

.offers-slider .offer-card {
  margin: 0 auto;
}

.offer-card {
  background-image: url('../img/offer.jpg');
  background-size: 100% 100%;
  height: 484px;
  width: 370px;
  border-radius: 16px;
  position: relative;
  display: flex;
  align-items: end;
  max-width: 100%;
}
.offer-card:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 46%);
  z-index: 0;
  border-radius: 16px;
}
.offer-card .badge {
  background-color: var(--primary-color);
  padding: 6px 10px;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 26px;
  border-radius: 0;
  text-transform: uppercase;
}
.offer-card .info {
  padding: 26px;
  z-index: 1;
  position: relative;
}
.offer-card .info .price {
  background-color: var(--primary-color);
  padding: 6px 12px;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  color: #fff;
  transform: rotate(-5deg);
  display: inline-block;
  margin-bottom: 18px;
}
.offer-card .info h4 {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.offer-card .info .btn-white {
  padding: 14px 24px;
  border-radius: 8px;
  background-color: #fff;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  text-transform: uppercase;
}

.offers {
  margin-bottom: 115px;
}

.primary-bg {
  background-color: var(--primary-color);
}
.secondary-bg {
  background-color: var(--secondary-color);
}
.coupons {
  margin-bottom: 115px;
}
.coupon-card {
  border-radius: 12px;
  background-image: url(../img/coupon.png);
  padding: 48px 32px;
  background-repeat: no-repeat;
  background-position: right top;
  color: #fff;
}
.coupon-card h4 {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 600;
  line-height: 18.96px;
  display: flex;
  align-items: center;
}
.coupon-card h4 span {
  margin-right: 4px;
  margin: 0;
}
.coupon-card p {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin: 0;
}
.coupon-card p.bold {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin: 0 0 24px;
}
.coupon-card p.code {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
}
.coupon-card p.code span {
  background-color: #fff;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
  padding: 7px 16px;
  border-radius: 100px;
}

.secondary-txt {
  color: var(--secondary-color);
}

.primary-txt {
  color: var(--primary-color);
}

footer {
  background-color: #f3f3f3;
}
footer .footer-top {
  padding: 64px 0;
}
footer img {
  margin-right: 70px;
  width: 112px;
}
footer a {
  font-family: 'Rubik';
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  color: var(--black);
  margin-right: 30px;
  margin-top: 5px;
  text-decoration: none;
}
footer .social-list {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
footer .social-list li {
  margin-right: 16px;
  width: 48px;
  height: 48px;
}
footer .social-list .icon a {
  text-decoration: none;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-bottom {
  border-top: 1px solid #e0e0e0;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  text-align: center;
  padding: 16px 0;
}
footer .footer-bottom a {
  font-size: 14px;
}

footer .footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 columns */
  text-align: left;
}


.section-subtitle {
  font-family: 'Rubik';
  font-size: 19px;
  font-weight: 400;
  line-height: 21px;
  color: #8f8f8f;
  margin-bottom: 24px;
}
main.inner {
  padding-top: 160px;
}

.order-img {
  margin: 0 auto;
  display: block;
  border-radius: 12px;
}

.order-now-img {
  padding-top: 160px;
}

.order-now-details {
  padding: 120px 32px 32px;
  background-color: #fff;
}

.order-now-details h2 {
  font-family: 'Rubik';
  font-size: 32px;
  font-weight: 500;
  line-height: 37.92px;
  letter-spacing: -0.3199999928474426px;
  margin-bottom: 16px;
}

.order-now-details p {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3199999928474426px;
  color: #727272;
  margin-bottom: 48px;
}

.order-now-details .nav-item .nav-link {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  color: #000;
  padding: 10px 22px !important;
  position: relative;
}

.order-now-details .nav-pills .nav-link.active {
  background-color: var(--primary-color);
  border-radius: 100px;
  color: #fff;
  position: relative;
}

.order-now-details .nav-pills .nav-link.active::after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 100px;
  border: 1px solid #ffffff;
}
.order-now-details .title {
  background-color: #f3f3f3;
  padding: 10px 32px;
  margin: 0 -32px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.order-now-details .tab-body label {
  margin-right: 22px;
  padding-bottom: 16px;
}
.order-now-details .tab-body label .btn {
  background-color: #f3f3f3;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-now-details .tab-body label .btn-square {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3199999928474426px;
}

.order-now-details .tab-body label p {
  margin: 0;
  text-align: start;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
}

.order-now-details .sizes .tab-body label p {
  text-align: center;
}

.order-now-details .tab-body label .btn.x1 {
  width: 46px;
  height: 46px;
}
.order-now-details .tab-body label .btn.x2 {
  width: 58px;
  height: 58px;
}
.order-now-details .tab-body label .btn.x3 {
  width: 64px;
  height: 64px;
}
.order-now-details .tab-body label .btn.x4 {
  width: 72px;
  height: 72px;
}

.order-now-details .checkbox-title {
  /* margin-bottom: 32px; */
}

.modifier-sizes {
  margin-top: 10px;
}

.modifier-size {
  padding-bottom: 0 !important;
}

.order-now-details .chees-img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  border: 1px solid #f1f1f1;
}
.order-now-details .text {
  padding: 0 10px;
}
.order-now-details .text h5 {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  margin-bottom: 3px;
}

.order-now-details .text p {
  font-family: 'Rubik';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.3199999928474426px;
  color: #727272;
}

.btn-check:checked + label .btn {
  background-color: var(--primary-color);
  position: relative;
  color: #fff;
}
.side-check i {
  font-size: 21px;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  padding: 4px 4px;
  color: #f3f3f3;
}
.btn-check:checked + label .btn-square {
  border: 1px solid var(--primary-color);
}
.btn-check:checked + label i {
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  padding: 4px 4px;
  color: var(--primary-color);
}
.btn-check:checked + label p:first-of-type {
  color: var(--primary-color);
  font-weight: 500;
}
.btn-check:checked + label .btn:after {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 100px;
  border: 1px solid #ffffff;
}
.order-now-details .tab-body .form-check-input {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.order-now-details .tab-body .form-check {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.order-now-details .tab-body .form-check:last-of-type {
  border-bottom: none;
}
.order-now-details .tab-body .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.order-now-details .tab-body .form-check-input + label {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  padding-bottom: 0;
}

.order-now-quantity {
  border-top: 1px solid #e0e0e0;
  padding: 70px 0 46px;
  background-color: #fff;
}

.order-now-quantity .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #727272;
  border-radius: 50%;
  color: #727272;
  margin: 0 16px;
}
.order-now-quantity .btn:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
.order-now-quantity .num {
  font-family: 'Roboto';
  font-size: 14.54px;
  font-weight: 600;
  line-height: 17.44px;
  text-align: center;
}
.order-now-quantity .total {
  background-color: var(--primary-color);
  border-radius: 8px;
  color: #fff !important;
  width: 310px;
  padding: 14px 16px;
}
.breadcrumb {
  margin-top: 80px;
  padding: 20px 0;
  background-color: #f5f5f5;
  margin-bottom: 32px;
}
.breadcrumb a {
  color: #000;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-decoration: none;
}

.checkout-container {
  width: 600px;
  max-width: 100%;
  box-shadow: 0px 4px 24px 0px #00000014;
  background-color: #fff;
  padding: 24px;
  margin-bottom: 58px;
}

.checkout-container h4 {
  font-family: 'Rubik';
  font-size: 20px;
  font-weight: 600;
  line-height: 23.7px;
  margin-bottom: 16px;
}
.checkout-container .map {
  width: 100%;
  box-shadow: 0px 4px 24px 0px #00000014;
  border-radius: 12px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 24px;
}
.checkout-container .map img {
  height: 193px;
  width: 100%;
}
.checkout-container .map .bottom {
  padding: 20px 16px;
}
.checkout-container .map .bottom p {
  display: flex;
  margin-bottom: 16px;
}
.checkout-container .map .bottom p span:first-of-type {
  margin-right: 6px;
  width: 16px;
  height: 16px;
  color: #292d32;
}
.checkout-container .map .bottom p span:last-of-type {
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  color: #000;
}
.checkout-container .form-check {
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.checkout-container .form-check .form-check-input {
  float: none;
  width: 22px;
  height: 22px;
}
.checkout-container .form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkout-container .summary ul li {
  font-size: 16px;
  margin-bottom: 16px;
}
.total.checkout {
  width: 555px;
  max-width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}

.checkout-container .login {
  padding: 12px 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 48px;
}
.checkout-container .login p {
  display: flex;
  align-items: center;
}
.checkout-container .login p span:first-of-type {
  margin-right: 6px;
}
.checkout-container label {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #282828;
}
.checkout-container .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  height: 48px;
}
.checkout-container .form-check-inline {
  border: 1px solid #e0e0e0;
  padding: 13px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  width: 116px;
  max-width: 100%;
  margin-bottom: 24px;
}
.checkout-container .form-check-inline input {
  float: none;
  margin-left: 0;
  margin-right: 8px;
}
.checkout-container .check-acount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.checkout-container .check-acount label {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 500;
  line-height: 18.31px;
}
.checkout-container .check-acount .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  width: 24px;
  height: 24px;
}
.checkout-container h5.time {
  margin-top: 20px;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 500;
  line-height: 18.31px;
  color: #1a1a1a;
}
.checkout-container .time-radio .btn {
  border-radius: 50px;
  padding: 11px 20px;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: transparent;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 18.31px;
  text-align: center;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.checkout-container .time-radio .btn-check:checked + .btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.checkout-container.successful h3 {
  display: block;
  font-family: 'Rubik';
  font-size: 18px;
  font-weight: 500;
  line-height: 21.33px;
  color: #1a1a1a;
  margin-bottom: 32px;
}
.checkout-container.successful h3 i {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #00b189;
  font-size: 24px;
}
.checkout-container.successful .pickup {
  color: #8f8f8f;
  font-family: 'Rubik';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.59px;
  margin-bottom: 8px;
}
.checkout-container.successful .time {
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 400;
  line-height: 18.96px;
  color: #1a1a1a;
}
.checkout-container.successful .map .btn, .checkout-container .map .btn  {
  background-color: var(--primary-color);
  padding: 16px;
  color: #fff;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  text-align: center;
  display: block;
  border-radius: 0;
}
.checkout-container.successful .map {
  margin-bottom: 48px;
}
.checkout-container.successful .items ul {
  padding: 0;
}
.checkout-container.successful .items li {
  list-style: none;
}
.checkout-container.successful .items li .count {
  padding: 4px 10px;
  background-color: #f3f3f3;
  border-radius: 4px;
  margin-right: 8px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
  text-align: center;
  display: inline-block;
}
.checkout-container.successful .items li .item {
  display: inline-block;
  font-family: 'Rubik';
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.3199999928474426px;
}
.order-card {
  text-align: center;
  padding: 32px 28px;
  min-width: 151px;
  min-height: 151px;
}
.order-card img {
  width: 50px;
  margin-bottom: 12px;
}

.order-card h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.order-card p {
  font-size: 10px;
}

.special-note textarea {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  min-height: 100px;
}

@media screen and (max-width: 1199px) {
  .navbar-brand {
    width: 48px;
    height: 42px;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  main.inner {
    padding-top: 100px;
  }

  .order-now-img {
    padding-top: 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .nav-btns .icon {
    background-color: transparent;
  }

  .offcanvas-header {
    background-color: #f5f5f5;
  }
  .offcanvas-header .navbar-brand img {
    width: 48px;
  }
  .offcanvas-body {
    background-color: #fff;
  }
  .offcanvas-body li .nav-link {
    text-align: start;
    color: #000 !important;
    padding: 26px 0 !important;
    border-bottom: 1px solid #e0e0e0;
  }
  .offcanvas-body li:last-of-type .nav-link {
    border-bottom: none;
  }

  header .navbar {
    background-color: #f5f5f5;
  }
  header .navbar.primary-bg {
    background-color: var(--primary-color);
  }
  .hero-section {
    margin-top: 74px;
    height: auto !important;
  }

  .hero-section .swiper-slide {
    padding: 52px 0 70px;
    text-align: center;
    height: auto !important;
  }
  .hero-section .swiper-slide img {
    margin-bottom: 54px;
  }
  .order-now-details {
    padding: 32px 32px 32px;
    background-color: #fff;
    /* margin-top: 120px; */
    border-radius: 20px;
    border: 1px solid #e0e0e0;
  }
  .order-now-details .nav-pills {
    overflow: scroll;
    display: block ruby;
  }

  .dommy-theme header .nav-item .nav-link {
    color: var(--primary-color) !important;
  }
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 16px;
  }
  .hero-section {
    margin-bottom: 60px !important;
  }
  .picks-section h2 {
    font-size: 22px;
  }
  .picks-section {
    padding: 24px 0 48px;
    position: relative;
  }
  .section-title:before {
    content: none;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .offer-card {
    height: 350px;
  }
  .products {
    margin-bottom: 48px;
  }
  .offers {
    margin-bottom: 48px;
  }
  .coupons {
    margin-bottom: 48px;
  }
  footer img {
    margin: 0 auto 48px;
    display: block;
  }
  footer .social-list {
    display: flex;
    justify-content: center;
    padding: 0;
  }
  footer a {
    margin: 0 20px;
  }
  footer .social-list {
    margin-top: 64px;
  }
  footer .social-list .icon a {
    margin: 0;
  }
  footer .social-list li {
    margin: 0 8px;
  }
}

@media screen and (max-width: 575px) {
  .order-img {
    max-height: 300px;
  }

  .order-now-quantity {
    padding-top: 20px;
  }

  .order-now-details {
    overflow: hidden;
  }
  .order-now-details h2 {
    font-family: 'Rubik';
    font-size: 22px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.3199999928474426px;
    margin-bottom: 5px;
  }
  .order-now-details p {
    font-family: 'Rubik';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.3199999928474426px;
    color: #727272;
    margin-bottom: 16px;
  }
  .order-now-details .nav-item .nav-link {
    padding: 10px 14px !important;
  }
  .order-now-details {
    padding: 16px 16px 16px;
    margin-top: 30px;
  }
  .order-now-details .tab-body label {
    margin-right: 14px;
    padding-bottom: 16px;
  }
}

.scrollable-tabs-container {
  overflow-x: auto;
  white-space: nowrap;
}
.scrollable-tabs-container .nav {
  display: inline-flex;
  flex-wrap: nowrap;
}
.nav-item {
  display: inline-block;
}

.scrollable-tabs-container {
  scrollbar-color: var(--primary-color) #fff !important;
  scrollbar-width: thin;
  margin: 0 -30px;
  padding: 0 30px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

a {
  text-decoration: none !important;
  color: currentColor !important;
}

@media screen and (min-width: 992px) {
  .product-card:not(.offcanvas .product-card) {
    min-height: 200px;
  }
  .dommy-theme:not([data-page='home']) header .nav-item .nav-link {
    color: #fff !important;
  }

  .dommy-theme:not([data-page='home']) header .nav-btns .icon {
    background-color: var(--primary-color) !important;
    color: #fff !important;
  }
}

.we-are-closed {
  color: var(--primary-color);
}

button:disabled .total {
  background-color: #c3c3c3 !important;
}

.dp__action_buttons .dp__action_select,
.dp__range_end,
.dp__range_start,
.dp__active_date {
  background: var(--primary-color) !important;
}

.dp__today {
  border-color: var(--primary-color) !important;
}

/* Cart cross-selling */
section.cross-selling {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 4px 24px 0px #00000014;
  border-radius: 8px;
}

section.cross-selling .cross-selling-category img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  text-align: center;
}

section.cross-selling h2 {
  font-size: 18px;
  padding-top: 20px;
  padding-left: 20px;
  color: #f22e3e;
}

section.cross-selling h3 {
  font-size: 16px;
  padding-left: 20px;
  padding-bottom: 10px;
}

section.cross-selling .cross-selling-category {
  margin: 10px;
  text-align: center;
}
section.cross-selling .cross-selling-category h4 {
  font-size: 14px;
  margin-top: 5px;
}

.cross-selling .btn.btn-outline.btn-sm {
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
}

/* cart modifiers */

.cart-item-modifiers h4 {
  font-size: 16px;
  margin-left: 20px;
}

.cart-item-modifiers-btn {
  color: var(--primary-color) !important;
  margin-bottom: 0;
  margin-top: -10px;
  cursor: pointer;
}

.cart-item-modifiers-btn.active {
  color: var(--secondary-color) !important;
}

.product-card .cart-item-modifiers {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  padding-bottom: 10px;
  display: none;
}

span.cart-modofier-location,
span.cart-modofier-size {
  background: var(--primary-color);
  border-radius: 5px;
  padding: 2px 8px;
  text-transform: capitalize;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

/* header sub menues */
li.nav-item {
  position: relative;
}
div.sub-menu {
  display: none;
  position: absolute;
}

li.nav-item ul {
  list-style: none;
  margin-top: 10px;
  padding: 15px 10px;
  box-shadow: 0px 4px 24px 0px #00000014;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  min-width: 140px;
}

li.nav-item:hover > div.sub-menu {
  display: block;
}

.nav-item .sub-menu .nav-item a {
  font-size: 0.9rem !important;
  padding: 0 5px !important;
}

li.nav-item ul li:not(:last-child) {
  margin-bottom: 10px;
}

header .nav-item .sub-menu li {
  padding: 0 !important;
  width: 100%;
}

header .nav-item .sub-menu .nav-item .nav-link {
  color: var(--primary-color) !important;
}

.product-card .item-price {
  margin-left: 10px;
  font-size: 16px;
  color: var(--primary-color);
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 24px 0px #00000014;
}

@media screen and (max-width: 991px) {
  li.nav-item div.sub-menu {
    display: block;
    width: 100%;
  }

  li.nav-item ul {
    box-shadow: none;
    padding: 0px;
    margin: 0px;
  }

  li.nav-item ul li {
    margin-bottom: 0px !important;
  }

  header .nav-item .sub-menu .nav-item .nav-link {
    font-size: 1.2rem !important;
  }

  li.nav-item .sub-menu li {
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 26px 0 !important;
  }
  a.nav-link.more-links {
    display: none;
  }

  .item-page-no-img-margin-top{
    margin-top:85px;
  }
}

/* hiding the product images */

.no-product-picture {
  margin-bottom:10px;
}

.terms-notice{
  font-size: 14px;
  color: #333;
  text-align: center;
}

.terms-notice a {
  color: var(--primary-color) !important;
}

.swal2-container .swal2-icon{
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.swal2-container .swal2-actions button{
  background-color:  var(--primary-color) !important; 
  box-shadow: none !important;
}

.swal2-container img.swal2-image{
  margin-top: 0px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  width: 17px;
  height: 17px;
}

.consent input {
  margin-top: 3px !important;
}

.consent label {
  font-size: 14px;
  text-align: center;
}

/* .order-now-details .nav-pills .nav-link:not(.active)::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background: orange;
  width: 10px;
  height: 10px;
} */
