﻿
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
/* Minimalist Sipariş Sayfası */

.order-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
 
}


.order-container .page-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.order-container .order-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.order-container .order-details th, 
.order-container .order-details td {
    padding: 10px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.order-container .order-details th {
    font-weight: 600;
    background-color: #f8f9fa;
}

.order-container .order-complete__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.order-container .order-complete__action a {
    display: inline-block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

.order-container .fifth-button {
    background-color: #e74c3c;
}

.order-container .third-button {
    background-color: #3498db;
}

.order-container .order-complete__action a:hover {
    opacity: 0.85;
}

/* Banka Bilgileri */
.order-container .order-complete__customer-information {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.order-container .order-complete__customer-information ul {
    list-style: none;
    padding: 0;
}

.order-container .order-complete__customer-information ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.order-container .bankInformation .topData {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .order-container {
        padding: 20px;
    }

    .order-container .order-details th, 
    .order-container .order-details td {
        font-size: 12px;
    }

    .order-container .order-complete__action {
        flex-direction: column;
        gap: 10px;
    }
}

.product__sizes {
    margin: 7px 4px 15px 0px;
    position: relative;
}

.product__sizes select {
    padding: 0 25px 0 15px;
    display: flex;
    align-items: center;
}

.product__options {
    border-top: 1px solid #d8d8d8;
    margin-top: 5px;
    padding-top: 5px;
}

.tp-shop-widget-title {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.customRadio.me-3.mb-0 {
    margin-top: 15px;
}


label.form-check-label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}


input, button, select, textarea, .form-control {
    background: white;
    border: 1px solid #d3d7de;
    transition: all 0.4s ease-out 0s;
    color: #333333;
    border-radius: 0;
}
.cart__footer h5, .cart__footer .h5, .cart__footer h5 label, .cart__footer .h5 label, .cart__footer .cart__subtotal-title {

    font-family: 'Urbanist' !important;
  
}


.list-product-cart-badge {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    row-gap: 5px;
    column-gap: 5px;
    flex-wrap: wrap;
}

.product_collection_badge {
    height: 20px;
    display: flex;
    align-items: start;
}

.product_collection_badge img {
    height: 15px;
    display: flex;
    align-items: start;
}

.top-product-image-badge.product-badge_text {
    padding: 5px;
    margin-top: 5px;
    padding: 5px 7px;
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 7px;
    margin: 5px;
    border-radius: 5px;
}



.stores-list__item {
  padding-top: 25px;
  background: #fff;
  display: block;
  float: left;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20%;
  border: 1px solid #ddd;
}

.stores-list__item.active {
  background: #757c7c4f !important;
 border: 2px solid #1b757e;
}

  @media (max-width: 991px) {
    .stores-list__item {
      padding-top: 50px; } }

.store-item__title {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #151515;
  font-weight: 600;
  margin: 20px 0;
  margin-top: 0;



}
  @media (max-width: 991px) {
    .store-item__title {
      font-size: 18px;
      padding: 0px 0px 25px 0px; } }

.store-item__address {
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 991px) {
    .store-item__address {
      font-size: 14px;
      line-height: 28px; } }
  .store-item__address p {
    padding: 0px;
    margin: 0px; }

    .store-item__address i {
      font-size: 17px;
      margin-right: 15px;
      color: #979a9d;
      padding: 0px;
  }

  .store-item__address p + .address__store-number {
    padding-top: 35px; }
    @media (max-width: 991px) {
      .store-item__address p + .address__store-number {
        padding-top: 25px; } }

.address__store-number {
  color: #000;
  display: block;
  margin: 0px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-family: "Jost";
  font-weight: 500;
  padding: 70px 0px 10px 0px;

}
  @media (max-width: 991px) {
    .address__store-number {
      font-size: 12px; } }


.filters-toolbar-wrapper select {

    font-family: "Urbanist", sans-serif;
}

.filters-toolbar-wrapper .btn-filter {
    cursor: pointer;
    font-size: 26px;
    line-height: 0;
    width: 30px;
    height: 30px;
    background: none;
    color:dddd;
    border: 0;
    opacity: 0.6;
    display: inline-block;
    padding: 5px;
}


    .a252-v1-metrostyle-r1-wrapper {
        position: relative
    }

    .a252-v1-metrostyle-r1-wrapper > .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        width: auto
    }

    .a252-v1-metrostyle-r1-wrapper .generalContainer {
        float: left;
        width: 100%
    }
    
    #page-content {
    min-height: 400px;
    background: #fff;
}

    .a252-v1-metrostyle-r1-wrapper ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
        float: left
    }

    .a252-v1-metrostyle-r1-wrapper ul li {
        width: 100%;
        margin-top: 2%;
        border: 1px solid #dbdbdb
    }

    .a252-v1-metrostyle-r1-wrapper ul li:after {
        content: '';
        display: block;
        clear: both
    }

    .a252-v1-metrostyle-r1-wrapper ul li:first-child {
        margin-top: 0
    }

    .a252-v1-metrostyle-r1-wrapper .topContainer {
        float: left;
        width: 100%
    }

    .a252-v1-metrostyle-r1-wrapper .logoContainer {
        width: 25%;
        float: left;
        height: 120px;
        position: relative;
        padding: 10px;
        text-align: center
    }



    .a252-v1-metrostyle-r1-wrapper .logoContainer img {
      margin: 30px auto;
      max-width: 140px;
      display: inline-block;
      vertical-align: middle!important;
    }

    .a252-v1-metrostyle-r1-wrapper .logoContainer .concept-noimage {
        width: 100%;
        height: 80px;
        display: inline-block;
        vertical-align: top
    }

    .a252-v1-metrostyle-r1-wrapper .bankInformation {
        width: 75%;
        float: left;
        height: 120px;
        padding: 10px;
        border-left: 1px solid #dbdbdb
    }

    .a252-v1-metrostyle-r1-wrapper .topData {
        width: 100%;
        float: left
    }

    .a252-v1-metrostyle-r1-wrapper .parameterTitle {
        width: 120px;
        float: left;
        font-size: 15px;
    }

    .a252-v1-metrostyle-r1-wrapper .parameterTitle span {
        float: right;
        margin-right: 10px
    }

    .a252-v1-metrostyle-r1-wrapper .parameterValue {
        width: auto;
        float: left;
        font-size: 14px;
    }

    .a252-v1-metrostyle-r1-wrapper .bottomDataContainer {
        width: 100%;
        float: left;
        border-top: 1px solid #dbdbdb
    }

    .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer {
        width: 100%;
        float: left;
        background-color: #f6f6f6;
        font-size: 12px
    }

    .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:nth-child(4n-1),.a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:nth-child(4n) {
        background-color: #fdfdfd
    }

    .a252-v1-metrostyle-r1-wrapper .bottomDataTitle {
        width: 25%;
        padding: 5px 10px;
        float: left;
        font-size: 15px
    }

    .a252-v1-metrostyle-r1-wrapper .bottomDataValue {
        width: 75%;
        padding: 5px 10px;
        float: left;
        border-left: 1px solid #dbdbdb;
        font-size: 15px
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .topContainer {
        flex: 25%;
        float: none
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .logoContainer {
        width: 100%
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bankInformation {
        display: none
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
        flex: 75%;
        float: none;
        border-top: 0
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataInlineContainer {
        height: 100%;
        border-left: 1px solid #dbdbdb;
        padding: 19px 0
    }

    .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataTitle,.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataValue {
        width: 100%;
        border-left: 0
    }

    .a252-v1-metrostyle-r1-wrapper .message {
        margin: 0
    }

    @media only screen and (min-width: 1000px) and (max-width: 1199px) {
        .a252-v1-metrostyle-r1-wrapper > .container {
            width:auto
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 999px) {
        .a252-v1-metrostyle-r1-wrapper > .container {
            width:auto
        }
    }

    @media only screen and (max-width: 767px) {
        .a252-v1-metrostyle-r1-wrapper > .container {
            width:auto
        }
		
		.halo-tab-category {

			padding: 0 !important;
		}
		
		
		.halo-tab-category .content {
			min-height: 160px;
		}

		.halo-tab-category .row.column-5 .halo-row-item {
			width: 33%;
		}


		.halo-tab-category .content .link {
	
			color: #202020;
			padding: 5px !important;
			text-align: center;

		}
	
				.halo-tab-category .content {
				padding: 5px !important;
				border: 1px solid #ddd;
			}

        .a252-v1-metrostyle-r1-wrapper .logoContainer {
            width: 100%;
            height: auto
        }

        .a252-v1-metrostyle-r1-wrapper .bankInformation {
            width: 100%;
            height: auto;
            border-left: 0;
            border-top: 1px solid #dbdbdb;
            padding: 0
        }

        .a252-v1-metrostyle-r1-wrapper .topData {
            padding: 5px 10px;
            border-bottom: 1px solid #dbdbdb;
            background-color: #fdfdfd
        }

        .a252-v1-metrostyle-r1-wrapper .topData:nth-child(1),.a252-v1-metrostyle-r1-wrapper .topData:nth-child(2) {
            background-color: #f6f6f6
        }

        .a252-v1-metrostyle-r1-wrapper .topData:last-child {
            border-bottom: 0
        }

        .a252-v1-metrostyle-r1-wrapper .parameterTitle {
            width: 100%
        }

        .a252-v1-metrostyle-r1-wrapper .parameterTitle span {
            display: none
        }

        .a252-v1-metrostyle-r1-wrapper .parameterValue {
            width: 100%
        }

        .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer {
            border-bottom: 1px solid #ddd
        }

        .a252-v1-metrostyle-r1-wrapper .bottomDataInlineContainer:last-child {
            border-bottom: 0
        }

        .a252-v1-metrostyle-r1-wrapper .bottomDataTitle {
            width: 100%
        }

        .a252-v1-metrostyle-r1-wrapper .bottomDataValue {
            width: 100%;
            border-left: 0
        }

        .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .topContainer,.a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
            flex: 100%
        }

        .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataContainer {
            border-top: 1px solid #dbdbdb
        }

        .a252-v1-metrostyle-r1-wrapper ul li[data-content="ptt"] .bottomDataInlineContainer {
            padding: 0;
            border-left: 0
        }
    }

.halo-tab-category .content {

    padding: 15px;
}

.halo-tab-category .content span {
    font-size: 13px;
    text-transform: uppercase;
	font-family: "Urbanist", sans-serif;
}

.halo-tab-category .content {
    padding: 15px;
    
}

.page.section-header {
    background: #c1b6b6;
    border: 1px solid #e8e9eb;
    border-top: none;
}

#footer {
    margin-top: 0;
}


input, button, select, textarea, .form-control {
    font-family: "Urbanist", sans-serif;
	font-size: 15px;
}

.payment-button__button--unbranded {
    padding: 1em 2em;
    font-family: "Urbanist", sans-serif;
}


.btn:hover, .btn:focus, .payment-button button:hover, .payment-button button:focus {
    font-family: "Urbanist", sans-serif;
}



.grid-products .item .product-name a {
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
	font-weight: 500;
}

.halo-tab-category .content .link {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    color: #202020;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
}

.footer-top h4, .footer-top .h4 {
    font-family: "Urbanist", sans-serif;
}

.slideshow-wrapper {
    margin-top: 15px;
}

#AccessibleNav {
    border-top: 1px solid #dddd;
}

.store-item__title {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #151515;
    font-weight: 600;
    margin: 20px 0;
    margin-top: 0;
}

.stores-list__item {
    padding-top: 25px;
    background: #fff;
    display: block;
    float: left;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 8%;
    border: 1px solid #ddd;
}
.store-item__address {
    font-size: 12px;
    line-height: 20px;
}
.store-item__address p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.m-basket__header {
    border-bottom: 1px solid #ededed;
    display: flex;
    margin-bottom: 1.5rem;
    padding: 0 0 1rem;
}

.m-basket__header--title {
    color: #111;
    font-size: 25px;
    letter-spacing: 1.07px;
    margin-top:25px
}


.customRadio {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: revert-layer;
    margin: 0 0 10px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.grouped-product-list td {
    padding: 10px 5px;
    font-size: 14px;
    font-weight: 500;
}

.product-single .product-single__title {
    font-size: 20px;
    font-weight: 500;
}

.site-footer {
    background: #c1b6b6;
    border-top: 1px solid #e8e8e8;
    padding: 0;
}

.footer-top, .footer-links a, .footer-top p, .footer-bottom {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
	font-family: "Urbanist", sans-serif;
}


.testimonial-style2 .quotes-slider__text p {
    font-size: 12px;
}


.footer-bottom {
    border-top: 1px solid #625959;

}

.footer-middle {
    border-top: 1px solid #625959;
}

/* Order summary */
@media (max-width: 991px) {
  .shopping-cart__order-summary {
    margin-top: 50px; } }

/* Order summary background */
.order-summary__background {
  padding: 20px 15px;
	background: #ebebeb;
  margin-bottom: 35px;
  position: relative; }
  @media (max-width: 991px) {
    .order-summary__background {
      padding: 35px 30px; } }
  .order-summary__background:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20px;
     }
  .order-summary__background:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    }

/* Order summary title */
.order-summary__title {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
	margin-top: 25px;



}
  @media (max-width: 991px) {
    .order-summary__title {
      font-size: 18px; } }

/* Order summary subtotal */
.order-summary__subtotal {
  margin-top: 5px;

  display: flex; }

.summary-subtotal__title {
  font-size: 16px; }
  @media (max-width: 991px) {
    .summary-subtotal__title {
      font-size: 14px; } }

.summary-subtotal__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 16px;
  color: #000; }
  @media (max-width: 991px) {
    .summary-subtotal__price {
      font-size: 14px; } }

/* Order summary delivery method */
.order-summary__delivery-method {
  margin-top: 18px;
  position: relative; }
  .order-summary__delivery-method select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 45px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    outline: none; }
  .order-summary__delivery-method:after {
    content: "";
    display: inline-block;
    font: normal normal normal 1em/1 "LineIconsPro Light";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    color: #000;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    pointer-events: none; }

/* Order summary total */
.order-summary__total {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  padding-top: 22px;
  display: flex; }

.summary-total__title {
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .summary-total__title {
      font-size: 16px; } }

.summary-total__price {
  padding-left: 20px;
  margin-left: auto;
  font-size: 20px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 991px) {
    .summary-total__price {
      font-size: 18px; } }

/* Proceed to checkout */
.order-summary__proceed-to-checkout {
  padding-top: 17px; }
  .order-summary__proceed-to-checkout .second-button {
	display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    background: #1b757e;
    color: white;

	}

/* Accept payment methods */
.order-summary__accept-payment-methods {
  border-top: 1px solid #d0d0d0;
  margin-top: 25px;
  padding-top: 22px; }
  .order-summary__accept-payment-methods img {
    max-width: 100%; }

.accept-payment-methods__title {
  padding: 0px 0px 14px 0px;
  margin: 0px;
  font-size: 16px;
  font-family: 'Jost';
  color: #000;
  letter-spacing: 0.5px; }
  @media (max-width: 991px) {
    .accept-payment-methods__title {
      font-size: 14px; } }

/* Order summary action */
.order-summary__action {
  text-align: center; }
  .order-summary__action a {
    color: #000000;
    text-decoration: underline;
    letter-spacing: 0.5px;
    text-transform: uppercase; }


.checkoutlist {
    background: white;
    border: 1px solid #ddd;
    margin-top: 15px;
    padding: 25px !important;
	margin-bottom: 31px;
}

.box-head-checkout {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0px 25x;
}

.halo-tab-category {
	margin: 0px 0 30px;
    background: #c1b6b63d;
    padding: 45px;
}

.halo-block-header .title {
    padding: 25px;
}


.mb-2.partall {
    font-size: 11px;
    color: #40484e;
    font-weight: bold;
}

.btn, .payment-button button {
    background-color: #1b757e;
}

.product-price .old-price + .price {
    color: #40484e !important;
    letter-spacing: normal;
}

.product-price__sale, .product__price--sale {
    color: #c93e63 !important;
}

a:hover, a:focus {
    opacity: 1.8;
}

.testimonial-slider.section.no-pb-section {
    background: #f7f7f7;
}


.testimonial-style2 .quotes-slide {

    border: 1px solid #ddd;
}

.product-rows.section {
    background: white;
}

.product-tabs-bg .acor-ttl {
    background-color: #fff !important;
    color: #000000;
    border: 1px solid #ddd;
    padding: 15px 15px;
    margin: 5px 0;
    font-size: 14px;
	font-family: "Urbanist", sans-serif;
}


.addressFooter li {

    list-style: none;
}

.swiper-horizontal {
 
    margin-top: 10px;
}
.right-action .icon {
    font-size: 20px;
}

.search .search__input {
    font-size: 15px;
	font-family: "Urbanist", sans-serif;

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


.grid-products .slick-slider .item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
}

@media (min-width: 990px) {
#siteNav > li .megamenu li.lvl-1 a.lvl-1, #siteNav 

.product-menu .site-nav.lvl-1 {
    font-weight: 400;
	
	}
	

	
	}
	
	

	
	
.halo-tab-category .content .img-box {
    width: 120px;
    width: 85px !important;
    padding: 10px !important;
}

.halo-tab-category .content .img-box {
    width: 120px;
    width: 85px !important;
    padding: 10px !important;

}

#siteNav > li > a {
    color: #000000;
    padding: 5px 0px 5px 10px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
}



