@font-face {
  font-family: 'Montserrat-Regular';
  src: url("Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("Montserrat-Regular.woff") format("woff"), url("Montserrat-Regular.ttf") format("truetype"), url("Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-thin';
  src: url("Montserrat-Thin.eot");
  src: url("Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("Montserrat-Thin.woff2") format("woff2"), url("Montserrat-Thin.woff") format("woff"), url("Montserrat-Thin.ttf") format("truetype"), url("Montserrat-Thin.svg#Montserrat-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url("Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("Montserrat-Medium.woff") format("woff"), url("Montserrat-Medium.ttf") format("truetype"), url("Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url("Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.ttf") format("truetype"), url("Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url("Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("Montserrat-Light.woff") format("woff"), url("Montserrat-Light.ttf") format("truetype"), url("Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-xlight';
  src: url("Montserrat-ExtraLight.eot");
  src: url("Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Montserrat-ExtraLight.woff2") format("woff2"), url("Montserrat-ExtraLight.woff") format("woff"), url("Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

/* Miracle Font css */
@font-face {
    font-family: 'Brandon_reg';
    src: url('Brandon_reg.eot');
    src: url('Brandon_reg.eot') format('embedded-opentype'),
         url('Brandon_reg.woff2') format('woff2'),
         url('Brandon_reg.woff') format('woff'),
         url('Brandon_reg.ttf') format('truetype'),
         url('Brandon_reg.svg#Brandon_reg') format('svg');
}
@font-face {
    font-family: 'brandon_reg_it';
    src: url('brandon_reg_it.eot');
    src: url('brandon_reg_it.eot') format('embedded-opentype'),
         url('brandon_reg_it.woff2') format('woff2'),
         url('brandon_reg_it.woff') format('woff'),
         url('brandon_reg_it.ttf') format('truetype'),
         url('brandon_reg_it.svg#brandon_reg_it') format('svg');
}

  @font-face {
    font-family: 'Brandon_bld';
    src: url('Brandon_bld.eot');
    src: url('Brandon_bld.eot') format('embedded-opentype'),
         url('Brandon_bld.woff2') format('woff2'),
         url('Brandon_bld.woff') format('woff'),
         url('Brandon_bld.ttf') format('truetype'),
         url('Brandon_bld.svg#Brandon_bld') format('svg');
}
  @font-face {
    font-family: 'Brandon_med';
    src: url('Brandon_med.eot');
    src: url('Brandon_med.eot') format('embedded-opentype'),
         url('Brandon_med.woff2') format('woff2'),
         url('Brandon_med.woff') format('woff'),
         url('Brandon_med.ttf') format('truetype'),
         url('Brandon_med.svg#Brandon_med') format('svg');
}

  @font-face {
    font-family: 'HVDFontsBrandonTextBold';
    src: url('HVDFontsBrandonTextBold.eot');
    src: url('HVDFontsBrandonTextBold.eot') format('embedded-opentype'),
         url('HVDFontsBrandonTextBold.woff2') format('woff2'),
         url('HVDFontsBrandonTextBold.woff') format('woff'),
         url('HVDFontsBrandonTextBold.ttf') format('truetype'),
         url('HVDFontsBrandonTextBold.svg#HVDFontsBrandonTextBold') format('svg');
}
@font-face {
    font-family: 'HVDFontsBrandonTextBlack';
    src: url('HVDFontsBrandonTextBlack.eot');
    src: url('HVDFontsBrandonTextBlack.eot') format('embedded-opentype'),
         url('HVDFontsBrandonTextBlack.woff2') format('woff2'),
         url('HVDFontsBrandonTextBlack.woff') format('woff'),
         url('HVDFontsBrandonTextBlack.ttf') format('truetype'),
         url('HVDFontsBrandonTextBlack.svg#HVDFontsBrandonTextBlack') format('svg');
}


/* Miracle Font css end */

.animation, .toggle-wrapper:before, .toggle-wrapper:after, .toggle-container, .primary-navigation > li > a, .slicknav_nav > li > a, .primary-navigation > li.dropdown > a:after, .slicknav_nav > li.dropdown > a:after, .primary-navigation > li > ul, .slicknav_nav > li > ul, #product-list ul li a, #feature-product .product-item li .color-option, .model-box, .product-details .product-spec .product-choice .addtocart, footer .widget-container .widget-item .gift-email button {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat-Regular';
  position: relative;
  color: #747474;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button {
  cursor: pointer;
}
a:focus{outline:0; border:0; text-decoration:none;}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
}

.visible, .primary-navigation > li.dropdown:hover > ul, .slicknav_nav > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
}

.unvisible, .primary-navigation > li > ul, .slicknav_nav > li > ul {
  visibility: hidden;
  opacity: 0;
}

.toggle-wrapper:before, .toggle-container, .toggle-wrapper:after{display:none;}
.toggle-wrapper:hover .toggle-container, .toggle-wrapper:hover:before, .toggle-wrapper:hover:after{display:block;}

.container {
  max-width: 1080px;
  margin: auto;
}


/* Reviews page css */
#aloft-reviews{display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 70px 0;
    background: #ffffff;
}
#aloft-reviews .section-title h2{font-family: "Montserrat-xlight";
    font-size: 48px;
    font-weight: normal;
margin: 0;}
.review-container{display: flex;
    padding: 2rem 0;
    border-top: 1px solid #e6e6e6;}

#aloft-reviews .section-title{margin-bottom:50px;}

.review-reviewer {
    min-width: 20%;
}
.review-avtar{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: .75rem;}
#aloft-reviews .avtar-image{width: 3.75rem;height: 3.75rem; margin-right: .75rem;}
#aloft-reviews .reviewer-name{font-size:14px;}
#aloft-reviews .review-main {
    min-width: 80%;
      padding-left: 2.5rem;
  text-align:left;
}

#aloft-reviews .review-container-rating{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;}
#aloft-reviews .review-title{font-size:18px; margin-bottom:1rem;}
#aloft-reviews .review-description p{font-size: 14px; line-height: 20px; text-align:left;font-family: 'Montserrat-Light'; margin-bottom:0;}
.reviews-pagination{    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  margin: 2rem auto 0;
  align-items: center;
}




.reviews-pagination button{
position: relative;
    display: inline-block;
    padding: 0 .75rem;
    font-size: 14px;
      height: 3rem;
    line-height: 3rem;
    text-align: center;
    vertical-align: middle;
    border-radius: .375rem;
    border: .0625rem solid #e6e6e6;
  background:#fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .15s ease-out,color .15s ease-out;
    transition: background-color .15s ease-out,color .15s ease-out;
    -webkit-appearance: none;
      margin: 0 5px;
}
.reviews-pagination button span{
    width: .75rem;
    height: .75rem;
    fill: #1e306e;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    pointer-events: none;
}
.reviews-pagination button span.left{
    transform: rotate(180deg);
}
.reviews-pagination button span svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;}

.reviews-pagination div{
  padding:0 10px;
   font-size:14px;
  
}


@media (max-width: 1080px) {
  .container {
    padding: 0 30px;
    max-width: 100%;
  }
}

.toggle-wrapper {
  position: relative;
  text-transform: unset;
  font-size: 12px;
  padding-top: 20px;
  letter-spacing: 2px;
  display: inline-block;
  z-index: 1;
  cursor: pointer;
}
.toggle-wrapper:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  /*display: block;*/
  background: white;
  transform: rotate(45deg);
  top: 47px;
  left: 44%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.toggle-wrapper:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  /*display: block;*/
  background: white;
  transform: rotate(45deg);
  top: 47px;
  left: 44%;
  z-index: 10;
}
.toggle-wrapper > span {
  text-decoration: underline;
}
.toggle-wrapper > span.tool-tip {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.2);
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  cursor: pointer;
  text-indent: 1px;
  line-height: 20px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.toggle-container {
  z-index: 10;
}


