<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global */

.top-picks h1  {
    margin-bottom: 15px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #c1c1c1;	
}

.top-picks h1 span {
    color: #45A1D4;
    color: #3D9DD1;
	
}

.top-picks.top-picks-detail.single-carousel .summary .content-primary, .top-picks.top-picks-detail.single-carousel .summary .carousel-number {
    display: none;
}

.top-picks .summary p.desc{
    margin: 15px 0;

}


/* Index Page */

.top-picks-landing {

}

.top-picks-landing .info {
	text-align:left;
	padding: 14px 62px 26px 36px;
}

.top-picks-landing .info p {
    margin: 5px;
}

.top-picks-landing #top-picks-container .list {
    text-align: center;

}

 .top-picks-landing #top-picks-container .pick-image {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
    background-color: white;
	border: 1px solid #D6D6D6;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
 }

.top-picks-landing #top-picks-container .item.alt {
    /*width: 25%;*/
}
 

.top-picks-landing #top-picks-container .list a {
    display: inline-block;
    padding: 5px;
}

    .top-picks-landing #top-picks-container .list a:hover {
        text-decoration: none;
        color: #428bca;
    }

.top-picks-landing #top-picks-container .list a .title {
    /*margin: 10px;*/
    text-align: center;
    font-family: JosefinSansStdLight;
    text-transform: uppercase;
    color:#FFFFFF;
    background: #A1D5FF;
    
}

.top-picks-landing #top-picks-container .list a .desc {
    margin: 20px 5px 5px 5px;
    text-align: center;

}

.top-picks-landing #top-picks-container .list a .desc .badge {
    background: #A1D5FF;
    
}

.top-picks-landing #top-picks-container .pick-image img {
    margin: 2px auto;
}

/* Detail Pages */

.top-picks-carousel {
    padding: 0;
    margin: 24px 0 20px;
    border: 1px solid #eeeeee;
    border-left: none;
    border-right: none;
	
}

.top-picks-detail.single-carousel .top-picks-carousel {
    margin: 0;
    border: none;
}


.top-picks-detail .carousel-inner {
        margin: 0 0 0 0;
}

.top-picks .carousel-inner .item {
        
}

.top-picks-carousel .carousel-thumbnail {
        padding: 15px 30px;
        border-right: 1px solid #eeeeee;
}

.top-picks.top-picks-detail.single-carousel .top-picks-carousel .carousel-thumbnail {
    border-right: none;
}


/*.top-picks-carousel .carousel-thumbnail:hover {
        border: 5px solid #eee;
        padding: 10px 25px;
}*/


.top-picks-carousel .item .carousel-number{
 
  line-height: 1;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 300;
  font-style: italic;
  width: 20px;
  height: 30px;
    margin: 0 auto;
  padding: 5px 5px 0 0;
  color: #A9D5F1;
  color: #999999;
  text-align: center;
  /* border: solid 1px #A9D5F1; */
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-picks-carousel  .item.active .carousel-number{
  background: #A9D5F1;
  color: white;
}

.top-picks-carousel .owl-item:last-of-type .carousel-thumbnail {
    border: none;
}

.top-picks .carousel-inner .item.active .carousel-thumbnail.active {
    
}

.top-picks-detail .owl-item .carousel-thumbnail img {
    /*opacity: .9;
    filter: alpha(opacity=100);*/
    display: block;
    width: 100%;
    height: auto;
}

.top-picks-detail.single-carousel .owl-item .carousel-thumbnail  {    
    padding: 5px 0; 
}

.top-picks-detail.single-carousel .owl-item .carousel-thumbnail &gt; a  {    
    display: block;
}

.top-picks-detail.single-carousel .owl-item .carousel-thumbnail img {    
    margin: 0 auto;
}


.top-picks-detail .carousel-inner .item.active .carousel-thumbnail img {
    opacity: 100;
    filter: alpha(opacity=100);
}

.top-picks .product-info-container-controls  {
    

}

/*.top-picks .carousel-inner .active.left, .top-picks .carousel-inner .prev	 { left: -25%; }
.top-picks .carousel-inner .active.right, .top-picks .carousel-inner .next        { left:  25%; }*/

.top-picks-detail .owl-wrapper-outer, .top-picks-detail .owl-wrapper-outer .owl-wrapper {
    /*z-index: 2;*/
    /*padding: 0 30px*/;
}
.top-picks-detail .owl-buttons {
    position: inherit;
    top: 0;
    width: inherit;
    height: inherit;
    z-index: 1;
}

.top-picks-detail .ls-carousel.owl-theme .owl-controls .owl-buttons div, .top-picks-detail .product-info-container .nav-buttons .owl-buttons div {
    color: #cccccc; 
    /*color: #505053;*/
    border-color:#e7e7e7;
    display: none;
}

.top-picks-detail .product-info-container .nav-buttons .owl-buttons div {
    position: absolute;
    top: 50%;
    background: none;
    font-size: 36px;
    margin: -16px 0 0 0 !important;
    padding: 9px 3px 11px 5px !important;
    z-index: 5;
    border-radius: 0;
    /* opacity: .9; */
}

.top-picks-detail .product-info-container .nav-buttons .owl-buttons div.owl-prev {
    left: 0;
}

.top-picks-detail .product-info-container .nav-buttons .owl-buttons div.owl-next {
    right: 0;
}


.top-picks-detail .owl-buttons span.fa { 
	width: auto;
	height: auto;
	font-size: 67px; 
	top: 27%;
    position: absolute;
	font-weight:bold;
}

.top-picks-detail .owl-buttons span.fa.fa-angle-left {
    left: 0;
}

.top-picks-detail .owl-buttons span.fa.fa-angle-right {
    right: 0;
}

.top-picks-detail.reverse-order .ls-carousel.owl-theme .owl-controls .owl-buttons div {
     -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.top-picks-detail.reverse-order .ls-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: initial;
    right: 0;
}

.top-picks-detail.reverse-order .ls-carousel.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: initial;
    left: 0;
}


