/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #ffffff url('../images/select-bg.svg') no-repeat 100% 45% url('../images/select-bg.svg') no-repeat 98% 50%;
  background-size: 10px auto;
  border: 1px solid #d1d1d1;
  height: 35px;
  padding-right: 20px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
.gradient {
  background-color: #f5f5f5;
}
.icon-email:before {
  content: "\e900";
}
.icon-Forma1:before {
  content: "\e901";
}
.icon-Forma1-1:before {
  content: "\e902";
}
.icon-Forma1-2:before {
  content: "\e903";
}
.icon-Group8:before {
  content: "\e904";
}
.icon-Group400:before {
  content: "\e905";
}
.icon-Group401:before {
  content: "\e906";
}
.icon-Group402:before {
  content: "\e907";
}
.icon-Group403:before {
  content: "\e908";
}
.icon-Group404:before {
  content: "\e909";
}
.icon-Path1:before {
  content: "\e90a";
}
.icon-Path3:before {
  content: "\e90b";
}
.icon-Path46:before {
  content: "\e90c";
}
.icon-Shape3:before {
  content: "\e90d";
}
.icon-Shape4:before {
  content: "\e90e";
}
.icon-telephone:before {
  content: "\e90f";
}
.icon-Union2:before {
  content: "\e910";
}
.icon-americal-express:before {
  content: "\e911";
}
.icon-discover:before {
  content: "\e912";
}
.icon-mastercard:before {
  content: "\e913";
}
.icon-visa:before {
  content: "\e914";
}
.icon-eye:before {
  content: "\e915";
}
.icon-compare:before {
  content: "\e916";
}
.icon-elegante-contactno:before {
  content: "\e918";
}
.icon-basket:before {
  content: "\e919";
}
.icon-search-icn:before {
  content: "\e91a";
}
.icon-user-icn:before {
  content: "\e91b";
}
.icon-elegante-email:before {
  content: "\e91c";
}
.icon-elegante-pin:before {
  content: "\e91d";
}
.icon-elegante-arrow-down:before {
  content: "\e91f";
}
.icon-linkedin:before {
  content: "\e917";
}
.icon-reddit:before {
  content: "\e91e";
}
.icon-tumblr:before {
  content: "\e920";
}
.icon-whatsapp:before {
  content: "\e921";
}
.icon-star-ratting:before {
  content: "\e922";
  color: #ffaa4d;
}
.icon-star-ratting-fill:before {
  content: "\e923";
  color: #ffaa4d;
}
.icon-basket-remove:before {
  content: "\e924";
}
.icon-tick-new:before {
  content: "\e925";
}
.icon-account-icon1:before {
  content: "\e926";
}
.icon-tick-1:before {
  content: "\e927";
  color: #fff;
}
.icon-basket-icon-ut:before {
  content: "\e928";
}
.header-top-link-container ul {
  justify-content: center;
}
.homepage-weeklyoffer .product-item-name {
  margin: 0 0 1rem;
}
.tab-products .cda-product-tabs .product.details.product-item-details span.price {
  font-weight: 700;
}
.shop-newarrival-container .banner-slider li.slick-slide .title-box {
  max-width: 1660px;
}
.cms-disclaimer .main .wrapper,
.cms-cookies .main .wrapper,
.cms-delivery-and-returns .main .wrapper,
.cms-terms-conditions .main .wrapper {
  padding: 100px !important;
  margin: 50px auto !important;
}
@media only screen and (max-width: 991px) {
  .cms-disclaimer .main .wrapper,
  .cms-cookies .main .wrapper,
  .cms-delivery-and-returns .main .wrapper,
  .cms-terms-conditions .main .wrapper {
    padding: 30px !important;
    margin: 30px auto !important;
  }
}
.cms-studio {
  background: #fff;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
