
/* woo */

.woocommerce img, .woocommerce-page img {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 16px;
	font-weight: 700;
	color: var(--gray-200);
	text-decoration: none;
	text-align:center;
	line-height:1.4em;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    width: auto;
    margin: 0;
	background:var(--blue-600);
    border:none;
	border-radius:16px;
    outline: 0;
	padding:13px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}
 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover
{
    color: var(--white);
	background:var(--green-800);
	text-decoration: none;
}

.woocommerce button.disabled {
    color: var(--white) !important;
	opacity: .5 !important;
}



.woocommerce form .form-row input, .woocommerce form .form-row select,
.woocommerce form .form-row *:not(.wp-editor-wrap) .input-text, .woocommerce form .form-row *:not(.wp-editor-wrap) select, .woocommerce form .form-row *:not(.wp-editor-wrap) input:not([type=submit]), .woocommerce form .form-row *:not(.wp-editor-wrap) input:not([type=checkbox]), .woocommerce form .form-row *:not(.wp-editor-wrap) input:not([type=radio]) {
    width:100%;
	height:48px !important;
	font-size:16px !important;
	font-weight: 400 !important;
	color:var(--gray-500) !important;
	line-height:48px;
	background:var(--white) !important;
	border: 1px solid var(--gray-400) !important;
	border-radius:16px !important;
	padding:0 10px;
	margin:4px 0 0 0;
	appearance: none;	
}

.woocommerce form .form-row select {
    background-image: url('../images/icon-select.svg') !important;
    background-repeat: no-repeat !important;
    background-size:12px 6px !important;
	background-position: right 15px top 50% !important;
	padding-right: 40px !important;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    border-color: var(--gray-400) !important;
	border-radius:16px !important;
}


.woocommerce form .form-row textarea, .woocommerce form .form-row textarea:active, .woocommerce form .form-row textarea:focus  {
	width: 100% !important;
	height: 120px !important;
	font-size:16px !important;
	font-weight: 400 !important;
	color:var(--gray-500) !important;
	line-height: 20px !important;
	background:transparent !important;
	border: 1px solid var(--gray-400) !important;
	border-radius:16px !important;
	padding:10px !important;
	margin:4px 0 0 0 !important;
	outline: none;
	overflow: hidden;
}



/* checkbox */
.woocommerce form .form-row *:not(.wp-editor-wrap) input[type=checkbox], .woocommerce input[type=checkbox] {
	width:14px !important;
	height:14px !important;
	line-height:14px !important;
	margin:0px 0px 0px 0px !important;
    padding: 0 !important;
	z-index:9996 !important;
	border-radius:2px !important;
	/* position:absolute; */
	/* opacity:0; */
	/* top:4px; */
	cursor:pointer !important;
}

.woocommerce form .form-row *:not(.wp-editor-wrap) input[type=checkbox]:checked, .woocommerce input[type=checkbox]:checked {
    background:url('../images/icon-checked.svg') center no-repeat var(--black) !important;
    border-color: var(--black) !important;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-900);
    display: flex;
    gap:10px;
    margin: 0 0 20px 0;
}

.woocommerce form .form-row label.woocommerce-form__label-for-checkbox input[type=checkbox] {
    margin-top: 7px !important;
}

form p.woocommerce-LostPassword {
    margin: 0 !important;
}

form p.woocommerce-LostPassword a {
    font-size: 14px;
    font-weight: 600;
}


/* .woocommerce form input[type=checkbox] + span {
    position: relative;
}

.woocommerce form input[type=checkbox] + span:before {
	content: '';
	width:14px;
	height:14px;
	line-height:16px;
	background:var(--white);
	border-radius:2px;
	border:1px solid var(--gray-400);
	cursor:pointer;
	top:4px;
	left: -24px;
	position: absolute;
}

.woocommerce form input[type=checkbox]:checked + span:before {
	content: '';
	width:14px;
	height:14px;
	background:url('../images/icon-checked.svg') no-repeat center var(--black);
	border-color: var(--black);
	background-size:9px 7px;
	background-position:50%;
}

 */






.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    margin-top: 6px;
}

.woocommerce form label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-900);
    margin: 0 0 0 0;
}




ins {
    text-decoration: none;
}




/* product listing - home */



/* product listing - custom */

.product-listing-wrapper {
    gap:25px;
}
@media (min-width:992px) {
    .product-listing-wrapper {
        gap:36px 25px;
    }
}

.product-listing-item {
    width: 100%;
    text-align: left;
    text-decoration: none;
	border-radius: 26px;
    padding: 20px;
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    gap:20px;
    background: var(--white);
    border: 2px solid transparent;
    display: block;
    position: relative;
}
@media (min-width:576px) {
    .product-listing-item {
        width: calc(50% - 12.5px);
        max-width: calc(50% - 12.5px);
    }
}
@media (min-width:768px) {
    .product-listing-item {
        width: calc(33.3333% - 16.66667px);
        max-width: calc(33.3333% - 16.66667px);
    }
}
@media (min-width:992px) {
    .product-listing-item {
        border-radius: 36px;
        padding: 30px;
    }
}

.product-listing-item:hover {
    text-decoration: none;
    border-color:var(--green-500);
}

.product-listing-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.3 / 1;
    background: url('../images/smakwitamin.svg') center no-repeat var(--white);
    background-size: 40%;
    border-radius: 16px;
    margin: 0 0 24px 0;
    overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}

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


.product-listing-info {
    gap:4px;
    margin: 0 0 24px 0;
    padding-right: 40px;
    position: relative;
}


.tinv-wishlist .product-listing-info {
    padding-right:75px;
}

