/*
Document    : layout
Author      : COZYbed
Description : layout styles
Modified By : Clyde (clyde@gmgdigital.com.au)
*/

/* Table of Content
==================================================

#TYPOGRAPHY - Using GoogleFonts
#MISC
#GENERAL
#NAVBAR
#HEADER
#BREADCRUMBS
#FOOTER
#SLIDERS
#SECTIONS
#HOME WIDGETS
#GENERAL WIDGETS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#TIMELINE
#THEME BUTTONS

#Theme Icons
#Theme Plugins Styles
#WooCommerce
*/

/* #TYPOGRAPHY
================================================== */

/* Custom Fonts */
/* Using Google Fonts */

/* Custom Heading Titles: H1, H2, H3 */

.default-title {
  font-size: 34px;
  line-height: 40px; 
  font-family:'Montserrat';
  font-weight: bold;
  color: #253c88;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.default-subtitle {
  font-size: 20px;
  line-height: 28px;
  color: #646b73;
  text-align: center;
  margin: 10px 0 50px 0;
}

/* #MISC
================================================== */

/* Remove dotted line on links */
*,*:focus,*:hover {
  outline:0 !important;
}

*:focus {
  outline: none;
}

textarea:focus, input:focus{
  outline: none;
}

/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
}


*[disabled] {
  pointer-events: none;
}

p::-moz-selection,
label::-moz-selection
{
  text-shadow: none;
  background: transparent;
}
/*p::selection,
label::selection{
  background: transparent;
  text-shadow: none;
}*/

ins {
  text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
    padding: 0;
}

ul.list, ul.list li {
  list-style-type: disc;
  margin: 25px 10px;
}

ol.list, ol.list li {
  list-style-type: decimal;
  margin: 25px 10px;
}

.h3, h3 {
  color: #646b73;
  font-weight: bold;
  margin-bottom: 25px;
}

/*ul.list li,
ol.list li { 
  list-style-type: disc;
}*/

/*Mega Menu*/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
#wrapper .yamm .dropdown-menu {
  /*top: 90px;*/
  left: auto;
  border-radius: 5px;
  border: 0;
  box-shadow: 0 0 15px rgba(42,56,79,0.15);
}
.yamm .yamm-content {
  padding: 20px 30px;
}

#wrapper .links-with-images a {
  display: block;
  text-align: center;
  /*#646b73;*/
  -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;
}
#wrapper .nav.navbar-nav li.dropdown .links-with-images a {
  display: block;
  font-family: 'Muli';
  font-size: 14px;
  color: #646b73;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
}

#wrapper .nav.navbar-nav li.dropdown .links-with-images a img {
  display: block;
  margin: 0 auto;
}

#wrapper .nav.navbar-nav li.dropdown .links-with-images a strong {
  display: inline-block;
  font-weight: normal;
  position: relative;
}

#wrapper .nav.navbar-nav li.dropdown .links-with-images a strong:after {
  content:'';
  display: block;
  width: 0;
  height: 1px;
  background: #364e9d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -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;
}

#wrapper .nav.navbar-nav li.dropdown .links-with-images a:hover strong {
  color: #364e9d;
}

#wrapper .nav.navbar-nav li.dropdown .links-with-images a:hover strong:after {
  width: 100%;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* #GENERAL
================================================== */

body {
  font-family: 'Muli';
  font-size: 15px;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding-top: 90px;
}

.clearer {
  clear: both;
}


/* #NAVBAR
================================================== */
#mainNavMobile {display: none}

#wrapper .navbar-default {
  background: #fff;
  border: 0;
  margin: 0;
  min-height: 90px;
  /*box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1);*/
  box-shadow: 0 2px 11px -1px rgba(0,0,0,0.1);

}

#wrapper .nav.navbar-nav {
  margin-top: 20px;
  margin-left: 60px;
}

#wrapper .navbar-default .navbar-brand {
  padding: 0;
  margin: 21px 0 0 0;
  height: auto;
}

#wrapper .navbar-default .navbar-brand h1 span {
  position: absolute;
  color: #253c88;
  font-family:'Montserrat';
  font-size: 16px;
  font-weight: bold;
  width: 60px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 20px;
  opacity: 0;
  -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;
}

#wrapper .navbar-default.active .navbar-brand h1 span {
  opacity: 1;
}

#wrapper .navbar-default .navbar-brand h1 {
  margin: 0;
  padding: 0;
}

#wrapper .navbar-default .navbar-brand h1 img {
  -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;
  opacity: 1;
  height: 50px;
}

#wrapper .navbar-default.active .navbar-brand h1 img,
#wrapper .navbar-default.active #cart-toggle{
  opacity: 0;
}

#wrapper .nav.navbar-nav li a {
  font-family:'Montserrat';
  font-size: 14px;
  font-weight: normal;
  color: #646b73;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  -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;
}

#wrapper .nav.navbar-nav.navbar-right li a {
  margin-left: 5px;
  margin-right: 5px;
}

#wrapper .nav.navbar-nav li.dropdown .fa-angle-down {
  font-size: 12px;
  margin-left: 3px;
}

#wrapper .nav.navbar-nav li a:hover {
  color: #253c88;
}

#wrapper .yamm .navbar-right .dropdown-menu {
  right: initial;
}

#wrapper .yamm li.dropdown.open > a:after {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10001;
  /*top: 75px;*/
}