.btn{
color: #fff;
      text-transform: uppercase;
}


section {
  max-width: 100%;
  z-index: inherit;
}

.toggle-container {
  position: absolute;
  width: 260px;
  background: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.3px;
  top: 53px;
  left: -46px;
  color: #747474;
}
.toggle-container img {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

/* header css */
#header {
  background: #ffffff;
  height: 58px;
  display: block;
  padding: 0 15px;
  /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);*/
  display: flex;
  justify-content: space-between;
  align-items: center;
position: relative;
z-index: 9999;

}
header #menu-toggle {
  display: none;
}
header .cart-icon {
  position: relative;
  width: 28px;
}
header .cart-icon span {
	color: red;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 13px;
	text-align: center;
	width: 21px;
	right: 0;
	margin: 0 auto;
}

#mobile-nav {
  display: none;
}

.primary-navigation, .slicknav_nav {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
.primary-navigation > li, .slicknav_nav > li {
  padding: 23px 0 19px 30px;
  letter-spacing: 0.5px;
}
#header .primary-navigation > li > a, .slicknav_nav > li > a {
  text-decoration: none;
  color: #a1a1a1;
  font-size:14px;
}
#header .primary-navigation > li > a:hover, .slicknav_nav > li > a:hover{
  color: #00237e;
}
.primary-navigation > li.dropdown > a, .slicknav_nav > li.dropdown > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.primary-navigation > li.dropdown > a:after, .slicknav_nav > li.dropdown > a:after {
  content: "";
  background: url("icon-greyarrow.png") no-repeat right center;
  width: 10px;
  margin-left: 5px;
  background-size: cover;
  height: 5px;
  margin-top: 3px;
}
.primary-navigation > li.dropdown > a:hover:after, .slicknav_nav > li.dropdown > a:hover:after {
  background-image: url("icon-imgbluearrow.png");
}
.primary-navigation > li:nth-last-child(6), .slicknav_nav > li:nth-last-child(6) {
  flex-grow: 1;
}
.primary-navigation > li > ul, .slicknav_nav > li > ul {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  left: 0;
  position: absolute;
  top: 58px;
  width: calc(100% - 80px);
  z-index: 10;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  /*border-top:1px solid #eee;*/
  border-bottom:1px solid #eee;
}
.primary-navigation > li > ul > li, .slicknav_nav > li > ul > li {
  min-height: 171px;
  list-style: none;
  width: 171px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 20px;
  margin-right: 20px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.primary-navigation > li > ul > li h3, .slicknav_nav > li > ul > li h3 {
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  color:#41546B;
}
.primary-navigation > li > ul > li a, .slicknav_nav > li > ul > li a {
  display: block;
  color:#6C7F96;
  text-decoration:none;
}

.primary-navigation > li > ul > li a:hover, .slicknav_nav > li > ul > li a:hover, .primary-navigation > li > ul > li.multilinks a:hover {
color:#00237e;
}

.primary-navigation > li > ul > li p, .slicknav_nav > li > ul > li p {
  font-size: 14px;
  margin: 0;
}
.primary-navigation > li > ul > li p span, .slicknav_nav > li > ul > li p span {
  display: block;
}
.primary-navigation > li > ul > li.multilinks, .slicknav_nav > li > ul > li.multilinks {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  text-align: left;
  border-color:transparent;
}
.primary-navigation > li > ul > li.multilinks a, .slicknav_nav > li > ul > li.multilinks a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin: 7px 0;
  color: #6C7F96;
  background-image: url("nav-smallicon.png");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
}

.primary-navigation > li:nth-last-child(1) a, .primary-navigation > li:nth-last-child(2) a{
font-size: 11px;
}
.primary-navigation > li > ul > li.multilinks a:nth-child(1), .slicknav_nav > li > ul > li.multilinks a:nth-child(1) {
  color: #00237e;
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
  font-size: 15px;
  background-image: url("nav-bigicon.png");
  background-size: 19px;
  padding-right: 23px;
  margin-top:0;
}
@media(max-width: 1024px){
  .primary-navigation > li, .slicknav_nav > li{
  	padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #mobile-nav {
    display: block;
  }

  header .brand {
    border-left: 1px solid #d8d8d8;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    align-self: stretch;
    align-items: center;
    display: flex;
    justify-content: center
  }
  header #menu-toggle {
    display: block;
  }
  header #menu-toggle {
    padding-right: 13px;
    width: 30px;
    height:28px;
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header #menu-toggle span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 30px;
    height: 2px;
    background: #c3c3c3;
    content: "";
    display: block;
    transform-origin: center center;
    margin-top: 8px;
  }
  header #menu-toggle span:nth-child(1) {
    margin-top: 0;
  }
  header #menu-toggle.open span {
    margin-top: 0;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
  }
  header #menu-toggle.open span:nth-child(1) {
    display: none;
  }
  header #menu-toggle.open span:nth-last-child(1) {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    margin-top: -2px;
  }
  header .cart-icon {
    margin-left: 13px;
  }

  .primary-navigation {
    display: none;
  }

  .slicknav_nav {
    display: block;
    padding: 0;
  }
  .slicknav_nav > li {
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    font-family: "Montserrat-Light";
    font-size: 18px;
  }
  .slicknav_nav > li > ul {
    opacity: 1;
    visibility: visible;
    position: static;
    width: auto;
    padding: 0 0 18px  0;
    flex-wrap: wrap;
    border-top: 1px solid #e2e2e2;
  }
  .slicknav_nav > li > ul > li {
    width: 130px;
    min-height: 130px;
    margin: 18px 0 0 18px; 
  }
  .slicknav_nav > li > ul > li h3 {
    display: none;
  }
  .slicknav_nav > li > ul > li p {
    font-size: 14px;
  }
  .slicknav_nav > li > ul > li p span {
    display: none;
  }
  .slicknav_nav > li > ul > li.multilinks {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    text-align: center;
    display: flex;
  }
  .slicknav_nav > li > ul > li.multilinks a {
    display: none;
    align-self: center;
  }
  .slicknav_nav > li > ul > li.multilinks a:nth-child(1) {
    display: block;
    text-align: center;
    padding: 0;
    background-position: center bottom;
    padding-bottom: 20px;
  }
}
@media(max-width: 767px){  
  /** Reviews page css **/
  #aloft-reviews .review-container{
      -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.5rem 0;
  }
  #aloft-reviews .review-main{padding-left:0;}
  #aloft-reviews .section-title{margin-bottom:30px;}
  #aloft-reviews .section-title h2{font-size:30px;}
}
@media (max-width: 767px) and (max-width: 427px) {
  .slicknav_nav > li > ul > li {
    width: 120px;
    min-height: 120px;
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .slicknav_nav > li .slicknav_item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .slicknav_nav > li .slicknav_item a {
    text-decoration: none;
    color: #a1a1a1;
    padding: 20px;
    outline: none;
    display: block;
    flex-grow: 1;
  }
  .slicknav_nav > li .slicknav_item .slicknav_arrow {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slicknav_nav > li .slicknav_item .slicknav_arrow::before, .slicknav_nav > li .slicknav_item .slicknav_arrow:after {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 2px;
    height: 28px;
    background: #c3c3c3;
    content: "";
    display: block;
  }
  .slicknav_nav > li .slicknav_item .slicknav_arrow::after {
    margin-left: -2px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .slicknav_nav > li.slicknav_open .slicknav_item .slicknav_arrow::before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari */
    transform: rotate(90deg);
  }
  .slicknav_nav > li.slicknav_open .slicknav_item .slicknav_arrow::after {
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
  }
  .slicknav_nav > li > a {
    outline: none;
    text-decoration: none;
    color: #a1a1a1;
    padding: 20px;
    display: block;
  }
  
  
}
/* header css */
/* sticky product css */
#sticky-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  position: relative;
  border-bottom:1px solid #d2d2d2;
  /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
  /*visibility: hidden;*/
  padding: initial;
  z-index: 999999;
  width: 100%;
  position: fixed;
  top: -100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sticky-product.showsubheader{top:0}
#sticky-product .product-detail {
  margin:0 20px;
}
#sticky-product .product-detail h4 {
  font-family: "Montserrat-Light";
  font-size: 20px;
  margin: 0;
}
#sticky-product .product-detail .rating {
  padding-top: 5px;
  font-size: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#sticky-product .product-detail .rating .reviews {
  padding-left: 10px;
}

