﻿@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@700&display=swap');
*/

@font-face {
    font-family: "Venera900";
    src: url(/ace-images/fonts/Venera-900.otf) format("opentype");
}

.helpbuttondiv { display:none; }

.badge-success {
  color: #fff;
  background-color: #ed3523; }
  
a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #ff6f61; }
	
a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(3, 206, 164, 0.5);
}

.bg-ab {background-color: #242a35 !important;}
	
	
@media (max-width: 768px) {
  .ablogo {
    width: 180px !important; } }	
	
	
.choose-your-text {font-weight:900 !important;color:#8f8f8f !important; line-height:1 !important;}
.lifestyle-text {font-size:4.25rem; font-weight:900 !important;color:#8f8f8f !important; line-height:1 !important;}

.exclusive-collections {font-weight:900 !important;color:#8f8f8f !important; line-height:1 !important;}


.copyright {color:rgba(255,255,255,.6); !important; text-decoration:none;}
.copyright a {color:rgba(255,255,255,.6); !important; text-decoration:none;}

.grecaptcha-badge { 
    visibility: hidden;
}

/* [1] The container */
.img-hover-zoom {
  height: auto; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.25);
}

/* BT 4-11-22 move the Percent off boxes */
.card-product-widgets-top {
	padding-top:0rem;
	padding-left:0rem;
}

.product-badge {
	padding:0.25rem 0.5rem;
}

.red-border {border-color:#af2e2e;}

#gdpr_text, #list_memberships_label_1 {
	display: none !important;
}

.catalog-menu  {w!idth:1200px;text-align:center;padding:10px 0px 10px 0px;z-index:1000; b!order:1px solid red;}

/* block Edge visual search */
img { pointer-events: none; }