/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/*VARIABLES*/
:root {
    --effect-btn: all 0.5s ease;
}
/*.fas, .far {
	@extend .fa;
}*/
/*FONTS*/
.fs14{font-size: 1.4rem;}

body.fixedPosition {
    overflow: hidden;
}

/*HEIGHTS*/
.h-vh-100{
	height: 100vh;
}

/*COLORS*/
.bg-light-grey{
	background-color: #EFEFEF;
}
.is-1 {
	-webkit-text-stroke-width: 1px;
}
.is-2 {
	-webkit-text-stroke-width: 2px;
}
.rot-90:before{
	transform: rotate(90deg);
}
.rot-180:before{
	transform: rotate(180deg);
}
.rot-270:before{
	transform: rotate(270deg);
}

 /*BODY*/


/*TOP HEADER*/

/*HEADER NOTIFICATION*/


/*HEADER*/
img.logo {
    max-height: 30px;
}
#header .header-btn-w .header-btn .title {
	margin-top: 0;
	font-size: 0.8em;
}
.header-btn,
.search-widget .form-search-control{
	font-size: 0.9em;
}
.search-widget .form-search-control {
	padding: .45rem 0 0 4.2rem;
}
.autocomplete-suggestions {
    min-width: 320px;
    right: 0;
    top: 48px;
    max-height: 335px;
}
@media (max-width: 980px) {
	#side_custom_box #side_custom_box_icon, .asagiSabit2.emailBlock {
		display: none !important;
	}
}
@media (max-width: 575.98px) {
	#mobile-header .m-nav-btn>i {
		font-size: 2rem;
	}
}



/*MENU*/
.menu_row > div{
	padding-bottom: 10px;
}
.menu_row > div,
.cbp-menu-column {

}

.iqitmegamenu-submenu-container > div:last-child .cbp-menu-column {
	margin-top: 0;
}

.cbp-hrmenu .cbp-links li {
	margin: 10px 0;
}

/****** MOBILE MENU *****/


/****** MOBILE MENU *****/
.col-mobile-menu-push.show > a i:before{
    content:"\e80e";
    -webkit-animation-name: spin;
    -webkit-animation-duration: 500ms;
    -webkit-animation-iteration-count: 0.5;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 500ms;
    -moz-animation-iteration-count: 0.5;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 500ms;
    -ms-animation-iteration-count: 0.5;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: 0.5;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.col-mobile-menu-push #iqitmegamenu-mobile {
	min-height: 100vh;
	height: 100%;
}
#mobile-header-sticky.stuck #_mobile_iqitmegamenu-mobile {
	min-height: 100vh;
	height: 100%;
	overflow: hidden;
	top: 45px;
}
#_mobile_iqitmegamenu-mobile li > .dropdown-menu {
	height: 85vh;
    position: fixed;
    z-index: 5005;
    top: 0;
	left: 0;
	border:none;
    overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.7,0,.3,1);
	-moz-transition:all .4s cubic-bezier(.7,0,.3,1);
	-ms-transition: all .4s cubic-bezier(.7,0,.3,1);
	-o-transition: all .4s cubic-bezier(.7,0,.3,1);
	transition: all .4s cubic-bezier(.7,0,.3,1);
}
#_mobile_iqitmegamenu-mobile ul li > .dropdown-menu {
	transform: translate3d(-115%,0,0);
}
#_mobile_iqitmegamenu-mobile .show > .dropdown-menu {
	transform: translate3d(0px, 0px, 0px) !important;
	opacity: 1;
    visibility: visible;
}
#_mobile_iqitmegamenu-mobile .show > .dropdown-menu > ul {
	height: 85vh;
	overflow-y: auto;
	background: #000;
}
.stuck.stuck-down .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    top: 57px;
}
.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    top: 80px;
	width: 100%;
	overflow: hidden;
}
#iqitmegamenu-mobile {
    clear: both;
    font-size: 1.1rem;
	padding-top: 1.5em;
	height: 100%;
	margin-top: 11px;
}
#iqitmegamenu-mobile  li > .dropdown-menu {
	transform: translate3d(230%,0,0);
}
#iqitmegamenu-mobile li {
    margin: 0 15px;
}
#iqitmegamenu-mobile li ul {
    display: block;
	padding:0;
	margin:0;
}
#iqitmegamenu-mobile .submenu-close {
	font-size: 1.2rem;
	border:none;
    background: #333;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
	margin-bottom:10px !important;
	margin-right: 0;
    margin-left: 0;
}
#iqitmegamenu-mobile .submenu-close button {
    padding: 0.8em 1rem;
    width: 100%;
	text-align: left;
	color: #ffffff;
}
#iqitmegamenu-mobile .submenu-close button i {
    vertical-align: baseline;
}
#iqitmegamenu-mobile .mm-expand {
    width: inherit;
    height: inherit;
    line-height: inherit;
    position: inherit;
    right: inherit;
    font-size: inherit;
    text-align: inherit;
    cursor: inherit;
    z-index: inherit;
}
#iqitmegamenu-mobile .arrow:after {
    font-family: "font-botticelli";
    content: '\e808';
    right: 10px !important;
    top: 50% !important;
    color: #ffffff;
    font-size: 1em !important;
    position: absolute;
    transform: translateY(-50%);
    height: auto !important;
}
#iqitmegamenu-mobile > li,
#iqitmegamenu-mobile > li > .dropdown  ul > li   {
   margin-bottom: 5px;
}

#iqitmegamenu-mobile li  > a,
#iqitmegamenu-mobile > li > .dropdown  > ul > li  a{
	padding: 1.3em 1em;
	border: 1px solid #fff;
	font-size: 1rem;
    text-transform: uppercase;
}
#iqitmegamenu-mobile ul ul > li > a {
    padding: 1.3em 1em !important;
}
#iqitmegamenu-mobile  ul ul [class^="icon_"] a:after {
	font-family: "fontello";
    position: absolute;
    right: 20px;
    font-size: 2.5em;
    height: 33px;
    top: 20px;
}

/*BREADCRUMB*/
#wrapper .breadcrumb #iqitproductsnav {
    font-size: 1rem;
}
#wrapper .breadcrumb li:last-child {
    font-weight: bold
}


/*CONDITIONS*/
.footer-txt-condition h4{
	line-height: inherit;
}


/*FOOTER*/
#footer .block-title {
    font-family: 'Mada', sans-serif;
    font-weight: 500;
}

.block-links ul>li a:before {
    content: "";
}
.block-links ul>li a {
	padding-left: 0;
}

