component-category-card-a .center {
  text-align: center;
}
component-category-card-a .category {
  margin: 64px 0 0;
  padding: 50px 0;
  width: 100%;
}
component-category-card-a .category h2 {
  margin: 0;
  padding: 0 5px 47px;
  position: relative;
  z-index: 1;
  width: 100%;
  color: #212121;
  text-align: center;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  word-wrap: break-word;
  white-space: normal;
}
component-category-card-a .category h2 .-small {
  display: block;
  font-size: 70% !important;
}
component-category-card-a .category h2::before {
  position: absolute;
  width: 70px;
  content: "";
  bottom: 20px;
  left: 50%;
  border-top: 7px solid red;
  transform: translateX(-50%) skew(-40deg);
}
component-category-card-a .category .item {
  padding: 15px 0;
}
component-category-card-a .category .item .product-image-link {
  margin: 0 auto 20px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
component-category-card-a .category .item .product-image-link .img {
  margin: 0 auto;
  padding: 100% 0 0;
  display: block;
  width: 100%;
  max-width: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
component-category-card-a .category .item .product-image-link .badges {
  padding: 10px 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 5;
  color: #212121;
  text-transform: capitalize;
  opacity: 1;
}
component-category-card-a .category .item .product-image-link .badges + .badges {
  top: 34px;
}
component-category-card-a .category .item .product-image-link .-card {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}
component-category-card-a .category .item .product-image-link .-card .-table {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #212121;
  font-size: 24px;
}
component-category-card-a .category .item .product-image-link .-card .-table .-cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
component-category-card-a .category .item .product-image-link .-card .-table .-cell img {
  margin: 0 auto;
  display: block;
  max-width: 50%;
  max-height: 50%;
}
component-category-card-a .category .item .product-image-link .-card .-table .-cell span {
  display: inline-block;
  width: 100%;
}
component-category-card-a .category .item .product-image-link .-card .-table .-cell .button {
  margin: 20px 0 0;
}
component-category-card-a .category .item .product-image-link:hover .-card {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
component-category-card-a .category .item .item-detail {
  padding: 0 0 15px;
}
component-category-card-a .category .item .item-detail .badges {
  margin: 0;
}
component-category-card-a .category .item .item-detail .badges.badges {
  margin: 0 0 5px 5px;
}
component-category-card-a .category .item .item-detail .-name {
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
component-category-card-a .category .item .item-detail .-name a {
  display: block;
  color: #212121;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  word-wrap: break-word;
  white-space: normal;
}
component-category-card-a .category .item .item-detail .button {
  margin: 20px 0 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}
component-category-card-a .category .item .item-detail .button:before {
  content: "In Cart";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(-200%, -50%);
  transition: all 0.3s;
}
component-category-card-a .category .item .item-detail .button:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}
component-category-card-a .category .item .item-detail .button span {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  backface-visibility: hidden;
}
component-category-card-a .category .item .item-detail .button.-incart {
  background-color: #ffe800;
}
component-category-card-a .category .item .item-detail .button.-incart:before {
  transform: translate(0, -50%);
}
component-category-card-a .category .item .item-detail .button.-incart span {
  transform: translateX(200%);
}
component-category-card-a .category .item .item-detail a {
  color: #212121;
}
component-category-card-a .category .item .item-detail a.active,
component-category-card-a .category .item .item-detail a:hover,
component-category-card-a .category .item .item-detail a:focus,
component-category-card-a .category .item .item-detail a:active {
  text-decoration: none;
}
component-category-card-a .category .item .item-detail a.active {
  color: #c60000;
}
component-category-card-a .category .item .item-detail a:hover {
  color: #ff0000;
}
component-category-card-a .category .item .item-detail a:focus,
component-category-card-a .category .item .item-detail a:active {
  color: #c60000;
}
@media screen and (max-width: 767px) {
  component-category-card-a .category h2 {
    padding: 0 5px 47px;
  }
  component-category-card-a .category .item a.product-image-link {
    width: 50%;
  }
}
@media screen and (max-width: 543px) {
  component-category-card-a .category .item a.product-image-link {
    width: 85%;
  }
}
@media screen and (max-width: 320px) {
  component-category-card-a .category .item a.product-image-link {
    width: 100%;
  }
}
component-category-card-a .category_menu_left {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
component-category-card-a .category_menu_left ._header {
  color: black;
  font-weight: bold;
  font-size: 18px;
}
component-category-card-a .category_menu_left ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
component-category-card-a .category_menu_left ul li {
  padding: 0;
  margin: 0;
  margin: 7px 0;
}
component-category-card-a .category_menu_left ul li a.link:not(.md-button) {
  display: block;
  text-decoration: none;
  color: black !important;
}
component-category-card-a .category_menu_left ul li a.link:not(.md-button):hover {
  color: #0072ad !important;
}
component-category-card-a .category_menu_left ul li a.link:not(.md-button).active {
  color: black !important;
  font-weight: bold;
}
component-category-card-a .category_menu_left ul.sub_array li {
  padding-left: 20px !important;
}
component-category-card-a .category_header {
  color: black;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
component-category-card-a ._pro_type_a_footer {
  color: black;
  font-weight: bold;
  font-size: 16px;
  margin: 40px;
  text-transform: uppercase;
}
component-category-card-a ._category_child_list {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
component-category-card-a ._category_child_list .i_cover {
  width: 100%;
  height: auto;
}
component-category-card-a ._category_child_list .i_cover .i_img {
  padding: 225px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
component-category-card-a ._category_child_list .i_name {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.7;
  color: black;
  text-align: center;
}
component-category-card-a ._category_child_list .i_compare_price {
  font-size: 12px;
  color: grey;
  text-decoration: line-through;
  margin-bottom: 5px;
}
component-category-card-a ._category_child_list .i_price {
  font-size: 16px;
  color: black;
  margin-bottom: 10px;
}
component-category-card-a ._category_child_list .i_buy {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  margin: 0 auto;
}
component-category-card-a .category_block{
  box-shadow: 0 5px 25px rgba(0,0,0,0.08), 0 7px 25px rgba(0,0,0,0.04);
  padding-top: 30px;
  transition-property:transform;
  transition-duration: .15s;
}

component-category-card-a .category_block:hover{
   box-shadow: 0 10px 50px rgba(0,0,0,0.08), 0 13px 45px rgba(0,0,0,0.08);
   background-color: #f9d710;
}
component-category-card-a .category_block:hover .i_img{
  transform: scale(1.10);
   /*display: none;*/
}
component-category-card-a .category_block:hover .i_img_2{
 /*  display: block !important;*/
}
component-category-card-a .category_block:hover{
  transform: translateY(-2px);
}

/*component-category-card-a .category_block .i_img_2{
  
}*/