.product-info-item {
    min-height: 34px;
    font-size: 14px;
    font-weight:600;
    color: var(--green-500);
    line-height: 1.2em;
    padding: 4px 5px;
    background:var(--green-100);
    border-radius: 8px;
    gap:8px;
}

.product-info-item.product-info-item-selfcollections {
    color: var(--yellow-500);
    background:var(--yellow-100);
}

.product-listing-info-item-cat {
    color: var(--blue-600);
    background: #D2E6FF;
}

.product-cat-sell .product-listing-info-item-cat {
    color: var(--green-500);
    background:var(--green-100);
}

.product-cat-buy .product-listing-info-item-cat {
    color: var(--yellow-500);
    background:var(--yellow-100);
}

.product-listing-a-share {
    gap:12px;
}

.btn-facebook {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    text-align: center;
    padding: 12px 20px;
    background: #2B69F6;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}
.btn-facebook:hover {
    color: var(--white);
    text-decoration: none;
    background: #6B96F9;
}

.btn-share-more {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--black-700);
    text-decoration: none;
    text-align: center;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.btn-share-more:hover {
    color: var(--black-900);
    text-decoration: none;
}


.product-listing-share {
    width: 70px;
    height: 34px;
    gap:10px;
    top:30px;
    right:0;
    position: absolute;
    z-index: 992;
}
@media (min-width:768px) {
    .product-listing-share {
        top:0;
        right:20px;
    }
}
@media (min-width:1200px) {
    .product-listing-share {
        right:30px;
    }
}

.tinv-wishlist .product-listing-share {
    right: 0;
}

.product-listing-share .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .product-listing-col-share .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 35px;
    margin: 0;
    top:0 !important;
    left: 0 !important;
    position: relative !important;
}

.product-listing-share .tinvwl_add_to_wishlist-text, .product-listing-col-share .tinvwl_add_to_wishlist-text {
    display: none;
}

.product-listing-col-share {
    width: 30px;
    height: 34px;
    gap:10px;
    right:0;
    top:0;
    position: absolute;
}

.modal-share .modal-body {
	padding:40px 25px;
}
@media (min-width: 992px) {
	.modal-share .modal-body {
		padding: 50px;
	}
}

.modal-share .modal-body ul {
    margin: 60px 0;
    padding: 0;
    gap:16px;
}

.modal-share .modal-body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modal-share .modal-body ul li::before {
    display: none;
}

.modal-share .modal-body ul li img, 
.modal-share .modal-body ul li svg {
    border-radius: 0;
}

.product-listing-ti-container {
    position: relative;
}

.tinv-wishlist .product-listing-share {
    top:20px;
    right:20px;
}
@media (min-width: 992px) {
    .tinv-wishlist .product-listing-share {
        top:30px;
        right: 30px;
    }
}

.tinv-wishlist .product-listing-share button {
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    position: relative;
}

.tinv-wishlist img {
    height: 100% !important;
    border-radius: 0;
    margin: 0;
}


.tinv-wishlist .modal-share ul li {
    list-style: none;
}


.tinv-wishlist .modal-share ul li::before {
    display: none;
}







.product-listing-location-wrapper {
    font-size: 12px;
    font-weight:700;
    color: var(--gray-600);
    gap:8px;
    margin: 0 0 10px 0;
}

.product-listing-location-item {
    min-height: 34px;
    font-size: 14px;
    font-weight:600;
    color: var(--gray-600);
    padding: 2px 5px;
    background:var(--gray-200);
    border-radius: 8px;
    gap:8px;
    display: inline-flex;
    align-items: center;
}

.map-hidden {
    display: none;
}


.product-listing-item ins {
    text-decoration: none;
}


.product-listing-item del {
   font-weight: 400;
   margin: 0 10px 0 0;
}



.product-listing-adds {
    gap:4px 14px;
}
@media (min-width:1200px) {
    .product-listing-adds {
        gap:4px 16px;
    }
}

.woocommerce .product-listing-adds img {
    height: 31px;
    max-height: unset;
}

.product-status {
    height: 34px;
    font-size: 14px;
    font-weight:600;
    padding: 2px 5px;
    border-radius: 8px;
    gap:8px;
}

.product-status-active {
    color: var(--white);
    background: var(--green-500);
}

.product-status-cancelled {
    color: var(--red-800);
    background: var(--red-300);
}

.product-status-completed {
    color: var(--gray-900);
    background: var(--gray-400);
}

.product-stock-quantity {
    color: var(--green-500);
    background: var(--green-100);
}


.product-listing-btns {
   gap:14px; 
}



.product-single-author-products {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-600);
    text-decoration: none;
    text-align: center;
    padding: 20px;
    margin: 0 0 12px 0;
    display: block;
}

.product-single-author-products:hover {
    color: var(--blue-400);
    text-decoration: none;
}







/* product listing - home */

.product-listing-wrapper.product-listing-horizontal-wrapper {
    gap:25px;
}



