/* Minification failed. Returning unminified contents.
(3573,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-nav-pills-border-radius'
 */
@font-face {
    font-family: 'icomoon';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('/content/responsive/fonts/icomoon.woff2') format('woff2'), 
        url('/content/responsive/fonts/icomoon.woff') format('woff'),
        url('/content/responsive/fonts/icomoon.ttf?7cobbj') format('truetype'), 
        url('/content/responsive/fonts/icomoon.eot?7cobbj#iefix') format('embedded-opentype'), 
        url('/content/responsive/fonts/icomoon.svg?7cobbj#icomoon') format('svg');
}

/* Add Open Sans Font */
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/content/responsive/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/content/responsive/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/responsive/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/responsive/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-400italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('/content/responsive/fonts/open-sans-v34-latin-400italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans regular Italic'), local('OpenSans-Regular-Italic'), url('/content/responsive/fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/responsive/fonts/open-sans-v34-latin-400italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-400italic.woff') format('woff'), /* Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-400italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/responsive/fonts/open-sans-v34-latin-400italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/content/responsive/fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Semi Bold'), local('OpenSans-Semi-Bold'), url('/content/responsive/fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/responsive/fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/responsive/fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('/content/responsive/fonts/open-sans-v34-latin-600italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Semi Bold Italic'), local('OpenSans-Semi-Bold-Italic'), url('/content/responsive/fonts/open-sans-v34-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/responsive/fonts/open-sans-v34-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/responsive/fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/content/responsive/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), 
    url('/content/responsive/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/responsive/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/content/responsive/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/responsive/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body,
body button,
body select,
body input::placeholder,
body textarea{
    font-family: 'Open Sans', Arial, sans-serif; 
}



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-blogger:before {
  content: "\e902";
}
.icon-checkmark:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-chevron-left:before {
  content: "\e905";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-chevron-up:before {
  content: "\e907";
}
.icon-cross:before {
  content: "\e908";
}
.icon-dots:before {
  content: "\e909";
}
.icon-email:before {
  content: "\e90a";
}
.icon-email-alt:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-google-plus:before {
  content: "\e90d";
}
.icon-less-text-arrows:before {
  content: "\e90e";
}
.icon-lock:before {
  content: "\e90f";
}
.icon-magnifier:before {
  content: "\e910";
}
.icon-minus:before {
  content: "\e911";
}
.icon-more-text-arrows:before {
  content: "\e912";
}
.icon-plus:before {
  content: "\e913";
}
.icon-question:before {
  content: "\e914";
}
.icon-scroll-top:before {
  content: "\e915";
}
.icon-shopping-cart:before {
  content: "\e916";
}
.icon-sizing-chart .path1:before {
  content: "\e917";
  color: rgb(35, 31, 32);
}
.icon-sizing-chart .path2:before {
  content: "\e918";
  margin-left: -2.7783203125em;
  color: rgb(35, 31, 32);
}
.icon-sizing-chart .path3:before {
  content: "\e919";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path4:before {
  content: "\e91a";
  margin-left: -2.7783203125em;
  color: rgb(35, 31, 32);
}
.icon-sizing-chart .path5:before {
  content: "\e91b";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path6:before {
  content: "\e91c";
  margin-left: -2.7783203125em;
  color: rgb(0, 0, 0);
}
.icon-sizing-chart .path7:before {
  content: "\e91d";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path8:before {
  content: "\e91e";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path9:before {
  content: "\e91f";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path10:before {
  content: "\e920";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path11:before {
  content: "\e921";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path12:before {
  content: "\e922";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path13:before {
  content: "\e923";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path14:before {
  content: "\e924";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path15:before {
  content: "\e925";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path16:before {
  content: "\e926";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path17:before {
  content: "\e927";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path18:before {
  content: "\e928";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path19:before {
  content: "\e929";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-sizing-chart .path20:before {
  content: "\e92a";
  margin-left: -2.7783203125em;
  color: rgb(255, 255, 255);
}
.icon-twitter:before {
  content: "\e92b";
}
.icon-user:before {
  content: "\e92c";
}
.icon-video:before {
  content: "\e92d";
}
.icon-wishlist:before {
  content: "\e92e";
}
.icon-wishlist-ae:before {
  content: "\e92f";
}
.icon-plus-glyph:before {
  content: "\2b";
}
.icon-minus-glyph:before {
  content: "\2212";
}
.icon-search-glyph:before {
  content: "\e003";
}
.icon-checkmark-glyph:before {
  content: "\e013";
}
.icon-remove-glyph:before {
  content: "\e014";
}
.icon-home-glyph:before {
  content: "\e021";
}
.icon-secure-glyph:before {
  content: "\e033";
}
.icon-cart-glyph:before {
  content: "\e116";
}
.icon-phone-glyph:before {
  content: "\e182";
}
.icon-phone-alt-glyph:before {
  content: "\e931";
}
.icon-cart-grey:before {
  content: "\e930";
}
.panel-header.collapsed span.icon-arrow-down:before {
    content: "\e900";
    display: inline-block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.panel-header span.icon-arrow-down:before {
    content: "\e900";
    display: inline-block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-arrow-left:before {
    content: "\e901";
    display: inline-block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.glyphicon-option-horizontal.nav-button {
	font-size: 21px;
}
.glyphicon-plus::before {
	color: #979797;
}
.glyphicon-minus::before {
	color: #979797;
} 

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.row * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row *:before,
.row *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin: 0;
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both;
}

.column,
.columns,
div[class^='col-xs-'], div[class*=' col-xs-'],
form div.form-group,
form div.form-buttons {
    float: left;
    min-height: 1px;
    position: relative;
    /*width: 100%;*/
}
.column,.columns,form div.form-buttons {
    width: 100%;
}
@media (max-width: 549px) {
    form div.form-group {
        width: 100%;
    }
}
@media (max-width: 749px) {
    form div.form-group:not(.address-fields) {
        width: 100%;
    }
}

form div.form-group.address-fields.state select{
    padding:0px;
}
@media (min-width: 750px) and (max-width: 999px) {
    form div.form-group.address-fields.state{
        width:29%;
    }
}
form div.form-group.address-fields {
    padding-right: 10px;
}


form div.form-buttons  {
    float: none;
}

.xs-1,
.col-xs-1 {
    width: 8.33333%;
}

.xs-2,
.col-xs-2 {
    width: 16.66666%;
}

.xs-3,
.col-xs-3 {
    width: 24.99999%;
}

.xs-4,
.col-xs-4 {
    width: 33.33333%;
}

.xs-5,
.col-xs-5 {
    width: 41.66666%;
}

.xs-6,
.col-xs-6 {
    width: 49.99999%;
}

.xs-7,
.col-xs-7 {
    width: 58.33333%;
}

.xs-8,
.col-xs-8 {
    width: 66.66666%;
}

.xs-9,
.col-xs-9 {
    width: 74.99999%;
}

.xs-10,
.col-xs-10 {
    width: 83.33333%;
}

.xs-11,
.col-xs-11 {
    width: 91.66666%;
}

.xs-12,
.col-xs-12 {
    width: 100%;
}
.xs-auto {
    width: auto;
}
@media (min-width: 550px) {
    .sm-1 {
        width: 8.33333%;
    }
    .sm-2 {
        width: 16.66666%;
    }
    .sm-3 {
        width: 24.99999%;
    }
    .sm-4 {
        width: 33.33333%;
    }
    .sm-5 {
        width: 41.66666%;
    }
    .sm-6 {
        width: 49.99999%;
    }
    .sm-7 {
        width: 58.33333%;
    }
    .sm-8 {
        width: 66.66666%;
    }
    .sm-9 {
        width: 74.99999%;
    }
    .sm-10 {
        width: 83.33333%;
    }
    .sm-11 {
        width: 91.66666%;
    }
    .sm-12 {
        width: 100%;
    }
    .sm-auto {
        width: auto;
    }
    .offset-by-one {
        margin-left: 8.33333%;
    }
    .offset-by-two {
        margin-left: 16.66666%;
    }
    .offset-by-three {
        margin-left: 24.99999%;
    }
    .offset-right-by-three {
        margin-right: 24.99999%;
    }
    .offset-by-four {
        margin-left: 33.33333%;
    }
    .offset-by-five {
        margin-left: 41.66666%;
    }
    .offset-by-six {
        margin-left: 49.99999%;
    }
    .offset-by-seven {
        margin-left: 58.33333%;
    }
    .offset-by-eight {
        margin-left: 66.66666%;
    }
    .offset-by-nine {
        margin-left: 74.99999%;
    }
    .offset-by-ten {
        margin-left: 83.33333%;
    }
    .offset-by-eleven {
        margin-left: 91.66666%;
    }
}

