@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
/*    width: 100%!important;
/*    max-width: 100%!important;
/*    --bs-gutter-x: .2rem;
/*    padding-right: calc(var(--bs-gutter-x) * 1)!important;
/*    padding-left: calc(var(--bs-gutter-x) * 1)!important;
/*    margin-right: auto;
/*    margin-left: auto;
/*}

/*========================================CONTAINER CONVERT TO CONTAINER FLUID*/

.container-fluid {
    max-width: 100%;
    padding-left: 1px;
    padding-right: 2px;
}

/*======================================================================HEADER*/

.header-container {
    background: #ffffff;
    color: #2515d2;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width:998.98px) {
header .header-container {
    margin-top: 42px;
    padding: 20px;
   }
}

@media screen and (max-width:991.98px) {
header .header-logo {
    margin-right: 15px;
    display: block;   
    position: absolute;
    top: 50px;
    left: 5px;
   }
}

header .header-interface {
    float: right;
    position: absolute;
    right: 25px;
}

@media screen and (max-width: 998.98px) {
header .header-interface {
    float: right;
    position: absolute;
    right: 15px;
    top: 50px;		
  }
}

/*========================================================================MENU*/

.navbar {
    left: calc(-1 * (100vw - 100%) / 2);
    width: 100vw;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    padding-top: 6px;
    padding-bottom: 5px;
    }
}

@media (max-width: 991.98px) {
 .navbar-collapse {
    margin-top: 10px;
    background-color: #f1f1f1!important;
  }
}
@media (max-width: 991.98px) {
    .navbar-collapse {
    max-height: 90vh;
    overflow: auto!important;
    }
}

.dropdown-item {
    color: #232323;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #232323;
    background-color: #9ac490;
}

.dropdown-menu.show {
    background-color: #f8f9fa;
    border: none;
}

@media (max-width: 991.98px) {
 #menu {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    margin-top: 1px!important;
  }
}

@media (max-width: 991.98px) {
header .header-interface-list {
    list-style: none;
    padding: 0;
    margin-top: 64px!important;
    z-index: 200!important;
    margin-right: 10px!important;
  }
}

header .btn-header:hover {
    color: #3262a8!important;
}

header .btn-header:focus {
    color: #22b14c!important;    
}

@media (max-width: 991.98px) {
header .btn-header {
    color: #198754!important;
    font-size: 25px!important;
  }
}

header .header-interface-list > li:not(:first-child) {
    margin-left: 20px;
}

#menu .header-menu-title {
    color: #232323;
    font-weight: 300;
    font-size: 18px;
    margin-left: 60px;
    position: absolute;
    top: 17px;
}

#menu button.navbar-toggler, #menu button.navbar-toggler .navbar-toggler-icon {
    color: #232323;
    border-color: #232323;
    margin-right: 10px;
    margin-left: 10px;
}

/*==============================================CART, SEARCH, WISH TO SET MENU*/

@media (max-width: 991.98px) {
 #menu {
    padding-top: 13px!important;
    padding-bottom: 13px!important;
    margin-top: 1px!important;
  }
}

@media (max-width: 991.98px) {
header .header-interface-list {
    list-style: none;
    padding: 0;
    margin-top: 64px!important;
    z-index: 200!important;
    margin-right: 10px!important;
  }
}

header .btn-header:hover {
    color: #3262a8!important;
}

header .btn-header:focus {
    color: #22b14c!important;    
}

@media (max-width: 991.98px) {
header .btn-header {
    color: #198754!important;
    font-size: 25px!important;
  }
}

header .header-interface-list > li:not(:first-child) {
    margin-left: 20px;
}

#menu .header-menu-title {
    color: #232323;
    font-weight: 300;
    font-size: 18px;
    margin-left: 60px;
    position: absolute;
    top: 17px;
}

#menu button.navbar-toggler, #menu button.navbar-toggler .navbar-toggler-icon {
    color: #232323;
    border-color: #232323;
    margin-right: 10px;
    margin-left: 10px;
}