.product-listing-horizontal-wrapper .product-listing-item {
    width: 100%;
    gap:0;
}
@media (min-width:576px) {
    .product-listing-horizontal-wrapper .product-listing-item {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width:768px) {
    .product-listing-horizontal-wrapper .product-listing-item {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width:992px) {
   .product-listing-horizontal-wrapper  .product-listing-item {
        width: 100%;
        max-width: 100%;
    }
}

.product-listing-horizontal-wrapper .product-listing-img {
    width: 100%;
    min-width: 100%;
    aspect-ratio: 1.25 / 1;
    margin: 0 0 0 0;
}
@media (min-width:576px) {
    .product-listing-horizontal-wrapper .product-listing-img {
        width: 50%;
        min-width: 50%;
    }
}
@media (min-width:768px) {
    .product-listing-horizontal-wrapper .product-listing-img {
        width: 25%;
        min-width: 25%;
    }
}

.product-listing-details {
    width: 100%;
    min-width:100%;
    padding:30px 0;
    border-bottom: 1px solid var(--gray-200);
    position: relative;
}
@media (min-width:768px) {
    .product-listing-details {
        width: 54%;
        min-width:54%;
        height: 100%;
        padding: 0 20px 0 30px;
        border-right: 1px solid var(--gray-200);
        border-bottom: none;
    }
}
@media (min-width:1200px) {
    .product-listing-details {
        padding: 0 33px 0 50px;
    }
}

.product-listing-horizontal-wrapper .product-listing-info {
    gap: 8px;
    margin: 0 0 10px 0;
    padding-right: 75px;
}

.product-listing-horizontal-wrapper h3 {
    margin: 0 0 16px 0;
}

.product-listing-horizontal-wrapper h4 {
    margin: 0 0 34px 0;
}

.product-listing-price-type {
    font-size: 14px;
    font-weight: 400;
}

.product-listing-horizontal-wrapper .product-listing-adds {
    margin: 0 0 37px 0;
}
@media (min-width:576px) {
    .product-listing-horizontal-wrapper .product-listing-adds {
        margin: 0 0 27px 0;
    }
}

.product-listing-horizontal-wrapper .product-listing-btns {
    margin-top: auto;
}

.product-listing-horizontal-wrapper .product-listing-btns button {
    min-width: 100%;
}
@media (min-width:576px) {
    .product-listing-horizontal-wrapper .product-listing-btns button {
        min-width: calc(50% - 7px);
    }
}



.product-listing-vendor {
    width: 100%;
    padding:20px 0 0 0;
}
@media (min-width:768px) {
    .product-listing-vendor {
        width: auto;
        height: 100%;
        padding: 0 0 0 20px;
        flex: 1;
    }
}
@media (min-width:1200px) {
    .product-listing-vendor {
        padding: 0 0 0 33px;
    }
}


.vendor-company-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-600);
    margin: 0 0 5px 0;
}


.vendor-company-name.vendor-company-name-single {
    margin: 0 0 15px 0;
}

.vendor-img-name {
    gap:16px;
    margin: 0 0 5px 0;
}

.vendor-img {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50em;
    background: url('../images/smakwitamin.svg') center no-repeat var(--white);
    background-size: 40%;
    overflow: hidden;
	-webkit-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}

.vendor-img.vendor-img-name-single {
    margin: 0 0 10px 0;
}

.vendor-img img {
    width: 58px;
    height: 58px;
    object-fit: cover;
}

.vendor-name {
    font-weight: 700;
    color: var(--gray-900);
    margin: 0 0 3px 0;
}

.vendor-activity {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-500);
    line-height: 1.2em;
}


.vendor-profession {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-600);
    border-top: 1px solid var(--gray-200);
    padding: 6px 0;
}

.vendor-profession-single {
    font-size: 12px;
    font-weight: 700;
    color: var(--green-500);
}

.btn-vendor-profile {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-600);
    text-decoration: none;
    text-align: right;
}

.btn-vendor-profile:hover {
    color: var(--blue-400);
    text-decoration:none;
}

.vendor-since {
    margin: 0;
    padding:10px 0;
    border-bottom: 1px solid var(--gray-200);
}

.vendor-since li {
    font-size: 12px;
    font-weight: 700;
    color:var(--gray-500);
    margin: 0 0 3px 0;
    padding: 0;
    list-style: none;
}

.vendor-since span {
    color:var(--gray-900);
}

.vendor-important-info-single {
    margin: 0;
}


#phone-visible .btn-ghost {
    width: 100%;
}



/* product-single */

.product-single-wrapper {
    gap:20px;
}

.product-single-col-1 {
    width: 100%;
}
@media (min-width:768px) {
    .product-single-col-1 {
        width: 60%;
        max-width: 60%;
    }
}


.product-single-col-1-wrapper {
    position: relative;
}

.swiper.gallerySwiper {
    width: 100vw;
    margin: 0 0 36px -20px;
}
@media (min-width:576px) {
    .swiper.gallerySwiper {
        margin: 0 0 36px -40px;
    }
}
@media (min-width:768px) {
    .swiper.gallerySwiper {
        width: 100%;
        margin: 0 0 36px 0;
    }
}

.swiper.gallerySwiper .swiper-wrapper {
  transition: height 0.3s ease;
}


.swiper.gallerySwiper .swiper-slide {
    /* height: auto; */
    transition: height 0.3s ease;
}

.swiper.gallerySwiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    transition: height 0.3s ease;
}
@media (min-width:768px) {
    .swiper.gallerySwiper .swiper-slide img {
        border-radius: 16px;
    }
}

.gallerySwiper-button {
    width: 36px;
    height: 36px;
    background: var(--white);
    border-radius: 50em;
    top:calc(50% - 33px);
    position: absolute;
    z-index: 990;
}
@media (min-width:768px) {
    .gallerySwiper-button {
        width: 56px;
        height: 56px;
        top:calc(50% - 43px);
    }
}

.gallerySwiper-button svg {
    width: 16px;
    height: 14px;
}
@media (min-width:768px) {
    .gallerySwiper-button svg {
        width: 21px;
        height: 18px;
    }
}

.gallerySwiper-button-prev {
    left:5px;
}
@media (min-width:768px) {
    .gallerySwiper-button-prev {
        left:30px;
    }
}

.gallerySwiper-button-next {
    right: 5px;
}
@media (min-width:768px) {
    .gallerySwiper-button-next {
        right: 30px;
    }
}

.swiper-button-disabled {
    opacity: .4;
}

.swiper-pagination {
	padding:20px 0 0 0;
	position: relative !important;
	gap:8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	top:unset !important;
	bottom: unset !important;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50em;
	background: var(--blue-400);
	opacity: 1;
	transition: .2s all;
	margin: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 36px;
	background: var(--blue-600);
}




