/*
 Theme Name: Woostify Child
 Theme URI: https://woostify.com/
 Description: Woostify WordPress theme example child theme.
 Author: Luís Gomes
 Author URI: https://woostify.com/
 Template: woostify
 Version: 1.0.0
*/

/*=============SOCKTOPUS - ROUPA INTIMA & MEIAS==================*/

/*====FONTS - NUNITO====*/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Nunito-Light'), url(css/fonts/Nunito-Light.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nunito-Regular'), url(css/fonts/Nunito-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Nunito-SemiBold'), url(css/fonts/Nunito-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Nunito-Bold'), url(css/fonts/Nunito-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,body{
	width: 100vw !important;
	max-width: 100% !important;
	overflow-x:hidden !important;
	margin:0;
	padding:0;
	font-family: 'Nunito','Arial','Times New Roman', sans-serif !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.page-header,.single-product .content-top{
	border-bottom: 1px solid #eaeaea;
	background-color: #ffffff !important;
	text-align: center;
}

#customer_login{
	margin-top: 25px;
}

.page-template-default .page-header + .site-content{
	margin-top: 0;
	margin-bottom: 25px
}


.page-template-default.logged-in  .page-header + .site-content{
	margin-top: 25px;
	margin-bottom: 25px
}

.page-header + .site-content{
	margin-top: 25px;
	margin-bottom: 25px
}


.single-product .content-top{
  padding-top: 25px;
  padding-bottom:25px;
  margin:0;
  border-bottom: 1px solid #eaeaea;
  background-color: #ffffff !important;
  text-align: center;
}

.single-product .content-top .woostify-breadcrumb{
  width: 100% !important;
  padding: 0 !important
}

.single-product .site-content{
	margin:0 !important;
}

.instagram-feed-wrapper p{margin: 0 !important}
.btn-home-faqs a, .btn-home-faqs a:focus,.btn-home-faqs a:visited,.btn-home-faqs a:active{
	width: 100% !important
}

/*===============FORMULARIO CONTACTOS | NEWSLETTER==============*/
.contactos-info-wrapper{
	position: relative;
}

.contactos-info-wrapper .elementor-row{
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}

.contactos-info-wrapper:before{
	content:'';
	position: absolute;
	width:100vw;
	height: 100%;
	margin-left: -50vw;
	top:0;
	left: 50%;
	background: #eeeeec;
	
}

.contactos-info-wrapper .elementor-column:nth-child(1){
	width: 100%;
}

.contactos-info-wrapper .elementor-column:nth-child(2){
	width: 100%;
}

.contactos-info-wrapper .elementor-column:nth-child(3){
	width: 100%;
}

.contactos-info-wrapper .elementor-column:not(:first-child){
	margin-top: 15px;
}

#ContactosSocktopus form{
	width: 100%;
	margin: 0 auto;
}

#ContactosSocktopus input,#ContactosSocktopus textarea,#ContactosSocktopus select{margin-top: 10px;}
#ContactosSocktopus .wpcf7-list-item{margin: 0 !important;}
#ContactosSocktopus input[type="text"],#ContactosSocktopus input[type="email"]{
	width:100%;
	height: 50px; !important;
	padding: 0.5em 1em;
    border-radius: 2px;
}
#ContactosSocktopus select{
	width:100%;
	height: 50px;
	padding: 0.5em 1em;
}
#ContactosSocktopus .wpcf7-list-item input[type="checkbox"]{margin: -3px 5px 0 0 !important;}
#ContactosSocktopus textarea{
	width:100%;
	height: 150px;
	padding: 0.5em 1em;
    border-radius: 2px;
}
#ContactosSocktopus input[type="submit"],#ContactosSocktopus input[type="submit"]:active,#ContactosSocktopus input[type="submit"]:visited,#ContactosSocktopus input[type="submit"]:focus{
  width:auto !important;
  font-size:14px !important;
  padding: 10px 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  text-transform: uppercase;
  line-height:1 !important;
  border:none !important;
  color:#fff !important;
  background-color:#383838 !important;
  border:1px solid #383838 !important;
  -webkit-transition:0.5s ease all;
  -ms-transition:0.5s ease all;
  transition:0.5s ease all;
}
#ContactosSocktopus input[type="submit"]:hover{
	background-color:transparent !important;
  	color: #383838 !important;
}


