
/* #E01305
#F3F2EC
#DCDCDC
#3d74b6 */


:root {
    --bs-primary:  rgb(224, 19, 5);
    --bs-primary-rgb:224, 19, 5;
    --bs-btn-color: #E01305;
    --bs-btn-border-color: #E01305;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E01305;
    --bs-btn-hover-border-color: #E01305;
}
.primary-color{
    color: #FFF;
    background-color:#E01305;
}
.primary-color:focus, .primary-color:hover{
    color: #FFF;
    background-color: #b11005;
}


.btn{
    white-space: nowrap;
}
.btn-outline-primary{
   --bs-btn-color: #E01305;
    --bs-btn-border-color: #E01305;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E01305;
    --bs-btn-hover-border-color: #E01305;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #E01305;
    --bs-btn-active-border-color: #E01305;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E01305;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E01305;
    --bs-gradient: none;
}


.logo{
    max-width: 140px;
}


a.nav-link:link{
    color: #4e4e4e !important;
    text-decoration: none;
}
a.nav-link:visited{
    color: #4e4e4e !important;
    text-decoration: none;
}
/* a.dropdown-toggle:link{
    color: #FFF !important;
} */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.dropdown-item:focus, .dropdown-item:hover{

}

a{
    color: #666;
}
/* unvisited link */
a:link {
    color: #666;
    text-decoration: none;

}

/* visited link */
a:visited {
    color: #666;
}

/* mouse over link */
a:hover {
    color: #E01305;
    /* text-decoration: underline; */
}

/* selected link */
a:active {
    color: #666;
}

a.badge{
    text-decoration: none;
}

a.link-white:link{
    color: #FFF;
    text-decoration: none;
}
a.link-white:hover {
    color: #FFF;
    text-decoration: underline;
}
a.link-white:visited{
    color: #FFF;
}
a.link-white:active {
    color: black;
}
a.main-title:link{
    color: #000;
    text-decoration: none;
}
a.main-title:hover {
    color: #E01305;
    text-decoration: underline;
}
a.main-title:visited{
    color: #000;
}
a.main-title:active {
    color: black;
}

.img-fluid {
width: 100%;
}
.carousel-caption{
    background: rgba(0,0,0,0.8);
    padding:10px 20px;

}
.carousel-caption h5{
    font-size: 1.0rem;
}
.carousel-item{
    max-height:234px !important;
}
.carousel-item-img{
    object-fit:cover;
}



.section-heading {
    position: relative;
    text-align: center;
    color: #646464;
    margin-bottom: 15px;
    border: none;
}
.section-heading:after {
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    border-top: 1px solid #E01305;
    z-index: 4;
}
.section-heading h2 {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 0;
    color: #fff;
    background-color: #E01305;
    border-radius: 64px;
    font-size: 20px;
    font-weight: 400;
    z-index: 5;
}


.owl-dots{
    display: none;
}
.owl-carousel-feature-pro, .owl-carousel-feature-product-page{
    list-style: none;
    border:solid 0px #000;
    padding:0;
    margin-bottom: 0;
    margin-top:8px;
}
.owl-carousel-feature-pro li{
    border:solid 0px #000;
    background: #FFF;
    float:left;
    padding:4px;
    margin-top:0px;
    width: 100%;
}
.owl-carousel-feature-pro li::before{
    position: absolute;
    left: 45%;
    top: 35%;
    color: #EEE;
    font-size: 24px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold; content: "\f013";
    animation: spin 1.5s linear infinite;
}
.pro-item-thumb{
    border:solid 1px #DDD;
    padding:4px;
    margin-bottom:4px;
    min-height: 160px;
}
.pro-item-thumb:hover{
    border:solid 2px #E01305;
    padding:2px;
    margin-bottom:2px;
}
.pro-item-thumb-info .price{
    font-size: 20px;
    color: #FF0000;
    padding:2px 8px 2px 8px;
    border:solid 0px #000;
}
.pro-item-thumb-info p{
    font-size: 12px;
    color: #333;
    padding:2px 8px 2px 8px;
}
.pro-item-thumb-info p a:link{
    color: #333;
    text-decoration: none;
}
.pro-item-thumb-info p a:visited{
    color: black;
}
.pro-item-thumb-info p a:hover{
    color: #FF0000;
    text-decoration: none;
}
.pro-item-thumb-info p a:active{
    color: black;
}





  /* Main Slider and thumbnails */
  .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 0;
  }

  .swiper-container .swiper {
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .swiper-container .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center;
  }

  .swiper-container .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .swiper-container .swiper-btn-prev,
  .swiper-container .swiper-btn-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3em;
    height: 3em;
    z-index: 5;
    border-radius: 100%;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  @media (min-width: 700px) {
    .swiper-container .swiper-btn-prev,
    .swiper-container .swiper-btn-next {
      display: none;
    }
  }

  .swiper-container .swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
  }

  .swiper-container .swiper-btn-prev {
    left: 1em;
  }

  .swiper-container .swiper-btn-next {
    right: 1em;
  }

  @media (min-width: 700px) {
    .swiper-container .main-slider {
      border-radius: 1em;
    }
  }

  .swiper-container #main-thumbs-slider {
    display: none;
  }

  @media (min-width: 700px) {
    .swiper-container #main-thumbs-slider {
      display: block;
    }

  }

  .swiper-container .thumbs-slider {
    height: 25%;
    padding: 1em;
  }

  .swiper-container .thumbs-slider .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 1;
    border-radius: 0.5em;
    overflow: hidden;
  }

  .swiper-container .thumbs-slider .swiper-slide img {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }

  .swiper-container .thumbs-slider .swiper-slide:hover {
    cursor: pointer;
  }

  .swiper-container .thumbs-slider .swiper-slide:hover img {
    opacity: 0.5;
  }

  .swiper-container .thumbs-slider .swiper-slide-thumb-active {
    border: 3px solid #E01305;
  }

  .swiper-container .thumbs-slider .swiper-slide-thumb-active img {
    opacity: 0.5;
  }


