/*
Theme Name: PassoLive
Author: Marincea Petru Mihail
Description: This is custom theme build by thisisfruit.com
Version: 3.3
Template: storefront

This is the child theme for Storefront theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*text cantitate*/

.site-header-cart:hover .widget_shopping_cart {
    width: 350px;
    right: 0;
    left: auto;
}

.sp-header-span-2.sp-header-last {
    width: auto !important;
}

.sp-header-active .sp-header-span-2:nth-child(4) {
    margin-right: 0px;
    width: 25% !important;
}

.sp-header-active .sp-header-span-4 {
  height: 60px;
  padding-top: 20px;
}

.item-task a, .item-cogs a, .item-gift a {
    text-indent: -999px;
    text-align: left;
    overflow: hidden;
    display: block;
}

#menu-configurator-sisteme {
    display: flex;
    margin: 0;
}

#menu-configurator-sisteme li {
    list-style: none;
    margin: 0 15px;
    width: 32px;
    height: 32px;
    position: relative;
}

#menu-configurator-sisteme li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.item-gift::before {
    content: '\f06b';
    color: #000004;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 25px;
}

.item-cogs::before {
    content: '\f085';
    color: #000004;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 25px;
}

.item-task::before {
    content: '\f044';
    color: #000004;
    font-family: 'Font Awesome\ 5 Free';
    font-size: 25px;
    padding-top: 0px;
    margin-left: 5px;
}

.sp-header-active .sp-header-span-2:nth-child(4) {
    margin-right: 0px;
    width: 25% ;
}

.sp-header-span-2.sp-header-last {
    width: auto;
}

.site-header-cart .cart-contents {
  text-align: right;
}

.site-header-cart .cart-contents .count {
  margin-right: 5px;
}

#masthead span.woocommerce-Price-amount.amount {
    display: none;
}

div.qty {
    float: left;
    padding: 10px;
}

.fa-2x {
    font-size: 1.55em;
    color: #000;
    padding-top: 8px;
}



/*hide text menu item*/
.menu-item-355 a, .menu-item-2152 a
{
    font-size: 12px;
    color: transparent !important;
}

/*center page*/
.center {
	width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center .site-main {
    width: 550px;
}

.center .entry-title {
    text-align: center;
}

/*dropdown box*/
select {
    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select::-ms-expand {
    display: none;
}
.select:hover {
    border-color: #888;
}
.select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}
.select option {
    font-weight:normal;
}

/* CUSTOM PRICE UPDATES */
.mobile-total-price-amount{
    position: fixed;
    left: 0;
    bottom: 50px;
    width: 100%;
    padding: 5px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-top: 2px solid #000;
    z-index: 9999;
}

.mobile-total-price-amount span{
    color: #000;
}

.custom_project_price:before,
.custom_project_price td:before,
.custom_project_price:after,
.custom_project_price td:after{
    content: none !important;
}

.custom_project_price td{
    background-color: #fbfbfb !important;
    text-align: left !important;
    color: #444;
    font-weight: 700;
}

.cart.wl-table.manage.shop_table.shop_table_responsive .product-purchase{
    display: none !important;
}

.site-header .site-branding img {
    height: auto;
    max-width: 70px;
    max-height: none;
}

/* MODAL WISHLISTS */

.fade.modal.show .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: none;
}

.fade.modal.show .modal-dialog .modal-body{
    min-width: 150px;
}

.wcssc-icons-container {
    justify-content: center;
    align-items: center;
}

.wcssc-icons-container > div {
    margin-bottom: 0;
}

.wcssc-form-row label, .wcssc-form-row input[type="text"], .wcssc-form-row textarea{
    width: 100%;
}

.wcssc-form-row label, .wcssc-form-row input[type="text"], .wcssc-form-row textarea, .wcssc-form-row button[type="submit"]{
    margin-right: 0 !important;
}

.wcssc-form-row:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.fade.modal.show .modal-dialog .modal-body form{
    margin-bottom: 0;
}