@media (min-width: 990px){
#siteNav > li > a {
    color: #000000;
    padding: 0 12px;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
}


}

#siteNav {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
   font-family: "Urbanist", sans-serif;
}




.shop-categories-wrap .shop-categories-content h2 a {
    color: #ffffff;
    text-decoration: none;
}

.shop-categories-wrap .shop-categories-content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 0;
}
.shop-categories-wrap .shop-categories-content {
    position: absolute;
    left: 40px;
    bottom: 26px;
    z-index: 5;
    padding-right: 10px;
    background: #282624ab;
    padding: 7px 8px;
    border-radius: 10px;
}

.categryabout {
    width: 100%;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
}

.top-product-image-badge img {
    width: 55px !important;
    max-width: 55px !important;
}


.whatsapp.ms-1 {
    color: #ffffff;
    width: 100%;
    padding: 10px;
    border: 1px solid #438a7e;
    border-radius: 3px;
}

.category-img {
    width: 100%;
    height: 100%;
    display: flex;

}
.category-img img {
    max-width: unset;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    }

.category-meta {
    position: absolute;
    bottom: 0;
    padding: 40px;
    height: auto;
    width: 100%;
    z-index: 999;
}


.mb-2.partall {
    font-size: 13px;
    color: #ed1313;
    font-weight: bold;
}


