.datepicker table tr td.active:hover,
    .datepicker table tr td.active:hover:hover,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active.disabled:hover:hover,
    .datepicker table tr td.active:focus,
    .datepicker table tr td.active:hover:focus,
    .datepicker table tr td.active.disabled:focus,
    .datepicker table tr td.active.disabled:hover:focus,
    .datepicker table tr td.active:active,
    .datepicker table tr td.active:hover:active,
    .datepicker table tr td.active.disabled:active,
    .datepicker table tr td.active.disabled:hover:active,
    .datepicker table tr td.active.active,
    .datepicker table tr td.active:hover.active,
    .datepicker table tr td.active.disabled.active,
    .datepicker table tr td.active.disabled:hover.active,
    .open .dropdown-toggle.datepicker table tr td.active,
    .open .dropdown-toggle.datepicker table tr td.active:hover,
    .open .dropdown-toggle.datepicker table tr td.active.disabled,
    .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #4578f9;
        border-color: #285e8e;
    }



    /* ================== RESPONSIVE  =================== */

/* xs */
@media(max-width: 576px) {

    .card-product-list .info-aside {
        padding: 0.5rem 1rem;
        border-right: none;
        height: 100%;
    }
	
}

/* sm */
@media(min-width: 576px) {

	.card-product-list .info-aside {
        padding: 0.5rem 1rem;
        border-right: none;
        height: 100%;
    }


}

/* md */
@media(min-width: 768px) {

	.card-product-list .info-aside {
        padding: 0.5rem 1rem;
        border-right: 1px solid #e4e4e4;
        height: 100%;
    }

}

/* lg */
@media(min-width: 992px) {

    
	.card-product-list .info-aside {
        padding: 0.5rem 1rem;
        border-right: 1px solid #e4e4e4;
        height: 100%;
    }

}