@media (min-width: 750px) {
    body > .container:not(.fluid) {
        margin: 22px;
    }
    .md-1 {
        width: 8.33333%;
    }
    .md-2 {
        width: 16.66666%;
    }
    .md-3 {
        width: 24.99999%;
    }
    .md-4 {
        width: 33.33333%;
    }
    .md-5 {
        width: 41.66666%;
    }
    .md-6 {
        width: 49.99999%;
    }
    .md-7 {
        width: 58.33333%;
    }
    .md-8 {
        width: 66.66666%;
    }
    .md-9 {
        width: 74.99999%;
    }
    .md-10 {
        width: 83.33333%;
    }
    .md-11 {
        width: 91.66666%;
    }
    .md-12 {
        width: 100%;
    }
    .md-auto {
        width: auto;
    }
}

@media (min-width: 1000px) {
    .lg-1 {
        width: 8.33333%;
    }
    .lg-2 {
        width: 16.66666%;
    }
    .lg-3 {
        width: 24.99999%;
    }
    .lg-4 {
        width: 33.33333%;
    }
    .lg-5 {
        width: 41.66666%;
    }
    .lg-6 {
        width: 49.99999%;
    }
    .lg-7 {
        width: 58.33333%;
    }
    .lg-8 {
        width: 66.66666%;
    }
    .lg-9 {
        width: 74.99999%;
    }
    .lg-10 {
        width: 83.33333%;
    }
    .lg-11 {
        width: 91.66666%;
    }
    .lg-12 {
        width: 100%;
    }
    .lg-auto {
        width: auto;
    }
    .lg-offset-by-one {
        margin-left: 8.33333%;
    }

}

@media (min-width: 1200px) {
    .xl-1 {
        width: 8.33333%;
    }
    .xl-2 {
        width: 16.66666%;
    }
    .xl-3 {
        width: 24.99999%;
    }
    .xl-4 {
        width: 33.33333%;
    }
    .xl-5 {
        width: 41.66666%;
    }
    .xl-6 {
        width: 49.99999%;
    }
    .xl-7 {
        width: 58.33333%;
    }
    .xl-8 {
        width: 66.66666%;
    }
    .xl-9 {
        width: 74.99999%;
    }
    .xl-10 {
        width: 83.33333%;
    }
    .xl-11 {
        width: 91.66666%;
    }
    .xl-12 {
        width: 100%;
    }
    .xl-auto {
        width: auto;
    }
}

@media (max-width: 549px) {
    .xs-visible {
        display: block !important;
    }
    .xs-hidden {
        display: none !important;
    }
    .sm-visible,
    .md-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
    .text-center-xs {
        text-align: center;
    }
}

@media (min-width: 550px) and (max-width: 749px) {
    .sm-visible {
        display: block !important;
    }
    .sm-hidden {
        display: none !important;
    }
    .xs-visible,
    .md-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
}

@media (min-width: 750px) and (max-width: 999px) {
    .md-visible {
        display: block !important;
    }
    .md-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .lg-visible,
    .xl-visible {
        display: none;
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .lg-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .md-visible,
    .xl-visible {
        display: none;
    }
    .lg-visible {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .xl-visible {
        display: block !important;
    }
    .xl-hidden {
        display: none !important;
    }
    .xs-visible,
    .sm-visible,
    .md-visible,
    .lg-visible {
        display: none;
    }
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center !important;
}

.hidden {
    display: none !important;
}

.no-float {
    float: none;
    width: auto;
    overflow: hidden;
}

img.img-responsive {
    max-width: 100%;
}
.module-banneradwithlink .img-responsive {
    width: 100%;
}

.inline {
    display: inline-block;
}

ul.rounded,
p.rounded,
div.rounded {
    border: 2px solid #ebebeb;
    border-radius: 8px;
    padding: 15px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.c-product-results-items {
    display: flex !important;
    flex-wrap: wrap;
}

.c-product-results-items.compare .c-grid-item {
    padding-bottom: 40px;
}

.c-grid-item {
    border: solid 1px #e5e5e5;
    border-top: none;
    width: 50%;
    text-align: center;
    position: relative;
}

.c-grid-item:nth-of-type(odd) {
    border-left: none;
}

.c-grid-item:nth-of-type(even) {
    border-left: none;
    border-right: none;
}

.d-flex {
    display: flex;
}

@media (min-width: 750px) {
    .c-grid-item {
        border: solid 1px #e5e5e5 !important;
        width: calc(33.33333% - 20px);
        margin: 10px;
    }
}

@media (min-width: 1000px) {
    .c-grid-item {
        width: calc(25% - 20px);
    }
}

/* Shouldn't show delay script or delay style */
delay-script, delay-style, prefetch-asset {
    display: none !important;
}

.wishlist-icon:not(.ae-favourite_icon) {
    height: 32px;
    width: 32px;
}

.wishlist-icon circle {
    stroke: #f5f5f5;
    fill: #fff;
}

.wishlist-icon path {
    stroke: #cf2013;
    fill: #fff;
}

.wishlist-icon.wishlist-full path {
    fill: #cf2013;
}

body.am .wishlist-icon path { stroke: #D31F26; }
body.am .wishlist-icon.wishlist-full path { fill: #D31F26; }

body.sii .wishlist-icon path { stroke: #F82893; }
body.sii .wishlist-icon.wishlist-full path { fill: #F82893; }

body.eve .wishlist-icon path { stroke: #A21D50; }
body.eve .wishlist-icon.wishlist-full path { fill: #A21D50; }

body.vg .wishlist-icon path { stroke: #000; }
body.vg .wishlist-icon.wishlist-full path { fill: #000; }

body.vm .wishlist-icon path { stroke: #3954A3; }
body.vm .wishlist-icon.wishlist-full path { fill: #3954A3; }

#zoom-container{
    display: none;
}

@media(min-width: 750px) {

    #zoom-container.in {
        display: block;
    }

    #zoom-container {
        position: absolute;
        width: 300px;
        height: 300px;
        box-shadow: 10px 10px 50px 10px #757575;
        left: 45%;
        z-index: 9000;
    }
}

@media(min-width: 1000px) {
    #zoom-container {
        width: 500px;
        height: 500px;
    }
}


.frame {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    margin: 0;
}

body.devicetype-desktop .category-product-list .frame {
    width: 100%;
}

.slides {
    display: inline-block;
    width: 100%;
}

.slide {
    display: inline-block;
    position: relative;
}

    .slide.responsive {
        width: 100%;
        height: auto;
        text-align: center;
    }

        .slide.responsive img {
            width: 100%;
            height: auto;
        }

        .slide.responsive .module {
            width: 100%;
        }

.next, .js_next {
    right: 0;
}

.prev, .js_prev {
    left: 0;
}

.scroller,
.slider {
    position: relative;
    touch-action: pan-y pinch-zoom;
}

.scroller .owl-nav button.owl-prev,
.scroller .owl-nav button.owl-next,
.slider .owl-nav button.owl-prev,
.slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: -20px 5px 5px 5px;
    padding: 3px 10px !important;
    font-size: 12px !important;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
    border: none;
    height: auto;
    cursor: pointer;
    user-select: none;
    line-height: 22px;
}

.slider .prev.disabled, .slider .next.disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.slider span.prev, .slider span.next {
    opacity: 1;
    color: #555;
    background: transparent;
}

span.prev, span.next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
    background-color: #fff;
    opacity: .5;
}

.slider:not(.ae-product-carousel__thumbs) span.prev:after, .slider:not(.ae-product-carousel__thumbs) span.next:after {
    border-style: solid;
    border-width: .21em .21em 0 0;
    content: '';
    display: inline-block;
    height: .45em;
    left: .15em;
    position: relative;
    top: .15em;
    transform: rotate(-135deg);
    vertical-align: top;
    width: .45em;
    font-size: 35px;
    border-radius: 4px;
} .slider span.next:after {
    transform: rotate(45deg);
    left: -.15em;
} #responsive-slider {
    max-width: 700px;
} .hide-next-prev .prev, .hide-next-prev .next {
    display: none;
}
/* SCROLLER */
.scroller {
    position: relative;
} .slides .slide.product {
    
    text-align: center;
    margin-top: 10px;
    vertical-align: top;
} .slides .product-image-container {
    margin: 0;
    width: 100%;
    position: relative;
} .slides .product-image-container img {
        max-width: 100%;
    } .slides .slide .product-details {
    float: none;
    width: 100%;
} .slides .slide .product-price {
    min-height: 40px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
} .scroller .rating {
    display: table;
    margin: 0 auto;
} .slider.category-product-list .ratingStars .ratingCount {
    vertical-align: super;
} .navigation.category-product-list {
    text-align: center;
} .category-product-list .item {
    display: inline-block;
} .category-product-list .slide .product-name {
    white-space: normal;
    margin: 0 auto;
    min-height: 60px;
    line-height: 22px;
    font-size: 13px;
} .category-product-list .slide .product-price {
    font-size: 16px;
} .category-product-list .slide .product-price .Price {
        color: #000;
    } .category-product-list .slide .product-price .sale-price {
        color: #cf2013;
        line-height: 1.5em;
    } .category-product-list .slide .product-price .old-price {
        font-size: 12px;
        font-weight: normal;
        line-height: 1em;
        color: #000;
    } .category-product-list .slide {
    padding: 0 5px;
} .category-product-list h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 7px 5.4px;
} .module-categoryProductList h2 {
    overflow: hidden;
    font-weight: bold;
    text-align: center;
} .js_dots {
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    margin-top: 10px;
    width: 100%;
} .js_dots li {
        background-color: #869791;
        border-radius: 20px;
        display: inline-block;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        cursor: pointer;
    } .js_dots li.active {
            background-color: #cf2013;
        } @media (min-width: 750px) {
    .js_dots {
        position: absolute;
        bottom: 20px;
        right: 10px;
        width: auto;
    }
} @media (max-width: 550px) {
    .category-product-list .slide .product-image-container {
        margin: 0 auto;
        width: 80%;
    }

    .category-product-list .slide .product-name {
        font-weight: normal;
        min-height: 40px;
        white-space: normal;
        font-size: 13px;
    }
} .category-product-list .slide .wishlisticon-btn[data-wishlisticon="true"] {
  
   right:0px;
}
.category-product-list .product-image-container.article {
    border: 1px solid #ddd !important;
    padding: 10px;
    min-height: 150px;
    margin-bottom: 10px;
    width: 95% !important;
} .category-product-list .product-image-container.article .article-title, .category-product-list .product-image-container.article .article-description {
        white-space: normal;
        font-size: initial;
        line-height: initial;
        text-align: left;
    } .category-product-list .product-image-container.article .article-title {
        color: #0c63a6;
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 15px
    }
/*vertical-slider*/
.vertical-slider-section {
    width: 250px;
    position: relative;
    margin: 0 50px;
} .vertical-slider {
    padding: 20px 0;
    width: 100%;
} .vertical-slider .frame {
        width: 100%;
        padding: 0;
    }
    .vertical-slider .js_slides {
        width: 100%;
        display: block;
        padding: 0px;
        margin-bottom: 0px;
    }
    .vertical-slider .js_slide {
        display: block;
        margin-bottom: 10px;
    }
.vertical-slider .prev {
    top: 0;
    left: calc(50% - 5.5px);
    margin-top: -5px;
} 
  .vertical-slider .prev svg, .vertical-slider .next svg {
            transform: rotate(90deg);
        }
  .vertical-slider .next {
        bottom: 0;
        left: calc(50% - 60px);
        top: unset !important;
        margin-bottom: -6px;
    }
.slider:not(.vertical-slider) button.js_prev,
.slider:not(.vertical-slider) button.js_next {
    top: 50% !important;
}
.slider.vertical-slider button.js_prev,
.slider.vertical-slider button.js_next {
    width: 70px !important;
}
#return-to-top {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    display: none;

}

#return-to-top:not(.redesigned-return-to-top) {
    border-radius: 10px;
    background-color: #898989;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

@media (min-width: 750px) {
    #return-to-top:not(.redesigned-return-to-top) {
        background-color: #e5e5e5;
        color: #000;
    }
}

#return-to-top.show {
    display: block;
}

#return-to-top-icon::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.5em;
    left: 0.15em;
    position: relative;
    top: 0.15em;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.5em;
    margin-top: 40%;
    margin-right: 2px;
    border-radius: 3px;
    box-sizing: content-box;
}

/* 
    STYLES THAT BELONG IN _GLOBAL.CSS BUT CAN'T LIVE THERE UNTIL 
    ALL PAGES HAVE BEEN CONVERTED BECAUSE THEY CAUSE PROBLEMS.
    SHOULD BE CORRECTED IN SHORT TERM FIX ADDING _GLOBAL.EVENTUAL.CSS
    FILE. 
*/

a,
a:link,
a:visited,
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}