#sticky-product .product-detail .rating .reviews  a{
  color:#00237e;
  font-family: 'Montserrat-Medium';
}

#sticky-product .color-option {
  margin: 16px 20px 15px;
  width: 180px;
  height: 48px;
  background: #00237e;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 480px) {
  /*#sticky-product, #sticky-product-sticky-wrapper {
    display: none;
  } */
  #sticky-product{padding:10px 0;width: 100%;flex-direction: column;}
  #sticky-product .color-option{margin:15px 20px 0}
}


#brand-intro {
  height: calc(100vh - 58px);
  background: url("banner.jpg") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#brand-intro .intro-text {
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: relative;
  flex-direction: column;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#brand-intro .intro-text h1 {
  font-size: 61px;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0 0 15px 0;
  font-family: "Montserrat-Medium";
}
#brand-intro .intro-text p {
  font-size: 28px;
  line-height: normal;
  margin: 0;
  letter-spacing: 1px;
}
#brand-intro .intro-text .scroll-bottom {
  position: absolute;
  bottom: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 55px;
  opacity: 0.9;
  cursor: pointer;
}
#brand-intro .intro-text .scroll-bottom img {
  width: 25px;
}
#brand-intro.beg-girl {
  background: url("bed-girl.png") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brand-intro.beg-girl .intro-text {
  background: transparent;
}
#brand-intro.beg-girl .intro-text .scroll-bottom {
  background: rgba(0, 0, 0, 0.35);
}
#brand-intro.towel-girl {
  background: url("towel-girl.png") no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#brand-intro.towel-girl .intro-text {
  background: transparent;
}
#brand-intro.towel-girl .intro-text .scroll-bottom {
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #brand-intro {
    height: calc(100VH - 58px);
  }
  #brand-intro .intro-text {
    padding: 0 30px;
    text-align: center;
  }
  #brand-intro .intro-text h1 {
    font-size: 36px;
  }
  #brand-intro .intro-text p {
    font-size: 18px;
  }
  #brand-intro .intro-text .scroll-bottom img {
    width: 20px;
  }
}

#regular-aloft {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 70px 0;
  background: #ffffff;
}
#regular-aloft .toggle-wrapper {
  color: #00237e;
}
#regular-aloft .toggle-wrapper .tool-tip {
  background: #e4f3fb;
}
#regular-aloft .section-title {
  font-family: "Montserrat-Light";
}

#regular-aloft .section-title p {
  font-size: 20px;
  margin: 9px 0 0 0;
  letter-spacing: 1px;
  font-family: "Montserrat-Regular";
}
#regular-aloft .section-title p .toggle-wrapper {
  font-size: inherit;
  padding: 0;
}
#regular-aloft .section-title p .toggle-wrapper:before {
  top: 37px;
}
#regular-aloft .section-title p .toggle-wrapper:after {
  top: 37px;
}
#regular-aloft .section-title p .tool-tip {
  color: #00237e;
  position: relative;
  border-bottom: 2px dashed #00237e;
  width: auto;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
#regular-aloft .section-title p .tool-tip .toggle-container {
  visibility: hidden;
  opacity: 0;
  left: -110px;
  top: 40px;
}

#regular-aloft .section-title p .tool-tip:hover .toggle-container{
	visibility:visible;
	opacity:1;	
}

#regular-aloft .section-body ul {
  margin: 0;
  padding: 60px 0 30px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#regular-aloft .section-body ul li {
  width: 265px;
}
#regular-aloft .section-body ul li .thumb {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  margin: 0 0 0 0;
  padding: 0;
}
#regular-aloft .section-body ul li .thumb > img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
#regular-aloft .section-body ul li .thumb .caption {
  position: absolute;
  bottom: 0;
  background: #e4f3fb;
  padding: 10px 55px 20px 55px;
}
#regular-aloft .section-body ul li .thumb .caption h4 {
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
  color: #00237e;
  margin: 5px 0;
  font-size: 14px;
}
#regular-aloft .section-body ul li .thumb .caption p {
  margin: 0 0 0 0;
  font-size: 13px;
  color: #6E8298;
  letter-spacing: 0.04em;
  font-family: "Montserrat-Medium";
}
#regular-aloft .section-body ul li.vs {
  font-family: "Montserrat-thin";
  color: #aaa;
  font-size: 55px;
  margin-bottom: 100px;
}
#regular-aloft .section-body ul li > p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 25px;
  font-family: "Montserrat-Medium";
}
@media (max-width: 767px) {
  #regular-aloft .section-title h2 {
    font-size: 30px;
  }
  #regular-aloft .section-title p {
    font-size: 15px;
  }
  #regular-aloft .section-title p .tool-tip .toggle-container {
    left: -200px;
  }
  #regular-aloft .section-title p .tool-tip:hover .toggle-container {
    left: -200px;
  }
  #regular-aloft .section-body ul {
    display: block;
  }
  #regular-aloft .section-body ul li {
    width: 100%;
    max-width: 315px;
    margin-bottom: 50px;
  }
  #regular-aloft .section-body ul li .thumb .caption h4 {
    font-size: 16px;
  }
  #regular-aloft .section-body ul li .thumb .caption p {
    font-size: 15px;
  }
  #regular-aloft .section-body ul li.vs {
    display: none;
  }
  #regular-aloft .section-body ul li:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 427px) {
  #regular-aloft .section-title {
    padding: 0 20px;
  }
}