.mb-2.partall strong {
    color: #46494c;
    font-weight: 400;
}

.category-meta:hover {
    background-color: #282828;
}


.category-meta .category-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.category-meta .category-inner .category-list {
    display: grid;
    /* grid-template-columns: repeat(1, 1fr); */
}
.category-meta .category-inner .category-list .title {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-align: left;
}
.category-meta .category-inner .category-list .text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: left;
}


.halo-policies-block {
    margin-top: 15px;
    margin-bottom: 10px
}

.halo-custom-text .content .title .text.desc-2::before,.halo-policies-block .halo-row-policies {
    background-color: #f9ede1
}

.halo-policies-block .halo-row--swipe-policies {
    overflow-x: auto;
    overflow-y: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0
}

.halo-policies-block .wrapper-policies-content {
    padding: 23px 0 16px
}

.halo-policies-block .wrapper-policies-content.before-border::before {
    content: '';
    width: 1px;
    height: 45px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000
}

.halo-policies-block .wrapper-policies-content .policies-content .title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 5px
}

.halo-policies-block.halo-policies-block-2 {
    margin-top: 10px;
    margin-bottom: 0
}

.halo-policies-block.halo-policies-block-2 .row {
    background-color: #f2f2f2
}

.halo-policies-block.halo-policies-block-2 .row .wrapper-policies-content {
    padding: 19px 0 13px
}