.product-single-info {
    gap:16px;
    margin: 0 0 14px 0;
}

.product-listing-info-adddate {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-600);
}

.product-single-adds {
    margin: 0 0 16px 0;
}





.product-single-location-wrapper {
    gap:8px 16px;
    margin: 0 0 16px 0;
}

.product-direction {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-600);
    text-decoration: none;
    gap:8px;
    margin-left: 10px;
}



.product-single-price {
    font-size: 26px;
    text-decoration: none;
    margin: 0 0 16px 0;
}
@media (min-width:1200px) {
    .product-single-price {
        font-size: 36px;
    }
}

.product-single-price .product-listing-price-type {
    line-height: 1.2em;
}


.product-single-item-status {
    display: inline-flex !important;
    margin: 0 0 16px 0;
}



.product-single-content {
    padding: 0 0 16px 0;
    margin: 0;
    border-bottom: 1px solid var(--gray-200);
}



.product-single-additional-info {
    padding:19px 0 16px 0;
    margin: 0;
    border-bottom: 1px solid var(--gray-200);
}

.product-single-additional-info h3 {
    margin: 0 0 12px 0;
}

.product-single-additional-info ul {
    margin: 0;
    padding: 0;
}

.product-single-additional-info ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

.product-single-additional-info ul li:last-child {
    margin: 0;
}



.single .tinv-wraper.tinv-wishlist {
    padding:14px 0;
    margin:0;
    border-bottom: 1px solid var(--gray-200);
}

.single .product-single-col-2 .tinv-wraper.tinv-wishlist {
    border-bottom: none;
}

.single .tinvwl_add_to_wishlist_button {
    display: flex;
    align-items: center;
}  


.single .product-single-col-2 .tinvwl_add_to_wishlist_button {
    justify-content: center;
}

.single .tinv-wishlist * {
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-600);
    line-height: 1em;
    text-decoration: none;
}

.single .tinv-wishlist .tinvwl_add_to_wishlist_button:hover * {
    color: var(--blue-400);
    transition: .3s all;
}

.single .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 32px;
    color: var(--blue-600);
}




.product-social-share {
    padding: 20px 0;
    border-bottom: 1px solid var(--gray-200);
}

.product-social-share-heading {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-500);
    gap:8px;
    padding:0 0 20px 0;
}

.product-social-share ul {
    margin: 0;
    padding: 0;
    gap:17px;
}


.product-social-share li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.product-single-button-info {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: var(--blue-600);

    background: none;
    border-radius: 0;
    border: none;
    gap:8px;
    padding:16px 0;
    margin: 0;
    border-bottom: 1px solid var(--gray-200);
    
}








.product-single-col-1 .product-listing-btns {
    width: 100vw;
    padding: 8px 16px;
    background: var(--gray-200);
    margin:0 0 0 -20px;
    bottom:0;
    position: sticky;
    position: -webkit-sticky;
    gap:10px;
}
@media (min-width:576px) {
    .product-single-col-1 .product-listing-btns {
        padding: 10px 40px;
        margin:0 0 0 -40px;
        gap:14px;
    }
}
@media (min-width:768px) {
  .product-single-col-1 .product-listing-btns {
        width: 100%;
        padding: 20px;
        border-radius: 16px;
        margin:0;
        gap:14px;
    }
}

.product-single-col-1 .product-listing-btns a {
    font-size: 14px;
    width: 100%;
}
@media (min-width:576px) {
    .product-single-col-1 .product-listing-btns a {
        min-width: calc(50% - 7px);
        font-size: 16px;
    }
}

.product-single-col-1 .product-listing-btns a img {
    width: 18px;
    height: 18px;
}
@media (min-width:576px) {
    .product-single-col-1 .product-listing-btns a img {
        width: 24px;
        height: 24px;
    }
}



.product-single-review-form {
    padding: 18px 0
}

.product-single-review-form h3 {
    border-bottom: 1px solid var(--gray-200);
    padding: 0 0 16px 0;
    margin: 0 0 16px 0;
}


.product-single-review-form form p {
    margin: 0 0 20px 0;
}

.review-rating-stars-wrapper {
    margin: 0 0 20px 0;
}

.woocommerce form label.review-rating-label {
    margin: 0 0 8px 0;
}

.star-rating-input {
    gap:4px;
}


.star-rating-input label {
    width: 24px;
    max-width: 24px;
    height: 24px;
    cursor: pointer;
}
.star-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating-input input[type="radio"] {
    display: none;
}

.star-label {
    position: relative;
    cursor: pointer;
}

.star-label .star-active,
.star-label .star-default {
    pointer-events: none;
    display: block;
    position: relative;
}

.star-label .star-active {
    display: none;
}

/* Pokaż aktywną gwiazdkę, jeśli input jest zaznaczony */
.star-rating-input input[type="radio"]:checked ~ label .star-active,
.star-rating-input input[type="radio"]:checked ~ label:hover .star-active {
    display: block;
}
.star-rating-input input[type="radio"]:checked ~ label .star-default,
.star-rating-input input[type="radio"]:checked ~ label:hover .star-default {
    display: none;
}

/* Hover – tymczasowe podświetlenie */
.star-rating-input label:hover ~ label .star-active {
    display: block;
}
.star-rating-input label:hover ~ label .star-default {
    display: none;
}

.star-rating-input label:hover .star-active {
    display: block;
}
.star-rating-input label:hover .star-default {
    display: none;
}


/* .star-rating-input label svg {
    fill: var(--yellow-500);
}

.star-rating-input input[type="radio"]:checked ~ label svg,
.star-rating-input label:hover svg,
.star-rating-input label:hover ~ label svg {
    fill: var(--orange-600);
}


.star-rating-input input[type="radio"] {
    width: 24px;
    height: 24px;
    display: none;
} */