.feature-section {
  background: url(feature1.jpg) no-repeat right top #c0bdba;
  -webkit-background-size: 85% auto;
  -moz-background-size: 85% auto;
  -o-background-size: 85% auto;
  background-size: 85%  auto;
  position:relative;
}
.feature-section .section-wrapper {
  max-width: 1080px;
  margin: auto;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 680px;
  background: -moz-linear-gradient(left, #c0bdba 23%, rgba(192, 189, 186, 0.79) 40%, rgba(255, 255, 255, 0) 70%);
  background: -webkit-linear-gradient(left, #c0bdba 23%, rgba(192, 189, 186, 0.79) 40%, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to right, #c0bdba 23%, rgba(192, 189, 186, 0.79) 40%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0bdba', endColorstr='#00ffffff',GradientType=1 );
}
.feature-section .section-wrapper .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.feature-section .section-wrapper .container .section-content {
  width: 409px;
z-index: 1;
}
.feature-section .section-wrapper .container .section-content h1 {
  font-size: 46px;
  font-family: "Montserrat-Bold";
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}
.feature-section .section-wrapper .container .section-content h1 img {
  display: block;
  margin-bottom: 10px;
}
.feature-section .section-wrapper .container .section-content p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 27px;
  font-family: "Montserrat-Light";
}
.feature-section.right-aligned {
  background: url(feature2.jpg) no-repeat left top #b4afaf;
}
.feature-section.right-aligned .section-wrapper {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0.19) 27%, rgba(180, 175, 175, 0.67) 44%, #b4afaf 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0.19) 27%, rgba(180, 175, 175, 0.67) 44%, #b4afaf 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 21%, rgba(255, 255, 255, 0.19) 27%, rgba(180, 175, 175, 0.67) 44%, #b4afaf 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b4afaf',GradientType=1 );
}
.feature-section.right-aligned .section-wrapper .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.feature-section.right-aligned .section-wrapper .container h1:before {
  display: none;
}
.feature-section.right-aligned.pillow-temp {
  background: url(pillow-temp.png) no-repeat left top #e9f2f8;
  -webkit-background-size: 85% auto;
  -moz-background-size: 85% auto;
  -o-background-size: 85% auto;
  background-size: 85%  auto;
}
.feature-section.right-aligned.pillow-temp .section-wrapper {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 47%, #e9f2f8 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 47%, #e9f2f8 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 47%, #e9f2f8 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#E9F2F8',GradientType=1 );
}
.feature-section.right-aligned.pillow-temp .section-wrapper .container {
  color: #607FA4;
}
.feature-section.right-aligned.pillow-temp .section-wrapper .container h1 {
  color: #00237e;
}
.feature-section.right-aligned.pillow-temp .section-wrapper .container .toggle-wrapper {
  color: #607FA4;
}
.feature-section.right-aligned.pillow-temp .section-wrapper .container .toggle-wrapper .tool-tip {
  background: #607FA4;
  color: #ffffff;
}
.feature-section.towel-bg {
  background-image: url(towel-bg.png);
  -webkit-background-size: 90% 100%;
  -moz-background-size: 90% 100%;
  -o-background-size: 90% 100%;
  background-size: 90%  100%;
}
.feature-section.towel-lady {
  background-image: url("towel-lady.png");
  -webkit-background-size: 80% auto;
  -moz-background-size: 80% auto;
  -o-background-size: 80% auto;
  background-size: 80%  auto;
  background-position-y: bottom;
}
.feature-section.soft-year {
  background-image: url("soft-year.png");
  -webkit-background-size: 75% auto;
  -moz-background-size: 75% auto;
  -o-background-size: 75% auto;
  background-size: 75%  auto;
}


@media (min-width: 1024px) {
  .feature-section {
    position: relative;
    z-index: inherit;
  }
  .feature-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 25%;
    height: 100%;
    background: #c0bdba;
    top: 0;
    z-index: 0;
  }
  .feature-section .section-wrapper {
    position: relative;
    z-index: inherit;
    min-height: 725px;
  }
  .feature-section.right-aligned::before {
    display: none;
  }
  .feature-section.right-aligned.pillow-temp::before {
    background: #e9f2f8;
    content: "";
    display: block;
    right: 0;
    left: inherit;
  }
  .feature-section.right-aligned:after{content: "";
    position: absolute;
    right: 0;
    width: 25%;
    height: 100%;
    background: #b4afaf;
    top: 0;
    z-index: 0;}
	.feature-section.towel-lady:after{z-index:0;}
	.feature-section.right-aligned.pillow-temp:after{z-index:-1;}
	.feature-section.towel-lady{background-size:84% auto}
}
@media (min-width: 1081px) and (max-width:1365px) {
.feature-section .section-wrapper{min-height:580px;}
.feature-section.towel-bg .section-wrapper{min-height:580px;}

}

@media (min-width: 1600px) {
.feature-section .section-wrapper{min-height:880px;}
}

@media (max-width: 1080px) {
  .feature-section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .feature-section.right-aligned {
    -webkit-background-size: 80%;
    -moz-background-size: 80%;
    -o-background-size: 80%;
    background-size: 80%;
  }
  .feature-section.right-aligned.pillow-temp {
    -webkit-background-size: 90%;
    -moz-background-size: 90%;
    -o-background-size: 90%;
    background-size: 90%;
  }
  .feature-section.towel-lady {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: top;
  }
  .feature-section.soft-year {
    -webkit-background-size: 115% auto;
    -moz-background-size: 115% auto;
    -o-background-size: 115% auto;
    background-size: 115%  auto;
  }
  .feature-section .section-wrapper{min-height:580px;}
  
}

@media (max-width: 767px) {
  .feature-section {
    -webkit-background-size: 170% auto;
    -moz-background-size: 170% auto;
    -o-background-size: 170% auto;
    background-size: 170%  auto;
    background-color: #c0bdba;
  }
}
@media (max-width: 767px) and (max-width: 427px) {
  .feature-section {
    -webkit-background-size: 140% auto;
    -moz-background-size: 140% auto;
    -o-background-size: 140% auto;
    background-size: 140% auto;
    background-position-x: 47%;
  }
}
@media (max-width: 767px) {
  .feature-section .section-wrapper {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 18%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 18%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 18%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c0bdba',GradientType=0 );
    /* IE6-9 */
    display: block;
    height: auto;
    padding: 280px 0 80px 0;
    text-align: center;
    min-height: initial;
  }
  .feature-section .section-wrapper .container {
    width: auto;
  }
  .feature-section .section-wrapper .container .section-content {
    width: 100%;
  }
  .feature-section .section-wrapper .container .section-content h1 {
    font-size: 35px;
    font-family: "Montserrat-Medium";
  }
  .feature-section .section-wrapper .container .section-content h1 img {
    max-width: 47px;
    margin: auto;
    margin-bottom: 10px;
  }
  .feature-section.right-aligned {
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120%  auto;
  }
  .feature-section.right-aligned .section-wrapper {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 246, 246, 0) 41%, #c0bdba 75%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 246, 246, 0) 41%, #c0bdba 75%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 246, 246, 0) 41%, #c0bdba 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c0bdba',GradientType=0 );
  }
  .feature-section.right-aligned.pillow-temp {
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120%  auto;
  }
  .feature-section.right-aligned.pillow-temp .section-wrapper {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 37%, #e9f2f8 65%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 37%, #e9f2f8 65%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 11%, rgba(255, 255, 255, 0.19) 22%, rgba(233, 242, 248, 0.7) 37%, #e9f2f8 65%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#E9F2F8',GradientType=0 );
  }
  .feature-section.towel-bg {
    -webkit-background-size: 200%  auto;
    -moz-background-size: 200%  auto;
    -o-background-size: 200% auto;
    background-size: 200%  auto;
  }
  .feature-section.towel-lady {
    -webkit-background-size: 165% auto;
    -moz-background-size: 165% auto;
    -o-background-size: 165% auto;
    background-size: 165% auto;
  }
  .feature-section.towel-lady .section-wrapper {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 8%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 8%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 8%, rgba(247, 246, 246, 0) 21%, #c0bdba 45%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c0bdba',GradientType=0 );
    /* IE6-9 */
  }
  .feature-section.soft-year {
    -webkit-background-size: 150% auto;
    -moz-background-size: 150% auto;
    -o-background-size: 150% auto;
    background-size: 150%  auto;
    background-position-x: right;
  }
}

#carousel {
  background: #f8f6f4;
  padding: 50px 0;
}
#carousel .gq-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #carousel .gq-carousel {
    width: auto;
    display: block;
  }
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}

.gq-slider {
  width: 600px;
  display: block;
  font-size: 24px;
  font-family: "Montserrat-Light";
}
.gq-slider.owl-carousel .item {
  text-align: center;
    /* padding-left: 90px; */
    display: flex;
    align-items: center;
    justify-items: center;
}
.gq-slider.owl-carousel .item p{margin:0; width:100%;}
.gq-slider.owl-carousel .item span {
  /*position: relative;
  left: -80px;
  top: 44px;*/
}
.gq-slider.owl-carousel .item img {
  width: auto;
}
.gq-slider.owl-carousel button {
  outline: none;
}
.gq-slider.owl-carousel button span {
  border: 2px solid #dbdbdb;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 100%;
  margin: 0 4px;
}
.gq-slider.owl-carousel button.active span {
  background: #dbdbdb;
}
@media (max-width: 767px) {
  .gq-slider {
    width: auto;
    display: block;
  }
  .gq-slider.owl-carousel .item {
    padding-left: 0;
    text-align: center;
    font-family: "Montserrat-xlight";
    display:block;
  }
  .gq-slider.owl-carousel .item span {
    display: block;
    text-align: center;
    padding-bottom: 90px;
    width: 100%;
    margin: 0 auto;
    left: inherit;
    top: inherit;
    text-align:center;
  }
  .gq-slider.owl-carousel .item img {
    max-width: 100%;
    margin:0 auto;
  }
  
  
}

