/*================================================ = 17. Product Css = ==================================================*/
.flex-container {
    display: flex;
    flex-wrap: wrap;
}
.flex-item-left {
    flex: 37%;
}
.flex-item-right {
    flex: 50%;
}
.single-product-item {
    margin-top: 30px;
}
.single-product-item .products-images {
    position: relative;
}
.single-product-item .product-thumbnail {
    position: relative;
    display: block;
}
.single-product-item .product-thumbnail::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.single-product-item .product-thumbnail .ribbon {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #222;
    color: #fff;
    padding: 0 15px;
    z-index: 3;
}
.single-product-item .product-thumbnail .ribbon.out-of-stock {
    background: #222;
}
.single-product-item .product-thumbnail .ribbon.onsale {
    background: #f14705;
}
.single-product-item .product-thumbnail > img {
    width: 100%;
}
.single-product-item .product-actions {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.single-product-item .product-actions a {
    width: 45px;
    height: 45px;
    line-height: 48px;
    background-color: #e6eec0;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 7px;
    margin-right: 7px;
    color: #000;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}
.single-product-item .product-actions a:nth-child(1) {
    transition-delay: 0s;
}
.single-product-item .product-actions a:nth-child(2) {
    transition-delay: 0.15s;
}
.single-product-item .product-actions a:nth-child(3) {
    transition-delay: 0.3s;
}
.single-product-item .product-actions a .tool-tip {
    position: absolute;
    background: #000;
    text-align: center;
    padding: 8px 12px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s, margin 0.3s;
    white-space: pre;
    font-size: 13px;
    line-height: 14px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 2px;
}
.single-product-item .product-actions a .tool-tip::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: "";
    height: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 0;
    bottom: -6px;
    transform: translateX(-50%) rotate(90deg);
}
.single-product-item .product-actions a:hover {
    color: #222;
}
.single-product-item .product-actions a:hover .tool-tip {
    visibility: visible;
    opacity: 1;
    top: -35px;
}
.single-product-item:hover .product-thumbnail::after {
    opacity: 1;
    visibility: visible;
}
.single-product-item:hover .product-actions a {
    transform: translateY(0);
    opacity: 1;
}
.single-product-item:hover .product-actions a:nth-child(1) {
    transition-delay: 0s;
}
.single-product-item:hover .product-actions a:nth-child(2) {
    transition-delay: 0.15s;
}
.single-product-item:hover .product-actions a:nth-child(3) {
    transition-delay: 0.3s;
}
.single-product-item .product-content {
    margin-top: 20px;
}
.single-product-item .product-content .prodect-title {
    font-size: 16px;
    margin-bottom: 5px;
}
.single-product-item .product-content .prodect-price span {
    color: #666;
    font-size: 18px;
}
.product-slider-active {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.product-slider-active .single-product-item {
    padding-right: 15px;
    padding-left: 15px;
}
.product-slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 3;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: all 0.3s ease-in-out;
}
.product-slider-active .slick-arrow.arrow-next {
    right: 0px;
    left: auto;
}

.product-item {
    margin-bottom: 30px;
}
.product-item .product-image {
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    padding-top: 15px;
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    text-align: center;
}
.product-item .product-image img {
    transform: scale(1);
    transition: all 0.3s;
}
.product-item .product-image .tag-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
}
.product-item .product-image .tag-wrap .tag.new {
    background: var(--theme-color);
    margin-right: 10px;
}
.product-item .product-image .tag-wrap .tag {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    background: #064acb;
}

