/*
 Theme Name:   Hello Hijo
 Theme URI:    http://ejemplo.com/hello-hijo
 Description:  Tema hijo para Hello Elementor.
 Author:       Emaus
 Author URI:   http://ejemplo.com/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  hello-hijo-td
*/




body::-webkit-scrollbar{
	width: 10px;
	background: linear-gradient(to top, #062844, #0D1E40);
}
body::-webkit-scrollbar-thumb{
	width: 100%;
	background: #e1e1e144;
	border-radius: 5px;
}

selector {
    font-family: Ubuntu;
}
selector {
    color: #040E24;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.5px
}
selector input {
    font-size: 14px;
    border-radius: 5px;
}

selector button {
    font-family: Ubuntu;
    font-weight: bold;
    background-color: #0D1E40;
    color: #F3F5F9;
    min-height: 25px !important;
    min-width: 120px !important;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none;
}

selector button:hover {
    background-color: #5C141A;
    color: #F2E6D0;
}

selector .wfpTitle {
    font-size: 17px;
    color: #5C141A;
}

select {
    font-family: Ubuntu;
    font-size: 13px;
    padding: .3em .5em;
    border-radius: 10px;
    border-color: transparent;
}

.wpfPriceInputs {
    color: #5C141A;
}

.wpfPriceRangeField {
    border-color: transparent !important;
}

.wpfPriceFilterRange span {
    background: #040E24 !important;
    border-radius: 25px !important;
}

.wpfPriceFilterRange div {
    background: #F29D7E !important;
}

.wpfPriceFilterRange {
    border-color: transparent !important;
}

.underline {
    width: 100%;
    height: 5px;
    background: #5C141A;
    border-radius: 3px;
    position: relative;
    top: 5px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: #ED1C24;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}

@keyframes moving {
    0% {
        left: -20px;
    }
    100%{
        left: 100%;
    }
}

.floating {
  animation: flotar 2s infinite ease-in-out;
}

@keyframes flotar {
  0% { transform: translateY(0); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0); }
}

.logo {
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.scrolled .logo {
    opacity: 1;
}

#ofertas span.onsale {
    background: #E88710;
    padding: .5em .7em !important;
    border-radius: 7px 0px;
    font-family: Ubuntu Sans;
    color: #F3F5F9;
    font-weight: 700;
    font-size: 17px;
    margin: -20px -10px;
    box-shadow: 2px 3px 5px #5C141A;
    line-height: 1.2;
    min-height: 15px;
}

selector img {
    max-width: 150px;
    cursor: pointer;
}

@media (max-width: 768px) {
    selector img {
        max-width: 100px;
    }
}

.woocommerce-shipping-calculator, .woocommerce-shipping-destination {
    display: none;
}


td.product-name {max-width: 90px !important;}




#dgwt-wcas-search-input-1 {
	font-family: 'Ubuntu Sans';
	padding-top: 5px;
	padding-bottom: 5px;
	border-color: inherit;
	box-shadow: none;
}

.dgwt-wcas-search-submit {
	top: 4px !important;
}

.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp {
	background: #f9f9f9 !important;
}

@media (max-width: 768px) {
    .dgwt-wcas-suggestions-wrapp {
        width: 90vw !important; 
        max-width: 90vw !important;
        left: 5vw !important;   
        right: auto !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
		border-radius: 10px !important;
    }
}