#wrapper .yamm li.dropdown.open > a:before {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #f3f4f5 transparent;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10000;
  /*top: 75px;*/
}

/*#wrapper .nav.navbar-nav li.shopping-cart:before {
  content:'';
  display: block;
  position: absolute;
  width: 1px;
  height: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #eff0f2;
}*/

#wrapper .nav.navbar-nav li.shopping-cart a {
  color: #253c88;
  font-size: 21px;
  position: relative;
}

.badge {
  position: absolute;
  top: 7px;
  right: 7px;
  background: #d84747;
  padding: 3px 5px;
  font-size: 10px;
  font-weight: normal;
}

#wrapper .navbar-toggle .icon-bar {
  width: 15px;
}

#mainNav {
  background: #fff;
}

#wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #253c88;
}

#wrapper .navbar-default .navbar-toggle:focus,
#wrapper .navbar-default .navbar-toggle:hover {
  background: none;
}

.custom-shopping-cart {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 21px;
  background: url(../images/icons/cart-icon.svg) no-repeat left top;
}

/* Shopping Cart Sidebar */
#cart-wrapper {
  margin-right: -400px;
  width: 400px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 10001;
  -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;
}

#cart-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  opacity: 1;
  -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;
}

#cart-wrapper.active {
  right: 400px;
  width: 400px;
  -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;
}

/* Close Icon - PURE CSS */
#cart-close {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 31px;
  position: absolute;
  top: 34px;
  left: 34px;
  z-index:1;
}

#cart-close:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #b2b2b2;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px;
  -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;
}

#cart-close:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #b2b2b2;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 9px;
  -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;
}

/* Hover effect for Close Cart Button */
#cart-close:hover:after {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  background: #d84747;
}

#cart-close:hover:before {
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  background: #d84747;
}

/* Overlay For Cart */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

body.overlay-active {
  overflow: hidden;
  margin-right: 17px;
}

body.overlay-active #wrapper .navbar-default {
  margin-right: 17px;
}

#cart-wrapper h3 {
  color: #253c88;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.cart-header {
  height: 90px;
  padding-top: 35px;
  border-bottom: 1px solid #eceef1;
}

.remove-cart-item {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index:1;
  right: 35px;
  top: 4px;
}

.remove-cart-item:before {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #d84747;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 7px;
  -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;
}

.remove-cart-item:after {
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #d84747;
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 7px;
  -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;
}

.remove-cart-item:hover:after,
.remove-cart-item:hover:before {
  background: #ff4a4a;
}

/*
.remove-cart-item:hover:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #ff4a4a;
}

.remove-cart-item:hover:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #ff4a4a;
}
*/

.cart-products {
  padding: 25px 0
}

.cart-products img.img-responsive {
  display: inline-block;
}

.cart-item {
  margin: 45px 0 0 0;
}

.empty {
    padding: 20px;
}

.cart-item:first-child {
  margin-top: 0;
}

.quantity {
  float: right;
  margin-right: 10px;
}

.quantity .btn-circle{
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border-color: #dde1e5;
  font-size: 21px;
  padding: 0;
  margin: 0;
  -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;
}

.quantity .btn-circle:hover,
.quantity .btn-circle:focus {
  background: #f0f4f7;
}

.quantity .btn-circle .fa {
  vertical-align: top;
  line-height: 28px;
  color: #b2b2b2;
}

.quantity input {
  display: inline-block;
  border: none;
  box-shadow: none;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
}

.quantity input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  color: #646b73; 
  border: 1px solid #c2d6de;
  border-radius: 4px;
}

.quantity input:hover,
.quantity input:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}

.cart-item-title {
  font-size: 16px;
  line-height: 21px;
  color: #646b73;
  margin: 0;
}

.cart-item-qty,
.cart-item-size {
  font-size:13px;
  line-height: 20px;
  color: #646b73;
  margin: 0;
}

.cart-item-price {
  font-size: 19px;
  line-height: 28px;
  color: #253c88;
  margin: 5px 0 0 0;
}

.cart-footer {
  margin-top: 45px;
  padding: 25px 35px;
  border-top: 1px solid #eceef1;
}

.cart-subtotal,
.cart-shipping{
  font-size: 19px;
  color: #646b73;
}

.cart-subtotal strong,
.cart-shipping strong{
  color: #253c88;
  font-weight: normal;
}

.cart-checkout {
  text-align: center;
  padding: 0 35px 0 35px;
}

.cart-checkout .btn-blue {
  width: 100%;
  margin-bottom: 10px;
}

.cart-checkout .btn-blue i {
  font-size: 21px;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: 1px;
  -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;
}
.cart-checkout .btn-blue:hover i{
  right: -10px;
}

.cart-checkout .btn-blue:focus {
  color: #fff;
}

/* #HEADER
================================================== */
#defaultHeader {
  background: url(../images/layout/bg-header.png) no-repeat center bottom;
  /*background: url(../images/layout/bg-header-2.jpg) no-repeat center bottom;*/
  background-size: cover;
  /*padding-bottom: 120px;*/
  padding: 120px 0;
}

#defaultHeader p {
  text-align: center;
  margin: 0;
}

#defaultHeader .default-subtitle {
  margin: 23px 0 46px 0;
}

.btn-content {
  margin: 25px 0 0;
}