#cart .text-danger {
    margin-top: 5px;
    display: inline-block;
    font-size: 30px;
    float: right;
}

/*=================================================================HOME SLIDER*/

.slideshow .no-js .owl-carousel, .owl-carousel.owl-loaded {
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
    position: relative;    
    margin-bottom: 1px;
    margin-top: -17px;    
}

@media screen and (max-width:991.9px) {
.slideshow .no-js .owl-carousel, .owl-carousel.owl-loaded  {
    margin-bottom: 1px;
    margin-top: -22px;
  }
}

.slideshow .no-js .owl-carousel, .owl-carousel.owl-loaded .img-fluid {
    min-width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    margin-left: -4px;     
}    

.owl-carousel .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    top: 40%;
    position: absolute;
    right: 5px;
    left: auto;
    font-size: 20px!important;
}

.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    font: inherit;
    top: 40%;
    position: absolute;
    left: 5px;
    right: auto; 
    font-size: 20px!important;    
}

/*============================================================BU BANNER MODULE*/

.bu_top_banners {
    margin-bottom: 5px!important;
    margin-top: 35px!important;
    margin-left: 1px!important;
    margin-right: 1px!important;
}

.bu_top_banners .col-lg-2, .bu_top_banners .col-md-2, .bu_top_banners .col-sm-3, .bu_top_banners .col-xs-12 {
    padding-left: 0px!important;
    padding-right: 0px!important;
    border: 1px solid #eee!important;
    background-color: #fcfcfc!important;
    margin-bottom: 15px!important;
}

@media (max-width: 767px) {
.bu_top_banners .col-lg-2, .bu_top_banners .col-md-2, .bu_top_banners .col-sm-3, .bu_top_banners .col-xs-12 {
    width: 50%!important;
    }
}

.bu_top_banners .bu-text {
    position: relative!important;
    top: 5px!important;
    left: 5px!important;
}

.bu_top_banners .bu-text {
    z-index: 100!important;
}

.bu_top_banners h2.top_banner_heading {
    font-size: 15px!important;
    margin-bottom: 10px!important;
}

/*====================================================HOME AND MODULS PRODUCTS*/

@media screen and (max-width: 991.9px) {
.module-products .col-sm-6 {
    width: 49.9%;
    padding-left: .5px;
    padding-right: .5px;
    margin: auto;
    margin-top: -13px;
    }
}

@media (min-width: 992px) {
.module-products .col-lg-3 {
    flex: 0 0 auto;
    max-width: 16.66%;
    padding-left: 1px;
    padding-right: 1px;
  }
}

.module-products .product-thumb h4{
	font-size: calc(1rem + .2vw) !important;
	text-align: center;
	height: 5ex;
    color: #1e53a0;
    margin-top: 5px;
}

.module-products .product-thumb p {
display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 7em;
    color: #444;
    margin: 18px 2px 0 2px;
}

.module-products .product-thumb .caption  {
    margin-left: 2px;
    margin-right: 2px;
}

.module-products .product-thumb .caption a:hover {
    color: #0d6976;    
}

.module-products .product-thumb .price {
    color: #3262a8;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: center;
}

.module-products .product-thumb .price-old {
    color: #ff6c00;
    font-size: 13px;
  	text-decoration: line-through;
	font-weight: 400;
}

.module-products .rating {
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}

.module-products .price {
	font-size: 16px;
	font-weight: 700;
}

.module-products .price-tax {
	font-weight: 400;
}

/*====================================================================CATEGORY*/

@media screen and (min-width: 351px) {
    #product-category .col-md-4 {
    width: 51.5%;
    margin-right: -20px;
    }
}

@media (min-width: 576px) {
#product-category .col-sm-6 {
    width: 51.5%;
    margin-right: 0px;
    margin-right: -19px;
    margin-top: -10px;
    }
}

@media screen and (min-width: 768px) {
#product-category .col-md-4 {
    width: 35.3%;
    margin-left: -9px;
    margin-right: -9px;
    }
}

@media screen and (min-width: 992px) {
#product-category .col-md-4 {
    width: 26.3%;
   }
}

