@import '/stylesheets/fonts/all_fonts.css?v=20250620183051';
@import 'breadcrumb.css?v=20250620183051';
@import 'pagination.css?v=20250620183051';
@import 'menu.css?v=20250620183051';
@import 'ribbon.css?v=20250620183051';
@import 'select.css?v=20250620183051';
@import 'productthumb.css?v=20250620183051';
@import 'product.css?v=20250620183051';
@import 'rating.css?v=20250620183051';
@import 'preloader.css?v=20250620183051';
@import 'header.css?v=20250620183051';
@import 'footer.css?v=20250620183051';
@import 'buttons.css?v=20250620183051';
@import 'cart.css?v=20250620183051';
@import 'noty.css?v=20250620183051';
@import 'd_ajax_search/d_ajax_search.css?v=20250620183051';
@import 'flip/flip.min.css?v=20250620183051';
@import 'gojiraf.css?v=20250620183051';
@import 'color-palette.css?v=20250620183051';
@import 'banner-grid.css?v=20250620183051';
@import 'ci_slider.css?v=20250620183051';
@import 'flexslider.css?v=20250620183051';
@import 'magnific-popup.css?v=20250620183051';
@import 'owl-carousel.css?v=20250620183051';
@import 'blog-featured.css?v=20250620183051';
@import 'checkout.css?v=20250620183051';
@import 'swiper.css?v=20250620183051';

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

/* 
 * Recommended Fonts 
 *
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,300,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900,600,700');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400&display=swap');
*/