.btn-blue {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 45px;
  border-radius: 30px;
  background: #253c88;
  border: 0;
  -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;
}

.btn-blue:hover {
  background: #364e9d;
  color: #fff;
}

.prev-step {
  line-height: 42px;
  text-decoration: none;
  padding-left: 15px;
}

.prev-step i {
  font-size: 21px;
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 10px;
  -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;
}

.prev-step:hover i {
  left: -10px;
}

.btn-blue.next-step {
  min-width: 270px;
}

.btn-blue.next-step i {
  font-size: 21px;
  margin-left: 10px;
  position: relative;
  right: 0;
  top: 1px;
  -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;
}

.btn-blue.next-step:hover i {
  right: -10px;
}

/* Product: Pillow Header */
#defaultHeader.product-header {
  background-image: none;
  background-color: #f1f7f9;
  overflow: hidden;
  padding: 80px 0;
}
#defaultHeader.product-header p{
  text-align: left; 
}

#defaultHeader.product-header .container-fluid .ps-container{
  padding-left: 0;
}

.product-title {
  font-size: 34px;
  line-height: 40px;
  font-family:'Montserrat';
  font-weight: bold;
  color: #253c88;
  text-transform: uppercase;
  margin: 0 0 35px 0;
}

#defaultHeader p.product-description {
  max-width: 550px;
  font-size: 20px;
  line-height: 28px;
  color: #646b73;
}

.product-rating {
  font-size: 16px;
  line-height: 20px;
  float: none;
  margin-bottom: 35px;
  color: #646b73;
}

.product-rating .rating-container {
  display: inline-block;
  vertical-align: top;
}

.product-rating .rating-value {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  margin-bottom: 0;
}

#defaultHeader.product-header .product-rating .rating-value {
  margin: 0 0 0 5px;
}

#defaultHeader p.product-dimensions {
  font-size: 14px;
  color: #646b73;
}

#defaultHeader p.product-price,
#defaultHeader .woocommerce-variation-price {
  float: left; 
}

#defaultHeader .woocommerce-variation-add-to-cart {
/*#defaultHeader .woocommerce-variation {*/
  float: right; 
}

#defaultHeader p.product-price strong,
#defaultHeader .woocommerce-variation-price  span{
  display: inline-block;
  vertical-align: top;
  font-family:'Montserrat';
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  color: #253c88;
}

#defaultHeader .single_add_to_cart_button {
  float: right;
}

.product-slider .slick-slide {
  margin: 0;
}

#wrapper .product-slider img {
  max-width: 100%;
}

.flex-control-thumbs {
  margin: 20px auto 0;
  overflow: hidden;
}

.product-slider-thumbs .product-item, .flex-control-thumbs li img {
  border: 1px solid #c2d6de;
  border-radius: 5px;
  cursor: pointer;
}

.product-slider-thumbs .product-item.slick-current, .flex-control-thumbs li img.flex-active {
  border-color: #76949e;
}

.product-slider-thumbs .product-item img, .flex-control-thumbs li img {
  border-radius: 5px;
}

.flex-control-thumbs li {
  margin: 0 10px;
  max-width: 90px;
}

/* #MAIN Content (sections)
================================================== */
.login-page {
  background: #f1f7f9;
}

/*.default-section {
  padding: 100px 0;
}*/

.default-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Featured Section */
.featured-section {
  background: #def5ff;
}

.featured-section .cta {
  text-align: center;
  margin: 60px 0 0;
}

.featured-box {
  text-align: center;
}

.featured-box h3 {
  color: #253c88;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 15px 0;
}

.featured-box p {
  font-size: 16px;
  line-height: 20px;
  color: #646b73;
  margin: 0 auto;
  max-width: 300px;
}

/* Mattress Featured Section */
.mattress-featured-section .default-title{
  margin-bottom: 100px;
}



/* Pillow Section */
.bg-top-clouds {
  background: url(../images/layout/bg-top-clouds.png) no-repeat center top;
  background-size: cover;
}

/* Testimonials Section */
.testimonials-section {
  background: #253c88 url(../images/layout/bg-testimonials.png) no-repeat center 40px; 
}

.testimonials-section .default-title,
.testimonials-section .default-subtitle {
  color: #fff;
}

.testimonials-slider {
  width: 100%;
  box-sizing: border-box;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0 10px;
}

.help-section a {
  color: #646b73;
}


.help-section h2.default-title {
  margin-bottom: 60px;
}

/*
.slick-slide img {
  width: 100%;
  padding: 0 2% 2% 2%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.center img{
  opacity:0.8;
  transition:all 300ms ease;
}

.center .slick-center img{
  -moz-transform:scale(1.2,1.2);
  -ms-transform:scale(1.2,1.2);
  -o-transform:scale(1.2,1.2);
  -webkit-transform:scale(1.2,1.2);
  color:#e67e22;
  opacity:1;
  transform:scale(1.2,1.2);
}*/

/* Testimonial Styles */
.testimonial-item {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 25px 25px 0 25px;
  height: 170px;
  overflow: hidden;
}

.testimonial-item .testimonial-author {
  font-size: 14px;
  line-height: 23px;
  color: #253c88;
  margin-bottom: 15px;
}

.testimonial-item .testimonial-author img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.testimonial-item .testimonial-author img.stars {
  margin-left: 20px;
  margin-top: -5px;
}

