/*
Theme Name: Panorama
Theme URI: https://www.digima.co.il/
Description: Panorama child theme.
Author: Digima
Author URI: https://www.digima.co.il/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
a.mobile-link.mobile-top-level-link {
    order: 2;
    flex: auto;
}

span.jet-dropdown-arrow {
    order: 1;
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

a.tinvwl_add_to_wishlist_button {
    background-color: #d60d93;
    border-radius: 150px;
    width: fit-content;
    padding: 0 5px;
    display: flex;
    height: 32px;
    text-decoration: none;
    align-items: center;
    color: #fff !important;
}
a.tinvwl_add_to_wishlist_button:before{
    margin: 0 !important;
}
a.tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text, .btnView .elementor-button-text{
    display: inline-block;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    transition: all 0.5s linear;
    font-size: 12px;
    overflow: hidden;
    color: #fff;
    line-height: 1;
}
.tinvwl_add_to_wishlist_button:before , .tinv-wishlist .tinvwl_add_to_wishlist_button:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button:before, .woocommerce-page ul.products li.product a.tinvwl-button.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{
    margin: 0px;
}
#panorama_product_after_form .product-inner ~ .tinv-wraper{
    display: none !important;
}

a.tinvwl_add_to_wishlist_button:hover .tinvwl_add_to_wishlist-text,
a.tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text:hover,
.btnView a:hover .elementor-button-text{
    opacity: 1;
    padding: 0 5px;
    max-width: 90px;
}


.wc-setup-content {
    text-align: right !important;
}

.mc-extra-bottom-con a {
    color: #fff;
    text-decoration: underline;
}

.elementor-field-group .elementor-select-wrapper::after {
    display: none !important;
}


body .woocommerce td.product-name dl.variation dt {
    float: right;
    margin-right: 0;
    margin-left: .25em;
}

.panorama_cart_item > * {
    display: inline-block;
}


.shop_product_item_wrap {
    position: relative;
    overflow: hidden;
}

.shop_product_item_wrap a {
    color: #000;
    text-decoration: none;
}

.shop_product_item_wrap .shop_product_item {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop_product_item .shop_product_item_img{
    overflow: hidden;
    display: block;
    padding-bottom: 5px;
}
.shop_product_item .shop_product_item_img img {
    transition: all .25s;
    height: 130px;
    width: auto;
}

.shop_product_item:focus .shop_product_item_img img, .shop_product_item_wrap:hover .shop_product_item_img img {
    transform: scale(1.05);
}

.shop_product_item_title { /* display: none; */
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    text-align: center;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    left: 0;
    color: #000;
}

.shop_product_item_sku {
    display: block;
    font-size: 80%;
    color: #6e6e6e;
    text-align: center;
    margin-top: 25px;
}

.shop_product_item_btn {
    display: block;
    width: fit-content;
    margin: 0px auto 20px;
    line-height: 1;
    border: 1px solid #D90948;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 24px;
    color: #D90948;
    transition: all .25s;
}

.shop_product_item:hover .shop_product_item_btn {
    color: #fff;
    background: #D90948;
}

.shop_product_item_btns {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    text-align: left;
}

.shop_product_item_btns a {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    max-width: 30px;
    width: 140px;
    border-radius: 35px;
    transition: all .25s;
    margin-left: 0;
    margin-right: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    white-space: nowrap;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
    padding-left: 0;
    position: relative;
}

.shop_product_item_btns a:hover {
    max-width: 140px;
    padding-left: 10px;
}

.shop_product_item_btns a:before {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 14px;
}

.shop_product_item_wrap .tinvwl_add_to_wishlist_button {
    background: #D70C94;
}

.shop_product_item_wrap .tinvwl_add_to_wishlist_button:before {
    content: "\f004";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* font-size: 14px; */
}

.shop_product_item_open_in_large {
    background: black;
}

.shop_product_item_open_in_large:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.shop_product_item_new {
    border: 40px solid #D90948;
    display: block;
    border-bottom-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.shop_product_item_new:before {
    content: 'חדש';
    position: absolute;
    color: white;
    top: -25px;
    right: -25px;
    transform: rotate(45deg);
    font-size: 16px;
}

@media print{

    th.product-remove,td.product-remove, a[href]:after, .plus-canvas-content-wrap, #site-header, [data-elementor-type="footer"], #cart_print_btn {
        display: none !important;
    }

    .shop_table {
        max-width: 100%;
    }


}

#panorama_product_after_form .upsells.products{
    margin-top: 0;
}

#cart_print_btn{
    color: #3d80c2;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}
#cart_print_btn:before{
    content: '';
    background: url(assets/icons/print_link.svg) center no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
#panorama_product_after_form ul.products .product{
    width: auto;
}
body.search-results .site-content{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
body.search-results .oceanwp-pagination{
    width: 100%;
}
body.search-results .oceanwp-pagination ul{
    text-align: center;
}
body.search-results .shop_product_item .shop_product_item_img img{
    height: 170px;
    object-fit: contain;
}
body.search-results .shop_product_item_wrap{
    padding: 0 10px;
}
.woocommerce-cart table.cart img{
    max-width: 300px !important;
    height: auto;
    max-height: 250px;
}
@media(max-width: 1050px) and (min-width: 768px){
    .woocommerce-cart table.cart img {
        max-width: 90px !important;
        max-height: 180px;
    }
}