/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#page {
  overflow: hidden;
  padding: 0 30px; }
  @media (max-width: 1199px) {
    #page {
      padding: 0 15px; } }

.box-img-category {
  padding-top: 24px; }

.h2-list-product {
  padding: 110px 0 46px 0; }
  @media (max-width: 767px) {
    .h2-list-product {
      padding: 86px 0 12px 0; } }
  @media (max-width: 575px) {
    .h2-list-product {
      padding: 36px 0 5px 0; } }
  .h2-list-product .title_block {
    margin-bottom: 48px; }
    @media (max-width: 480px) {
      .h2-list-product .title_block {
        font-size: 26px; } }
  .h2-list-product .product_list {
    padding: 0;
    border: none;
    margin-bottom: 0; }
    .h2-list-product .product_list .ajax_block_product {
      margin-bottom: 36px;
      /*width: 20%;*/ }
      @media (min-width: 1200px) {
        .h2-list-product .product_list .ajax_block_product:nth-child(5n+1) {
          clear: both; } }
      @media (max-width: 1199px) and (min-width: 992px) {
        .h2-list-product .product_list .ajax_block_product {
          width: 25%; }
          .h2-list-product .product_list .ajax_block_product:nth-child(4n+1) {
            clear: both; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .h2-list-product .product_list .ajax_block_product {
          width: 33.33%; }
          .h2-list-product .product_list .ajax_block_product:nth-child(3n+1) {
            clear: both; } }
      @media (max-width: 767px) and (min-width: 481px) {
        .h2-list-product .product_list .ajax_block_product {
          width: 50%; }
          .h2-list-product .product_list .ajax_block_product:nth-child(2n+1) {
            clear: both; } }
      @media (max-width: 480px) {
        .h2-list-product .product_list .ajax_block_product {
          width: 100%; } }

.wr-box-text {
  margin: 0; }

.h2-box-text {
  text-align: center; }
  .h2-box-text .block_content {
    max-width: 870px;
    margin: auto;
    padding-top: 204px;
    padding-bottom: 180px; }
    @media (max-width: 991px) {
      .h2-box-text .block_content {
        padding-top: 130px;
        padding-bottom: 150px; } }
    @media (max-width: 767px) {
      .h2-box-text .block_content {
        padding-top: 74px;
        padding-bottom: 94px; } }
    .h2-box-text .block_content h2 {
      font-size: 72px;
      margin-bottom: 0;
      font-family: "Libre Baskerville", serif; }
      @media (max-width: 575px) {
        .h2-box-text .block_content h2 {
          font-size: 52px; } }
    .h2-box-text .block_content p {
      font-size: 30px;
      color: #121212;
      line-height: 1.5; }
      @media (max-width: 575px) {
        .h2-box-text .block_content p {
          font-size: 16px; } }

@media (max-width: 575px) {
  .widget-category_image {
    margin-bottom: 24px; } }
.widget-category_image ul {
  margin-bottom: 0; }
.widget-category_image .cover-img {
  overflow: hidden;
  display: inline-block; }
  .widget-category_image .cover-img img {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s; }
.widget-category_image .wr_cat_name {
  position: absolute;
  bottom: 48px;
  left: 0;
  right: 0;
  text-align: center; }
  @media (max-width: 991px) {
    .widget-category_image .wr_cat_name {
      bottom: 20px; } }
  @media (max-width: 575px) and (min-width: 481px) {
    .widget-category_image .wr_cat_name {
      bottom: 48px; } }
  .widget-category_image .wr_cat_name .cat_name {
    padding: 21px 50px;
    background-color: #FFFFFF;
    color: #121212;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    @media (max-width: 991px) {
      .widget-category_image .wr_cat_name .cat_name {
        font-size: 14px;
        padding: 10px 30px; } }
    @media (max-width: 767px) {
      .widget-category_image .wr_cat_name .cat_name {
        font-size: 10px;
        padding: 5px 20px; } }
    @media (max-width: 575px) {
      .widget-category_image .wr_cat_name .cat_name {
        font-size: 14px;
        padding: 15px 30px; } }
    .widget-category_image .wr_cat_name .cat_name:hover {
      color: #FFFFFF;
      background-color: #000000; }
.widget-category_image .cate_content {
  position: relative;
  display: inline-block; }
.widget-category_image:hover .cover-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s; }

/*# sourceMappingURL=profile1537173361.css.map */