.prod-price{
    font-size: 1.6rem;
    color: #FF0000;
}
.prod-params{
    width: 45%;
    font-size: 0.8rem;
    display: inline-block;
    border:solid 0px #333;
    padding:5px 10px 5px 0;
}
.prod-tags{
    font-size: 0.8rem;
    display: inline-block;
    border:solid 1px #d4d4d4;
    padding:5px 10px 5px 5px;
}
.prod-tags:hover{
    background-color: #E01305;
    color: #fff;
}

.category-ul-main{
    margin-top: 3px;
}
.category-ul-sub{
}
.category-ul-main > li{
    margin-top: 8px;
    font-weight: bold;
}
.category-ul-sub > li{
    margin-top: 2px;
    font-weight:normal;
}
.category-ul-main li a:link{
    text-decoration: none;
    color: black;
}
.category-ul-main li a:hover {
    text-decoration:underline;
    color: #E01305;
}
.category-ul-main li a:visited{
    color: black;
}
.category-ul-main li a:active {
    color: black;
}


.box-tag-list-top{
    padding: 4px 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #bdbdbd;
}
.box-tag-list-btm{
    padding: 4px 10px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: solid 1px #bdbdbd;
}

.box-header{
    padding: 2px 10px;
    margin-bottom: 8px;
    border-bottom: solid 1px #bdbdbd;
}
.box-header .title{
    font-size: 1.4rem;
    font-weight: bold;
    color: #4e4e4e;
    padding-right: 10px;
    white-space: nowrap;
}
.box-header .title h4{
    white-space: nowrap;
}

.box-header .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box-header .menu ul li{
    display: inline-flex;
    padding:4px 8px;
    border-right: 1px solid #bdbdbd;
}
.box-header .menu ul li:last-child {
  border-right: none;
}
.box-header .menu ul li a{
    font-size: 14px;
}


.box-news-top{
    border: solid 0px #bdbdbd;
    height: 98%;
    border-radius: 5px;
    margin-top: 15px;
}
.box-title{
    font-size: 1.4rem;
    font-weight: bold;
    color: #4e4e4e;
    padding: 4px 10px;
    border-bottom: solid 1px #bdbdbd;
}

.box-news-top ul li{
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.box-news-top ul li a:link{
    text-decoration: none;
}
.box-news-top .highlight{
    color: #161616;
    font-weight: bolder;
    font-size: larger;
    margin-top: 18px;
}

ul.box-news-hot-top{
    margin:0;
    padding: 0;
    list-style: none;
}
.box-news-hot-top li{
    display:flex;
    border: solid 2px #000;
}
.box-news-hot-top-img{
    width: 100px !important;
    /* float: left;
    display: block;
    width: 20% !important; */

}
.box-news-hot-top-img img{
    object-fit:fill;
}
.box-news-hot-top-content{
    width: 70%;
    display: inline-block;
    /* float: left;
    display: block;
    width: 70%;
    padding-right: 2px; */
}


.box-tag .box-header{
    margin-bottom: 0px;
}
.box-tag li{
    font-size: 0.9rem;
    margin-bottom: 8px;
}
.box-tag .highlight{
    color: #161616;
    font-weight: bolder;
    font-size: 1.0rem;
    margin-top: 14px;
    margin-bottom: 10px;
}
.box-tag-img-big{
    position: relative;
}
.box-tag-title-big{
    position:absolute;
    bottom:1px;
    padding: 4px 10px;
    font-size:0.9rem;
    line-height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.3);
}
.box-tag-title-big a{
    color: #FFF;
}
.box-tag-img-small img{
    border-radius: 6px;
}
.box-tag-title-small{
    padding: 4px;
    font-size:0.8rem;
    line-height: 1.1rem;
    margin-bottom:0.1em;
}