#try-risk {
  padding: 60px 0;
  text-align: center;
}
#try-risk h2 {
  font-family: 'HVDFontsBrandonTextBold';
  font-size: 30px;
  margin-top: 0;
  color:#717171;
}
#try-risk ul {
  padding: 30px 0 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#try-risk ul li {
  width: 25%;
}
#try-risk ul li img {
  height: 40px;
}
#try-risk ul li h3 {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-family: "Montserrat-Medium";
}
#try-risk ul li p {
  line-height: 20px;
  font-size: 14px;
  font-family: "Montserrat-Medium";
}

#try-risk ul li:nth-child(even) {
  margin: 0 9%;
}
@media (max-width: 767px) {
  #try-risk ul {
    display: block;
  }
  #try-risk ul li {
    width: auto;
    display: block;
    margin-bottom: 40px;
  }
  #try-risk ul li h3 {
    margin: 10px 0 10px 0;
  }
  #try-risk ul li:nth-child(even) {
    margin-bottom: 70px;
  }
  #try-risk ul li:nth-last-child(1) {
    margin: 0;
  }

}

#product-list {
  background: #F1EFED;
  padding: 50px 0;
}
#product-list ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
#product-list ul li {
  width: 20%;
  list-style: none;
  text-align: center;
  padding: 15px;
  background: white;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  font-size: 15px;
  align-self: stretch;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#product-list ul li img {
  max-height: 120px;
}
#product-list ul li h3 {
  font-family: "Montserrat-Medium";
  font-size: 17px;
  margin: 0;
}
#product-list ul li p {
  font-style: italic;
  margin: 5px 0 0 0;
}
#product-list ul li a {
  display: inline-block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 8%, #f0f4fa 100%);
  background: -webkit-linear-gradient(top, #ffffff 8%, #f0f4fa 100%);
  background: linear-gradient(to bottom, #ffffff 8%, #f0f4fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4fa',GradientType=0 );
  padding: 0 28px;
  height: 40px;
  line-height: 40px;
  margin-top: 18px;
  border-radius: 5px;
  border: 1px solid #2D62BD;
  text-decoration: none;
  color: #2D62BD;
  font-family: "Montserrat-Regular";
}
#product-list ul li a:hover {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 8%, #D8E6FA 100%);
  background: -webkit-linear-gradient(top, #ffffff 8%, #D8E6FA 100%);
  background: linear-gradient(to bottom, #ffffff 8%, #D8E6FA 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D8E6FA ',GradientType=0 );
}
@media (max-width: 767px) {
  #product-list ul {
    display: block;
  }
  #product-list ul li {
    width: auto;
    margin-bottom: 30px;
    display: block;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    padding: 20px;
  }
}

#feature-product {
  padding: 60px 0;
  background: #f8f6f4;
}
#feature-product h1, #feature-product h2 {
  font-family: 'HVDFontsBrandonTextBold';
  text-align: center;
  font-size: 48px;
  margin-top: 20px;
}
#feature-product .product-item {
  margin: 0;
  padding: 35px 0 35px 0;
  list-style: none;
  font-family: "Montserrat-Light";
  display: flex;
  justify-content: center;
  align-items: center;
}
#feature-product .product-item li {
  width: 38%;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 30px;
}
#feature-product .product-item li:nth-child(odd) {
  margin-right: 35px;
}
#feature-product .product-item li h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
#feature-product .product-item li p {
  line-height: 22px;
  padding: 0 5%;
  font-size: 15px;
}
#feature-product .product-item li .color-option {
  background: #00237e;
  display: inline-block;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: unset;
  text-decoration: none;
  color: #fff;
  margin: 10px 0  15px 0;
  font-size: 14px;
  letter-spacing: 1.5px;
}
#feature-product .product-item li .color-option:hover {
  background: #0A35A5;
}
#feature-product .product-item li .rating {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#feature-product .product-item li .rating > div img {
  display: inherit;
}
#feature-product .product-item li .rating .reviews {
  color: #00237E;
  font-size: 15px;
  margin-left: 10px;
}
#feature-product .product-item li .feature-thumb {
  position: relative;
}
#feature-product .product-item li .feature-thumb > div {
  background-image: url("white-badge.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 94%;
  position: absolute;
  width: 80px;
  height: 80px;
  right: 35px;
  top: 20px;
  line-height: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-family: "Montserrat-Medium";
}
#feature-product .product-item li .feature-thumb > div.best {
  background: url("blue-badge.png");
  color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 94%;
}
@media (max-width: 767px) {
  #feature-product h1, #feature-product h2 {
    font-size: 35px;
  }
  #feature-product .product-item {
    display: flex;
    padding: 0;
    flex-direction: column;
  }
  #feature-product .product-item li {
    width: auto;
    display: block;
    margin-bottom: 30px;
  }
#feature-product.home-feature-list .product-item li:first-child{order:2}
  #feature-product.home-feature-list .product-item li:nth-child(2){order:1}
  #feature-product .product-item li:nth-child(odd) {
    margin-right: 0;
  }
  #feature-product .product-item li .rating .reviews {
    font-size: 12px;
  }
  #feature-product .product-item li .feature-thumb > div {
    right: 0;
    top: 5px;
  }
}

.model-box {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  max-width: 100%;
  height: 100VH;
  top: 0;
  left: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display:none;
}
.model-box.open {
  visibility: visible;
  opacity: 1;
}
.model-box .model-container {
  position: relative;
  display: block;
  width: calc(100% - 60px); 
  min-height: calc(100% - 60px);
  display: flex;
}
.model-box .product-details {
  padding: 45px;
  justify-content: center;
  display: flex;
}

