@import url(./root.css);
.font-unna {
  font-family: var(--font-family-unna);
}

.breadcrumb .breadcrumb-item {
  color: var(--light-gray);
  font-size: 14px;
}
.breadcrumb .breadcrumb-item::before {
  color: var(--light-gray);
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
  font-size: 14px;
  color: var(--light-gray);
  text-decoration: none;
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.product-counter .btn {
  color: #fff;
  background-color: var(--main-color);
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding: 0;
}
.product-counter input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}

.popover-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover-body img {
  flex-shrink: 0;
  padding: 0 20px;
}
.popover-body h5 {
  color: var(--main-color);
}

.side-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-bar ul li a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.side-bar ul li a.active, .side-bar ul li a:hover {
  color: var(--main-color);
}
.side-bar h4 {
  font-size: 14px;
  font-weight: normal;
}
.side-bar h4:hover {
  cursor: pointer;
  color: var(--main-color);
}

.title-bar {
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
}

.wider-popover .popover {
  max-width: 600px !important;
}

select {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
  color: var(--main-color);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1;
}

header .bottom-header {
  background-color: var(--main-color);
}
header .bottom-header .container-fluid > button {
  color: #fff;
  padding: 6px 0 0 0;
  position: relative;
}
header .bottom-header .container-fluid > button::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 29px;
  display: block;
  width: 112px;
  height: 42px;
  background-image: url(../images/logo_moblie_size.png);
  background-size: contain;
}
header .bottom-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .bottom-header ul li a {
  color: #fff;
  text-decoration: none;
}
header .bottom-header ul.menu li {
  margin-right: 20px;
  color: #fff;
}
header .bottom-header ul.menu li:hover a {
  font-weight: bold;
}
header .bottom-header ul.menu li a {
  padding-bottom: 10px;
  color: #fff;
}
header .bottom-header .login-block .account {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50px;
}

footer {
  background: #B4B4B4;
}
footer p {
  color: #fff;
  line-height: 48px;
  font-size: 12px;
}
footer img {
  width: 112px;
  height: 42px;
}

#index {
  width: 100%;
}
#index #main .swiper {
  width: 100%;
  height: 100%;
}
#index #main .swiper .swiper-button-next, #index #main .swiper .swiper-button-prev {
  color: var(--main-color);
  font-size: 20px !important;
}
#index #main .swiper .swiper-pagination-bullet-active {
  background-color: var(--main-color);
}
#index #main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index #main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index #main .product_list .hot-list-title h2 {
  color: #454545;
  font-size: 24px;
}
#index #main .product_list .list {
  margin-left: auto;
  margin-right: auto;
}
#index #main .product_list .list li {
  width: 25%;
}
#index #main .product_list .list li .giveaway {
  background-color: #EAEAEA;
  color: var(--main-color);
  border-radius: var(--border-radius);
  font-size: 12px;
}
#index #main .product_list .list li .product-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#index #main .product_list .list li .price {
  font-size: 12px;
}
#index #main .product_list .list li .join-cart {
  width: 100%;
  height: 40px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: var(--border-radius-4);
  border: none;
  position: relative;
  z-index: 2;
  font-size: var(--text-size-14);
}
#index #main .product_list .list li .join-cart:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
}
#index #main .product_list .all-product-btn {
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
}
#index #main .giveaway-list {
  background: url(../images/bg_block_free_item.jpg) no-repeat center center;
  background-size: cover;
}
#index #main .giveaway-list .title {
  text-indent: 0;
  font-size: 14px;
}
#index #main .giveaway-list .list {
  list-style: none;
}
#index #main .giveaway-list .list li {
  background-color: var(--deep-gray);
  border-radius: var(--border-radius-4);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 45%;
  height: 280px;
  padding: 40px 50px 20px;
  margin: 0 15px 30px;
  border: 3px solid var(--main-color);
}
#index #main .giveaway-list .list li h3 {
  font-size: 20px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 20px;
}
#index #main .giveaway-list .logo_title {
  width: 187px;
  height: 70px;
}
#index #main .giveaway-list .qrcode {
  background-color: var(--deep-gray);
  border-radius: var(--border-radius-4);
}