@media (max-width: 767px) {
	#footer-container-condition .container .row > div {
		background-color: #EFEFEF;
	}
	#footer .block-iqitlinksmanager {
		padding-top: 0.99em;
	}
	.block-iqitlinksmanager * {
		color: #fff;
	}
	#footer .block-title {
		padding-bottom: 0;
	}
	span.arrow-toggle-footer-link:after {
		font-family: "font-botticelli";
		content: '\e808';
	}
	.block-iqitlinksmanager._toggled span.arrow-toggle-footer-link:after {
		content: '\e803';
	}
}
#footer-copyrights ._footer-copyrights-date {
    font-size: 1rem;
	padding: 1em 0;
    text-align: center;
}
#footer-copyrights .footer-link-legal a{
	color: #969696;
}



/*CONTENT WIDTH PASSWORD*/

/***** REGISTER & ACCOUNT & CONTACT *****/
.my-account-page-content-wrapper .my-account-side-links>a:last-child {
	border-bottom: solid 1px;
}
.container {
	position: relative;
}
.customer-name .title-customer-name{
	border-bottom: 1px solid #000;
}
.customer-name .title-customer-name span{
	border-bottom: 5px solid #000;
	color: #383838;
	padding-bottom: 0.3em;
}
#content-wrapper .header-nav-login {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #e3e3e3;
}
#content-wrapper .header-nav-login .nav-link.active:after {
	content:"";
	border-bottom: 3px solid #fff;
	bottom: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
#authentication #content,
#password #content,
#contact #content{max-width:400px;}

#contact .page-content{
	margin:0 auto;
	padding: 1em;
}
#my-account .txt-welcome-myaccount{
    position: absolute;
    font-size: 2rem;
    top: 0;
    width: 400px;
    text-align: left;
	padding-left: 30px;
}
#authentication #wrapper,
#password #wrapper,
#contact #wrapper{
    background: url(../img/bg-micuenta.jpg) center center no-repeat;
	background-attachment: fixed;
    display: block;
    min-height: 80vh;
    position: relative;
	height:100%;
	background-size: cover;
}
#authentication #wrapper:before,
#password #wrapper:before,
#contact #wrapper:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.60);
}
.div-img-mi-cuenta {
    position: relative;
}
.div-img-mi-cuenta {
    float: right;
    max-height: 720px;
}
.txt-welcome-myaccount .card-title {
    font-size: 2em;
}

body[class^="page"] .page-title{
	border-bottom:none !important;
}
section[class^="page"],
section[class^="page"] .my-account-side-links {
    border:none !important;
}
#authentication .page-title,
#password .page-title,
#contact .page-title{
	text-align: center;
    border: 0;
    font-size: 2.5rem;
    padding: 0;
    margin: 0.5em 0;
}
body[class^="page"] .page-title{
	text-align:center !important;
}
#authentication #main *:not(.btn),
#authentication .breadcrumb a span,
#password #main *:not(.btn),
#password .breadcrumb a span,
#contact #main *:not(.btn),
#contact .breadcrumb a span{
	color:#fff;
}
#authentication *:not(i),
#password *:not(i),
#contact *:not(i) {
	font-weight: 500;
}
section[class^="page"] .my-account-side-links > a.bttn-white,
section[class^="page"] .my-account-side-links > a.btn-acc {
	margin-bottom: 10px !important;
	text-align: left;
}
#authentication .custom-radio input[type=radio]:checked + span {
    background-color: #fff;
}
body:not(#authentication):not(#contact):not(#privacidadOk) .custom-checkbox input[type="checkbox"] + span {
	border-color: #000000;
}
body:not(#authentication):not(#contact):not(#privacidadOk) .custom-radio {
    border-color: #000;
}
#privacidadOk + span,
#authentication #main .psgdpr_consent_checkbox_span,
#contact #main .psgdpr_consent_checkbox_span {
	border-color: #ffffff !important;
	background: transparent;
}
#my-account #content {
	padding:0;
	margin:0;
}
body:not(#module-steasycheckout-default) .input-group-btn {
    position: absolute;
    right: 0;
	text-align: center;
	z-index: 5;
}
body:not(#module-steasycheckout-default) .input-group .input-group-btn > .btn {
	background: transparent !important;
	color: #383838;
    font-size: 1rem;
    padding: .5em 1em;
}
.renew-password [type=submit] {
    margin-left:0;
}
#mylogout-link {
	width:75%;
}
.page-customer-account #content .order-actions a {
    padding: 3px;
}
.custom-select2:after {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
	#history .my-account-side-links,
	#identity .my-account-side-links,
	#address .my-account-side-links,
	#addresses .my-account-side-links,
	#order-slip .my-account-side-links,
	#order-detail .my-account-side-links,
	#order-follow .my-account-side-links,
	#discount .my-account-side-links,
	#module-iqitwishlist-view .my-account-side-links,
	#module-ps_emailalerts-account .my-account-side-links,
	#module-psgdpr-gdpr .my-account-side-links {
		display: none;
	}
}
@media (max-width: 575.98px) {
	.my-account-page-content-wrapper .my-account-side-links {
		margin-right: 0;
		margin-left: 0;
	}
}
.page-customer-account #content .order-actions a {
    padding: 3px;
}
.custom-select2:after {
    font-weight: 600;
}

/*WISHLIST*/
a.js-iqitwishlist-remove {
    position: absolute;
    right: 30px;
    top: 15px;
}

/*CMS*/
.elementor-accordion .elementor-accordion-title {
    padding: 20px 20px;
}
.elementor-accordion .elementor-accordion-content {
    border-top: none;
}
.elementor-accordion .elementor-accordion-item {
	border-left: none;
	border-right: none;
}


/*BLOG*/
#module-ph_simpleblog-list .page-content,
#module-ph_simpleblog-category .page-content{
	margin:0 auto;
	padding: 1em;
}
.ph_simpleblog .post-date{
	text-transform: capitalize;
}
.box-post-txt-content {
    position: absolute;
    bottom: 0;
}
.box-post-txt {
	padding: 1.7em;
}
.ph_simpleblog h1.blog-single-title{
	color: #000;
	font-size:2.8rem;
	font-weight:600;
	background:none;
	border:none;
	text-transform:none;
	padding:0;
	line-height: 1.2em;
}
.ph_simpleblog .simpleblog-posts h2 {
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
	margin-bottom: 0;
    padding-bottom: 0.4em;
}
.ph_simpleblog .simpleblog-posts .post-additional-info {
    border-top: none;
}
.simpleblog-post-item {
    margin-bottom: 2%;
}
.social-share-title{
	font-weight: 300;
    font-size: 1rem;
}
.ph_simpleblog .pagination .page-list li.current a,
.ph_simpleblog .pagination .page-list li:hover a{
    border-color: #fff;
}
@media screen and (min-width: 768px) {

	.simpleblog-post-item:nth-child(2n) .box-post-item.post-featured-image{
		order:2;
	}
	.simpleblog-post-item:nth-child(2n) .short-description-content{
		text-align: right;
	}
}