/* xl */
@media(min-width: 1200px) {

    .card-product-list .info-aside {
        padding: 0.5rem 1rem;
        border-right: 1px solid #e4e4e4;
        height: 100%;
    }

}


   /* ================== HELPERS  =================== */
   
    .text-icon {
        color: #0496FF;
    }
	
	.text-card-primary {
		color: #0496FF
	}
	
    .card-header a {
        color: #3167eb;
        text-decoration: none;
        background-color: transparent;
    }

    .card-header a h6 {
        font-weight: bold;
    }

    a:hover {
        text-decoration: none;
    }

    .img-wrap {
        text-align: center;
        display: block;
    }

    .img-wrap img {
        max-width: 100%;
    }
    
	
	/* Safari 7.1+ */

	@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { 
		@media {
			.img-wrap img {
				max-width: auto !important;
				height: 160px !important;
			}
			
			.card-product-list .info-aside {
				height: 180px !important;
			}
		}
	}


	@media not all and (min-resolution:.001dpcm) { 
		@media {
			.img-wrap img {
				max-width: auto !important;
				height: 160px !important;
			}
			
			.card-product-list .info-aside {
				height: 180px !important;
			}
		}
	}
	_::-webkit-full-page-media, _:future, :root .safari_only {

	   .img-wrap img {
            max-width: auto !important;
            height: 160px !important;
        }
        
        .card-product-list .info-aside {
            height: 180px !important;
			background:red;
        }

	}

	/* IE explorer fix */
	
	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
		.img-wrap img {
            max-width: auto !important;
            height: 160px !important;
        }
        
        .card-product-list .info-aside {
            height: 180px !important;
        }
		
		.card-product-list .btns-aside {
            height: 180px !important;
        }
	}
	
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
       .img-wrap img {
            max-width: auto !important;
            height: 160px !important;
        }
        
        .card-product-list .info-aside {
            height: 180px !important;
        }
		
		.card-product-list .btns-aside {
            height: 180px !important;
        }
    }

    @media screen and (min-width:0\0) {
        .img-wrap img {
            max-width: auto !important;
            height: 160px !important;
        }
        
        .card-product-list .info-aside {
            height: 180px !important;
        }
		
		.card-product-list .btns-aside {
            height: 180px !important;
        }
    }
	
    .icon-wrap {
        text-align: center;
        display: inline-block;
    }

    .price-wrap {
        letter-spacing: -0.7px;
    }

    .content-body {
        flex: 1 1 auto;
        padding: 2rem 2.3rem;
    }

    /* ================= lists ================= */
    [class*=list-] li:after {
        visibility: hidden;
        display: block;
        content: "";
        overflow: hidden;
        height: 0;
        clear: both;
    }

    .list-icon {
        list-style: none;
        padding-left: 0;
    }

    .list-icon li {
        margin-bottom: 7px;
        position: relative;
        padding-left: 30px;
    }

    .list-icon .icon {
        width: 22px;
        margin-right: 15px;
        vertical-align: middle;
        text-align: center;
        color: #545454;
        position: absolute;
        top: 3px;
        left: 0;
    }

    .list-icon span {
        vertical-align: middle;
    }

    .list-bullet,
    .list-dots {
        list-style: none;
        padding-left: 0;
    }

    .list-bullet li,
    .list-dots li {
        margin-bottom: 5px;
        position: relative;
        padding-left: 15px;
    }

    .list-bullet li::before,
    .list-dots li::before {
        content: " ";
        position: absolute;
        top: 8px;
        left: 0;
        width: 7px;
        border-radius: 100%;
        height: 7px;
        background: #ced4da;
    }

    .list-check {
        padding-left: 0;
        list-style: none;
    }

    .list-check>li {
        position: relative;
        padding-left: 24px;
        margin-bottom: 7px;
    }

    .list-check>li::before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
        color: #00b517;
        position: absolute;
        top: 2px;
        left: 0;
        content: "";
    }

    .list-normal {
        list-style: none;
        padding-left: 0;
    }

    .list-normal li {
        padding-left: 1em;
        margin-bottom: 7px;
    }

    .list-normal li:before {
        content: "•";
        color: #3167eb;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    .list-menu {
        list-style: none;
        margin: 0;
        padding-right: 0;
    }

    .list-menu li {
        margin-bottom: 5px;
    }

    .list-menu a {
        color: #343a40;
    }

    .list-menu a:hover {
        color: #3167eb;
    }

    .cols-two {
        -moz-column-count: 2;
        column-count: 2;
    }

    .cols-three {
        -moz-column-count: 3;
        column-count: 3;
    }

    .cols-four {
        -moz-column-count: 4;
        column-count: 4;
    }

    /* IF CARD IS LINKED */
    a[class*=card] {
        color: initial;
    }

    a[class*=card]:hover .title {
        color: #3167eb;
    }

    /* BASE STYLE FOR PRODUCT ITEM */
    [class*=card-product] a.title {
        color: #212529;
        display: block;
    }

    [class*=card-product] a.title:hover {
        color: #3167eb;
    }

    [class*=card-product] .badge-warning {
        /* bottom: 10px; */
        /* right: 10px; */
        position: relative;
    }

    [class*=card-product] .badge-titlex {
        top: 10px;
        right: 10px;
        position: absolute;
    }

    [class*=card-product] p {
        margin-bottom: 0;
    }

    [class*=card-product] .img-wrap {
        overflow: hidden;
        position: relative;
    }

    [class*=card-product] .img-wrap img {
        /*height: 100%;*/
        max-width: 100%;
        width: auto;
        display: inline-block;
        -o-object-fit: cover;
        object-fit: cover;
    }

    /* GRID STYLE PRODUCT ITEM */
    .card-product-grid {
        margin-bottom: 20px;
    }

    .card-product-grid .img-wrap {
        border-radius: 0 0.2rem 0 0;
        /*height: 220px;*/
    }

    .card-product-grid .info-wrap {
        overflow: hidden;
        padding: 18px 20px;
    }

    .card-product-grid .bottom-wrap {
        padding: 18px;
        border-top: 1px solid #e4e4e4;
    }

    .card-product-grid .topbar {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
        left: 0;
        text-align: initial;
        padding: 10px 15px;
    }

    .card-product-grid .topbar a {
        color: #ccc;
    }

    .card-product-grid .topbar a:hover {
        color: #3167eb;
    }

    .card-product-grid .fix-height {
        height: 80px;
        overflow: hidden;
    }

    .card-product-grid .btn-overlay {
        transition: 0.5s;
        opacity: 0;
        left: 0;
        bottom: 0;
        color: #fff;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
    }

    .card-product-grid:hover .btn-overlay {
        opacity: 1;
    }

    .card-product-grid:hover {
        box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
        transition: 0.3s;
    }

    .item-slide .card-product-grid {
        margin-bottom: 0;
    }

    /* LARGE LIST STYLE PRODUCT ITEM */
    .card-product-list {
        margin-bottom: 20px;
    }

    .card-product-list .img-wrap {
        /*height: 220px;*/
        border-radius: 0.37rem;
        margin: 10px 10px;
    }

    .card-product-list .info-main {
        padding: 1rem 1rem 0.5rem 1rem;
    }

    .card-sm .img-wrap {
        height: 160px;
    }

    .card-lg .img-wrap {
        height: 280px;
    }

    .card-banner {
        display: flex;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        background-size: cover;
        background-position: center center;
        border-radius: 0.37rem;
    }

    .card-body {
        padding: .50rem .75rem;
    }

    .card-banner .card-body {
        background-size: cover;
        position: relative;
        z-index: 10;
    }

    .card-banner .caption {
        background-color: rgba(0, 0, 0, 0.65);
        z-index: 10;
        padding: 1.25rem;
        color: #fff;
    }

    .card-banner .caption.bottom {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .card-banner .caption.top {
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .card-banner .caption.left {
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
    }

    .card-banner .text-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        padding: 7px 20px;
        padding-top: 30px;
        border-radius: 0 0 0.37rem 0.37rem;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
        color: #fff;
    }

    .card-banner .img-bg {
        position: absolute;
        right: 0;
        bottom: 0;
        mix-blend-mode: multiply;
        max-width: 100%;
    }

    .card .img-wrap {
        overflow: hidden;
    }

    .icontext {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
    }

    .icontext p {
        margin-bottom: 0;
    }

    .icontext .text {
        width: 100%;
        line-height: 1.2;
    }

    .icontext .icon {
        position: relative;
        margin-right: 10px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .icontext .title {
        display: block;
        margin-bottom: 0;
    }

    .tag {
        display: inline-block;
        padding: 3px 7px;
        background: #f2f2f2;
        border: 1px solid #eee;
        border-radius: 3px;
        margin-top: 4px;
        margin-right: 2px;
        font-size: 85%;
    }

    .item-logo {
        margin-bottom: 20px;
        text-align: center;
    }

    .item-logo img {
        max-height: 65px;
    }

    .notify {
        position: absolute;
        top: -4px;
        right: -10px;
        display: inline-block;
        padding: 0.25em 0.6em;
        font-size: 12px;
        line-height: 1;
        text-align: center;
        border-radius: 3rem;
        color: #fff;
        background-color: #fa3434;
    }

    .price {
        font-weight: 600;
        color: #212529;
    }

    .price-old {
        color: #969696;
        margin-left: 3px;
        font-size: 85%;
    }

    .icon-control {
        margin-top: 5px;
        float: left;
        font-size: 80%;
    }

    .card-header .title {
        margin-bottom: 0;
        line-height: 1;
    }

    .filter-group-first {
        border-top: 1px solid #e4e4e4;
    }

    .filter-group {
        border-bottom: 1px solid #e4e4e4;
    }

    .filter-group .card-header {
        border-bottom: 0;
        background: transparent;
    }

    .filter-group:last-child {
        border-bottom: 0;
    }

    .btn-group>.btn-group:not(:last-child)>.btn,
    .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .obj-indent {
        text-indent: -25px;
        padding-right: 25px;
    }
    
    .badge-icons {
        color:#ffffff;
        background-color:rgba(0,123,255,0.65);
    }

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        color: #e2e2e2 !important;
    }

    a.btn-all:hover {
        color:black;
    }

    .select-light {
        background-color: rgb(238, 251, 255) !important;
    }
    
    .select-success {
        background-color:#4CAF50 !important;
        color:#ffffff !important;
    }

    .text-red {
        color:red;
    }
    /* ================== WAIT ANIM  =================== */

    #squaresWaveG {
        position: relative;
        width: 207px;
        height: 25px
    }

    .squaresWaveG {
        position: absolute;
        top: 0;
        background-color: #000000;
        width: 25px;
        height: 25px;
        -moz-animation-name: bounce_squaresWaveG;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-direction: normal;
        -webkit-animation-name: bounce_squaresWaveG;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: normal;
        -ms-animation-name: bounce_squaresWaveG;
        -ms-animation-duration: 1s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-direction: normal;
        -o-animation-name: bounce_squaresWaveG;
        -o-animation-duration: 1s;
        -o-animation-iteration-count: infinite;
        -o-animation-direction: normal;
        animation-name: bounce_squaresWaveG;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: normal;
    }

    #squaresWaveG_1 {
        left: 0;
        -moz-animation-delay: 1.1s;
        -webkit-animation-delay: 1.1s;
        -ms-animation-delay: 1.1s;
        -o-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    #squaresWaveG_2 {
        left: 26px;
        -moz-animation-delay: 1s;
        -webkit-animation-delay: 1s;
        -ms-animation-delay: 1s;
        -o-animation-delay: 1s;
        animation-delay: 1s;
    }

    #squaresWaveG_3 {
        left: 52px;
        -moz-animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    #squaresWaveG_4 {
        left: 78px;
        -moz-animation-delay: 0.8s;
        -webkit-animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    #squaresWaveG_5 {
        left: 104px;
        -moz-animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        -ms-animation-delay: 0.7s;
        -o-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    #squaresWaveG_6 {
        left: 130px;
        -moz-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    #squaresWaveG_7 {
        left: 156px;
        -moz-animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    #squaresWaveG_8 {
        left: 182px;
        -moz-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    @-moz-keyframes bounce_squaresWaveG {
        0% {
            background-color: #000000;
        }

        100% {
            background-color: #FFFFFF;
        }

    }

    @-webkit-keyframes bounce_squaresWaveG {
        0% {
            background-color: #000000;
        }

        100% {
            background-color: #FFFFFF;
        }

    }

    @-ms-keyframes bounce_squaresWaveG {
        0% {
            background-color: #000000;
        }

        100% {
            background-color: #FFFFFF;
        }

    }

    @-o-keyframes bounce_squaresWaveG {
        0% {
            background-color: #000000;
        }

        100% {
            background-color: #FFFFFF;
        }

    }

    @keyframes bounce_squaresWaveG {
        0% {
            background-color: #000000;
        }

        100% {
            background-color: #FFFFFF;
        }

    }

.btn-border-red {
	border: 1px solid #dc3645 !important;
}

.card-box {
	box-shadow: none !important;
	text-shadow:none !important;
}

.card-show-box {
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	display: flex;
    flex-flow: wrap;
	height:100%;
}

.box-header {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #f4f5f5;
    padding-left: 15px;
    max-width: 100%;
    margin: 0 auto;
    color: black;
    line-height: initial;
}