.testimonial-item .testimonial-text {
  font-size: 14px;
  line-height: 21px;
  color: #646b73;
}

.testimonial-item .testimonial-text strong {
  color: #253c88;
  font-weight: normal;
}

.testimonial-author .fa {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.testimonial-author .fa-twitter {
  color: #43b6ec;
  font-size: 14px;
}

.testimonial-author .fa-facebook-f {
  color: #495b94;
}

.center .testimonial-item{
  opacity:0.9;
  transition:all 300ms ease;
  cursor: pointer;
}

.center .slick-center.testimonial-item{
  opacity:1;
  height: 180px;
}

/* Help Section */
.help-box {
  text-align: center;
}

a.help-box ,
a.help-box:hover {
  text-decoration: none;
}

.help-box h4 {
  font-family:'Montserrat';
  font-size: 18px;
  font-weight: bold;
  color: #253c88;
  margin: 30px 0 15px 0;
}

.help-box p {
  font-size: 15px;
  line-height: 20px;
  color: #646b73;
  margin: 0;
}

/* Login Section */
.login-section {
  max-width: 480px;
  margin: 0 auto;
}

.login-section .form-group {
  padding: 0 15px;
}

.login-section .default-title {
  margin-bottom: 55px;
}

.login-section .form-group {
  text-align: center;
  margin-bottom: 40px;
}

.login-section .form-group:last-child {
  margin-bottom: 0;
}

.login-section .form-group input[type=text],
.login-section .form-group input[type=email],
.login-section .form-group input[type=password] {
  font-family: 'Muli';
  font-size: 15px;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #c6d9e0;
  border-radius: 3px;
  box-sizing: border-box;
}

.login-section .form-group input[type="checkbox"] {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.login-section .form-group label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #646b73;
  margin: 0;
  cursor: pointer;
}

.login-section input[type="submit"] {
  min-width: 210px;
  margin-bottom: 40px;
}

.login-section .form-group p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.login-section .form-group p a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #253c88;
  margin: 0 10px;
}

.login-section .form-group p a:hover {
  text-decoration: underline;
}

.rememberMe label {
  position: relative;
  padding-left: 30px;
}

.rememberMe label span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #c2d6de;
  border-radius: 3px;
  left: 0;
  top: 0;
}
.login-section .form-group.rememberMe input[type="checkbox"] {
  display: none;
}

.rememberMe input[type="checkbox"]:checked + label span:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f00c";
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  color: #283e89;
}

/* Mattress Section */
/*.mattress-section img{ 
  margin-top: -210px;
}*/

.mattress-section p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* Custom Options for Mattress Page */
.mattress-options {
  max-width: 370px;
  border-radius: 5px;
  margin-bottom: 15px;
  /*border: 1px solid #c2d6de;*/
}

.mattress-options .row,
.mattress-options .row label[class^='col-xs-'],
.mattress-options .row label[class*=' col-xs-']{
  margin: 0;
  padding: 0;
}

.mattress-options .row:first-child label {
  position: relative;
  left: -3px;
}

.mattress-options .row:first-child label:first-child {
  left: 0;
}

.mattress-options .row:last-child {
  position: relative;
  top: -1px;
}

.mattress-options .row:last-child label {
  position: relative;
  left: -1px;
}

.mattress-options .row:last-child label:first-child {
  left: 0;
}

.mattress-options .row:last-child label:last-child {
  left: -2px;
}

.mattress-options label input[type="radio"] {
  display: none;
}

.mattress-options label span {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 200;
  border: 1px solid #c2d6de;
  text-transform: uppercase;
  text-align: center;
  color: #646b73;
  background: #fff;
  -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;
}

.mattress-options input[type="radio"]:checked + span {
  background: #e5f2f6;
  border-color: transparent;
  position: relative;
  z-index: 222;
}

/* Custom Reviews - Section */
.customer-reviews {
  background: #f1f7f9;
  padding-top: 120px;
}

.customer-reviews .default-title {
  text-align: left;
  margin-bottom: 45px;
}

.review-box {
  padding: 50px 0;
  border-bottom: 1px solid #c2d6de;
  color: #646b73;
}

.user-name {
  font-size: 20px;
  line-height: 28px;
  padding: 0 0 0 25px;
  background: url(../images/icons/user-icon.png) no-repeat left center;
}

.user-info {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.rating-title {
  font-size: 20px;
  line-height: 29px;
  margin: 0 0 30px 0;
}

.rating-text {
  font-size: 15px;
  line-height: 27px;
  margin: 0 0 30px 0;
}

.rating-date {
  font-size: 14px;
  margin: 0;
}

.all-reviews {
  margin: 50px 0 0 0;
}

/* Mission Section */
.light-blue {
  background: #f1f7f9;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.no-padding {
  padding: 0;
}

.section-content.pb {
  padding-bottom: 100px;
}

.section-content.pb0 {
  padding-bottom: 0 !important;
}

.section-content h2 {
  margin-bottom: 35px; 
}
 
.default-section li,
.section-content li,
.section-content p {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #646b73;
  margin: 0 0 25px;
}

.section-block-content p {
  text-align: left;
  color: #646b73;
  margin: 0 0 25px;
  padding: 0 30px;
}

.section-content.tos p {
  margin-bottom: 30px;
}

.section-content.tos h3 {
  color: #253c88;
  font-weight: bold;
  text-transform: uppercase;
}

/* Select Product - Section */
.select-product img.img-responsive {
  margin-bottom: 35px;
}

.select-product .default-title {
  text-align: center !important;
 }

/* Checkout */
.checkout-title {
  font-family: 'Montserrat';
  font-size: 32px;
  line-height: 90px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #253c88;
  margin: 0;
}

.call-now {
  text-align: right;
  padding-top: 35px;
}

.call-now a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 21px;
  color: #646b73;
  text-decoration: none;
}