@media screen and (max-width: 767px) {

	#module-ph_simpleblog-single .social-links{
		margin-top:20px;
	}
	#module-ph_simpleblog-single .short-description-content{
		margin-bottom:0.8em;
	}
	#module-ph_simpleblog-category .short-description-content {
		order: 3;
		text-align:left
	}

}


/*BLOCK CART*/
#blockcart-content i{
	color: #000000;
}
#mobile-header .ps-shoppingcart.side-cart #blockcart-content {
    top: 80px;
}
.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile,
#mobile-header .stuck.stuck-down .ps-shoppingcart.side-cart #blockcart-content {
	top: 45px;
	height: 100vh;
}
.cart-products-count-btn-custom {
	font-size: 15px;
    line-height: 15px;
    height: 15px;
	width: 15px;
}
.cart-products-count-btn-custom, #mobile-cart-products-count {
    position: absolute;
    top: 15px;
    right: 3px;
    color: #ffffff;
    background: red;
    line-height: 13px;
    font-size: 9px;
    font-weight: bold;
    border-radius: 50px;
}
#mobile-cart-products-count {
	font-weight: 300 !important;
}
.ps-shoppingcart.side-cart #blockcart-content {
	top: 70px;
	min-width: 412px;
    max-width: 412px;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-title {
    display: inline-block !important;
}
.ps-shoppingcart.side-cart #blockcart-content #js-cart-close {
	font-size:1.5rem;
	font-weight: normal;
	opacity:1;
	float: none;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar {
	width: 13px;
	height: 20px;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar-button {
	width: auto;
    height: 100%;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar-thumb {
	  background: #000000;
	  border-radius: 10px;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products::-webkit-scrollbar-track {
	background: #F5F5F5;
	border: 1px solid #CACACA;
}
.ps-shoppingcart.side-cart #blockcart-content .cart-products {
	max-height: 360px;
  flex: none;
	padding-right: 20px;
}
.ps-shoppingcart.side-cart #blockcart-content ul.cart-products > li {
    border-bottom: 1px dashed rgba(0,0,0,.90);
}
.ps-shoppingcart.side-cart #blockcart-content .cart-subtotals {
	padding: 1rem;
    border-top: 1px solid #000000;
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}
@media screen and (max-width: 767px) {

	.ps-customersignin.side-cart #customersigin-content,
	.ps-shoppingcart.side-cart #blockcart-content {
		max-width: 100vw;
		min-width: 100vw;
		max-height: 100vh;
		min-height: 100vh;
		margin: auto;
		position: fixed;
		left: 0;
	}

}

/*BLOCK PRODUCT MINIATURE*/
.product-miniature-grid .product-functional-buttons-bottom {
	background-color: rgba(255,255,255,0.57);
	right:0;
	left: unset;
	bottom:0;
	height:100%;
	max-width: 72px;
	min-width: 72px;
	transform:none;
	font-size: 1.2em;
}
.product-miniature-grid:hover .product-functional-buttons-bottom {
    transform: translate(0,0);
}
.product-miniature-grid .product-functional-buttons i {
    font-size: 1.7rem;
}
.product-miniature-grid .product-functional-buttons-bottom .iqitsizeguide-avaiable-sizes{
	line-height: normal;
	font-size: 1.2em;
	transition: none;
	transform: none;
}
.product-miniature-grid .product-functional-buttons-bottom .iqitsizeguide-avaiable-sizes li{
	padding: 2px 0;
}
.product-miniature-grid .product-price {
    font-size:1.4em;
}
.product-price-and-shipping {
    margin-top: 0.8em;
}


/*COOKIES LAW COOKIEBOT*/
div#CookieDeclarationChangeConsent a {
    text-decoration: underline;
    color: navy;
}

/*SCROLLBAR */
.facet-dropdown .dropdown-menu::-webkit-scrollbar,
.autocomplete-suggestions::-webkit-scrollbar,
.checkout-summary-block::-webkit-scrollbar {
	width:auto;
}
.facet-dropdown .dropdown-menu::-webkit-scrollbar-track,
.autocomplete-suggestions::-webkit-scrollbar-track,
.checkout-summary-block::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #E6E3DF !important;
	box-shadow: inset 0 0 6px #E6E3DF !important;
	background-color: #F5F5F5;
}
.facet-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.autocomplete-suggestions::-webkit-scrollbar-thumb,
.checkout-summary-block::-webkit-scrollbar-thumb {
	background-color: #000 !important;
    outline: 1px solid slategrey !important;
    width: 11px !important;
    border-radius: 8px;
	border: 3px solid #F5F5F5;
}

/*SLICKY SLIDER*/
/*SLICKY SLIDER*/
ul.slick-dots li button {
    font-weight: 900;
}
.slider-featured-product .slick-arrow {
	font-size: 1.5em;
}
.slick-next:before,
.slick-prev:before {
	content: none;
}
.slick-next i:before {
	transform: rotate(-180deg);
}


/*FORMS*/
.form-control-comment,
.col-form-label {
	padding-bottom: 0;
	padding-top: 0;
}
button, label {
	cursor: pointer;
}
input-group.focus{
	outline: none;
}
*:focus {
    outline: none;
}
body:not(#module-steasycheckout-default) .form-group{
	position: relative;
	margin-bottom: 0;
}
.form-group .nocolor {
	color: inherit !important;
	background-color: transparent !important;
}
label {
    margin-bottom: 0;
    cursor: pointer;
}
/* Change Autocomplete styles in Chrome*/

	/* input:-internal-autofill-selected,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
	textarea:-webkit-autofill:focus,
	textarea:-webkit-autofill:active,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
	select:-webkit-autofill:focus,
	select:-webkit-autofill:active {
		border: 1px solid black;
		-webkit-animation-fill-mode: both;
		-webkit-animation-name: form-input-autofill-webkit-hack;
		-webkit-text-fill-color: initial;
		-webkit-box-shadow: 0 0 30px white inset !important;
		transition: background-color 5000s ease-in-out 0s;
} */

input:-internal-autofill-selected {
	background-color: rgba(255, 255, 255, 0) !important;
}

.form-group {
    position: relative;
}
.promo-input,
.form-group input,
.form-group select{
    min-height: 40px;
}
.form-control-select {
    cursor: pointer;
}
/* div:not(#main-product-wrapper) .form-group:not(.has-success):not(.has-danger) > label {
    opacity: 1;
    position: absolute;
    -ms-transform-origin: left top;
    transform-origin: left top;
    transition-duration: 166ms;
    font-size: 14px;
    line-height: 20px;
    cursor: text;
    max-width: 80%;
    width: auto;
    padding: 0;
    margin: 0 15px 0 15px;
    font-weight: normal;
    top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	z-index: 99;
	left: 0;
}
div:not(#main-product-wrapper) .form-group:not(.has-success):not(.has-danger) > label.labelfocus, .col-form-label.select-label {
	-ms-transform:translateY(-10px) scale(0.8) !important;
	transform: translateY(-10px) scale(0.8) !important;
    margin-top: 0;
    cursor: default;
    overflow: visible;
    margin-left: 0px;
    opacity: 0.8 !important;
    padding: 0 !important;
    margin: 0 15px 0 15px;
    color: #000000;
    font-size: 12px;
    z-index: 99;
} */