.wpcf7-list-item-label a,.wpcf7-list-item-label a:active,.wpcf7-list-item-label a:visited{
	color:#383838 !important;
}


.wpcf7-list-item-label a:hover{
	color: #636363 !important; 
}

.wpcf7-validation-errors{
  margin: 0 !important;
  padding: 10px 10px 10px 10px !important;
  background-color:#e68a00 !important;
   color: #fff !important;
   border:0px !important;
}

.wpcf7-mail-sent-ok{
  margin: 0 !important;
  padding: 10px 10px 10px 10px !important;
  background-color:#009933 !important;
   color: #fff !important;
  border:0px !important;
}
.wpcf7-response-output{
  margin: 5px 20px 5px 0 !important;
  padding: 0 5px 0px 5px !important;
}


.widget .wpcf7 form{
  position: relative;
}

.widget .wpcf7 form p{
  margin-bottom:5px !important;
  font-size: 9pt;
}
.widget .wpcf7 form p:nth-child(3){ 
  text-align: left !important;
  margin-bottom: 0 !important;
}
.widget .wpcf7 form p:nth-child(3) label{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	margin-bottom: 0 !important
}


.newsletter-wrapper label{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	margin-bottom: 0 !important
}






.widget .wpcf7 form span.wpcf7-list-item input[type="checkbox"]{
	margin: -3px 5px 0 0 !important;
}
.widget .wpcf7 form span.wpcf7-list-item input[type="checkbox"]:hover,
.widget .wpcf7 form span.wpcf7-list-item input[type="checkbox"]:focus{
	cursor: pointer;
}


.widget .wpcf7 form input[type="email"]{
  width: 100% !important;
  border-radius:0px !important;
  color:#383838 !important;
  background-color: #fff !important;
  border: 1px solid #636363 !important;
  height:50px !important;
  margin-right:10px;
  padding: 5px;
}

.widget .wpcf7 form input[type="submit"],#wpcf7-f5-p13-o1 form input[type="submit"]:focus,
.widget .wpcf7 form input[type="submit"]:active,#wpcf7-f5-p13-o1 form input[type="submit"]:visited{
  width:100% !important;
  color:#fff !important;
  background-color:#333 !important;
  border:1px solid #333 !important;
  height:50px !important;
  -webkit-transition:0.5s ease all;
  -ms-transition:0.5s ease all;
  transition:0.5s ease all;
}

.widget .wpcf7 form input[type="submit"]:hover{
  background-color:#fff !important;
  color:#333 !important;
}


/*WOOCOMMERCE*/


input[type="checkbox"]{
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
}

input[type="checkbox"]:focus{
	outline: none;
}

input[type="checkbox"]:hover{
	cursor: pointer;
}

input[type="checkbox"]:after {
	content: '';
	position: relative;
	width: 18px;
	height: 18px;
}

input[type="checkbox"]:checked:after {
	content: '\f00c';
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 10px;
	position: relative;
	width: 18px;
	height: 18px;
} 