#product-category .product-thumb .caption  {
    margin-left: 6px;
    margin-right: 6px;
    max-height: 10.7em;    
}

#product-category .product-thumb .caption a {
    color: #1e53a0;    
}

#product-category .product-thumb p {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.6em;
    line-height: 1.8em;
    color: #232323;
}

#product-category .rating {
    position: absolute;
    margin-top: -63px;
}

#product-category .rating .fa-stack {
    color: #0d6efd;
    width: 2em;
    height: 3em;
    line-height: 1em;
    vertical-align: middle;
    color: #ffc107;
    font-size: .5em;
}
/*=================================================================PRODUCT PAGE*/

.col-sm-4 h1 {
    color: #1e53a0;  
}

@media (min-width: 576px) and (max-width: 998px) {
#product-product .col-sm-8 {
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 998px) {
#product-product .col-sm-4{
    width: 50%;
  }
}

.product-page-add-cart  {
    min-width: 140px;
    float: left;
    background: #f6dd65;
    color: #50481b;
    font-size: 17px;
    font-weight: 600;
    border-radius: 25px;
    padding: 10px 12px 10px 12px;
    border: none;
}

.my-btn-group .btn-group {
    background-color: #ffda44;
    display: inline-block;
    position: relative;
    top: -49px;
    left: 160px;
}

#product .input-group { 
   width: 125px; 
}

.my-input-quantity {
    margin-bottom: 10px;
    margin-left: 5px;
}

#product .mb-3 {
     margin-bottom: -2rem !important;
}

.share-this-inline-button {
    margin-top: 5px;
    margin-bottom: 25px;
}

#product .rating {
    display: inline-block;
    margin-top: 15px;
}

.rating .fa-stack {
    color: #0d6efd;
    width: 1.2em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    color: #ffc107;
    font-size: 1.3em;
}

.module-products .rating .fa-stack {
    color: #0d6efd;
    width: 2em;
    height: 3em;
    line-height: 1em;
    vertical-align: middle;
    color: #ffc107;
    font-size: .5em;
}

.fa-stack-2x {
    color: #ffc107;
    font-size: 2em;
}

.rating a {
    color: #232323;
    margin-left: .2em;
}

/*==============================================Led Websoft Recipes Link Modul*/

.recipes-badge-img {
    display: inline-block;
    margin-top: -15px;
    margin-bottom: 5px;
    position: relative;
}

/*=============================================RELATED PRODUCT IN PRODUCT PAGE*/

.related-product {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #eee;
}

.related-product h3 {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.3rem;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #f4e55d;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;  
}

@media (min-width: 325px) and (max-width: 991.9px) {
.related-product .col-sm-3 {
    flex: 0 0 auto;    
    width: 50%;
    padding-left: 2px;
    padding-right: 2px;    
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
.related-product .col-sm-3 {
    flex: 0 0 auto;    
    width: 25%;
    padding-left: 2px;
    padding-right: 2px;    
  }
}
@media (min-width: 1200px) {
.related-product .col-sm-3 {
    flex: 0 0 auto;
    max-width: 16.66666%;
    padding-left: 2px;
    padding-right: 2px;
  }
}

.related-product .product-thumb .caption {
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 5px;
}

.related-product .product-thumb .caption {
    display: inline-block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    height: 5em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.related-product .fa-stack-2x {
   font-size: .8em;
}

.related-product .price {
    margin-top: 5px;
}

/*===========================================================ONE PAGE CKECKOUT*/

.onepagecheckout .checkout-content {
    background: #f8f9fa;
}

.onepagecheckout .secondary-title i.fa {
    background-color: #f4e08e!important;
    color: #ffffff!important;
}

.onepagecheckout .form-control {
    border-color: #c5d6ef!important;
}

.onepagecheckout .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .1rem rgba(13, 110, 253, .25);
}

.onepagecheckout #button-login {
    text-transform: capitalize!important;
    margin-top: 10px;
}

.onepagecheckout .checkout-login .form-group, .onepagecheckout .checkout-register .form-group {
    margin-bottom: 10px;
}