/* input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(250, 255, 189, 0) !important;
} */

.gdpr_module label,
.form-inline label,
.form-control-label{
	cursor:pointer;
	color: #969696;
}
.condition-register {
    font-size: 0.8rem;
}

/*BLOCK NEWSLETTER*/
.block-iqitlinksmanager-newsletter .block-title-newsletter{
	font-size: 1.15rem;
}
.block-iqitlinksmanager-newsletter .ps-emailsubscription-block .input-subscription {
	border-bottom: 0.5px solid #000000;
	padding: .7rem 1rem;
}
.block-iqitlinksmanager-newsletter .ps-emailsubscription-block .label-input{
	color: #000000;
}
.ps-emailsubscription-block .input-subscription {
    background-color:#ffffff;
    border: none;
}
input[name="password"] + .input-group-btn,
input[name="new_password"] + .input-group-btn {
    position: absolute;
    right: 0;
    z-index: 99;
}
input.form-control,
.form-control.form-control-select {
	position: relative;
	transition: all 0.5s ease-in-out;
}

.form-group .custom-checkbox label{
	display: inline-block !important;
	opacity: 1 !important;
	transform:none !important;
	font-size: 1rem ;
}

.form-group label.label_newsletter {
	font-size: 0.8rem;
}

input.form-control,
.form-control.form-control-select {
	position: relative;
	transition: all 0.5s ease-in-out;
}
.form-control.form-control-select {
	background-color: #ffffff;
}

input:not(:placeholder-shown) + label,
input:focus + label {
	transform: translate(0, 0) scale(1);
	cursor: pointer;
}

/* BUTTONS */
button:disabled,
button[disabled],
button.disabled{
	cursor: not-allowed;
}
.btn-nostyle {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.btn {
	cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1rem 1.25rem;
    font-weight: 500;
    min-height: 40px;
    max-height: 40px;
}
.btn:hover{

}
.btn-secondary{

}
.btn-secondary:hover{

}
.btn-secondary:focus,
.btn-secondary:active{
    background: #000;
    color: #fff !important;
    border-color: #000;
}
.bttn-white,
.btn-acc {
	color:#000;
	background:#fff;
	border:1px solid #000 !important;
	text-transform: uppercase;
}
.bttn-white:hover,
.btn-acc:hover {
	color:#fff !important;
	background:#000;
}
.bttn-dark {
	color:#ffffff;
	background:#000 !important;
	border:1px solid #000 !important;
}
.bttn-dark:hover{
	color:#000 !important;
	background:#fff !important;
}
.btn-effect-home .btn{

}

.additional_button {
    margin-top: 2px;
}

/*LINES*/


/*LINKS*/
.white-under{
	color:#ffffff !important;
	font-size: 1rem;
}
.white-under:after {
    display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(1);
    transition: transform 250ms ease-in-out;
}
.white-under:hover:after {
    transform: scaleX(0);
    transform-origin: 0% 50%;
}
.white-under-reverse{
	color:#ffffff;
}
.white-under-reverse:after {
    display: block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
.white-under-reverse:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

/*NOT FOUND*/
#pagenotfound #main .page-content {
	margin-bottom: 0;
}
#pagenotfound #main .page-content h4 {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 0;
}
#pagenotfound #main .page-header {
    margin: 3rem 0 1rem;
}
#pagenotfound #main .h1.page-title {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: bold;
}
#pagenotfound #recomended-product h1 {
	color: #DF241E;
	font-weight: 400;
}
/*ELEMENTOR ICONS*/
.elementor-social-icon i {
	font-weight: 400 !important;
}
/*BLOCK INSTAGRAM*/
.block-instagram .home-tag-title .elementor-heading-title {
    transform: translateY(20px);
    z-index: 1;
    position: relative;
}

/*MODAL*/

/*ADDTHIS*/
.btn-multi {
	margin-top: 30px;
}
.addthis_inline_share_toolbox_3w13 {
	margin-bottom: 15px;
}
.btn-multi .multi-content {
	position: absolute;
	opacity: 0;
    visibility: hidden;
    bottom: 60px;
}
.btn-multi input {
display: none;
}
.at-resp-share-element .at-share-btn {
	margin: 0 1px 5px !important;
}
.btn-multi .at-share-btn svg{
	fill: black !important;
}
.btn-multi .at-share-btn {
	padding: 0 !important;
}
.btn-multi .at-share-btn:hover {
	transform: none !important;
	padding: 0 !important;
}
.btn-multi input:checked + .multi-content {
    opacity: 1;
    visibility: visible;
}
.btn-multi input:checked  + .multi-content .btn-share {
    cursor: pointer;
}
.btn-multi input:checked  + .multi-content .btn-share.btn-circle {
    margin-bottom: 30px;
    padding: .1rem;
}
.btn-multi input:checked ~ label {
    opacity: 0;
    visibility: hidden;
}
.btn-multi label {

    cursor: pointer;
}
.btn-multi  .btn-share:before {
    opacity: 1;
    transition: all 0.15s ease-in-out;
}
.label-share-close{
    cursor: pointer;

}
.label-share-close:before {
	font-family: 'FontAwesome';
	content: "\f00d";
    font-size: 1.6rem;
	font-weight: 600;
}


/***** SIDE CUSTOM BOX *****/
#side_custom_box.vb-left{
	position:fixed;
	left:15px;
	bottom:40px;
	z-index:1999;
}
#side_custom_box #side_custom_box_icon{
	background-color: #F8F6F7;
	display:block;
	width:73px;
	height:73px;
	border-radius:37px;
	box-shadow: 4px 3px 9px 0 rgba(0,0,0,0.13);
	text-align:center;
	display: inline-block;
	float:left;
	cursor:pointer;
	z-index:1000;
}
#side_custom_box #side_custom_box_icon:before{
	content:'?';
	color: #000000;
	font-size: 37px;
	letter-spacing: 1px;
	line-height: 44px;
	width:100%;
	display:block;
}
#side_custom_box #side_custom_box_icon span{
	color:#000000;
	font-size: 14px;
	line-height: 17px;
}
#side_custom_box .side_custom_box_content{
	display:none;
	width:auto;
	border-radius:30px;
	background:rgba(250,250,250,.85);
	height:73px;
	margin-left:-57px;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	color:#000000;
	padding: 10px 40px 0 70px;
	z-index:900;
	float:right;
}
#side_custom_box .side_custom_box_content span{
	padding:0 10px;
}