.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters h4{
	position: relative;
	height:auto;
    line-height: 20px;
	margin-bottom: 10px !important;
	padding:0 0 10px 0 !important;
	border-width:0 0 1px 0 !important;
	border-bottom-style: solid;
	text-transform: uppercase;
	font-size: 14px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters h4:before{
	content:'\f067';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	width:auto;
	height: 100%;
	top:0;
	right: 0;
	bottom: 0;
	font-size: 12px;
	-webkit-transition: 0.5s ease all;	
	-ms-transition: 0.5s ease all;	
	transition: 0.5s ease all;	
}

.widget_yith-woocommerce-ajax-navigation-filters{
	margin-bottom: 10px !important;
    padding-bottom: 10px !important; 
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:hover{
	cursor: pointer;
}


.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .filter-content{
	display: none
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter.show h4:before{
	content:'\f068';
}


.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .filter-content .filter-item label{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}


.product-loop-wrapper .button, .product-loop-meta.no-transform .button{
	border:1px solid #383838;
}



.product-page-container{
  padding: 50px 0 50px 0 !important;
}


.woocommerce-tabs .woocommerce-Tabs-panel{
	padding: 20px 0 0 0 !important;
}


.woocommerce-products-attributes-custom-wrapper{
	display: block;
	position: relative;
	width:100%;
}

.woocommerce-products-attributes-custom{
	display: block;
	position: relative;
	width: 100%;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.attribute-name-custom{
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0 10px 0
}

.attribute-name-custom:hover{
	cursor: pointer
}

.attribute-label-custom{
	display: block;
	position: relative;
	width: 100%;
	display: block;
	position: relative;
	width: 100%;
	font-size: 13px;
    font-weight: 600;
    color: #333;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

.attribute-label-custom:before{
	content:'\f078';
	font-family:"Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	width:auto;
	height: 100%;
	top:0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.5s ease all;	
	-ms-transition: 0.5s ease all;	
	transition: 0.5s ease all;	
}


.attribute-value-custom{
	display:block
	position: relative;
	width: 100%;
	position: relative;
    font-size: 13px;
    line-height: 1.6;
    padding: 10px 0 0 0;
	color: #333;
	height: auto;
    text-transform: capitalize;
}


.attribute-name-custom.show .attribute-label-custom:before{
	content:'\f077';
}

.terms-product{display: none}


.product_title.entry-title{
	font-weight: 700 !important;
	text-transform: uppercase;
	margin: 0 !important;
}


.product-summary .price{
	font-size: 36px !important;
	margin:10px 0 0 0 !important;
}

.price{
	color:#57bf6d;
}

.woocommerce-product-details__short-description{
	padding: 25px 0 !important;
}


.woocommerce-product-details__short-description + .cart{
	margin:0 !important;
}

.product_meta{
	margin:0 !important;
}


.tns-controls [data-controls],.tns-controls [data-controls]:focus,
.tns-controls [data-controls]:active,.tns-controls [data-controls]:active{
	border:1px solid #ffffff !important;
	color:#000000 !important;
}

.tns-controls [data-controls]:hover{
	border:1px solid #000000 !important;

}
.cart:not(.elementor-menu-cart__products) .quantity{
	border: 1px solid #383838 !important;
}


.quantity{
	width: 45%;
}

.single_add_to_cart_button{
	width: 45%;
	min-width: 1px !important;
}

.quantity .qty{
	color:#000000 !important;
}

.quantity .minus, .quantity .plus{
	width: 38px !important;
	min-height: 38px !important;
	color:#636363 !important;
}

.quantity .minus:hover,.quantity .plus:hover{
	color:#383838 !important;
}

.button,.button:focus,
.button:active,.button:visited{
	background-color: #383838;
	text-transform: uppercase;
	border:1px solid #383838 !important;
	opacity: 1 !important;
	border-radius: 50px !important;
}

button:disabled{opacity:0.5 !important;pointer-events: none !important;}


.button:hover{
	background-color: #ffffff !important;
	color:#383838 !important;
	opacity: 1 !important;
}

.order-again{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width: 100%;
	margin-bottom: 25px;
}

.order-again a.button{
	padding: 1em 1.5em;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
	margin-bottom: 40px;
}


.woocommerce-account:not(.woobuilder-active) h2{
	text-align:center;
	padding: 0;
	text-transform: uppercase;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a::before{
	content: "\e632";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
	width:100%;
}

mark, ins{
	padding: 2.5px 5px;
	background-color: #383838 !important;
	color:#ffffff !important;
}

mark.order-status, ins.order-status{
	text-transform: uppercase;
}


mark .woocommerce-Price-amount.amount, ins .woocommerce-Price-amount.amount{
	color: #fff;
}


.multi-step-checkout-button{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	width: 100%;
	height: 50px;
}

.multi-step-checkout-button[data-action="continue"],.multi-step-checkout-button[data-action="place_order"]{
	margin-top: 15px;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
	text-transform: uppercase;
}

.multi-step-checkout-button[data-action="back"]{
	height: auto;
	position: relative;
}

.multi-step-checkout-button[data-action="back"]:before{
	position: relative;
	left: 0;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.multi-step-checkout-button[data-action="back"]:hover:before{
	left:-5px;
}


.cart-sidebar-content .woocommerce-mini-cart__buttons a{
	border:1px solid #383838 !important;
}


.cart-sidebar-content .woocommerce-mini-cart__total{
	bottom: 150px !important;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout),
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout):focus,
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout):active,
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout):visited{
	margin:15px 0 !important;
	color:#383838 !important;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout):hover{
	background:#383838 !important;
	color:#ffffff !important;
}



#close-cart-sidebar-btn{
	color:#383838 !important;
	opacity: 1;
}

#close-cart-sidebar-btn:hover{
	color:#383838 !important;
	opacity: 0.5;
}

.product_list_widget .remove_from_cart_button,.product_list_widget .remove_from_cart_button:focus,
.product_list_widget .remove_from_cart_button:active,.product_list_widget .remove_from_cart_button:visited,
.remove,.remove:focus,.remove:active,.remove:visited{
	background-color: transparent !important;
	color:#383838 !important;
	opacity: 1;
}

.product_list_widget .remove_from_cart_button:hover,
.remove:hover,
.tinv-wishlist .product-remove button:hover{
	color:#ec2700 !important;
}

.tinv-wishlist .product-remove button{
	background-color: transparent !important;
	color:#383838 !important;
}

.tinv-wishlist .product-remove button:hover i{color:#57bf6d !important;}
.tinv-wishlist .product-stock i{color:#57bf6d !important;}
.tinv-wraper.tinv-wishlist{width: 100%}
.woocommerce-checkout input{
	margin:0 2.5px 0 0 !important; 
}

.form-row label.checkbox, .form-row label.shipping-methods-modified-label, .form-row label.woocommerce-form__label{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}

.pagination ul .page-numbers:not(.prev):not(.next):hover, .woocommerce-pagination ul .page-numbers:not(.prev):not(.next):hover{
	border:1px solid #383838 !important;
	background-color: #383838 !important;
	color: #ffffff !important;
}


.variable-item.button-variable-item{
	width: auto !important;
	height: auto !important;
	padding: 5px 10px !important;
	border-radius: 0 !important;
	box-shadow:none !important;
	border:2px solid rgba(56, 56, 56,0.2) !important;
}

.variable-item.button-variable-item:hover{
	border:2px solid rgba(56, 56, 56,1) !important;
}


.variable-item.button-variable-item.selected{
	background-color: #383838 !important;
	color:#ffffff !important;
	border:2px solid rgba(56, 56, 56,1) !important;
}

.variable-item.color-variable-item{
	box-shadow:none !important;
	border:2px solid rgba(56, 56, 56,0.2) !important;
}

.variable-item.color-variable-item:hover{
	border:2px solid rgba(56, 56, 56,1) !important;
}


.variable-item.color-variable-item.selected{
	border:2px solid rgba(56, 56, 56,1) !important;
}

.tinvwl_add_to_wishlist_button,.tinvwl_add_to_wishlist_button:active,.tinvwl_add_to_wishlist_button:visited{
 	color:#383838 !important;
 	opacity: 1
}

.tinvwl_add_to_wishlist_button:hover{
	opacity: 0.5;
}

.size-guide-btn,.size-guide-btn:active,.size-guide-btn:visited{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	color:#383838;
	margin: 0 0 10px 0;
	-webkit-transition:0.5s ease all;
  	-ms-transition:0.5s ease all;
  	transition:0.5s ease all;
  	opacity: 1;
}
.size-guide-btn span
{
	margin-right: 5px;
	font-size: 20px;
}


.size-guide-btn:hover{
	opacity: 0.5;
}

.related, .up-sells{
	border-top: 1px solid #eeeeec !important;
}

.related > h2, .up-sells > h2{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}


.woostify-trust-badge-box{
	margin: 0;
}

.disabled{
	opacity: 0.5 !important;
	pointer-events: none !important;
}


.woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit, .woocommerce-button.woocommerce-form-register__submit{
	margin:10px 0 0 0;
}

.woocommerce-form.woocommerce-form-login .lost_password{
	text-align: left;
}

.woocommerce-account .woocommerce-form.woocommerce-form-register,.woocommerce-account .woocommerce-form.woocommerce-form-login,
.checkout_coupon.woocommerce-form-coupon, .woocommerce-form.woocommerce-form-login {
	border:none;
}

.woocommerce-account .woocommerce-form.woocommerce-form-register .form-row{
	margin:0 0 10px 0;
}


.woocommerce-info:before{
	content: '\e6c5';
}


.shipping-calculator-button:before{
	content: "\e61d";
	display: inline-block;
	font-family:"themify";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	vertical-align: sub;
	margin-right: 5px;
}

.woocommerce-terms-and-conditions-link{
	color:#383838 !important;
	opacity: 1;
	-webkit-transition:0.5s ease all;
  	-ms-transition:0.5s ease all;
  	transition:0.5s ease all;
}

.woocommerce-terms-and-conditions-link:hover{
	opacity: 0.5;
}

.woocommerce-products-header{
	display: none;
}

.woostify-sorting{
		-webkit-box-align:center;
    	-ms-flex-align:center;
        align-items:center
}

.woocommerce-MyAccount-navigation ul{
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap
}

.woocommerce-MyAccount-navigation ul li{
	width: 100%;
}


/*STOCK NOTIFIER*/
.cwginstock-subscribe-form {max-width: 400px}
.cwginstock-subscribe-form .panel-primary{border-color: #333 !important;margin: 15px 0 15px 0 !important}
.cwginstock-subscribe-form .panel-primary>.panel-heading{background-color: #333 !important;border:none !important;}
.cwginstock-panel-heading h4{margin:5px 0 !important;font-size: 14px !important;text-transform: uppercase;}
.cwginstock-subscribe-form .panel-body{padding: 10px 15px !important;}
.cwginstock-subscribe-form .panel-body .form-group{margin-bottom: 10px !important}
.cwginstock-subscribe-form .panel-body .form-group input{height: 50px !important; padding: 0 1em !important; border-radius: 2px !important}
.cwginstock-subscribe-form .panel-body .cwgstock_button.cwgstock_button,.cwginstock-subscribe-form .panel-body .cwgstock_button.cwgstock_button:focus,
.cwginstock-subscribe-form .panel-body .cwgstock_button.cwgstock_button:active,.cwginstock-subscribe-form .panel-body .cwgstock_button.cwgstock_button:visited{
	width:100% !important;
	font-size:14px !important;
	padding: 10px 50px !important;
	line-height:1.2 !important;
	border:none !important;
	color:#fff !important;
	text-transform: uppercase;
	background-color:#383838 !important;
	border:1px solid #383838 !important;
	border-radius: 50px !important;
	-webkit-transition:0.5s ease all;
  	-ms-transition:0.5s ease all;
  	transition:0.5s ease all;
}
.cwginstock-subscribe-form .panel-body .cwgstock_button.cwgstock_button:hover{
	background-color:#ffffff !important;
	color:#383838 !important;
}

.cwginstock-subscribe-form .cwgstock_output{max-width:250px;width:100%;}


/*HEADER*/
.site-header{
  position: relative;
  z-index:2; 
   -webkit-box-shadow: 1px 1px 5px 1px #dadada !important;
  box-shadow: 1px 1px 5px 1px #dadada !important;
}

.site-header-inner{
  border:none !important;
}



/*MENU*/

.main-navigation .primary-navigation{
	position: relative;
	text-align: center;
	margin: 0 20px;
}

.main-navigation .primary-navigation .menu-item{
	position: initial !important;
}

.main-navigation .primary-navigation .menu-item a{
	-webkit-transition:0.5s ease all;
  	-ms-transition:0.5s ease all;
  	transition:0.5s ease all;
}


.main-navigation .primary-navigation .menu-item:hover a{
	font-weight: bold;
}


.main-navigation .primary-navigation .sub-menu{
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	-webkit-box-shadow: 0 10px 10px 5px rgba(125, 122, 122, 0.2) !important;
	box-shadow: 0 10px 10px 5px rgba(125, 122, 122, 0.2) !important;
}

.main-navigation .primary-navigation > .menu-item .sub-menu:before{
	content: '';
	display: block;
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: -50vw;
	top:0;
	left: calc(50% - 15px);
	background-color: #ffffff;
	-webkit-box-shadow: 0 10px 10px 5px rgba(125, 122, 122, 0.2) !important;
	box-shadow: 0 10px 10px 5px rgba(125, 122, 122, 0.2) !important;
	z-index: -1
}

.main-navigation .primary-navigation > .menu-item .sub-menu{
	width: 100%;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
	-webkit-transition:0.5s ease all;
  	-ms-transition:0.5s ease all;
  	transition:0.5s ease all;
  	padding:15px 0;
	box-shadow: none !important;
}

.main-navigation .primary-navigation > .menu-item .sub-menu li{
	-webkit-box-flex:1;
     -ms-flex:1;
         flex:1;
}

.main-navigation .primary-navigation > .menu-item .sub-menu li a{
	font-weight: bold;
}

.main-navigation .primary-navigation > .menu-item .sub-menu li a:hover{
	background:none;
}

.main-navigation .primary-navigation .sub-menu > .menu-item> .sub-menu:before{
	display: none;
}

.main-navigation .primary-navigation .sub-menu > .menu-item> .sub-menu{
	position: relative;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
	top:0 !important;
	left: 0 !important;
	box-shadow: none !important;
	min-width: 1px !important;
	visibility: visible;
	opacity: 1;
	padding: 0;
}

.main-navigation .primary-navigation .sub-menu > .menu-item> .sub-menu li a{
	font-weight: normal;
}

.main-navigation .primary-navigation .sub-menu > .menu-item> .sub-menu li a:hover{
	background: rgba(239, 239, 239, 0.28) !important;
}






@media (min-width:768px){
	
	.woocommerce-MyAccount-navigation ul li{
		width: 33.33%
	}

	.woocommerce-account:not(.woobuilder-active) h2{
		text-align:left;
	}

	.woostify-sorting{
		-webkit-box-align:start;
    	-ms-flex-align:start;
        align-items:start
	}
	
	
	#ContactosSocktopus form{
		width: 80%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(1){
		width: 33.33%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(2){
		width: 33.33%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(3){
		width: 33.33%;
	}

	.contactos-info-wrapper .elementor-column:not(:first-child){
		margin-top: 0;
	}
	
	#customer_login{
		margin-top: 50px;
	}
	
	.page-template-default .page-header + .site-content{
		margin-top:0;
		margin-bottom: 50px
	}

	.page-template-default.logged-in  .page-header + .site-content{
		margin-top: 50px;
		margin-bottom: 50px
	}

	.page-header + .site-content{
		margin-top: 50px;
		margin-bottom: 50px
	}

	.multi-step-checkout-button{
		width: 50%;
	}

	.product-gallery{
		width: calc((100% - 30px) / 2);
	}
	
	.product-summary{
		width: calc((100% - 30px) / 2);
   		margin-left: 30px;
	}

	
	.footer-widget-col-5 .widget{
		width: 50%;
	}

	.footer-widget-col-5 .widget:last-child{
		width: 100%;
	}


}

@media (min-width:992px){
	
	.woocommerce-MyAccount-navigation ul li{
		width:100%;
	}

	.woostify-sorting{
		-webkit-box-pack:end;
    	-ms-flex-pack:end;
    	justify-content:flex-end
	}
	
	
	#ContactosSocktopus form{
		width: 60%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(1){
		width: 30%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(2){
		width: 25%;
	}

	.contactos-info-wrapper .elementor-column:nth-child(3){
		width: 25%;
	}


	.quantity{
		width: 170px
	}

	.single_add_to_cart_button{
		width: 200px;
	}
	
	
  .widget .wpcf7 form input[type="submit"],.widget .wpcf7 form input[type="submit"]:focus,
  .widget .wpcf7 form input[type="submit"]:active,.widget .wpcf7 form input[type="submit"]:visited{
    position: absolute;
    right: 0;
    top:0;
    width:35% !important;

  }

	.footer-widget-col-5 .widget{
		width: 15%;
	}

	.footer-widget-col-5 .widget:last-child{
		width: 35%;
	}

}

@media (min-width:1300px){
  .site-header-inner .woostify-container, .site-footer .woostify-container{
    max-width: 1280px !important;
  }
}


@media (min-width:1680px){
	.main-navigation .primary-navigation{
		margin:0 30px;
	}

  	.site-header-inner .woostify-container, .site-footer .woostify-container{
    	max-width: 1400px !important;
  	}
}