/* Modal */


/*Modal*/
.icon-secure-glyph:before {
    content: "\e033";
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-header > button.close {
    font-size: 25px;
}

.modal-open {
    /*position: fixed;*/
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -moz-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in, .modal.show {
        display: block;
    }

    .modal.in .modal-dialog,.modal.show .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px auto;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
    overflow-y: auto;
}

    .modal-content:focus{
        outline: none !important;
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030;
        background-color: #000000;
        display: none;
    }

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    /* Including .show for backwards compatibility */
    .modal-backdrop.in,
    .modal-backdrop.show {
        opacity: 0.5;
        filter: alpha(opacity=50);
        display: block;
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.modal-header-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.modal-header .close {
    margin-top: -10px;
}

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
/*set body for iOS iframe scrolling - important!*/
body {
    -webkit-overflow-scrolling: touch;
}

.modal-body {
    position: relative;
}

@media only screen and (max-width: 549px) {
    #cart-summary {
        text-align: right;
        padding-right: 5%;
    }
}

@media only screen and (min-height: 420px) {
    #qv-dialog .modal-body,
    #qv-dialog .modal-body iframe {
        height: 400px;
    }
}

@media only screen and (min-height: 520px) {
    #qv-dialog .modal-body,
    #qv-dialog .modal-body iframe {
        height: 500px;
    }
}

@media only screen and (min-height: 620px) {
    #qv-dialog .modal-body,
    #qv-dialog .modal-body iframe {
        height: 600px;
    }
}

@media only screen and (min-height: 720px) {
    #qv-dialog .modal-body,
    #qv-dialog .modal-body iframe {
        height: 700px;
    }
}

@media only screen and (min-height: 820px) {
    #qv-dialog .modal-body,
    #qv-dialog .modal-body iframe {
        height: 800px;
    }
}


.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer:before,
    .modal-footer:after {
        display: table;
        content: " ";
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media screen and (min-width: 749px) {
    .modal-dialog {
        width: 600px;
        max-width: 600px !important;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal-dialog.modal-lg {
    width: 90%;
}

.modal-dialog iframe {
    border: 0px none;
    width: 100%;
}

.close[data-dismiss] span:before {
    text-transform: none;
    font-size: 16px;
    vertical-align: top;
    position: absolute;
    line-height: 1.5;
    right: 55px;
    content: "";
}

.close[data-dismiss] span {
    font-weight: normal;
    font-size: 38px;
    color: black;
}

.modal-header-basic {
    border-bottom: none;
}

.modal-content .text-red {
    color: #d71e05 !important
}

#mini-cart .modal-content {
    background-color: #e9e9eb;
}
#mini-cart h4 {
    font-size: 1.375em
}

#mini-cart-contents {
    padding: 20px;
}
#mini-cart .product-name {
    font-size: 12px !important;
}
#mini-cart .modal-content {
    background-color: #e9e9eb;
}
.cart-bold {
    font-weight: bold;
}
#mini-cart .cart-item {
    background-color: #fff;
    padding: 8px;
}

#mini-cart .product-stock-status,
#mini-cart .cart-subtotal,
#mini-cart .cart-shipping-handling,
#mini-cart .cart-est-order-total {
    font-weight: bold;
}
#mini-cart #mini-cart-checkout {
    background-color: #cf2013;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    max-width: 98%;
    margin: auto;
}
#mini-cart #mini-cart-continue {
    text-align: center;
    line-height: 1.125rem;
    margin-top: -.25rem;
    border: none !important;
    text-decoration: underline;
}
#mini-cart .mini-cart-buttons {
    margin-top: 20px;
}
#mini-cart #norton-cart-badge-wraper {
    margin-top: 5px;
    text-align: center;
}
#norton-cart-badge-wraper img {
    max-width: 100%;
}
 #mini-cart-continue a {
    line-height: 40px;
    padding: 0;
}