#all-product .list {
  margin-left: auto;
  margin-right: auto;
}
#all-product .list li {
  width: 25%;
}
#all-product .list li .giveaway {
  background-color: #EAEAEA;
  color: var(--main-color);
  border-radius: var(--border-radius);
  font-size: 12px;
}
#all-product .list li .product-name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#all-product .list li .price {
  font-size: 12px;
}
#all-product .list li .join-cart {
  width: 100%;
  height: 40px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: var(--border-radius-4);
  border: none;
  position: relative;
  z-index: 2;
  font-size: var(--text-size-14);
}
#all-product .list li .join-cart:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
}
#all-product select {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}

#login .container {
  width: 700px;
}
#login .title a {
  font-size: 40px;
  color: var(--main-color);
  text-decoration: none;
}
#login .title a i {
  font-size: 15px;
}
#login .info-block form {
  flex-direction: column;
}
#login .info-block form:first-child {
  border-right: 1px solid var(--deep-gray);
}
#login .info-block form h3 {
  font-size: 16px;
  font-weight: bold;
}
#login .info-block form label {
  font-size: 14px;
}
#login .info-block form input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}
#login .info-block form input::-moz-placeholder {
  color: var(--main-color);
}
#login .info-block form input::placeholder {
  color: var(--main-color);
}
#login .info-block form .forget-password {
  color: var(--light-gray);
}
#login .info-block form .forget-password a {
  color: var(--main-color);
  font-size: 12px;
}
#login .info-block form button {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
}

#product-details #main .product-info .info-block h2 {
  font-size: 24px;
  color: #000;
}
#product-details #main .product-info .info-block h2 span {
  font-size: 14px;
  color: var(--deep-gray);
}
#product-details #main .product-info .info-block h4 {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
#product-details #main .product-info .info-block .price {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}
#product-details #main .product-info .info-block .product-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#product-details #main .product-info .info-block .product-type-list li {
  font-size: 14px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: var(--border-radius-4);
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
}
#product-details #main .product-info .info-block .product-type-list li.active, #product-details #main .product-info .info-block .product-type-list li:hover {
  background-color: var(--main-color);
  color: #fff;
}
#product-details #main .product-info .info-block .product-button-group .btn {
  width: 48%;
  height: 40px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  border-radius: var(--border-radius-4);
}
#product-details #main .product-info .info-block .product-button-group .btn:hover {
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  border: none;
  font-size: 14px;
}
#product-details #main .product-info .info-block .giveaway-list h4 {
  color: var(--deep-gray);
  font-size: 14px;
  font-weight: bold;
}
#product-details #main .product-info .info-block .giveaway-list h4 a {
  color: var(--main-color);
  font-weight: normal;
}
#product-details #main .product-info .info-block .giveaway-list ul {
  list-style: none;
}
#product-details #main .product-info .info-block .giveaway-list ul li {
  width: 70px;
  height: 70px;
  border-radius: var(--border-radius);
  background-color: var(--lighter-gray);
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-details #main .product-info .info-block .giveaway-list ul li img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-details #main .swiper {
  width: 100%;
  height: 575px;
  margin-left: auto;
  margin-right: auto;
}
#product-details #main .swiper .swiper-wrapper {
  width: 80%;
}
#product-details #main .swiper .swiper-button-next, #product-details #main .swiper .swiper-button-prev {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--main-color);
  color: #fff;
  font-size: 12px;
  top: 60%;
}
#product-details #main .swiper .swiper-button-next {
  right: 0%;
}
#product-details #main .swiper .swiper-button-prev {
  left: 0%;
}
#product-details #main .swiper .swiper-button-next::after, #product-details #main .swiper .swiper-button-prev::after {
  display: none;
}
#product-details #main .swiper-slide {
  background-size: cover;
  background-position: center;
}
#product-details #main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-details #main .mySwiper2 {
  height: 80%;
  width: 100%;
  border: 1px solid var(--light-gray);
}
#product-details #main .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#product-details #main .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#product-details #main .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#cart-details .choose-other-address {
  background-color: #fff;
  color: var(--main-color);
  border-radius: var(--border-radius);
  font-size: 14px;
}
#cart-details .product-info {
  border: 1px solid var(--light-gray);
  padding: 20px;
}
#cart-details .product-info .remove {
  color: var(--main-color);
}
#cart-details .product-info h2 {
  font-size: 14px;
  color: var(--main-color);
  font-weight: normal;
}
#cart-details .product-info h4 {
  color: var(--main-color);
  font-size: 14px;
}
#cart-details .product-info .start-shopping-btn button {
  height: 40px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
}
#cart-details .product-info .start-shopping-btn button:hover {
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  border: none;
  font-size: 14px;
}
#cart-details .giveaway-info button {
  border-radius: var(--border-radius);
  background-color: var(--main-color);
  color: #fff;
  border: none;
  font-size: 14px;
  padding: 5px 10px;
}
#cart-details .giveaway-info .no-achieved-btn {
  background-color: var(--light-gray);
  color: #fff;
}
#cart-details .giveaway-info a {
  color: var(--main-color);
}
#cart-details .giveaway-info .giveaway-num {
  color: var(--main-color);
}
#cart-details .checkout-giveaway {
  color: var(--main-color);
}
#cart-details .pay-info {
  border-top: 1px solid var(--light-gray);
}
#cart-details .pay-info h2 {
  font-size: 20px;
  color: var(--main-color);
}
#cart-details .pay-info .product-button-group .btn {
  width: 20%;
  height: 40px;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  border-radius: var(--border-radius);
}
#cart-details .pay-info .product-button-group .btn:hover {
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  border: none;
  font-size: 14px;
}
#cart-details .account-info span {
  font-size: 12px;
  color: var(--light-gray);
}
#cart-details .account-info input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}
#cart-details .account-info select {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}
#cart-details .account-info ul {
  list-style: none;
  padding: 0;
}
#cart-details .account-info ul li {
  font-size: 14px;
  color: var(--deep-gray);
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#cart-details .account-info ul li::before {
  content: "\f00c";
  position: absolute;
  left: 0px;
  top: 4px;
  font-family: "Font Awesome 6 Free";
  font-size: 10px;
  font-weight: 900;
  border-radius: 50%;
  color: #fff;
  background-color: var(--main-color);
  padding: 1px 4px;
  display: inline-block;
}
#cart-details .account-info ul li a {
  color: var(--main-color);
}
#cart-details .account-info .user-checkout-list input {
  border-radius: 50%;
  background-color: var(--main-color) !important;
  width: 18px;
  height: 18px;
}
#cart-details .account-info .user-checkout-list label {
  font-size: 14px;
}
#cart-details .account-info .user-checkout-list label a {
  color: var(--main-color);
}