.wcssc-form-row{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-dialog{
    max-width: 100% !important;
}

table.cart th,
table.shop_table_responsive tbody tr td.product-price,
table.shop_table_responsive tbody tr td.product-quantity,
table.shop_table_responsive tbody tr td.product-subtotal,
table.shop_table_responsive tbody tr td.product-tva{
    text-align: center;
}

table.cart .product-thumbnail a{
    display: flex;
    justify-content: center;
    align-items: center;
}

table.cart .product-thumbnail img{
    max-width: 100%;
}

dl.variation dd td{
    padding: 0 !important;
}

#saved-cart-description{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

#saved-cart-description p{
    margin-bottom: 0;
}

body, button, input, textarea {
    color: #43454b;
    font-family: sans-serif;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
}

span.tc-price-wrap, button.menu-toggle {
    display: none;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error, .tm-extra-product-options ul.tmcp-ul-wrap+.tm-error, .tm-extra-product-options .tm-extra-product-options-container>.tm-error.tc-epo-element-product-holder {
	margin:0 !important
}



.page-id-158 #masthead, .page-id-158 .woocommerce-breadcrumb {
    display: none;
}

.single-product section.related.products {
	display: none;
}

.single-product .storefront-product-pagination {
	display: none;
}

.single-product  .woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

.single-product #primary {
 	width: 100%;
}

.single-product #secondary {
	display: none;
}

.site-footer {
    background-color: #ffffff;
    color: #6d6d6d;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0em;
}

h2.has-text-align-left.has-text-color {
    margin-top: 30px;
	  font-size: 21px;
}

.home .site-content {
    margin-top: 30px !important;
}

@media only screen (max-width: 599px) {
  
	figure.tc-product-image.woocommerce-product-gallery__image--placeholder img {
		height: auto;
	}

	h2.has-text-align-left.has-text-color {
    margin-top: 0px;
}
	.woocommerce-product-gallery__image--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

	.home .site-content {
    margin-top: 0 !important;
}

header#masthead {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wp-block-column {
    flex-basis: 1% !important;
}
	.hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child), .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
	margin-right: 6%;
}
	.home .wp-block-cover {
		margin-bottom: 20px !important;
	}
	.home .hentry .entry-content .has-medium-font-size, .editor-styles-wrapper .has-medium-font-size {
		margin-bottom: 15px;
		font-size: 20px;
	}
	.home p.has-text-align-center.has-white-color.has-black-background-color.has-text-color.has-background, .home p.has-text-align-center.has-white-color.has-vivid-red-background-color.has-text-color.has-background {
		height: 125px;
    margin-bottom: 10px;
		padding: 0;
    display: flex;
			align-items: center;
		justify-content: center;
    line-height: 17px;
	}

	.hentry .entry-content a {
		font-size: 16px;
	}

	}
	.wp-block-columns {
		margin-bottom: 0;
	}
	.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1), .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1) {
	font-size: 20px;
}

@media only screen and (min-width: 768px) {
.sp-header-active .sp-header-span-2 {
    width: 16%;
    float: left;
    margin-right: 4.347826087%;
}
}

.sp-header-active .sp-header-span-2:first-child {
	  margin-right: -20px;
}
.sp-header-active .sp-header-span-2:nth-child(4) {
	margin-right: 0px;
	width: 21%;
}

.sp-header-span-2:third-child {
	margin-right: 0px
}

.site-info {
	display: none;
}
.page-id-195 .woocommerce-breadcrumb {display: none;}

#customer_login .u-column2 {
	display: none;
}

.home .site-content {
	margin-top: 50px
}

.storefront-handheld-footer-bar ul li.home > a::before {
    content: "\f0c9";
}

.storefront-handheld-footer-bar ul li.menu > a::before {
    content: "\f015";
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
    content: "\f2bd";
}


.storefront-handheld-footer-bar {
    box-shadow: none;
    border-top: 2px solid #000;
}