#mini-cart-checkout a {
    color: #fff;
}

 #mini-cart .icon-secure-glyph,  .button.mobile.continue-checkout > .icon-secure-glyph {
    vertical-align: text-top;
    margin-right: 3px;
}
.icon-secure-glyph:before {
    content: "\e033";
}
#mini-cart .OldPrice {
    font-size: 18px !important;
    color: #bf1d12;
    text-decoration: line-through;
}

#mini-cart .NewPrice {
    font-size: 24px !important;
    color: #000;
    margin-left: 10px;
}
@media screen and (max-width: 750px) {
    #mini-cart .cart-subtotal, #mini-cart .cart-shipping-handling {
        font-weight: normal;
    }
    /*body:not(.ae)*/
    #mini-cart .modal-header > div {
        font-size: 18px;
        color: #cf2013;
        font-weight: bold;
    }

    #mini-cart .modal-content {
        background-color: #fff;
        max-width: 100%;
        overflow: hidden;
    }
    #mini-cart #modal-cart-items {
        border-bottom: 1px solid #e5e5e5;
    }
   

    #mini-cart .row .left {
        float: left;
        text-align: left;
    }

    #mini-cart .row .right {
        float: right;
        text-align: right;
    }

    #mini-cart-continue a {
        line-height: inherit;
    }

    #mini-cart .cart-item {
        margin-bottom: 15px;
    }

    .glyphicon-lock:before {
        content: "";
    }

    #mini-cart .glyphicon-lock {
        vertical-align: text-top;
        margin-right: 3px;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }
}
#welcomeback {
    font-size: 55px;
    color: #cf2013;
    margin-top: 50px;
}

#welcomeback-text {
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}

#viewcart {
    margin-top: 50px;
    margin-bottom: 25px;
    border: #cf2013;
    border-style: solid;
    width: 30%;
    margin-left: 36%;
    font-size: 15px;
    background: #cf2013;
    color: white;
    border-width: 10px;
}

#viewcartlink {
    color: white;
}
@media (max-width: 999px) {
    #welcomeback {
        font-size: 45px;
        font-weight: 500;
    }
    #welcomeback-text {
        font-size: 15.2px;
    }
    #viewcart {
        margin-left: 18%;
        width: 66%;
    }
}
/*Email Sign Up Modal*/
#emailLightBox .modal-body .lightbox-container {
    width: 96% !important;
    display: block;
    background-color: #FFF;
    margin: 1% auto !important;
}

#emailLightBox .lightbox-container-title {
    line-height: 28px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 20px;
}

    #emailLightBox .lightbox-container-title .title-sm {
        color: #CF2013;
        font-size: 24px;
    }

    #emailLightBox .lightbox-container-title .title-lg {
        color: #CF2013;
        font-size: 36px;
    }

#emailLightBox .lightbox-container-SubTitles {
    color: #666;
    line-height: 24px;
    text-align: center;
    padding-top: 1.5%;
    font-stretch: condensed;
}

    #emailLightBox .lightbox-container-SubTitles .SubTitle-lg {
        text-transform: uppercase;
        font-size: 18px;
    }

    #emailLightBox .lightbox-container-SubTitles .SubTitle-sm {
        text-transform: capitalize;
        font-size: 16px;
    }

#emailLightBox .form-fields {
    position: relative;
    height: 45px;
}

#emailLightBox .email-field {
    color: #333;
    font-weight: 300;
}

#emailLightBox .age-checkbox {
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
    position: static;
}

    #emailLightBox .age-checkbox .age-verify-red {
        color: #CF2013;
        display: inline-block;
    }

    #emailLightBox .age-checkbox .age-verify-grey {
        color: #666;
        padding-left: 20px;
        font-size: 12px;
    }

#emailLightBox input {
    box-sizing: border-box;
}

    #emailLightBox input[type=text] {
        height: 35px;
        border: 1px solid #ccc;
        font-size: 16px;
        padding: 6px;
        width: 70%;
        float: left;
    }

    #emailLightBox input[type=submit] {
        border: 0 solid #cf2013;
        background-color: #CD2013;
        color: #FFF;
        border-radius: 0 4px 4px 0;
        height: 35px;
        float: left;
        width: 90px;
        padding: 0 !important;
    }

#emailLightBox .email-signup-tagline {
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

    #emailLightBox .email-signup-tagline > .top {
        font-size: 16px;
        color: #CF2013;
    }

    #emailLightBox .email-signup-tagline > .bottom {
        color: #666;
        font-size: 14px;
    }

#submitEmailL.submit-email {
    top: initial;
    background-image: none !important;
    font-size: 16px !important;
    position: relative !important;
    left: auto !important;
}

#emailLightBox .modal-dialog {
    max-width: 100%;
    margin: 20px auto;
}

@media (max-width: 360px) {
    #emailLightBox .lightbox-container-title .title-sm {
        font-size: 19px;
    }

    #emailLightBox .lightbox-container-title .title-lg {
        font-size: 26px;
    }

    #emailLightBox .lightbox-container-SubTitles .SubTitle-lg {
        font-size: 16px;
    }

    #emailLightBox .lightbox-container-SubTitles .SubTitle-sm {
        font-size: 14px;
    }
}

@media (min-width: 550px) {
    #emailLightBox .email-signup-form {
        padding-left: 2em;
    }
}

#emailLightBox.left:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

#emailLightBox.right:not(.in) .modal-dialog {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

#emailLightBox.bottom:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

#emailLightBox.top:not(.in) .modal-dialog {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

#EmailSignup #email-signup-button {
    background-color: #cf2013;
    color: #ffffff;
    border-radius: 0 6px 6px 0;
    height: 39px;
    width: 35%;
    margin-left: -7px;
}

#EmailSignup #Email {
    width: 60%;
}

@media (max-width: 549px) {
    #EmailSignup #email-signup-button {
        width: 100%;
        border-radius: 6px 6px 6px 6px !important;
        margin: 0 auto;
    }

    #EmailSignup #Email {
        width: 100%;
    }
}


body.non-gdpr .gdprEmailConsent {
    display: none;
}

.gdprEmailConsent.gdpr-email-consent-text {
    display: inline;
}

.footer-email-actions .text-red {
    color: rgb(207, 32, 19) !important;
}
.expandable .more,
.expandable .collapse-button,
.collapse {
    display: none;
}

.expandable.expanded .more,
.expandable.expanded .collapse-button,
.collapse.in {
    display: inherit;
}

.expandable.expanded .expand-button {
    display: none;
}

.expandable .collapse-button,
.expandable .expand-button {
    background-color: #464646;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #bbb;
    padding: 0 10px;
    line-height: 20px;
    height: 30px;
}
.form-group {
    position: relative;
    overflow: hidden;
}

.form-control {
    color: #555;
}

.form-control::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}
.help-text {
    position: absolute;
    top: -28px;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}

.help-text.in {
    display: inherit;
}

.help-text:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: calc(100% - 50% - 5px);
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: #000 transparent;
    display: block;
    width: 0;
    top: 23px;
}

.help-text span {
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

.error-message {
    color: #fff;
    width: 100%;
    background-color: #cf2013;
    padding: 0.625em;
    font-size: 0.875em;
    border-radius: 4px;
    margin: .25em auto;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: left;
}

.error-message:before {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 0;
    left: calc(100% - 50% - 5px);
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #cf2013 transparent;
    display: block;
}
form input[type='checkbox'] {
    height: inherit;
    padding: inherit;
    font-size: inherit;
    width: inherit;
}
form input,
form select,
form textarea {
    height: 50px;
    padding: .85em;
    font-size: 1em;
    width: 100%;
    border: solid 1px #d1d1d1;
    border-radius: 4px;
    background-color: #fff;
}

form textarea {
    min-height: 65px;
}

form input[type="radio"],
form input[type="checkbox"]{
    display: inline;
    line-height: normal;
    height: inherit;
    width: auto;
}

form label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}

form input.error {
    border-color: #a94442;
}

.form-group {
    margin-bottom: 15px;
}

.error-container {
    display: none;
}

.error-container.field-validation-error {
    display: inherit;
}
.pass-indicator .error-container.field-validation-error {
    display: inline-block;
}
@media (min-width: 750px) {
    form div.form-group:not(.address-fields) {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        width: 75%;
    }
    .modal-dialog form div.form-group {
        width: 100%;
    }
}