#choose-other-address-model .modal-header {
  background-color: var(--main-color);
}
#choose-other-address-model .modal-header h4 {
  color: #fff;
  font-size: 20px;
}
#choose-other-address-model .modal-header .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg:none;
  color: #fff;
}
#choose-other-address-model .modal-body {
  padding: 0 20px;
}
#choose-other-address-model .modal-body .address-list li {
  border-bottom: 1px solid var(--lighter-gray);
  padding-bottom: 20px;
  padding-top: 25px;
}
#choose-other-address-model .modal-body .address-list li:first-child {
  padding-top: 20px;
}
#choose-other-address-model .modal-body .address-list button {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
#choose-other-address-model .modal-body .address-list .defult {
  background-color: var(--main-color);
  color: #fff;
}
#choose-other-address-model .modal-body .address-list .delete, #choose-other-address-model .modal-body .address-list .edit {
  background-color: transparent;
}
#choose-other-address-model .modal-body .address-list .name {
  border-right: 1px solid var(--light-gray);
  padding-right: 10px;
  margin-right: 10px;
}
#choose-other-address-model .modal-body .address-list .name, #choose-other-address-model .modal-body .address-list .phone {
  font-size: 16px;
  color: var(--deep-gray);
}
#choose-other-address-model .modal-body .address-list .address p {
  font-size: 14px;
  color: var(--light-gray);
  margin: 0;
}
#choose-other-address-model .modal-body .address-list .tag {
  font-size: 14px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: var(--border-radius);
  padding: 5px 10px;
}
#choose-other-address-model .modal-body .add-address-btn {
  border: 1px solid var(--main-color);
  border-radius: var(--border-radius);
  font-size: 14px;
  color: var(--main-color);
}
#choose-other-address-model .modal-footer .btn {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
#choose-other-address-model .modal-footer .close {
  background-color: transparent;
  color: var(--light-gray);
}

