#preloader-active .preloader-inner img {
    width: 25%;
}

.visibility-hidden {
    visibility: hidden;
}

.text-brand {
    color: #1D4886 !important;
}

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 2rem;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    padding: 1.5rem;
    position: relative;
}



/* Details*/

dt {
    float:left;
}


dd {
    text-align: right;
}

.slick-slide img{
    margin: auto;
    left: auto;
    /* width: 50%; */
}

p.img-slide-text{
    margin: 2rem auto 0;
}


.product-cart-wrap {
    cursor: pointer;
}


.product-cart-wrap .product-content-wrap 
.product-price span {
    color: #275da8;

}

.pagination-area .page-item.active .page-link, 
.pagination-area .page-item:hover .page-link {
    background: #1D4886 !important;
}


.sort-by-dropdown ul li a:hover {
    background-color: #1D4886;
}





@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
}
  


.img-product-shimmer {
    width: 100%;
    height: 175px;
}

.title-product-shimmer {
    width: 100%;
    height: 15px;
    border-radius: 15px;
}

.sub-title-product-shimmer {
    width: 100%;
    height: 20px;
    border-radius: 15px;
}

.product-cart-wrap .product-img-action-wrap {
    max-height: 362px;
}


h3.display-2{
    font-size: 50px;
}

.archive-header {
    background-size: cover
}

/* For mobile phones: */

@media (max-width: 768px) {
    
    h3.display-2 {
        font-size: 35px;
    }

    .logo.logo-width-1 {
        margin-right: 5px;
        position: static;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    
    .img-product-shimmer {
        width: 100%;
        height: 100px;
    }
    
    .search-style-2 form input {
        background-image: none;
    }

    #sort_product_wrap > div.sort-by-product-wrap > div.sort-by > span {
        font-size: 0;
    }

    .archive-header {
        padding: 15px;
        padding-left: 2rem;
    }

    #current_category_name {
        font-size: 1.5rem; 
    }
}


/*--- Common Classes---------------------*/

::-moz-selection {
  background: #275da8;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #275da8;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #275da8;
  /* Gecko Browsers */
  color: #fff;
}


.main {
    margin-top: 15px;
}



.header-style-1 .search-style-2 form {
    max-width: 100%;
}

.header-style-1 .search-style-2 form input {
    max-width: 100%;
}


.header-style-1 .header-bottom-bg-color {
    border-bottom: 0;
}

footer a:hover {
    color: #1D4886;
}


.theiaStickySidebar > .sidebar-widget {
    position: static; 
    transform: none;
}

.sidebar li .submenu { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
}

.sidebar .nav-link:hover {
    color: var(--bs-primary);
}


.sidebar .nav-link.active {
    color: var(--bs-primary);
}

.circle-loading-list-product {
    width: 50%;
}

.price_range {
    background: none;
}

.sort-by-dropdown ul li a.active {
    background-color: #1D4886;
    color: white;
}

.sort-by-dropdown ul li a.active::before {
    display: none;
}

.form-group input.form-control-md {
    height: 3rem;
}


#btn_filter_price {
    background-color: #1D4886;
}

#btn_filter_price:hover {
    background-color: #2e6abf;
}


.product-cart-wrap .product-content-wrap 
.product-price {
    padding-top: 0px;
}

.product-cart-wrap .product-card-bottom {
    margin-top: 0px;
}

.product-name {
    word-wrap: break-word;
}

#scrollUp {
    left: 1rem;
}

.align-items-center, .center, .between-center, .align-center {
    align-items: center !important;
}

.justify-content-center, .center, .justify-center {
    justify-content: center !important;
}

button.submit, button[type='submit'] {
    background-color: #1D4886 !important;
}

button.submit:hover, button[type='submit']:hover {
    background-color: #2e6abf !important;
}

#notification > #danger {
    font-weight: bold;
}


.alert:last-child {
    margin-bottom: 0;
}

.alert-link {
    box-shadow: 0 1px 0 currentColor;
}

.alert-link:hover {
    box-shadow: none;
}

.alert h5, .alert .h5, .alert h6, .alert .h6, .alert .title {
    font-size: 1.05rem;
}

.alert.alert-icon {
    padding-left: 3.25rem;
}

.alert.alert-icon > .icon {
    position: absolute;
    font-size: 1.25rem;
    line-height: 1;
    width: 2rem;
    top: 1rem;
    left: 1.25rem;
    margin-left: -1px;
}

.alert-dismissible .close {
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease;
    margin-top: -1px;
    position: absolute;
    right: 0;
    padding: 1rem 1.25rem;
    color: currentColor;
}

.alert-dismissible .close:focus {
    outline: none;
}

.alert-dismissible .close:hover {
    color: currentColor;
    opacity: 0.75;
}


.alert-dismissible .close:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d3";
  font-size: 1.1rem;
}

.alert-light, .alert-lighter, .alert-gray {
    border-color: #e5e9f2;
    color: #526484;
}

.alert-light .alert-link, .alert-lighter .alert-link, .alert-gray .alert-link {
    color: #526484;
}

.alert-alt {
    position: relative;
    padding: 0.875rem;
    border-radius: 12px;
}

.alert-alt.alert-icon {
    padding-left: 4rem;
}

.alert-alt.alert-icon > .icon {
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    width: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0.5;
}



button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 1.505rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

a.alert:hover {
    color: currentColor;
}

.alert-fill.alert-primary {
    color: #fff;
    background: #854fff;
}

.alert-fill.alert-secondary {
    color: #fff;
    background: #364a63;
}

.alert-fill.alert-success {
    color: #fff;
    background: #1ee0ac;
}

.alert-fill.alert-info {
    color: #fff;
    background: #09c2de;
}

.alert-fill.alert-warning {
    color: #fff;
    background: #f4bd0e;
}

.alert-fill.alert-danger {
    color: #fff;
    background: #e85347;
}

.alert-fill.alert-light {
    color: #000;
    background: #e5e9f2;
}

.alert-fill.alert-dark {
    color: #fff;
    background: #1f2b3a;
}

.alert-fill.alert-gray {
    color: #fff;
    background: #8091a7;
}

.alert-fill.alert-lighter {
    color: #000;
    background: #ebeef2;
}

.alert-fill {
    border-width: 0;
}