.product-details {
  background: #f8f6f4;
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.product-detail-template .product-page{
	padding-top:0;
}
#feature-product.product-detail-template{
	padding-bottom: 0;
}
.product-details h1 {
  font-family: "Montserrat-xlight";
  text-align: center;
  font-size: 47px;
  margin-top: 20px;
}
.product-details .close-model {
  position: absolute;
  right: 20px;
  font-family: "Montserrat-Light";
  cursor: pointer;
  width: 25px;
  top: 20px;
}
.product-details .product-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.product-details .product-slider {
  width: 50%;
}
.product-details .product-spec {
  width: 50%;
  padding-left: 50px;
}
.product-details .product-spec h3 {
  font-size: 24px;
  margin-top: 10px;
  font-family: "Montserrat-Medium";
}
.product-details.new-add-cart-section .product-spec h3{
  margin-top:10px;
}
.product-details .product-spec .rating {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-details .product-spec .rating img {
  display: block;
}
.product-details .product-spec .rating .reviews {
  color: #00237e;
  font-size: 15px;
  margin-left: 10px;
}
.product-details .product-spec .description {
  font-size: 15px;
  line-height: 22px;
  padding-top: 20px;
  font-family: "Montserrat-Light";
}

.product-details .product-spec .description ul li{font-family: "Montserrat-Regular";}
.product-details .product-spec .variant-selectors.custom-products .product-option{
	flex-wrap:wrap;
}
.product-details .product-spec .product-option, .product-details .product-spec .product-choice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 0;
}
.product-details .product-spec .product-option .size-selector .select-wrapper, .product-details .product-spec .product-choice .size-selector .select-wrapper {
  width: 90%;
  position: relative;
  background: #ffffff;
}
.product-details .product-spec .product-option .size-selector .select-wrapper::before, .product-details .product-spec .product-choice .size-selector .select-wrapper::before {
  content: "";
  height: 37px;
  position: absolute;
  width: 1px;
  background: #ccc;
  z-index: 1;
  right: 38px;
}
.product-details .product-spec .product-option .size-selector .select-wrapper:after, .product-details .product-spec .product-choice .size-selector .select-wrapper:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
}
.product-details .product-spec .product-option .size-selector .select-wrapper select, .product-details .product-spec .product-choice .size-selector .select-wrapper select {
  width: 100%;
  border: 1px solid #ccc;
  height: 37px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
  z-index: 1;
  background: transparent;
  padding-right: 38px;
  margin:0;
}
.product-details .product-spec .product-option .size-selector select::-ms-expand, .product-details .product-spec .product-choice .size-selector select::-ms-expand {
  display: none;
}
.product-details .product-spec .product-option .color-selector img, .product-details .product-spec .product-choice .color-selector img {
  width: 160px;
}
.product-details .product-spec .product-option > div, .product-details .product-spec .product-choice .freeshippingtxt {
  width: 40%;
}
.product-details .product-spec .product-option label, .product-details .product-spec .product-choice label {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  position: relative;
  font-family: "Montserrat-Medium";
}
.product-details .product-spec .product-option label a, .product-details .product-spec .product-choice label a {
  position: absolute;
  top: 70px;
  left: 0;
}
.product-details .product-spec .product-choice {
  padding: 25px 0 0 0;
}
.product-details .product-spec .product-choice .addtocart, .product-details .product-spec .product-choice .out_of_stock {
  background: #00237e;
  color: #ffffff;
  margin-right: 30px;
  width: 280px;
  text-align: center;
  height: 64px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
}
.product-details .product-spec .product-choice .out_of_stock{cursor: default;}
.product-details .product-spec .product-choice a.out_of_stock{line-height:64px !important}
.product-details .product-spec .product-choice .addtocart:before {
  content: "+";
  padding-right: 10px;
  font-size: 18px;
}
.product-details .product-spec .product-choice .addtocart:hover {
  background: #0A35A5;
}
.product-details .product-spec .product-choice .freeshippingtxt {
  font-size: 22px;
  width: 150px;
}
.product-details .product-spec .product-choice .freeshippingtxt h5 span{
	font-family: "Montserrat-Regular";
    font-size: 22px;
    display: block;
    padding-top: 5px;
    color:#00237e;
}
.product-details .product-spec .product-choice .freeshippingtxt h5 span span{padding:0}
.product-details .product-spec .product-choice .freeshippingtxt div {
    font-family: "Montserrat-Bold";
    font-size: 12px;
    display: block;
    padding-top: 5px;
    color:#00237e;
}