.call-now a:hover {
  text-decoration: underline;
}

.call-now a i {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 15px;
  height: 21px;
  border-top: 1px solid #646b73;
  border-right: 1px solid #646b73;
  border-bottom: 2px solid #646b73;
  border-left: 1px solid #646b73;
  border-radius: 3px;
}

.call-now a i:before {
  position: relative;
  top: 3px;
  left: -1px;
  font-size: 12px;
}

/* Checkout Section */
.checkout-page {
  background: #f1f7f9;
}

.stepwizard-step {
  display: inline-block;
  vertical-align: top;
}

.setup-panel {
  list-style: none;
  margin: 0 0 75px 0;
  padding: 0;
}

.setup-panel li {
  display: inline-block;
  vertical-align: top;
}

.setup-panel li a{
  font-size: 15px;
  color: #a7adb5;
  text-decoration: none;
  -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;
}

.setup-panel li a:hover {
  text-decoration: none;
}

.setup-panel li a.default-step {
  color: #253c88;
  font-weight: bold;
}

.setup-panel li a.default-step[disabled] {
  color: #a7adb5;
  font-weight: normal;
}

.setup-panel li a.active {
  color: #646b73;
}

.setup-panel li:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f105";
  font-size: 12px;
  margin: 0 20px;
}

.setup-panel li:first-child:before {display: none}

.setup-panel li:last-child {
  display: none;
}

/* Checkout Step1: Address */
.checkout-section .default-title{
  text-align: left;
  margin-bottom: 55px;
}

.checkout-section .form-group {
  position: relative;
  margin-bottom: 30px;
}

.btn-orange {
  display: inline-block;
  vertical-align: top;
  background: #ffbb37;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: bold;
  line-height:  25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 15px 30px;
}

.btn-orange:hover {
  color: #fff;
  background: #ffc555;
}

.checkout-section input[type=text],
.checkout-section input[type=email],
.checkout-section input[type=password],
.checkout-section input[type=tel],
.coupon-section input[type=text] {
  font-family: 'Muli';
  font-size: 15px;
  height: 48px;
  padding: 0 15px;
  border: 1px solid #c6d9e0;
  border-radius: 3px;
  box-sizing: border-box;
  -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: 100%;
}

.checkout-section textarea {
  font-family: 'Muli';
  font-size: 15px;
  min-height: 100px;
  padding: 15px;
  border: 1px solid #c6d9e0;
  border-radius: 3px;
  box-sizing: border-box;
  width: 100%;
}

.form-group input:focus ~ .floating-label,
.form-group textarea:focus ~ .floating-label{
  top: 4px;
  left: 31px;
  font-size: 10px;
  opacity: 0.6;
}

.form-group input:required:not(:focus):valid ~ .floating-label{
  top: 4px;
  left: initial;
  right: 31px;
  font-size: 10px;
  opacity: 0.6;
}

.form-group input.filled:not(:focus):valid ~ .floating-label,
.form-group textarea.filled:not(:focus):valid ~ .floating-label{
  top: 4px;
  left: initial;
  right: 31px;
  font-size: 10px;
  opacity: 0.6;
}

.form-group input.filled:not(:focus):invalid ~ .floating-label{
  top: 4px;
  left: initial;
  right: 31px;
  font-size: 10px;
  opacity: 0.6;
}

.form-group input.filled:not(:focus):invalid ~ .floating-label:after {
  content:'NOT valid!';
}

.form-group input:not(:focus):valid ~ .floating-label:after,
.form-group textarea:not(:focus):valid ~ .floating-label:after {
  color: #646b73;
}

.checkout-section .discount-row input.filled:not(:focus):valid ~ .floating-label:before {
  display:inline-block;
  width: 15px;
  height: 15px;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f00c";
  font-size: 21px;
  position: absolute;
  right: 5px;
  top: 15px;
  color: #36c382;
}

.form-group .floating-label {
  font-size: 15px;
  color: #646b73;
  position: absolute;
  pointer-events: none;
  left: 31px;
  top: 15px;
  transition: 0.2s ease all;
}

.form-group input:required + .floating-label:after {
  content:'*';
  color: #d84747;
  margin-left: 5px;
}

.form-group textarea + .floating-label:after {
  display: none;
}

.checkout-option {
  line-height: 56px;
}

.checkout-option .btn-orange {
  margin-right: 15px;
}

.checkout-option .btn-orange img {
  margin-left: 10px;
}

/* Custom Select 2 Styles */
#wrapper .select2-container {
  width: 100% !important;
}

#wrapper .select2-container .select2-selection--single {
  height: 48px;
}

#wrapper .select2-container--default .select2-selection--single {
  border-color: #c2d6de;
  border-radius: 3px;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

#wrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #646b73;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder:after {
  content:'*';
  color: #d84747;
  margin-left: 5px;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
#wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border: 0;
}

#wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f107";
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: -3px;
  right: 0;
}

#wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content:"\f106";
}



/* Checkout Step2: Shipping Method */
.shipping-address h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #253c88;
  text-transform: uppercase;
}

.shipping-address ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shipping-address ul li {
  font-size: 15px;
  line-height: 21px;
  color: #646b73;
}

.default-link {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #253c88;
}

.default-link:hover {
  text-decoration: none;
  color: #364e9d;
}

.default-list {
  padding-left: 25px;
}

.default-list li {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #646b73;
  margin: 0 0 10px 0;
}

.shipping-method-options {
  background: #fff;
  border: 1px solid #c2d6de;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
}

.form-group.radio-field {
  margin-bottom: 0;
}

.radio-field label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 25px 35px;
  border-top: 1px solid #e3ecf0;
}

.radio-field:first-child label {
  border-top: 0;
}

.radio-field label input[type="radio"] {
  display: none;

}

#wrapper .radio-field label input[type="radio"] + span.radio-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: initial;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  border: 1px solid #c4d7df;
}

#wrapper .radio-field label input[type="radio"] + span.radio-icon:before {
  content:'';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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;
}

#wrapper .radio-field label input[type="radio"]:checked + span.radio-icon:before {
  background: #36c382;
}

.radio-field label strong {
  display: block;
  font-size: 19px;
  line-height: 21px;
  font-weight: normal;
  color: #646b73;
}

.radio-field label em {
  display: block;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  font-style: normal;
  color: #646b73;
}

.radio-field label span {
  display: block;
  height: 25px;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  color: #253c88;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Checkout Step3: Payment */
#payment h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #253c88;
  text-transform: uppercase;
}

.payment-method-options {
  background: #fff;
  border: 1px solid #c2d6de;
  border-radius: 3px;
  padding: 0 30px;
  margin-bottom: 30px;
}

.card-details .row {
  margin-bottom: 30px;
}

.card-details .cvv-info {
  position: absolute;
  right: 30px;
  top: 10px;
  color: #c9d0de;
  font-size: 21px;
  text-decoration: none;
}

.payment-method-options label{
  padding-right: 0;
}

.credit-card-option .payment-method-logo,
.credit-card-option .default-link{
  float: right;
  margin-left: 10px;
  margin-top: -28px;
}

.credit-card-option .default-link {
  width: 50px;
  font-size: 15px;
  line-height: 17px;
  text-align: right;
}

.paypal-option .payment-method-logo {
  float: right;
  margin-left: 10px;
}

.secured-text {
  margin: -10px 0 50px 0;
  font-size: 15px;
  color: #646b73;
}

.billing-address-options {
  background: #fff;
  border: 1px solid #c2d6de;
  border-radius: 3px;
  padding: 0 30px;
  margin-bottom: 30px;
}

/* Order Summary */
.order-summary {
  background: #e9f1f4;
  padding: 35px;
  margin-top: 95px;
}

.order-summary h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #253c88;
  text-transform: uppercase;
}

.order-summary table {
  width: 100%;
  margin: 0;
}

.order-summary table tr td {
  text-align: right;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 19px;
  line-height: 21px;
  color: #646b73;
}

.order-summary table tr td span.tax {
  display: block;
  font-size: 14px;
  line-height: 15px;
}

.order-summary .discount-row td {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d7da;
}
  
.table > tfoot > tr > td, 
.table > tfoot > tr > th {
  padding: 0;
  line-height: normal;
  border: none;
}

.order-summary .discount-row td .form-group {
  position: relative;
  margin-bottom: 0;
}

.order-summary .discount-row input {
  padding-right: 45px;
}

.order-summary table tr td:first-child{
  text-align: left;
}

.order-summary table tr td:nth-child(2) {
  color: #253c88;
}

.order-summary .subtotal-row td,
.order-summary .total-row td{
  padding-top: 25px;
}

.order-summary .shipping-row td {
  padding-bottom: 25px;
  border-bottom: 1px solid #d0d7da;
}

.order-summary .total-row {
    position: relative;
}

.order-summary .total-row td {
  padding-bottom: 25px;
}

.order-summary .total-row .includes_tax {
    display: none;
}

/* Checkout Step4: Success */
#success h2.default-title {
  text-align: center;
} 

#success .woocommerce-order-details h2, 
#success .woocommerce-order-details h3 {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #253c88;
  text-transform: uppercase;
}

#success .woocommerce-order-details .addresses,
#success .woocommerce-customer-details {
  margin-top: 30px;
} 

#success .woocommerce-table  {
  width: 100%;
  color: #646b73;
}

#success .woocommerce-table th {
  width: 50%;
}

#success h2.default-title {
  margin: 50px 0;
}

/* #FOOTER
================================================== */
#defaultFooter {
  background: #253c88;
  padding: 75px 0;
  clear: both;
}

/* Footer Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ssl-cert { max-width: 150px; text-align: right; }

.footer-links li {
  display: block;
  margin: 0 0 10px 0;
}

.footer-links li a{
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px solid rgba(230, 234, 238, 0.2);
  -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;
}

.footer-links li a:hover {
  text-decoration: none;
  border-color: rgba(230, 234, 238, 1);
}

/* Footer Social Media Icons */
.social-media {
  list-style: none;
  padding: 0;
}

.social-media li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

.social-media li a {
  color: rgba(255,255,255,0.3);
  font-size: 21px;
  padding: 0 5px;
  -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;
}

