/* 
 Theme Name:   Peggi child
 Theme URI:    
 Description:  
 Author:       dev@copysky.pl
 Author URI:   
 Template:     peggi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.product-id .jet-listing-dynamic-field__content {
    display: none;
}

@media all and (min-width: 1025px) {
    .qodef-vertical-align-containers {
        display: grid;
        grid-template-columns: auto 1fr;
    }
}
.qodef-mobile-header-holder .cart-icon-box {
    position: absolute;
    right: 3rem;
    top: 14px;
}
.qodef-mobile-header-holder .cart-icon-box .items {
    top: 0;
}
.qodef-mobile-header .qodef-grid {
    position: relative;
}
@media all and (max-width:1182px) {
    .qodef-menu-area .widget.qodef-button-widget {
        display: none!important;
    }
}
/* wypozyczania page -> choose games package */
.add-btn-to-cart {
    text-transform: uppercase;
    text-align: center;
    color: white;
    padding: 12px 46px;
    font-weight: 500;
    font-size: 11px;
    line-height: 2em;
    background-color:#d56a36;
    transition:.3s;
    cursor: pointer;
    width: fit-content;
    border-radius: 32px;
    margin-top: 1rem;
}
.add-btn-to-cart.to-add {
    background-color:#d56a36;
}
.add-btn-to-cart.to-remove {
    background-color:#EC8E35;
}
.add-btn-to-cart:hover,
.add-btn-to-cart.to-add:hover {
    background-color:#EC8E35;
}
.add-btn-to-cart.to-remove:hover {
    background-color:#d56a36;
}
.product-box .jet-listing-dynamic-terms a:hover {
    background: #D56A36;
}
.qodef-normal-space.qodef-disable-bottom-space {
    margin: auto!important;
    text-align: center!important;
}
.add-package-to-cart {
    margin: 1rem 0;
    background-color: #d56a36;
    display: inline-block;
    padding: 14px 58px;
    font-weight: 500;
    font-size: 11px;
    line-height: 2em;
    color: white;
    transition: .3s;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.add-package-to-cart:hover {
    background-color: #EC8E35;
}
.pricetables-package-section .qodef-price-table {
    cursor:pointer;
}
.pricetables-package-section .qodef-price-table.checked .qodef-pt-inner,
div[class*="-games-products"] .jet-engine-listing-overlay-wrap.checked {
    box-shadow: 0px 0px 16px #F39E59;
}
div[class*="-games-products"] .jet-engine-listing-overlay-wrap.checked {
    padding: 1rem!important;
}
div[class*="-games-packages"] .qodef-pt-button,
div[class*="-games-products"].hide-cat {
    display: none!important;
}
div[class*="-games-products"] .jet-listing-grid__item.hide {
    display: none!important;
}
div.table-box {
    margin: 4rem 0px;
}
table.cart-items {
    width: 100%;
}
#table-box blockquote, table td, table th {
    text-align: left!important;
}
td.actions {
    text-align: right!important;
}
.tags-box a.jet-listing-dynamic-link__link {
    padding: 2px 16px;
    border-radius: 21px;
}
.tags-box a.jet-listing-dynamic-link__link:hover,
.tags-box a.jet-listing-dynamic-link__link.checked {
    background: #D56A36;
    color: white;
}
textarea[name="client-order"] {
    display: none!important;
}
.cart-items .remove-item {
    cursor:pointer;
}
.tags-box.checked a {
    color: #F39E59!important;
}
a.cart-icon-box {
    position: relative;
}
textarea[name="client-order"] {
    display: none;
}
span.cart-icon {
    width: 30px;
    height: 30px;
    background-color: rgb(76, 73, 74);
    background-image: url(https://hockiklockicom.copysky.pl/wp-content/uploads/2023/10/cart-icon.svg);
    display: inline-block;
    border-radius: 99%;
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center;
    position: relative;
    top: 4px;
}
span.items {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #EC8E35;
    border-radius: 99%;
    left: 16px;
    top: -12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    line-height: 21px;
}
.qodef-social-icons-group-widget .qodef-social-icon-widget-holder {
    margin-bottom: 6px!important;
}

/* PRODUCT PAGE */
.product-box .jet-section__content {
    display: grid;
    justify-content: center;
    align-content: space-around;
    align-items: flex-start;
    grid-template-columns: 30% 60%;
    gap: 1rem;
}
.product-info-box {
    display: flex;
    gap: 1.25rem;
}
.product-title {
    font-weight: 600;
    color: #d56a36;
    font-size: 1.35rem;
    line-height: 2rem;
}
.product-box .product-available,
.product-box .product-price {
    font-weight: 600;
}
.product-box  .before-dynamic-field {
    color: #d56a36;
}
.product-box .jet-listing-dynamic-terms {
    display: flex;
    gap: 8px;
}
.product-box .jet-listing-dynamic-terms a {
    background: #F39E59;
    border-radius: 21px;
    padding: 0.25rem 0.65rem;
    font-size: 0.8rem;
    color: white;
    transition: .3s;
}
.product-info-box .product-desc .jet-listing-dynamic-field__content {
    max-height:unset!important;
}
.jet-listing-dynamic-field__content
.product-box .jet-listing-dynamic-terms a:hover {
    background-color: #D56A37!important;
}
.product-box .product-price {
    margin-top: -8px!important;
}
.product-img-box img.jet-listing-dynamic-image__img {
	margin: auto;
}
@media all and (max-width: 1024px) {
	.product-box .jet-section__content {
		grid-template-columns: 1fr;
	}
	.product-img-box img.jet-listing-dynamic-image__img {
/* 		max-width: 380px!important; */
	}
}
@media all and (max-width: 767px) {
	.product-img-box img.jet-listing-dynamic-image__img {
		max-width: 100%!important;
	}
}
/* end PRODUCT PAGE */