.onepagecheckout .checkout-cart td {
    border-top: 1px solid #ddd!important;
}
.onepagecheckout .checkout-cart .quantity span.input-group-btn span {
    cursor: pointer;
    margin-top: 10px;
}

.onepagecheckout .checkout-cart .quantity span.input-group-btn span i.fa {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.onepagecheckout .coupon-voucher .input-group-btn input {
    text-transform: capitalize!important; 
}

.onepagecheckout .h4.mb-3 {
    margin-top: 10px!important;   
}

.coupon-voucher .btn-primary {
	background-color: #f4e08e!important;
    color: #232323!important;
    border-color: #f4e08e!important;
}

.onepagecheckout .confirm-section .checkbox, .onepagecheckout .confirm-section .radio {
    padding-top: 4px;
    margin-bottom: 0px;
    color: #232323;
}

.onepagecheckout .checkout-cart .buttons .pull-right input  {
    text-transform: capitalize;
    visibility: hidden!important;
}

.onepagecheckout .checkout-cart .buttons .pull-right .text-success {
    color: #ffc107!important;
}

.onepagecheckout .checkout-content textarea {
    height: 75px!important;
}

.onepagecheckout .confirm-order button {
    text-transform: capitalize!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

.table>:not(caption)>*>* {
    color: #232323;
} 

/*========================================================================BLOG*/

.bm .post-thumb .post-thumb-body .short-description {
    color: #212529!important;
}

.blog-read-more {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10;
    float: right;
    margin-right: 5px;
    padding: 2px 11px 3px 14px;
}

/*===========================================================FOOTER CONTACT US*/

@media screen and (min-width: 768.98px) {
#information-contact.ccol-md-4 {
    width: 50%;
    }
}

@media (min-width: 768px) {
#information-contact .col-md-8 {
    width: 50%;
   }
}

@media (min-width: 768px) {
#information-contact .col-md-3 {
    width: 100%;
    }
}

/*================================================================ MY EDIT END */

html{
	margin:0px;
	padding: 0px;
	overflow-x: hidden;
}
body{
	margin:0px;
	padding: 0px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	color:#444;;
	overflow-x: hidden;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	text-decoration: none !important;
	color:#000;
}


.breadcrumb a,
.btn-link{
	color:#000 !important;
}

.well {
    margin-bottom: 10px;
}
.well .btn-primary, #content .btn-primary, .accordion-body .btn-primary {
	background-color: #22b14c;
    color: #ffffff;
    border-color: #22b14c;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #f6dd65!important;
	border-color: #f6dd65!important;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus-visible {
	background-color: #f6dd65!important;
	border-color: #f6dd65!important;
	color: #232323!important;    
	opacity: 0.9!important;
}

.cart-panel-content .btn-primary {
    background-color: #ffda44;
    color: #232323;
    border-color: #f1ca2c;
    border-radius: 0px;
} 

.btn-secondary {
	background-color: #22b14c;
    color: #ffffff;
    border-color: #22b14c;
    border-radius: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:focus,
.btn-secondary:focus-visible {
    background-color: #38a959;
    color: #ffffff;
    border-color: #35b259;
	opacity: 0.9;
}

.list-group {
    margin-top: 10px;
}
.list-group-item.active {
    z-index: 2;
    color: #232323;
    background-color: #9ac490;
    border-color: #eee;
}

.list-group-item:hover{
	background-color: #eee;
	border-color: none;
	
}

label.input-group-addon{
	padding-right: 15px;
}

.alert{
	position: relative;
}

.close{
	position: absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	background: none;
	border:none;
	font-size: 24px;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: #24a3b5;
}

.accordion-item:last-of-type > .accordion-collapse {
  margin-bottom: 50px;
}

.accordion-button:not(.collapsed) {
    color: #24a3b5;
    background-color: #ffffff;
}

h1{
	font-size: 26px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4,
h5,
h6{
	font-size: 18px;
}


/*#########################*/
/*#### HEADER */
/*#########################*/

header .header-top{
    background: #ccc;
    color: #ffffff;
}

header .header-top .btn.btn-outline-secondary{
    color: #ffffff;
	border:none;
	font-weight: 400;
}

header a{
	color: #232323;
}

header .header-contact-icon{
	margin-right: 15px;
    background-color: #ffda44;	
}

.header-contact-value {
    color: #232323;
    font-size-adjust: .7;
}

header .header-contact-mobile{
	display:none;
}

header .header-interface-list{
	list-style: none;
	padding: 0px;
	margin:0px;
}

header .header-logo{
	max-width: 180px;
	margin-right: 15px;
}

header .btn-header {
	border:none;
	background: none;
	padding: 1px;
	position: relative;
	color: #24a3b5;
	font-size: 23px;
}

header .header-contact-mobile a{
	color:#232323;
}

#menu.fixed {
    position: fixed;
    top: -2px;
    left: 0;
    right: 0;
    z-index: 1030;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;    
    background-color: #f6dd65;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
}

#menu.fixed  .navbar-nav{
	margin: 0 auto;
}

