.w-100{
  width: 100%!important;
}
.h-100{
  height: 100%!important;
}
.m-0{
  margin: 0!important;
}
.mt-0{
  margin-top: 0!important;
}
.mt-1{
  margin-top: 5px;
}
.mt-2{
  margin-top: 10px;
}
.mt-3{
  margin-top: 15px;
}

.themecolor-c{
  color: #da2c2a!important;
}
.themecolor-bg{
  background-color: #da2c2a!important;
}

hr {
  border-top-color: rgba(0,0,0,0.08);
}

footer a:not(:link),
footer a:hover:not(:link){
  text-decoration: none;
}

.fill-blue{
  fill: #4abedd;
}
.fill-purple{
  fill: #9069a2;
}
.fill-pink{
  fill: #e55794;
}
.fill-red{
  fill: #e15c6b;
}
.fill-orange{
  fill: #ec7a43;
}
.fill-yellow{
  fill: #fabd3a;
}
.fill-green{
  fill: #b2cf81;
}

.hover-shadow{
  transition: 0.25s ease-out;
}
.hover-shadow:hover{
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.header-bottom-container{
  background-color: #222529;
  width: 100%;
}
.header-bottom-container .header-bottom-items{
  display: flex;
  justify-content: flex-end;
}
.header-bottom-container .header-bottom-items .header-bottom-item{
  padding: 10px;
  color: #f4f4f4;
  text-decoration: none;
}
.header-bottom-container .header-bottom-items .header-bottom-item:hover{
  background-color: #da2c2a;
}
.header-bottom-container .header-bottom-items .header-bottom-item > span{
  margin-right: 5px;
}

@media (max-width: 770px) {
  .header-bottom-container{
    display: none;
  }
}

div.image-container{
  position: relative;
  width: 100%;
  /*min-width: 150px;*/
  padding-top: 100%;
  overflow: hidden;
}
div.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}
div.image-container.img-1-2 {
    padding-top: 200%;
}
div.image-container.img-1-05 {
    padding-top: 50%;
}
div.image-container.img-1-04 {
    padding-top: 40%;
}

div.absolutebutton-container{
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  max-width: 100%;
}
div.absolutebutton-container button{
  position: relative;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.instagram-container{
  position: relative;
}
.instagram-container .insta-items{
  transition: 0.3s ease-out;
  filter: grayscale(1);
}
.instagram-container:hover .insta-items{
  filter: grayscale(0);
}
.instagram-container .instagram-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instagram-container .instagram-overlay strong{
  font-size: 22px;
}

.owl-stage-outer .owl-item svg{
  width: 75px;
  transition: 0.25s ease-out;
}
.owl-stage-outer .owl-item:hover svg{
  transform: scale(1.1);
  filter: brightness(1.1);
}
.owl-item a,
.owl-item span{
  display: block;
}
.owl-item h3{
  margin-bottom: 0;
}

@media (min-width: 768px) {



}
@media (max-width: 995px) {

  footer .footer-middle .col-lg-6,
  footer .footer-middle .col-lg-3{
    margin-bottom: 25px;
  }

  div.absolutebutton-container{
    padding-bottom: 15px;
    padding-left: 15px;
  }

}

.background-darkest{
  background-color: #222529;
}
.block-search input{
  border: 1px solid #e7e7e7;
  border-radius: 25px;
}
.cart-design-2 .action.showcart .minicart-icon{
  border-color: #222529!important;
}
.product-item-info.type9 .product-item-actions>.action.towishlist,
.product-item-info.type3 .product-item-actions .actions-primary .tocart,
.product-item-info.type5 .product-item-actions .actions-primary .tocart,
.product-item-info.type6 .product-item-actions .actions-primary .tocart,
.product-item-info.type9 .product-item-actions>.actions-primary .tocart{
  right: 15px!important;
}
.page-products .sidebar-content {
  background-color: #f8f8f8;
  border-radius: 20px;
  border: 2px solid #f0f0f0!important;
}
.page-products .sidebar.sidebar-additional{
  padding: 20px!important;
}
html body .action.primary{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #da2c2a;
  border-color: #b62624;
}
html .action.primary:hover{
  background-color: #b62624!important;
}
.page-header .sw-megamenu.navigation li.level0 > .submenu a{
  padding-bottom: 4px!important;
}
.page-header .sw-megamenu.navigation li.level0 > .submenu .level1 > a{
  padding-bottom: 8px!important;
}

.cart-container .cart .product-item-details{
  max-width: 400px;
}
span.tax-details > *{
  display: inline;
}

@media (max-width: 600px){
  .post-holder{
      margin-left: 0;
  }
  .post-holder .post-date{
      margin-left: 0;
  }
}

.product .price-details {
  font-size: 12px;
  line-height: 1.2;
}