@charset "utf-8";
/* CSS Document */
.default-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background-color: #8a0000;
  padding: 43px 30px 50px 30px;
  box-shadow: 7px 7px 7px 0px rgb(0 0 0 / 8%);
  margin-bottom: 50px;
  border-radius: 10px;
}

.default-sidebar .sidebar-widget:last-child{
  /**margin-bottom: 0px;**/
}

.default-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.default-sidebar .sidebar-widget .widget-title h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.default-sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6ebeb;
  font-size: 16px;
  color: #848484;
  padding: 10px 50px 10px 30px;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 18px;
  color: #848484;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-search .form-group input:focus{

}

.default-sidebar .sidebar-search .form-group input:focus + button,
.default-sidebar .sidebar-search .form-group button:hover{

}

.default-sidebar .sidebar-category .category-list li{
  position: relative;
  display: block;
  padding: 14px 0px 10px 0px;
  border-top: 1px solid #e9ebf0;
}

.default-sidebar .sidebar-category .category-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'Spartan', sans-serif;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
}

.default-sidebar .sidebar-category .category-list li a:hover{
  padding-left: 28px;
  color: #FFC107;
}

.default-sidebar .sidebar-category .category-list li a:active{
  color: #FFC107;
  font-weight: 500;
}

.default-sidebar .sidebar-category .category-list li a i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 18px;
  opacity: 0;
  transition: all 500ms ease;
}

.default-sidebar .sidebar-category .category-list li a:hover i{
  opacity: 1;
  color: #6C6C6C;
}

.default-sidebar .sidebar-category{
  padding-bottom: 30px;
}

/* shop block */
.shop-block-one {
    /* margin: 18px; */
    /* margin-left: 18px; */
    /* margin-right: 18px; */
    margin-bottom: 41px;
}

.shop-block-one .inner-box {
    position: relative;
    display: block;
    background: #fff;
    overflow: hidden;
    /* padding: 23px 23px 0; */
    text-align: center;
    box-shadow: 5px 4px 6px 1px rgb(0 0 0 / 18%);
}

.shop-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.shop-block-one .inner-box .image-box img {
    transition: all 500ms ease;
}

.shop-block-one .inner-box:hover .image-box img {
    transform: scale(1.06);
}

.shop-block-one .inner-box .lower-content {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 25px;
    background: #ededed;
    color: white;
    /* padding: 10px; */
}

.shop-block-one .inner-box .lower-content.style-two {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
    background: white;
}

.shop-block-one .inner-box .lower-content.style-two h4 {
    color: black
}

.shop-block-one .inner-box .lower-content .shape {
    position: absolute;
    left: 0px;
    top: 13px;
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

div.c {
  text-transform: capitalize;
}