/*FORMS*/
#authentication input::placeholder {color:#fff !important; }
#authentication input::-webkit-input-placeholder {color:#fff !important; }
#authentication input:-moz-placeholder {color:#fff !important; } 				/* FF 4-18 */
#authentication input::-moz-placeholder {color:#fff !important; } 			/* FF 19+ */
#authentication input:-ms-input-placeholder {color:#fff !important; } 		/* IE 10+ */

#password input::placeholder {color:#fff !important; }
#password input::-webkit-input-placeholder {color:#fff !important; }
#password input:-moz-placeholder {color:#fff !important; } 				/* FF 4-18 */
#password input::-moz-placeholder {color:#fff !important; } 			/* FF 19+ */
#password input:-ms-input-placeholder {color:#fff !important; } 		/* IE 10+ */

#contact input::placeholder,
#contact textarea::placeholder {color:#fff !important; }
#contact input::-webkit-input-placeholder,
#contact textarea::-webkit-input-placeholder {color:#fff !important; }
#contact input:-moz-placeholder,
#contact textarea:-moz-placeholder {color:#fff !important; } 				/* FF 4-18 */
#contact input::-moz-placeholder,
#contact textarea::-moz-placeholder {color:#fff !important; } 			/* FF 19+ */
#contact input:-ms-input-placeholder,
#contact textarea:-ms-input-placeholder {color:#fff !important; } 		/* IE 10+ */

.form-control::placeholder,
.form-control::placeholder {color:#979797 !important; }
.form-control::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {color:#979797 !important; }
.form-control:-moz-placeholder,
.form-control:-moz-placeholder {color:#979797 !important; } 				/* FF 4-18 */
.form-control::-moz-placeholder,
.form-control::-moz-placeholder {color:#979797 !important; } 			/* FF 19+ */
.form-control:-ms-input-placeholder,
.form-control:-ms-input-placeholder {color:#979797 !important; }

input:focus::placeholder {color:transparent !important; opacity: 0;}
input:focus::-webkit-input-placeholder {color:transparent !important; opacity: 0;}
input:focus:-moz-placeholder {color:transparent !important; opacity: 0;} 				/* FF 4-18 */
input:focus::-moz-placeholder {color:transparent !important; opacity: 0;} 			/* FF 19+ */
input:focus:-ms-input-placeholder {color:transparent !important; opacity: 0;} 		/* IE 10+ */
textarea:focus::placeholder {color:transparent !important;opacity: 0; }
textarea:focus::-webkit-input-placeholder {color:transparent !important; opacity: 0;}
textarea:focus:-moz-placeholder {color:transparent !important; opacity: 0;} 			/* FF 4-18 */
textarea:focus::-moz-placeholder {color:transparent !important; opacity: 0;} 			/* FF 19+ */
textarea:focus:-ms-input-placeholder {color:transparent !important; opacity: 0;} 		/* IE 10+ */


*:focus {
	box-shadow:none !important;
	outline: 1px !important;
}

/*CHECKOUT*/
#iqithtmlandbanners-block-1 img {
	width: 100%;
}



/* HEADER CRV */

.nav {
    height: 35px;
    line-height: 36px;
}
.nav, .nav a:link:not(.nav-link):not(.btn), .nav a:visited:not(.nav-link):not(.btn){
    color: #fff;
	font-weight: 600;
}

#desktop_logo {
	text-align: center;
}
.header-top {
    padding-top: 20px;
}
#search_widget .input-group {
	width: fit-content;
}
#search_widget {
	display: inline-block;
}
#desktop-header-container .material-icons, #desktop-header-container .material-icons-outlined {
	font-size: 30px;
	color: #404040;
}
#desktop-header-container, .search-widget .form-search-control::placeholder {
    text-transform: uppercase;
}
.search-widget .search-btn {
	width: fit-content;
	left: 0;
}
.header-stores {
	font-weight: 600;
	color: #404040 !important;
}
.search-widget .form-search-control::placeholder {
font-size: 12px;
font-weight: 600 !important;
}
.search-widget .material-icons-outlined, .search-widget .form-search-control::placeholder, #authentication .search-widget .form-search-control::placeholder {
	color: #710505 !important;
}
a.header-btn.header-user-btn span.material-icons {
	vertical-align: -4px;
}
.col.col-3.col-header-left {
	padding-top: 4px;
}
.user-logged .cart-products-count-btn-custom{
	background: #1bc11b;
	top: 14px;
	width: 14px;
	height: 14px;
	right: 5px;
}
.col.col-auto.col-mobile-btn.col-mobile-btn-account.user-logged {
    padding-top: 4px;
}

.header-top, #iqitmegamenu-horizontal {

	background-color: #fff;
}
.col-12.col-header-center.col-header-menu {
    border-top: 1px solid rgba(0,0,0,0.3);
    margin-top: 20px;
}

.cbp-hrmenu > ul{
    display: table;
}
.cbp-hrmenu > ul > li {
	padding: 0 15px;
}
.cbp-hrmenu .cbp-submenu-aindicator {
    display: none;
}
.cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link, .cbp-horizontal > ul > li.cbp-hropen > a, .cbp-horizontal > ul > li.cbp-hropen > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li.cbp-hropen > a:hover {
    line-height: 50px;
	height: 52px;
	color: #000;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link, .header-top a:not(.btn):not(.nav-link):hover {
	background-color: #fff;
	color: #000 !important;

}
#footer, #footer-copyrights {
    background: #1f1f1f;
}

#footer-copyrights, #footer-copyrights a, #footer-container-main a, #footer-container-main a:hover, #footer .block-title,
.block-iqitlinksmanager-newsletter span, .block-emailsubscription label,#footer .gdpr_module label {
    color: #fff;
}

@media (min-width: 768px) {
	.elementor-column-gap-default .elementor-element-populated {
		padding: 0;
	}
}

