/*
 Theme Name:   Seese Child
 Theme URI:    http://victorthemes/themes/seese
 Description:  Seese Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     seese
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  seese-child
*/

/* Write Custom CSS */

a {
    color: #007bff;
}
label > span.optional{ /* labels opcional de checkout field  */
	display: none;
}

.widget_product_categories > ul.product-categories{
	display: grid;
}
.cat-item {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.cat-item.cat-item-133 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.cat-item.cat-item-134{
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cat-item.cat-item-141{
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

img.default-logo{
	max-width: 120px !important;
}

a.yith-wcwl-add-to-wishlist-button:after{
	left: 3px;
}
a.yith-wcwl-add-to-wishlist-button {
	width: 30px;
}

/*.ppc-button-wrapper{
	display: none;
}*/

.seese-product-img{
	background: #ffffff !important;
}


.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #BFBFBF !important;
    padding: 3px 14px !important;
    margin: 2px;
}
.show-password-input{
	color: #ffffff;
}

/* checkout */

#ship-to-different-address{
    display: none!important;
}

#billing_first_name_field, #billing_last_name_field, #billing_company_field, #billing_address_1_field,
#billing_address_2_field, #billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field{
	display: none !important;
}

.woocommerce-checkout .col2-set .col-1{
	float: right!important;
	padding: 0 0 0 15px !important;
}
.woocommerce-checkout .col2-set .col-2{
	float: left!important;
	padding: 0 15px 0 0 !important;
}


.woocommerce ul.products .seese-product-cnt .seese-product-text{
  display: flex;
  flex-direction: column;
}
.woocommerce ul.products .seese-product-cnt .seese-product-text h3{
  width: 100%;
}

.woocommerce ul.products .seese-product-cnt .seese-product-text span.price{
  width: 100%;
  float: left;
  text-align: left;
}

.comment-area ul, .seese-contentCol ul{
   margin: 0;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper{
	display:none;
}
.woocommerce-form-coupon-toggle{
	display:none;
}
.product-type-simple.seese-image-loaded{
	height:100%!important;
	min-height:443.625px!important;
}
.widget_search{
	display:none!important;
}

.custom-cart-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4caf50;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    z-index: 9999;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.cont_form .fila{
	display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;	
}

.cont_form .fila div{
	width:50%
}
.custom-error {
  color: #d00;
}

.wpcf7 input[type="tel"].wpcf7-not-valid {
    border-color: red !important;
}

.float_icons ul{
	display: flex;
    gap: 1rem;
}

.woocommerce ul.products .seese-product-img{
	margin-bottom: 0;
}

@media (max-width: 767px) {
  #seese-wrap{    
    overflow: hidden;
  }

  #shipping_method li label{
    flex-direction: column;
  }
  #shipping_method li label span {
    align-self: start !important;
  }

  .seese-contentCol ul#shipping_method li, .shipping-calculator-button{
    margin: 2px 0 0 0;
  }

  .woocommerce-terms-and-conditions-wrapper{
    height: auto;
    min-height: 200px;
  }
  form {
        overflow: unset !important;
    }
	
	.seese-menubar{
		position: fixed !important;
		z-index: 9999;
		width: 100%;
		top: 0;
		background:#ffffff;
	}
	.admin-bar #seese-mobilemenu .slicknav_menu .slicknav_btn {
        top: 20px;
    }
	
	.woocommerce ul.products .seese-product-cnt .seese-atc-wrap a, .woocommerce ul.products li a.added_to_cart.wc-forward, .woocommerce ul.products li .seese-product-cnt .seese-atc-wrap a {
		position: initial;
		opacity: 1 !important;  
		left: 0px !important;
		top: 30px !important;
	}
	.seese-product-cnt {
	  display: flex;
	  flex-direction: column;
	}

	.seese-atc-wrap {
	  order: 2;
	  top: 6px;
	}

	.seese-posted-in-cats {
	  order: 1; 
	}
	
	.custom-cart-message {
		
		top: 60px;
		
	}
	
	.woocommerce-error{
		margin: 0 !important;
	}
	
	
}