.social-media li a:hover {
  color: rgba(255,255,255,1);
}

.copyright {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  padding: 50px 0 0 0;
}


/* WooCommerce Theme */

body.has-promo {
  padding-top: 140px;
}

.single:not(.single-product) .default-title, 
.page-id-84 .default-title {
  text-align: left;
}

.home .testimonials-section { 
  margin-bottom: 0;
}

.home .testimonials-section a {
  color: #ffffff;
  text-decoration: underline;
}

.home #defaultHeader {
  padding: 80px 0;
}

.featured-image {
  width: 100%;
}

.featured-image img {
  width: 100%;
  height: auto;
}

.content-wrapper,
.content-area {
  min-height: 60vh;
}

.widget-title {
  display: none;
}

.label {
    color: #646b73;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  -webkit-transition: box-shadow ease-in-out 130ms;
  -moz-transition: box-shadow ease-in-out 130ms
}

.woocommerce-error, .woocommerce-info, .woocommerce-message { 
  padding: 2em;
  margin: 0;
}
.woocommerce-message {
  background: teal;
  color: #fff
}
.woocommerce-error {
  background: #b22222;
  color: #fff
}
.woocommerce-info {
  background: #4169e1;
  color: #fff
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
  color: #fff; 
  text-decoration: underline;
}

 /* Product Gallery */

.pswp__bg {
  background-color: #f1f7f9;
}

.woocommerce-product-gallery {
  position: relative;
  /*margin-bottom: 3em;*/
  padding-left: 0;
}
.woocommerce-product-gallery figure {
  margin: 0
}
.woocommerce-product-gallery .zoomImg {
  background-color: #fff
}
.woocommerce-product-gallery .flex-viewport {
  /*padding-right: 30px;*/
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer
}
.woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  opacity: .9
}
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1
}
.woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  display: block
}
.woocommerce-product-gallery__trigger {
  display: none; 
} 

/**
    Blog
*/

.category .site-main,
.blog .site-main {
  margin-bottom: 50px;
  overflow: hidden;
}

.category .blog-hero,
.blog .blog-hero {
  position: relative;
  height: 30vh;
  background-color: #253c88;
  margin-bottom: 25px;
}

.category .blog-post-wrapper,
.blog .blog-post-wrapper {
  margin-bottom: 25px;
}

.category .blog-title .default-title,
.blog .blog-title .default-title {
  color: #fff;
  padding: 0 20px;
}

.category .blog-title,
.blog .blog-title {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.category .blog-post h2.default-title,
.blog .blog-post h2.default-title {
  text-align: left;
  font-size: 20px;
  line-height: normal;
  margin: 10px 0;
}

.category .blog-post h2.default-title a,
.blog .blog-post h2.default-title a {
  color: #253c88;
}

.category .blog-post .blog-content,
.blog .blog-post .blog-content {
  padding: 20px;
}

.category .blog-post,
.blog .blog-post {
  border: 1px solid #eee;
  height: 100%;
}

.category .blog-post p
.blog .blog-post p {
  color: #646b73;
  overflow: hidden;
}

.category .blog-post a.read-more
.blog .blog-post a.read-more {
  display: block;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.single .single-featured-image {
  width: 100%;
}

.single .single-featured-image img {
  width: 100%;
  height: auto;
}

.single .section-content {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.single .content-area {
  margin-bottom: 50px;
}

.single .entry-author {
  width: 100%;
  clear: both;
  overflow: hidden;
}

.single .post-navigation h2 {
  display: none;
}

.single .author-by {
  float: left;
  font-weight: bold;
  font-size: 0.875em;
}

.single .date-published { 
  float: left;
  margin-left: 20px;
  font-size: 0.875em;
}

.single .sidebar {
  padding-top: 100px;
}

.single .sidebar .widget-title {
  display: block;
}

.single .sidebar .cat-item {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  color: #fff;
  background: #cccccc;
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  margin: 5px 3px 0px 0;
}

.single .sidebar .cat-item a {
  font-weight: bold;
  color: #ffffff;
}

.single .sidebar .cat-item a:hover {
  text-decoration: none;
}



/**
    Account Page
*/

.woocommerce-MyAccount-content {
    padding: 50px 0;
}

.woocommerce-MyAccount-navigation {
    background-color: #f1f7f9;
}

.woocommerce-MyAccount-navigation ul { 
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: stretch;
}
.woocommerce-MyAccount-navigation ul > li {
    position: relative;
    text-align: center;
    flex: 1; 
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul > li > a {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: normal;
}

.woocommerce form.cart {
    max-width: 430px;
}

.woocommerce-product-infomation {
  /*padding: 120px 0;*/
}

.woocommerce-account .entry-header {
  display: none;
} 

/* Product Attributes */

.shop_attributes {
    width: 210px;
    font-size: 14px;
    color: #646b73;
    margin-bottom: 40px;
}
.shop_attributes th:after {
  content: ':';
}
.shop_attributes th {
  font-weight: normal;
}

#variationChangerCon {
    margin-top: 20px; 
    margin-bottom: 5px;
}

#variationChangerCon .variationBtns {
    max-width: 400px; 
    margin-bottom: 15px;
    overflow: hidden;
    border: solid #c2d6de;
    border-width: 0 1px 1px 0;
    border-radius: 4px;
}

#variationChangerCon .variation-btn:hover {
    text-decoration: none;
}
#variationChangerCon .variation-btn {
    display: block;
    cursor: pointer; 
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    font-weight: 200;       
    border: solid #c2d6de;
    border-width: 1px 0 0 1px;
    text-transform: uppercase;
    text-align: center;
    color: #646b73;
    background: #fff;
    -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;
    box-sizing: border-box;
}

