/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	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 
 */
/***********************************************************************/
.banner.banner-coco-one {
  text-align: center;
  position: relative;
  margin-bottom: 40px; }
  .banner.banner-coco-one.banner-no-margin {
    margin-bottom: 0px; }
  .banner.banner-coco-one .image {
    display: block;
    overflow: hidden; }
    .banner.banner-coco-one .image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 8;
      background: rgba(0, 0, 0, 0.2); }
  .banner.banner-coco-one .title_block {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 9;
    padding: 15px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    margin-bottom: 0px;
    letter-spacing: 2px;
    font-family: inherit;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .banner.banner-coco-one .title_block {
        font-size: 20px; } }
  .banner.banner-coco-one .btn {
    border: none;
    color: #FFFFFF;
    z-index: 9;
    bottom: 0px;
    left: 50%;
    position: absolute;
    padding: 10px 30px;
    background: #000000;
    white-space: nowrap;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%); }
    .banner.banner-coco-one .btn:hover {
      border-color: #1bbc9b;
      background-color: #1bbc9b; }
  .banner.banner-coco-one p {
    margin-bottom: 0px; }
.banner.banner-coco-two .image {
  position: relative;
  display: block;
  overflow: hidden; }
  .banner.banner-coco-two .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(255, 255, 255, 0.3); }
.banner.banner-coco-two p {
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 0px; }
  @media (min-width: 768px) {
    .banner.banner-coco-two p {
      font-size: 35px; } }
  .banner.banner-coco-two p span {
    font-size: 16px;
    border-bottom: 1px solid #1bbc9b; }
.banner.banner-coco-two b, .banner.banner-coco-two strong {
  font-weight: bold; }
.banner.banner-coco-two .image_description {
  top: 50%;
  z-index: 9;
  padding: 30px 0px;
  position: absolute;
  pointer-events: none;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .rtl .banner.banner-coco-two .image_description {
    right: 40px;
    left: auto; }
  .col-in-col .banner.banner-coco-two .image_description {
    left: 50px; }
    .rtl .col-in-col .banner.banner-coco-two .image_description {
      right: 50px;
      left: auto; }
.banner.banner-coco-two.align-right .image_description {
  right: 40px;
  left: auto; }
  .rtl .banner.banner-coco-two.align-right .image_description {
    right: auto;
    left: 40px; }
  .col-in-col .banner.banner-coco-two.align-right .image_description {
    right: 50px;
    left: auto; }
    .rtl .col-in-col .banner.banner-coco-two.align-right .image_description {
      right: auto;
      left: 50px; }
.banner.banner-coco-two.text-right {
  text-align: right; }
  .rtl .banner.banner-coco-two.text-right {
    text-align: left; }
.banner.banner-coco-two.text-center {
  text-align: center; }
.banner.banner-coco-three {
  padding: 20px;
  margin-bottom: 0px;
  background: #FFFFFF;
  border: 1px solid #eaeaea; }
  @media (min-width: 576px) {
    .banner.banner-coco-three {
      padding: 40px; } }
  .banner.banner-coco-three h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
  .banner.banner-coco-three p {
    font-size: 13px;
    line-height: 1.5; }
  .banner.banner-coco-three .btn {
    font-size: 13px;
    margin-top: 15px;
    padding: 6px 20px;
    border-radius: 9999px; }
  .banner.banner-coco-three.static .block_content {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute; }
  .banner.banner-coco-three.static .fake-number-static {
    padding-left: 15px;
    padding-right: 15px; }
    .banner.banner-coco-three.static .fake-number-static .numscroller {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 10px; }

.collections.collections-coco-one .block-carousel-container {
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
  .collections.collections-coco-one .block-carousel-container .title {
    top: 50%;
    left: 0px;
    right: 0px;
    z-index: 9;
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: inherit;
    pointer-events: none;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .collections.collections-coco-one .block-carousel-container .image a {
    display: block; }
    .collections.collections-coco-one .block-carousel-container .image a:before {
      content: '';
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 8;
      position: absolute;
      background: rgba(0, 0, 0, 0.2);
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  .collections.collections-coco-one .block-carousel-container:hover .title {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .collections.collections-coco-one .block-carousel-container:hover .image a:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

/*# sourceMappingURL=widgets.css.map */