:root {
    --main-color: #f46e16;
    --brighter-color: #fff;
    --bright-color: #FCA652;
    --dark-color: #db600f;
    --darkter-color: #bb520c;
    
    --grey-color: #adadad;
    --lightgrey-color: #dbdbdb;
    --black-color: #373737;    
    --darkgrey-color: #666;
    --border-color: #cccccca1;
    --logo-filter: drop-shadow(0px 0px 5px #ffffff);
    --logo-radius: 0;
    --logo-max-width: 250px;
    --logo-max-height: 100px;
    --logo-reduce-width: 0.6;
    --logo-reduce-height: 0.6;
    --logo-menu-max-width: 200px;
    --logo-menu-max-height: 80px;
    --header-text-shadow: -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff, 1px 1px 2px #fff;
    --header-text-filter: drop-shadow(0px 0px 10px #ffffff) drop-shadow(0px 0px 15px #ffffff);
    --header-background-color: var(--bright-color);
    --header-background-image: none;
    --top-background-color: #ffffffcc;
    --header-text-color: var(--dark-color);
    --header-font-size: 1.1em;
    --header-font-weight: 700;
    --headbar-background-color: var(--header-background-color);
    --body-backcolor: var(--brighter-color);
    --preloader-filter: hue-rotate(0deg);
    --font-family: 'Open Sans', sans-serif;
    --font-size: 14px;
    --font-weight: 400;
    --header-font-family: var(--font-family);
    --security-seal-color: var(--darkgrey-color);

    --red-color: #da4f49;
    --darkred-color: #ac2925;
    --green-color: #5bb75b;
    --darkgreen-color: #51a351;
    --lightgreen-color: #32cd32;
    --white-color: #fafafa;
    --thumb-backcolor: white;

    --menu-opacity: 1;
    --menu-backcolor: white; 
    --menu-color: var(--black-color);
    --menu-bordercolor: var(--border-color);
    --menu-selcolor: var(--black-color); 
    --menu-selbackcolor: var(--lightgrey-color);
    --menu-seeall: var(--black-color);
    --menu-submenu-filter: blur(8.5px);
    --menu-submenu-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    --menu-submenu-background: #ffffff8c;
    --menu-submenu-borderleft: 4px solid var(--menu-bordercolor);
        
    --subscription-backcolor: var(--main-color);
    --subscription-color: white;
    --subscription-colorhover: white;
    --footer-backcolor: var(--main-color);
    --footer-color: white;
    --footer-colorhover: white;
    --powered-backcolor: var(--darkter-color);
    --powered-color: white;
    --powered-colorhover: white;

    --buttons-backcolor: var(--main-color);
    --buttons-color: white;
    --buttons-bordercolor: #ffffffa1;
    --buttons-border: 1px solid var(--buttons-bordercolor);
    --buttons-disabled-color: var(--grey-color);
    --buttons-disabled-backcolor: var(--lightgrey-color);
    --buttons-disabled-bordercolor: var(--grey-color);
    --buttons-hoverbackcolor: var(--buttons-color);
    --buttons-hovercolor: var(--buttons-backcolor);
    --buttons-hoverbordercolor: var(--border-color); 
    --buttons-hoverborder:  1px solid var(--buttons-hoverbordercolor);
    --links-color: var(--dark-color);
    --links-hover-color: var(--main-color);
    --shopping-cart-button-backcolor: #3498db; /* Azul claro */
    --shopping-cart-button-color: white;
    --shopping-cart-button-bordercolor: var(--shopping-cart-button-backcolor);
    --shopping-cart-button-hover-backcolor: var(--shopping-cart-button-color);
    --shopping-cart-button-hover-color: var(--shopping-cart-button-backcolor);
    --shopping-cart-button-hover-bordercolor: var(--shopping-cart-button-backcolor);

   /*
    --font-family: 'Open Sans', sans-serif;
    --font-family: 'Roboto', sans-serif;
    --font-family: 'Montserrat',sans-serif;
    --font-family: 'Lato', sans-serif;
    --font-family: 'Poppins', sans-serif;    
    --font-family: 'Nunito',sans-serif;
    --font-family: 'Balsamiq Sans', cursive;
    --font-family: 'Shippori Antique B1', sans-serif;
    --font-family: 'Andika', sans-serif;
    */
}

/*
 * Custom Preloader
 */
/*
.preloader img {
    display:none;
}
.preloader-custom {
    display: block;
    margin-left: -30px;
    margin-top: -30px;
}
*/

body {
    font-family: var(--font-family);
	font-weight: var(--font-weight);;
	color: var(--darkgrey-color);
    font-size: var(--font-size);
	width: 100%;
    background: none;
    background-color: var(--body-backcolor);
}


/* 
 * Limit page width
#content {
    max-width: 1800px;
    margin: auto;
    float: none;
}
*/
p {
    line-height: 1.25em; 
}
a {
    color: var(--links-color);
}
a:hover {
    color: var(--links-hover-color);
    text-decoration:underline;
}

li>a>i {
    margin-right: 5px;
}

/* Titles */
h1 {
	font-size: 2.2em; 
    font-weight: 700;
}
h2 {
	font-size: 1.8em; 
    font-weight: 700;
}
h3 {
	font-size: 1.3em;
    font-weight: 700; 
}
h4 {
	font-size: 1.18em;
    font-weight: 700; 
}
h5 {
	font-size: 1.10em;
    font-weight: 700; 
}
h6 {
	font-size: 1.05em; 
    font-weight: 700; 
}

.fa:not(.fa-3x), .fas, .far, .fal, .fab, .fad {
	font-size: 1.1em; 
    line-height: unset;
}

legend {
	font-size: 1.15em; /*18px;*/
	padding: 7px 0px
}
label {
	font-weight: bold;
}

.text-danger {
    margin-top: 5px;
}

.input-group .input-group-addon {
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-dismissable .close, .alert-dismissible .close {
	right: 0px;
}


/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #636363;
	border: 1px solid #6a6666;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 60px;
}

.inner-content {

    padding: 5px 20px;
    background: rgba(255,255,255,0.6);

}
#content > h2 { 
    margin-top:0;
}

.container {
    background: transparent;
    overflow: visible;
}


.form-control {
    border-radius: 6px !important;
    background: #fefefe;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: none;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th { 
    border-color:#fff; 
}

.table-bordered > thead > tr >td:last-of-type { 
    border-right: none; 
}

.table-bordered > thead { 
    background: var(--darkter-color); 
    color:#fff

}

.panel-default > .panel-heading {
	color:#fff;
    background-color: var(--dark-color);
    border-color:var(--darkter-color);
}
.panel-title a:hover { color: #fff; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: rgba(255,255,255,0.6);
}

.img-thumbnail {
    background: rgba(255,255,255,0.6);
}

.nav-tabs>li>a {
    background: rgba(255,255,255,0.3);
}

/* Buttons / Forms */
.row-sort {
    padding:15px 0;
}
.input-group-addon {
    background:transparent; border:none;
}
legend {
    border:none;    
}

.form-control:focus {
	border-color:#7a7a7a;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(190 190 190 / 60%);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(190 190 190 / 60%);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(190 190 190 / 60%);
	-o-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(190 190 190 / 60%);    
	
}

.nav-tabs {
    margin-bottom: 0px;
    border: medium none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border:none;
    border-bottom: 1px solid rgba(255,255,255,0);
}

.tab-content {
    background: none repeat scroll 0% 0% rgba(255,255,255,0.6);
    padding: 10px;
    overflow: auto;
}

.table {
    background: #ffffff;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background:#FFC935;
    border-color:#FFC935;
    color: #ffffff;
    text-shadow:0px -1px 0px rgba(0, 0, 0, 0.25);
}

.well {
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #ffffff;
}

#input-sort {
    min-width: 90px;
}

#input-limit {
    max-width: 70px;
}

.bootstrap-select .btn-default {
    background: #fefefe;
    color: #666;
    border-radius: 5px!important;
    border: solid 1px rgba(0,0,0,0.15)!important;
    border-color: #ccc;
}

.caption h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.caption p {
    margin: 0 0 5px;
}

.cart_link {
    color: #b18a55!important;
}

.list-group a {
    border-color: #ef61a9;
}

.show_all_product_table {
	display: table;
	width: 100%;
	overflow: hidden;
}

.show_all_product_cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.inquiry_product {
	padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
}

#top-links .dropdown-menu .no_highlight:hover
{
    background-color: transparent;
}