.halo-policies-block.halo-policies-block-2 .row .wrapper-policies-content.before-border::before {
    content: '';
    width: 1px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000
}

.halo-policies-block.halo-policies-block-2 .row .policies-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.halo-custom-text .content:hover .desc,.halo-policies-block.halo-policies-block-2 .row .policies-content:hover .title {
    text-decoration: underline;
    text-underline-offset: 0.3rem
}

.halo-policies-block.halo-policies-block-2 .row .policies-content svg {
    width: 26px;
    height: 23px;
    fill: #232323;
    stroke: #232323;
    margin-right: 12px;
    position: relative;
    top: -3px
}

.halo-policies-block.halo-policies-block-2 .row .policies-content .title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px
}

.halo-block-instagram,.halo-block-slideshow {
    line-height: 1;
    font-size: 0
}

.halo-block-slideshow .bannerCarousel-slide {
    line-height: 1
}

.halo-block-slideshow .bannerCarousel-slide .sub-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -.02em
}

.halo-block-slideshow .bannerCarousel-slide .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
    padding-top: 11px;
    margin-bottom: 40px
}

.halo-block-slideshow .bannerCarousel-slide .desc {
    color: #fff;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 46px
}

.halo-block-slideshow .bannerCarousel-slide .wrapper-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.halo-block-slideshow .bannerCarousel-slide .button-1 {
    width: 100%;
    max-width: 210px
}