@media (min-width: 1000px) {
    form div.form-group:not(.address-fields) {
        width: 50%;
    }
    .modal-dialog form div.form-group {
        width: 100%;
    }
}
fieldset {
    padding: 0;
    border-width: 0;
}
form.full div.form-group, form.full div.form-buttons {
    width: 100%;
}
.form-label, .form-info, .form-input, .form-footer {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
a.underline {
    text-decoration: underline;
}
.text-small {
    font-size: .9em;
}
.button-primary, .button-primary:hover, .button-primary:focus, .button-primary:active, .button-primary.active, .button.active {
    background-color: #cf2013 !important;
    border-color: #cf2013 !important;
    color: #fff !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
@media (max-width: 549px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }
    .btn-block {
        display: block;
        width: 100%;
    }
    label, legend {
        display: inline-block;
        margin-bottom: .5em;
        font-weight: bold;
    }
}
input[type="button"].red, input[type="submit"].red, button.red {
    background-color: #cf2013;
    background-image: none;
    color: #fff;
}
form .gray-out {
    background: #f5f5f5;
    padding-top: 1em;
    padding-bottom: 1em;
}


.btn-toolbar, .button.button-gray, button.button-gray, input[type="submit"].button-gray, input[type="reset"].button-gray, input[type="button"].button-gray {
    background-color: #464646 !important;
    color: #fff !important;
    border-color: #464646 !important;
}
.form-label {
    float: left;
}
@media only screen and (min-width: 550px) {
    .form-indicator {
        padding-right: 15px;
        width: 5%;
        float: left;
        font-size: 22px;
    }
}
.text-red {
    color: #d71e05 !important;
}
.text-green {
    color: #00ca1d !important;
}
.form-indicator {
    padding-left:8px;
    width: 8%;
    float: left;
    font-size: 22px;
    line-height: 1.7em;
}
.PHEred, a.PHEred {
    color: #cf2013;
}
.form-input, .form-label, .form-info, .form-indicator {
    box-sizing: border-box;
}


.rr .form-control, .form-group > .form-control {
    height: 50px;
    padding: .85em;
    font-size: 1em;
}
@media (min-width: 750px){
    .form-group .dob-control,  .form-group .state-zip,  .state-zip {
        float: left;
        padding-right: 3px;
    }
}
.form-control.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-group select.form-control{
    padding: 0.5em 0.85em;
    color: #000;
}

.flash-message ul li {
    list-style-type: none;
}
.errorMessage, .errorMessage.validation-summary-errors {
    border-top: solid 2px #cf2013;
    border-bottom: solid 2px #cf2013;
    color: #cf2013;
}
@media only screen and (max-width: 749px) {
    #btnKeep, #btnEdit, #btnChoose, #btnBuilding, #btnPotentialSelected, #morePotentialToggle {
        width: 75%;
        margin-bottom: 10px;
        text-transform: capitalize;
        padding: 0 15px;
    }
    #pnlYouEntered {
        margin: 15px 0 25px;
    }
    .clearfix {
        overflow: hidden;
        display: block;
    }
    .flash-message ul, .flash-message ul li {
        font-weight: initial;
        font-size: initial;
        margin: initial;
        padding: inherit;
        color: #cf2013;
    }
    .flash-message,
    .errorMessage,
    .errorMessage.validation-summary-errors {
        display: inline-block;
        color: #cf2013;
        margin-bottom: 1.25em;
        padding-top: 0.5em;
        width: 100%;
    }
    .errorMessage {
        border-top: solid 2px #cf2013;
        border-bottom: solid 2px #cf2013;
    }
    hr {
        border: solid 1px #464646;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    body:not(.ae) .flash-message,
    body:not(.ae) .errorMessage,
    body:not(.ae) .errorMessage.validation-summary-errors {
        display: inline-block;
        border-top: solid 2px #cf2013;
        border-bottom: solid 2px #cf2013;
        color: #cf2013;
        margin-bottom: 1.25em;
        padding-top: 2.5em;
        width: 100%;
    }
}
@media only screen and (min-width: 750px) {
    .flash-message, .errorMessage, .errorMessage.validation-summary-errors {
        display: inline-block;
        margin-bottom: 1.25em;
        padding-top: .5em;
        width: 100%;
    }

    .flash-message {
        border: 2px solid #3a87ad;
        background-color: #d9edf7;
        padding: 4px;
        margin-bottom: 10px;
        text-align: left;
    }

    .flash-message ul {
        margin: 5px 0 10px 0;
        padding: 0 30px;
    }

    .flash-message ul li {
        font-weight: bold;
        color: #000;
        font-size: 11px;
        list-style-type: none;
    }
}

.createAccount-button, .createAccount-button:hover, .createAccount-button:focus, .createAccount-button:active {
    background: #cf2013;
    color: #fff;
    font-size: 1em;
    margin: 1em auto;
    text-shadow: none;
}
form label:not(.plain):after {
    content: ": ";
}
label.required:before,
.required-field-indicator:before {
    content: "* ";
    color: #cf2013;
    font-weight: bold;
}
.form-control.with-indicator {
    width: 90%;
}
.panel-content table {
    margin-bottom: 0;
}
table {
    border-collapse: collapse;
    width: 100%;
    background-color: transparent;
    max-width: 100%;
    margin-bottom: 20px;
}
th:first-child, td:first-child {
    padding-left: 0;
}
th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
tr:last-child th, tr:last-child td {
    border-bottom: none;
}

th:first-child, td:first-child {
    padding-left: 0;
}
@media only screen and (min-width: 550px) {
    .form-footer {
        font-size: 1em;
    }
}

.form-footer {
    width: 100%;
    float: left;
    font-size: .8em;
}


nav.breadcrumbNav {
    background: none;
}

.breadcrumb {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    margin: 6px 0;
    list-style: none;
}

    .breadcrumb li {
        display: inline-block;
        line-height: 22px;
        padding: 0 2px;
    }

        .breadcrumb li a{
            color: #0d47a1;
            text-decoration: underline;
        }

        .breadcrumb li div {
            display: inline;
        }

    .breadcrumb > li + li:before {
        content: "/\00a0";
        color: #ccc;
        font-weight: normal;
    }

    .breadcrumb li.current {
        color: #000;
        text-decoration: none;
    }

/*@media (min-width: 750px) {
    .breadcrumb {
        font-size: 12px;
    }

        .breadcrumb li:last-of-type a,
        .breadcrumb li:last-of-type span {
            color: #0c63a6;
            text-decoration: underline;
        }
}

nav.breadcrumbNav{
    background: none;
    padding:0;
}*/



body.devicetype-desktop #more-less-section-row {
    border-bottom: 1px solid #e5e5e5;
}

#more-less-section-row {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 30px;
    line-height: 1.4em;
    width: 100%;
}

#more-less-section-row h1 {
    font-size: 1.5em;
}

#more-less-section-row hr {
    border: none;
}

#more-less-section-row h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 10px 0;
}

#more-less-section-row p {
    font-size: 16px;
    margin: 10px 0;
}

#more-less-section-column {
    padding: 0;
}



.more-less-text {
    overflow: hidden;
}

    .more-less-text p:last-of-type {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

#more-less-section .controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -webkit-linear-gradient(rgba( 255, 255, 255, 0), rgb(255, 255, 255) );
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) );
}

    #more-less-section .controls button {
        float: right;
        border: none;
        text-transform: none;
        display: inline-block;
        height: 30px;
        padding: 15px 0 0 0;
        color: #0d47a1;
        text-align: center;
        font-size: 0.875em;
        font-weight: 600;
        line-height: 1em;
        text-decoration: underline;
        white-space: nowrap;
        background-color: white;
        border: none;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-appearance: none;
    }


        #more-less-section .controls button.show-less-toggle {
            position: relative;
            bottom: 5px;
        }


@media only screen and (max-width: 427px) {
    #more-less-section-row {
        padding-bottom: 30px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 10px;
    }
}


.expandable.more-less-text {
    overflow: hidden;
}

    .expandable.more-less-text.expanded {
        max-height: 100% !important;
        padding-bottom: 30px;
        margin-bottom: 55px;
    }

#more-less-section-row a, #more-less-section-row a.active {
    color: #0d47a1;
    text-decoration: underline;
    background-color: inherit;
}
.ratingStars {
    display: inline-block;
}

