/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 10 2021 | 01:13:45 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

#edgtf-back-to-top{
    position: fixed;
      width: 56px;
      right: 39px;
      bottom: 5px;
      margin: 0;
      z-index: 10000;
      opacity: 0;
      visibility: hidden;
  }
  
  #edgtf-back-to-top>span{
    position: relative;
      display: block;
      width: 58px;
      height: 44px;
      line-height: 44px;
      font-size: 30px;
      text-align: center;
      color: #ff0b7f;
      background-color: transparent;
      border: none;
      overflow: hidden;
  }
  
  .edgtf-shopping-cart-dropdown{
    position: absolute;
      top: 100%;
      left: auto;
      right: 0;
      width: 300px;
      background-color: #fff;
      text-align: left;
      z-index: 1000;
      max-height: 0;
      overflow: hidden;
      box-sizing: border-box;
      -webkit-transition: none;
      -moz-transition: none;
      transition: none;
  }
  
  .edgtf-shopping-cart-holder .edgtf-header-cart{
    line-height: 1;
  }
  
  .edgtf-shopping-cart-holder:hover .edgtf-shopping-cart-dropdown{
    max-height: 100vh;
      -webkit-transition: max-height .8s cubic-bezier(.53,.01,.18,1);
      -moz-transition: max-height .8s cubic-bezier(.53,.01,.18,1);
      transition: max-height .8s cubic-bezier(.53,.01,.18,1);
  }
  
  .edgtf-shopping-cart-dropdown ul{
    margin: 30px;
      padding: 0;
  }
  
  .edgtf-shopping-cart-dropdown ul li{
    border-bottom:none;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-image-holder{
        position: relative;
      display: table-cell;
      height: 100%;
      width: 58px;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder{
    position: relative;
      display: table-cell;
      height: 100%;
      width: 100%;
      vertical-align: middle;
      padding-left: 12px;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-product-title{
        display: block;
      margin: 0;
      padding: 0 20px 0 0;
      box-sizing: border-box;
      font-size: 19px;
      line-height: 1.1em;
        font-family: Cormorant;
        font-style: italic;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: none;
    color:#000;
  }
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-product-title a{
    color: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-style: inherit;
      line-height: inherit;
      letter-spacing: inherit;
      text-transform: inherit;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder .edgtf-quantity{
        display: inline-block;
      margin: 0;
      color: #000;
    font-family: Cormorant,serif;
    font-style: italic;
  font-size: 21px;
      font-weight: 400;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder .amount{
    display: inline-block;
      margin: 0;
      color: #000;
    font-style: italic;
    font-family: Cormorant,serif;
      font-size: 21px;
      font-weight: 400;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-item-info-holder .remove{
    position: absolute;
      top: -1px;
      right: 0;
      font-size: 22px;
      line-height: 1;
  }
  
  .edgtf-cart-bottom{
    padding: 21px 0 0;
    position: relative;
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%;
      padding: 7px 0;
      box-sizing: border-box;
  }
  
  .edgtf-cart-bottom{
    padding-bottom: 0;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder{
        position: relative;
      display: table;
      width: 100%;
      margin: 0 0 16px;
    border:none;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder .edgtf-total{
    font-family: Montserrat,sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: .2em;
      text-transform: uppercase;
    color: #000;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder>*{
    display: table-cell;
      vertical-align: top;
      color: #000;
      line-height: 20px;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder .edgtf-total-amount{
  text-align: right;
    color: #000;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-subtotal-holder>*{
    display: table-cell;
      vertical-align: top;
      color: #000;
      line-height: 20px;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-checkout{
    background-color: #000;
      outline-color: #000;
  }
  
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-checkout, .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-view-cart{
    position: relative;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: 35px;
      line-height: 35px;
      padding: 0 23px;
      font-size: 9px;
      font-weight: inherit;
      letter-spacing: .18em;
      color: #fff;
      background-color: #ff0b7f;
      font-family: Montserrat,sans-serif;
      font-style: normal;
      text-align: center;
      box-sizing: border-box;
      -webkit-transition: color .2s ease-out,background-color .2s ease-out;
      -moz-transition: color .2s ease-out,background-color .2s ease-out;
      transition: color .2s ease-out,background-color .2s ease-out;
      outline: #ff0b7f solid 1px;
      outline-offset: 2px;
      margin-left: 3px;
  }
  .edgtf-shopping-cart-dropdown .edgtf-cart-bottom .edgtf-view-cart:hover{
    color: #fff;
      background-color: #000;
      outline-color: #000;
  }
  
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before{
    content: url(/icons/menu.svg);
  }
  
  .edgtf-side-menu-button-opener .edgtf-fm-lines{
    width: 33px;
    height: 20px;
    margin-top: -15px;
  }
  
  .edgtf-side-menu-button-opener .edgtf-fm-lines .edgtf-fm-line{
    height: 1px;
  }
  
  .edgtf-side-menu-button-opener .edgtf-fm-lines .edgtf-fm-line.edgtf-line-2{
  left: 8px;
      width: 16px;
  }
  
  .edgtf-side-menu-button-opener:hover .edgtf-fm-lines .edgtf-fm-line.edgtf-line-1{
    top: 0px;
  }
  .edgtf-side-menu-button-opener:hover .edgtf-fm-lines .edgtf-fm-line.edgtf-line-2{
      transform: scaleX(2);
      left: 7px;
      height: 1px;
  }
  
  .edgtf-side-menu-button-opener:hover .edgtf-fm-lines .edgtf-fm-line.edgtf-line-3{
    top: calc(100% - 4px);
  }
  
  .icon-bag:before{
    content: url(/icons/bag.svg);
  }
  
  .icon_search:before{
    content: url(/icons/search.svg);
  }
  
  .edgtf-shopping-cart-holder .edgtf-header-cart .edgtf-cart-icon .edgtf-cart-info-number{
      position: absolute;
      left: calc(100% + -2px);
      bottom: 2px;
      font-size: 22px;
      color: #ff0b7f;
      top: unset;
      font-style: italic;
      font-family: Cormorant,serif;
      font-weight: 400;
      background-color: transparent;
      width: auto;
      height: auto;
      right: unset;
  }
  
  @media only screen and (max-width: 680px){
    .offset-top .vc_column-inner{
          padding: 170% 0 0 !important;
      }
  }
  
  @media only screen and (max-width: 480px){
      .offset-top .vc_column-inner{
              padding: 0 10px;
      }
  }
  
  
  