.storefront-handheld-footer-bar ul li>a {
    height: 3em; /* 4.235801032em */
}

.storefront-handheld-footer-bar ul li > a::before {
    line-height:1.9; /* 2.618046972 */
    font-size: 1.3em; /* 1.618em */
}

@media only screen (min-width: 768px) {

	.sp-header-sticky .site-header {
		animation-duration: 0s;
	}
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a  {
		font-weight: bold;
	}
	.beta.site-title {
    margin-top: 10px;
    font-size: 40px;
}
	header#masthead {
    padding-top: 6px;
}
.site-search, nav.secondary-navigation {
    margin-top: 15px;
}
.storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0;
}
	.sp-max-width .col-full {
    max-width: 90em;
}



}
.fa-user-circle:before {
    content: "\f2bd";
    position: absolute;
    margin-top: -4px;
    padding-left: 10px;

}
.secondary-navigation ul.menu a {
	position: absolute;
	top: -10px;
}

.post-edit-link {
	display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--account-wishlists {
    display: none;
}

.post-8 .entry-header {
    text-align: center;
}

.page-id-8 header#masthead {
    padding-top: 2px;
    padding-bottom: 15px;
}

.page-id-139 #wl-wrapper {
    display: flex;
    flex-direction: row;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-id-195 .wp-block-columns {
	margin-bottom: 0;
}

.page-id-359 .entry-header, .page-id-359 .woocommerce-breadcrumb, .page-id-359 .storefront-breadcrumb {
    display: none;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

@media only screen (min-width: 768px) {
table.cart th, table.cart td {
    padding: 1em;
}
}
h1, .alpha {
    font-size: 2em;
    font-weight: bolder;
    letter-spacing: 0px;
}

.widget .widget-title, .widget .widgettitle {
	font-weight:normal;
	margin-top: 6px;
}

body.archive #primary{
  float: right;
  margin-left: 4.347826087%;
  margin-right: 0;
}
body.archive #secondary {
  float: left;
}

table thead th ,table td, table th {
	padding: 0.5em 1em;
}

dl.variation {
    text-align: left;
}

.category .cat-links {
	display: none
}

.single-post .cat-links {
	display: none;
}

h2.comments-title {
    font-size: 14px;
}

h2 a {
    font-size: 24px;
    font-weight: bolder;
    color: #000;
}

.total_custom td{
    text-align: center !important;
}

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding:focus,
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding:active {
    outline: none;
}

#e-spinner {
    background: url(./images/spinner.gif)no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
    width: 130px;
    height: 130px;
    display: none;
}

.site-header .site-logo-anchor, .site-header .site-logo-link, .site-header .custom-logo-link:focus {
    outline: none;
}

@media screen and (max-width: 950px) {

    .shop_table_responsive .no_associated {
        position: relative;
        display: block;
        padding-top: 52px;
        background-color: #fbfbfb;
    }
    
    .shop_table_responsive .has_associated {
        background-color: #fbfbfb;
    }

    table.shop_table_responsive thead {
        display: none;
    }

    .has_associated {
        padding-top: 40px;
        position: relative;
        display: flex;
    }

    .custom_product-buy {
        width: 50px;
        position: absolute;
        top: 0px;
        left: 0;
    }

    .custom_product-delete {
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
    }

    body:not(.page-template-template-fullwidth-php) table.cart td, body:not(.page-template-template-fullwidth-php) table.cart th {
        display: block;
    }
}

@media screen and (max-width: 768px) {
  
  	#is_admin.logged-in header#masthead {
   		top:0 !important;
  	}

    .has_associated {
        display: block;
    }
    
}