/* Anti Becteria Page CSS */
.devider{border-top:1px solid #eaeaea; margin:0;}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3{font-family: "Brandon_med";text-transform: none; display:block;}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3 span{font-family: "Montserrat-Bold"; font-size:26px;}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description .product-feature li{list-style:none;margin-bottom:15px;font-family: "HVDFontsBrandonTextBold";}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description .product-feature li i{width:30px; margin-right:15px; text-align:center; display:inline-block;}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li:last-child{width:100px; padding-top:2px;}
#new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li img{margin-bottom:3px;}
#new-product-section.anti-bacteria-header .btn.btn--theme, .product-details.new-add-cart-section .btn.btn--theme{margin-top:0;}
#new-product-section.anti-bacteria-header .new-product > h3{padding-bottom:20px;}
#new-product-section.anti-bacteria-header .night-trial.mobile-view{display:none;}
.product-details.new-add-cart-section .product-slider{width:50%;}
.product-details.new-add-cart-section .product-spec{width:50%;    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-left: 30px;
    padding: 15px 30px;}
/*.product-details.new-add-cart-section .product-spec .product-choice{padding: 0 30px;}*/
.product-details.new-add-cart-section .container{max-width:1120px;}
.product-details.new-add-cart-section .product-spec .product-choice{padding-top:5px;}
.product-details.new-add-cart-section .product-spec .product-option{padding:0 0 30px;}
.product-details.new-add-cart-section .product-spec .product-choice .addtocart{height:auto; width:auto; margin:0 30px 0 0;}
.product-details.new-add-cart-section p{font-family: "Montserrat-Regular"; line-height:normal;}
.product-details.new-add-cart-section ul.product-button-section{margin:0;}
.product-details.new-add-cart-section ul.product-button-section li:last-child{width:100px;}
.product-details.new-add-cart-section ul.product-button-section li span{line-height:normal}
.product-details.new-add-cart-section .main-product-swatch .swatch{margin-top:15px;}
.product-details.new-add-cart-section .product-spec .description .upsell-products ul{padding-left: 30px;list-style: disc inside;}
.product-details.new-add-cart-section .product-spec .product-option label a{top:77px;}
.product-details.new-add-cart-section ul.product-button-section li:nth-last-child(1):after{left:10px;}


#aloft-reviews.home-aloft-review{background: #f8f6f4; padding-top:0;}
#aloft-reviews.home-aloft-review .section-title{margin-bottom:30px;}
#aloft-reviews.home-aloft-review .section-title h2{font-size:18px;font-family: "Montserrat-Medium";}
#aloft-reviews.home-aloft-review .review-wrapper{padding:0 15px;border:1px solid #dfdfdf;}
#aloft-reviews.home-aloft-review .review-wrapper .review-container{border:0; border-bottom:1px solid #dfdfdf}
#aloft-reviews.home-aloft-review .review-wrapper .review-container:last-child{border-bottom:0}
/* Custom radio button */
#aloft-reviews .review-footer{margin-top:25px;}
#aloft-reviews .review-footer a{color:#00237e; text-decoration:underline; font-size:14px;}
#aloft-reviews .review-footer a:hover{text-decoration:none;}
#clients-logos{background:#f7fcfe; padding:22px 0;}
#clients-logos .clients-detail{display:flex; margin:0;}
#clients-logos .clients-detail li{margin:0 30px; text-align:center}
#clients-logos .clients-detail li figure{margin: 0 0 15px; height: 36px; display: flex; align-items: center; justify-content: center;}
#clients-logos .clients-detail li figure img{max-width:80px;}
#clients-logos .clients-detail li:nth-child(3) p{font-family: "Montserrat-Medium"; color:#00237e;}
#clients-logos .clients-detail li p{font-size:13px; margin:0;}
#carousel.new-owl-carousel{display:none;}

.custom-radio-button{margin:30px 0 0;}
.custom-radio-button li{margin-bottom:15px;}
.custom-radio-button label span{color:#fff; background:#00237e; padding:0 4px; border-radius:2px; font-size:9px; border:1px solid #00237e; display:inline-block; line-height:15px;}
.custom-radio-button [type="radio"]:checked,
.custom-radio-button [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio-button [type="radio"]:checked + label,
.custom-radio-button [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.custom-radio-button [type="radio"]:checked + label:before,
.custom-radio-button [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #b9b9b9;
    border-radius: 100%;
    background: #fff;
}
.custom-radio-button [type="radio"]:checked + label:after,
.custom-radio-button [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #00237e;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio-button [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio-button [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* Custom radio button end */




/* Anti Becteria Page CSS end */

@media (max-width:991px){
  #clients-logos .clients-detail li{margin:0 10px;}
}

@media (max-width: 767px) {
  .product-details .product-container {
    display: block;
  }
/* Anti Becteria Page CSS */ 
  #new-product-section.anti-bacteria-header .new-product{padding:20px 0;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description .product-feature.mobile-view{display:flex;flex-direction: row-reverse;justify-content: space-evenly; padding-bottom:20px;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description .product-feature.mobile-view li i{display:block; margin:0 auto; height:36px;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description .product-feature li span{display:block; line-height:normal;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3{margin-bottom:20px;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3, #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3 span{font-size:16px;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description h3 span{display:inline-block;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li:nth-child(1) .rating{display:inline-block}
  #new-product-section.anti-bacteria-header .night-trial.mobile-view, #new-product-section.anti-bacteria-header .night-trial.mobile-view span, #new-product-section.anti-bacteria-header .night-trial.mobile-view img{display:inline-block !important}
  #new-product-section.anti-bacteria-header .night-trial.mobile-view span{padding-left:5px !important;}
  #new-product-section.anti-bacteria-header .night-trial.mobile-view{margin-left:20px;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li:nth-child(1){text-align:center; margin-bottom:0;}
  #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li:last-child, #new-product-section.anti-bacteria-header .new-product .product-showcase .product-description ul.product-button-section li:nth-child(2){display:none;}

  #clients-logos{display:none;}
  #carousel.new-owl-carousel{background:#f7fcfe; padding:70px 0; display:block}
  #carousel.new-owl-carousel .gq-slider.owl-carousel .item span{padding-bottom:35px;}
  .product-details.new-add-cart-section .container{padding:0;}
  .product-details.new-add-cart-section .product-spec, .product-details.new-add-cart-section .product-slider{width:100%;}
  .product-details.new-add-cart-section .product-slider{padding:0 10px;}
  .product-details.new-add-cart-section .product-spec{margin:0; border-left:0; border-right:0; border-radius:0;}
  #feature-product.new-add-cart-section{padding-bottom:0; padding-top:30px;}
  #feature-product.new-add-cart-section h1, #feature-product.new-add-cart-section h2{margin:0 0 15px; padding:0 15px;}
  #feature-product.new-add-cart-section .custom-radio-button{order:2; margin:15px 0 0;}
  .product-details.new-add-cart-section .main-product-swatch .swatch{margin-top:0;}
  .product-details.new-add-cart-section .btn.btn--theme, .product-details.new-add-cart-section .btn.btn--theme.out_of_stock{margin:20px 0 15px 0 !important;}
  
  #aloft-reviews.home-aloft-review{text-align:left; padding-bottom:30px;}
  #aloft-reviews.home-aloft-review .review-wrapper{border:0; padding:0;}
  #aloft-reviews.home-aloft-review .section-title{margin:0;}
  #aloft-reviews.home-aloft-review .review-wrapper .review-container:last-child{border-bottom:1px solid #dfdfdf;}
  .product-details.new-add-cart-section .product-spec .product-option{padding-bottom:5px;}
  .product-details.new-add-cart-section  .product-spec .product-option .size-selector{padding:20px 30px 15px}
  ul.product-button-section li:nth-child(1){margin-bottom:5px !important;}
 .product-details.new-add-cart-section .product-spec .description, .product-details.new-add-cart-section .product-spec .product-choice, .product-details.new-add-cart-section .product-spec .product-option .color-selector, .product-details.new-add-cart-section .variant-selectors{border-color:#f3f3f3;}
  .product-details.new-add-cart-section .product-spec h3{color:#00237e}
  .product-details.new-add-cart-section .product-spec .description{display:flex; order:2;flex-direction: column; padding-top:0; border-top:0;}
  .product-details.new-add-cart-section .product-spec .description > div:first-of-type{order: 2;}
  .product-details.new-add-cart-section .product-spec .product-choice{order: 1; margin-bottom:15px;}
  .product-details.new-add-cart-section .product-spec .product-option label span{display:inline-block; margin-top:5px;}
  .product-details.new-add-cart-section .product-spec .product-option > div{padding:10px 30px;}
  /* Anti Becteria Page CSS end */
  
}


.flex-viewport {
  background: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.flex-direction-nav a {
  opacity: 1;
  top: inherit;
  width: 11px;
  height: 59px;
  bottom: 5px;
}

.flexslider {
  background: transparent;
  border: none;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}

.flex-control-thumbs {
  margin: 20px 0 0 0;
  position: static;
  overflow: hidden;
  width: auto;
  padding: 0 30px;
}

.flex-control-thumbs img {
  margin: auto;
  width: 92%;
}

.flex-direction-nav a:before {
  content: url("left-arrow-D.png");
}

.flex-direction-nav a.flex-next:before {
  content: url("right-arrow-D.png");
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

@media (max-width: 767px) {
  .owl-carousel {
    z-index: 0;
  }

  .flex-direction-nav .flex-prev {
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    right: 10px;
  }

  .flexslider {
    margin-bottom: 0;
  }

  .flex-control-nav {
    display: none;
  }

  .flex-direction-nav a {
    bottom: 40%;
  }

  .product-container {
    display: block;
  }

  .product-details h1 {
    font-size: 35px;
  }
  .product-details .product-slider {
    width: 100%;
  }
  .product-details .product-spec {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .product-details .product-spec h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .product-details .product-spec h1 {
    order: 1;
  }
  .product-details .product-spec .rating {
    order: 2;
    padding-bottom: 20px;
  }
  .product-details .product-spec .description {
    order: 5;
    margin: 0 -30px;
    padding: 20px 30px;
    border-top: 1px solid #ccc;
  }
  .product-details .product-spec .product-option, .product-details .product-spec .product-choice {
    order: 3;
    flex-direction: column;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .product-details .product-spec .product-option > div, .product-details .product-spec .product-choice .freeshippingtxt {
    padding: 15px 30px;
  }
  .product-details .product-spec .product-option .color-selector, .product-details .product-spec .product-choice .color-selector {
    order: 1;
        border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-details .product-spec .product-option .size-selector, .product-details .product-spec .product-choice .size-selector {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .product-details .product-spec .product-option .size-selector .select-wrapper, .product-details .product-spec .product-choice .size-selector .select-wrapper {
    width: 100%;
  }
  .product-details .product-spec .product-option .size-selector label img, .product-details .product-spec .product-choice .size-selector label img,   .product-details .product-spec .product-option .size-selector label a, .product-details .product-spec .product-choice .size-selector label a {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: 5px;
  }
  .product-details .product-spec .product-choice {
    order: 4;
    flex-direction: row;
    padding:0;
        margin: 0;
    border-top: 1px solid #ccc;
    margin: 0 -30px;
    padding: 0 30px;
    align-items: center;
  }
  .product-details .product-spec .product-choice .addtocart, .product-details .product-spec .product-choice button.out_of_stock {
	order: 1;
    margin: 0 !important;
    width: 100%!important;
    max-width:210px;
    padding: 15px;
    font-size: 13px;
    line-height: normal;
    height: 54px;
    
  }
  .product-details .product-spec .product-choice a.out_of_stock{width:100% !important; padding: 20px; font-size: 14px; line-height:normal !important;}
  ul.product-button-section li a, ul.product-button-section li a.out_of_stock{max-width:none !important;}
  .product-details .product-spec .product-choice .freeshippingtxt {
    padding-right: 10px;
    padding-left: 0;
  }
  .variant-selectors{
      margin: 0 -30px;
    border-bottom: 1px solid #ccc;
  }

#feature-product{
    padding:15px 0;
  }
  .product-details #ProductPhoto{margin-bottom: 10px;}
  .product-details .product-spec h3{margin-top:0;}

}
.product-details .product-spec .product-option .size-selector label a.pull-left, .product-details .product-spec .product-choice .size-selector label a.pull-left{float: none;}
#miracle-sheet {
  background: #E4F3FB;
  border: 13px solid white;
  padding: 50px 0;
}
#miracle-sheet .sheet-container {
  text-align: center;
}
#miracle-sheet .sheet-container h1 {
  color: #00237e;
  text-transform: uppercase;
  font-size: 50px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  z-index: 1;
}
#miracle-sheet .sheet-container h1 .sparkle {
  position: absolute;
  width: 50px;
  left: -60px;
}
#miracle-sheet .sheet-container h1 span {
  display: block;
  font-size: 26px;
  padding-bottom: 10px;
}
#miracle-sheet .sheet-container .wave {
  position: relative;
  padding: 60px 0 103px 0;
}
#miracle-sheet .sheet-container .wave .waveimg {
  position: absolute;
  top: -30px;
  width: 82%;
  left: 9%;
  
  max-height: 438px;
    overflow-y: hidden;
}
#miracle-sheet .sheet-container .wave .brandimg {
  max-width: 480px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}
#miracle-sheet .sheet-container .wave .silver-icon {
  position: absolute;
  width: 189px;
  right: -90px;
  top: 106px;
}
#miracle-sheet .sheet-container .wave .silver-icon img {
  width: 80%;
}
#miracle-sheet .sheet-container .wave .silver-icon p {
  margin: 0;
  font-size: 16px;
  color: #6E8298;
}
#miracle-sheet .sheet-container .wave.towel {
  padding: 60px 0 163px 0;
}
#miracle-sheet .sheet-container .wave.towel .brandimg {
  margin-top: 60px;
}
#miracle-sheet .sheet-container .wave.towel .silver-icon {
  top: 106px;
}
@media (max-width: 767px) {
  #miracle-sheet .sheet-container h1 {
    font-size: 23px;
  }
  #miracle-sheet .sheet-container h1 .sparkle {
    display: none;
  }
  #miracle-sheet .sheet-container h1 span {
    font-size: 15px;
  }
  #miracle-sheet .sheet-container .wave .brandimg {
    margin-top: 0;
  }
  #miracle-sheet .sheet-container .wave .waveimg {
    top: 10px;
    left: 0;
    width: 100%;
  }
  #miracle-sheet .sheet-container .wave .waveimg img {
    width: 100%;
  }
  #miracle-sheet .sheet-container .wave p {
    font-size: 14px;
  }
  #miracle-sheet .sheet-container .wave img {
    width: 60%;
  }
  #miracle-sheet .sheet-container .wave .silver-icon {
    width: 151px;
    right: 31%;
    top: 92px;
  }
  #miracle-sheet .sheet-container .wave .silver-icon p {
    font-size: 13px;
  }
  #miracle-sheet .sheet-container .wave.towel .brandimg {
    margin-top: 0;
  }
  #miracle-sheet .sheet-container .wave.towel .silver-icon {
    top: inherit;
  }
}
@media (max-width: 767px) and (max-width: 427px) {
  #miracle-sheet .sheet-container .wave .silver-icon {
    right: 23%;
  }
  #miracle-sheet .sheet-container .wave .silver-icon img {
    width: 70%;
  }
  #miracle-sheet .sheet-container .wave img {
    width: 90%;
  }
  
}