#pay-methods {
  background-color: var(--light-gray);
}
#pay-methods h2 {
  font-size: 40px;
  color: var(--deep-gray);
}

#account-info .account-info select {
  color: var(--deep-gray);
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
  font-size: var(--text-size-14);
}
#account-info .account-info select::-moz-placeholder {
  color: var(--deep-gray);
  font-size: var(--text-size-14);
}
#account-info .account-info select::placeholder {
  color: var(--deep-gray);
  font-size: var(--text-size-14);
}
#account-info .account-info .form-label {
  font-size: var(--text-size-14);
}
#account-info .account-info input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
  color: var(--deep-gray);
  font-size: var(--text-size-14);
}
#account-info .account-info input::-moz-placeholder {
  color: var(--deep-gray);
  font-size: var(--text-size-14);
}
#account-info .account-info input::placeholder {
  color: var(--deep-gray);
  font-size: var(--text-size-14);
}
#account-info .account-info button {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
#account-info .account-info .defult {
  background-color: var(--main-color);
  color: #fff;
  border-radius: var(--border-radius-4);
}
#account-info .account-info .delete, #account-info .account-info .edit {
  background-color: transparent;
  color: #c07ab8;
}
#account-info .account-info .add-user-address {
  background-color: #fff;
  color: var(--main-color);
}
#account-info .account-info .address-list li {
  border-bottom: 1px solid var(--lighter-gray);
  padding-bottom: 20px;
  padding-top: 25px;
}
#account-info .account-info .address-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#account-info .account-info .address-list li:first-child {
  padding-top: 20px;
}
#account-info .account-info .address-list .name {
  border-right: 1px solid var(--light-gray);
  padding-right: 10px;
  margin-right: 10px;
}
#account-info .account-info .address-list .name, #account-info .account-info .address-list .phone {
  font-size: 16px;
  color: var(--deep-gray);
}
#account-info .account-info .address-list .address p {
  font-size: 14px;
  color: var(--light-gray);
  margin: 0;
}
#account-info .account-info .address-list .tag {
  font-size: 14px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: var(--border-radius);
  padding: 5px 10px;
}

#account-info-order-product-list .order-list {
  border-radius: var(--border-radius);
  border: 0.5px solid var(--light-gray);
  padding: 20px 0;
}
#account-info-order-product-list .order-list h4 {
  color: var(--main-color);
  font-size: 14px;
  margin: 0;
}
#account-info-order-product-list .order-list a {
  color: var(--main-color);
}
#account-info-order-product-list .order-list p {
  margin: 0;
  font-size: 14px;
}

#forget-password .modal-content {
  padding: 10px 30px 50px;
}
#forget-password .modal-content .modal-header {
  border-bottom: 1px solid var(--light-gray);
  padding-bottom: 20px;
}
#forget-password .modal-content .modal-body {
  position: relative;
}
#forget-password .modal-content .modal-body .error-message {
  color: red;
  font-size: 12px;
}
#forget-password .modal-content .modal-body .modal-title {
  color: var(--main-color);
  font-size: 14px;
}
#forget-password .modal-content .modal-body p {
  color: var(--deep-gray);
  font-size: 14px;
}
#forget-password .modal-content .modal-body input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
  color: var(--main-color);
  border-radius: var(--border-radius);
}
#forget-password .modal-content .modal-body input::-moz-placeholder {
  color: var(--main-color);
}
#forget-password .modal-content .modal-body input::placeholder {
  color: var(--main-color);
}
#forget-password .modal-content .modal-footer .btn {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}

#updated-password .modal-body i {
  font-size: 40px;
}
#updated-password .modal-body h5 {
  font-size: 16px;
  font-weight: normal;
}
#updated-password .modal-footer .btn {
  border: none;
  background-color: var(--deep-grxay);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}

