:root{
    /* --bg-blue : #6cb7ac ; */
    --bg-blue:#56988e ;
    --bg-orange : #db843e;
    --bg-light : #f5f2f0;
}
*{
    font-family: "Play", sans-serif;
    font-weight: 600;
    font-style: normal;
}
a{
    text-decoration: none;
}
.bg-light-blue{
    background-color: var(--bg-blue);
}
.text-light-blue{
    color: var(--bg-blue);
}
.text-orange{
    color: var(--bg-orange);
}
.bg-orange{
    background-color: var(--bg-orange);
}
.bg-light-gray{
    background-color: var(--bg-light);
}
.bg-light-blue-opacity{
    background-color: #56988ecb ;
}
button.bg-orange:hover{
    background-color: var(--bg-blue);
}
.w-95{
    width: 93%;
    margin: auto;
}
.border-dashed{
    border-style: dashed !important;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: var(--bg-blue);
}

.custom-logo{
    width: 200px;
    height: 90px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active , .btn:hover{
    background-color: #db843e;
    border-color: #db843e;
    
}
.form-control:focus , .form-select:focus{
    border-color: black;
    outline: 0;
    box-shadow: none;
}

.cursor-pointer{
    cursor: pointer;
}
.square{
    width: 24px;
    height: 24px;
    font-size: 13px;
}
.square-mini{
    width: 21px;
    height: 21px;
    font-size: 12px;
}
.owl-carousel img{
    height: 400px;
}
.owl-dots{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background-color: white;
    border: 3px solid white;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent;
}
.collection-img{
    height: 120px;
}
.owl-carousel-smart img{
    height: 180px;
}
.owl-nav{
    position: absolute;
    top: calc(50% - 16px);
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-carousel-smart .owl-nav button.owl-prev, .owl-carousel-smart .owl-nav button.owl-next, .owl-carousel-smart button.owl-dot{
    background: var(--bg-blue);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    margin: 0;
    display: none;
}
.owl-carousel-smart:hover .owl-nav button.owl-prev , .owl-carousel-smart:hover .owl-nav button.owl-next{
    display: block;
}
button.owl-next:hover , button.owl-prev:hover{
    background-color: var(--bg-orange) !important;
}

.custom-img-top-card{
    display: none !important;
}
.card-hover:hover .custom-img-top-card{
    display: block !important;
}
.semi-img{
    height: 250px;
    transition: 1s;
}
.full-img{
    height: 520px;
    transition: 1s;
}
.transition{
    transition: 1s;
}

.card-transform:hover img{
    transform: scale(1.2);
}

.slider-galeria-thumbs {
    float: left;
    width: 16%;
  }
  
  .slider-galeria {
    float: left;
    width: 84%;
  }
  
  .slider-galeria div, .slider-galeria-thumbs div {
    outline: 0;
  }
  
  .slider-galeria span {
    display: block;
    height: 250px;
    background: #000;
    color: #3498db;
    font-size: 36px;
    line-height: 250px;
    margin: 0 10px 0 10px;
    padding: 2%;
    text-align: center;
  }
  
  .slider-galeria-thumbs span {
    display: block;
    margin-bottom: 5px;
    height: 55px;
    background: #3498db;
    color: #000;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
  }
  
  .slider-galeria-thumbs .slick-current span {
    background: #000;
    color: #3498db;
  }
  

  
  .splide__slide img {
    width: 100%;
    height: auto;
  }
  .custom-splide-height{
    height: 400px !important;
  }  
  .custom-splide-mini-height{
    height: 60px !important;
  }

  .rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.social-media{
    width: 30px;
    height: 30px;
    background-color: lightslategray;
}
.social-media:hover{
    background-color: var(--bg-blue);
}
.custom-input-counting{
    width: 40px;
}
.custom-height-brand{
    height: 60px;
    transition: 1s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.border-light-blue{
    border-color: var(--bg-blue) !important;
}
header{
    height: 53px;
}

.custom-ps-input{
    padding-left: 30px;
}
.accordion-button::after{
    margin-left: 0;
}
.checkout-accordion .accordion-button::after{
    content: "";
    background:none;
}
.h-vh{
    min-height: 100vh;
}
.custom-lh{
    line-height:1 ;
}
.custom-cat-height{
    height: 200px;
}
.popover-body{
    padding: 0;
}
.custom-li-hover:hover{
    background-color: #e6e6e6;
    cursor: pointer;
}
.custom-li-hover:first-child{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.custom-li-hover:last-child{
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.accordion-button:not(.collapsed){
    background-color: white;
}
.accordion-button:focus{
    box-shadow: none;
}
.pagination .active>.page-link, .pagination .page-link.active{
    background-color: var(--bg-blue);
    border-color: var(--bg-blue);
    color: white;
}
.pagination .page-link{
    color: var(--bg-blue);
    border-width: 2px;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
    border: 0 !important;
}
.custom-offcanvase-height{
    height: calc(100vh - 150px);
}
.offcanvas.bottom{
    height: 50vh;
}
.img-cart{
    height: 100px;
}

textarea{
    resize: none;
}
.custom-nav-checkout{
    height: 89px;
    width: 150px;
}
.w-custom-50{
    width: 50%;
}
.w-custom-75{
    width: 75%;
}
.w-navbar-95{
    width: 98%;
    margin: auto;
}
.custom-hover-header-btn:hover{
    background-color: var(--bg-orange) !important;
}
/* .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center{
    position: static;
} */
.position-static{
    position: static !important;
}

@media (max-width:600px){
    .w-custom-50{
        width: 100%;
    }
    .w-custom-75{
        width: 100%;
    }
}


@media (max-width:992px) {
    .full-img , .semi-img {
        height: 220px;
    } 
}

.mini-img-chat{
    width: 25px;
    height: 25px;
}

.chat-message-left{
    border-radius: 7px;
    border-bottom-left-radius: 0px;
}
.chat-message-right{
    border-radius: 7px;
    border-bottom-right-radius: 0px;
}
.custom-line-chat{
    height: 1px;
    background-color:  #dfdfdf !important ;
}
.img-chat{
    width: 45px;
    height: 45px;
}
.custom-mt{
    margin-top: 22px !important;
}
.btn.btn-danger:hover{
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;

}