:root {
    --dagoway-bg-color: #4A5043;
    --outdoor-bg-color: #ea3a2d;
    --convenio-bg-color: #1658a6;
}

/*
 * General
 */
b, strong {
    font-weight: bold;
}

.special-title-alt {
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
}

.text-line-through {
    text-decoration: line-through;
}

.main-footer .widget-content {
    margin-bottom: 40px;
}

.thm-btn-sales {
    background-color: #da261c;
    border: 2px solid #da261c;
    margin-left: 5px;
}

.thm-btn-sales:hover {
    border: 2px solid #da261c;
    color: #da261c;
}

.ul-custom-text li {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 26px;
    font-weight: 400;
    padding: 5px;
    margin-left: 20px;    
    list-style-type: initial;
}

.ul-custom-text.with-number li {
    list-style-type: auto;
}

.no-radius {
    border-radius: 0;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bg-dagoway {
    background-color: var(--dagoway-bg-color);
}

.bg-outdoor {
    background-color: var(--outdoor-bg-color);
}

.bg-convenio {
    background-color: var(--convenio-bg-color);
}

.grecaptcha-badge {
    display: none !important;
}

/** 
 * Header
 */
.top-bar {
    margin-top: 0px;
}

.top-bar .clearfix {
    border-bottom: none;
}

.top-bar .form-group {
    margin-bottom: 10px;
    position: relative;
    max-width: 300px;
}

#form-search-product-nav input {
    width: 100%;
    border-radius: 5px;
    background-color: transparent;
    padding: 5px 30px 5px 5px;
}

#form-search-product-nav input:focus {
    color: #fff;
    background-color: transparent;    
}
  
#form-search-product-nav .search-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 15px;
    transition: 500ms;
    font-family: 'FontAwesome';
}

@media screen and (max-width: 768px) {
    #form-search-product-nav .search-icon {
		font-size: 18px;
    	top: 20px;
    	right: 20px;
	}
}

#form-search-product-nav .search-icon:hover {
    color: #ddd;
    cursor: pointer;
}

.top-bar .btn-link-nav {
    line-height: 16px;
    padding: 10px 12px;
    border-radius: 5px;
}

.nav_side_content {
    margin-top: 10px;
}

/*.menuzord-menu li .indicator {
    display: none;
}*/

/*
 * Base-index
 */
.sec-padd-top-index {
    padding-top: 0 !important;
}

.urgent-cause .item .content a.featured-title-product {
    /*height: 55px;*/
    overflow: hidden;
}

.urgent-cause .item .content .text {
    height: 80px !important;
    overflow: hidden;
    margin-bottom: 10px;
}

.urgent-cause .img-box {
    border: 1px solid #f4f4f4 !important;
}

.urgent-cause .content h4 {
    text-transform: uppercase;
}

.categories-cause {
	display: grid;
	grid-gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
	box-sizing: border-box;
}
  
.categories-cause .item {
    display: flex;    
    min-height: 300px;
    position: relative;
    background-size: cover;
    font-size: 1rem;
    font-weight: 500;
}

.categories-cause .item.custom {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: none;
}

.categories-cause .item .category-title {
    width: 100%;
    height: 100%;
    display: inherit;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    z-index: 5;
}

.bg-overlay.bg-overlay-categories {
    background-color: rgb(0 9 18 / 75%);
    z-index: 1;
}

.sec-portals .sec-portals-item {
    background-size: cover; 
    background-repeat: no-repeat;
    min-height: 380px;
}

.sec-portals .sec-portals-item:hover {
    cursor: pointer;
}

@media (max-width: 992px) {
    .categories-cause {  
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-cause .item {
        min-height: 250px;
    }

    .categories-cause .item .category-title {
        font-size: 1rem;
        text-align: center;
    }

    .sec-portals .sec-portals-item {        
        min-height: 200px;
        background-position: center;
    }
}   

.checkbox-modal label {
    margin-top: 20px !important;
    padding-left: 20% !important;
}

/*
 * Base
 */
div[data-notify="container"] {
    z-index: 99999999 !important;
}

/*.img-featured-product-index {
    height: 210px;
}*/

.boxed_wrapper {
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boxed_wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1000;
    top: 0;
    position: fixed;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    /*background: #00272B;*/
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper .menu-toggle {
    position: absolute;
    right: 10px;
    z-index: 10;
}

.boxed_wrapper.toggled .page-content {
    opacity: 0.2;
}

.boxed_wrapper.toggled #sidebar-wrapper {
    width: 300px;
    padding: 20px 15px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

.boxed_wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: -300px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 768px) {
    .boxed_wrapper {
        padding-left: 0;
    }
      
    .boxed_wrapper.toggled {
        padding-left: 300px;
    }
      
    #sidebar-wrapper {
        width: 0;
    }
  
    .boxed_wrapper.toggled #sidebar-wrapper {
        width: 300px;
    }
  
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
  
    .boxed_wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-left: 0;
    }
}

