/*
Theme Name:   Matm Lanes
Description:  Print Generator
Author:       matm
Author URL:   Write here the author's blog or website url
Template:     porto-novo
Version:      2.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  matm-lanes
*/

/* Write here your own personal stylesheet */

.btn-choose {
    background: #e00069;
}

.btn-choose:hover{
    background: #23dcad;
}

.wpc-tpl-title {
    border-top: 2px solid #e00069;
}

#wpc-templates-list img {
    max-height: 200px;
}

.wpc-btn-effect {
    background-color: #e00069 !important;
}

.wpc-btn-effect:hover {
    background-color: #23dcad !important;
}

#wpc-design-btn-box .title {
    background: #616264 !important;
}

#product-part-container li {
    color: #616264 !important;
    width: 140px !importants;
}


.wpc-success {
    background-color: #37b3e1;
    text-align:center;
}

#wpc-buttons-bar {
    display: none !important;
}

select.wpc-custom-right-quantity-input.wpd-qty {
    width: 100px;
}

.wc-mini-cart {
    display: none;
}

body.single.single-product .product .summary .cart .quantity, .yith-wcwl-add-to-wishlist, .woocommerce-result-count, form.woocommerce-ordering {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    margin-right: 0px;
    font-size: 1em;
    background-color: #e00069;
    text-align: center;
    padding: 14px;
    color: #fff;
    font: normal normal bold 14px/14px effra, sans-serif;
    text-transform: uppercase;
    border-radius: 2px 2px 2px 2px;
    min-width: 100%;
}

.woocommerce-loop-product__title:hover {
    background: #23dcad !important;
}

div.product-thumbnail-wrap .see-more {
    Display:none;
}

.woocommerce-loop-product__title {
    margin-top: 10px !important;
}


a.add_to_wishlist {
    display: none;
}

div.product div.summary select {
    margin-left: 20px;
}

nav.single-product-nav span.nav-previous a {
    display: none;
}


/* Custom Select Boxes */

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial, sans-serif;
}

.product-nav-wrap {
	display:none;
}

.single_add_to_cart_button.button.alt {
    margin: 20px 0;
}

.related.products {	    display: none;	}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #eee;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: black;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover {
    background-color: #23dcad;
}

.select-items .same-as-selected {
    background-color: #e00069;
    color: white;
}

.clear-fix {
    clear: both;
}

.woocommerce-page table.shop_table_responsive tr td.product-subtotal {
    display: none;
}

.woocommerce-page table.shop_table_responsive tr td.clear-fix {
    clear: both;
    padding: 0;
}

.woocommerce-page table.shop_table_responsive tr td.clear-fix:before {
    content: unset;
}

.woocommerce td.product-quantity {
    min-width: 80px;
    float: none;
}

.woocommerce td.product-quantity .custom-select {
    margin: auto;
}
body:not(.admin-bar) #wpc-design-btn-box {
	display:none;
}

.po-number-field .optional {
	display: none;	
}

span.footer-copyright {
    font-size: 9px;
}

span.footer-contact {}

span.footer-contact a {
    color: white;
}

span.select2-selection.select2-selection--single {
   
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background: #f6f6f6;
    border: 0;
    padding: 0 20px;
    border-radius: 0;
    box-sizing: border-box;
    outline: 0;
}

span#select2-billing_address_1-container {
    height: 50px;
    line-height: 50px;
}

button.single_add_to_cart_button.button.alt {
	display: block !important;
}

footer ul#footer-social-links li {
    position: relative;
}

footer ul#footer-social-links li a {
	display: block;
    text-decoration: none;
    padding: 2px 0;
    transition: color .3s, border-bottom .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999 !important;
}

footer ul#footer-social-links li a span {
	visibility: hidden;
}