/*
 Theme Name:   Halo
 Description:  Halo Theme
 Author:       S.Tan
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/
/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
:root, [data-bs-theme="light"] {
  --bs-body-bg: #f9f9f9;
  --bs-breadcrumb-font-size: 13px;
}

ul, ol {
  list-style: none;
  padding: 0;
}

.clear {
  clear: both !important;
}

.woocommerce div.product form.cart .button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, .btn, .btn-primary {
  text-transform: uppercase;
}

.woocommerce div.product form.cart .button:hover .btn-loader, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover .btn-loader, .woocommerce button.button.alt:hover .btn-loader, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover .btn-loader, .btn:hover .btn-loader, .btn-primary:hover .btn-loader {
  color: #fff;
}

.woocommerce div.product form.cart .button.disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button.disabled, .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled, .btn.disabled, .btn-primary.disabled {
  background-color: #666;
}

.single_add_to_cart_button .btn-loader,
.ajax_add_to_cart .btn-loader {
  background-color: #000 !important;
}

.columns-6 .col, .columns-4 .col, .columns-5 .col, .tax-product_cat .col, .woocommerce-shop .col, .single-product .col, .tax-product_tag .col {
  width: 50%;
  flex: 0 0 auto;
}

.product-offcanvas .columns-4 .col {
  width: 25%;
}

.product-offcanvas .columns-5 .col {
  width: 20%;
}

@media (min-width: 768px) {
  .columns-6 .col, .columns-5 .col, .tax-product_cat .col, .woocommerce-shop .col, .single-product .col, .tax-product_tag .col {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .columns-6 .col, .single-product .col {
    width: 20%;
  }
  .columns-5 .col {
    width: 20% !important;
  }
  .columns-4 .col, .tax-product_cat .col, .woocommerce-shop .col, .tax-product_tag .col {
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .columns-6 .col, .single-product .col {
    width: 16.666667%;
  }
}

.woocommerce .blockUI.blockOverlay,
.woocommerce .loader,
#offcanvas-cart .blockUI.blockOverlay,
#offcanvas-cart .loader {
  opacity: .5 !important;
}

.entry-header h1, .entry-header .h1, .entry-header h2, .entry-header .h2 {
  font-size: 1.125rem;
}

.search-loading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-text {
  color: #666;
}

.search-results .site-content .page-title {
  font-size: 1.625rem;
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.page-404 .widget .widget-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.page-404 .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

@media (min-width: 992px) {
  .page-404 .product_list_widget {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
  }
  .page-404 .product_list_widget li {
    width: calc(25% - 10px);
  }
}

.breadcrumbs .wc-breadcrumb {
  margin: 0 !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 0.75rem;
}

.breadcrumbs .wc-breadcrumb li.breadcrumb-item:first-child a::before {
  display: none;
}

#bootscore-navbar li.menu-item {
  font-weight: 700;
}

#bootscore-navbar li.menu-item .dropdown-toggle {
  position: relative;
}

#bootscore-navbar li.menu-item .dropdown-toggle:after {
  font-family: "icon";
  font-size: 0.75rem;
  border: none;
  content: "\e62b";
  top: 0.625rem;
  right: 0.625rem;
  position: absolute;
}

#bootscore-navbar li.menu-item .dropdown-toggle.show:after {
  content: "\e686";
}

#bootscore-navbar li.menu-item.dropdown .dropdown-menu {
  padding: 0;
  border: none;
}

#bootscore-navbar li.menu-item.dropdown .dropdown-menu .menu-item {
  border-bottom: 1px solid #ccc;
}

#bootscore-navbar li.menu-item .nav-link {
  padding: 0.625rem 0.9375rem;
  border-bottom: 1px solid #ddd;
}

@media (min-width: 992px) {
  #bootscore-navbar li.menu-item > .nav-link {
    color: #000;
  }
  #bootscore-navbar li.menu-item > .nav-link:hover, #bootscore-navbar li.menu-item > .nav-link.active {
    color: #D12442;
    border-bottom: 2px solid #000;
  }
  #bootscore-navbar li.menu-item .dropdown-toggle {
    padding-right: 1.375rem;
  }
  #bootscore-navbar li.menu-item .dropdown-toggle:after {
    content: "\e61b";
    top: 0.75rem;
    right: 0.375rem;
  }
  #bootscore-navbar li.menu-item .dropdown-toggle.show:after {
    content: "\e61b";
  }
  #bootscore-navbar .dropdown .dropdown-menu .menu-item {
    border-bottom: none !important;
  }
  #bootscore-navbar .nav-link {
    border-bottom: none !important;
  }
}

#offcanvas-navbar .offcanvas-body {
  padding: 0;
}

.quantity .input-group {
  border: 1px solid #ddd;
  width: 7.1875rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.quantity .input-group .input-group-text {
  background: #fff;
  width: 2rem;
  text-align: center;
  font-size: 1.125rem;
  padding: 0;
  display: block;
  border: none;
}

.quantity .input-group .form-control {
  border: none;
  padding: 0.5625rem 0.1875rem;
}

.heder-bar a {
  color: #fff;
}

.heder-bar p {
  margin: 0;
}

.header {
  background-color: #fff;
}

@media (min-width: 768px) {
  .header {
    background-color: #000;
  }
}

.top-nav-widget .menu-top-nav-container .menu {
  display: flex;
}

.top-nav-widget .menu-top-nav-container .menu li a {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  padding: 1.25rem 0.625rem;
  display: block;
}

.top-nav-widget .menu-top-nav-container .menu li a:hover {
  color: #D12442;
}

.logo {
  width: 9.0625rem;
}

@media (min-width: 992px) {
  .header-nav, .header-actions {
    width: calc(50% - 145px / 2);
  }
}

.header-search .searchform .search-field {
  background-color: #2e2e2e;
  color: #808080;
  border-color: var(--bs-dark);
  border-radius: 1.875rem;
}

.header-search .searchform .search-field::placeholder {
  color: #808080;
}

.searchform {
  min-width: 13.75rem;
  max-width: 35rem;
  margin: auto;
  position: relative;
}

.searchform .search-field {
  border-radius: 1.25rem;
}

#search-results {
  width: 100%;
}

#search-results .product-item {
  border-bottom: 1px solid #eee;
}

#search-results .product-item .product-img {
  height: 5rem;
}

#search-results .product-item:hover {
  background-color: #eee;
}

@media (min-width: 992px) {
  #search-results {
    width: 31.25rem;
    right: 0;
    z-index: 101;
  }
}

@media (max-width: 970px) {
  #nav-main {
    padding: 0;
  }
}

#nav-main .nav-item .nav-link {
  text-transform: uppercase;
}

.header-actions .cart-toggler .cart-content .cart-content-count {
  position: absolute;
  top: -0.3125rem;
  left: 0.75rem;
  font-size: 0.75rem;
  border-radius: 50%;
  background-color: #D12442;
  color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  text-align: center;
}

.product-list-section .section-title {
  position: relative;
  text-align: center;
}

.product-list-section .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  transform: translateY(-50%);
}

.product-list-section .section-title span {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 1.25rem;
  background-color: var(--bs-body-bg);
  position: relative;
  z-index: 2;
}

.card .card-body {
  padding: 0.375rem;
}

.card .card-body .woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  text-decoration: underline;
}

.card .card-body .woocommerce-loop-product__title {
  font-size: 0.8125rem;
  color: #666;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.card .price {
  color: #D12442;
}

.footer_widget .widget-title {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.footer_widget .textwidget ul li {
  line-height: 2;
}

@media (max-width: 768px) {
  .footer_widget .widget-title {
    font-size: 0.875rem;
    position: relative;
  }
  .footer_widget .widget-title::after {
    content: '\e62b';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "icon";
  }
  .footer_widget .textwidget {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  .footer_widget.open .widget-title::after {
    content: '\e686';
  }
  .footer_widget.open .textwidget {
    height: auto;
    overflow: visible;
  }
}

#sidebar .widget .widget-title {
  font-size: 1rem;
  font-weight: bold;
}

#sidebar .widget .product-categories {
  line-height: 2;
}

#sidebar .widget .woocommerce-widget-layered-nav-list li {
  line-height: 2;
  display: inline-block;
  margin: 0 0.3125rem;
}

#sidebar .widget .woocommerce-widget-layered-nav-list li .count {
  color: #666;
}

#secondary .product_list_widget,
.footer_widget .product_list_widget {
  flex-wrap: wrap;
  display: flex;
}

#secondary .product_list_widget li {
  width: 100%;
}

.product_list_widget li {
  padding: 0.25rem 0;
}

.product_list_widget li a img {
  width: 3.75rem !important;
  float: left !important;
  margin-right: 0.625rem;
}

.product_list_widget li a .product-title {
  font-size: 0.875rem;
  overflow: hidden;
  display: block;
  font-weight: 400 !important;
}

.tax-product_cat .page-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

.tax-product_cat .term-description {
  color: #666;
}

.tax-product_cat .woocommerce-result-count {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .type-product {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: flex-start;
  }
  .type-product .woocommerce-product-gallery, .type-product .summary, .type-product .woocommerce-tabs, .type-product .product-description {
    width: calc(50% - 1rem);
  }
  .woocommerce-product-gallery .flex-viewport {
    margin-left: 18%;
  }
  .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    width: 100%;
  }
  .woocommerce-product-gallery .flex-control-thumbs {
    flex-direction: column;
    width: 14%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0 !important;
    height: 100%;
    overflow-y: auto;
  }
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 100% !important;
  }
}

.woocommerce-product-gallery {
  margin-bottom: 0.625rem !important;
}

.woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  display: flex;
  bottom: 0.625rem;
  right: 0.625rem;
  column-gap: 0.625rem;
}

@media (max-width: 992px) {
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 2.5rem !important;
  }
}

.summary .product_title {
  font-size: 0.8125rem;
}

.summary .woocommerce-product-rating {
  margin-bottom: 0.625rem !important;
  float: right;
}

.summary .price {
  font-size: 1.375rem !important;
  font-weight: bold;
  margin-bottom: 0.625rem !important;
}

.summary .variations_form {
  position: relative;
}

.summary .variations_form .variations {
  margin-bottom: 0 !important;
}

.summary .variations_form .variations .reset_variations {
  display: none !important;
}

.summary .variations_form .size-guide-btn {
  bottom: 85%;
  right: 0;
  font-size: 0.8125rem;
  color: #666;
}

@media (min-width: 992px) {
  .summary .product_title {
    font-size: 1.125rem;
  }
  .summary .variations_form .size-guide-btn {
    bottom: 4.75rem;
  }
}

.product-page-widget-area-below-variations {
  margin: 1.25rem 0;
}

.product-page-widget-area-below-variations .productView-customInfo .icons .icon {
  font-size: 1.5rem;
  margin-right: 0.3125rem;
}

.product-page-widget-area-below-variations .productView-customInfo .wrapper-content {
  font-size: 0.875rem;
}

.product-page-widget-area-below-variations .productView-customInfo .wrapper-content .title {
  font-weight: bold;
  line-height: 2.5;
}

.product-page-widget-area-below-variations .productView-customInfo .wrapper-content .desc {
  font-size: 0.8125rem;
  color: #666;
}

.product-page-widget-area-below-variations .productView-customInfo .wrapper-content .desc p {
  margin-bottom: 0;
}

.product_meta .sku_wrapper {
  font-size: 0.8125rem;
  color: #666;
}

.product_meta .sku_wrapper .sku {
  font-weight: bold;
  margin-left: 0.375rem;
}

.product_meta .posted_in {
  font-size: 0.8125rem;
  color: #666;
}

.security-logo img {
  margin: 0 0.3125rem;
}

.mobile-sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.mobile-sticky-add-to-cart .sticky-product-image img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

.mobile-sticky-add-to-cart .sticky-product-info .sticky-variation-attributes {
  font-size: 0.75rem;
}

.mobile-sticky-add-to-cart .sticky-product-price {
  font-size: 0.875rem;
  font-weight: bold;
  color: #D12442;
}

.mobile-sticky-add-to-cart .sticky-add-to-cart-btn .button {
  margin: 0;
  font-size: 0.875rem !important;
}

.sticky-variation-attributes {
  font-size: 0.875rem;
  line-height: 1.2;
}

#tab-description {
  font-size: 0.875rem;
  line-height: 2;
  color: #444;
}

#woo-comments .woocommerce-Reviews-title, #comments .woocommerce-Reviews-title {
  font-size: 0.875rem;
}

#woo-comments .woocommerce-Reviews-title span, #comments .woocommerce-Reviews-title span {
  font-weight: bold;
}

#review_form_wrapper {
  max-width: 37.5rem;
  margin: 0 auto;
  background: #fff;
  padding: 1.25rem;
  border-radius: 0.625rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}

#review_form .comment-respond {
  padding: 1rem !important;
  border-radius: 0.625rem;
}

#review_form .comment-respond .comment-reply-title {
  font-size: 1rem;
  font-weight: bold;
}

#review_form .comment-form .comment-notes {
  color: #666;
  font-style: italic;
}

#review_form .comment-form .comment-notes .required-field-message {
  font-weight: bold;
}

#review_form .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}

#review_form .comment-form .comment-form-rating .stars {
  margin: 3px 0 0 0.625rem !important;
}

#review_form .comment-form .form-submit {
  text-align: right;
}

.commentlist .review .comment-body .avatar {
  width: 3.125rem;
}

.commentlist .review .comment-body .comment-content {
  width: 100%;
}

.commentlist .review .comment-body .comment-content .description {
  position: relative;
  color: #666;
  line-height: 1.5;
  padding: 0.875rem;
  background: #f9f9f9;
  border-radius: 0.625rem;
}

.commentlist .review .comment-body .comment-content .description::before {
  content: '';
  position: absolute;
  left: 1.25rem;
  top: -0.5rem;
  width: 1rem;
  height: 1rem;
  background: #f9f9f9;
  transform: rotate(45deg);
}

.my-offcanvas-account h2,
.woocommerce-account h2 {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}

.my-offcanvas-account .woocommerce-form .woocommerce-form-row label,
.woocommerce-account .woocommerce-form .woocommerce-form-row label {
  color: #666;
}

.my-offcanvas-account .woocommerce-form .woocommerce-button,
.woocommerce-account .woocommerce-form .woocommerce-button {
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  border-color: #000;
  float: none;
  width: 100%;
}

.my-offcanvas-account .woocommerce-form .woocommerce-button:hover,
.woocommerce-account .woocommerce-form .woocommerce-button:hover {
  background-color: #D12442;
  border-color: #D12442;
}

.my-offcanvas-account .woocommerce-form .woocommerce-LostPassword,
.woocommerce-account .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
  padding: 0.5rem;
}

.woocommerce-account .woocommerce-form {
  max-width: 26.25rem;
  margin: auto !important;
}

.woocommerce-account .custom-login-message {
  text-align: center;
}

.woocommerce-MyAccount-navigation .mobile-nav-list {
  flex-direction: row;
}

.woocommerce-MyAccount-navigation .mobile-nav-list .list-group-item {
  font-size: 0.75rem;
  border: none;
  padding: 0;
  text-align: center;
  background-color: #f9f9f9;
}

.woocommerce-MyAccount-navigation .mobile-nav-list .list-group-item .icon {
  display: block;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation .list-group-item {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
  }
  .woocommerce-MyAccount-navigation .list-group-item .icon {
    font-size: 1.375rem;
    margin-right: 0.625rem;
  }
}

.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {
  width: 100%;
}

.woocommerce-EditAccountForm .form-row-first, .woocommerce-address-fields__field-wrapper .form-row-first {
  float: left;
}

.woocommerce-EditAccountForm .form-row-last, .woocommerce-address-fields__field-wrapper .form-row-last {
  float: right;
}
/*# sourceMappingURL=style.css.map */