.halo-block-slideshow:not(.slick-slider) {
    overflow: hidden
}

.halo-block-slideshow:not(.slick-slider) .bannerCarousel-slide {
    display: none
}

.halo-block-slideshow:not(.slick-slider) .bannerCarousel-slide:first-child {
    display: block
}

.halo-block-slideshow .slick-dots {
    background-color: rgba(0,0,0,.2);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 1px;
    border-radius: 6px;
    position: absolute;
    bottom: 25px;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.halo-block-slideshow .slick-dots li {
    margin: 0 5px;
    width: 12px;
    height: 12px
}

.halo-block-slideshow .slick-dots li:not(.slick-active) button {
    background-color: transparent
}

.halo-block-slideshow .slick-dots li button {
    border: 1px solid #fff;
    background-color: #fff
}

.halo-block-slideshow .slick-arrow {
    border: none;
    background-color: transparent;
    padding: 0!important
}

.halo-block-slideshow .slick-arrow.slick-prev {
    left: 41px
}

.halo-block-slideshow .slick-arrow.slick-next {
    right: 41px
}

.halo-banner,.halo-banner .halo-block-header {
    margin-top: 30px
}

.halo-banner .halo-block-header .title {
    margin-bottom: 22px
}

.halo-custom-text {
    margin-top: 60px
}

.halo-custom-text .content .title {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 8px
}

.halo-custom-text .content .title .text {
    position: relative
}

.halo-custom-text .content .title .text::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    height: 24px;
    left: 0;
    right: 0;
    width: calc(100% + 16px);
    margin-left: -8px;
    background-color: #f9e0ec;
    z-index: -1
}

