/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
#columns {
  padding: 10px 0;
}

.group-category-image-footer {
  display: block;
}

.page-heading, .heading-counter {
  display: none;
}

.product_list.grid .product-block {
  margin-bottom: 20px;
  width: 100%;
}

.lnk_more {
  text-decoration: underline;
}
.lnk_more:hover {
  text-decoration: underline;
}

#category_description_short,
#category_description_full {
  color: #666666;
  font-size: 14px;
}

.subcategories {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.subcategories .image {
  margin: 0px;
  overflow: hidden;
  position: relative;
}
.subcategories .image img {
  width: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  /* W3C */
  -webkit-backface-visibility: hidden;
  /* Safari & Chrome */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
  -o-backface-visibility: hidden;
  /* Opera */
}
.subcategories .cat-name {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001) 0%, rgba(92, 179, 139, 0.8) 100%);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.subcategories .cat-name a {
  font-size: 10px;
  color: white;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 991px) {
  .subcategories .cat-name a {
    font-size: 14px;
  }
}
.subcategories .cat-desc {
  margin: 5px 0px;
  overflow: hidden;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.subcategories:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (min-width: 768px) {
  .banner-shown-all {
    width: 100%;
    height: 130px;
    background: url(../img/bg-shown-all-cate.jpg);
    background-size: 100% 100%;
  }
}

.desc-category-all {
  color: #777777;
  font-size: 13px;
  margin-bottom: 30px;
}

.subcategories-block {
  border: 1px solid #eaeaea;
  margin-bottom: 25px;
  padding: 15px;
  position: relative;
  min-height: 290px;
}
.subcategories-block .right-block{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px 15px;
  z-index: 10;
}
.subcategories-block .cat-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    height: 22px;
    overflow: hidden;
    position: relative;
    z-index: 9;
    line-height: 23px;
    margin: 5px 0 10px;
}
.subcategories-block .cat-name a{
  color: #283655;
}

.subcategories-block .cat-desc {
  display: none;
  font-size: 12px;
  color: #283655;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 9;
  margin: 10px 0;
  height: 53px;
}
.subcategories-block .right-block:before {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(255,255,255,0.8);
  -webkit-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  width: 100%;
  box-sizing: content-box;
}
body#category .product_list .ajax_block_product {
  width: 20%;
}


@media (min-width: 768px){
  .subcategories-block:hover .cat-desc{
    display: -webkit-box;
    color: #fff;
  }
  .subcategories-block:hover .right-block{
    bottom: -65px;
  }
  .subcategories-block:hover .right-block:before{
    background-color: rgba(62,99,175,0.6);
    -webkit-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -o-transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.5s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  }
  .subcategories-block:hover .cat-name a{
    color: #fff;
  }
  body#category .product_list .ajax_block_product {
    width: 20%;
  }
}


.rtl .subcategories-block .functional-buttons a {
  padding-left: 35px;
  padding-right: inherit;
}

.rtl .subcategories-block .functional-buttons a:after {
  left: 0;
  right: auto;
}

/********* DONGND ++++++++++++ *************/
.banner-category
{
  width: 100%;
  height: 105px;
  background: url(../img/bg-cate.jpg);
    background-size: 100% 100%;
}

.productCatName
{
  color: #283655;
    font-weight: normal;
    margin: 0;
    text-transform: none;
  font-size: 28px;
  padding: 33px 0 0 25px;
}

.productCatName.productCatName-h1-h2
{
  font-size: 30px;
  padding: 20px 0 0 25px;
  font-weight: 700;
}

.productCatSubName {
    color: #9b26af;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding-left: 25px;
    padding-top: 5px;
    text-transform: none;
}
@media (max-width: 480px){
  .productCatName.productCatName-h1-h2{
    font-size: 14px;
  }
  .productCatSubName {
    font-size: 9px;
  }
  body#category .product_list .ajax_block_product {
    width: 50%;
  }
}
/********* DONGND ----------- *************/

/* remove leo-more-info last child */
/* #category .product_list.grid .product-block .leo-more-info {
    position: absolute;
    z-index: 999;
    top: -3px;
    min-height: 210px;
    background: white;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    right: -83px;
    left: auto;
    border-width: 2px 2px 2px 0px;
    border-style: solid;
    border-color: black;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media (min-width: 992px) {    
  #category .product_list.grid .product-block:hover .leo-more-info {
      -webkit-transform: translate(-10px, 0px);
      -moz-transform: translate(-10px, 0px);
      -ms-transform: translate(-10px, 0px);
      -o-transform: translate(-10px, 0px);
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
  }
}

#category .product_list.grid .product-block .leo-more-info::before {
    position: absolute;
    content: "";
    top: 0px;
    left: -1px;
    height: 100%;
    width: 1px;
    background-color: white;
} */

#category .product_list.grid .ajax_block_product{
  border-width: 1px 1px 1px 1px;
}
/* #category .product_list.grid .ajax_block_product.first-in-line{
  border-width: 1px 1px 1px 1px;
} */

/*******KY**************/
.subcategories-block .functional-buttons a {
  position: relative;
  padding: 7px;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 81, 0.39);
  border-radius: 10px;
  display: inline-block;
  border: none;
}
.subcategories-block .functional-buttons a span{
  position: relative;
  height: 35px;
  border: 2px solid rgba(40,54,85,0.9);
  margin: 0;
  border-radius: 10px;
  background: #f4f9fd;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.39);
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
  color: #283655;
}
.subcategories-block .functional-buttons a span .fa-play{
  color: #fff;
  width: 23px;
  height: 23px;
  background: #935ca6;
  border-radius: 100%;
  line-height: 20px;
  border: 2px solid #f4f9fd;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 0 10px;
      -webkit-box-shadow: 0px 0px 0px 2px rgba(40,54,85,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(40,54,85,1);
    box-shadow: 0px 0px 0px 2px rgba(40,54,85,1);
}
.subcategories-block .functional-buttons a span:hover{
  background: #f37650;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