.consultant-tooltip.consultant-tooltip_right-bottom {
    display: none !important;
}
#mobile-header .m-nav-btn > span {
    display: inline-block !important;
}
#mobile-header .col-mobile-btn-menu .m-nav-btn > span {
    display: none !important;
}
#mobile-header .m-nav-btn, #mobile-header .m-nav-btn:hover {
    color: #1d1d1d;
}
#mobile-header, #mobile-header #mobile-header-sticky {
    background: #fff;
}
.cbp-horizontal .cbp-tab-title {
	font-weight: 500;
}
.elementor-element.elementor-element-f3ryrws span {
    line-height: 22px;
}
.elementor-widget.elementor-element.elementor-element-8lxd1r1.elementor-widget-image-carousel {
    margin-top: 50px;
}
.submenu-open, .submenu-open #iqitmegamenu-horizontal,
.submenu-open .cbp-hrmenu .cbp-hrsub-inner,
.submenu-open .cbp-hrmenu .cbp-hrsub-inner a,
.submenu-open .cbp-hrmenu .cbp-hrsub-inner a:link,
.submenu-open .header-top a:not(.btn):not(.nav-link):hover {
	background-color: #fff;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

.overlay-menu {
	width: 100%;
    height: 112vh;
    position: fixed;
    background: #7171716b;
    z-index: 30;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}

.menu-open .overlay-menu {
	opacity: 1;
	visibility: visible;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
.iqitmegamenu-submenu-container .menu-element:first-child ul li a {
	font-weight: 500;
}
@media (min-width: 768px) {
	.elementor-element.elementor-element-ibuown9,
	.elementor-element.elementor-element-otyxnqt,
	.elementor-element.elementor-element-ju853gx,
	.elementor-element.elementor-element-5mj9uty {
		font-size: 50px !important;
	}
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
	color: #000;
}

.show_incomplete_message .steco_incomplete_message {
    display: block;
    color: red;
    border: 1px solid red;
}
@media (max-width: 425px) {
	#iqitpopup .iqit-close-checkbox {
		display: none;
	}
	#iqitpopup .iqitpopup-close {
		height: 45px;
		top: 5px;
		right: 5px;
		width: 45px;
		background: transparent;
	}
	#iqitpopup .iqit-close-popup {
		width: 45px;
		height: 45px;
		background: transparent;

	}
	#iqitpopup .iqit-close-popup .close-mobile {
		display: block !important;
		color: #fff;
    	font-size: 44px;
	}
	#iqitpopup .cross, #iqitpopup .cross:before {
		display: none;
	}
	#iqitpopup .iqitpopup-newsletter-form .newsletter-input {
		height: 40px;
		font-size: 17px;
	}
	#iqitpopup .iqitpopup-newsletter-form .button-medium {
		font-size: 14px;
		background: #cccccc;
		margin: 0 0px 0 -12px;
		border-radius: 0;
	}
	#iqitpopup .iqitpopup-newsletter-form {
		bottom: 63px;
		padding: 10px 10px;

	}
	#iqitpopup .policy-acept {
		width: 100%;
	    font-size: 17px;
	}
	#iqitpopup .policy-acept .gdpr_module label {
		color: #fff !important;
	}
	#iqitpopup .policy-acept .custom-checkbox {
		display: block !important;
	}
}

.steco-delivery-option {
	cursor: pointer;
}

.steco_cart .loyalty-block-redeem-btn a {
	color: #fff !important;
}

li#cbp-hrmenu-tab-29 a span {
  font-weight: 600;
}

.product-miniature-default .regular-price {
  font-size: 13px;
}
.newsletter-lnk {
  cursor: pointer;
}

.input-subscription:focus {
    border: 3px solid rgb(255 59 0) !important
}

.messengers {
	bottom: -10px !important;
	right: -42px !important;
}

.consultant-icon {
	display: none;
}

.whatsapp-fixed {
	position: fixed;
	right: 11px;
	bottom: 11px;
}
#back-to-top {
	bottom: 4.5rem;
}

@media (max-width: 768px) {
  .whatsapp-fixed a img{
  	width: 25px;
  }
}
.steco-payment-option .payment-option label img {
    width: 77px;
    max-height: 35px;
}
.velo-add-address {
    line-height: 12px;
    font-size: 11px;
}
.velo_add_name {
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
}

.product-accessories-cart .h5 {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    color: #920E0A;
    margin-bottom: 20px;
}

.product-accessories-cart .products a {
    background: #920E0A;
    padding: 10px;
    color: #fff !important;
    margin-bottom: 10px;
    display: block;
}

.product-accessories-cart .products a .col-info{
	padding-left: 20px;
	font-weight: 600;
}
#blockcart-content .product-accessories-cart .products a:not(.btn):hover {
 opacity: 1;
 background: #920E0A;
 color: #fff !important;
}

.product-variants .input-color:checked+span, .product-variants .input-color:hover+span, .product-variants .input-radio:checked+span, .product-variants .input-radio:hover+span {
    border: 2px solid #414141;
    line-height: calc(2rem - 4px);
}
.iqitsizeguide-avaiable-sizes {
	transform: none;
	opacity: 1;
	transition: none;
}
ul.avaiable-sizes-list li {
    display: inline-block;
    font-size: 13px;
	  margin-right: 5px;
}
ul.avaiable-sizes-list li:hover {
    text-decoration: underline;
}
ul.avaiable-sizes-list li.unavailable-size:hover {
    text-decoration: line-through;
}
ul.avaiable-sizes-list {
    margin-top: 3px;
    margin-bottom: 20px;
}
span.current-price {
    margin-bottom: 15px;
    display: block;
}
div#accordion .btn-acordeon {
    font-size: 13px;
}
.no-store-selected-msg {
	color: red;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
	display: none;
}
.no-store-selected .no-store-selected-msg {
	display: block;
}
.no-store-selected .velo-location-list {
	border: 1px solid red;
}
@media (max-width: 1170px) {
    .ekomi-header .ekomi-widget-container img {
        width: 24px !important;
        margin-top: 0px !important;
    }
    .search-widget .form-search-control {
        padding: 0.45rem 0 0 4.2rem;
        width: 158px;
    }
}

#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module {
    max-width: fit-content !important;
}

#footer-container-main.footer-style-1 .ps-emailsubscription-block .gdpr_module a {
    text-decoration: underline;
}

@media (max-width: 1300px){
	.cbp-horizontal .cbp-tab-title {
		font-size: 12px;
	}
	.cbp-hrmenu>ul>li {
		padding: 0px 2px;
	}
}
.buttons-centered {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    /* margin-top: 380px; */
    flex-wrap: wrap;
    /*width: 450px;*/
    /* text-align: center; */
    /* columns: 2; */
}

.multiple-buttons {
    margin: 20px 30px;
}

.multiple-buttons span.elementor-button-link.elementor-button.btn.elementor-size-medium.btn-primary {
	padding: 0.75rem 1.25rem;
    color: black;
    background: #fff;
    border: 0;
    display: table-cell;
    height: 46px;
    min-width: 165px;
}

.multiple-buttons span.elementor-button-link.elementor-button.btn.elementor-size-medium.btn-primary a{
	margin-top: 2px;
    display: block;
}

.elementor-element.elementor-element-znfd144 .elementor-iqit-banner-content {
    justify-content: end;
    margin-bottom: 3%;
	align-items: center;
}

.elementor-widget.elementor-element.elementor-element-8co4d93.elementor-widget-banner.elementor-hidden-desktop
.elementor-iqit-banner-content.elementor-iqit-banner-content-on.elementor-banner-align-middle-center {
    justify-content: end;
    margin-bottom: 3%;
	align-items: center;
}
.elementor-element.elementor-element-znfd144 .elementor-iqit-banner-content .elementor-iqit-banner-description ,
.elementor-widget.elementor-element.elementor-element-8co4d93.elementor-widget-banner.elementor-hidden-desktop .elementor-iqit-banner-description {
    display: none;
}