.swiper-viewport {
	border-color: #3a3a3a!important;
	border: solid 1px;
	box-shadow: none;
	background-color: #ffffff;    
}

.block-cart {
	z-index: 1053;
	position: fixed;
	background: rgba(0,0,3,.8);
	width: 100%;
	height: 100%;
}

.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

.divider {
    border-top: 1px solid var(--lightgrey-color);
    display: block;
    line-height: 1px;
    margin: 30px 0 15px 0;
    position: relative;
    text-align: center;
}

.divider .divider-title {
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 0 20px;
    text-transform: uppercase;
    background-color: #fff;
}

a.img-thumbnail{
	min-width:100px;
}

a > img.img-responsive, img.img-responsive {
    display: inline;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.d-inline-block {
    display: inline-block!important;
}

.m-none {
    margin: 0!important;
}

.g-recaptcha {
	float: right;
}

.checkout-checkout .center-column .panel{
	width: 100%;
	float: left;
}

#div_subsidiary .bootstrap-select .dropdown-menu {
	max-width: 100%
}

.bootstrap-select .filter-option .text-muted {
  display: none;
}

#div_subsidiary .dropdown-menu.open {
        max-height: 300px !important;
        overflow: hidden;
}

#div_subsidiary ul.dropdown-menu.inner {
        max-height: 250px !important;
}


.symbol {
    font-family: 'Material Symbols Outlined';
    color: var(--black-color);
    font-size: 1.4em; /*20px;*/
    font-weight: 300;
    width: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0;
    margin: 0;
  /*  transition: all 0.4s;
    -webkit-transition: all 0.4s;*/
    cursor: pointer;
    text-align: center;
    border: none;
}

.video-slider {
    max-width: 100%;
    height: 100%;
    max-height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.videos-wrapper  {
    margin: 0 30px;
    display: flex; 
    flex-direction: column;
    justify-content: center; 
    align-items: center;
}

.tab-content {
    border:none;
    box-shadow: none;
}

.customtext {
    margin: 20px 0;    
}

.color {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px;
    padding: 0;
    border: 2px solid #E7E7E7;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: content-box !important;
    -moz-border-radius: 50%;
    -webkit-sborder-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.color:hover, .color_active { 
       padding:3px;
       margin:0; 
}

.option-title {
       padding-bottom: 5px;
}

/* option block */

ul.option-block {
    border: none;/* 1px solid var(--lightgrey-color);*/
    border-radius: 10px;
    list-style: none;
    padding: 0 10px;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 5px 0px;
}
ul.option-block:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.option-block li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}

ul.option-block li:not(:last-child) {
    border-bottom: 1px solid var(--lightgrey-color);
}

ul.option-block li img {
    width: 50px;
    margin: 0 10px 0 0px;
}

ul.option-block li label {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}

ul.option-block li .radio {
    width: 100%;
}

ul.option-block li .radio label input[type=radio] {
    position: relative;
    margin: 0 10px;
}

ul.option-block li label .info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}
ul.option-block li label .info .icons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
ul.option-block li label .info .icons img {
    height: 20px;
    width: auto;
    margin: 5px 5px 5px 0;
}

ul.option-block li label .info .icons img:hover {
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 35%));
}
ul.option-block li .info .description {
    font-size: 0.9em;
}

ul.option-block li .price {
    font-weight: 600;
    padding: 0 10px;
}

#sub_address {
    margin: 10px 5px 5px 5px;
    font-weight: 600;
    font-size: 0.9em;
}

#sub_schedule {
    margin: 0 5px;
    font-size: 0.9em;
}

#div_subsidiary {
    padding: 10px 0; 
    width: 100%;
}


.password-toggle {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.show-password-checkbox {
    font-weight: normal;
}

.remember_me {
    font-weight: normal;
}

.glow-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: glowingBorder 2s linear;
}

@keyframes glowingBorder {
    0% {
        left: -100%;
    }
    100% {
        left: 200%;
    }
}

/* remove spin buttons from firefox input number type elements */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

/* filter sub-categories */
#content .row ul:not(.pagination) li {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dadada;;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 5px 0;
}
#content .row ul:not(.pagination) li a {
    text-align: center;
    width:100%;
    padding: 5px;
}
#content .row ul:not(.pagination) li:hover {
   box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
#content .row ul:not(.pagination) li a:hover {
    text-decoration: none;
}

/* 
 * Marquee effect 
 */
 .marquee:hover{
    animation-play-state: paused;
}
@keyframes moving-text{
    from {
        transform: translateX(50%);
    }
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: no-preference) {
    .marquee
    {
        animation: moving-text 15s linear infinite;
    }
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}

    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
}

@media only screen and (max-width: 767px) {
	.btn-interact {width:100%; margin: 10px 0;}
	.btn-interact button { width: 49%; margin: 10px 0; float: left; } 
	.btn-interact button:first-of-type {margin-right:2%; }
}

/* Icon Pop */
@-webkit-keyframes icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