ul.list li a.active {
    font-weight: bold;
}

ul.sublist { 
    display: none;
    border-bottom: 0px;
    margin-left: 15px;
    margin-bottom: 10px !important;
}

ul.sublist.show { 
    display: block;    
}

ul.sublist li:first-child {
    margin-top: 15px !important;
}

ul.sublist li {
    border-bottom: none !important;
    position: relative;
}

.sec-padd-alt {
    padding-top: 20px !important;
    padding-bottom: 60px !important;
}

.single-shop-item .img-box {
    border: 1px solid #f4f4f4;
}

@media screen and (min-width: 992px) and (max-width: 1450px) {
    .rev_slider_wrapper, .rev_slider, .rev_slider li {
        max-height: 630px;
    }
}

@media screen and (min-width: 1451px) {
    .rev_slider_wrapper, .rev_slider, .rev_slider li {
        max-height: 800px;
    }
}

/*
 * Index
 */
.sec-portals {
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
}

.sec-featured-products {
    background-color: #f0f0f0;
}

.brand-carousel .owl-prev, .brand-carousel .owl-next {
    position: absolute;
}

.brand-carousel .owl-prev {
    top: 20px;
    left: -60px;
}

.brand-carousel .owl-next {
    top: 20px;
    right: -60px;
}

.brand-carousel .owl-nav {
    position: initial !important;
    margin-bottom: 0 !important;
}

/*
 * Products
 */
.box-sold-out:before {
    content: 'Agotado';
}

.box-sold-out {
    position: absolute;
    left: 0;
    top: 0;
    background: #c7001f;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    height: 25px;
    opacity: 1;
    transition: .7s ease;          
}

.best_sellers .box-sold-out {
    height: 100%;
    line-height: 70px;
}

.box-sales-product:before {
    content: 'Oferta';
}

.box-sales-product {
    position: absolute;    
    top: 0;
    left: 0;
    background: #c7001f;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    height: 25px;
    opacity: 1;
    transition: .7s ease;          
}

.box-product-discount:before {
    content: '-20%';
}

.box-product-discount {
    position: absolute;
    right: 0;
    top: 0;
    background: #647157;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    height: 25px;
    opacity: 1;
    transition: .7s ease;          
}

.box-product-new:before {
    content: 'Nuevo';
}

.box-product-new {
    position: absolute;
    right: 0;
    top: 0;
    background: #0ea3c3;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    height: 25px;
    opacity: 1;
    transition: .7s ease;
}

#select-order-products {
    border: 1px solid #f1f1f1 !important;
    border-radius:  0 !important;
    height: 54px !important;    
}

/*.item-price a {
    color: #647157;
}*/

.offer-price-product {
    color: #da261c !important;
    font-weight: 600;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='button'] {
    width: 80px;
    border: none;
    border-radius: 0px;
    text-align: center;
    outline: none;
    line-height: 35px;
    font-size: 14px;
    margin-right: 37px;
    color: #ffffff;
    font-weight: 700;
    background: #647157;
    text-transform: uppercase;
    border: 2px solid #647157;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
    border: none;
    outline: none;
    width: auto;
    max-width: 84px;
    color: #9c9c9c;
    font-weight: 400;
    text-align: center;
}

.product-content-box .content-box {
    margin-left: 0 !important;
}

.images-products-box {
    margin-top: 20px;
}

.images-products-box .img-product-box {
    border: 1px solid #ccc;
}

.images-products-box .img-product-box.selected, .images-products-box .img-product-box:hover {
    border-color: #e77600;
}

.related-product {
    margin-top: 0px !important;
}

.content-box .inner-box .title-product {
    height: 45px;
    overflow: hidden;
}

.content-box .inner-box .title-related-product {
    height: 45px;
    overflow: hidden;
}

/* ================== Badge Overlay CSS ========================*/
.badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.badge {
    margin: 0;
    padding: 0;
    color: #fff;
    padding: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background-color: #ed1b24;	
}