.product-single-col-2 {
    width: 100%;
    background: var(--gray-100);
    border-radius: 16px;
    padding:20px 20px;
/*     display: none; */
}
@media (min-width:768px) {
    .product-single-col-2 {
        width: calc(40% - 30px);
        max-width:calc(40% - 30px);
  /*       display: block; */
    }
}
@media (min-width:1200px) {
    .product-single-col-2 {
        width: calc(40% - 50px);
        max-width:calc(40% - 50px);
        padding:20px 30px;
    }
}



.product-single-col-2 h3 {
    border-bottom: 1px solid var(--gray-200);
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
}



.product-single-place {
    margin: 0 0 18px 0;
    padding: 8px 0 0 0;
}

.product-single-place {
    gap:20px;
}

.product-single-place-inner {
    gap:8px;
}
@media (min-width:1200px) {
    .product-single-place-inner {
        max-width: calc(45%  - 20px);
    }
}

.product-single-place-inner h4 {
    margin: 0 0 2px 0;
}

.product-single-place-inner .product-single-place-inner-h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--gray-900);
    text-decoration: none;
}

.product-single-place-inner .product-single-place-inner-h4:hover {
    color: var(--blue-600);
    text-decoration: none;
}

.product-single-place-inner p {
    margin: 0;
    border-bottom: 1px solid var(--gray-200);
}

.distance-box-2 {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-600);
    line-height: 1.1em;
    margin-top: 4px;
}

.distance-box-2 .js-distance-note {
    font-weight: 400;
    color: var(--gray-600);
    margin-top: 2px;
    display: block;
}

#distance-info-user {
    font-size: 12px;
    font-weight: 700;
    color: var(--gray-600);
}

.product-single-place-map {
    width: 100%;
    height:158px;
    border-radius: 16px;
    display: block;
}
@media (min-width:1200px) {
    .product-single-place-map {
        width: 55%;
        max-width: 55%;
    }
}

.product-single-rating {
    padding: 12px 0 8px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid var(--gray-200);
}

.product-listing-horizontal-wrapper .product-single-rating {
    border-top: 1px solid var(--gray-200);
}

.product-single-rating h3 {
    border-bottom:none;
    margin: 0;
    padding:0 0 10px 0;
}

.product-single-rating-stars {
    gap:4px;
}





.modal-violation .modal-body {
	padding:40px 25px;
}
@media (min-width: 992px) {
	.modal-violation .modal-body {
		padding: 50px;
	}
}

.woocommerce .modal-violation form label {
    margin:0 0 20px 0;
}









/* woocommerce-breadcrumb */

.woocommerce-breadcrumb, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: lowercase;
    margin:8px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:0 17px;
    z-index: 994;
}

.woocommerce-breadcrumb a, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
	color: var(--black-500);
	text-decoration: none;
}

.woocommerce-breadcrumb strong {
	font-weight: 400;
}




/* archive */


/* 
.product-listing-category-col-wrapper {
    background: var(--white-300);
    border-radius: 15px;
    padding: 24px;
    margin: 0 0 30px 0;
}

.product-listing-category-col-wrapper h4 {
    padding: 0 0 22px 0;
    border-bottom: 1px solid var(--white-900);
}


.category-menu {
    margin: 0;
    padding: 0;
}

.category-menu li {
    margin: 0;
    padding:0;
    list-style: none;
    position: relative;
}

.category-menu > li {
    border-bottom: 1px solid var(--white-900);
}

.category-menu > li:last-child {
    border-bottom: none;
}

.category-menu li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-900);
    text-decoration: none;
    line-height: 1.2em;
    padding: 10px 33px 10px 0;
    display: block;
    position: relative;
}

.category-menu > li > a {
    font-weight: 900;
    padding: 15px 33px 15px 0;
}

.category-menu li a:hover {
    font-size: 16px;
    color: var(--orange-500);
    text-decoration: none;
}


.category-menu li.current-cat > a {
    color: var(--sea-900);
}

.category-menu li .category-submenu-toggle {
    width:30px;
    height: 30px;
    background: transparent;
    border: none;
    border-radius: 0;
    top:4px;
    right: 0;
    position: absolute;
}

.category-menu > li > .category-submenu-toggle {
    top:10px;
}


.category-menu li .category-submenu-toggle::after {
    content: '';
    width:15.28px;
    height:8.59px;
    background: url('../images/chev-up.svg') no-repeat;
    background-size: 15.28px 8.59px;
    top:calc(50% - 4.8px);
    right:0;
    position: absolute;
    transform: rotate(180deg);
    transition: .3s all;

}

.category-menu li.toggled > .category-submenu-toggle::after, .category-menu li.current-cat > .category-submenu-toggle::after {
    transform: rotate(0deg);
}

.category-menu .children {
    display: none;
    padding: 0;
    margin: 0 0 10px 20px;
}

.category-menu li.current-cat-parent > .children, .category-menu li.current-cat-ancestor > .children {
    display: block;
}

.category-menu li.current-cat > .children {
    display: block;
} */


.woocommerce-products-header.woocommerce-products-header-archive {
    display: none;
}

.shop-sort-count-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap:20px;
    margin: 0 0 40px 0;
}
@media (min-width:576px) {
    .shop-sort-count-wrapper {
        flex-wrap:nowrap;
        flex-direction: row;
        margin: 0 0 30px 0;
    }
}

.woocommerce .woocommerce-result-count {
    font-size: 14px;
    color: var(--black-900);
    margin: 0;
    float: unset;
}