.product-item .product-image .info-wrap {
    position: absolute;
    list-style: none;
    right: 15px;
    top: 15px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.product-image .info-wrap:hover {
    opacity: 1;
    visibility: visible;
}
.product-image .info-wrap li:hover {
    margin-left: -40px;
}
.product-image .info-wrap img:hover{
    transform: scale(1.2);
}
.product-item .product-image .info-wrap li:first-child {
    transition: all 0.3s ease-in-out;
}
.product-item .product-image .info-wrap li:nth-child(2) {
    transition: all 0.4s ease-in-out;
}
.product-item .product-image .info-wrap li:last-child {
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.product-item .product-image .info-wrap li {
    margin-bottom: 5px;
    margin-right: -50px;
}
.product-item .product-info {
    padding-top: 10px;
}
.product-item .product-info h2 {
    margin-bottom: 5px;
}
.product-item .product-info h2 a {
    color: #222;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 29px;
}
.horizontal-product-item {
    display: flex;
    border: 1px solid #E9ECEF;
    margin-bottom: 24px;
}
.horizontal-product-item .product-image {
    width: 33%;
    padding: 15px;
}
.horizontal-product-item img {
    transform: scale(1);
    transition: all 0.3s;
}
.horizontal-product-item .product-info {
    padding: 20px;
    width: 100%;
}
.horizontal-product-item .product-info h2 {
    margin-top: 25px;
    margin-bottom: 5px;
}
.horizontal-product-item .product-info h2 a {
    color: #222;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 1.475rem;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}
.product-single-section .product-single-img {
    width: 37%;
}
.product-single-section .product-single-content {
    padding: 0 20px;
}
.product-single-section .product-single-content h2{
    margin: 20px 0;
    font-size: 1.675rem;
}
.product-details .product-single-content .category ul {
    display: flex;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}
.product-details .product-single-content .category ul li {
    margin-right: 15px;   
    list-style: none;
}

.other-product {
    padding: 20px 30px;
}
.other-product h4 {
    position: relative;
    padding-bottom: 15px;
    margin: 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    border-bottom: 2px solid #ebebeb;
}
.shop-section .other-product h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 65px;
    height: 2px;
    background: var(--accent-color);
    content: "";
}
.product-single-section .product-tab-area .main-tab {
    justify-content: flex-start;
    border-top: 3px solid rgb(49 86 148 / 89%);
    border-bottom: 1px solid rgba(93, 102, 111, 0.15);
}
.product-single-section .product-tab-area .main-tab button.active {
    color: #fff;
    background: var(--theme-color);
}

.product-single-section .product-tab-area .main-tab button,
.product-single-section .product-tab-area .main-tab a {
    color: rgba(93, 102, 111, 0.5);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    padding: 15px 40px;
    background: transparent;
    border: none;
}
.product-single-section .product-tab-area .main-tab a {
    color: #fff;
    background: var(--accent-color);
}
.product-single-section .product-tab-area .tab-content {
    padding-top: 20px;
}
.product-tab-area .tab-content .desc-text p, 
.product-tab-area .tab-content .desc-text ul li{
    font-size: 1rem;
    line-height: 2rem;
}

.shop-section .shop-section-top-inner .shoping-list .nav-link.active {
    background-color: #e93d45;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link {
    border: 0;
    background: transparent;
    border: 1px solid #E9ECEF;
}
.shop-section .shop-section-top-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    padding-top: 20px;
    align-items: center;
}
.shop-section .shop-section-top-inner .shoping-list {
    display: flex;
    align-items: center;
}
.shop-section .shop-section-top-inner .shoping-list li {
    margin-right: 5px;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link.active i {
    color: #fff;
}
.shop-section .shop-section-top-inner .shoping-list i {
    color: #1C263A;
    font-size: 18px;
}
.shop-section .shop-section-top-inner .shoping-list p {
    margin-bottom: 0;
    margin-left: 20px;
}
.filter-item {
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 40px;
}
.f65 {
    font-size: 0.65rem !important;
    line-height: 1rem;
}
.shop-section .shop-filter-wrap .shop-filter-item h4 {
    position: relative;
    padding-bottom: 15px;
    margin: 20px;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
    border-bottom: 2px solid #ebebeb;
}
.shop-section .shop-filter-wrap .shop-filter-item h4:after {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 65px;
    height: 2px;
    background: var(--accent-color);
    content: "";
}
.shop-section .shop-filter-wrap .category-widget ul {
    list-style: none;
}
.shop-section .shop-filter-wrap .category-widget ul li {
    font-size: 19px;
    position: relative;
    list-style: none;
}
.product-item .product-image .tag-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    padding: 0;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a {
    display: block;
    position: relative;
    padding: 8px 0;
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li a:hover {
    color: var(--primary-color);
}
.shop-section .shop-filter-wrap .category-widget ul a:before {
    position: absolute;
    right: 0;
    top: 12px;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
}
.page-header{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 35px 0;
}

.page-header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(86deg, #cddc39 0%, var(--theme-color) 65%);
}

.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h2{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 15px;
}

.page-header-box .breadcrumb{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.page-header-box ol.breadcrumb li{
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	margin-right: 12px;
	text-transform: capitalize;
}

.page-header-box ol.breadcrumb li:last-child{
	margin-right: 0;
}

.page-header-box ol.breadcrumb li a{
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.page-header-box ol.breadcrumb li:after{
	content: '\f061';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	color: var(--theme-color);
	margin-left: 12px;
}

.page-header-box ol.breadcrumb li:last-child:after{
	display: none;
}
.btn-style-1, .btn-style-2, .small-btn-style {
    background: var(--theme-color);
    border: 0;
    border-radius: 30px;
    color: #1a1729;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-weight: 600;
    padding: 15px 35px;
    padding-right: 70px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    color: #fff;
    overflow: hidden;
}
.btn-style-1:before, .small-btn-style:before {
    background: #fff;
    border-radius: 30px;
    content: "\f232";
    font-family: "Font Awesome 6 Brands";
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 46px;
    color: #1C263A;
    font-size: 1rem;
}
.btn-style-1:after, .btn-style-2:after, .small-btn-style:after {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    border-radius: 100px;
    background: #053ca3;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-style-2{
    background: #FF7043;
}
.btn-style-2:before {
    background: #fff;
    border-radius: 30px;
    content: "\f290";
    font-family: "Font Awesome 6 Pro";
    height: 46px;
    line-height: 46px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 46px;
    color: #1C263A;
    font-size: 1rem;
}
@media (max-width: 575px) {
	.product-single-section .product-single-img {
		width: 100%;
	}

	.flex-item-left {
		flex: 100%;
	}
}