.badge::before, .badge::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px;
}

.badge::before {
    right: 100%
}

.badge::after {
    left: 100%
}

/* ================== Badge Position CSS ========================*/
.top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.top-right {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
    transform: translateX(30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.middle-full {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
    transform: translateX(0%) translateY(-50%) rotate(0deg);
}

/* ================== Badge color CSS ========================*/
.badge.red {
    background-color: #ed1b24;
}

.badge.orange {
    background-color: #fa7901;
}

.badge.yellow {
    background-color: #F0AD4E;
}

.badge.blue {
    background-color: #00adee;
}	

.badge.green {
    background-color: #00b894;
}

/** Text Loading Products **/
.loading-products {            
    transform: translate(calc(40% - 15px), 20px);
    font-size: 1.5rem;            
    text-transform: uppercase;
    overflow: hidden;
}

.loading-products::before {
    color: #aaa;
    content: attr(data-loading-text);
}

.loading-products::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    opacity: 1;
    color: #444;
    overflow: hidden;
    content: attr(data-loading-text);
    animation: loading 5s infinite;
}

@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/**
 * Product
 **/
.product-content-box .img-box a {
    cursor: zoom-in;
}

.addto-cart-box .cart-btn {
    border-radius: 0 !important;
}

.single-shop-item .content-box h4 {
    text-transform: uppercase;
}

.product-content-box .content-box h3 {
    text-transform: uppercase !important;
}

.box-featured-text {
    margin: 10px 0;
    padding: 20px 10px;
    background-color: #f39c12;
    border: 2px solid #222;
    color: #222;
    border-radius: 10px;
    font-weight: 600;
}

.content-box .text {
    overflow: initial !important;
}

.content-box .text ul, .product-details-content ul {
    list-style-type: initial;
}

/*
 * Shopping Cart
 */
.img-product-cart {
    width: 70px;
    height: 70px;
}

.cart-outer .update-cart, .payment-cart, .btn-payment {
    border-radius: 0 !important;
}

/*
 * Payment
 */
.special-box-payment {
    margin: 20px 0;
    z-index: 9;
}

.special-box-payment .form-control {
    border-radius: 0 !important;
}

.special-box-payment input[type="text"].form-control, .special-box-payment input[type="email"].form-control, .special-box-payment select.form-control {    
    height: 40px !important;
}

/*
 * Transbank Exito
 */
.purchase-detail .categoryTitle {
     text-align: center;
 }

.purchase-detail .pagoInfoInputColumn {
     margin-top: 20px;
 }

.purchase-detail .form-control {
    border-radius: 0 !important;
}

.purchase-detail input[type="text"].form-control, .special-box-payment input[type="email"].form-control, .special-box-payment select.form-control {    
    height: 40px !important;
}

.purchase-detail .pagoInfoMoneyLabel, .purchase-detail .carritoPaymentInfoTotal {
    font-weight: bold;
}

.purchase-detail .resumenDatosRow {
    padding: 5px 0;
}

.purchase-detail .resumenDatosRow .title {
    font-weight: bold;
}

/**
  * FancyBox
  */
.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url("../images/icons/icon-cross.png") center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

.fancybox-skin {
    background-color: #000000 !important;
}

.fancybox-overlay-fixed {
    z-index: 99999999 !important;
}

.redes-flotantes {
    opacity: 0 !important;
    z-index: 0 !important;
}

.redes-flotantes-custom {
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 200;
}

.redes-flotantes-custom .box-initial {
    display: block;
    transition: 2s ease-in;
    background-color: #23b180;
}

.redes-flotantes-custom .box-initial img {
    width: 60px;
}

.redes-flotantes-custom .box-initial:hover a {
    cursor: pointer;
}

/*.redes-flotantes-custom .box-initial:hover img {
    width: 85px;
}*/

.redes-flotantes-custom .box-initial.closed {
    display: none;
}

.redes-flotantes-custom .box-choose-whatsapp {
    display: none;
    transition: 1s;
}

.redes-flotantes-custom .box-choose-whatsapp.opened {
    display: block;
}

.redes-flotantes-custom .box-choose-whatsapp .box-content-ws {
    border-radius: 25px;
    background-color: #25D366;
    margin-bottom: 15px;
    transition: 1s;
}

.redes-flotantes-custom .box-choose-whatsapp .box-content-ws:hover {
    background-color: #1a9046;
}

.redes-flotantes-custom .box-choose-whatsapp .box-content-ws a {
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2.25rem;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 20px;
    width: auto;
    max-width: 100%;
}

.redes-flotantes-custom .box-choose-whatsapp .box-content-ws a img {
    margin-left: 5px;
}

/*.redes-flotantes img {
    width: 85%;
    float: right;
    clear: right;
    -moz-transform: scale(1) ;
    -webkit-transform: scale(1) ;
    -o-transform: scale(1) ;
    -ms-transform: scale(1) ;
    transform: scale(1) ;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/

/** Modal Contact Form */
#modalContactForm .modal-dialog {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    max-width: 300px;
}