.halo-custom-text .content .title .text.desc-3::before {
    background-color: #fbded6
}

.halo-custom-text .content .desc {
    line-height: 30px;
    letter-spacing: 0;
    color: #000
}

.halo-custom-text .button {
    height: 54px;
    margin: 0 auto;
    position: relative;
    top: 1px
}

.halo-tab-category {
    margin: 65px 0 53px
}

.halo-block-instagram .halo-block-content .row,.halo-block-product-tab .row,.halo-product .row,.halo-tab-category .row {
    margin: 0 -5px
}


.halo-tab-category .content {
   
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}



.halo-tab-category .content .img-box {
    width: 100%
}

.halo-tab-category .content .link {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #202020;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 22px
}

.tabs-listing .tab-container table tr td {
    padding: 5px 25px;
    text-align: left;
    font-size: 13px;
    border: 1px solid #e8e9eb;
}
.tabs-listing .tab-container table tr th { background:#444444; color:#ffffff; border:0 !important; }
.tabs-listing .tab-container table tr th, .template-product .tabs-listing .tab-container table tr td { padding:8px 15px; text-align:left; font-size:13px; border:1px solid #e8e9eb; }
.tabs-listing .tab-container table tr:nth-child(2n) { background: #ffffff; }

.halo-spotlights {
    margin-top: 24px
}

.halo-spotlights .halo-block-header .title {
    margin-top: 0
}

.halo-spotlights .row {
    margin: 0 -15px
}

.halo-spotlights .halo-block-header {
    margin-bottom: 23px
}

.halo-block-instagram .halo-block-header {
    margin-bottom: 28px
}

.halo-block-instagram .halo-block-header .title {
    margin-top: 44px
}

.halo-block-instagram .halo-block-content .row.column-5 .halo-row-item,.halo-block-product-tab .row.column-5 .halo-row-item,.halo-product .row.column-5 .halo-row-item {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px
}

.halo-block-instagram .halo-block-navigation {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center
}

.halo-block-instagram .halo-block-navigation .nav {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.halo-block-instagram .halo-block-navigation .nav .nav-item {
    position: relative;
    padding: 14px 23px 15px;
    background: #f9ede1;
    margin: 0 5px 10px;
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    color: #232323
}

.halo-product .halo-block-header {
    margin-top: 30px;
    margin-bottom: 29px
}

.halo-block-product-tab .halo-row-item,.halo-product .halo-row-item {
    padding: 0 5px
}

.halo-block-product-tab .tab-content>.tab-pane {
    display: block;
    height: 0;
    overflow: hidden
}

.halo-block-product-tab .tab-content>.active {
    height: auto;
    overflow: visible
}

.halo-block-product-tab .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 35px;
    margin-top: 60px;
    border: none
}

.halo-block-product-tab .nav-tabs .nav-link {
    width: 100%;
    max-width: 226px;
    height: 55px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0;
    padding: 12px 0;
    color: #232323;
    border: 1px solid #e6e6e6
}

.halo-block-product-tab .nav-tabs .nav-link.active,.halo-block-product-tab .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

@media (max-width: 1600px) and (min-width:993px) {
    .halo-custom-text .content .title {
        font-size:30px
    }

    .halo-custom-text .content .title .text::before {
        bottom: 0;
        height: 20px
    }

    .slick-arrow.slick-prev {
        left: 5px!important
    }

    .slick-arrow.slick-next {
        right: 5px!important
    }
}

@media (max-width: 1200px) {
    .halo-tab-category .row.column-5 .halo-row-item {
        width:33.33%
    }
}

@media (max-width: 1024px) {
    .halo-block-instagram .halo-block-content .row,.halo-product .row,.halo-tab-category .row {
        margin:0 -10px
    }

    .halo-block-slideshow .img-box .image {
        height: 100%;
        min-height: 550px
    }

    .halo-banner .container,.halo-block-product-tab .container,.halo-block-slideshow .container {
        padding: 0 10px
    }

    .halo-block-slideshow .slide-item .desc,.halo-block-slideshow .slide-item .wrapper-button .button {
        max-width: 330px
    }

    .halo-block-slideshow .slide-item .wrapper-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .halo-spotlights .row {
        margin: 0 -15 px
    }

    .halo-block-product-tab .nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: inline-block;
        padding-bottom: 3px;
        width: 100%
    }

    .halo-block-product-tab .nav-tabs .nav-link {
        display: inline-block
    }

    .halo-block-instagram .halo-block-navigation {
        margin: 0 -5px
    }

    .halo-custom-text .col-left,.halo-custom-text .col-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .halo-custom-text .slick-dots {
        margin: 15px 0 20px
    }
}

@media (max-width: 1024px) and (min-width:768px) {
    .halo-policies-block.style-2 .row .policies-content .title {
        font-size:14px;
        color: #000;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 28px
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .halo-block-slideshow .row {
        margin:0 -5px
    }

    .halo-block-slideshow .slide-item .title {
        font-size: 45px;
        padding-top: 0;
        margin-bottom: 27px
    }

    .halo-block-slideshow .slide-item .desc {
        max-width: 360px
    }

    .halo-block-slideshow .slide-item .wrapper-button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .halo-block-slideshow .slide-item .wrapper-button .button {
        max-width: 170px
    }

    .halo-block-slideshow.style-1 .slick-dots {
        top: 0
    }
}

@media (max-width: 991px) {
    .halo-policies-block .row {
        margin:0 -5px
    }

    .halo-policies-block.style-2 .halo-row--swipe-policies {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 15px;
        margin-left: -5px;
        margin-right: -5px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .halo-tab-category .row {
        margin: 0 -10px
    }

    .halo-tab-category .row.column-5 .halo-row-item {
        width: 50%
    }

    .halo-tab-category .content {
        width: 100%;
        max-width: 100%
    }

    .halo-spotlights .row {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .halo-block-product-tab .nav-tabs .nav-link {
        max-width: 160px;
        padding: 6px 0;
        margin-right: 5px
    }

    .halo-block-slideshow.halo-block-slideshow-2 .slick-dots {
        margin-top: 15px
    }

    .halo-block-product-tab .slick-dots {
        margin-top: -10px
    }

    .halo-block-instagram .slick-dots {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .halo-policies-block .halo-row--swipe-policies {
        padding:0;
        margin-left: -5px;
        margin-right: -5px
    }

    .halo-policies-block .wrapper-policies-content {
        text-align: left!important;
        padding: 15px;
        margin: 0 auto
    }

    .halo-policies-block .wrapper-policies-content .policies-content .title {
        font-size: 16px;
        margin-bottom: 0
    }

    .halo-policies-block .wrapper-policies-content .policies-content .desc {
        font-size: 13px
    }

    .halo-policies-block.style-2 .halo-row--swipe-policies {
        margin-left: -5px;
        margin-right: -5px
    }

    .halo-policies-block.halo-policies-block-2 .row .policies-content .title {
        font-size: 16px
    }

    .halo-block-slideshow .slide-item .title {
        font-size: 50px;
        padding-top: 4px;
        margin-bottom: 28px
    }

    .halo-block-slideshow .slide-item .desc {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-bottom: 0
    }

    .halo-block-slideshow .slide-item .wrapper-button {
        margin-top: 20px
    }

    .halo-custom-text {
        margin-top: 30px
    }

    .halo-block-instagram,.halo-tab-category {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .halo-tab-category .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 200px
    }

    .halo-tab-category .content .icon {
        width: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .halo-block-instagram .halo-block-content .row,.halo-product .row,.halo-spotlights .row,.halo-tab-category .row {
        margin: 0 -10px
    }

    .halo-block-instagram .halo-block-header .title {
        margin-top: 18px
    }

    .halo-block-instagram .halo-block-navigation {
        padding-top: 15px;
        padding-bottom: 20px
    }

    .halo-block-instagram .slick-dots {
        margin-top: 25px
    }

    .halo-block-product-tab .nav-tabs {
        margin-bottom: 22px;
        margin-top: 45px
    }

    .quickSearchProduct .search-block-title {
        padding-left: 0!important
    }

    .halo-sidebar_menu .nav-currency-language .wrapper-currencies {
        font-size: 12px
    }
}

@media (max-width: 340px) {
    .halo-custom-text .content .title {
        font-size:35px
    }

    .halo-policies-block.style-2 .row .policies-content .title {
        font-size: 15px
    }
}

@media (min-width: 768px) {
  

    .halo-tab-category .content .img-box {
        width: 120px
    }

    .halo-tab-category .content .link {
        width: calc(100% - 120px)
    }

    .halo-banner .halo-block-header,.halo-product .halo-block-header {
        margin-top: 56px
    }
}

@media (min-width: 1025px) {
    .halo-block-slideshow .slick-dots {
        bottom:48px
    }
}