.header-top,
.header-main-content {
    transition: all 0.3s ease;
}

header.compact .header-top,
header.compact .header-main-content {
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.header-page-title{
	padding-top: 1px;
	padding-bottom: 1px;
}

.header-page-title h1{
	font-size: 42px;
	color: #232323;
	text-align: center;
}

.header-page-title .subtitle{
	font-size: 24px;
	color: #232323;
	text-align: center;
}

@media screen and (max-width: 1050px) {
	.header-contact{
		display:none !important;
	}

	.header-contact-mobile{
		display: block !important;
	}

	.header-contact-mobile .header-contact-content{
		padding: 15px;
	}
}

/*#########################*/
/*#### HEADER SEARCH */
/*#########################*/
.search-panel {
  position: fixed;
  top: 0;
  top: -100%;
  width: 100%;
  background: #777;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.search-panel.open {
  top: -110px;
}

.search-panel button.btn-close{
	position: absolute;
  	top: 138px;
  	right: 15px;
	color: #fff; 
    border: 2px solid #eee;
    border-radius: 100px;	
}

@media (max-width: 450px) {
.search-panel button.btn-close {
  	right: 10px;
   }
}

.search-panel button.btn-search{
	color: #777;
    background: #ffc107;
    border-color: #ffc107;
}

.search-panel button.btn-search:hover{
	background: #ecc346;
	color: #777;
	border-color: #ffc107;
}

.search-panel-header h5{
	margin-top: 100px;
	text-align: center;
}

.search-panel-content{
	max-width: 500px;
	margin: 0px auto;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 450px) {
.search-panel-content {
  	padding-right: 50px!important;
   }
}

.search-result-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 9999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: none;
}

.search-result-box a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
}

.search-result-box a:hover {
  background-color: #f5f5f5;
}

.search-result-box::-webkit-scrollbar {
  width: 6px;
}
.search-result-box::-webkit-scrollbar-track {
  background: transparent;
}
.search-result-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

/*#########################*/
/*#### HEADER CART */
/*#########################*/
.cart-panel {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1050;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

.cart-panel.open {
  right: 0;
}

.cart-panel-header {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
}

.cart-panel-content {
  padding: 1rem;
  overflow-y: auto;
  flex-grow: 1;
}

.btn-remove{
	background: none;
	border:none;
	padding: 0px;
}

.row-cart{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

.quantity-group {
    max-width: 100px;
    margin-top: 10px;
}
.quantity-group .form-control {
    text-align: center;
    padding: 0 0.4rem;
    height: 26px;
    line-height: 1;
    font-size: 0.8rem;
}

.quantity-group .btn {
    padding: 0 0.4rem;
    height: 26px;
    font-size: 0.8rem;
    line-height: 1;
}
.cart-loader {
    display: none;
    text-align: center;
    padding: 1rem;
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
}

.cart-count-badge-container{
	position: relative;
}

.cart-loader i{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
}

.cart-count-badge {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: #dc3545; /* czerwony Bootstrapowy */
    color: white;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    line-height: 1;
    display: inline-block;
    min-width: 18px;
    text-align: center;
}

@media screen and (max-width: 400px) {
	.cart-panel {
	  position: fixed;
	  top: 0;
	  right: -100%;
	  width: 100%;
	  height: 100%;
	  background: #fff;
	  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
	  z-index: 1050;
	  transition: right 0.3s ease-in-out;
	  display: flex;
	  flex-direction: column;
	}
}

/*#########################*/
/*#### HEADER MENU */
/*#########################*/
#menu {
	margin-top: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #f6dd65;

}

#menu a.nav-link{
	color: #232323;
	background: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
	margin-left: 10px;
}