@media only screen (min-width: 768px) {

.woocommerce-checkout.sp-distraction-free-checkout.page-template-default .content-area {
    width: 100%;
	}
	.col2-set {
		margin-right: 60px;
		width: 20%
	}
	#order_review .shop_table {
		margin-bottom: 0;
	}
	#payment .place-order {
		margin-top: 0
	}
	table.woocommerce-checkout-review-order-table .product-name {
		width: 90%;
	}
	.woocommerce-checkout img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100px;
		float: left;
		margin-right: 10px
}
.woocommerce-cart .product-name img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		display: none;
	}

#order_review_heading, #order_review {
    width: 73%;
    float: left;
    margin-right: 0;
    clear: right;
}
}

#wcssc-button-container{
    margin-right: 4px;
}

.wishlist_actions{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wishlist_actions .edit-cart{
    margin-right: 10px;
}

.tm-clear-cart-button.button{
    float: left;
}

.tc-epo-metadata.variation dt{
    float: left;
    margin-right: 5px;
}

.sp-header-sticky .site-header, #masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1499;
    animation-duration: 0s;
    animation-fill-mode: both;
}


.single-product .tm-epo-totals {
	padding: 0
}

dl.variation dd {
    margin: 0 0 0em;
}
.single-product .tm-extra-product-options-totals .amount.final {
	font-size: 1em;
}
.single-product .tm-extra-product-options .tc-epo-element-product-container-wrap .product-meta {
	display: none;
}

li#menu-item-787 a {
    display: none;
}


.single-product table thead th, table td, table th {
    padding: 0;
}

/* *************************** */
/* CUSTOM WISHLIST STARTS HERE */
/* *************************** */

.wishlist_holder{
    margin-top: 20px;
}

.wishlist_row{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #888;
}

.wishlist_row:first-child{
    margin-bottom: 10px;
    border: none;
}

.wishlist_row:last-child{
    border-bottom: 1px solid #888;
}

.wishlist_custom_col{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 33.33333%;
    padding: 10px;
}

.wishlist_custom_col:first-child{
    justify-content: flex-start;
}

.wishlist_custom_col:last-child{
    justify-content: flex-end;
}

.remove_wishlist{
    cursor: pointer;
}

.wishlist_headers{
    font-size: 20px;
    font-weight: 700;
}

.single-proiecte .woocommerce-breadcrumb{
    display: none;
}

#saved-cart-title{
	margin-top: 30px;
    margin-bottom: 0px;
}

#save_wishlist{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    opacity: 0;
}

.save_form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
}

.save_form h2{
    text-align: center;
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
}

.nume_proiect{
    width: 100%;
    margin-bottom: 20px;
}

.descriere_proiect{
    padding: 0.6180469716em;
    resize: none;
}

.group_row_c{
    margin-bottom: 30px;
}



input.cancel_wishlist_pop {
    background: none !important;
    font-weight: 100;
    font-size: 13px;
}

/* New css 11.11*/

.mobile-menu {
    display: none;
}

.sp-header-active .sp-header-span-2:first-child {
    width: 130px;
}

.sp-header-active .sp-header-span-4 {
    margin-right: 0 !important;
    margin-left: 20px;
}

.secondary-navigation ul.menu a {
    position: relative;
    top: 0;
}


.secondary-navigation ul.menu a {
    height: 43px;
    padding: 0;
}

#masthead .sub-menu {
    background: #fff;
    padding: 0;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}

#masthead .sub-menu li a {
    color: #000 !important;
    background: none;
    font-family: 'Verdana';
    position: relative;
    padding: 15px;
    top: 0;
    font-size: 16px;
    font-weight: 600;
}

.item-edit {
    display: none !important
    }