@media (max-width: 1048px) and (min-width: 768px){
    .multiple-buttons span.elementor-button-link.elementor-button.btn.elementor-size-medium.btn-primary {
        min-width: 130px !important;
    }
    .elementor-element.elementor-element-znfd144 .elementor-iqit-banner-content {
        margin-bottom: 1% !important;
    }
    .multiple-buttons {
        margin: 20px 13px !important;
    }
}

@media (max-width: 640px){
	.multiple-buttons {
		margin: 2%;
	}
	.multiple-buttons span.elementor-button-link.elementor-button.btn.elementor-size-medium.btn-primary {
		min-width: 120px;
		height: 40px;
	}
	.buttons-centered {
		width: 400px;
	}

}

#accordion .box-detail .header-box-detail {
	margin-bottom: -1px;
}

#accordion .box-detail h3 {
    padding: 0.6rem 0;
    border-bottom: 1px solid hsla(0,0%,63%,.25);
}

#accordion .box-detail h3 a {
	display: block;
}

#accordion .box-detail h3 a .fa-angle-down {
	display: none;
}

#accordion .box-detail h3 a.collapsed .fa-angle-down {
	display: block;
}


#accordion .box-detail h3 a .fa-angle-up {
	display: block;
}

#accordion .box-detail h3 a.collapsed .fa-angle-up {
	display: none;
}

#accordion .box-detail .box-body {
    padding: 1rem 0;
}

#accordion .box-detail .fa-angle-down:before,
#accordion .box-detail .fa-angle-up:before,
#iqitadditionaltabs-accordion .fa-angle-down:before,
#iqitadditionaltabs-accordion .fa-angle-up:before {
    margin-right: 8px;
    font-size: 18px;
    color: #4e4e4e!important;
}

body#module-steasycheckout-default #header .nav,
body#module-steasycheckout-default #header .col-header-menu,
body#module-steasycheckout-default #header .col-header-menu .cbp-hrsub-narrow,
body#module-steasycheckout-default  div#footer-container-condition {
	display: none !important;
}

body#module-steasycheckout-default .col.col-3.col-header-left {
	visibility: hidden !important;
}

body#module-steasycheckout-default .sticky-desktop-wrapper #desktop-header.stuck-header {
    padding-bottom: 25px;
    background: #fff;
    position: relative;
}

body#module-steasycheckout-default #mobile-header-sticky.stuck-down {
	position: relative;
}

body#module-steasycheckout-default #wrapper {
    padding-top: 15px;
}

body#module-supercheckout-supercheckout #header .nav,
body#module-supercheckout-supercheckout #header .col-header-menu,
body#module-supercheckout-supercheckout #header .col-header-menu .cbp-hrsub-narrow,
body#module-supercheckout-supercheckout  div#footer-container-condition {
	display: none !important;
}

body#module-supercheckout-supercheckout .col.col-3.col-header-left {
	visibility: hidden !important;
}

body#module-supercheckout-supercheckout .sticky-desktop-wrapper #desktop-header.stuck-header {
    padding-bottom: 25px;
    background: #fff;
    position: relative;
}

body#module-supercheckout-supercheckout #mobile-header-sticky.stuck-down {
	position: relative;
}

body#module-supercheckout-supercheckout #wrapper {
    padding-top: 15px;
}

.product-flags .exclusivo-tienda {
    background: #f5333f;
    color: #fff;
}

.product-cover:hover .product-flags {
	opacity: unset!important;
    visibility: unset!important;
}

#button-login {
	background-color: #000!important;
}

#supercheckout-fieldset #button-login.orangebuttonsmall {
    border: 1px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

.form-group.login-options .radio-inline label,
#button-login {
    border-radius: 0!important;
}

.opc-container .login-options [type="radio"]:checked+label {
	background-color: #000!important;
}

.opc_shipping_method li.alert-info, .opc_payment_method li.alert-info {
    background-color: #ededed!important;
}

#voucher-form button#button-coupon {
	border-radius: 0!important;
}

body:not(#module-steasycheckout-default) .input-group .input-group-btn>.btn {
	background-color: #000!important;
}

.opc-container [type="radio"]:checked+label:after, .opc-container [type="radio"]:not(:checked)+label:after {
    background: #ededed!important;
}

.opc-container [type="radio"]:checked+label:after, .opc-container [type="radio"]:not(:checked)+label:after {
    background: #ededed!important;
}

.opc-container [type="radio"]:checked+label:after, .opc-container [type="radio"]:not(:checked)+label:after {
    background: #ededed!important;
}

#supercheckout_confirm_order {
	border-radius: 0!important;
}

#module-supercheckout-supercheckout input {
	border-radius: 0!important;
}

.supercheckout-blocks h2 i {
	display: none!important;
}

.opc-container .custom-panel h2:after {
    border-left: 3px solid #7c110f!important;
}

.opc-container .custom-panel h2 {
    font-weight: 400;
    color: #3c3c3c!important;
    font-size: 20px!important;
    line-height: 17px!im;
    text-transform: unset!important;
}

#content-wrapper .section-title {
    font-weight: 400;
    color: #3c3c3c!important;
    font-size: 20px!important;
    line-height: 17px!im;
}

#supercheckout-fieldset #button-coupon.orangebuttonapply {
    border: 1px solid #000 !important;
}

body:not(#module-steasycheckout-default) .input-group-btn {
    top: 2px;
}

#module-supercheckout-supercheckout .totalAmount {
	margin-top: 15px;
}

.opc_shipping_method li.alert-info, .opc_payment_method li.alert-info {
    background-color: #ededed!important;
}

#module-supercheckout-supercheckout .product_stock_status .label-success {
    background-color: #ededed!important;
}

.form-group.login-options .radio-inline label {
    background: #ededed!important;
}

.form-group.form-coupon .input-group {
    max-width: unset!important;
}

#confirmCheckout .quantity-section .input-group .input-group-btn {
/*
	top: 0!important;
	height: 10px;
/**/
}

#confirmCheckout .quantity-section .input-group .input-group-btn.increase_button-span {
	left: 0!important;
	right: unset!important;
}

#confirmCheckout .quantity-section .input-group .input-group-btn.decrease_button-span {
	left: unset!important;
	right: 0!important;
}

#confirmCheckout .quantity-section .input-group .input-group-btn .btn {
	min-height: unset!important;
	max-height: unset!important;
	height: 5px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

#confirmCheckout .quantity-section .input-group .input-group-btn .btn.decrease_button {
	left: 0!important;
}

#confirmCheckout .quantity-section .input-group .input-group-btn .btn.increase_button {

}

#confirmCheckout .quantity-section .input-group .input-group-btn .btn .fas {
	color: #fff!important;
}

.kb-modal-backdrop {
	display: none!important;
}

.kb-box-modal {
	position: relative!important;
	display: block!important;
	opacity: 1!important;
}

