.bg-blue {
    background-color: #055182;
}

.bg-yellow {
    background-color: #D1A22E !important;

}
.text-blue {
    color: #055182;
}

.img-product {
    max-height: 150px !important;
    width: unset !important;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.img-product-thumb {
    max-height: 64px !important;

    width: unset !important;

    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.bg-wow {
    background-color: #1d1d1d !important;
    color: #D1A22E !important;
}
.text-yellow {
    color: #D1A22E !important;
}

.product-card-title {
    min-height: 38px;
}
.product-card-category {
    min-height: 24px;
}

.gradient-bg-header-animation {
/*    background: linear-gradient(-45deg, #055182, #0890cc );
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;*/
}

.added-to-cart {
    top: 48px;
    right: 1px;
}

@media screen and (min-width: 800px) {
    .flex-justify-center-menu {
        justify-content: center !important;
    }
}
.gradient-bg-animation-whiter {
    background: linear-gradient(-45deg, white, #eff4ff, white, #eff4ff);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

.gradient-bg-sm {
    background-image: linear-gradient(135deg, rgb(139, 198, 236) 0%, rgb(149, 153, 226) 100%); opacity: 0.528257;
}
.slider-container {
    height: 524px;
}

@media (min-width: 750px) and (max-width: 899px) {
    .slider-container {
        height: 450px;
    }
}
@media  (max-width: 749px) {
    .slider-container {
        height: unset;
    }
}


@media screen and (min-width: 756px) {
    .gradient-bg-animation-md {
        background: linear-gradient(-45deg, #055182, #e73c7e, #23a6d5, #23d5ab);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        color: black !important;
    }




}

.gradient-bg-animation-yellow {
    background: linear-gradient(-45deg, #ffc40d, #e3a21a, #da532c);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    color: black !important;
}

@media screen and (min-width: 540px) {
    .gradient-bg-animation {
        background: linear-gradient(-45deg, #055182, #e73c7e, #23a6d5, #23d5ab);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        color: black !important;
    }

}
@media screen and (max-width: 540px) {
    .added-to-cart {
        top: 20px; left: 10px;
    }

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.linear-wipe {
    text-align: center;
    background: linear-gradient(to right, #7d879c, #055182);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


    animation: shine 16s linear infinite;
}
@keyframes shine {
    to {
        background-position: 200% center;
    }
}



.gradient-title {
    background:linear-gradient(-45deg, #ee7752, #e73c7e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-title-white {
    background: linear-gradient(0deg, rgb(235, 237, 239) 0%, rgba(45,253,251,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-card-shadow {
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.1);
}

 .navbar-nav:not(.navbar-mega-nav)   .nav-item:hover  {
    background-color: rgba(35, 166, 213, 0.1) !important;
    border-radius: 0;
}

/*.accordion-button:not(.collapsed) , .nav-link:hover , a:hover  {
    color: #D1A22E !important;
}

.card-img, .card-img-top {
    color: #D1A22E !important;
}

.navbar-tool-label {
    background-color: #D1A22E !important;
}*/

.btn-primary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -0.5rem rgba(5, 81, 130, 0.8);
}

.tns-carousel.tns-controls-outside {
    padding: 0 17px;
}

.tns-carousel [data-controls]{
    background-color: white;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px white solid;
    width: 36px;
    height: 36px;
}

.title-limit {
    overflow: hidden;
    height: 64px !important;
    max-height: 64px !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.btn-add-to-cart {
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .product-card-title {
        min-height: unset !important;
    }
    .product-card-category {
        min-height: unset !important;
    }
    .tns-carousel [data-controls]{
        background-color: transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
        outline: none;
        width: unset;
        height: unset;

    }
    .tns-carousel [data-controls]{
        background-color: white;
        padding: 0;
        display: flex;
       justify-content: center;
        align-items: center;
        border: 1px white solid;
        width: 36px;
        height: 36px;
    }


    .tns-carousel.tns-controls-outside {
        padding:  24px;
    }

    .title-limit {
        height: 52px !important;
        max-height: 52px !important;
        -webkit-line-clamp: 3;
    }

    .btn-add-to-cart {
        width: 154px !important;
    }


}

@media only screen and (max-width: 550px) {
    .bg-md-white {
        background-color: white !important;
    }

}


.btn-primary {
    background-color: #055182 !important;
    border-color: rgba(5, 81, 130, 0.66) !important;
}

.shake:hover {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 2s;

    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


.accordion-button-imit {
    padding: .444rem 0;
    font-size: .9375rem;
    font-weight: normal;
    color: #4b566b;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color:  #4b566b !important;font-weight: bolder !important;
}

.accordion-button {
    color:  #4b566b !important;
}
.accordion-item a:hover {
    color:  #4b566b !important;
}
.accordion-button:after {
    background-color: unset !important;
}

.widget-list-link {
    color:  #4b566b !important;
}

.bg-discount {
    background-color: #fe696a !important; }

.bg-new {
    background-color: #42d697 !important;
}

/* Product Grid */
.section-title {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px; }
.section-title .box-title {
    color: #171616;
    font-size: 25px;
    letter-spacing: .02em;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 12px;
    padding: 0 25px;
    display: inline-block; }
.section-title .box-title:before, .section-title .box-title:after {
    top: 50%;
    width: 120px;
    height: 2px;
    position: absolute;
    background:linear-gradient(-45deg, #ee7752, #e73c7e);
    content: ""; }
.section-title .box-title:before {
    left: -120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.section-title .box-title:after {
    right: -120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
.section-title .desc {
    color: #2d2d2d;
    font-size: 13px; }


.dot {
    min-width: 43px;
    min-height: 43px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    z-index: 5;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.fade-in-500ms {
    animation: fadeIn ease 500ms;
    -webkit-animation: fadeIn ease 500ms;
    -moz-animation: fadeIn ease 500ms;
    -o-animation: fadeIn ease 500ms;
    -ms-animation: fadeIn ease 500ms;
}
.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.placeholder-item {
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}




.btn-quantity-toogle {
    min-width: 70px !important;
}