[class^="ratingStar-"] {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='215.5px' height='38px' viewBox='0 0 215.5 38' enable-background='new 0 0 215.5 38' xml:space='preserve'%3E%3Cpolygon display='none' fill='%23BE1E2D' stroke='%23BE1E2D' stroke-width='0.8862' stroke-miterlimit='10' points='21.864,2.305 26.094,15.322 39.783,15.322 28.708,23.367 32.938,36.387 21.864,28.341 10.79,36.387 15.02,23.367 3.945,15.322 17.634,15.322 '/%3E%3Cpolygon display='none' fill='%23BE1E2D' stroke='%23BE1E2D' stroke-width='0.8862' stroke-miterlimit='10' points='107.719,2.305 111.949,15.322 125.639,15.322 114.562,23.367 118.793,36.387 107.719,28.341 96.645,36.387 100.875,23.367 89.8,15.322 103.488,15.322 '/%3E%3Cpolygon fill='%23555555' points='21.864,2.305 26.094,15.322 39.783,15.322 28.708,23.367 32.938,36.387 21.864,28.341 10.79,36.387 15.02,23.367 3.945,15.322 17.634,15.322 '/%3E%3Cg%3E%3Cpolyline fill='%23F1F2F2' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3C/g%3E%3Cpolyline fill='%23F1F2F2' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3Cpolygon fill='%23F99F1D' stroke='%23F99F1D' stroke-width='0.8862' stroke-miterlimit='10' points='150.646,2.305 154.877,15.322 168.564,15.322 157.492,23.367 161.723,36.387 150.646,28.341 139.572,36.387 143.803,23.367 132.729,15.322 146.416,15.322 '/%3E%3Cpolygon fill='%23555555' points='64.792,2.305 69.022,15.322 82.709,15.322 71.635,23.367 75.866,36.387 64.792,28.341 53.715,36.387 57.947,23.367 46.874,15.322 60.561,15.322 '/%3E%3Cpolyline fill='%23555555' points='155.219,32.234 155.203,14.875 170,14.875 158.062,23.562 162.562,37.531 156.359,33.109 '/%3E%3Cpolygon fill='%23F99F1D' stroke='%23F99F1D' stroke-width='0.8862' stroke-miterlimit='10' points='193.574,2.305 197.805,15.322 211.492,15.322 200.418,23.367 204.648,36.387 193.574,28.341 182.499,36.387 186.729,23.367 175.654,15.322 189.344,15.322 '/%3E%3Cpolygon fill='%23F99F1D' points='60.561,31.416 53.717,36.387 57.947,23.367 46.873,15.322 60.561,15.322 '/%3E%3Cpolygon fill='%23555555' points='107.719,2.305 111.949,15.322 125.639,15.322 114.562,23.367 118.793,36.387 107.719,28.341 96.645,36.387 100.875,23.367 89.8,15.322 103.488,15.322 '/%3E%3Cpolygon fill='%23F99F1D' points='107.75,28.341 96.676,36.387 100.906,23.367 89.831,15.322 103.52,15.322 107.75,2.305 '/%3E%3C/svg%3E");
    background-size: cover;
    height: 15px;
    width: 15px;
    display: inherit;
}

body.sii [class^="ratingStar-"] {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='BlueHearts_SII' x='0px' y='0px' width='215.5px' height='38px' viewBox='0 0 215.5 38' enable-background='new 0 0 215.5 38' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23F1F1F2' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M41.361,10.54 c0,5.419-3.396,10.949-10.187,16.588C26.45,31.04,20.59,34.664,13.596,38c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.987-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.016,0,3.887,0.525,5.615,1.575c1.88,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642C40.295,5.602,41.361,7.863,41.361,10.54z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M84.289,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C83.223,5.044,84.289,7.306,84.289,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M84.289,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C83.223,5.044,84.289,7.306,84.289,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_1_' d='M84.288,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_2_'%3e%3cuse xlink:href='%23SVGID_1_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='67.789' clip-path='url(%23SVGID_2_)' fill='%23F1F1F2' width='16.5' height='38.833'/%3e%3c/g%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M84.288,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M84.288,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C83.222,5.044,84.288,7.306,84.288,9.982z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M127.216,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C126.149,5.044,127.216,7.306,127.216,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M127.216,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C126.149,5.044,127.216,7.306,127.216,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_3_' d='M127.215,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C126.148,5.044,127.215,7.306,127.215,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_4_'%3e%3cuse xlink:href='%23SVGID_3_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='107.718' clip-path='url(%23SVGID_4_)' fill='%23F1F1F2' width='20.615' height='38.833'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M127.215,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C126.148,5.044,127.215,7.306,127.215,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M170.143,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C169.076,5.044,170.143,7.306,170.143,9.982z'/%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M170.143,9.982c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833 c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071 c2.711,0,5.082,0.88,7.114,2.642C169.076,5.044,170.143,7.306,170.143,9.982z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cdefs%3e%3cpath id='SVGID_5_' d='M170.142,9.982c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642 C169.075,5.044,170.142,7.306,170.142,9.982z'/%3e%3c/defs%3e%3cclipPath id='SVGID_6_'%3e%3cuse xlink:href='%23SVGID_5_' overflow='visible'/%3e%3c/clipPath%3e%3crect x='143.215' clip-path='url(%23SVGID_6_)' fill='%23F1F1F2' width='27.662' height='38.833'/%3e%3c/g%3e%3cpath fill='none' stroke='%234990CD' stroke-width='0.5' stroke-miterlimit='10' d='M170.142,9.982 c0,5.419-3.396,10.949-10.188,16.588c-4.725,3.912-10.584,7.536-17.578,10.873c0.254-1.338,0.381-2.616,0.381-3.836 c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172c-1.999-2.507-2.998-5.25-2.998-8.231 c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575c1.881,1.152,3.073,2.65,3.582,4.496 c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.113,2.642C169.075,5.044,170.142,7.306,170.142,9.982z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%234990CD' d='M213.5,10.54c0,5.419-3.396,10.949-10.187,16.588c-4.726,3.912-10.585,7.536-17.579,10.873 c0.254-1.338,0.381-2.616,0.381-3.836c0-3.149-0.999-6.012-2.998-8.586c-1.862-2.066-3.734-4.124-5.613-6.172 c-1.999-2.507-2.998-5.25-2.998-8.231c0-2.929,0.986-5.338,2.96-7.227s4.433-2.833,7.379-2.833c2.017,0,3.888,0.525,5.614,1.575 c1.881,1.152,3.073,2.65,3.582,4.496c2.066-4.048,5.115-6.071,9.145-6.071c2.711,0,5.082,0.88,7.114,2.642 C212.434,5.602,213.5,7.863,213.5,10.54z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
    width: 17px;
}

.ratingStars .ratingStar-100 {
    background-position: 100% 0;

}

.ratingStars .ratingStar-75 {
    background-position: 75% 0;
}

.ratingStars .ratingStar-50 {
    background-position: 50% 0;
}

.ratingStars .ratingStar-25 {
    background-position: 25% 0;
}

.ratingStars .ratingStar-0 {
    background-position: 0 0;
}

body:not(.sii) .ratingStars .ratingStar-0 {
    margin-left: -2px;
}

.ratingStars .ratingCount {
    height: 15px;
    width: auto;
    display: inherit;
    padding-left: 0.5em;
    font-size: 12px;
    vertical-align: top;
    line-height: 23px;
}
/*
* --------------------------------------------------
  Tooltips
* --------------------------------------------------
*/
.tooltip {
    z-index: 1029;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 90%;
        margin-left: -5px;
        border-top-color: #000;
        border-width: 5px 5px 0;
    }

.tooltip-inner {
    color: #FFF;
    background: #000;
    border: solid 1px #000;
    text-align: center;
}

body:not(.ae) .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 90%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0;
}

body:not(.ae) .tooltip-inner {
    color: #FFF;
    background: #000;
    border: solid 1px #000;
    text-align: center;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size:14px;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
        bottom: 0;
    }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
            top: 0;
            border-width: 0.4rem 0.4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
        left: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

 .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
            right: 0;
            border-width: 0.4rem 0.4rem 0.4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}

 .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
        top: 0;
    }

 .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
            bottom: 0;
            border-width: 0 0.4rem 0.4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
        right: 0;
        width: 0.4rem;
        height: 0.8rem;
    }

 .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
            left: 0;
            border-width: 0.4rem 0 0.4rem 0.4rem;
            border-left-color: #000;
        }

#quickview .tab-pane {
    height: 250px;
}
#quickview .tab-pane {
    display: none;
}

#quickview .tab-pane.active {
    display: block;
    padding: 10px 30px;
}