.woocommerce .woocommerce-ordering {
    width: 100%;
    display: flex;
    align-items: center;
    gap:16px;
    margin: 0;
    float: unset;
}
@media (min-width:576px) {
    .woocommerce .woocommerce-ordering {
        width: auto;
    }
}

.custom-orderby-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap:12px;
}
@media (min-width:576px) {
    .custom-orderby-wrapper {
        width: auto;
    }
}

.custom-orderby-label {
    font-size: 14px;
    color: var(--black-900);
    white-space: nowrap;
}


@media (min-width:768px) {
    .woocommerce .woocommerce-ordering select {
        width: 256px;
    }
}



.woocommerce ul.products {
    margin: 0 0 34px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
@media (min-width:768px) {
    .woocommerce ul.products {
        margin: 0 0 40px 0;
        gap:30px;
    }
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    height:auto;
    margin: 0;
    text-align: center;
    background: var(--white-100);
    padding: 0 0 14px 0;
    border-radius: 0;
    -webkit-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 4px 15px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: .3s all;
}
@media (min-width:768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 15px);
        max-width: calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}
@media (min-width:992px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(33.3333% - 20px);
        max-width: calc(33.3333% - 20px);
        min-width: calc(33.3333% - 20px);
    }
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover, .woocommerce-page ul.products[class*=columns-] li.product:hover {
    -webkit-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 10px 4px 35px 0px rgba(0, 0, 0, 0.25);
}


.woocommerce ul.products li.product a img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 0 0 10px 0;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
    aspect-ratio: 1 / 1;
}



.woocommerce ul.products li.product .onsale {
    right: unset;
    top: 10px;
    left:10px;
    margin:0;
}

.woocommerce span.onsale {
    min-height:unset;
    min-width:unset;
    font-size: 12px;
    font-weight: 700;
    color: var(--white-100);
    text-align: center;
    line-height: 1em;
    padding:6px 11px;
    margin: 0;
    border-radius:50em;
    background-color: var(--gold-500);
    z-index: 9;
    top: 10px;
    left:10px;
    position: absolute;
}
 


.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-900);
    text-transform: lowercase;
    line-height: 18px;
    margin:0 0 10px 0;
    padding: 0 10px;
    transition: .3s all;
}
@media (min-width:768px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        margin:0 0 13px 0;
    }
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product:hover h3 {
    color: var(--gold-500);
}

.price {
    line-height: 1.4em;
    margin: 0;
    padding:0 10px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap:0 12px;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}

.price bdi {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-700);
}
@media (min-width:768px) {
    .price bdi {
        font-size: 20px;
    }
}

.price small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color:var(--black-700);
}
@media (min-width:768px) {
    .price small {
        font-size: 14px;
        line-height: 18px;
    }
}


/* 
.price-with-tax {
    min-width: 100%;
}

.price .price-with-tax bdi {
    font-size: 14px;
    color:var(--black-300);
}
 */
.woocommerce ul.products li.product .price del {
    font-size: 14px;
    text-decoration: none;
    position: relative;
    opacity: 1;
}

.woocommerce ul.products li.product .price del bdi {
    font-size: 14px;
    color: var(--black-700);
}

.woocommerce ul.products li.product .price del::after {
    content: "";
    border-top: 1px solid var(--black-700);
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
    left: 0;
    top: 50%;
    right: 0;
    position: absolute;
}

.woocommerce ul.products li.product .price ins {
    color: var(--gold-500);
    text-decoration: none;
    order: -1;
}

.woocommerce ul.products li.product .price ins bdi {
    color: var(--gold-500);
}
/* 
.iworks-omnibus {
    font-size: 12px;
    font-weight: 400;
    color: var(--black-100);
    margin: 0;
    padding: 0;
}

.iworks-omnibus bdi {
    font-size: 12px;
    font-weight: 400;
    color: var(--black-100);
    margin: 0;
    padding: 0;
}
 */


.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    width: 40px;
    height: 40px;
    background: rgba(253, 246, 239, 0.8);
    border-radius: 50em;
    left:unset;
    right: 10px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
    width: 40px;
    height: 40px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before {
    font-size: 40px;
    color: var(--black-500);
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top:10px;
    left:10px;
}

.woocommerce ul.products li.product .button {
    display: none;
}





/* woocommerce pagination */

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    clear: both;
    border:none;
    border-right: 0;
    margin: 0 0 56px 0;
    padding: 0;
    gap:4px;
}
@media (min-width:768px) {
    .woocommerce nav.woocommerce-pagination ul {
        margin: 0 0 82px 0;
    }
}

.woocommerce nav.woocommerce-pagination ul li {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-700);
    border-radius: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: var(--black-700);
    background: var(--white-300);
    border-radius: 50em;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--white-500);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--gold-500);
    color: var(--white-100);
}

.woocommerce nav.woocommerce-pagination ul li:has(a.prev) {
    margin-right: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:has(a.next) {
    margin-left: 10px;
}

.woocommerce nav.woocommerce-pagination ul li:has(a.prev) a:hover, .woocommerce nav.woocommerce-pagination ul li:has(a.next) a:hover {
    background: var(--white-500);
}





/* login/register */


.logreg-image {
    width: 35%;
    max-width: 35%;
}

.logreg-inner {
    width: 100%;
}
@media (min-width:768px) {
    .logreg-inner {
        width: 45%;
        max-width: 45%;
    }
}

.logreg-btns {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}


.logreg-btns button {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-900);
    text-align: center;
    background: var(--gray-200);
    border: none;
    border-radius: 0;
    padding: 12px;
    cursor: pointer;
}

.logreg-btns button.active {
    color: var(--white);
    background: var(--gray-900);
}

.woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 2em 0 0 0;
    text-align: left;
    border-radius: 0;
}


.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
}