#modalContactForm .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

#modalContactForm .modal-confirm .modal-header {
    background: #2b2b2b;
    border-bottom: none;   
    position: relative;
    border-radius: 0;
}

#modalContactForm .modal-confirm .modal-header .title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#modalContactForm .modal-confirm .modal-header .close {
    color: #fff;
}

#modalContactForm .modal-confirm .modal-body {
    padding-bottom: 5px;
}

#modalContactForm .modal-confirm .modal-footer {
    padding-bottom: 10px;
}

#modalContactForm .modal-confirm .modal-footer .thm-btn {
    padding: 0 25px;
    line-height: 35px;
    border-radius: 0;
}

/** Modal Added Product **/
#modalProductAdded .modal-confirm .modal-content {
    padding: 10px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
}

#modalProductAdded .modal-confirm .modal-header {
    background: #2b2b2b;
    border-bottom: none;   
    position: relative;
    margin: -20px -10px 0;
    border-radius: 0;
    padding: 20px;
}

#modalProductAdded .modal-confirm .modal-header h3 {
    color: #fff;
}

#modalProductAdded .modal-confirm .close {
    position: absolute;
    top: 20px;
    font-size: 1.8em;
    right: 15px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
}

#modalProductAdded .modal-confirm .close:hover {
    opacity: 0.8;
}

#modalProductAdded .modal-confirm.modal-dialog {
    margin-top: 80px;
}

#modalProductAdded .modal-confirm .modal-body .title {
    margin: 15px 0;
}

#modalProductAdded .modal-confirm .modal-body {
    padding: 15px 15px 10px 15px;
}

#modalProductAdded .modal-confirm .modal-body p {
    margin: 10px 0;
    font-size: 16px;
}

#modalProductAdded .modal-confirm .modal-body a {
    margin: 5px 0;
}

#modalProductAdded .modal-confirm .modal-footer {
    padding-right: 0;
}

#modalProductAdded .modal-confirm .modal-footer .cart-btn {
    border-radius: 0;
    line-height: 35px;
    padding: 0 25px;
}

#modalProductAdded .modal-confirm .modal-footer .cart-btn-alt {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
}

@media screen and (max-width: 767px) {
    #modalProductAdded .modal-confirm .modal-footer .cart-btn {
        float: left;
    }

    .single-shop-item {
        height: auto;            
        max-height: 420px;
    }
}

.modals-auth .modal-confirm .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
}

.modals-auth .modal-confirm .modal-header {
    background: #2b2b2b;
    border-bottom: none;   
    position: relative;
    margin: -20px -20px 0;
    border-radius: 0;
    padding: 15px 25px;
}

.modals-auth .modal-confirm .close {
    position: absolute;
    top: 10px;
    font-size: 1.8em;
    right: 15px;
    color: #444;
    text-shadow: none;
    opacity: 0.5;
}

.modals-auth .modal-confirm .close:hover {
    opacity: 0.8;
}            

.modals-auth .modal-confirm .modal-body .title {
    margin: 15px 0;
}

.modals-auth .modal-confirm .modal-body label {
    font-size: 14px;
}

.modals-auth .modal-confirm .modal-body p {
    margin: 10px 0;
    font-size: 16px;
}

.modals-auth .modal-confirm .modal-body a {
    margin: 5px 0;
}

@media screen and (min-width: 768px) {
     .modals-auth #modalLoginForm .modal-dialog {
        max-width: 420px;
    }

    /*.modals-auth #modalRegisterForm .modal-dialog {
        max-width: 600px;
    }

    .modals-auth #modalLoginForm .modal-confirm.modal-dialog {
        margin-top: 80px;
    }*/
}

@media screen and (max-width: 768px) {
    .redes-flotantes-custom {
		bottom: 70px;
	}

    .content-box .inner-box .title-product {
        height: 60px;
    }
}