/*
Theme Name: AccentLight
Theme URI: https://theaccentlight.com/
Author: iDepTrai
Author URI: https://ideptrai.com/
Description: Description
Version: 1.0.64
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accentlight
*/

h1.entry-title {
    color: rgb(213, 145, 30);
}

.breadcrumb-item {
    font-size: .875rem;
    padding: 5px 10px;
    background-color: #f3f4f6;
    border-radius: 4px;
}
.breadcrumb-item a {
    text-decoration: none;
    color: inherit;
}
.breadcrumb-item + .breadcrumb-item {
    margin-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
.breadcrumb-item:hover {
    background-color: rgba(241, 182, 80, 0.75);
}

.header .nav-link.active, .header .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(241, 182, 80);
}
.header .navbar-nav .dropdown-menu .nav-item + .nav-item {
	margin-left: 0;
}

.woocommerce-product-details__short-description ul, .woocommerce-Tabs-panel--description ul {
    list-style: none;
    padding-left: 0.35rem;
    margin-bottom: 1.45rem;
}
.woocommerce-product-details__short-description ul li + li, .woocommerce-Tabs-panel--description ul li + li {
    margin-top: 0.5rem;
}
.woocommerce-product-details__short-description ul li::before, .woocommerce-Tabs-panel--description ul li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.5rem;
    width: 0.5rem;
    margin-right: 0.5rem;
    background-color: rgba(241, 182, 80, 0.75);
}

.media__blog {
    border: 1px solid rgba(25, 25, 25, 0.12) !important;
    background-color: #ffffff !important;
}

.post-thumbnail {
    height: 345px;
    overflow: hidden;
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 100%;
    height: auto;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25% !important;
}

.woocommerce .product-category .count, .woocommerce ul.products li.product .count, .woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

.woocommerce .product-category img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 0.375rem;
}

.product-category a, .product a {
    text-decoration: none;
}
.woocommerce-loop-product__link {
    display: block;
    margin-bottom: 0.5rem;
}
.add_to_cart_button {
    background-color: rgb(213, 145, 30);
    padding: 6px 25px;
    color: #fff;
    border: 1px solid rgb(213, 145, 30);
    border-radius: 0.375rem;
}
.add_to_cart_button:hover {
    background-color: #fff;
    border-color: rgb(213, 145, 30);
    color: rgb(213, 145, 30);
}
.added_to_cart.wc-forward {
    font-size: 0.875rem;
    margin-left: 0.5rem;
}
.product-category img, .product img {
    width: 100%;
    height: auto;
}
.woocommerce-loop-category__title {
    text-align: center;
    font-size: 1.45rem;
}

.wc-block-components-checkout-place-order-button--full-width {
    background-color: rgb(213, 145, 30);
    padding: 6px 25px;
    color: #fff;
    border-radius: 0.375rem;
    border: 0;
}

.woocommerce-notices-wrapper a {
    color: #fff;
    margin-left: 0.5rem;
}
.woocommerce-notices-wrapper a:hover {
    text-decoration: none;
}

.aside__nav {
    background: linear-gradient(to right,#191919 0,#212529 100%);
    padding: 1.25rem;
    font-size: 1.15rem;
}
.aside__nav .dropdown-item {
    white-space: inherit;
}
.aside__nav .nav-item .nav-link {
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}
.aside__nav .nav-item .nav-link:hover {
    color: #cfcfcf;
}
.aside__nav .nav-item .nav-link.active {
    background-color: #fff;
    color: #000;
}

.woocommerce-product-gallery__image {
    height: 431px;
}

.woocommerce-product-gallery__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.woocommerce-LoopProduct-link {
    color: #191919;
    margin-bottom: 0;
}

.media__catalog:hover, .card__item:hover {
    background-color: rgba(241, 182, 80, 0.65) !important;
}
.card__item:hover .text-black {
    color: #000 !important;
}
.card__item:hover .text-decoration-line-through {
    color: rgba(25, 25, 25, 0.5) !important;
}
.card__item:hover .text-danger {
    color: #dc3545 !important;
}
.card__item .card-title {
    line-height: 1.45;
    /*font-size: 1rem !important;*/
}

.price {
    font-size: 1.25rem;
    font-weight: bold;
    color: #111;
}


.quantity-btn {
    width: 48px;
    height: 100%;
    text-align: center;
    padding: 0 !important;
    line-height: 1;
}

.input-group {
	height: 58px;
}
.input-group .qty {
    text-align: center;
    width: 60px;
	height: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-outline-secondary:hover {
    background-color: rgb(213, 145, 30);
    border-color: rgb(213, 145, 30);
}

.wc-block-grid__product-link {
    text-decoration: none;
}


.u-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 3rem;
}

.u-column1,
.u-column2 {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.u-column1 h2,
.u-column2 h2 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
}

.woocommerce-Input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.woocommerce-button {
    width: 100%;
    padding: 10px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-button:hover {
    background: #0056b3;
}

.woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.woocommerce-LostPassword {
    text-align: right;
    margin-top: 10px;
}

.u-column2 p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none !important;
}

.woocommerce-button {
    background-color: rgb(213, 145, 30) !important;
    color: #191919 !important;
}

.woocommerce-tabs {
    margin-top: 2rem;
}
.woocommerce-tabs .nav-item + .nav-item {
    margin-left: 0.5rem;
}

.itemsSwiper figure {
    height: 215px;
}
.itemsSwiper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .lastPostSwiper .media__blog {
    height: 394px !important;
} */

.price {
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #198754 !important;
}

.single-product .price {
    font-size: 1.45rem !important;
}

.wpcf7-not-valid-tip {
    font-size: 0.875rem !important;
}

.send__requestform p {
    margin-bottom: 0 !important;
}

.woocommerce-product-gallery .flex-control-nav {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.woocommerce-product-gallery .flex-control-nav li {
    padding-left: 10px;
    padding-right: 10px;
}


.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.breadcrumb::-webkit-scrollbar {
    height: 4px;
}

.breadcrumb::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
}


.main-gallery {
	margin-bottom: 10px;
}

.thumb-gallery .swiper-slide {
	opacity: 0.4;
	cursor: pointer;
	transition: 0.3s;
}

.thumb-gallery .swiper-slide-thumb-active {
	opacity: 1;
/* 	border: 2px solid #333; */
}

/* .thumb-gallery .swiper-slide img {
  width: 100%;
  height: 145.5px;
  object-fit: cover;
} */

.woocommerce-product-attributes-item__value p {
	margin-bottom: 0;
}

.media__blog figure {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.media__blog figure img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.entry-content .size-full {
	max-width: 100%;
	height: auto;
}


@media (max-width: 768px) {
    .breadcrumb {
        padding-bottom: 5px;
    }
}


@media (max-width: 768px) {
    .u-columns {
        flex-direction: column;
    }
    .u-column1,
    .u-column2 {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
  .carousel-caption > div {
    max-width: 650px;
  }
}


@media (min-width: 0) and (max-width: 767px) {
    .itemsSwiper .card__item {
        height: 332px !important;
    }

    .yandex__map {
        height: 251px;
    }

    .woocommerce-loop-category__title {
        font-size: 1rem;
    }

    .u-column1.col-1, .u-column2.col-2 {
        width: 100%;
    }

    .lastPostSwiper .swiper-slide {
        width: 290px;
    }
}