#menu a.nav-link:hover {
    background: #9ac490;
    color: #495057;
    margin-left: 10px;
}

/*#########################*/
/*#### HEADER SHIPPING */
/*#########################*/
.header-shipping-info{
	font-size: 14px;
	font-weight: 700;
}

.header-shipping-info i{
	font-size: 26px;
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.header-shipping-info{
		display:none !important;
	}
}

/*#########################*/
/*#### CONSTRUCTION */
/*#########################*/
#content{
	background: #fff;
}


/*============================================================PRODUCT MODULES */

.module-products {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    background: #f8f9fa;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #eee;
}

.module-products h3, .related-product h3 {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.3rem;
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 5px;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #f4e55d;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;  
}

@media screen and (max-width: 991px) {
.module-products h3 {
    margin-bottom: 20px;
   }
}

.btn-listing {
    align-items: center;
    background: #f8f9fa;
    color: #069553;
    transition: all 0.3s ease-in-out;
    border: 1px solid #adb5bd;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    padding: 0px;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-listing:hover{
	background: #ccc;
	color: #069553;
	border-color: #adb5bd;
}

.product-thumb {
    margin-bottom: 15px;
    border: 1px solid #e7ecf1;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    background-color: #ffffff;
}

.product-thumb:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}

.swiper-viewport {
    margin: 0 0 60px;
    background: #fff;
    z-index: 1;
    border: 4px solid #fff;
    border-radius: 4px;
    box-shadow:none;
    width: 100%;
    position: relative;
    overflow: visible;
}

.carousel.swiper-viewport{
	margin-bottom: 50px;
}

.swiper-container{
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 40px;
}

.product-carousel .owl-stage{
	padding-top: 15px;
}

.product-carousel,
.carousel-module .owl-carousel.owl-theme{
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}

#content .owl-carousel .owl-next,
#content .owl-carousel .owl-prev{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #777;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	border:1px solid #777;
	padding: 0px;
	width:50px;
	height: 50px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	border-radius: 50%;
}

#content .owl-carousel .owl-next:hover,
#content .owl-carousel .owl-prev:hover{
	background: #777777;
	color: #fff;
	border-color: #777777;
}

#content .owl-carousel .owl-next{
	right: 0px;
}

#content .owl-carousel .owl-prev{
	left: 0px;
}

/*#########################*/
/*#### BREADCRUMBS */
/*#########################*/
ul.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 0.95rem;
    background-color: #f8f9fa;
    border-radius: 7px;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

ul.breadcrumb li {
    display: flex;
    align-items: center;
}

ul.breadcrumb li:not(:last-child)::after {
    content: "›";
    margin: 0 0.6rem;
    color: #6c757d;
    font-weight: bold;
}

ul.breadcrumb li a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

ul.breadcrumb li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