@media(max-width:440px){
  .size-selector label{
    flex:0 0 140px;
  }
}

footer {
  background: #E4F3FB;
  color: #6f8298;
}
footer .gift-container {
  background: white;
  padding: 35px 0;
}
footer .gift-container .gift-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
footer .gift-container .gift-banner .gift-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat-Bold";
  font-size: 25px;
  text-transform: uppercase;
  position: relative;
  padding: 0 110px 0 80px;
  letter-spacing: 2px;
  color: #00237e;
}
footer .gift-container .gift-banner .gift-title:before {
  content: url("giftwrap.png");
  position: absolute;
  left: 0;
}
footer .gift-container .gift-banner .gift-title:after {
  content: url("gift-arrow.jpg");
  position: absolute;
  right: 0;
}
footer .gift-container .gift-banner .gift-button {
  width: 280px;
  background: #278fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  margin: 0 30px;
}
@media (max-width: 767px) {
  footer .gift-container .gift-banner {
    flex-direction: column;
    padding: 30px 0;
  }
  footer .gift-container .gift-banner .gift-button {
    margin: 20px 0;
    width: 100%;
    max-width: 350px;
  }
  footer .gift-container .gift-banner .gift-title {
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  footer .gift-container .gift-banner .gift-title:before {
    display: block;
    position: relative;
  }
  footer .gift-container .gift-banner .gift-title:after {
    display: none;
  }
}
footer .widget-container {
  padding: 40px 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
@media (max-width: 767px) {
  footer .widget-container {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  footer .widget-container .shop {
    order: 3;
  }
  footer .widget-container .help {
    order: 4;
  }
  footer .widget-container .email-widget {
    order: 1;
  }
  footer .widget-container .email-widget h3 {
    padding: 0 70px;
  }
  footer .widget-container .email-widget .gift-email {
    margin: auto;
  }
  footer .widget-container .social-widget {
    order: 2;
  }
  footer .widget-container .widget-item {
    margin-bottom: 30px;
  }
}
footer .widget-container .widget-item {
  padding-right: 60px;
}
@media (max-width: 1080px) {
  footer .widget-container .widget-item {
    padding: 0;
  }
}
footer .widget-container .widget-item .social-icons a {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
}
footer .widget-container .widget-item .widget-title {
  text-transform: uppercase;
  color: #00237e;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  letter-spacing: 1.5px;
}
footer .widget-container .widget-item .gift-email {
  width: 350px;
  position: relative;
}
@media (max-width: 1080px) {
  footer .widget-container .widget-item .gift-email {
    width: 100%;
    max-width: 300px;
  }
}
footer .widget-container .widget-item .gift-email form {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
}
footer .widget-container .widget-item .gift-email input {
  flex-grow: 1;
  background: white;
  border: none;
  outline: none;
  align-self: stretch;
  padding-left: 20px;
  font-family: "Montserrat-Regular";
}
footer .widget-container .widget-item .gift-email button {
  background: #00237e;
  outline: none;
  border: none;
  align-self: stretch;
  padding: 0 20px;
  color: #fff;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}
footer .widget-container .widget-item .gift-email button:hover {
  background: #0A35A5;
}
footer .widget-container .widget-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .widget-container .widget-item ul li {
  margin-bottom: 10px;
}
footer .widget-container .widget-item ul li a {
  display: block;
  text-decoration: none;
  color: #6f8298;
  font-size: 13px;
}
footer .widget-container .widget-item:nth-last-child(1) {
  padding: 0;
}
footer .copyright {
  background: #d8e7f0;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
}


.connect {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: #999999;
    background: #F6F6F6;
    font-family: 'Montserrat-medium';
    letter-spacing: 3px;
}

.connect.unvisible{
display: none
}
.connect .social-links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.connect .social-links a{
        display: inline-block;
    margin-left: 15px;
}

/* Terms and Condion page css */ 
#terms-and-conditions h1, #privacy-policy h1{
	color: #00237e;
    font-size: 60px;
    font-weight: 500;
    line-height: 64px;
    font-family: 'HVDFontsBrandonTextBold';
  	margin-bottom: 30px;
}
#terms-and-conditions p a, #privacy-policy p a{color: #00237e}
#terms-and-conditions p a:hover, #privacy-policy p a:hover{text-decoration: underline;}
#terms-and-conditions p, #privacy-policy p, #terms-and-conditions li, #privacy-policy li{line-height: 1.5;}
#terms-and-conditions h2, #privacy-policy h2{
margin: 30px 0 15px 0;
    font-weight: 500;
    font-size: 32px;
    font-family: 'HVDFontsBrandonTextBold';
    line-height: 1;
}

#terms-and-conditions h3, #privacy-policy h3{
font-family: 'HVDFontsBrandonTextBold';
    line-height: 1;
}

@media(max-width: 767px){
  #terms-and-conditions h1, #privacy-policy h1{
  	    line-height: 40px;
    font-size: 36px;
  }
}