.list-group-item{
    padding: 0;
}
.list-group-item-img{
    float: left;
    width: 40%;
    max-width: 40%;
}
.list-group-item-img img{
    border-radius: 14px;
    height: 70px !important;
}
.list-group-item-content{
    float: left;
    width: 60%;
    padding-right: 10px;
}
.list-group-item-content .title{
    font-size: 0.8rem;
    line-height: 1.1rem;
}
.list-group-item-content .title a:link{
    text-decoration: none;
}
.list-group-item-content .date{
    font-size: 0.7rem;
}
.list-group-item-content .price{
    font-size: 20px;
    color: #FF0000;
    border:solid 0px #000;
    margin-top: 10px;
}


.top-left-card{
    min-height: 160px;
    border: none;
}
.top-left-card-img{
    border:solid 0px #000;
}
.top-left-card-img img{
    border-radius: 16px;
}
.top-left-card .date{
    font-size: 0.7rem;
}


.card-01{
    min-height: 320px;
}
.card-01-img{
    border:solid 0px #000;
}
.card-01 .date{
    font-size: 0.7rem;
}

.card-02{
    min-height: 320px;
}
.card-02-img{
    border:solid 0px #000;
}
.card-02-img img{
    border-radius: 18px;
}
.card-02 .date{
    font-size: 0.7rem;
}

.card img{
    height: 100%;
    width: 100%;
}

.card-box-01{
    border: none;
}
.card-box-01 p {
    padding: 4px 8px;
    font-size: 0.88rem;
    line-height: 1.4rem;
}
.card-box-01 ul{
    padding-top: 5px;
    padding-right: 10px;
}
.card-box-01 li{
    margin-bottom: 10px;
    line-height: 1.0rem;
}
.card-box-01 li a:link{
    text-decoration: none;
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.card-box-01-img img {
   border-radius: 10px;
}
.card-box-01 .highlight{
    color: #161616;
    font-weight: bolder;
    font-size: larger;
    margin-top: 16px;
}

.footer-taglist ul{
    list-style: circle;
    color: #161616;
}
.footer-taglist ul li{
    margin-bottom: 10px;
}
.footer-taglist ul li a:link{
    color:  #333;
    text-decoration: none;
}
.footer-taglist ul li a:visited {
    color:  #333;
}
.footer-taglist ul li a:hover {
    color:  #333;
    text-decoration: none;
}
.footer-taglist ul li a:active {
    color:  #333;
}

.footer-credit{
    font-size: 0.9rem;
}



@media only screen and (max-width: 767px) {
    .carousel-caption h5{
        font-size: 1.0rem;
    }
    .carousel-item{
        height:auto;
    }
    .carousel-item-img{
        object-fit:contain;
    }
    .card-01{
        min-height: auto;
    }
    .card-01-img{
        height:auto;
    }
    .card-02-img{
        height:auto;
    }


    .navbar-nav{
        padding-left: 10px;
    }

    .card-title{
        font-size: 1.0rem !important;
        line-height: 1.4rem !important;
    }


    .top-left-card{
        min-height: 148px;
    }
    .top-left-card-img{
        height: auto;
    }
    .top-left-card-img img{
        border-radius: 16px;
    }

    .list-group-item-img img{
        border-radius: 14px;
        height: auto !important;
    }

}
@media only screen and (min-width: 767px) {
    .dropdown-menu {
        min-width: 300px;
    }
}




.scrolltop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 28px;
    width: 45px;
    height: 45px;
    background: #333;
    color: #FFF !important;
    text-align: center;
    font-size: 24px;
    padding-top:5px;
    z-index:1000;

  }

  .scrolltop:hover, .scrolltop:active, .scrolltop:focus {
    color: #fff !important;
    opacity: .75;
  }
