/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.btn-primary {
  min-width: 220px;
  line-height: 61px;
  padding: 0 20px;
  border: 2px solid transparent;
  border-radius: 7px;
  transition: all .4s;
}
.btn-primary:hover {
  background-color: transparent;
  color: #000000;
}
#_desktop_language_selector,
#_desktop_currency_selector {
  display: inline-block;
  margin-right: 20px;
}
#_desktop_language_selector .dropdown .expand-more,
#_desktop_currency_selector .dropdown .expand-more {
  color: #898989;
}
#_desktop_language_selector .dropdown .expand-more:hover,
#_desktop_currency_selector .dropdown .expand-more:hover {
  color: #fff;
}
#header .header-nav .material-icons.expand-more {
  font-size: 18px;
  line-height: normal;
}
.block-social ul {
  margin-bottom: 0;
}
.block-social li a {
  width: 30px;
  height: 30px;
  background-color: #404040;
  border-radius: 50%;
}
.block-social li a:hover {
  color: #ffffff;
}
.block-social li a span {
  font-size: 24px;
  line-height: 30px;
}
.block-social li a span.block-social-label {
  display: none;
}
#_desktop_contact_link a:hover,
#_desktop_user_info a:hover {
  color: #ffffff;
}
#header .header-top-wrapper {
  min-height: 132px;
}
@media (max-width: 767px) {
  #header .header-top-wrapper {
    min-height: auto;
  }
}
#_desktop_logo {
  text-align: center;
}
.header-top-left .search-widget {
  position: relative;
  float: none;
}
.header-top-right {
  text-align: right;
}
.search-widget-open {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
#main .page-not-found .search-widget-open {
  display: none;
}
.search-widget-open i {
  font-size: 28px;
}
.header-top-left .search-widget form {
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: all .4s;
}
@media (max-width: 767px) {
  .header-top-left .search-widget form {
    position: static;
    width: 100%;
  }
  .search-widget-open {
    display: none;
  }
}
.header-top-left .search-widget.open form {
  width: 290px;
}
.header-top-left .search-widget form input[type=text] {
  border: none;
  background-color: #f5f5f5;
  border-radius: 7px;
  padding: 10px 18px;
}
#_desktop_cart .blockcart-link {
  position: relative;
  display: inline-block;
  color: #000000;
}
#_desktop_cart .blockcart-link i {
  font-size: 28px;
}
#_desktop_cart .cart-products-count {
  position: absolute;
  top: 0;
  right: -8px;
  width: 17px;
  line-height: 17px;
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50%;
}
.amega-menu .amenu-item .amenu-link {
  padding: 27px 48px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .amega-menu .amenu-item .amenu-link {
    padding: 27px 30px;
  }
}
.amega-menu .amenu-item .amenu-link:hover {
  color: #acacac;
}
.promoblocks-grid {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 67px;
}
.promoblocks-grid__column {

}
.product-price-and-shipping {
  font-weight: 600;
}
.product-miniature .thumbnail-container .product-description {
  transition: all .4s;
}
.product-miniature .thumbnail-container:hover .product-description {
  opacity: 0;
}
@media (max-width: 767px) {
  .product-miniature .thumbnail-container:hover .product-description {
    opacity: 1;
  }
  .product-miniature .thumbnail-container:hover .thumbnail:before {
    display: none;
  }
}
.product-miniature .thumbnail-container .thumbnail {
  position: relative;
}
.product-miniature .thumbnail-container .thumbnail:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: inset 0px -180px 79px 0px rgba(255,255,255,0.5);
  opacity: 0;
  z-index: 5;
  transition: all .3s;
  transform: translateY(100%)
}
.product-miniature .thumbnail-container:hover .thumbnail:before {
  opacity: 1;
  transform: translateY(0);
}
.product-miniature .highlighted-informations {
  bottom: -100px;
}
.product-miniature .highlighted-informations .quick-view {
  display: inline-block;
  color: #ffffff;
}
.product-miniature .highlighted-informations .quick-view:hover {
  background-color: #de73b2;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  border-color: transparent
}
.product-miniature .highlighted-informations .variant-links {
  margin-bottom: 25px;
}
.product-miniature .highlighted-informations .variant-links .color {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.product-miniature .highlighted-informations .variant-links .color:hover {
  border-color: #fff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.2); 
}
.product-miniature .thumbnail-container:hover .highlighted-informations {
  bottom: 0;
}
.product-flags .product-flag.discount-percentage {
  position: absolute;
  top: 0 !important;
  right: 8px;
}
.aninstagram-gallery {
  padding: 60px 0;
}
.aninstagram-gallery .aninstagram-title {
  margin-bottom: 44px;
}
.aninstagram-gallery .aninstagram-title a {
  font-size: 42px;
  font-weight: 600;
  color: #000000;
}
.footer-grid .block-social {
  margin-top: 40px;
  text-align: left;
}
@media (max-width: 767px) {
  .footer-grid .block-social {
    margin-top: 20px;
  }
}
.footer-grid .block-social li.facebook a:hover {
  background-color: #3b5999;
}
.footer-grid .block-social li.twitter a:hover {
  background-color: #1ba1f1;
}
.footer-grid .block-social li.rss a:hover {
  background-color: #ea7a06;
}
.footer-grid .block-social li.pinterest a:hover {
  background-color: #fe1b1a;
}
.copyright-container {
  padding: 15px 0;
}
.copyright-container p {
  margin-bottom: 0;
}
.copyright-container p a {
  font-size: 13px;
  color: #000000;
}
.aninstagram-desc {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 54px;
}
.about_us,
#an_brandslider-block {
  background-color: #f5f5f5;
}
#an_brandslider-block {
  margin-bottom: 0;
}
.an_brandslider-items {
  padding: 60px 0;
  border-top: 1px solid #dedcdc;
}
.timework-block {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .timework-block {
    margin-top: 15px;
  }
}
.timework-block p {
  margin-bottom: 0;
  font-size: 13px;
  color: #999999;
}
.timework-block p strong {
  color: #ffffff;
  font-weight: 400;
}
.copyright-container>.container>.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search_filters>h4.h6 {
  margin-bottom: 11px;
  font-size: 16px;
}
.block-category>h1 {
  margin-top: 5px;
  margin-bottom: 21px;
  font-weight: 600;
}
.block-category #category-description p:first-child {
  font-size: 14px;
  line-height: 26px;
}
.products-selection p {
  font-size: 13px;
  margin-bottom: 0;
}
#js-product-list-top {
  padding: 12px 24px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.products-selection .sort-by {
  color: #a9a9a9;
}
.products-sort-order i {
  font-size: 18px;
}
#_desktop_search_filters_clear_all {
  margin-top: 40px;
}
.page-product h1 {
  margin-top: 29px;
  margin-bottom: 15px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .page-product h1 {
    margin: 30px 0 15px 0;
  }
}
#product .product-actions .color,
#product .product-actions .custom-checkbox input[type=checkbox]+span.color,
.modal-dialog .color,
.modal-dialog .custom-checkbox input[type=checkbox]+span.color {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  margin-right: 5px;
  margin-top: 2px;
  border: 2px solid #e6e6e6;
}
#product .product-actions .color:hover,
#product .product-actions .custom-checkbox input[type=checkbox]+span.color:hover,
.modal-dialog .color:hover,
.modal-dialog .custom-checkbox input[type=checkbox]+span.color:hover {
  border-color: transparent;
}
.product-prices .current-price {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-prices .current-price {
    margin-bottom: 20px;
  }
}
.product-accessories {
  margin-bottom: 40px;
}
.product-line-info {
  line-height: normal;
}
.product-line-grid-body>.product-line-info>.label {
  font-size: 13px;
  color: #a5a4a4;
}
.product-line-grid-body .product-line-info .value {
  font-size: 13px;
  color: #000000;
}
.product-line-grid-body>.product-line-info>a.label {
  display: inline-block;
  margin-bottom: 17px;
  font-size: 14px;
  color: #000000;
}
.cart-grid-right {
  margin-top: 70px;
}
.card.cart-summary .cart-detailed-totals {
  padding: 20px 30px 13px 30px;
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
}
.checkout.cart-detailed-actions {
  padding: 30px;
  color: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.checkout.cart-detailed-actions .btn-primary {
  width: 100%;
  line-height: 51px;
}
.cart-summary-line.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 19px;
  padding-top: 25px;
  border-top: 1px solid #e4e3e3;
}
.cart-summary-line.cart-total:after {
  display: none;
}
.cart-summary-line.cart-total span.value {
  font-size: 24px;
}
.cart-grid-body .btn-primary {
  min-width: 255px;
  line-height: 51px;
  margin-top: 29px;
  background-color: #f1f1f1;
  color: #848484;
}
.cart-preview .product-infos .product-price {
  color: #000000;
  font-weight: 600;
}
.cart-bottom .total-line .label {
  font-size: 13px;
}
.cart-bottom .total-line .value {
  font-weight: 600;
  font-size: 16px;
}
.cart-bottom .cart-total .value {
  font-size: 24px;
}
.cart-line-product-actions .remove-from-cart {
  position: relative;
  top: 5px;
  left: -17px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #eeeff4;
  border-radius: 50%;
}
.cart-line-product-actions .remove-from-cart>i {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}
.block-contact .title a {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.product-information .product-desc {
  padding-bottom: 38px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.product-information .product-desc p {
  line-height: 25px;
}
.product-add-to-cart .btn-primary {
  line-height: 50px;
  min-width: 185px;
}
.product-line-grid-body {
  align-self: flex-start;
  padding-left: 33px;
  padding-top: 16px;
}
.product-line-grid-right .bootstrap-touchspin {
  margin-left: -22px;
}
.product-line-grid-right .product-price {
  margin-top: 2px;
  margin-left: -5px;
}

@media (max-width: 575px) {
  .product-line-grid-right .bootstrap-touchspin {
    margin-left: 0;
  }
  .product-line-grid-right .product-price {
    margin-top: 0;
    margin-left: 0;
  }
  .product-line-grid-body {
    padding-left: 15px;
  }
  .cart-line-product-actions .remove-from-cart {
    left: auto;
  }
}
.contact-rich .block>a {
  display: block;
  padding-left: 48px;
}
.featured-products .products-section-title {
  margin-bottom: 47px;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}
.featured-products .featured-products-desc {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .header-top-left {
    padding: 0;
  }
  #header .logo {
    margin-top: 0;
  }
}