/* MyAccount */

.woocommerce-MyAccount-navigation {
    text-decoration: none;
    border-radius: 26px;
    padding: 20px;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    gap: 33px;
    background: var(--white);
    border: 2px solid transparent;
    display: block;
}
@media (min-width:768px) {
    .woocommerce-MyAccount-navigation {
        width: 36% !important;
    }
}
@media (min-width:1200px) {
    .woocommerce-MyAccount-navigation {
        width: 32% !important;
        padding: 30px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul::before {
    content: 'Menu:';
    font-family: 'Raleway',sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--gray-900);
    border-bottom: 1px solid var(--gray-200);
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-900);
    text-decoration: none;
    padding: 13px 20px;
    display: flex;
    gap:8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--blue-600);
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders-seller-sell a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders-seller-sell.is-active a {
    color: var(--green-500);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders-seller-buy a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders-seller-buy.is-active a {
    color: var(--yellow-500);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--gray-200);
    border-radius: 16px;
}






.woocommerce-account-wishlist.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: var(--gray-900);
    background: transparent;
}

.woocommerce-account-wishlist.woocommerce-account .woocommerce-MyAccount-navigation-link--wishlist a {
    color: var(--blue-600);
    background: var(--gray-200);
    border-radius: 16px;
}





.woocommerce-MyAccount-navigation-link--dashboard a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-dashboard.svg') center no-repeat;
    display: block;
}

.woocommerce-MyAccount-navigation-link--moje-ogloszenia a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-list.svg') center no-repeat;
    display: block;
}


.woocommerce-MyAccount-navigation-link--orders-seller-sell a::before, .woocommerce-MyAccount-navigation-link--orders-seller-buy a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-wallet.svg') center no-repeat;
    display: block;
}

.woocommerce-MyAccount-navigation-link--orders a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-wallet-2.svg') center no-repeat;
    display: block;
}



.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-account.svg') center no-repeat;
    display: block;
}

.woocommerce-MyAccount-navigation-link--wishlist a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-heart-900.svg') center no-repeat;
    display: block;
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-logout.svg') center no-repeat;
    display: block;
}



.woocommerce-MyAccount-navigation-link--orders-archive a::before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: url('../images/icon-list.svg') center no-repeat;
    display: block;
}


.dashboard-product-list-wisthlist {
    padding: 3px 0 0 0 0;
}
@media (min-width:768px) {
    .dashboard-product-list-wisthlist {
        padding: 0 0 0 50px;
    }
}


.woocommerce-edit-account .woocommerce-MyAccount-content, .woocommerce-dashboard .woocommerce-MyAccount-content {
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding:20px;
    border-radius: 26px;
}
@media (min-width:768px) {
    .woocommerce-edit-account .woocommerce-MyAccount-content, .woocommerce-dashboard .woocommerce-MyAccount-content {
        float: right;
        width: 60%;
        padding: 30px;
    }
}
@media (min-width:1200px) {
    .woocommerce-edit-account .woocommerce-MyAccount-content, .woocommerce-dashboard .woocommerce-MyAccount-content {
        padding: 50px;
    }
}

/* 
.woocommerce-account .woocommerce-MyAccount-content {
    padding:20px;
    border-radius: 26px;
} */
@media (min-width:768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
        width: 60%;
   /*      padding: 30px; */
    }
}
/* @media (min-width:1200px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 50px;
    }
}
 */

.woocommerce-edit-account form .form-row-first, .woocommerce-edit-account form .form-row-last {
    width: 100%;
}

.woocommerce-MyAccount-content .btn-primary {
    margin-bottom: 30px;
}


.woocommerce legend {
    font-family: 'Raleway',sans-serif;
	font-size:22px;
    font-weight: 700;
    color: var(--gray-900);
	margin: 20px 0 12px 0;
}

.p-small {
    font-size: 12px;
    color: var(--gray-600);
}

span.p-small {
    line-height: 1.2em;
    margin: 0 0 12px 0;
    display: block;
}

.woocommerce-account em {
    font-size: 12px;
    color: var(--gray-600);
    margin: 4px 0 0 0;
}

.woocommerce-edit-account form .btn-info {
    margin-top: 16px;
}



.form-row-avatar img {
    margin: 0;
}


.edit-account-btns {
    margin: 24px 0 0 0;
    gap:10px 50px;
}

.edit-account-btns .button {
    min-width: 177px;
}

.modal-delete h3 {
    margin: 0 0 80px 0;
}


.modal-delete .modal-delete-btns {
    gap:20px 30px;
}




/* author page */

.author-details {
    gap:30px;
}

.author-details .vendor-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
}

.author-details .vendor-img img {
    width: 100px;
    height: 100px;
}

.author-details .vendor-company-name {
    font-size: 16px;
}

.author-details .vendor-name {
    font-size: 18px;
}


.author-details .vendor-company-name .product-single-rating-stars {
    margin: 10px 0 0 0;
}

/* 
.author-details h3 {
    margin-top: 30px;
} */

.author-details .product-single-place-inner {
    width: 100%;
}
@media (min-width:576px) {
    .author-details .product-single-place-inner {
        width: unset;
    }
}

.author-details .product-single-place iframe {
    width: 100%;
    max-width: 100%;
    height: 250px;
}
@media (min-width:576px) {
    .author-details .product-single-place iframe {
        width: 55%;
        max-width: 55%;
    }
}





/* vendor reviews page */

.section-vendor_review-listing-wrapper {
    gap: 25px;
}
@media (min-width: 992px) {
    .section-vendor_review-listing-wrapper {
        gap: 36px 25px;
    }
}

.section-vendor_review-listing-inner {
    width: 100%;
    text-align: left;
    text-decoration: none;
	border-radius: 26px;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    gap: 33px;
    background: var(--white);
    border: 2px solid transparent;
    display: block;
}