ul.breadcrumb li:last-child a {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

/*#########################*/
/*#### CONTENTS */
/*#########################*/
.listing-inerface{
	border-top: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
	margin-top: 15px;
}

.refine-search{
	border-top: 2px solid #dee2e6;
	padding-top: 15px;
	margin-top: 15px;
}

.refine-search ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.refine-search ul li{
	display: block;
	margin: 0px;
	padding: 0px;
}

.refine-search ul li a{
	display: block;
	background-color: #ffffff!important;
	color: #232323!important;
	transition: all 0.3s ease-in-out;
	padding: 5px 7px 5px 7px;
	margin-top: 5px;
	border-radius:7px;
}

.refine-search ul li a:hover{
	background-color: #ffffff!important;
	color: #232323!important;
}

.pagination-interface{
	margin: 15px 0;
}

.page-search-panel{
	background: #f8f9fb;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 25px;
}

.page-header{
	margin-top: 25px;
}

.nav-tabs .nav-link {
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: 0.25rem;
  padding: 0.5rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-tabs .nav-link:hover {
  background-color: #e9ecef;
  color: #232323;
}

.nav-tabs .nav-link.active {
  background-color: #f6dd65!important;
  color: #232323!important;
  border-color: #dee2e6 #dee2e6 #fff;
}

.tab-content {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #fff;
}

.tempus-dominus-widget {
  border-radius: 0.5rem;
  z-index: 9999 !important;
}

.related-products{
	margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.listing-inerface .input-group {
		flex-wrap: nowrap;
	}

	.listing-inerface .input-group > .input-group-text,
	.listing-inerface .input-group > .form-select {
		flex: 0 0 auto;
		width: auto;
	}
}

@media (max-width: 767.98px) {
  #button-cart {
    margin-top: 0.5rem;
  }

  .listing-inerface  .input-group {
		margin-bottom: 0.75rem; /* lub ile chcesz */
	}
}
/*#########################*/
/*#### PODUCT GALLERY */
/*#########################*/

#product-gallery {
  max-width: 100%;
}

#product-gallery .thumbnail-container{ 
	margin-left: 27px;
	display: inline-block;
	position: relative;
	max-width: 85%;
}

#product-gallery .thumbnail-container .owl-carousel .owl-prev{
	width:25px;
	height: 25px;
	top:50%;
	border-radius: 50%;
	margin-left: -26px;
}

#product-gallery .thumbnail-container .owl-carousel .owl-next {
	width:25px;
	height: 25px;
	top:50%;
	border-radius: 50%;
	margin-right: -32px;      
}

@media (min-width: 1100px) {
  #product-gallery .thumbnail-container .owl-carousel .owl-next {
    margin-right: .5%;
  }
}

#product-gallery .owl-carousel .owl-prev .fa {
    font-size: 13px;
}

#product-gallery .owl-carousel .owl-next .fa {
    font-size: 13px;
}

#product-gallery .owl-item{   
    width: 70px!important;
    margin-right: 2px!important; 
    margin-left: 2px!important;
}

#product-gallery  .no-js .owl-carousel, .owl-carousel.owl-loaded {
    overflow: visible;
}

#product-gallery .owl-nav{
    display: block !important;
}

#main-image {
    border-radius: 0.5rem;
    max-height: 600px;
    object-fit: contain;
}
.gallery-thumb {
    cursor: pointer;
    transition: border-color 0.3s;
}
.gallery-thumb:hover {
    border-color: #f6dd65;
}

/*#########################*/
/*#### FOOTER */
/*#########################*/

footer{
	background: #777777;
	color: #fff;
	padding: 20px;
	margin-top: 25px;
	margin-left: -3px;
	margin-right: -1px;
	border-top: 5px solid #ffda44
}
footer ul li a{
	display: block;
}
footer ul li a,
footer a{
	padding: 4px 7px 4px 7px;
	margin-left: 3px;
	margin-bottom: 3px;
	border-radius: 7px;
}

footer a[target="_blank"] {
	opacity:0.8;
}

footer ul li a,
footer a,
footer h5{
	color: #eee;
	transition: all 0.3s ease-in-out;
}

footer ul li a:hover,
footer a:hover{
	color: #fff;
}

/*=======================================================FOOTER POWERD BY LINK*/

footer a[target="_blank"] {
    opacity: 0;
    visibility: hidden!important;
    font-size: 0px!important;
}

.pby {
    color: #fff;
    position: absolute;
    margin-left: 73px;
    margin-top: 1px;
}

.pby .fa-whatsapp:before {
    content: "\f232";
    margin-left: -8px;
    font-size: 18px;
    color: #f6dd65;
}
