/*=========================================================
BODY
=========================================================-*/
body{font-family:"Branding",sans-serif;font-size:16px;font-weight:400;font-style:normal;color:#616161}
h1,h2,h3,h4,h5,h6{font-family:"Branding",sans-serif;color:#005499;font-weight:700;font-style:normal}
h1{font-size:40px;line-height:45px}
h2{font-size:35px;line-height:38px}
h3{font-size:28px;line-height:32px}
h4{font-size:22px;line-height:26px}
h5{font-size:18px;line-height:18px}
h6{font-size:16px;line-height:18px}
ul{margin:0;padding:0}
p{color:#616161}
strong{color:#00a5eb;font-weight:500}
::-moz-selection{background:#c9d642;color:#fff;text-shadow:none;background:#c9d642;color:#fff;text-shadow:none}
::selection{background:#c9d642;color:#fff;text-shadow:none}
a:focus,a:hover{color:#c9d642;text-decoration:none!important}
a,button,input{outline:medium none!important;color:#c9d642}

#back-to-top .top{background:#0757a0}

@media (min-width: 1200px) {
.container{max-width:1320px}
}

/*=========================================================
FORM INPUTS BUTTON
=========================================================*/

.form-control:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="text"]:focus,textarea:focus{border-color:var(--theme-bs-secondary);box-shadow:none}
.btn-custom{padding:10px 20px;font-size:13px;letter-spacing:1px;border:0;font-weight:500;line-height:26px;border-radius:1.375rem;background:var(--theme-bs-primary);color:#fff;display:block;text-align:center;text-transform:uppercase;display:inline-block}
.btn-rounded{padding:10px 20px;font-size:13px;letter-spacing:1px;border:0;font-weight:500;line-height:26px;border-radius:1.375rem;display:block;text-align:center;text-transform:uppercase;display:inline-block}

/*=========================================================
MINI CART DRAWER
=========================================================*/

/* Mini-cart drawer */
.mini-cart-overlay { position:fixed; inset:0; background:rgba(0,0,0,.68); opacity:0; pointer-events:none; z-index:9998; transition:opacity .10s ease; -webkit-transition:opacity .10s ease; -moz-transition:opacity .10s ease; -ms-transition:opacity .10s ease; -o-transition:opacity .10s ease; }
.mini-cart-overlay.is-visible {opacity:1;pointer-events:auto}
.mini-cart-drawer { position:fixed; top:0; right:0; bottom:0; contain: content; isolation: isolate; width:360px; max-width:92vw; background:#fff; box-shadow:-8px 0 20px rgba(0,0,0,.24); transform:translate3d(100%,0,0); transition:transform .14s cubic-bezier(.2,.8,.2,1); z-index:9999; display:flex; flex-direction:column;  -webkit-transform:translate3d(100%,0,0); -moz-transform:translate3d(100%,0,0); -ms-transform:translate3d(100%,0,0); -o-transform:translate3d(100%,0,0); }
.mini-cart-drawer.is-open { transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0); -moz-transform:translate3d(0,0,0); -ms-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); }
.mini-cart-header {display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eee}
.mini-cart-title {margin:0;font-size:16px;letter-spacing:.04em}
.mini-cart-close {border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer}
.mini-cart-body {padding:12px 16px;overflow:auto;flex:1; content-visibility: auto; contain-intrinsic-size: 600px 400px;}
.mini-cart-items {list-style:none;margin:0;padding:0}
.mini-cart-item {display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f3f3f3}
.mini-cart-thumb{width:56px;height:56px;border-radius:6px;overflow:hidden;margin-right:10px;background:#f9fafb;flex:0 0 56px}
.mini-cart-thumb img{width:56px;height:56px;object-fit:cover;display:block}
.mini-cart-item .mini-item-remove{margin-left:auto;border:0;background:transparent;color:#9ca3af;font-size:18px;cursor:pointer}
.mini-cart-item .mini-item-remove:hover{color:#ef4444}
.mini-cart-item.empty {text-align:center;color:#757575;border:0;padding:24px 0}
.mini-cart-item-info {display:flex;flex-direction:column;gap:4px}
.mini-cart-item .product-title {font-weight:600;color:#111;text-decoration:none}
.mini-cart-item .qty-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}
.mini-cart-item .qty-control{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}
.mini-cart-item .qty-control .qty-btn{width:32px;height:30px;line-height:30px;text-align:center;border:0;background:#f3f4f6;color:#111;cursor:pointer}
.mini-cart-item .qty-control .qty-input{width:40px;height:30px;text-align:center;border:0;background:#fff}
.mini-cart-item .line-math{font-size:13px;color:#6b7280;white-space:nowrap}
.mini-cart-item .line-math .unit{color:#0ea5e9;font-weight:700}
.mini-cart-item .line-math .eq{color:#ef4444;margin:0 4px}
.mini-cart-item .line-amount{color:#ef4444;font-weight:700}
.mini-cart-footer {padding:12px 16px;border-top:1px solid #eee}
.mini-cart-footer .subtotal {display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.mini-cart-footer .actions {display:grid;grid-template-columns:1fr 1fr;gap:8px}
.mini-cart-footer .actions .button {display:inline-block;text-align:center;padding:10px 12px;border-radius:4px;color:#fff;background:#0ea5e9;text-decoration:none}
.mini-cart-footer .actions .checkout {background:#16a34a}

/* Add-to-cart loading/disabled state */
.single_add_to_cart_button[disabled], .single_add_to_cart_button.is-loading {opacity:.75; pointer-events:none; cursor:not-allowed}
.single_add_to_cart_button .loading-label {display:inline-flex; align-items:center; gap:6px}
.single_add_to_cart_button .loading-label .icon-spinner {display:inline-block; width:14px; height:14px; border-radius:50%; border:2px solid currentColor; border-top-color:transparent; animation:btnspin .7s linear infinite}
@keyframes btnspin {to {transform: rotate(360deg)}}
/* (Opcional) menos animación para usuarios con reduce motion */
@media (prefers-reduced-motion: reduce) {
  .mini-cart-overlay,
  .mini-cart-drawer { transition: none !important; }
}


/*=========================================================
ANIMATION
=========================================================*/
@keyframes moveleftbounce {
0%{transform:translateX(0px)}
50%{transform:translateX(20px)}
100%{transform:translateX(0px)}
}
@keyframes rotateme {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@keyframes infinite-rotate {
0%{transform:rotate(0deg)}
50%{transform:rotate(180deg)}
100%{transform:rotate(360deg)}
}
@-webkit-keyframes infinite-rotate {
0%{transform:rotate(0deg)}
50%{transform:rotate(180deg)}
100%{transform:rotate(360deg)}
}


/*=========================================================
HEADER
=========================================================-*/

.header.topbar-dark .topbar{background:#005499}
.header.topbar-dark .topbar .topbar-call ul li a{color:#fff!important;font-size:16px}
.header.topbar-dark .topbar ul li{color:#fff!important;font-size:16px}
.header.topbar-dark .topbar .social-icons li{display:inline-block;list-style:none;padding:0;margin:0 5px 0 0}
.header.topbar-dark .topbar .social-icons li a{display:flex;height:25px;width:25px;font-size:13px;color:#333}
.header.topbar-dark .topbar .social-icons.color .social-facebook a,.header.topbar-dark .topbar .social-icons.color-hover .social-facebook a:hover,.header.topbar-dark .topbar .social-icons.color .social-instagram a,.header.topbar-dark .topbar .social-icons.color-hover .social-instagram a:hover,.header.topbar-dark .topbar .social-icons.color .social-linkedin a,.header.topbar-dark .topbar .social-icons.color-hover .social-linkedin a:hover{background-color:#c9d642}


/*=========================================================
MENU
=========================================================-*/
.mega-menu .drop-down-multilevel{max-width:270px}
.mega-menu .drop-down-multilevel li:hover{background:#94cdf3;border-left:3px solid #005499}
.mega-menu .drop-down-multilevel li:hover > a{color:#005499}
.mega-menu .drop-down-multilevel li:hover > a i.fa{color:#005499}
.mega-menu .menu-logo img{height:80px}
.header.topbar-dark .mega-menu .menu-logo{padding:15px 0}
.mega-menu{border-bottom:7px solid #00a6ec}
.header.light .mega-menu .menu-links > li > a{color:#00a6ec}
.header.light .mega-menu .menu-links > li > a:hover{color:#005499}
.header.topbar-dark .topbar{background:#005499;border-bottom:3px solid #fff}
.mega-menu .menu-links > li > a{text-transform:none;font-size:18px;font-weight:600;line-height:20px}
@media (max-width: 991px) {
.mega-menu{min-height:120px}
.mega-menu > section.menu-list-items{height:120px!important;border:1px solid #000}
.header.light .mega-menu.mobileTopFixed .menu-list-items{background:#fff;box-shadow:0 0 20px 0 #0000001a;height:60px!important}
}
@media screen and (min-width: 992px) {
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img{height:66px!important;padding-top:0;margin:0 0 15px}
.mega-menu.desktopTopFixed .menu-logo{padding:15px 0}
}
@media screen and (max-width: 991px) {
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img{height:55px}
}

/*=========================================================
BUSCADOR Y SHOPPING CART
=========================================================-*/
@media (min-width: 992px) {
.search{display:flex!important;align-items:center!important;height:100%!important; /* border: 1px solid #000; */}
.shpping-cart{display:flex!important;align-items:center!important;height:100%!important; padding: 0 20px 0 10px; /* border: 1px solid #000; */}

.search{ padding: 0 20px 0 5px;}
}

@media (max-width: 991px) {
.header.light .search-cart {top: 30%;}

.search{ padding: 0 20px 0 5px;}
.shpping-cart{ padding: 0 20px 0 5px;}
}

.header .search .search-btn{ display:inline-flex!important; justify-content:center; align-items:center; width:48px!important; height:48px!important; background-color:#00bfff!important; border-radius:50%!important; box-shadow:0 2px 4px #0003!important; transition:all .3s ease!important; position:relative!important; z-index:1000!important; text-decoration:none!important; padding:0!important; -webkit-border-radius:50%!important; -moz-border-radius:50%!important; -ms-border-radius:50%!important; -o-border-radius:50%!important; }
.header .search .search-btn::before{content:"\f002";font-family:"FontAwesome";font-size:18px;font-weight:400;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-indent:0;z-index:1}

.header .search .search-btn:hover{background-color:#009ad6!important;transform:scale(1.05)}
.header.light .search-cart i.icon{font-size:18px;color:#fff}

.header.site-header .ciya-tools-actions>li i { color: #FFFFFF; }
.header.site-header .ciya-tools-actions > li a:hover i {
    color: rgb(255, 255, 255);
}

.search-cart .shpping-cart .cart-link{
display:inline-flex!important; justify-content:center; align-items:center; width:48px!important; height:48px!important; background-color:#00bfff!important; border-radius:50%!important; box-shadow:0 2px 4px #0003!important; transition:all .3s ease!important; position:relative!important; z-index:1000!important; text-decoration:none!important; padding:0!important; -webkit-border-radius:50%!important; -moz-border-radius:50%!important; -ms-border-radius:50%!important; -o-border-radius:50%!important; color: #FFFFFF;
}

.search-cart .shpping-cart .cart-link:hover{ background-color:#009ad6!important; color: #FFFFFF; transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); }

header.site-header .ciya-tools-cart .cart-link .count,header.site-header .ciya-tools-cart .cart-link .ciyastore-wishlist-count,header.site-header .ciya-tools-cart a .count,header.site-header .ciya-tools-cart a .ciyastore-wishlist-count,header.site-header .ciya-tools-wishlist .cart-link .count,header.site-header .ciya-tools-wishlist .cart-link .ciyastore-wishlist-count,header.site-header .ciya-tools-wishlist a .count,header.site-header .ciya-tools-wishlist a .ciyastore-wishlist-count{ font-size:11px; top:0; line-height:16px; margin-top:0px; margin-right:-25px; background:#005499; color: #FFFFFF; }

/*=========================================================
FOOTER
=========================================================-*/
.footer{background:#005499}
.footer .copyright{padding:15px 0;background:#003f73}
.footer p{color:#fff!important;font-size:16px}
.footer h6{font-size:18px;text-transform:none}
.footer-useful-link ul li a{color:#fff;font-size:16px;line-height:20px}
.footer-useful-link ul li a:hover{color:#c9d642}

/*=========================================================
TEXT COLOR Y BG
=========================================================-*/

.fs-25{font-size:25px!important;line-height:29px!important}
.text-justify{text-align:justify}

.theme-color{color:#039}
.text-white{color:#fff}
.text-black{color:#363636}
.text-gray{color:#999}
.text-celeste{color:#299be8}
.text-yellow{color:#fed343!important}

.theme-primario-bg{background:#065284}
.theme-bg{background:#005499}
.white-bg{background:#fff}
.green-01-bg{background:#067321}
.black-bg{background:#323232}
.dark-theme-bg{background:#050801}
.dark-gray-bg{background:#666}
.gray-bg{background:#f7f7f7}
.gray-01-bg{background:#f4f4f4}
.gray-bg-02{background:#e6e7e9}
.gray-bg-03{background:#eee}
.gray-bg-04{background:#ddd}
.cyan-bg{background:#59bdde}
.cyan-bg-02{background:#e7f0f9}
.celeste-bg{background:#299be8}

.secondary-gradient-bg-01{background:#043054;background:-webkit-linear-gradient(to right,#043054,#0757a0);background:-moz-linear-gradient(to right,#043054,#0757a0);background:-o-linear-gradient(to right,#043054,#0757a0);background:linear-gradient(to right,#043054,#0757a0)}

.bg-overlay-black-90:before{background:#005499e6;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0;background:linear-gradient(135deg,#005499e6,#043054e6)}

.grayscale{filter:grayscale(1);opacity:.5;filter:alpha(opacity=50)}
.blockquote.gray-bg-04{border:0;color:#111;padding:70px 30px 30px;border-radius:6px}

.border-dorado-bg{border:7px solid #edb64f!important}

.button-dorado-bg{background:#edb64f;border-color:#edb64f}

/*=========================================================
section title
=========================================================*/
.section-title{margin-bottom:40px;position:relative}
.section-title .title{margin-top:0;position:relative;margin-bottom:50px}
.section-title .subtitle{font-size:16px;letter-spacing:1px;font-weight:500;margin-bottom:5px;text-transform:uppercase}
.section-title p{margin-bottom:0;font-size:20px;font-weight:400;color:#514c4c}
.section-title.line .title:before{width:50px;height:4px;background:#00a6ec}
.section-title.line .title{padding-bottom:10px}
.section-title-bg-01 .subtitle{color:#fed343}
.section-title-bg-01 .title{color:#fff;font-weight:700}

ul.page-breadcrumb li span{color:#fff;font-size:12px;text-transform:uppercase}
ul.page-breadcrumb{padding-top:30px}
ul.page-breadcrumb li{color:#fff;display:inline-block;list-style:none}
ul.page-breadcrumb li i{font-size:12px;padding:0 7px}
ul.page-breadcrumb li a{color:#fff;font-size:12px;text-transform:uppercase}
ul.page-breadcrumb li a:hover{color:var(--theme-bs-secondary)}
.page-title.gray-bg h1,.page-title.gray-bg p{color:#323232}
.page-title.gray-bg ul.page-breadcrumb li a{color:#323232}
.page-title.gray-bg ul.page-breadcrumb li a:hover{color:var(--theme-bs-secondary)}
.page-title.gray-bg ul.page-breadcrumb li{color:#323232;text-transform:uppercase;font-size:12px}
.page-title.gray-bg ul.page-breadcrumb li span{color:var(--theme-bs-secondary)}
.page-title.small{padding-top:5px;padding-bottom:8px}
.page-title.small .page-breadcrumb{padding:.625rem 0}
ul.page-breadcrumb li + li::before{font-family:"Font Awesome 6 Pro";font-size:110%;content:"\f105";margin-left:.625rem;margin-right:.625rem}


/*=========================================================
SECTIONS
=========================================================*/
.page-specification .list-item ul{list-style-type:none;padding-left:20px}
.page-specification .list-item ul li::before{position:absolute;content:"\f058";font-family:"FontAwesome";font-size:25px;left:0;top:1px;color:#c9d642}
.page-specification .list-item ul li{position:relative;padding-left:35px;line-height:20px;margin-bottom:15px}
.page-section-ptb .btn{justify-content:space-between;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}
.about-image-text-v2{background:#e7f0f9}
.about-image-text-v2 .services-wrap-item{background-color:#fff;border-radius:10px;padding:10px;transition:.6s;margin-bottom:25px}
.about-image-text-v2 .services-wrap-item .services-image{border-radius:10px;overflow:hidden;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px}
.about-image-text-v2 .services-wrap-item .services-image a img{border-radius:10px;transition:.6s}
.about-image-text-v2 .services-wrap-item .services-content{padding:25px 15px 15px}
.about-image-text-v2
.about-image-text-v2
.services-wrap-item
.services-content
h3{font-size:22px;margin-bottom:0}
.about-image-text-v2 .services-wrap-item .services-content h3 a{color:#000}
.about-image-text-v2 .services-wrap-item:hover{background:#005499;transform:translateY(-5px)}
.about-image-text-v2 .services-wrap-item:hover .services-image a img{transform:scale(1.1)}
.about-image-text-v2 .services-wrap-item:hover .services-content h3 a{color:#fff}


/*=========================================================
FORMS
=========================================================*/
.form-control:focus { border: 1px solid;}

/*=========================================================
btn
=========================================================*/
.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:2;font-size:16px;font-weight:500;text-transform:capitalize;border:none;width:170px;height:50px;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out;border-radius:4px;color:#fff;padding:0 30px}
.btn.no-shadow{-webkit-box-shadow:none;box-shadow:none}
.btn:focus,.btn.active,.btn:active{-webkit-box-shadow:none;box-shadow:none;outline:none}
.btn::before{content:"";position:absolute;width:calc(100%);height:calc(100%);top:0;left:0;z-index:-1;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;-webkit-transition:-webkit-transform .24s cubic-bezier(0.37,0.31,0.31,0.9);transition:-webkit-transform .24s cubic-bezier(0.37,0.31,0.31,0.9);-o-transition:transform .24s cubic-bezier(0.37,0.31,0.31,0.9);transition:transform .24s cubic-bezier(0.37,0.31,0.31,0.9);transition:transform .24s cubic-bezier(0.37,0.31,0.31,0.9),-webkit-transform .24s cubic-bezier(0.37,0.31,0.31,0.9);border-radius:inherit}
.btn:hover::before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}
.btn--primary{background-color:#00a6ec;color:#fff}
.btn--primary::before{background-color:#005499}
.btn--primary:active,.btn--primary:focus,.btn--primary:hover{border-color:#005499;color:#fff}
.btn--primary.btn--inversed::before{background-color:#fff}
.btn--primary.btn--inversed:active,.btn--primary.btn--inversed:focus,.btn--primary.btn--inversed:hover{border-color:#fff;color:#063464}
.btn--secondary{background-color:#005499;color:#fff}
.btn--secondary::before{background-color:#00a6ec}
.btn--secondary:active,.btn--secondary:focus,.btn--secondary:hover{color:#fff}
.btn--secondary.btn--inversed::before{background-color:#435ba1}
.btn--secondary.btn--inversed:active,.btn--secondary.btn--inversed:focus,.btn--secondary.btn--inversed:hover{color:#fff}
.btn--secondary-dark{background-color:#063464;color:#fff}
.btn--secondary-dark::before{background-color:#00a6ec}
.btn--secondary-dark:active,.btn--secondary-dark:focus,.btn--secondary-dark:hover{color:#fff}
.btn--secondary-dark.btn--inversed::before{background-color:#435ba1}
.btn--secondary-dark.btn--inversed:active,.btn--secondary-dark.btn--inversed:focus,.btn--secondary-dark.btn--inversed:hover{color:#fff;border-color:#435ba1}
.btn--alternative{background-color:#c9d642;color:#fff}
.btn--alternative::before{background-color:#00a6ec}
.btn--alternative:active,.btn--alternative:focus,.btn--alternative:hover{color:#fff}
.btn--alternative.btn--inversed::before{background-color:#435ba1}
.btn--alternative.btn--inversed:active,.btn--alternative.btn--inversed:focus,.btn--alternative.btn--inversed:hover{color:#fff;border-color:#435ba1}
.btn--white{background-color:#fff;color:#063464}
.btn--white::before{background-color:#063464}
.btn--white:active,.btn--white:focus,.btn--white:hover{color:#fff}
.btn--transparent{background-color:transparent;color:#fff;border:2px solid transparent}
.btn--transparent::before{content:unset}
.btn--transparent:active,.btn--transparent:focus,.btn--transparent:hover{color:#fff}
.btn--transparent.btn--primary{border-color:#00a6ec}
.btn--transparent.btn--primary:active,.btn--transparent.btn--primary:focus,.btn--transparent.btn--primary:hover{background-color:#00a6ec}
.btn--transparent.btn--white{border-color:#fff}
.btn--transparent.btn--white:active,.btn--transparent.btn--white:focus,.btn--transparent.btn--white:hover{border-color:#00a6ec;background-color:#00a6ec}
.btn--danger{background-color:#d33;color:#fff}
.btn--danger:active,.btn--danger:focus,.btn--danger:hover{background-color:#005499;color:#fff;border-color:#005499}
.btn--success{background-color:#81d742;color:#fff}
.btn--success:active,.btn--success:focus,.btn--success:hover{background-color:#005499;color:#fff;border-color:#005499}
.btn--prime{background-color:#1e73be;color:#fff}
.btn--prime:active,.btn--prime:focus,.btn--prime:hover{background-color:#005499;color:#fff;border-color:#005499}
.btn--purble{background-color:#8224e3;color:#fff}
.btn--purble:active,.btn--purble:focus,.btn--purble:hover{background-color:#005499;color:#fff;border-color:#005499}
.btn--block{width:100%}
.btn--auto{width:auto;padding:0 20px}
.btn--rounded{border-radius:50px}
.btn-shadow{-webkit-box-shadow:0 9px 30px 0 #28282826;box-shadow:0 9px 30px 0 #28282826}
.btn-shadow-hover:hover,.btn-shadow-hover:active,.btn-shadow-hover:focus{-webkit-box-shadow:0 9px 30px 0 #28282826;box-shadow:0 9px 30px 0 #28282826}
.btn--bordered{background-color:#fff;color:#fff;border:2px solid transparent}
.btn--bordered::before{content:unset}
.btn--bordered.btn--primary{color:#00a6ec;border-color:#00a6ec}
.btn--bordered.btn--primary:active,.btn--bordered.btn--primary:focus,.btn--bordered.btn--primary:hover{color:#fff;background-color:#00a6ec;border-color:#00a6ec}
.btn--bordered.btn--secondary{color:#063464;border-color:#cdd6e0}
.btn--bordered.btn--secondary:active,.btn--bordered.btn--secondary:focus,.btn--bordered.btn--secondary:hover{color:#fff;background-color:#005499;border-color:#005499}
.btn--bordered.btn--white{color:#fff;border-color:#fff}
.btn--bordered.btn--white:active,.btn--bordered.btn--white:focus,.btn--bordered.btn--white:hover{color:#00a6ec;background-color:#fff;border-color:#fff}
.btn--slide :last-of-type{margin-left:-6px}
.btn--slide-wide{width:270px}
@media screen and (max-width: 360px) {
.btn--slide-wide{width:240px}
}
.btn-video{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:150px;height:150px;background:url(../images/video/bg.png) no-repeat;border-radius:50%;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
.btn-video:hover{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8)}
.btn-video .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:76px;height:76px;background:#fff;border-radius:50%;position:relative;z-index:2}
.btn-video .icon svg{color:#063464;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
.btn-transparent{color:#00a6ec;border-color:#00a6ec;background-color:transparent}
.btn-transparent:active,.btn-transparent:focus,.btn-transparent:hover{color:#fff;background-color:#005499;border-color:#005499}
.btn-small{width:170px;height:41px;line-height:41px}
.btn-super{width:170px;height:61px;line-height:61px}

/*=========================================================
SHAPE
=========================================================*/
.steps-area{position:relative;z-index:1;overflow:hidden}
.steps-shape1{position:absolute;top:5%;left:8%;transform:translateY(-5%) translateX(-8%);z-index:-1}
.steps-shape1 img{animation-name:rotateme;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:linear}
.steps-shape2{position:absolute;top:15%;right:5%;transform:translateY(-5%) translateX(-5%);z-index:-1;animation:moveleftbounce 2s linear infinite}
.steps-shape3{position:absolute;bottom:5%;left:5%;transform:translateY(-45%) translateX(-20%);z-index:-1}
.steps-shape3 img{animation-name:rotateme;animation-duration:20s;animation-iteration-count:infinite;animation-timing-function:linear}

/*=========================================================
CONTACT CARD BUTTON - CONTACTA UN ASESOR
=========================================================*/
.contact-card{background-color:#eaedf1;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease-in-out}
.contact-card:hover .btn--primary{background-color:#005499;color:#fff;border-color:#005499}
.contact-link{text-decoration:none;display:flex;align-items:center;color:inherit}
.contact-icon{width:65px;height:65px;font-size:1.5rem;transition:transform .3s ease-in-out}
.contact-icon .fa-sm{font-size:30px;line-height:.07143em;vertical-align:.05357em}
.contact-card:hover .contact-icon{transform:scale(1.1)}
.contact-info p{margin:0}
.contact-info .title{text-transform:uppercase;color:#00a5eb;font-size:15px;font-weight:700}
.contact-info .number-call{color:#005499;font-size:22px;font-weight:700}
.contact-card .btn{width:250px}
.contact-card:hover .btn::before{transform:scaleX(1);transform-origin:left center}

/*=========================================================
STYLE CATEGORIES
=========================================================*/
.process-style-one{text-align:center}
.process-style-one span{display:inline-block;text-align:center;height:44px;width:44px;line-height:44px;background:#c9d642;color:#fff;font-weight:900;border-radius:50%;font-size:20px;position:absolute;z-index:1;margin-bottom:19px;transition:all .35s ease-in-out;top:20px;right:15px;border-radius:50%}
.process-style-one h5{margin:0;font-weight:600;color:#fff;text-align:center}
.process-style-one .theme-color{color:#039}
.process-style-one .thumb{position:relative;display:inline-block}
.process-style-one img{height:270px;width:270px;padding:15px;background:#ffffff80;border-radius:50%;box-shadow:0 0 25px #00000014;margin-bottom:25px;transition:all .35s ease-in-out}
.process-style-one .color-02{background:#fed3434d}
.process-items{position:relative;z-index:1;margin-top:33px}
.process-style-one:hover span,.process-style-one:nth-child(2n) span{transform:scale(0.9);background:#00a6ec;color:#fff;right:59px}
.process-style-one:nth-child(2n) img,.process-style-one:hover img{transform:scale(0.8);margin-bottom:5px}

/*
=========================================================--
LISTADO PRODUCT-entryOS
=========================================================----
*/
.product-entry{margin-bottom:40px;position:relative;-webkit-box-shadow:0 5px 23px 0 #032b5329;-moz-box-shadow:0 5px 23px 0 #032b5329;box-shadow:0 5px 23px 0 #032b5329;background-color:#fff;border-radius:8px;padding:10px}
@media screen and (max-width: 991.98px) {
.product-entry{max-width:370px;margin:0 auto 40px}
}
.product-entry:hover{-webkit-box-shadow:0 5px 83px 0 #032b561f;box-shadow:0 5px 83px 0 #032b561f}
.product-entry:hover .entry-img .entry-img-holder img{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
.product-entry:hover .entry-img::before{opacity:.4;visibility:visible}
.product-entry:hover .entry-content::after{background-color:#00a6ec;width:calc(100% - 50px)}
@media (min-width: 992px) and (max-width: 1199.98px) {
.product-entry:hover .entry-content::after{width:calc(100% - 25px)}
}
@media screen and (max-width: 767.98px) {
.product-entry:hover .entry-content::after{width:calc(100% - 25px)}
}
.product-entry:hover .entry-content .entry-more a{padding:0 20px;color:#fff;background-color:#00a6ec}
.product-entry:hover .entry-content .entry-more a i{color:#fff}
.product-entry .entry-img{position:relative;border-radius:4px}
.product-entry .entry-img::before{content:"";position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(#65646400),color-stop(0%,#586e85));background:-o-linear-gradient(top,#65646400 0%,#586e85 0%);background:linear-gradient(180deg,#65646400 0%,#586e85 0%);opacity:0;visibility:hidden;z-index:2;-webkit-transition:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.35s ease-in-out}
.product-entry .entry-img .entry-img-holder{overflow:hidden}
.product-entry .entry-img .entry-img-holder img{-webkit-transition:-webkit-transform .35s ease-in-out;transition:-webkit-transform .35s ease-in-out;-o-transition:transform .35s ease-in-out;transition:transform .35s ease-in-out;transition:transform .35s ease-in-out,-webkit-transform .35s ease-in-out;width:100%;-webkit-transform:scale3d(1.05,1.05,1);transform:scale3d(1.05,1.05,1);height:265px;-o-object-fit:contain;object-fit:contain}
.product-entry .entry-img a{position:absolute;top:0;left:0;right:0;width:100%;height:100%;background:transparent;z-index:4}
.product-entry .entry-img .entry-date{position:absolute;bottom:0;left:50px;height:65px;padding:0 15px;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#00a6ec;border-radius:4px 4px 0 0;text-align:center;z-index:3}
@media (min-width: 992px) and (max-width: 1199.98px) {
.product-entry .entry-img .entry-date{left:25px}
}
@media screen and (max-width: 991.98px) {
.product-entry .entry-img .entry-date{left:25px;bottom:auto;top:25px}
}
.product-entry .entry-img .entry-date::before{content:"";position:absolute;height:8px;width:8px;bottom:-8px;left:0;background-color:#00a6ec;-webkit-clip-path:polygon(100% 0,0 0,0 100%);clip-path:polygon(100% 0,0 0,0 100%)}
.product-entry .entry-img .entry-date .month{text-transform:uppercase;font-weight:400;font-size:13px;line-height:16px;color:#eef3fa;margin-bottom:6px}
.product-entry .entry-img .entry-date .day{font-weight:400;font-size:26px;line-height:22px;color:#fcfcfc}
.product-entry .entry-content{padding:32px 15px 24px;position:relative;overflow:hidden;border-radius:0 0 4px 4px}
@media (min-width: 992px) and (max-width: 1199.98px) {
.product-entry .entry-content{padding-left:10px;padding-right:10px}
}
@media screen and (max-width: 767.98px) {
.product-entry .entry-content{padding-left:10px;padding-right:10px}
}
@media screen and (max-width: 991.98px) {
.product-entry .entry-content{text-align:center}
}
.product-entry .entry-content::after{content:"";position:absolute;left:15px;bottom:0;width:94px;height:6px;background-color:#2caac1;-webkit-transition:.3s ease-in-out;-o-transition:.3s ease-in-out;transition:.3s ease-in-out}
@media (min-width: 992px) and (max-width: 1199.98px) {
.product-entry .entry-content::after{left:25px}
}
@media screen and (max-width: 991.98px) {
.product-entry .entry-content::after{left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%)}
}
.product-entry .entry-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}
@media screen and (max-width: 991.98px) {
.product-entry .entry-meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
}
.product-entry .entry-meta .entry-category{margin-bottom:0;text-transform:capitalize}
.product-entry .entry-meta .entry-category a{position:relative;color:#c9d642;font-size:13px;font-weight:400;line-height:26px}
.product-entry .entry-meta .entry-category a::after{content:", ";position:relative}
.product-entry .entry-meta .entry-category a:last-of-type::after{content:""}
.product-entry .entry-meta .entry-category a:hover{color:#00a6ec}
.product-entry .entry-meta .divider{width:8px;height:2px;background-color:#cdd6e0;margin:0 10px}
.product-entry .entry-meta .entry-author{text-transform:capitalize}
.product-entry .entry-meta .entry-author p{font-size:13px;font-weight:400;line-height:26px;color:#1e4873;margin-bottom:0}
.product-entry .entry-title{margin-bottom:17px;min-height:70px;text-align:center}
.product-entry .entry-title h4{font-size:16px;font-weight:600;line-height:19px;margin-bottom:0;text-transform:uppercase}
.product-entry .entry-title a{color:#063464}
.product-entry .entry-title a:hover{color:#00a6ec}
.product-entry .entry-bio p{font-size:15px;font-weight:400;line-height:25px;color:#8e949e;margin-bottom:23px}
.product-entry .entry-more a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:auto;padding:0;height:50px;position:relative;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;color:#2caac1}
.product-entry .entry-more a::before{content:unset}
.product-entry .entry-more a i{font-size:10px;margin-left:10px;-webkit-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;color:#2caac1}
.blog-grid{padding:125px 0 100px}
@media screen and (min-width: 992px) {
.blog-grid .product-entry{margin-bottom:30px}
}
@media screen and (max-width: 991.98px) {
.blog-grid{padding:65px 0 70px}
}


/* =========================================================
   PAGINACION
   ========================================================= */
.pagination{display:flex;justify-content:center}
.pagination li a{font-size:15px;padding:8px 15px;font-weight:600;margin:0 2px!important;color:#323232;border-radius:3px;background:#f6f7f8;border:1px solid #e5e5e5;-webkit-transition:all .3s ease-out 0s;-moz-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.pagination > .active > a,.pagination > .active > a:hover{color:#323232}
.pagination > li > a,.pagination > li > span{background:#f6f7f8;border:1px solid #e5e5e5}
.pagination li a:focus,.pagination li a:hover,.pagination li span:focus,.pagination li span:hover{background-color:var(--theme-bs-primary);color:#fff}
.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover{background-color:var(--theme-bs-primary);border-color:var(--theme-bs-primary);color:#fff}
.page-item.active .page-link{background:var(--theme-bs-primary);border-color:var(--theme-bs-primary);padding:8px 15px;border-radius:3px;margin:0 2px}
.page-item:first-child .page-link{padding:8px 15px;border-radius:3px;margin:0 5px 0 0 !important}
.disabled>.page-link,.page-link.disabled{padding:8px 15px;border-radius:3px;margin:0 3px!important}

/*========================
= PRODUCTO (tarjeta/lista)
========================*/
.product .product-icons{color:#606d96;font-size:12px;width:auto;padding:0 5px;position:relative;display:inline-block}
.product .product-icons .icon-circle{color:#606d96;font-size:12px;border-radius:50%;background:#edf1f9;padding-top:3px;height:22px;width:22px;display:inline-block;position:relative}
.product .product-icons i{color:#606d96}
.product .product-price{text-align:left}
.product .product-price del{background:transparent;color:#323232;font-size:13px}
.product .product-price ins{text-decoration:none;color:#1f1f1f;font-size:16px;font-weight:600;background:none}
.middle{vertical-align:middle}
.product .product-image{border-bottom:1px solid #e4e8f3}
.product .product-image .product-overlay{opacity:0;text-align:center;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);z-index:99;margin:0 auto;transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out}
.product:hover .product-image .product-overlay{opacity:1}
.product .product-name{position:absolute;top:10px;left:10px;right:0;width:100%;z-index:2}
.product .tag,.product .tag-type{background:#3f3a3a;color:#fff;font-size:14px;padding:5px 10px;border-radius:5px}
.product .tag-type{background:#11b157;margin-left:10px}
.tag-type .product-detail .product-icons{color:#606d96;font-size:15px;font-weight:600;width:auto;padding:0 5px;position:relative;display:inline-block}
.product .product-des{margin:10px 10px 5px;min-height:50px;text-align:center;font-size:14px;line-height:15px;justify-content:space-between}
.product .product-des strong{font-family:"Oswald",sans-serif;color:#222d34;font-weight:500;text-transform:uppercase}
.product .product-des p{color:#666;margin-top:5px}
.product .availability{vertical-align:middle;color:#768b9e}
.product .availability span{font-size:14px}

/*========================
= PRODUCTO (detalle)
========================*/
.product-detail .product-name{margin-bottom:10px}
.product-detail .product-category{margin-bottom:13px;font-size:23px;line-height:26px;font-weight:200;color:#4d4d4d;text-transform:uppercase}
.product-detail .product-logo svg,.product-detail .product-logo img{max-width:95%;width:auto!important;padding:0;height:40px;object-fit:contain;-o-object-fit:contain;display:block}
.product-detail .entry-title{margin:0 0 1px;word-break:break-word; padding: 5px 8px}
.product-detail .entry-prop{margin-bottom:0;display:inline;float:left;width:auto;font-size:35px;line-height:1.1}
.product-detail .tag,.product-detail .tag-type{background:#3f3a3a;color:#fff;font-size:14px;padding:2px 10px;border-radius:5px;display:inline-block;line-height:22px}
.product-detail .tag-type{background:#11b157;margin-left:10px}
.product-detail .product-icons .icon-circle{color:#606d96;font-size:25px;border-radius:50%;background:#edf1f9;padding-top:10px;height:50px;width:50px;display:inline-block;position:relative}
.product-detail .product-icons i{color:#606d96}
.product-detail .product-ubication{float:left;margin:15px 0;text-align:left;color:#5c727d;font-size:14px}
.product-detail .product-price{text-align:left;padding:20px 0}
.product-detail .product-price del{background:transparent;color:#323232;font-size:13px}
.product-detail .product-price ins{text-decoration:none;color:#11b157;font-size:25px;font-weight:600;background:none}
.product-detail .product-price strong{text-decoration:none;font-weight:600;display:block;padding:0 0 15px}

/*========================
= TOP RATED / SHOP SPLIT
========================*/
.top-rated .product.left .product-title a{font-size:14px;font-weight:500}
.shop-split-content .product-price del{background:transparent;color:#323232}

/*========================
= GALERÍA (ciyastore)
========================*/
.ciyastore-product-gallery{position:relative;border:none;background:#fff;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px}
.ciyastore-product-gallery .ciyastore-product-gallery_buttons_wrapper{position:absolute;right:0;bottom:0;background:#fff;padding:5px;-webkit-border-radius:5px 0 0;-moz-border-radius:5px 0 0;border-radius:5px 0 0}
.ciyastore-product-gallery .ciyastore-product-gallery_buttons_wrapper .ciyastore-product-gallery_button{display:table-cell;padding:3px;vertical-align:top}
.ciyastore-product-gallery .ciyastore-product-gallery_buttons_wrapper .ciyastore-product-gallery_button a{display:inline-block;width:35px;height:35px;line-height:35px;text-align:center;background:#fff;border:1px solid #ddd;color:#323232;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;vertical-align:top}
.ciyastore-product-gallery .ciyastore-product-gallery_buttons_wrapper .ciyastore-product-gallery_button a:hover{background:#323232;color:#fff;border-color:#fff3}
.ciyastore-gallery-style-default .ciyastore-product-gallery{width:80%;position:relative;float:right}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider .slick-arrow{background:#fff;width:25px;height:25px;z-index:10;-webkit-box-shadow:0 0 4px #0003;-moz-box-shadow:0 0 4px #0003;box-shadow:0 0 4px #0003;opacity:0;font-size:0;line-height:35px;border-radius:3px}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider .slick-arrow:before{font-family:"FontAwesome";color:#00a5eb;font-size:12px;opacity:1;line-height:22px}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider .slick-arrow.slick-prev:before{content:"\f053"}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider .slick-arrow.slick-next:before{content:"\f054"}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider:hover .slick-prev{left:5px;opacity:1;background:#fff}
.ciyastore-gallery-style-default .ciyastore-product-gallery .slick-slider:hover .slick-next{right:5px;opacity:1;background:#fff}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails{width:20%;position:relative;float:left;margin-top:10px}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slide{margin:0;margin-right:5px;cursor:pointer}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider .slick-arrow{background:#fff;width:25px;height:25px;z-index:10;-webkit-box-shadow:0 0 4px #0003;-moz-box-shadow:0 0 4px #0003;box-shadow:0 0 4px #0003;opacity:0;font-size:0;line-height:35px;border-radius:3px}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider .slick-arrow:before{font-family:"FontAwesome";color:#00a5eb;font-size:12px;opacity:1;line-height:22px}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider .slick-arrow.slick-prev:before{content:"\f053"}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider .slick-arrow.slick-next:before{content:"\f054"}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider:hover .slick-prev{left:5px;opacity:1;background:#fff}
.ciyastore-gallery-style-default .ciyastore-product-thumbnails .slick-slider:hover .slick-next{right:5px;opacity:1;background:#fff}

/*========================
= SINGLE PRODUCT (cabecera y blocks)
========================*/
.single-product .product_title{font-size:24px;font-weight:600;line-height:36px;word-wrap:break-word}/* OVERRIDE abajo cambia a 30px */
.single-product .product-name .title{font-size:38px;line-height:42px;font-weight:200;margin-bottom:5px;color:#090}
.single-product .product-name .title span{font-weight:400;color:#006b2d}
.single-product .product-name .subtitle{font-size:24px;line-height:27px;font-weight:200;margin-bottom:5px;color:#999}
.single-product .widget{padding:25px 30px 30px;background-color:#fff;border:1px solid #e7e7e7;margin:30px 0;border-radius:5px}
.single-product .product-overview .overview-list{margin-bottom:0}
.single-product .product-overview .overview-list>.rtcl:first-child .field-title{display:none}
.single-product .product-overview .overview-list .field-title h5{font-size:15px;margin-bottom:10px;display:flex;align-items:center;position:relative}
.single-product .product-overview .overview-list .field-title h5::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#e4edeb}
.single-product .product-overview .overview-list .field-title h5 i{margin-right:10px!important;width:35px!important;height:35px!important;font-size:15px!important;background-color:#11b157!important;color:#fff!important;border-radius:4px!important;border:none!important}
.single-product .product-overview .overview-list .field-title h5 span{display:block;flex:1;color:#565656}
.single-product .amenities-group .product-overview .overview-list .field-title h5{margin-right:5px}
.single-product .amenities-group .product-overview .overview-list>div{display:flex;align-items:center}
.single-product .amenities-group .product-overview .overview-list>div div{display:inline-block}
.single-product .amenities-group .product-overview .overview-list .field-title h5::after{content:none}
.single-product .amenities-group .product-overview .overview-list li i{display:none}
.single-product .amenities-group .product-overview .overview-list>div div:last-child{flex-grow:1}
.single-product .amenities-group .product-overview .overview-list .rtcl-field-select li{flex:0 0 100%}
.single-product .product-overview .overview-list ul{display:flex;flex-wrap:wrap;font-size:14px;color:#878c9f}
.single-product .product-overview .overview-list>div{margin-bottom:15px}
.single-product .product-overview .overview-list>div:last-child{margin-bottom:0}
.single-product .amenities-group .product-overview .overview-list{display:flex;flex-wrap:wrap;margin-left:-15px}
.single-product .amenities-group .product-overview .overview-list>div{flex:calc(50% - 15px);margin-left:15px}
@media (max-width:767px){.single-product .amenities-group .product-overview .overview-list>div{flex:calc(100% - 15px)}}
.single-product .amenities-group .product-overview .overview-list>div[class*="checkbox"]{flex:calc(100% - 15px);order:100;flex-wrap:wrap;flex-direction:column;align-items:baseline}
.single-product .amenities-group .product-overview .overview-list>div[class*="checkbox"] ul{margin-left:50px}
.single-product .amenities-group .product-overview .overview-list>div[class*="checkbox"] ul li{flex:inherit;margin-right:5px}
.single-product .amenities-group .product-overview .overview-list>div[class*="checkbox"] ul li i{display:inline-block}
.single-product .amenities-group .rtcl-single-listing-details .widget.details-wrapper{display:none}
.single-product .product-overview .overview-list li{margin-bottom:8px;flex:0 0 33.333%}
.single-product .product-overview .overview-list li i{color:#11b157;margin-right:6px;font-size:16px}
@media (max-width:767px){.single-product .product-overview .overview-list li{flex:0 0 50%}}
.single-product .product-overview .overview-list li .cfp-label{color:#444;min-width:130px;display:inline-block}
.single-product .product-overview .overview-list li .cfp-value{color:#444!important}
.single-product .button.spaces-button{font-size:36px;padding:2px 22px;border-radius:13px}
.single-product .product-characteristic{padding:0 25px;margin:30px 0 15px;border:none}
.single-product .product-characteristic .heading-title{font-size:19px;line-height:22px;font-weight:200;color:#4d4d4d;padding-bottom:5px}
.single-product .product-characteristic .cfp-value{font-size:19px;line-height:22px;font-weight:200;padding:0 0 5px 25px;color:#7a7a7a}
.single-product .product-description{padding:5px 0 0;border:none;border-top:1px solid #ccc;border-radius:0}
.single-product .border-0{padding:5px 0 0;border:none;border-radius:0}
.single-product .product-description .item-heading .heading-title{margin-bottom:15px;color:gray;font-size:18px;font-weight:200}
.single-product .product-description p{margin-bottom:0;font-size:15px;line-height:18px;font-weight:200;color:#999;text-align:justify}
.single-product .product-overview{padding-bottom:10px}
.single-product .product-overview .item-heading .heading-title{margin-bottom:10px}
.single-product .product-amenities{padding:0!important;margin:0;border:none}
.single-product .product-amenities .item-heading .heading-title{margin-bottom:15px}
.single-product .product-details .amenities-list,.single-product .product-amenities .amenities-list{display:flex;flex-wrap:wrap}
.single-product .product-amenities .amenities-list li{position:relative;margin-top:10px;margin-bottom:27px;width:25%}
.single-product .product-amenities .amenities-list li.is-check-box{flex-basis:100%;max-width:100%}
.single-product .product-amenities .amenities-list li:last-child{flex-grow:1}
@media (max-width:1200px){.single-product .product-amenities .amenities-list li{width:33.333%}}
@media (max-width:767px){.single-product .product-amenities .amenities-list li{width:100%}}
.single-product .product-amenities .amenities-list li .amenities-icon{float:left;margin-right:15px;font-size:20px;width:50px;height:50px;box-shadow:0 4px 18px 0 #bcc0ca42;background:#dff1e7;display:flex;align-items:center;justify-content:center;color:#11b157;transition:.3s;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}
.single-product .product-overview .overview-list .field-title h5 i,.single-product .product-amenities .amenities-list li .amenities-icon i,.single-product .product-amenities .amenities-list li .amenities-icon .svg-inline--fa{font-size:20px;color:#11b157}
.single-product .product-amenities .amenities-list li:hover .amenities-icon{background:#11b157}
.single-product .product-overview .overview-list .field-title h5:hover i,.single-product .product-amenities .amenities-list li:hover .amenities-icon i,.single-product .product-amenities .amenities-list li:hover .amenities-icon .svg-inline--fa{color:#fff}
.single-product .product-overview .overview-list .field-title h5 i::before,.single-product .product-amenities .amenities-list li .amenities-icon i::before{margin:0}
.single-product .product-amenities ul{list-style:outside none none;margin:0;padding:0}
.single-product .product-amenities{padding:0!important;margin:0;border:none}/* DUP */
.single-product .product-amenities .item-heading .heading-title{margin-bottom:15px}/* DUP */
.single-product .product-details .amenities-list,.single-product .product-amenities .amenities-list{display:flex;flex-wrap:wrap}/* DUP */
.single-product .product-amenities .amenities-list li{position:relative;margin-top:10px;margin-bottom:27px;width:25%}/* DUP */
.single-product .product-amenities .amenities-list li.is-check-box{flex-basis:100%;max-width:100%}/* DUP */
.single-product .product-amenities .amenities-list li:last-child{flex-grow:1}/* DUP */
@media (max-width:1200px){.single-product .product-amenities .amenities-list li{width:33.333%}}/* DUP */
@media (max-width:767px){.single-product .product-amenities .amenities-list li{width:100%}}/* DUP */
.single-product .product-amenities .amenities-list li .amenities-icon{float:left;margin-right:15px}/* DUP (línea igual abajo) */
.single-product .product-overview .overview-list .field-title h5 i,.single-product .product-amenities .amenities-list li .amenities-icon i{font-size:20px;width:50px;height:50px;border:1px solid #e8e9f1;border-radius:4px;background-color:#fff;box-shadow:0 4px 18px 0 #bcc0ca42;display:flex;align-items:center;justify-content:center;margin:0;color:#11b157;transition:.3s}
.single-product .product-overview .overview-list .field-title h5:hover i,.single-product .product-amenities .amenities-list li:hover .amenities-icon i{background-color:var(--rt-primary-dark);color:#fff;border-color:var(--rt-primary-dark)}
.single-product .product-overview .overview-list .field-title h5 i::before,.single-product .product-amenities .amenities-list li .amenities-icon i::before{margin:0}/* DUP */
.single-product .product-amenities .amenities-list li .amenities-content{overflow:hidden}
.single-product .product-amenities .amenities-list li .amenities-content .heading-title{font-size:14px;color:#212121;margin:0;line-height:1.4;margin-top:2px;font-weight:600}
.single-product .product-amenities .amenities-list li .amenities-content .cfp-value{color:#878c9f;font-size:14px;line-height:2;display:flex;flex-wrap:wrap;align-items:center;text-align:left;justify-content:flex-start}
.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item{display:inline-flex;position:relative;line-height:1;margin-right:12px;flex-basis:30%;margin-top:15px}
@media (max-width:991px){.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item{flex-basis:48%}}
@media (max-width:600px){.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item{flex-basis:98%}}
.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item::before{content:"\f058";margin-right:5px;display:inline-block;color:#11b157;font-family:"Font Awesome 5 Free";font-weight:900}
.single-product .product-amenities .amenities-list li.rtcl-field-checkbox{display:none}
.single-product .product-details .amenities-list li{width:50%;position:relative;background:var(--rt-primary-light3);line-height:40px;padding-left:10px;margin:3px 0}
.single-product .product-details .amenities-list li:last-child{flex-grow:1}
.single-product .product-cf-information,.single-product .product-details .amenities-list li .heading-title,.single-product .product-details .amenities-list li .cfp-value{font-size:14px;color:#878c9f}
.single-product .product-cf-information ul li .cfp-label,.single-product .product-details .amenities-list li .heading-title{color:#212121;font-weight:500;min-width:140px;display:inline-block;margin-right:10px}
.single-product .product-cf-information ul li .cfp-label i{margin-right:8px}
.single-product .product-cf-information ul li{padding:9px 10px;border:none;margin-top:1px;line-height:23px;display:flex}
.single-product .product-cf-information ul li:nth-child(even){background-color:var(--rt-primary-light3,#eaf7f4)}
.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:8px}
@media (min-width:768px) and (max-width:1235px){.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value{grid-template-columns:1fr 1fr}}
@media (max-width:767px){.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value{grid-template-columns:1fr}}
@media (max-width:400px){.single-product .product-cf-information ul li{flex-direction:column}.single-product .product-cf-information ul li .cfp-value{padding-left:24px;padding-top:5px}}
.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value i,.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value svg{margin-right:4px;color:#11b157}
.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child{padding-left:0;margin-bottom:8px}
.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child .cfp-value i{font-size:16px}
.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child .cfp-label{display:none}
@media (max-width:767px){
.single-product .product-details .amenities-list li{width:100%}
.single-product .product-details .amenities-list li:nth-child(odd){background:#fff}
.single-product .product-amenities .amenities-list li .amenities-icon i{width:40px;height:40px;font-size:16px}
.single-product .product-amenities .amenities-list li .amenities-icon{margin-right:10px}
.single-product .product-amenities .amenities-list li .amenities-content .heading-title{margin:0;line-height:1}
.single-product .product-amenities .amenities-list li{margin-bottom:15px}
}
.single-product .feature-text.gray-icon .feature-icon span,.single-product .feature-text.gray-icon .feature-icon i{color:#323232;background:#f6f7f8;padding-left:0}
.single-product .feature-text.round .feature-icon span,.single-product .feature-text.round .feature-icon i{width:70px;height:70px;line-height:70px;display:inline-block;font-size:26px;border-radius:50%;padding-left:0}
.single-product .feature-text.round .feature-icon{width:50px;height:50px;line-height:50px;display:inline-block;font-size:26px;border-radius:50%;padding-left:0;background:#dff1e7}
.single-product .feature-text.round .feature-icon:hover{background:#11b157;color:#fff;border-color:#11b157}
.single-product .feature-text.round .feature-icon:hover i,.single-product .feature-text.round .feature-icon:hover svg,.single-product .feature-text.round .feature-icon:hover .svg-inline--fa{color:#fff}
.single-product .feature-text.round .feature-icon i,.single-product .feature-text.round .feature-icon svg,.single-product .feature-text.round .feature-icon .svg-inline--fa{line-height:23px;fill:#fff;color:#11b157;font-size:18px}
.single-product .product-rating{margin-bottom:20px}
.single-product .product-rating .star-rating{float:left;margin-right:10px}
.single-product .product-rating .star-rating .fa-star{color:#ffbe00}
.single-product .product-rating .review-link{color:#969696;font-size:13px;line-height:18px}
.single-product .price{color:var(--theme-bs-secondary); font-size:20px;line-height:32px;font-weight:600}
.single-product .price:hover {  box-shadow:none; }
.single-product .product-details__short-description{padding-bottom:20px;max-height:inherit}
.single-product .product-size-guide{margin-bottom:20px}
.single-product .product-size-guide .open-product-size-guide{background:#fff;border:1px solid #e8e8e8;color:#969696;font-size:12px;text-transform:uppercase;padding:5px 15px 5px 12px;display:inline-block;position:relative;border-radius:3px}
.single-product .product-size-guide .open-product-size-guide:before{content:"";background:url(../images/shop/size-icon.png);width:23px;height:16px;display:inline-block;position:relative;top:3px;margin-right:7px}
.single-product .product-size-guide .open-product-size-guide:hover{background:#fbfbfb}
.single-product .product-quantity{display:inline-block;vertical-align:middle;margin-right:10px}
.single-product .cart{margin-bottom:0;display:inline-block;vertical-align:middle;padding-bottom:0}
.single-product .cart .quantity{position:relative;padding:0 24px;display:inline-block;float:left;margin:0 10px 0 0}
.single-product .cart .quantity .qty{text-align:center}
.single-product .cart .quantity input{width:50px!important;height:45px;line-height:1.65;float:left;display:block;padding:0 10px;margin:0;font-size:16px;color:#969696;border:1px solid #e6e6e6;background:#f8f8f8}
.single-product .cart .quantity .quantity-button{position:relative;cursor:pointer;background:#fff;border:1px solid #e6e6e6;width:20px;text-align:center;color:#969696;font-size:20px;font-family:"Trebuchet MS",Helvetica,sans-serif!important;line-height:45px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}
.single-product .cart .quantity .quantity-button.quantity-up{position:absolute;width:26px;height:100%;right:0;top:0}
.single-product .cart .quantity .quantity-button.quantity-down{position:absolute;width:26px;height:100%;left:0;top:0}
.single-product .cart .button{padding:10px 20px;font-size:13px;letter-spacing:1px;border:0;font-weight:500;line-height:26px;border-radius:1.375rem;background:var(--theme-bs-primary);color:#fff;text-transform:uppercase;display:inline-block}
.single-product .cart .button:before{content:"\f217";font-family:FontAwesome;font-size:16px;padding-right:15px}
.single-product .cart .button:hover{background:#323232}
.single-product .product-summary-actions{margin-bottom:25px;margin-top:25px;border-bottom:1px solid #d3ced2;padding-bottom:15px;display:inline-block;width:100%}
.single-product .product-summary-actions .add-to-wishlist{float:left;margin:0 20px 0 0;position:relative}
.single-product .product-summary-actions .add-to-wishlist a{color:#323232;line-height:30px;font-size:15px}
.single-product .product-summary-actions .add-to-wishlist a:before{content:"\f08a";position:relative;left:0;top:0;font-family:FontAwesome;font-size:16px;padding-right:7px;color:#00a5eb}
.single-product .product-summary-actions .add-to-wishlist a:hover{color:#00a5eb}
.single-product .product-summary-actions .compare{background:0 0;font-size:15px;color:#323232;padding:0;line-height:30px;text-transform:capitalize;margin-right:20px}
.single-product .product-summary-actions .compare:before{content:"\f066";position:relative;left:0;top:0;font-family:FontAwesome;font-size:16px;padding-right:7px;color:#00a5eb}
.single-product .product-summary-actions .compare:hover{color:#00a5eb}
.single-product .product_meta{margin-bottom:25px}
.single-product .product_meta>span{display:block;font-size:15px;margin:8px 0;color:#969696}
.single-product .product_meta>span label{padding-right:5px;margin-bottom:0;color:#323232;font-weight:600}
.single-product .product_meta>span a{color:#969696}
.single-product .product_meta>span a:hover{color:#00a5eb}
.single-product .social-profiles{display:inline-block;width:100%;padding:10px 0;border-top:1px solid #d3ced2;border-bottom:1px solid #d3ced2;position:relative;padding-left:60px}
.single-product .social-profiles .share-label{float:left;margin-top:3px;color:#323232;font-weight:600;font-size:15px;position:absolute;left:0;top:10px}
.single-product .social-profiles ul{padding:0;margin:0}
.single-product .social-profiles ul li{display:inline-block;margin-right:2px;margin-bottom:0;float:left}
.single-product .social-profiles ul li a{display:inline-block;width:30px;height:30px;border:0;text-align:center;line-height:30px;background:0 0;border-radius:3px;color:#00a5eb}
.single-product .social-profiles ul li a:hover{background:#00a5eb;color:#fff}
.single-product .sidebar>.widget{border:1px solid #ececec;padding:18px;margin-bottom:20px}
.single-product .sidebar .pgs_brand_filters .block-content{text-align:center}
.single-product .sidebar .pgs_brand_filters .block-content h5{margin-bottom:20px}
.single-product .sidebar .pgs_brand_filters .brand-products{padding:6px 20px;background:#323232;color:#fff;font-size:13px;display:block;margin-bottom:8px}
.single-product .sidebar .pgs_brand_filters .brand-products:hover{background:#00a5eb}
.single-product .sidebar .pgs_qr_code{position:relative;border:2px dashed #ddd}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup{padding:15px 15px 0}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link{text-decoration:none;background-image:url(../images/shop/qr_code-bg.png);background-position:right center;background-size:auto;display:block;background-repeat:no-repeat;height:auto;min-height:72px}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-popup-link-inner{width:calc(100% - 75px);text-align:left}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-label{font-size:16px;font-weight:600}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-desc{color:#969696;font-size:13px;line-height:19px}
.single-product .sidebar .pgs_qr_code .pgs-qrcode-style-popup .pgs-qrcode-popup-link .pgs-qrcode-desc p{margin-bottom:0}
.single-product .sidebar .widget_media_image{background:0 0;border:none;padding:0}

/*========================
= LISTADOS / WIDGETS
========================*/
.product_list_widget{list-style:none outside;padding:0;margin:0}
.product_list_widget li{list-style:none;padding:10px 0;margin:0}
.product_list_widget li a{line-height:18px!important;font-weight:500;color:#323232!important;font-size:13px;display:block!important}
.product_list_widget li a:hover{color:#00a5eb!important}
.product_list_widget li img{height:auto;box-shadow:none;float:left;margin-right:15px;margin-left:0;width:60px}
.product_list_widget li .price_code{color:#00a5eb;font-weight:600;font-size:14px;margin-right:5px}
.request-box .form-control{background:#fff;border-color:#0000000d;vertical-align:top}
.request-box .form-control:focus{border-color:#00a5eb}
.request-box .btn{display:block;width:100%;background:#323232;box-shadow:none}
.request-box .btn:hover{background:#00a5eb}
.widget_product_tag_cloud .tagcloud a{background:0 0;color:#969696;margin-bottom:8px;margin-right:4px;display:inline-block;border:1px solid #f2f2f2;line-height:28px;padding:0 12px;font-size:12px!important;text-transform:uppercase;border-radius:2px}
.widget_product_tag_cloud .tagcloud a:hover{color:#fff;border-color:#00a5eb;background:#00a5eb}

/*========================
= STICKY BTN / NAV PRODUCTO
========================*/
.ciyastore-sticky-btn{position:fixed;left:0;bottom:0;z-index:9;width:100%;background:#fff;padding:25px 0;-webkit-box-shadow:0 -3px 13px #0000001a;-moz-box-shadow:0 -3px 13px #0000001a;box-shadow:0 -3px 13px #0000001a;-webkit-transition:all .25s ease-out 0s;-moz-transition:all .25s ease-out 0s;transition:all .25s ease-out 0s;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);transform:translateY(100%)}
.ciyastore-sticky-btn.sticky{-webkit-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0)}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content{float:left;display:table}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .ciyastore-sticky-btn-thumbnail{display:table-cell}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .ciyastore-sticky-btn-thumbnail img{width:45px}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .ciyastore-sticky-btn-info{display:table-cell;padding-left:15px;vertical-align:middle}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .product-title{margin-bottom:0;display:block;width:400px;font-size:14px;line-height:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .star-rating{float:none;margin:0;margin-top:5px}
.ciyastore-sticky-btn .ciyastore-sticky-btn-content .star-rating .fa-star{color:#ffbe00}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart{float:right;display:table}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button{width:75px;margin-top:7px;margin-right:10px}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button>div{display:inline-block;vertical-align:middle}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button .product-action-wishlist a{display:inline-block;background:0 0;font-size:0;padding:0;width:35px;height:35px;text-align:center;line-height:35px}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button .product-action-wishlist a:before{content:"\f08a";position:relative;left:0;top:0;font-family:FontAwesome;font-size:16px;color:#323232}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button .product-action-compare a{display:inline-block;background:0 0;font-size:0;padding:0;width:35px;height:35px;text-align:center;line-height:35px}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .wishlist-compare-button .product-action-compare a:before{content:"\f066";position:relative;left:0;top:0;font-family:FontAwesome;font-size:16px;color:#323232}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price{font-size:18px;line-height:26px;padding-right:10px;display:table-cell;vertical-align:middle}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price .amount-single{padding-top:16px;display:block;width:100%}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price ins{background:none;color:var(--theme-bs-price-ins)}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price del{display:block;line-height:1;font-weight:600;color:#b8b8b8;font-size:16px;background:none}
.product-nav-btn{position:fixed;bottom:125px;right:35px;z-index:9;box-shadow:none}
.product-nav-btn .product-nav-arrow{position:absolute;left:14px;top:18px;opacity:0;color:#969696}
.product-nav-btn .product-nav-arrow:before{content:attr(data-title);color:#fff}
.product-nav-btn .product-nav-arrow i{display:none}
.product-nav-btn .product-nav-image{width:60px;height:60px;border-radius:50px;box-shadow:0 5px 25px #00000026;overflow:hidden;background:#fff}
.product-nav-btn .product-nav-image img{opacity:1;-webkit-transition:all .5s ease-out 0s;-moz-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s}
.product-nav-btn .product-nav-content{position:absolute;top:8px;width:180px;text-align:right;opacity:0;-webkit-transition:all .5s ease-out 0s;-moz-transition:all .5s ease-out 0s;transition:all .5s ease-out 0s;visibility:hidden}
.product-nav-btn .product-nav-content .product-nav-content-price .price{font-size:14px;font-weight:400;line-height:24px}
.product-nav-btn .product-nav-content .product_nav_title{font-size:14px;color:#323232;font-weight:400;line-height:22px;margin-bottom:6px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.product-nav-btn .product-nav-content .product-nav-content-rating{display:none}
.product-nav-btn .product-nav-content .product-nav-content-price del{color:#323232}
.product-nav-btn .product-nav-content .product-nav-content-price ins{background:0 0;color:#00a5eb}
.product-nav-btn.product-nav-btn-next .product-nav-content{right:95px}
.product-nav-btn:hover .product-nav-image{background:#323232}
.product-nav-btn:hover .product-nav-image img{opacity:0}
.product-nav-btn:hover .product-nav-arrow{opacity:1;background:0 0!important}
.product-nav-btn:hover .product-nav-content{right:75px;opacity:1;visibility:visible}

/*========================
= TABS / CONTENIDO
========================*/
.product-content-bottom{margin-top:40px}
.product-content-bottom .nav-tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;position:relative}
.product-content-bottom .nav-tabs li{margin-right:5px}
.product-content-bottom .nav-tabs li a{position:relative;border:1px solid #d3ced2;line-height:30px;border-radius:0;margin:0;font-size:15px;font-weight:400;color:#323232;padding:12px 22px}
.product-content-bottom .nav-tabs li a:before{content:"";width:20%;height:3px;background:#00a5eb;top:-1px;left:30%;box-shadow:none;border:none;border-radius:0;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;opacity:0;position:absolute;width:3px;height:3px}
.product-content-bottom .nav-tabs li a:hover{border:1px solid #d3ced2}
.product-content-bottom .nav-tabs li a:hover:before{width:100%;left:0;opacity:1;box-shadow:none;background:#00a5eb}
.product-content-bottom .nav-tabs li a.active{background:#fff;z-index:2;border-bottom-color:#fff;color:#00a5eb}
.product-content-bottom .nav-tabs li a.active:before{width:100%;left:0;opacity:1;box-shadow:none;background:#00a5eb}
.product-content-bottom .tab-content{margin-bottom:35px}
.product-content-bottom .tab-content .tab-pane h2{font-size:18px;font-weight:500;margin-bottom:20px}
.products.related h2{font-size:26px;margin-bottom:20px;font-weight:600}

/*========================
= CARRITO / TOTALES
========================*/
.cart-table td.actions .button{background:var(--theme-bs-primary)}
.cart_totals .proceed-to-checkout a.button, .cart_totals .continue-shopping a.button{padding:10px 20px;font-size:13px;letter-spacing:1px;border:0;font-weight:500;line-height:26px;border-radius:1.375rem;background:var(--theme-bs-primary);color:#fff;text-transform:uppercase;display:inline-block}
.cart_totals .continue-shopping a.button{background:#6c757d;color:#fff;}


@media only screen and (max-width:767px){
.cart_totals .proceed-to-checkout a.button{position:fixed;bottom:0;width:50%;float:right;right:0;z-index:1000;font-size:14px;padding:10px 20px;border-radius:0}
.cart_totals .continue-shopping a.button{position:fixed;bottom:0;width:50%;left:0;z-index:1000;font-size:14px;padding:10px 20px;border-radius:0}
}
.cart_totals .proceed-to-checkout a.button:hover{background:var(--theme-bs-primary-hover)}
.cart_totals .continue-shopping a.button:hover{background:#5c636a}

.cart_totals .shop_table .order-total td{font-size:22px;font-weight:600;color:var(--theme-bs-secondary)}
.out-of-stock span,p.out-of-stock{color:#dc3545;font-weight:600}
.in-stock span,p.in-stock{color:#198754;font-weight:600}
.md-number-input.number-input{width:118px}




/*========================
= Products Cart Page
========================*/
table.shop_table{border:1px solid #e8e8e8;border-radius:0}
table.shop_table thead th{background:none;border:none;padding:15px 10px;font-size:16px}
table.shop_table td{border:none;border-top:1px solid #e8e8e8;padding:15px 10px}
table.wishlist_table tbody td .cs-wcwl-row-label{display:none}
table.shop_table td .variation dt,table.shop_table td .variation dd{font-size:13px;line-height:22px;color:#323232}
table.shop_table td .variation dt{padding-right:5px}
table.shop_table .product-remove{text-align:center;width:50px}
table.shop_table .remove{display:inline-block;font-size:0;color:#969696!important}
table.shop_table .remove:hover{background:none}
table.shop_table .cs-remove-wishlist{font-size:16px;cursor:pointer}
table.shop_table .remove:before{content:"\f2ed";position:relative;left:0;top:0;font-family:'Font Awesome 5 Free';font-weight:900;font-size:16px}
table.shop_table .product-thumbnail img{width:70px}
table.shop_table .product-name a{color:#969696;word-wrap:break-word}
table.shop_table .product-name a:hover{color:#00a5eb}
table.shop_table .product-subtotal > span{color:#00a5eb;font-weight:600; text-align: right;}
table.cart td.actions .coupon{float:left}

/*========================
= LISTA DE PRODUCTOS
========================*/
.products .availability{vertical-align:middle;color:#768b9e}
.products .availability span{font-size:14px}
.products .product-thumbnail-inner img{border:1px solid #e5e5e5}
.products .product-info .product-name{min-height:80px}
.products .product-info .product-name a{font-size:14px;font-weight:600;line-height:22px;color:var(--theme-bs-product-name)}
.products .product-info .product-name a:hover,.products .product-info .product-name a:focus{color:var(--theme-bs-product-name-hover)}
.products .product-info .ciyastore-product-category,.products .product-info .ciyastore-product-category a{font-size:12px;color:var(--theme-bs-brand);line-height:14px;font-weight:400;text-transform:uppercase}
.products .price,.products .product .price{color:var(--theme-bs-price);font-weight:600;font-size:18px;line-height:20px;margin-bottom:15px}
.products .price .amount-single,.product .price .amount-single{padding-top:16px;display:block;width:100%;text-align:center}
.products .price del,.products .product .price del{color:var(--theme-bs-price-del);display:block;width:100%;line-height:1;font-weight:500;font-size:14px;line-height:18px;background:none;text-align:center}
.products .price ins,.products .product .price ins{color:var(--theme-bs-price-ins);font-weight:500;width:100%;display:block;text-align:center;background:none;text-decoration:none}
.products .product-code .sku_wrapper strong,.product .product-code .sku_wrapper strong,.products .product-code .sku_wrapper,.product .product-code .sku_wrapper{font-family:"Roboto";font-size:13px;font-weight:400;color:#000}
.products .product-code .sku_wrapper strong,.product .product-code .sku_wrapper strong{font-weight:600;color:#000}
.products .product-inner .stock{display:inline-block;background:#61d008cc;font-size:12px;line-height:22px;color:#fff;padding:0 7px;position:relative;left:0;bottom:0;margin:0}
.products .product-inner .out-of-stock{min-width:auto}
.products .product-hover-style-standard-quick-shop .product-action-add-to-cart a{position:relative;background:var(--theme-bs-primary);border-radius:1.375rem;line-height:38px;padding:0 18px;font-weight:600;font-size:14px}
.products .product-hover-style-standard-quick-shop:hover .product-inner{position:relative;z-index:9}
.products .product-hover-style-standard-quick-shop .content-hover-block{position:absolute;top:-15px;left:-15px;right:-15px;bottom:0;z-index:8;visibility:hidden;opacity:0;background-color:#fff;-webkit-transform:scale(.98);transform:scale(.98);-webkit-box-shadow:0 0 10px #00000026;box-shadow:0 0 10px #00000026}
.products .product-hover-style-standard-quick-shop:hover .content-hover-block{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity .25s ease-in-out;-moz-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}
.products .product-hover-style-standard-quick-shop .product-thumbnail{z-index:8}
.products .product-hover-style-standard-quick-shop .product-info,.products .product-hover-style-standard-quick-shop .product-actions{z-index:11;position:relative}
.products .product-hover-style-standard-quick-shop .product-info{padding-bottom:15px}

/*========================
= SINGLE (2da parte / overrides)
========================*/
.single-product .product_title{font-size:24px;font-weight:600;line-height:30px;word-wrap:break-word}/* OVERRIDE de 36px arriba */
.single-product .product_description p{color:#626060;font-size:16px;line-height:1.563em;font-weight:400;letter-spacing:-.01em}
.single-product .product_meta>span label,.single-product .product_section>span label{padding-right:5px;margin-bottom:0;color:#323232;font-weight:600;}
.single-product .product_meta>span,.single-product .product_section>span {display: block;}

.single-product .product-actions .amount-single{padding-top:16px;display:block;width:100%}
.single-product .product-actions .price{font-size:1.875em;width:100%;margin-bottom:1em}
.single-product .product-actions .price ins{color:var(--theme-bs-price-ins);background:none}
.single-product .product-actions .price del{display:block;line-height:1;font-weight:600;color:#b8b8b8;font-size:16px;background:none}
.single-product .product_meta{border-top:1px solid #d3ced2}
.single-product .product_section{padding-top:5px;padding-bottom:5px}
.single-product .line_top{border-top:1px solid #d3ced2}
.single-product .line_bottom{border-top:1px solid #d3ced2}
.single-product .cart .button{padding:10px 20px;font-size:13px;letter-spacing:1px;border:0;font-weight:500;line-height:26px;border-radius:1.375rem;background:var(--theme-bs-primary);color:#fff;text-transform:uppercase;display:inline-block}/* DUP de estilo botón */
.single-product .brand{display:table-cell;margin-right:1.5em}
.single-product .imgBrands{width:100%;height:80px;object-fit:contain;-o-object-fit:contain;display:block}
.single-product .brand+.availability{padding-left:15px}
.single-product .availability{display:table-cell;vertical-align:middle;color:#768b9e; padding: 10px 0 10px}
.single-product .availability span{font-weight:700}
.single-product .availability p.stock{display:inline}
.single-product p.stock{display:none}
.single-product .action-box{background:#fff;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;padding:20px;width:100%}
.single-product .action-box .action-box-text{padding-right:10px}
.single-product .action-box-button a.about-btn{width:100%}
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price{font-size:18px;line-height:26px;padding-right:10px;display:table-cell;vertical-align:middle}/* DUP (idéntica a la de arriba) */
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price .amount-single{padding-top:16px;display:block;width:100%}/* DUP */
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price ins{background:none;color:var(--theme-bs-price-ins)}/* DUP */
.ciyastore-sticky-btn .ciyastore-sticky-btn-cart .price del{display:block;line-height:1;font-weight:600;color:#b8b8b8;font-size:16px;background:none} /* DUP */



/*========================
= ORDER
========================*/
.checkout-review-order .place-order .terms-and-conditions-wrapper .instructions-text{margin:0 30px 30px}
.checkout-review-order .place-order .terms-and-conditions-wrapper .instructions-text h3{margin:15px 0 10px; font-size: 16px;}
.checkout-review-order .place-order .terms-and-conditions-wrapper .instructions-text p{margin:0 0 0}


.checkout-review-order .payment_method_card img{max-height:52px;vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}
.checkout-review-order .payment_method_card .about_paypal{float:right;font-size:.83em;line-height:30px;padding-left:5px}