#variationChangerCon .variation-btn.disabled {
    background: #e5f2f6;
    border-color: transparent;
    position: relative; 
    border: solid #c2d6de;
    border-width: 1px 0 0 1px ;
}

/**
    Checkout
*/

.wjecf-fragment-cart-select-free-product {
  display: none;
}

.checkout-section .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 0;
}

.checkout-section.default-section {
  padding: 50px 0 100px;
  overflow: hidden;
}

.checkout.woocommerce-checkout {
  padding-top: 25px;
}

.payment_methods {
    padding-bottom: 25px;
}

#order_payment_heading {
    margin-top: 10px;
} 

.wc_payment_method {
    margin-bottom: 20px;
    line-height: 18px;
}

.wc_payment_method .payment_box {
  padding: 5px 0 0;
  font-size: initial;
  line-height: initial;
}

.wc_payment_method label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  width: 100%;
}

.wc_payment_method label span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #c2d6de;
  border-radius: 3px;
  left: 0;
  top: 0;
}

.wc_payment_method input[type="radio"] {
  display: none;
}

.wc_payment_method input[type="radio"]:checked + label span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c8";
  font-size: 16px;
  position: absolute;
  left: 1px;
  top: 0;
  color: #283e89;
}

.checkout-section .woocommerce-form-login .default-title {
  margin-top: 25px;
  margin-bottom: 25px;
}

.checkout-section .woocommerce-additional-fields {
  margin-bottom: 25px;
}

.checkout-section .checkbox input[type=checkbox] {
  position: static;
  margin: 0;
}
/*.woocommerce-form-login {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 400px;
  z-index: 99;
  background-color: #fff;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 5px;
}*/

/* Content Pages */

.page-template-page-common .panel-layout {
  padding: 0 0 50px;
}
.page-template-page-common .panel-layout .section-content h2.default-title {
  text-align: left;
}


.page-template-page-common .panel-layout .section-content p {
  margin-bottom: 25px;
}

.page-template-page-common .panel-layout .section-content p,
.page-template-page-common .panel-layout .section-content li
 {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: #646b73;
  /*margin: 0;*/
}

/*
  Ratings / Stars
*/
@font-face {
  font-family: "dashicons";
  src: url("fonts/dashicons.eot");
}
 
@font-face {
  font-family: "dashicons";
  src: url(data:application/x-font-woff;charset=utf-8;base64,/* !! Large amount of data removed, see wp-includes/css/dashicons.css for complete data !! */) format("woff"),
  url("fonts/dashicons.ttf") format("truetype"),
  url("fonts/dashicons.svg#dashicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.comment-notes { display: none; }
.comment-form-rating .stars a {
  color: transparent;
}
.comment-form-rating .stars a:hover,
.comment-form-rating .stars a:active,
.comment-form-rating .stars a:focus {
  text-decoration: none;
  outline: none;
}

.comment-form-rating .stars a:before {
  color: #f2c513;
  display: inline-block;
  font-family: dashicons;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
  content: "\f155";
}

.comment-form-rating .stars a.active:before  {
  color: #cca406;
}

.star-rating {
  display: inline-block;
  margin-right: 10px;
}

.star-rating .star-full:before {
  content: "\f155";
}
 
.star-rating .star-half:before {
  content: "\f459";
}
 
.star-rating .star-empty:before {
  content: "\f154";
}

.star-rating .star {
  color: #f2c513;
  display: inline-block;
  font-family: dashicons;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  vertical-align: top;
  width: 20px;
}

.woocommerce-pagination .page-numbers {
  text-align: center;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

/*
  WooCommerce Reviews and Ratings
*/

.woocommerce-Reviews .default-title {
  text-align: center !important;
}

.woocommerce-Reviews .product-rating {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.woocommerce-Reviews .product-rating .star-rating .star {
  color: #253c88;
  font-size: 40px;
  width: 50px;
  height: 50px;
} 

.summary-rating-breakdown {
  max-width: 350px; 
  width: 100%; 
  margin: 0 auto 40px;
}

.summary-rating-breakdown .count {
  text-align: center;
  font-weight: bold;
}

.summary-rating-breakdown .ratingbar {
  float: left;
  width: 100%;
  border-radius: 30px;
  background: #cccccc !important;
  height: 12px;
  font-size: 0 !important;
  text-indent: 0;
  overflow: hidden; 
  margin: 5px 0 11.7px 0;
}

.summary-rating-breakdown .inner_rating {
  background: #253c88 !important;
  height: 12px;
  border-radius: 30px;
}

td.product_weight:after {
    content: " kg";
}

  /* HELPERS */

  .mobile-only {
    display: none;
  }

  .not-for-mobile {
    display: block;
   }

.parallax-window {
    min-height: 500px;
    width: 100%;
    background: transparent;
}

.onsale {
  background-color: #d84747;
  padding: 2px 15px;
  color: #ffffff;
  border-radius: 50px; 
  font-weight: bold;
}