@media screen and (max-width: 1300px) {

    button.single_add_to_cart_button.button.alt {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .save_form {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .save_form .project_options {
        flex-direction: column;
    }

    .save_form .project_options .option:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .save_form .project_options .option {
        width: 100%;
        text-align: center;
    }

    .save_form .project_options .option input {
        width: 100%;
    }

    .wishlist_actions {
        flex-direction: column;
    }

    .wishlist_actions .edit-cart {
        width: 100%;
        margin: 0;

    }

    .wishlist_actions .edit-cart a,
    .wishlist_actions #custom_order_cart a {
        width: 100%;
        text-align: center;
    }
    
    .wishlist_actions #custom_order_cart {
        width: 100%;
        margin-top: 20px;
    }

    .wishlist_actions #custom_order_selected {
        width: 100%;
    }

    .wishlist_actions #custom_order_selected a {
        width: 100%;
        text-align: center;
    }

    .single-proiecte table {
        margin-bottom: 30px;
    }

    .logged-in {
        padding-top: 46px;
    }

    .logged-in header#masthead {
        margin-top: 0px;
    }
    

    .mobile-menu {
        display: block;
    }

    .sp-header-active .sp-header-span-4 {
        display: none;
    }

    .sp-header-active .sp-header-span-2:first-child {
        width: 70px;
    }

    .navigation-wrapper-inner {
        display: flex;
        margin: 0;
    }

    .navigation-wrapper-inner li {
        list-style: none;
        margin: 0 15px;
        width: 32px;
        height: 32px;
        position: relative;
    }

    .navigation-wrapper-inner li a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
  	.item-edit {
        display: block !important
    }
  
    .item-edit::before {
        content: '\f044';
        color: #000004;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 25px;
      	padding-top: 0px;
      	margin-left: 5px;
    }

    .item-task::before {
        content: '\f0ae';
        color: #000004;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 27px;
      	padding-top: 7px;
    }

    .item-cogs::before {
        content: '\f085';
        color: #000004;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 25px;
    }

    .item-gift::before {
        content: '\f06b';
        color: #000004;
        font-family: 'Font Awesome\ 5 Free';
        font-size: 25px;
    }
  
	.item-edit a,
    .item-task a,
    .item-cogs a,
    .item-gift a {
        text-indent:-999px;text-align:left;overflow:hidden;display:block
    }

}

/* EXTRA WISHLIST CSS */
.project_options{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project_tabs{
    margin-top: 20px;
}

.option:nth-child(1){
    margin-right: 20px;
}

.tab_update{
    display: none;
}
/* EXTRA WISHLIST CSS END */

#single_add_to_wishlist{
    /* margin-left: 10px; */
}

.single-product .woocommerce, .added_to_cart.wc-forward, .woocommerce-error{
    display: none;
}

.single-proiecte .shop_table thead .product-name, .single-proiecte .shop_table thead .product-date{
    text-align: left !important;
}

.custom_product-delete, .custom_product-buy{
    vertical-align: middle;
    text-align: center !important;
}

.custom_product-delete span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_product-delete img{
    max-width: 25px;
    cursor: pointer;
}

.single-proiecte .shop_table tbody .product-status{
    text-align: center;
}

.wishlist_custom_edit_product, .wishlist_custom_duplicate_product{
    display: block;
    font-size: .7em;
    font-style: italic;
    font-weight: bold;
    color: #7b7d84;
    cursor: pointer;
}

.custom_product-buy input{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#custom_order_selected{
    display: none;
}

.comandat_status{
    color: #4caf50;
    font-weight: 700;
}

.necomandat_status{
    color: #e00008;
    font-weight: 700;
}

.tc-epo-metadata.variation dd, .tc-epo-metadata.variation dt{
    display: block;
    width: 100%;
}
/* END */

.print_project{
    width: 40px;
    height: auto;
    cursor: pointer;
}

.single-proiecte table{
    border-collapse: collapse;
    border: solid 1px transparent;
    box-shadow: 0px 0px 0px 1px #ccc;
    -webkit-box-shadow: 0px 0px 0px 1px #ccc;
    -moz-box-shadow: 0px 0px 0px 1px #ccc;
}

.single-proiecte table thead{
    border-bottom: solid 1px #ccc;
}

.total_custom{
    border-top: solid 1px #ccc;
}

#total_custom_print{
   display:none;
}