@media (min-width:992px) {
    .section-vendor_review-listing-inner {
        border-radius: 36px;
        padding: 30px;
    }
}

.section-vendor_review-listing-inner-rating {
    gap:4px;
    margin: 0 0 10px 0;
}

.section-vendor_review-listing-inner-author {
    font-size: 14px;
    color: var(--gray-500);
    margin: 0 0 18px 0;
}


.section-vendor_review-listing-inner p:last-child {
    margin: 0;
}



/* wybor miesiecy / buttony */

.form-product-availability {
    padding: 0 0 16px 0;
}

.pa-months {
    display:flex;
    flex-wrap: wrap;
    gap:12px;
}

.pa-month {
    flex:0 0 calc(50% - 6px);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-900);
    line-height:1;
    padding:12px 12px;
    border-radius: 16px;
    border:2px solid var(--gray-200);
    background:transparent;
    cursor:pointer;
    transition:transform .06s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
@media (min-width:576px) {
    .pa-month {
        flex:0 0 130px;
    }
}

.pa-month:active {
    transform:scale(.99);
}

.pa-month.is-active {
    background:var(--green-500);/* zielonkawy jak na screenie */
    border-color:transparent;
    color:var(--white);
}

.pa-month:focus-visible {
    outline:3px solid  var(--gray-200);
    outline-offset:3px;
}

.pa-months__inputs{
    display:none;
}




/* WP editor */


.wp-editor-wrap textarea {
    border-radius: 0;
    margin: 0;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
    width: auto;
    height: auto;
    display: inline-block;
}



.status-processing {
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px;
    cursor: inherit !important;
    white-space: nowrap;
    background: #c6e1c6;
    color: #2c4700;
}

.status-interested {
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px;
    cursor: inherit !important;
    white-space: nowrap;
    background: #F5F5D4;
    color: #E3C20F;
}

.status-cancelled {
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px;
    cursor: inherit !important;
    white-space: nowrap;
    background: #e5e5e5;
    color: #454545;
}

.status-completed {
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    padding: 5px;
    cursor: inherit !important;
    white-space: nowrap;
    background: #c8d7e1;
    color: #003d66;
}



.vendor-orders-table tr.is-new-order {

    background: rgba(255, 193, 7, 0.18);
}
/* .vendor-orders-table tr.is-new-order > td {
  background: rgba(255, 193, 7, 0.18);
} */


@media (min-width:821px) {
    .vendor-orders-table tr.is-new-order > td:first-child {
    box-shadow: inset 4px 0 0 rgba(255, 193, 7, 0.9);
    }
}

.vendor-unread-pill {
  display:inline-block;
  margin-left: 8px;
  padding: 2px 7px;
  font-size: 11px;
  line-height: 1;
  border-radius: 999px;
  background: var(--red-600);
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  right:-12px;
  top:16px;
  position: absolute;
}

.woocommerce-MyAccount-navigation-link--orders-seller-sell .vendor-unread-pill {
    background: var(--green-800);
}

.woocommerce-MyAccount-navigation-link--orders-seller-buy .vendor-unread-pill {
    background: var(--yellow-500);
}



.status-label.status-przyjete {
    background: #e8f1fd;
    color: #1c4fd7;
    border: 1px solid #bcd3ff;
}

.status-label.status-w-toku {
  background: #fff4e5;
  color: #b45309;
  border: 1px solid #f3d19c;
}

.status-label.status-completed {
  background: #e6f4ea;
  color: #137333;
  border: 1px solid #b7e1c0;
}

.status-label.status-odebrano {
  background: #e0f2f1;
  color: #00695c;
  border: 1px solid #80cbc4;
}

.status-label.status-cancelled {
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid #f5c6cb;
}

.status-label.status-zrezygnowano {
  background: #f4f4f5;
  color: #7c2d12;
  border: 1px solid #e4e4e7;
}



.shop_table_status {
    padding-top:10px !important;
    padding-bottom:10px !important;
}

/* .shop_table_status .status-label {
    width: 100% !important;
    display: block;
    
} */


.shop_table select {
    height: 30px;
    line-height: 30px;
}

.shop_table .btn {
    font-size: 14px;
    padding: 4px 10px;
    margin: 5px 0 0 0;
}







.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
}

/* .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    margin:0 !important;
    padding:0 !important;
} */

.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before {
    display: none !important;
}

.step-pane-1-step {
    margin: 0 0 30px 0;
}

.step-pane-1 h3 {
    margin: 0 0 10px 0;
}

/* .step-pane-add {
    margin-top: 30px;
}
 */
.product-add-change-cat a {
    font-weight: 700;
    color: var(--blue-600);
    text-decoration: none;
}

.product-add-change-cat a:hover {
    color: var(--green-800);
    text-decoration: none;
}

.product-radio {
    color: var(--gray-900);
    margin: -16px 0 16px 0;
    gap:10px 24px;
}

.product-radio-inner {
    gap:8px;
}


.infobox {
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-500);
    background: var(--gray-100);
    border-left: 8px solid var(--orange-600);
    border-radius:16px;
    padding: 20px;
    margin: 0 0 16px 0;
}






/* info messages / notify / error */

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        padding: 1em 2em 1em 3.5em !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    margin:0 0 25px 0 !important;
    padding:17px 25px !important;
    background: var(--orange-600);
    border: none;
    border-radius: 16px;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:12px;
    flex-wrap: wrap;
}

.woocommerce-message {
    background: var(--green-800);
}

.woocommerce-info {
    background: var(--blue-600);
}

.woocommerce-error {
    background: var(--red-600);
}


.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before, .woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    display: none;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: var(--white);
}



/* end */


