.whatsapp-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    bottom: 50px;
    left: auto;
    margin-left: -120px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    width: 90px;
    z-index: 10001;
}

.whatsapp-a-rt {
	position: fixed;
	top:  5px;
	right:  5px;
}

.whatsapp-a-rm {
	position: fixed;
	top:  50vh;
	right:  5px;
}

.whatsapp-a-rb {
	position: fixed;
	bottom:  5px;
	right:  5px;
}

.whatsapp-a-lt {
	position: fixed;
	top:  5px;
	left:  5px;
}

.whatsapp-a-lm {
	position: fixed;
	top:  50vh;
	left:  5px;
}


.whatsapp-a-lb {
	position: fixed;
	bottom:  5px;
	left:  5px;
}

.w-width {
  	width:70px;
}

.w-height {
	width:70px;
}

.copyright {
	text-align: center;
	padding: .5rem 0;
	/* background-color: #fff; */
	/* border-top: 1px solid #dee2e6; */
	/* font-size: 90%; */
}

.myblink {
	animation-name: thisBlink;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name:thisBlink;
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes thisBlink{
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes thisBlink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes thisBlink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

#myCartList {
    /* top: 0.2rem;
    right: 0.3rem; */
    z-index: 1;
    position: absolute;
    margin-left: -5px;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
}

.btn-daviplata {
    background-color: #ED1C27;
    color: #fff !important;
}

.btn-davivienda {
    background-color: #ED1C27;
    color: #fff !important;
}

.btn-bancolombia {
    background-color: #ffd200 !important;
    color: #292929 !important;
}

.btn-nequi {
    background-color: #23004A !important;
    color: #ffffff !important;
}

.btn-westernunion {
    color: rgba(74,74,74,1);
    background-color: rgba(255,218,26,1);
    border-color: rgba(255,218,26,1);
}

.btn-coordinadora {
    background-color: #0072BC !important;
    color: #ffffff !important;
}

.btn-guepardo {
    color: #fff;
    background-color: rgba(255,68,56,.8);
    border-color: rgba(255,68,56,.8);
}





.cart-wrapper-item-img {
    width: 70px;
    height: 70px;
    margin-right: 0.5rem!important;
}

.cart-wrapper-item-times-circle {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    /*top: -8px;*/
    left: 8px;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
}

.steps>a.current {
    color: #4cc065;
    font-weight: bold;
    font-size: small;
}

.steps>a {
    position: relative;
    color: #bbb;
    font-size: small;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.steps>a:first-child::before {
    left: 0;
}

.steps>a.current::before {
    text-align: center;
    border-color: #4cc065;
    color: #4cc065;
}

.steps>a::before {
    content: attr(data-step);
    position: absolute;
    width: 50px;
    height: 50px;
    border: 4px solid #ced1d6;
    background-color: #fff;
    border-radius: 50%;
    top: -50px;
    left: calc(50% - 35px);
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    font-size: 1.25rem;
}

.steps::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ced1d6;
    top: 24px;
}

/************MODAL CARRITO*************************/

.modal-content-top .modal-dialog,
.modal-content-right .modal-dialog,
.modal-content-bottom .modal-dialog,
.modal-content-left .modal-dialog {
    margin: 0;
}

.modal-content-right .modal-dialog,
.modal-content-right .modal-content,
.modal-content-left .modal-dialog,
.modal-content-left .modal-content {
    min-height: 100vh;
}


.modal-content-left.show .modal-dialog {
    transform: translateX(0);
}

.modal-content-left.fade .modal-dialog {
    transform: translateX(-25px);
}

.modal-content-right .modal-header {
    flex-shrink: 0;
}

.modal-content-right {
    padding-right: 0 !important;
}

.modal-content-right .modal-dialog {
    margin-left: auto;
}

.modal-content-right.fade .modal-dialog {
    transform: translateX(25px);
}

.modal-content-right.show .modal-dialog {
    transform: translateX(0);
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: baseline;
    padding: 0.3rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}


.cart-wrapper-item {
    min-height: 65px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: all 200ms;
    backface-visibility: visible;
    transform-style: preserve-3d;
    animation-name: flipIn;
    animation-duration: 200ms;
}

.title-cart {
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

.cart-item-title {
    float: right;
    color: var(--pink);
    font-size: 11px;
    font-weight: bold;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-items-subtitle {
    font-size: 14px;
    margin-left: 80px;
    /*text-align: end;*/
    display: block;
    margin-bottom: 10px;
}

.cart-item-price {
    /* float: right;/*/
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 0px;
}


.amount-items-container {
    display: inline-flex;
    /*margin-left: 97px;*/
    height: 26px;
    line-height: 26px;
}


.amount-items-decrement,
.amount-items-increment {
    color: #4c4c4c;
    display: block;
    height: 30px;
    float: left;
    line-height: 16px;
    width: 26px;
    padding: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #767676;
    position: relative;
}

.amount-items-decrement svg {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -7px;
    fill: currentColor;
}


.visuallyhidden {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.amount-items {
    color: black;
    width: 30px;
    /*height: 30px;*/
    font-size: 16px;
    border: none;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    display: inline-block;
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #767676;
    border-bottom: 1px solid #767676;
}

.amount-items-input {
    background: transparent;
    text-align: right;
    padding-right: 2px;
    right: 0px;
}

.cart-items-reference {
    font-size: 10px;
    margin-left: 80px;
    text-align: start;
    display: block;
    margin-bottom: 10px;
}

.cart-bottom {
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
}

.cart-subtotal {
    text-transform: uppercase;
    float: left;
    font-size: 11px;
    color: #4c4c4c;
}

.cart-subtotal-price {
    float: right;
}

.cart-notice {
    font-size: 11px;
    clear: both;
    padding-top: 10px;
    text-align: center;
    color: #4c4c4c;
}
.btn-cart {
    color: #fff;
    font-size: 15px;
    background-color: #78b657;
    padding: 12px 40px;
    letter-spacing: .3px;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    transition: background 200ms ease;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}



.btn-check {
    clear: both;
    margin-top: 15px;
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
}


.btn-footer {
    border-radius: 0;
    clear: both;
    margin-top: 15px;
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.totals {
    padding-top: 20px;
    border-top: black 1px solid;
}

.text-price {
    float: right;
    padding-right: 5px;
}

.text-total {
    text-transform: uppercase;
    float: left;
    font-size: 17px;
    color: #4c4c4c;
    margin-left: 12px;
    font-weight: 600;
}


/********* Modal menu *****************************************************************************************/
.modal-header-menu {
    align-items: center;
    border-bottom: #6c757d;
    z-index: 1;

}


#menuModal .modal-dialog {
    height: 100%;
    top: 0px;
    left: 0px;
    max-width: inherit !important;
}

#menu-Modal, .modal-menu {
    height: 100%;
}


.menu {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.menu>li>a {
    display: flex;
    align-items: center;
    padding: .625rem 1rem;
    color: #828282;
}



.menu>li.mm-active>a {
    background-color: #f8f8f8;
    box-shadow: 4px 0 0 0 #36A2EB inset;
}


.metismenu .has-arrow {
    position: relative;
}

.menu ul {
    padding-left: 0;
    list-style: none;
    font-size: .9375rem;
}

.menu>li>ul>li>a {
    padding: .5rem 1rem .5rem 3.25rem;
    color: #777;
}


.menu a {
    display: block;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.menu>li>ul>li>ul>li>a {
    padding: .5rem 1rem .5rem 4rem;
    color: #777;
}


.img-header {
    width: 50%;
    height: 51px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    position: relative;
    left: 36px;
    top: 6px;
    padding: 9px;
}
.cart-item-modal-title {
    font-size: 1.2rem
}

.cart-summary-container {
    padding-right: 1px;
    padding-left: 1px;
}

.btn-quickview {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s;
}

.logistic-logo {
    width: 45px;
}
.card-logistic {
    border: 0px #ccc solid;
}
.card-logistic-item {
    border: 1px #ccc solid;
}

.payment-logo {
    width: 45px;
}
.card-payment {
    border: 0px #ccc solid;
}
.card-payment-item {
    border: 1px #ccc solid;
}

.variation-selected {
    border: 4px solid black;
}
.paginator-block svg {
	width: 30px;
}


@media (min-width: 768px) {
    .cart-summary-container {
        padding: 1.25rem;
    }
    .amount-items {
        width: 50px;
    }
    .steps>a::before {
        left: calc(50% - 35px);
    }
}


#snackbar {
    visibility: hidden;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    border-radius: 0px;
    padding: 16px;
    position: fixed;
    z-index: 10000;
    left: 0%;
    bottom: 0px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.snackbar-success {
    background-color: #28a745;
    color: #fff;
}
.snackbar-error {
    background-color: #ED1C27;
    color: #fff;
}
.snackbar-warning {
    background-color: #ffcc00;
    color: #000;
}
.snackbar-info {
    background-color: #0072BC;
    color: #ffffff;
}
/*ocultar flechas del number*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}




.img-thumbnail {
    width: 50px !important;
    height: 50px !important;
}
.review-box {
    max-height: 300px;
    overflow-y: scroll;
}

.rating {
    float:left;
}

.rating:not(:checked) > input {
    position:absolute;
    /*top:-9999px;*/
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #eeaa00;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix {
    *zoom: 1;
}

.star_checked {
    color: #eeaa00 !important;
}

.img-thumbnail {
    width: 50px !important;
    height: 50px !important;
}
.review-box {
    max-height: 300px;
    overflow-y: scroll;
}
.btn-review {
    background-color: #eeaa00 !important;
}

/* Stars */
:root {
    --star-size: 20px;
    --star-color: #CCCCCC;
    --star-background: #ffcc00;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
        content: '★★★★★';
        letter-spacing: 1px;
        background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

.selected {
    border : 3px solid red;
}

.border-selected {
    border : 2px solid #28a745 ;
    border-top-width: 2px !important;
}

.show-password {
    background: red;
    color: white;
    padding: 0 5px 0 5px;
    border-radius: 2rem;
}

.videohome {
    width: 100%;
    height: 200px;
}

@media (min-width: 700px) {
    .videohome {
        width: 100%;
        height: 720px;
    }
}

.bg-hard-dark {
    background-color: #000000 !important;
}

.btn-fincomercio {
    background-color: #0058a1 !important;
    color: #fff;
}

.img-fincomercio {
    width: 25px;
    margin-right: 5px;
}

#countdown {
    font-size: 3rem !important;
}

.bg-hard-dark {
    background-color: #000000;
}

.videohome {
    width: 100%;
    height: 200px;
}

@media (min-width: 768px)
{
    .videohome {
        width: 100%;
        height: 720px;
    }
}