#quickview .tabs > ul {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ccc;
}

    #quickview .tabs > ul li {
        width: 100%;
        display: inline-block;
        border: solid 1px #ccc;
        margin-bottom: -1px;
        font-size: 17px;
        font-weight: bold;
        height: 44px;
        line-height: 44px;
        text-align: center;
    }
        #quickview .tabs > ul li:hover {
            cursor: pointer;
        }

        #quickview .tabs > ul li.active {
            background-color: #e1dede;
        }

#quickview .tab-content {
    overflow-y: scroll;
}

@media (max-width: 550px) {
    #quickview .quickview-button-container {
        display: none;
    }
}

#product-results .quickview-button-container {
    height: 33px;
    line-height: 33px;
}




#quickview .quickview-container {
    margin: 0 30px 30px 30px;
}

#quickview #carousel-container {
    padding-right: 15px;
}


#quickview .quickview-container.bs-row {
    flex-wrap: wrap;
}

#quickview #qv-details-container{
    margin: auto;
    width: 100%;
    text-align: center;
}

#quickview .qv-item-number {
    font-size: 15px;
}

#quickview .qv-item-price .Price {
    font-weight: bold;
}

#quickview .qv-rating {
    font-size: 15px;
}

#quickview .qv-stock-text {
    font-size: 17px;
    margin-bottom: 10px;
}

#quickview #see-all-reviews {
    background-color: #555555 !important;
    border-color: #555555 !important;
    color: white;
}

#quickview .add-to-cart {
    background-color: #cf2013;
    padding: 0 23px;
    height: 45px;
    width: 200px;
    border-color: #CF2013;
    color: #fff;
}

#quickview #full-product-details {
    font-size: 13px;
    width: 140px;
    height: 38px;
    text-transform: none;
    padding: 0;
    background-color: #464646;
    color: #fff;
    border-color: #464646;
}

#quickview .review-time {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

#quickview .review-headline {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#quickview .review .rating {
    display: inline-block;
}

#quickview .review-body {
    font-size: 15px;
}

#quickview .review-helpfulness {
    font-size: 11px;
    margin-bottom: 2px;
    margin-top: 15px;
}

#quickview .review-submitted {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

#quickview .qv-video {
    background-image: url('/content/AE/images/icons/video.gif');
    height: 23px;
    width: 29px;
    display: inline-block;
}

#quickview #video {
    text-align: center;
}

    #quickview #video video {
        width: 80%;
        margin-bottom: 30px;
    }

#quickview #back-to-quick-view {
    float: left;
}

#quickview #full-product-details-video {
    float: right;
}

#quickview .add-to-wishlist {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
    cursor: pointer;
}

#quickview #qv-details-container {
    margin-top: 30px;
}

#quickview .qv-gamelink-watchnow-button,
#quickview .watch-now.button {
    height: 45px;
    width: 200px;
    display: inline-block;
    background-color: #fff !important;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    padding-top: 5px;
}

#quickview .OldPrice {
    font-size: 18px;
    color: #bf1d12;
}

#quickview .NewPrice {
    font-size: 24px;
    color: #000;
}

#quickview .qv-backorder-text {
    color: #000;
}

#quickview .productPage-dropDown .panel.panel-default {
    box-shadow: none;
    font-size: .875em;
    border: none;
    margin-bottom: 10px;
}

#quickview .panel {
    margin-bottom: 15px;
    overflow: hidden;
}

#quickview .prodDesc-dropDown > .panel-default .panel-heading,
#quickview .prodDetails-dropDown > .panel-default .panel-heading,
#quickview .prodReviews-dropDown > .panel-default .panel-heading {
    background-color: #717171;
    padding: 8px 8px;
    background-image: none;
    border-radius: 4px;
}

#quickview .modal-header button.close {
    z-index: 999;
    top: 5px;
    right: 5px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    border: solid 1px #dedede;
    width: 35px;
    height: 35px;
    box-shadow: 2px 3px 2px #dedede;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    position: absolute;
}

#quickview .modal-content {
    border-radius: 6px;
    overflow-y: unset;
}

#quickview .modal-header button.close:after {
    content: "+";
    transform: rotate(45deg);
    display: block;
    color: #020202;
}

#quickview .quickview-container {
    margin: 0 10px 10px 10px;
    display: block;
}

#quickview #carousel-container {
    padding-right: 15px;
}

#quickview .qv-item-number {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

#quickview .qv-product-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}


#quickview .qv-rating {
    font-size: 15px;
}

    #quickview .qv-rating a {
        color: #0f3f97 !important;
        text-decoration: underline;
        font-size: 13px !important;
    }

#quickview .qv-stock-text,
#quickview .qv-add-to-cart {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

#quickview .qv-product-value {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#quickview .qv-full-product-details {
    text-align: center;
    font-size: 16px;
    margin: 10px 0px;
}

    #quickview .qv-full-product-details a {
        color: #0f3f97 !important;
        text-decoration: underline;
        font-size: 16px !important;
    }



#quickview .qv-item-price,
#quickview .qv-item-price .Price,
#quickview .qv-item-price .NewPrice {
    font-size: 24px !important;
    font-weight: bold;
}
#quickview  .brand-color {
    color: #CF2013;
}
    #quickview .qv-item-price .Price {
        color: #000000;
        font-weight: bold;
    }


    #quickview .qv-item-price .OldPrice {
        font-size: 14px !important;
        font-weight: normal;
        text-decoration: none;
        color: #000000;
    }

#quickview .js_dots {
    margin-top: 10px;
}

#quickview #see-all-reviews {
    background-color: #555555 !important;
    border-color: #555555 !important;
}

#quickview .variant-selector-container {
    margin-top: 10px;
}

#quickview .add-to-cart {
    background-color: #cf2013;
    padding: 0 23px;
    height: 45px;
    width: 200px;
}

#quickview #full-product-details {
    font-size: 13px;
    width: 140px;
    height: 38px;
    text-transform: none;
    padding: 0;
}

#quickview .review-time {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

#quickview .review-headline {
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

#quickview .review .rating {
    display: inline-block;
}

#quickview .review-body {
    font-size: 15px;
}

#quickview .review-helpfulness {
    font-size: 11px;
    margin-bottom: 2px;
    margin-top: 15px;
}

#quickview .review-submitted {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

#quickview .qv-video {
    background-image: url('/content/AE/images/icons/video.gif');
    height: 23px;
    width: 29px;
    display: inline-block;
}

#quickview #video {
    text-align: center;
}

    #quickview #video video {
        width: 80%;
        margin-bottom: 30px;
    }

#quickview #back-to-quick-view {
    float: left;
}

#quickview #full-product-details-video {
    float: right;
}

#quickview .add-to-wishlist {
    display: block;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
}

#quickview #qv-details-container {
    margin-top: 10px;
}

.qv-gamelink-watchnow-button,
.watch-now.button {
    height: 45px;
    width: 200px;
    display: inline-block;
    background-color: #fff !important;
    text-align: center;
    line-height: 45px;
    vertical-align: middle;
    padding-top: 5px;
}




#quickview .product-image-container img {
    border: solid 1px #e5e5e5;
}

#quickview .badge {
    display: none;
}

#quickview .productPage-dropDown > .panel-group {
    display: block;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #DDD;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    margin: 0;
}
/* remove default box-shadow on product page */
#quickview .productPage-dropDown .panel.panel-default {
    box-shadow: none;
    font-size: .875em; /*14px*/
    border: none;
    margin-bottom: 10px;
}

.productPage-dropDown .panel.panel-default .price {
    font-size: 1.125em;
}

#quickview .productPage-dropDown .panel-default h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    border: none;
    color: white;
    background-color: #717171;
    line-height: 18px;
}

    #quickview .productPage-dropDown .panel-default h2 span {
        line-height: 18px;
    }

#quickview .productPage-dropDown .glyphicon-plus, .productPage-dropDown .glyphicon-minus, .icon-minus-glyph, .icon-plus-glyph, .icon-plus {
    font-size: .7em;
}
/* losing borders on the product page panels/accordions only */
#quickview .productPage-dropDown .panel-group .panel-heading + .panel-collapse > .panel-body,
#quickview .productPage-dropDown .panel-group .panel-heading + .panel-collapse > .list-group {
    border: none;
}

#quickview .prodDesc-dropDown > .panel-default .panel-heading,
#quickview .prodDetails-dropDown > .panel-default .panel-heading,
#quickview .prodReviews-dropDown > .panel-default .panel-heading {
    background-color: #717171;
    padding: 8px 8px;
    background-image: none;
    border-radius: 4px;
}