.top-picks-detail .carousel-indicators { top: 90%; }
.top-picks-detail .carousel-indicators li {display: none; background: #eeeeee;}
.top-picks-detail .carousel-indicators li.active { background: #C73BC2;}

/*.top-picks-detail .carousel-control i.glyphicon:before {content: none;}*/

.top-picks-detail .product-info-container {
    min-height: 350px;
    position: relative;
}
.top-picks-detail .product-info-container .item {
    display: none;
    margin: 6px 0;
}

.top-picks-detail .product-info-container.no-carousel .item {
    display: block;
    
}

.top-picks-detail .product-info-container .item.active {
    display: block;
}

.top-picks-detail .product-info-container a {
    /*font-weight: normal;*/
}

.top-picks-detail .product-info-container .id {
     position: relative;
     margin-top: 3px;
     border-right: 1px solid #89C2E7;
}

.top-picks-detail .product-info-container .id h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 71px;
    font-weight: 500;
    color: #89C2E7;
    /* margin-top: 15px; */
    text-indent: 0px;
    padding: 0;
    /* line-height: 60px; */
    letter-spacing: -1.5px;
    margin: 0;
}

.top-picks-detail.single-carousel .product-info-container .id-container {
    width: 100%;
    padding: 0;
}

.top-picks-detail.single-carousel .product-info-container .id-container .id {
    border: none;
}

.top-picks-detail.single-carousel .product-info-container .id-container .id h3 {
    color: #A0A0A0;
    color: #757575; 
    margin-left: 17px;    
    font-size: 11px;
    text-align: left;
    letter-spacing: inherit;
    text-indent: inherit;
}

.top-picks-detail .product-info-container .id-container .id h3 span.id-total {
    display: none;
}

.top-picks-detail.single-carousel .product-info-container .id-container .id h3 span.id-total {
    display: inline;
}


.top-picks-detail .product-info-container .desc  {
    margin-top: -6px;
	margin-bottom: 40px;
	
}


.top-picks-detail .product-info-container .info {
    font-family: 'Lato';
    color: #000000;
    font-weight: 300;
    font-size: 24px;
    margin-top: 7px;
    padding: 0;
}

.top-picks-detail.single-carousel .product-info-container .info {
        padding: 0 15px 0 0;
        width: 100%;
}

.top-picks-detail .product-info-container .info a {
	color: #000000;
	margin-top: 10px;
	margin-left: 0px;
	width:72px;
    font-size: 23px;
    font-weight:400;
}

.top-picks-detail .product-info-container .info a:hover {
	text-decoration: none;
}

.top-picks-detail .content-primary {
	margin-top: 15px;
}

.top-picks-detail.single-carousel .content-primary &gt; div:first-of-type {
	display: inline;
    line-height: 24px;
}

.top-picks-detail .more-links span {
    
}

.top-picks-detail .samples-list, .top-picks-detail .product-info-container .nav-buttons {
    display: none;
}


.top-picks-detail .samples-list .buy {
    margin: 0;
    text-align: center;
}
.top-picks-detail .samples-list .buy button {
	/*text-transform: initial;
	font-size: 12px;
	font-weight: inherit;
	margin: 0 0 15px 0;
	color: #5a5a5a;
	background-color: #e4e4e4;
	border-color: #acacac;
	border-radius: 16px;*/
	
}

.top-picks-detail .samples-list .buy button span {
    text-transform: none;
    color: #666666;
    font-size: x-small;
    display: block;
}

.top-picks-detail .sample-pack-box {
	background: rgba(166, 220, 255, 0.46);
	position: relative;
	width: 100%;
	height: 95px;
	border-radius: 17px;
	padding: 0 0 0 75px;
	}
	
.top-picks-detail .add-samples {
    padding-right: 26px;
    border-top:1px;
    margin-top:11px;
}

.top-picks-detail .divider {
    padding: 0px 0 16px;
    font-size: 14px;
}

 .top-picks-detail  .sample-out-of-stock {
font-size: 10px;
color:#D80000;

 
 }
 
 .top-picks-detail .samples-list th a {
	/*border-bottom: 1px solid #DDD;*/
	font-weight:100;
	border-top:none;
	font-size:10px; 
	text-decoration:none;
 }
  .top-picks-detail .samples-title {
	/*font-family: JosefinSansStdLight;*/
	font-weight:300;
	border-top: 1px solid #DDD;
	font-size:20px; 
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
 }
 

.top-picks-detail .samples-list th span {
    font-weight:normal;
	border-bottom: 1px solid #DDD;
	border-top:none;
    display: block;
    padding: 0 0 8px 33px;
    margin: 0;
}

.top-picks-detail .samples-list th  {
vertical-align: bottom;
line-height: 17px;
padding: 16px 0 13px 9px;
}
.top-picks-detail .samples-list td {
    vertical-align: middle;
    border: 1px solid #DDD;
    border-top: 1px solid #DDD; 
    border-left: none; 
    border-right: none; 
}


 .top-picks-detail  .sample-pack-description {
font-size: 12px;
color: #000000;
text-indent: -104px;
margin-top: -29px;
 
 }
 

.top-picks-detail .samples-list td {
    vertical-align: middle;
}

.top-picks-detail .select-all  {
    line-height: 10px;
}

.top-picks-detail .samples-list td input[type="checkbox"] {

    display: block;
}

.top-picks-detail .top-picks-product{
/*margin-top: -10px;*/
}

.top-picks-detail .title-block{
    padding: 0 0 10px 17px;
    line-height: 26px;
    margin-top: 9px;
}


.top-picks-detail .mod-fragrance-gender{
	padding: 0;
    width: 150px;
    width: 35%;
}

.top-picks-detail.single-carousel .mod-fragrance-gender {
    padding-left: 15px;    
}


.top-picks-detail .samples-list td[data-type="desc"] a {
    /*color: #4D7CAA;
	color: #FF0000;*/
}

.top-picks-detail .default-headings {
font-family: JosefinSansStdLight;
text-transform: uppercase;
color: #FFFFFF;
font-weight: 100;
min-height: 20px;
padding: 19px 19px 19px 19px;
background-color: #A1D5FF;
/* border: 1px solid #E3E3E2; */
border-radius: 6px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}


/*Media Queries*/


/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 668px) {
/* Styles */



}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
.top-picks-detail #top-picks-container .item {
        width: 100%;
    }
}


/* Max Width 768 */
@media only screen and (max-width: 768px) {

    .top-picks-detail .cat-menu li[data-type="subcat"] {
        border-top: 1px dotted #ccc;
        padding: 5px 0;
    }

    .top-picks-detail .cat-menu li[data-type="subcat"]:last-child {
        border-bottom: 1px dotted #ccc;
    }

    .top-picks-detail .cat-menu li h2 {
        font-size: 23px;
    }
    .top-picks-detail .product-info-container .image div {
        margin: 10px 25%;
    }

    .top-picks-detail .product-info-container .item &gt; .product-image &gt; a {
        display: block;
        width: 100%;

    }
    
    .top-picks-detail .product-info-container .item &gt; .product-image img, .top-picks-detail .owl-item .carousel-thumbnail img {
        display: block;
        width: 62%;
        height: auto;
        margin: 0 auto;
    }

    .top-picks-detail.single-carousel .product-info-container .id-container .id h3 ,.top-picks-detail .title-block, .top-picks-detail.single-carousel .mod-fragrance-gender, .top-picks-detail .product-info-container .desc .button-container  {
        text-align: center;
        margin-left: auto;
        margin-right: auto;


    }
}
</pre></body></html>