td.product-quantity, td.product-price, td.product-subtotal {
    text-align: center !important; 
}

dd table {
    border-collapse: collapse; 
    border: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

dd table tr, dd table td {
    border: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
}

.has_associated{
    border-bottom: none !important;
}

.associated_product{
    border: none !important;
}

.main_product{
    border-top: solid 1px #ccc !important;
}

.main_product:not(:first-child){
    border-top: none;
}

.single-proiecte td.product-name, .single-proiecte table thead tr th, .single-proiecte table tbody tr td, .proiecte-template-default.single-proiecte td.product-name{
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
}

.single-proiecte dd table tbody tr td{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.single-proiecte .storefront-breadcrumb{
    display: none;
}

@media print {

    .product-delete, .product-select, .custom_product-buy, .custom_product-delete, .custom_product-placeholder {
        display: none !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin-left: 0 !important;
    }

    .total_custom {
        display: none;
    }

  	#total_custom_print {
        display: contents;
    }
  	.product-blank {
      color: #fff;
    }
    .single-proiecte .tc-epo-metadata.variation {
    margin-top: 0 !important
 	 }
  
  #total_custom_print tr{
	border-top: solid 1px #ccc;
}
  
  #total_custom_print td{
    border-top: solid 1px #efefef;
    background-color: #ececec !important;
  }
}

.product-tva{
    text-align: center !important;
}

/* passo v1.2 */

.grouped_product_price{
    background-color: #ececec !important;
}

.grouped_product_price td{
    background-color: transparent !important;
}

.grouped_product_price td{
    text-align: center !important;
}

.tc-epo-element-product-container-cart .product-price{
	display: none; 
}

.summary.entry-summary.tc-init .price{
 	display: none !important; 
}

.summary.entry-summary.tc-init .tm-final-totals .price{
	display: block !important; 
}

/* passo v1.3 */

.custom_order_display_front{
    border-collapse: collapse;
    border: solid 1px #ccc;
}

.custom_order_display_front thead{
    border-bottom: solid 1px #ccc;
}