#view-order-detail .modal-header {
  background-color: var(--main-color);
  color: #fff;
}
#view-order-detail .modal-header .btn-close {
  color: #fff;
  --bs-btn-close-bg: transparent;
}
#view-order-detail .modal-header .modal-title {
  font-size: 14px;
}
#view-order-detail .modal-body {
  padding: 30px 40px var(--bs-modal-padding);
}
#view-order-detail .modal-body .order-info-list .order-info {
  border-radius: var(--border-radius);
  border: 1px solid var(--light-gray);
  padding: 20px 0;
}
#view-order-detail .modal-body .order-info-list h4 {
  color: var(--main-color);
  font-size: 14px;
}
#view-order-detail .modal-body .money-details h4 {
  color: var(--main-color);
  font-size: 16px;
}
#view-order-detail .modal-body .giveaway-info {
  color: var(--main-color);
}
#view-order-detail .modal-body .customer-info {
  list-style: none;
}
#view-order-detail .modal-body .customer-info li {
  font-size: 14px;
  margin-bottom: 5px;
}
#view-order-detail .modal-body .customer-info li > div:nth-child(2) {
  color: var(--main-color);
}

#view-doc-detail .modal-header {
  background-color: var(--main-color);
  color: #fff;
}
#view-doc-detail .modal-header .btn-close {
  color: #fff;
  --bs-btn-close-bg: transparent;
}
#view-doc-detail .modal-body {
  padding: 30px 40px var(--bs-modal-padding);
}

.checkModel .modal-body {
  color: var(--deep-gray);
  font-size: 14px;
}
.checkModel .modal-footer .btn {
  background-color: #fff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 14px;
  border-radius: var(--border-radius);
}
.checkModel .modal-footer .btn:hover {
  color: #fff;
  background-color: var(--main-color);
  border-radius: var(--border-radius);
  border: none;
  font-size: 14px;
}

#address-model .modal-header {
  background-color: var(--main-color);
}
#address-model .modal-header h4 {
  color: #fff;
  font-size: 16px;
}
#address-model .modal-header .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg:none;
  color: #fff;
}
#address-model .modal-content input {
  font-size: 14px;
  background-color: var(--lighter-gray) !important;
  border-radius: var(--border-radius);
  border: none;
  height: 36px;
}
#address-model .modal-footer .btn {
  border: none;
  background-color: var(--deep-gray);
  border-radius: var(--border-radius);
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
#address-model .modal-footer .close {
  background-color: transparent;
  color: var(--light-gray);
}

#giveway-detail img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .bottom-header.d-sm-none.d-lg-flex {
    display: none !important;
  }
  .bottom-header.d-sm-flex.d-lg-none {
    display: flex !important;
  }
  #index #main .giveaway-list .list li {
    width: 100%;
  }
}
@media (max-width: 540px) {
  footer > .container > .row > div {
    flex-direction: column;
  }
  #index #main .swiper-slide img {
    height: 40vh;
  }
  #index #main .product_list .list li {
    width: 50%;
  }
  #index #main .giveaway-list .title img {
    width: 50%;
  }
  #index #main .giveaway-list .title p {
    text-align: center;
  }
  #index #main .giveaway-list .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #all-product .list li {
    width: 50%;
  }
  #login .info-block form:first-child {
    border-right: none;
    border-bottom: 1px solid var(--deep-gray);
  }
  .main-type li:first-child {
    margin-right: 10px;
  }
  .main-type li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
  }
  .main-type li a.active, .main-type li a:hover {
    background-color: var(--main-color);
    padding: 10px 15px;
    color: #fff !important;
  }
  #address-model .modal-header {
    background-color: var(--main-color);
  }
  #address-model .modal-header h4 {
    color: #fff;
  }
  #address-model .modal-header .btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg:none;
    color: #fff;
  }
  #address-model .modal-content input {
    font-size: 14px;
    background-color: var(--lighter-gray) !important;
    border-radius: var(--border-radius);
    border: none;
    height: 36px;
  }
  #address-model .modal-content select {
    font-size: 14px;
    background-color: var(--lighter-gray) !important;
    border-radius: var(--border-radius);
    border: none;
    height: 36px;
  }
  #address-model .modal-content select.form-select {
    border-radius: 0px;
  }
  #address-model .modal-footer .btn {
    border: none;
    background-color: var(--deep-gray);
    border-radius: var(--border-radius);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
  }
  #address-model .modal-footer .close {
    background-color: transparent;
    color: var(--light-gray);
  }
}
@media (min-width: 540px) and (max-width: 1000px) {
  #index #main .product_list .list li {
    width: 50%;
  }
  #index #main .giveaway-list .list li {
    width: 100%;
    margin: 0 0 30px;
  }
  #all-product .list li {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  #index #main .product_list .list li {
    width: 25%;
  }
}/*# sourceMappingURL=styles.css.map */