#quickview .productPage-dropDown > .panel-group {
    border: none;
}



#quickview .productPage-dropDown button.icon-chevron-down,
#quickview .productPage-dropDown button.icon-chevron-up {
    color: white;
    font-size: 18px;
    border: none;
    padding: 0;
    height: auto;
    line-height: 18px;
}

#quickview .js_dots {
    margin-top: 10px;
}

#quickview .product-image-container {
    width: 100% !important;
}

@media(min-width: 387px) {
    #quickview .tabs > ul li {
        width: 140px;
    }
}

@media (min-width: 750px) {
    .quickview-container .slider .js_dots {
        position: initial;
    }

    #quickview .slider {
        width: 80% !important;
        margin: auto;
    }
}
#quickview .product-image-container {
    max-width: 280px !important;
    margin: 0 auto;
    overflow: hidden;
}


.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}
@supports (-moz-appearance:none) {
    .glider {
        overflow: hidden;
    }
}
.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev,.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),
              color .5s cubic-bezier(.17,.67,.83,.67);
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide {
  min-width: 150px;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
}

.ae-more-products .ae-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.ae-tabs--links {
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 25px;
    padding: 0 0 10px;
}

    .ae-tabs--links .ae-tab {
        flex: 0 0 0;
        white-space: nowrap;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        text-decoration: underline;
        text-underline-offset: 10px;
        text-decoration-thickness: 4px;
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
        padding: 0;
    }

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

ae-tabs--links .ae-tab__text {
    text-align: left;
    padding: 0;
}

.ae-tabs .ae-tab__text {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}

.ae-tabs--links .ae-tab__text {
    text-align: left;
    padding: 0;
    text-transform: initial;
    font-weight: 400;
}

.ae-tabs--links .ae-tab.active {
    color: #111;
    font-weight: 700;
    text-decoration-color: #0d47a1;
}

@media (min-width: 768px) {
    .redesign-slider .ae-product-item {
        padding-right: 30px;
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .redesign-slider .ae-product-item {
        padding-right: 8px;
        margin-right: 0px !important;
    }
}

.hawk-recommendation-list .wishlist-btn-container {
    float: right;
    right: 0px;
    z-index: 1;
    position: absolute;
    float: right;
    margin: 5px;
}

.hawk-recommendation-list .ae-favourite {
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.redesign-slider .ae-product-item__image-container {
    justify-content: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.ae-more-products .ae-product-item {
    max-width: 260px;
    position: relative;
    width: 100%;
    height: 100%;
}

    .ae-more-products .ae-product-item .ae-price--was, .bpt .ae-price--was {
        font-size: 14px;
        font-weight: 500 !important;
        margin-right: 7px;
    }

    .ae-more-products .ae-product-item .ae-price--now {
        color: #1d840c;
    }

.ae-more-products .ae-star-rating__stars .ratingStars span {
    margin-right: 0px;
    float: left;
}

.ae-more-products .ae-star-rating__stars .ae-star-rating__text {
    font-size: 14px;
    line-height: 20px;
}

.ae-more-products .ae-product-item .ae-product-item__title {
    margin-bottom: 10px;
}

.ae-more-products .ae-product-item__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #111;
}

.tab-content > .tab-pane {
    display: none;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

.tab-content > .active {
    display: block;
}


.module-hawkrecswidget .ae-more-products {
    margin-bottom: 40px;
    overflow: hidden;
}

    .module-hawkrecswidget .ae-more-products .ae-h2 {
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        display: block;
        color: #111;
    }

.module-hawkrecswidget .navigation.category-product-list {
    text-align: center;
}

.module-hawkrecswidget .ae-more-products__slider {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 0;
}

.module-hawkrecswidget .frame.overflow-visible {
    overflow: hidden !important;
}

.module-hawkrecswidget .overflow-visible {
    overflow: visible !important;
}

@media (min-width: 768px) {
    .redesign-slider .ae-product-item__image-container {
        height: 270px;
        width: 270px;
        max-height: 270px;
    }

    .redesign-slider .ae-product-item {
        padding-right: 30px;
        margin-right: 0px !important;
    }

    .redesign-slider .slide {
        min-width: 300px;
        max-width: 300px;
        width: 300px !important;
        padding: 0px !important;
    }
}

@media (max-width: 767px) {

    .redesign-slider .slide {
        min-width: 260px;
        max-width: 260px;
        width: 260px !important;
        padding: 0px !important;
    }
}

.module-hawkrecswidget .ae-more-products .ae-product-item {
    max-width: 270px;
}

.module-hawkrecswidget .ae-product-item {
    position: relative;
    width: 100%;
    height: 100%;
}



.module-hawkrecswidget .ae-more-products .ae-product-item__image-container {
    min-width: 140px;
}


.redesign-slider img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    max-height: 270px !important;
}

.module-hawkrecswidget .ae-product-item__details {
    white-space: initial;
    text-align: initial;
    padding: 5px 10px;
}

.module-hawkrecswidget .ae-product-item .ae-star-rating {
    margin-bottom: 10px;
    max-height: 20px;
}

.module-hawkrecswidget .ae-more-products .ae-product-item .ae-price {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.module-hawkrecswidget .ae-price--normal {
    margin: 0;
    color: #111;
}

@media (min-width: 425px) {
    .module-hawkrecswidget .ae-price {
        gap: 40px;
    }
}

.module-hawkrecswidget .ae-price {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
}

.module-hawkrecswidget .ae-plp-card__price {
    display: block;
    margin: 12px 0 8px 0;
}

.module-hawkrecswidget .ae-more-products .ae-product-item .ae-price--now {
    color: #1d840c;
}

.module-hawkrecswidget .ae-more-products .jcp-price .ae-price--normal, .ae-more-products .jcp-price .ae-price--now {
    font-size: 16px;
    line-height: 24px;
}

.justify-content-between {
    justify-content: space-between;
}

.flex-column {
    flex-direction: column !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .module-hawkrecswidget .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .module-hawkrecswidget .ae-plp-card__price-additional {
        gap: 5px;
    }
}

.ae-plp-card__price .ae-text {
    font-size: 12px;
    line-height: 16px;
}

.module-hawkrecswidget .ae-plp-card__price .ae-text {
    margin-bottom: 0;
}

.ae-600 {
    font-weight: 600;
}

.col-green-dark {
    color: #1d860c;
}

@media (min-width: 1200px) {
    .redesign-slider .container-xl {
        padding: 0px;
        max-width: 1200px !important;
    }
}

.ae-more-products__slider .slick-arrow {
    display: none !important;
}

@media (min-width: 756px) {
    .ae-more-products__slider .slick-prev {
        left: 0;
    }

    .ae-more-products__slider .slick-next {
        right: 0;
    }

    .ae-more-products__slider .slick-arrow:not(.disabled) {
        display: block !important;
    }

    .ae-more-products__slider .slick-arrow {
        background-color: #fff;
        transform: translateY(-32px);
        height: 64px;
        width: 64px;
        max-width: 64px;
        max-height: 64px;
        border-radius: 50px;
        padding: 20px;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.15);
        opacity: 1;
        z-index: 1;
        transition: opacity .3s ease;
    }
}

.slick-next, .slick-prev {
    position: absolute;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    border: none;
    transform: translate(0, -50%);
}

.ae-more-products .slick-slide {
    vertical-align: top;
}

.module-hawkrecswidget.hawk-recommendation .jcp-price {
    background-color: initial !important;
}

.module-hawkrecswidget .ae-more-products p {
    margin: 0;
}

.module-hawkrecswidget .ae-price--was {
    color: #666;
}

.module-hawkrecswidget .ae-more-products .ae-product-item .ae-price--was, .bpt .ae-price--was {
    font-size: 14px;
    font-weight: 500 !important;
    margin-right: 7px;
    line-height: 16px;
}

@media (max-width: 767px) {
    .redesign-slider .ae-product-item__image-container {
        height: 252px;
        width: 252px !important;
        max-height: 252px;
    }
}

body.ae-redesigned-page.devicetype-mobile .hawk-recommendation .wishlist-btn-container {
    right: 7px;
}

.ae-more-products .jcp-price .ae-price--normal,
.ae-more-products .jcp-price .ae-price--now {
    font-size: 16px;
    line-height: 24px;
}
.hawk-recommendation .ae-plp-card__price p {
    margin: 0px;
}
@media (min-width: 768px) {
    .ae-more-products .ae-plp-card__price .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .ae-more-products .ae-plp-card__price-additional {
        gap: 5px;
    }
}