.custom_order_display_front tr.custom_admin_order_row_front{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.custom_order_display_front tbody tr td{
    padding: 10px !important;
}

.custom_order_display_front tr.custom_admin_order_row_front td{
    background-color: #ececec !important;
}

.custom_order_display_front tbody tr.woocommerce-cart-form__cart-meta td{
    padding: 3px 10px !important;
    font-size: 14px;
}

.custom_admin_order_row_front td:nth-child(2), .custom_admin_order_row_front td:nth-child(3),
.custom_order_products_totals td:nth-child(2), .custom_order_products_totals td:nth-child(3){
    text-align: center;
}

.custom_order_display_front thead th:nth-child(1), .custom_order_display_front thead th:nth-child(2){
    text-align: left;
}

.custom_order_display_front thead th{
    padding-left: 10px !important;
    padding-right: 10px !important;
}


/* passo v1.3 */

.custom_order_display_front{
    border-collapse: collapse;
    border: solid 1px #ccc;
}

.custom_order_display_front thead{
    border-bottom: solid 1px #ccc;
}

.custom_order_display_front tr.custom_admin_order_row_front{
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.custom_order_display_front tbody tr td{
    padding: 10px !important;
}

.custom_order_display_front tr.custom_admin_order_row_front td{
    background-color: #ececec !important;
}

.custom_order_display_front tbody tr.woocommerce-cart-form__cart-meta td{
    padding: 3px 10px !important;
    font-size: 14px;
}

.custom_admin_order_row_front td:nth-child(2), .custom_admin_order_row_front td:nth-child(3),
.custom_order_products_totals td:nth-child(2), .custom_order_products_totals td:nth-child(3){
    text-align: center;
}

.custom_order_display_front thead th:nth-child(1), .custom_order_display_front thead th:nth-child(2){
    text-align: left;
}

.custom_order_display_front thead th{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.configurator-wrapper .site-main {
    width: 100%;
}

.configurator-wrapper .site-main .js-category {
    -ms-display: grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

@media screen and (max-width: 1230px) {

    .configurator-wrapper .site-main .js-category {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 976px) {

    .configurator-wrapper .site-main .js-category {
        grid-template-columns: repeat(1, 1fr);
    }
}

.configurator-wrapper .site-main .js-category .categ-item .categ-item-inner {
    padding: 10px;
    border: 2px solid #000;
    border-radius: 3px;
    position: relative;
}

.configurator-wrapper .site-main .js-category .categ-item .categ-item-inner:hover {
    cursor: pointer;
    background-color: #f9f9f9;
    transition: all .2s ease-in-out;
}

.configurator-wrapper .site-main .js-category .categ-item .categ-item-inner::after {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI5Mi4zNjJweCIgaGVpZ2h0PSIyOTIuMzYycHgiIHZpZXdCb3g9IjAgMCAyOTIuMzYyIDI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MjsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTI4Ni45MzUsNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiwwLTkuMjMzLDEuODA3LTEyLjg1LDUuNDI0DQoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4DQoJCXM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.configurator-wrapper .site-main .js-category .categ-item .subcateg-select-item::-ms-expand {	
    display: none; 
}

.configurator-wrapper .site-main .js-category .categ-item .subcateg-select-item {
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background-image: none;
    display: none;
}

.subcategory-wrapper {
  display: none !important;
}

.select2-container .select2-selection--single {
     height: 50px;
    padding: 10px;
      border: 2px solid #000004 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 10px;
      height: 50px;
}

#is_admin.logged-in #page {
  padding-top: 75px;
}

#is_admin.logged-in header#masthead {
  top: 32px;
}

.custom_wishlist_of_order{
    margin-bottom: 20px;
    font-size: 21px;
}

.custom_wishlist_of_order span{
    font-size: 18px;
}

.product-status .grouped_stats{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-status .grouped_stats span{
    margin-bottom: 10px;
}

.product-status .grouped_stats a:not(:last-child){
    margin-bottom: 5px;
}

#custom_order_unordered{
    margin-left: 10px;
}
div#custom_order_cart {
    display: none;
}

table.dataTable.no-footer,
.wc-product-table-controls.wc-product-table-below {
  display: none !important;
}

/* variations with radio buttons instead of select */
.custom_variations .woocommerce-variation.single_variation{
    display: none !important;
}

.custom_variations .attribute-role td.value{
    margin-bottom: 0 !important;
}

.custom_radio_hold{
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 10px 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.custom_variation_select_to_radio{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.custom_variation_label{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_variation_label .variation_name{
    margin-right: 15px;
}

.custom_radios{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* category page - TESATURI TABLE */
.page-id-6301 .wc-product-table.woocommerce.dataTable{
	display: table !important;
}

.page-id-6301 .wc-product-table-controls.wc-product-table-below{
	display: flex !important;
}

.page-id-6301 .wc-product-table-controls.wc-product-table-below .select2.select2-container{
	width: 70px !important;
}

.menu-item span {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.menu-item span::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555555 transparent;
}

.menu-item:hover span {
  visibility: visible;
  opacity: 1;
  top: 140% !important;
    color: #fff !important;
    text-indent: 0px;
    padding: 14px 10px;
    line-height: 0px;
    font-size: 12px;
}

.page-id-2602 .widget_product_search {
  display: block !important;
}

.variatii_holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.variatii_info{
    padding: 10px;
}

.custom_radio_hold:nth-of-type(1), .attribute-rola td.label {
    display: none !important;
}

.variatii_holder .quantity .qty{
    background: #e2e2e2 !important;
    color: #000;
    border-radius: 5px;
}

/* 20.09.2021 */

.nowrap{
    white-space: nowrap !important;
}

#woocommerce-order-items .woocommerce_order_items_wrapper table.woocommerce_order_items td.pright30{
    padding-right: 30px !important;
}