.kb-modal-contents {
	width: 99%!important;
	-webkit-transform: unset!important;
    -ms-transform: unset!important;
    -o-transform: unset!important;
    transform: unset!important;
}

#kb_pts_carrier_block .velo-store-map {
    width: 100%!important;
/*
	display: none!important;
/**/
}

#kb_pts_carrier_block .velo-location-list {
    width: 100%;
}

.velo-store-filters {
/*
    background: #fff!important;
/**/
    border: 1px solid #fff!important;
    border-radius: 0!important;
}

.velo-store-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.velo-search-bar {
    width: 100%;
    margin: 0 !important;
}

.velo-search-bar #velo_address_search {
    width: 100%;
}

.velo-search-distance {
    width: 50%;
    margin: 0 !important;
}

.velo-search-bar #velo_within_distance {
    width: 90%;
}

.velo-search-limit {
    width: 50%;
    margin: 0 !important;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.velo-search-limit label {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.velo-search-limit label {
    width: 90%;
}

.velo-search-button {
    width: 50%;
    margin: 0 !important;
}

.velo-search-button {
    width: 50%;
    margin: 0 !important;
}

.velo-search-button button {
    width: 90%;
}

.velo-search-button {
    width: 50%;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
}

#kb-popup-content {
	margin: 0 !important;
    box-shadow: unset !important;
}

.kb-box-modal {
	z-index: unset!important;
}

.close-kb-modal {
	display: none!important;
}

.velo-store-locator {
	margin: 0!important;
}

.velo-store-filters {
	padding: 0!important;
}

.velo-search-container {
	margin-top: 10px!important;
	padding: 0!important;
}

.velo-location-list {
	background-color: #fff!important;
}

.velo-location-list ul {
	padding: 0!important;
}

.velo-location-list ul li {
	border: unset!important;
    background-image: unset!important;
	padding-left: 0;
}

.velo-store-select-link  {
	clear: unset!important;
	width: 48%;
/*
	position: absolute;
    left: 10px;
/**/
    position: static;
    margin-top: 0!important;

	border: 1px solid #000!important;
    background: #000!important;
	text-transform: uppercase;
	max-width: unset!important;
}

.velo-directions-button {
	width: 48%;
	clear: unset!important;
	position: absolute!important;
    right: 0;
    margin-top: 0!important;

	border: 1px solid #000!important;
    background: #000!important;
	text-transform: uppercase;
}

.velo-show-more,
.velo-directions-button i {
	display: none!important;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #7e7e7e!important;
    background-color: #7e7e7e!important;
    filter: unset!important;
    -ms-filter: unset!important;
}

.velo-search-button button {
    border: 1px solid #000!important;
    background: #000!important;
	text-transform: uppercase;
}

.velo-directions-button {
	display: none!important;
}



/**/

#ekomi-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ekomi-product .title {
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
}

#ekomi-product .title {
	display: none!important;
}

#st-checkout-delivery-step.storelocator2 #kb_pts_carrier_block {
	display: block!important;
}

#searchStoreForm {
	display: none!important;
}

#module-supercheckout-supercheckout {
	overflow: scroll!important;
}

#checkoutLogin a {
	background-color: #000!important;
	color: #fff!important;
	border-radius: 0!important;
}

#checkoutLogin a {
	background-color: #000!important;
	color: #fff!important;
	border-radius: 0!important;
}

#checkoutShippingAddress #delivery_address_edit,
#checkoutShippingAddress #delivery_address_delete {
	background-color: #000!important;
	color: #fff!important;
	border-radius: 0!important;
	width: 100%!important;
}

/*
#supercheckout-fieldset #supercheckout_confirm_order {
    background-color: #48c84a!important;
    background: #48c84a!important;
    border: 1px solid #48c84a !important;
    border-bottom: 3px solid #48c84a !important;
    color: #fff !important;
}
/**/

#supercheckout-fieldset #supercheckout_confirm_order {
    background-color: #000!important;
    background: #000!important;
    border: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
    color: #fff !important;
}

.shippingInfo {
	text-align: left!important;
	margin-left: 29px;

}


.velo-store-select-link {
	display: flex;
    justify-content: space-between;
}

#shipping-method ul td {
	padding-left: 29px!important;
}

.updatePickupTime {
	margin-left: 0!important;
	padding-left: 0!important;
}

.velo-store-select-link {
	margin-left: 29px!important;
	display: flex!important;
	justify-content: space-between;
}

#shipping_post_code .form-group,
#shipping_post_code .col-sm-6 {
	display: block!important;
}

#hook-display-after-carrier {
	display: none;
}

#hook-display-after-carrier.storelocator-active {
	display: block!important;
}

#supercheckout-fieldset .kb_edit_btn {
    border: 1px solid #000 !important;
    color: #fff!important;
}

.button-save-address {
    background: #000!important;
    color: #fff!important;
}

.button-save-address {
    background: #000!important;
    color: #fff!important;
}

#supercheckout-fieldset .orangebuttonsmall {
    background-color: #000!important;
    background: #000!important;
    border: 1px solid #000!important;
    color: #fff!important;
    border-bottom: 1px solid #000!important;
}

#supercheckout_update_address_button {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.opc-container [type="radio"]:checked+label:after,
.opc-container [type="radio"]:not(:checked)+label:after {
    background: #000 !important;
}


.opc-container input[type=checkbox] {
	float: left !important;
}

label[for^='customer_personal_newsletter'], label[for^='customer_personal_optin'], label[for^='use_for_invoice'] {
    display: flex;
    padding-left: 7px !important;
}


/* CSS para añadir iconos SVG a los elementos de la lista excepto el último */
.block-iqitlinksmanager-13 ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

/* Icono de WhatsApp - círculo con icono SVG */
.block-iqitlinksmanager-13 ul li:nth-child(1)::before {
	content: "";
    position: absolute;
    left: -2px;
    top: -4px;
    width: 27px;
    height: 27px;
    border: 0px solid white;
    border-radius: 50%;
    background-image: url(https://botticelli.es/themes/botticelli/assets/img/whatsapp-brands-solid-full.svg);
    background-size: 27px 27px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Icono de teléfono - círculo con icono SVG */
.block-iqitlinksmanager-13 ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  background-image: url("https://botticelli.es/themes/botticelli/assets/img/phone-solid-full.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* Icono de email - círculo con icono SVG */
.block-iqitlinksmanager-13 ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-radius: 50%;
  background-image: url("https://botticelli.es/themes/botticelli/assets/img/envelope-regular-full.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

/* El último elemento (horario) no tiene icono */
.block-iqitlinksmanager-13 ul li:last-child {
  padding-left: 0;
}



.block-iqitlinksmanager-4 li:last-child a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid currentColor;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s;
}

.block-iqitlinksmanager-4 li:last-child a:hover {
  background-color: #333;
  color: #fff;
}


