/*
	Theme Name: Lauryn Rose WP
	Theme URI: http://wordpress.org/
	Author: Slices Consulting
	Author URI: slicesconsulting.com
	Description: CUstom WP Theme for Lauryn Rose
	Version: 1.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: laurynrose
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@font-face {
  font-family: "Lora Regular";
  src: url(fonts/Lora-Regular.ttf); }

@font-face {
  font-family: "Open Sans Light";
  src: url(fonts/OpenSans-Light.ttf); }

@font-face {
  font-family: "Open Sans Semibold";
  src: url(fonts/OpenSans-Semibold.ttf); }

html,
body {
  font-family: "Open Sans Light"; }

body {
    font-size: 16px;
    line-height: 1.65857143;
    color: #333;
    background-color: #fff;
}

button:focus,
.button:focus {
  outline: none;
  border: none; }

.container .test {
  border: 1px solid black;
  height: 1000px; }

/* GRID */
.row {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 1460px) {
  .container {
    width: 1440px;
    padding-left: 10px;
    padding-right: 10px; }
  .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 991px) {
  .row [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px; } }

@media (max-width: 479px) {
  .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; } }

.hidden-md-lg {
  display: none; }

@media (min-width: 991px) and (max-width: 1199px) {
  .hidden-md-lg {
    display: block !important; } }

/* END GRID */
/* TYPOGRAPHY */
.regular {
  font-family: "Open Sans Light"; }

.strong {
  font-family: "Open Sans Semibold"; }

/* END TYPOGRAPHY */
/* PROMOTIONS */
.promotions {
  position: relative;
  height: 53px;
  min-height: 53px;
  background-color: #b39e9c;
  color: white; }

@media all and (max-width: 767px) {
  .promotions {
    min-height: 46px;
    height: auto; } }

/* Navigation */
nav.container {
  padding-top: 27px;
  padding-bottom: 10px; }

nav .item.nav-delimiter {
  padding-right: 0;
  padding-left: 0; }

.caret-bag {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 13px;
  height: 15px;
  background: url("img/bag_icon.png") no-repeat center; }

a:hover > .caret-bag {
  background: url("img/bag_icon_hover.png") no-repeat center; }

.caret-wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 13px;
  height: 13px;
  background: url("img/wishlist_icon.png") no-repeat center; }

a:hover > .caret-wishlist {
  background: url("img/wishlist_icon_hover.png") no-repeat center; }

#mini-cart {
  width: 380px;
  right: 7px;
  padding: 10px;
  font-size: 0.857em; }

#mini-cart ul {
  padding-left: 0;
  list-style-type: none; }

#mini-cart ul > li {
  padding: 6px 0 15px;
  border-bottom: 1px solid #dcdcdc; }

#mini-cart ul > li:not(:first-child) {
  padding-top: 15px; }

#mini-cart li > div {
  display: inline-block;
  vertical-align: middle; }

#mini-cart .mini-cart-thumb {
  width: 85px; }

#mini-cart .mini-cart-thumb img {
  width: 100%;
  height: auto;
  margin: 0 auto; }

#mini-cart .mini-cart-info {
  width: 200px;
  vertical-align: top;
  color: #000000; }

#mini-cart .mini-cart-info .variation {
  font-size: 0.857em; }

#mini-cart .mini-cart-info dl {
  margin-bottom: 0;
  margin: 0;
  padding-left: 0;
  border-left: none; }

#mini-cart .mini-cart-info .variation dt,
#mini-cart .mini-cart-info .variation dd {
  display: inline-block;
  font-weight: normal; }

#mini-cart .product-title {
  font: 1em/1 "Open Sans Semibold"; }

#mini-cart .mini-cart-price {
  width: 66px;
  text-align: center;
  font-size: 1.14em; }

#mini-cart .services {
  position: relative;
  line-height: 1.33; }

#mini-cart .total {
  position: absolute;
  top: 19px;
  right: 0;
  font: 1em/1 "Open Sans Semibold"; }

.yellow-btn,
.return-to-shop a.button,
.woocommerce-error a.button,
.woocommerce-message a.button,
#mini-cart .btn {
  margin: 10px 0 0;
  width: 175px;
  padding: 15px 0;
  border-radius: 0;
  font: 1em/1 "Open Sans Semibold";
  color: white;
  background-color: #fbad18;
  text-transform: uppercase;
  text-align: center; }

.yellow-btn:hover,
.return-to-shop a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-message a.button:hover,
#mini-cart .btn:hover {
  color: white;
  background-color: #fdc400; }

.yellow-btn:focus,
.woocommerce-message a.button:focus,
#mini-cart .btn:focus {
  color: white;
  border: none;
  border-radius: 0; }

#mini-cart .btn-bag {
  float: left; }

#mini-cart .btn-checkout {
  float: right; }

#mini-cart select {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-right: 15px;
  padding: 5px 5px;
  border-radius: 0;
  border-color: #a8a8a8;
  box-shadow: none;
  vertical-align: middle;
  font-size: 1.2em; }

#mini-cart select:focus {
  border: 1px solid #000000; }

#mini-cart option:hover {
  background-color: #f9f1f0; }

#mini-cart .remove {
  display: inline;
  color: #232323 !important;
  font: 1em "Open Sans Light";
  text-decoration: underline; }

#mini-cart .remove:hover {
  color: #fca703 !important;
  background-color: transparent; }

.brand {
  display: block;
  width: 270px;
  height: 67px;
  margin:0 auto;
  background: url("img/logo_lg.png") no-repeat center; 
}

.fixed-menu .brand {
    max-width: 100%;
    background-size: contain;
}

nav {
  padding:1em;
}

#wpadminbar {
  position: fixed !important; }

#mobile-menu {
  width: 85%;
  padding: 65px 30px;
  background-color: white;
  overflow-y: auto;
  height: 100%;
  max-width: 325px; }

@media screen and (max-width: 480px) {
  #mobile-menu {
    padding: 34px 20px;
    max-width: 270px; } }

.mobile-header {
  display: none; }

#mobile-menu li a {
  padding: 20px;
  font-size: 18px;
  color: #000000; }

#mobile-menu li:not(:last-child) {
  border-bottom: 2px solid #b39e9c; }

#main-navbar {
  text-align: center; }

#menu-main-menu-2 {
  margin-top: 30px;
  display: inline-block;
  float: none; 
}

#menu-main-menu-fixed {
  margin-top: 10px;
  display: inline-block;
  float: none; 
  font-size:13px;
}

#menu-main-menu-2 li a, #menu-main-menu-fixed li a {
  padding: 10px 20px;
  color: #523f3f;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em; 
  font-weight:700;
}

#menu-main-menu-fixed li a {
  font-size:0.85em;
}

#menu-main-menu-2 li a:hover, #menu-main-menu-fixed li a:hover {
  color: #fca703;
  background-color: transparent; }

.dropdown-menu {
  border: 1px solid #d6cac9;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }

#menu-main-menu-2 .dropdown-menu, #menu-main-menu-fixed .dropdown-menu {
  max-width: 370px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding: 0 15px; }

#menu-main-menu-2 .dropdown-menu a,
#menu-main-menu-2 .dropdown-menu a:active,
#menu-main-menu-2 .dropdown-menu a:visited,
#menu-main-menu-fixed .dropdown-menu a,
#menu-main-menu-fixed .dropdown-menu a:active,
#menu-main-menu-fixed .dropdown-menu a:visited {
  margin-top: 10px;
  padding: 14px 6px;
  text-transform: none;
  letter-spacing: normal;
  background-color: white; }

#menu-main-menu-2 .dropdown-menu a::before,
#menu-main-menu-fixed .dropdown-menu a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

#menu-main-menu-2 .dropdown-menu:after,
#menu-main-menu-2 .dropdown-menu:before,
#menu-main-menu-fixed .dropdown-menu:after,
#menu-main-menu-fixed .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
  display: none;
}

#menu-main-menu-2 .dropdown-menu:after, #menu-main-menu-fixed .dropdown-menu:after {
  left: 154px;
  border-bottom-color: white;
  border-width: 5px;
  margin-left: -5px; }

#menu-main-menu-2 .dropdown-menu:before,
#menu-main-menu-fixed .dropdown-menu:before {
  left: 154px;
  border-bottom-color: #d6cac9;
  border-width: 7px;
  margin-left: -7px; }

#menu-main-menu-2 .dropdown-menu li:not(:last-child),
#menu-main-menu-fixed .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb; }

#menu-main-menu-2 .dropdown-menu .title,
#menu-main-menu-fixed .dropdown-menu .title {
  width: 105px;
  font-family: "Open Sans Semibold";
  font-size: 14px;
  vertical-align: middle; }

#menu-main-menu-2 .dropdown-menu .description,#menu-main-menu-fixed .dropdown-menu .description {
  width: 235px;
  color: #5a5a5a;
  font-size: 12px;
  vertical-align: middle; }

#menu-main-menu-2 .dropdown-menu a:hover .description,
#menu-main-menu-fixed .dropdown-menu a:hover .description {
  color: #000000; }

#menu-main-menu-2 .dropdown-menu .title,
#menu-main-menu-2 .dropdown-menu .description,
#menu-main-menu-fixed .dropdown-menu .title,
#menu-main-menu-fixed .dropdown-menu .description {
  display: inline-block;
  white-space: normal; }

.caret-down {
  position: absolute;
  top: 18px;
  right: 4px;
  width: 9px;
  height: 5px;
  background: url("img/caret-down.png") no-repeat center; }

a:hover > .caret-down {
  background: url("img/caret-down-hover.png") no-repeat center; }

.greetings {
  position: relative;
  border-bottom: 4px solid #b39e9c;
  padding-bottom: 15px;
  font-family: "Open Sans Semibold";
  font-size: 36px;
  color: #290e08; }

.greetings .logout {
  position: absolute;
  top: 5px;
  right: 0;
  font-family: "Open Sans Light";
  font-size: 29px; }

.greetings .logout a {
  color: #290e08;
  text-decoration: none; }

.greetings .logout a:hover {
  text-decoration: none; }

#bag-icon,
#search-bar-toggle {
  display: none;
  cursor: pointer; }

#cancel-search {
  display: none;
  position: absolute;
  left: 0;
  top: 17px;
  width: 24px;
  height: 24px;
  background: url("img/cancel-search-icon.png") no-repeat center;
  background-size: 100%; }

#mobile-menu-toggle span {
  /*display: block;*/ }

#mobile-menu-toggle .fa {
  display: none; }

#mobile-menu-toggle {
  display: none; }

.mobile-header [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 991px) {
  nav.container {
    padding-top: 10px;
    width: 100%; }
  .mobile-header {
    display: block; }
  .desktop-header {
    display: none; }
  .brand {
    margin: 0 auto;
    width: 100%;
    height: 89px;
    background: url("img/logo_sm.png") no-repeat center;
    background-size: contain; }
  #cancel-search,
  #search-bar-toggle,
  #bag-icon,
  #mobile-menu-toggle {
    display: block; }
  #mobile-menu-toggle {
    float: none;
    display: inline-block;
    margin: 27px 0 0;
    padding: 8px 25px;
    border: 2px solid #595050;
    border-radius: 0;
    font-family: "Open Sans Semibold";
    font-size: 20.05px;
    color: #595050;
    text-transform: capitalize; }
  #menu-main-menu-2 {
    display: none; }
  .search-form {
    display: none; } }

@media (max-width: 767px) {
  .brand {
    height: 53px; }
  #mobile-menu-toggle {
    margin: 14px 0 0;
    padding: 6px 14px;
    border: 1px solid #595050;
    font-size: 12px; }
  .greetings .logout {
    position: static; }
  .greetings span {
    display: block; } }

/* SEARCH */
.search-form {
  max-width: 340px;
  position: relative;
  padding-top: 12px;
  margin: 0 auto;
  text-align: center;
  overflow: visible; }

#search {
  display: block;
  width: 100%;
  left: 8px;
  padding: 4px 26px 4px 8px;
/*  border: 1px solid #a8a8a8;
*/color: #523f3f; }

#search:focus {
/*  border: 1px solid #523f3f;
*/outline: none; 
font-size:16px;}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

.search-icon {
/*  position: absolute;
  top: 21px;
  right: 9px;
  width: 12px;
  height: 12px;*/
  background: url("img/search_icon_lg.png") no-repeat center;
  cursor: pointer; }

#search-container {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  z-index: 1000;
/*  border: 1px solid #523f3f;
*/text-align: left;
  background-color: white; }

#search-container h5 {
  margin: 0 25px;
  padding: 6px 0;
  border-bottom: 1px solid #b39e9c;
  color: #523f3f;
  font-family: "Open Sans Semibold"; }

#search-container ul {
  margin: 0 25px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

#search-container a {
  padding: 5px 0;
  display: block;
  color: #523f3f;
  text-decoration: none;
  font-family: "Open Sans Light"; }

#search-container a:hover,
#search-container a:visited {
  color: #523f3f;
  text-decoration: none; }

#search-container a:hover {
  color: #fca600; }

#all-results {
  display: block;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0 10px 10px;
  color: #523f3f;
  cursor: pointer;
  font-family: "Open Sans Semibold"; }

@media (max-width: 991px) {
  .search-form {
/*    padding-left: 35px;
*/  max-width: 100%; }
  #search {
    font-size: 18px;
    padding: 5px; }
  #search-container {
    top: 60px; }
  #search-container a,
  #search-container h5 {
    font-size: 16px; }
  #search-container h5 {
    padding-top: 10px;
    padding-bottom: 10px; }
  #search-container a {
    padding-top: 5px;
    padding-bottom: 5px; }
  #search-container #all-results {
    margin-right: 30px;
    padding-bottom: 25px; }
  .search-icon {
    display: none; } }

.second-nav {
  margin-top: 16px; 
}
.fixed-menu .second-nav {
  margin-top: 10px; 
}


.second-nav > div {
  float: right; }

.second-nav,
.second-nav a {
  color: #232323;
  font: 1em "Open Sans Light"; }

.second-nav a,
.second-nav a:hover {
  text-decoration: none; }

.second-nav a:hover {
  color: #fca703; }

.second-nav div:first-child .item {
  padding: 10px 20px 10px 11px; }

.second-nav .item {
  float: right;
  position: relative;
  padding: 10px 33px 10px 12px; }

.second-nav .dropdown-menu {
  top: 35px;
  right: -5px;
  padding: 10px 5px;
  min-width: 130px; }

.second-nav .dropdown-menu:after,
.second-nav .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.second-nav .dropdown-menu:after {
  right: 7px;
  border-bottom-color: white;
  border-width: 5px;
  margin-left: -5px; }

.second-nav .dropdown-menu:before {
  right: 5px;
  border-bottom-color: #d6cac9;
  border-width: 7px;
  margin-left: -7px; }

.second-nav .dropdown-menu > li > a {
  line-height: 2.07;
  color: #5a5a5a; }

.second-nav .dropdown-menu > li > a:hover {
  background-color: white;
  color: #000000; }

@media screen and (max-width: 991px) {
  .second-nav {
    display: none; } }

.propositions {
/*  margin-top: -14px;
*/padding-top: 20px;
  padding-bottom: 16px;
  background-color: #f9f1f0; 
  font-size:14px;
}

.proposition--header {
  margin: 0 auto 5px;
  font-family: "Lora Regular";
  font-size: 16px;
  text-transform: uppercase;
  text-align: center; }

.proposition--content {
  min-height: 40px;
  font-size: 1em;
  text-align: center; }

@media screen and (min-width: 1200px) {
  .proposition--content {
    margin: 0 50px; } }

.slick-dots li button {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 10px;
  border: 2px solid #b39e9c;
  background-color: white; }

.slick-dots li.slick-active button {
  background-color: #b39e9c; }

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  opacity: 0; }

.slick-slide .proposition--content img {
  display: inline-block; }

.spotlight {
  position: relative;
  top: -2px; }

@media (max-width: 991px) {
  .propositions {
    margin-top: 10px;
    padding-bottom: 32px; }
  .proposition--header {
    font-size: 30px; }
  .proposition--content {
    margin: 0 5px;
    font-size: 27px; }
  .slick-dots {
    bottom: -20px; }
  #search-bar-toggle {
    float: right;
    margin-top: 25px;
    width: 32px;
    height: 32px;
    background: url("img/show_search_bar_icon_sm.png") no-repeat center; }
  #bag-icon {
    float: right;
    margin-top: 25px;
    width: 31px;
    height: 34px;
    background: url("img/bag_icon_big.png") no-repeat center; } }

@media (max-width: 767px) {
  .propositions {
    padding-top: 15px; }
  .proposition--header {
    font-size: 18px; }
  .proposition--content {
    font-size: 16px; }
  #search-bar-toggle {
    margin: 20px auto;
    width: 19px;
    height: 19px;
    background: url("img/show_search_bar_icon.png") no-repeat center; }
  #bag-icon {
    margin: 20px auto;
    width: 19px;
    height: 19px;
    background-size: contain; } }

.slick-initialized .slick-slide {
  outline: none; }

@media (max-width: 480px) {
  #mobile-menu-toggle {
    padding: 4px 10px;
    font-size: 14px; }
  #bag-icon {
    width: 19px;
    height: 19px;
    background-size: contain; }
  #search {
    font-size: 16px;
    padding: 3px; }
  #cancel-search {
    width: 18px;
    height: 18px; } }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */ }

.tab-content > .active, .pill-content > .active {
  height: auto;
  /* let the content decide it  */ }

/* bootstrap hack end */
/* COMMON CAROUSEL STYLES */
.carousel {
  margin: 0 50px;
  border: 1px solid black; }

.carousel-item {
  display: inline-block;
  margin: 0 20px;
  /*min-width: 150px;*/
  /*max-width: 200px;*/
  text-align: center;
  text-decoration: none;
  color: white;
  background-color: blue; }

.carousel-item:visited,
.carousel-item:hover {
  text-decoration: none;
  color: white; }

.carousel-container {
  position: relative; }

.carousel-container .arrow-prev,
.carousel-container .arrow-next {
  position: absolute;
  height: 100%;
  width: 5%;
  border: 1px solid black; }

.carousel-container .arrow-next {
  right: 0; }

.carousel-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto; }

@media (max-width: 1199px) {
  .carousel-container .arrow-prev,
  .carousel-container .arrow-next {
    display: none; }
  .carousel {
    margin: 0; } }

/* END COMMON CAROUSEL STYLES */
/* SLIDERS */
#trust-pilot-slider-down .container,
.slider .container {
  margin-top: 20px;
  padding: 0 114px; }

.slider .carousel {
  border: none; }

.slider .carousel-container .arrow-prev,
.slider .carousel-container .arrow-next {
  width: 20px;
  border: none;
  z-index: 99; }

.slider .carousel-container .arrow-prev {
  background: url("img/slider_left_icon.png") no-repeat center 86px; }

.slider .carousel-container .arrow-prev:hover {
  background: url("img/slider_left_icon_hover.png") no-repeat center 86px; }

.slider .carousel-container .arrow-next {
  background: url("img/slider_right_icon.png") no-repeat center 86px; }

.slider .carousel-container .arrow-next:hover {
  background: url("img/slider_right_icon_hover.png") no-repeat center 86px; }

#trust-pilot-slider-down .trust-pilot-slider-down-title,
.slider .slider-title {
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: "Open Sans Light";
  font-size: 20px;
  color: #000000;
  text-transform: uppercase; }

form#yith-wcwl-form {
  padding-bottom: 65px; }

#trust-pilot-slider-down .trustpilot-widget {
  margin-top: 40px; }

.slider .carousel-item {
  color: #000000;
  background-color: white; }

.slider .carousel-item-title {
  margin-top: 36px;
  margin-bottom: 0;
  padding: 0 15px;
  font-family: "Open Sans Light";
  font-size: 1.0em;
  line-height: 1.25; }

@media (max-width: 1460px) {
  .slider .container,
  #trust-pilot-slider-down .container {
    padding: 0; }
  .slider .row {
    margin: 0; } }

@media (max-width: 991px) {
  .slider .carousel-item {
    width: 250px; } }

@media (max-width: 479px) {
  .slider .carousel-item {
    margin: 5px 5px;
    min-width: 150px;
    max-width: 150px; }
  .slider .slider-title {
    margin-left: 5px; } }

/* END SLIDERS */
/* TABS-SLIDER */
.tabs-slider {
  margin-top: 46px;
  overflow: hidden; }

.tabs-slider .container {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 114px; }

.tabs-slider .title-block {
  width: 240px;
  padding: 0 45px 0 26px;
  float: left; }

.tabs-slider .tabs-slider-title {
  margin-top: 11px;
  margin-bottom: 17px;
  margin-left: -2px;
  font-family: "Open Sans Light";
  font-size: 1.43em;
  text-transform: uppercase; }

.tabs-slider .btn {
  line-height: 2.8em;
  padding: 6px 12px;
  display: block;
  margin-top: 33px;
  border: none;
  border-radius: 0;
  background-color: #FBAD18;
  font-family: "Open Sans Semibold"; }

.tabs-slider .btn:hover {
  background-color: #fdc400; }

.tabs-slider .title-block p {
  font-family: "Open Sans Semibold";
  line-height: 1.3; }

.tabs-slider .tabs {
  margin-left: 245px; }

.tabs-slider .nav-tabs {
  height: 75px;
  padding-top: 12px;
  border: none; }

.tabs-slider .nav-tabs > li > a {
  border: none;
  margin-right: 0;
  padding: 0 21px;
  font-family: "Raleway";
  font-size: 0.93em;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.tabs-slider .nav-tabs > li > a:hover,
.tabs-slider .nav-tabs > li > a:visited,
.tabs-slider .nav-tabs > li > a:active,
.tabs-slider .nav-tabs > li.active > a,
.tabs-slider .nav-tabs > li.active > a:hover,
.tabs-slider .nav-tabs > li.active > a:visited
.tabs-slider .nav-tabs > li.active > a:active {
  border-top: none;
  border-bottom: none;
  border-right: none;
  color: #f19300;
  background-color: white;
  cursor: pointer; }

.tabs-slider .nav-tabs > li {
  border: none; }

.tabs-slider .nav-tabs > li:not(:first-child) > a {
  border-left: 1px solid #828282;
  border-radius: 0; }

.tabs-slider .nav-tabs > li:first-child > a {
  border: none; }

.tabs-slider .carousel-container .arrow-prev {
  background: url("img/slider_left_icon.png") no-repeat center 63px; }

.tabs-slider .carousel-container .arrow-prev:hover {
  background: url("img/slider_left_icon_hover.png") no-repeat center 63px; }

.tabs-slider .carousel-container .arrow-next {
  background: url("img/slider_right_icon.png") no-repeat center 63px; }

.tabs-slider .carousel-container .arrow-next:hover {
  background: url("img/slider_right_icon_hover.png") no-repeat center 63px; }

.tabs-slider .carousel-container .arrow-prev,
.tabs-slider .carousel-container .arrow-next {
  width: 20px;
  border: none; }

.tabs-slider .carousel {
  margin: 0 20px;
  border: none; }

.tabs-slider .carousel-item {
  color: #000000;
  background-color: white; }

.tabs-slider .carousel-item-title {
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0 15px;
  font-family: "Open Sans Light";
  font-size: 1.0em;
  line-height: 1.25; }

.carousel-item-price {
  font-family: "Open Sans Semibold"; }

.tab-content {
  height: 280px; }

@media (max-width: 1419px) {
  .tabs-slider .carousel {
    margin: 0; } }

/* END TABS-SLIDER */
/* FEATURED PROMOTIONS */
.featured-promotions {
  margin-top: 22px; }

.featured-promotions .lg .fp1x2 {
  height: 100%; }

.featured-promotions .lg .fp1x2 .img-responsive,
.featured-promotions .lg .fp1x1 .img-responsive,
.featured-promotions .lg .fp2x1 .img-responsive {
  width: 100%;
  height: 100%; }

.featured-promotions .lg .fp1x1 {
  padding-bottom: 10px;
  height: 50%; }

.featured-promotions .lg .fp2x1 {
  position: relative;
  padding-top: 10px;
  height: 50%; }

.featured-promotions .lg .fp1x1 a {
  bottom: 25px; }

@media (max-width: 1460px) {
  .featured-promotions.up .lg a {
    right: 30px; } }

.featured-promotions a {
  position: absolute;
  bottom: 17px;
  right: 25px;
  width: 220px;
  padding: 21px 10px;
  font-family: "Open Sans Semibold";
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.58);
  background-color: #fbf9f8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.featured-promotions a:hover {
  color: #f29f00; }

.featured-promotions .sm {
  display: none; }

@media (max-width: 991px) {
  .featured-promotions .lg {
    display: none; }
  .featured-promotions .sm {
    display: block; }
  .featured-promotions .sm .row {
    margin: 10px 0; }
  .featured-promotions .sm .row div {
    position: relative;
    overflow: hidden; }
  .featured-promotions a {
    max-width: 175px;
    right: 40px; }
  .featured-promotions img {
    margin: 0 auto; } }

@media (max-width: 479px) {
  .featured-promotions .container {
    padding-right: 0;
    padding-left: 0; }
  .featured-promotions .row {
    margin-right: 0;
    margin-left: 0; }
  .featured-promotions .row .m1 {
    margin:1rem 0; }
/*  .featured-promotions .row [class*="col-"]:only-child {
    padding: 0 !important; }*/
/*  .featured-promotions .row [class*="col-"]:first-child {
    padding-left: 0;
    padding-right: 5px; }*/
/*  .featured-promotions .row [class*="col-"]:last-child {
    padding-right: 0;
    padding-left: 5px; }*/
  .featured-promotions a {
    max-width: 130px;
    right: 20px;
    padding: 10px 10px; } }

.featured-promotions.down a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

#trust-pilot-slider-down {
  margin-top: 65px;
  max-width:100%; }

/* FOOTER */
footer {
  /*margin-top: 1682px;*/
  margin-top: 44px;
  padding-top: 27px;
  padding-bottom: 45px;
  background-color: #eeeeee;
  font-size: 13px;
  color: #201e1f; }

footer .menu-title {
  margin-bottom: 18px;
  font-family: "Open Sans Semibold";
  font-size: 14px;
  color: #201e1f; }

footer ul.menu {
  padding-left: 0;
  list-style-type: none; }

footer .row {
  margin-bottom: 19px; }

footer ul.menu > li > a {
  color: #201e1f;
  font-size: 12px;
  line-height: 2;
  text-decoration: none; }

footer ul.menu > li > a:hover {
  color: #787878; }

footer ul.two-cols li {
  float: left;
  width: 50%;
  padding-right: 55px; }

footer ul.two-cols li:nth-child(even) {
  margin-left: -46px; }

footer .trustpilot-widget {
  min-height: 42px;
  top: -5px;
  padding: 8px;
  /*border: 1px dashed #201e1f;*/
  overflow: hidden; }

footer .trustpilot-widget iframe {
  margin: 0 auto; }

footer .hospice {
  text-align: right;
  overflow: hidden; }

footer .hospice .menu-title {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 1.2em;
  letter-spacing: -0.2px; }

footer .hospice img {
  width: 100%; }

footer .social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

footer .social a:first-of-type {
  margin-left: -2px; }

footer .social .menu-title {
  margin-bottom: 13px; }

footer .social a.fb {
  background-image: url("img/social_fb_icon_hover.png"); }

footer .social a.fb:hover {
  background-image: url("img/social_fb_icon.png"); }

footer .social a.twitter {
  background-image: url("img/social_twitter_icon_hover.png"); }

footer .social a.twitter:hover {
  background-image: url("img/social_twitter_icon.png"); }

footer .social a.google {
  background-image: url("img/social_google_icon_hover.png"); }

footer .social a.google:hover {
  background-image: url("img/social_google_icon.png"); }

footer .social a.pinterest {
  background-image: url("img/social_pinterest_icon_hover.png"); }

footer .social a.pinterest:hover {
  background-image: url("img/social_pinterest_icon.png"); }

footer .social a.instagram {
  background-image: url("img/social_instagram_icon_hover.png"); }

footer .social a.instagram:hover {
  background-image: url("img/social_instagram_icon.png"); }

footer .social a.youtube {
  background-image: url("img/social_youtube_icon_hover.png"); }

footer .social a.youtube:hover {
  background-image: url("img/social_youtube_icon.png"); }

footer .finish {
  text-align: right;
  font-size: 12px; }

footer .finish .menu-title {
  letter-spacing: 0.4px;
  color: #201e1f;
  text-transform: capitalize; }

footer .finish .menu-title span {
  text-transform: lowercase; }

footer .finish p {
  margin: 0 0 8px;
  letter-spacing: 0.3px; }

footer .finish .payment-icons {
  margin: 12px 3px 27px; }

footer .finish a {
  color: #201e1f;
  text-decoration: none; }

footer .finish a:hover {
  color: #fca600; }

footer .chimpy_widget_content {
  max-width: 360px; }

footer .sky-form {
  box-shadow: none;
  position: relative; }

footer .sky-form .input input {
  width: 225px;
  height: auto;
  padding: 7px 7px;
  border: none;
  font: 12px/1 "Open Sans Light";
  color: #201e1f; }

footer div.chimpy_status_underlay {
  background-color: transparent; }

footer div.chimpy_status_underlay fieldset {
  background-color: transparent;
  padding: 34px 0 5px; }

footer div.chimpy_status_underlay .description {
  margin-bottom: 9px;
  font-family: "Open Sans Light";
  font-size: 14px;
  color: #201e1f; }

footer .sky-form footer {
  border: none;
  padding: 0;
  background-color: transparent; }

footer .sky-form footer button.button {
  position: absolute;
  margin: 0;
  top: 61px;
  left: 226px;
  height: 31px;
  padding: 0 9px;
  font: 12px/1 "Open Sans Semibold";
  background-color: #000000;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

footer .sky-form footer button.button:hover {
  background-color: #fca600; }

@media (max-width: 1459px) and (min-width: 1200px) {
  footer ul.two-cols li:nth-child(even) {
    margin-left: 0; }
  footer ul.two-cols li {
    padding-right: 0; } }

@media (max-width: 1199px) {
  footer ul.two-cols li {
    margin: 0;
    padding: 0; }
  footer ul.two-cols li:nth-child(even) {
    margin: 0;
    padding: 0 25px; }
  footer .reviews:before {
    clear: both;
    content: "";
    display: block; }
  footer .hospice img {
    width: auto; }
  footer .trustpilot-widget {
    left: 0;
    margin-right: 0; } }

@media (max-width: 991px) {
  footer .menu-title {
    font-size: 18px; }
  footer ul.menu > li > a {
    font-size: 16px;
    line-height: 2.5; }
  footer .help-info,
  footer .social {
    margin-top: 40px; }
  footer .help-info {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px; }
  footer .hospice {
    text-align: left; }
  footer .social a {
    width: 30px;
    height: 30px;
    margin: 0 8px;
    background-size: contain; }
  footer .finish {
    margin-top: 40px;
    text-align: left;
    font-size: 14px; } }

@media (max-width: 479px) {
  footer ul.two-cols li:nth-child(even) {
    margin: 0;
    padding: 0 10px; }
  footer .trustpilot-widget {
    margin-right: 0; }
  footer .hospice {
    margin-top: 40px; }
  footer .finish .payment-icons {
    display: block;
    width: 100%;
    height: auto; }
  footer .chimpy_widget_content {
    max-width: 100%; } }

@media (max-width: 375px) {
  footer .sky-form footer button.button {
    left: auto;
    right: 0;
    bottom: 20px;
    top: inherit; } }

/* BREADCRUMBS */
.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
  padding: 23px 0 15px;
  border-bottom: 1px solid #e2e2e2;
  text-transform: capitalize; }

.woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb,
.woocommerce-breadcrumb a,.woocommerce .woocommerce-breadcrumb a {
  font-size: 12px;
  color: #000000;
  text-decoration: none; }

.woocommerce-breadcrumb .delimiter, .woocommerce .woocommerce-breadcrumb .delimiter {
  display: inline-block;
  width: 25px;
  height: 11px;
  vertical-align: middle;
  background: url("img/slider_right_icon.png") no-repeat center;
  background-size: contain; }

@media (max-width: 767px) {
  .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb {
    padding: 23px 10px 15px; } }

/* END BREADCRUMBS */
/* FILTERS */
#filters {
  min-height: 400px;
  padding-top: 19px;
  font-size: 1.14em;
  letter-spacing: 0.025em;
  background-color: white;
  z-index: 1050; }

#filters select {
  display: none; }

#filters .loading-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.woocommerce-cart .bootstrap-select > button,
.single-product .bootstrap-select > button,
#sorting button {
  padding: 4px 9px;
  border-radius: 0;
  border-color: #a8a8a8;
  -webkit-box-shadow: none;
  background-color: white;
  box-shadow: none;
  outline: none !important; }

.woocommerce-cart .bootstrap-select.open > button,
.single-product .bootstrap-select.open > button,
.single-product .bootstrap-select > button:hover,
#sorting .open > button,
#sorting button:hover {
  border-color: #523f3f;
  background-color: white; }

#sorting button:focus {
  border: 1px solid #523f3f; }

.woocommerce-cart .bootstrap-select li > a,
.single-product .bootstrap-select li > a,
#sorting li > a {
  padding: 12px 15px 10px; }

.woocommerce-cart .bootstrap-select li.selected,
.woocommerce-cart .bootstrap-select li.selected > a,
.single-product .bootstrap-select li.selected,
.single-product .bootstrap-select li.selected > a,
#sorting li.selected,
#sorting li.selected > a {
  border: none !important;
  outline: none !important; }

.woocommerce-cart .bootstrap-select li.selected > a,
.woocommerce-cart .bootstrap-select li > a:hover,
.single-product .bootstrap-select li.selected > a,
.single-product .bootstrap-select li > a:hover,
#sorting li.selected > a,
#sorting li > a:hover {
  background-color: #f9f1f0;
  font-family: "Open Sans Semibold";
  font-size: 1em;
  color: #523f3f;
  letter-spacing: 0.025em; }

.woocommerce-cart .bootstrap-select.open .dropdown-menu,
.single-product .bootstrap-select.open .dropdown-menu,
#sorting .open > .dropdown-menu {
  padding: 0;
  margin: -1px 0 0;
  border-color: #523f3f; }

#sorting .woocommerce-ordering {
  margin-top: 18px;
  margin-bottom: 20px;
  float: none; }

#sorting .bootstrap-select {
  width: 100%; }

.single-product .bootstrap-select button .caret,
#sorting .bootstrap-select button .caret {
  border: none;
  width: 9px;
  height: 5px;
  right: 7px;
  background: url("img/dropdown_icon.png") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.single-product .bootstrap-select button:hover .caret,
#sorting .bootstrap-select button:hover .caret {
  background: url("img/dropdown_icon_hover.png") no-repeat center; }

#filters .widget {
  border-top: 1px solid rgba(0, 0, 0, 0.17);
  padding: 0 0 10px; }

#filters .widget-title {
  margin-top: 15px;
  margin-bottom: 9px;
  font-size: 1.14em;
  letter-spacing: normal;
  text-transform: uppercase; }

#filters-toggle {
  display: none;
  position: absolute;
  left: -30px;
  top: 180px;
  padding: 10px;
  width: 100px;
  background-color: #b39e9c;
  color: white;
  font: 1.5em/1 "Open Sans Semibold";
  text-align: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
  z-index: 99; }

.site-content {
  position: relative; }

.yith-wcan-color li > a,
.yith-wcan-color li > span,
.yith-wcan-color li > a:hover,
.yith-wcan-color li > span:hover {
  margin-right: 15px !important;
  border: none !important;
  border-radius: 12px !important; }

.yith-wcan-color li.chosen > a:after {
  display: block;
  position: relative;
  top: -15px;
  left: 5px;
  content: "";
  width: 11px;
  height: 9px;
  background: url("img/color_check_icon.png") no-repeat center; }

#filters .yith-woocommerce-ajax-product-filter ul > li > span {
  display: none; }

#filters .ui-slider-range {
  background-color: #b3b3b3; }

#filters .ui-slider-handle {
  background-color: white;
  border: 2px solid #b3b3b3;
  top: -.3em; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border: 1px solid #b3b3b3;
  background-color: white; }

.widget_price_filter {
  position: relative; }

.widget_price_filter .price_slider {
  margin-top: 53px; }

.widget_price_filter .price_slider_amount {
  position: absolute;
  top: 41px; }

#filters .filters-close {
  float: right;
  width: 20px;
  height: 20px;
  background: url("img/close_icon.png") no-repeat center;
  background-size: contain; }

.yith-wcan-label li.choosen > a,
.yith-wcan-label li > a,
.yith-wcan-label li > span {
  background-color: white !important;
  color: inherit !important;
  padding: 6px !important; }

.yith-wcan-label li > a:hover {
  background-color: white !important;
  color: inherit !important; }

.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
  display: inline-block;
  width: 11px;
  height: 9px;
  content: "";
  background: url("img/shape_check_icon.png") no-repeat center; }

@media (min-width: 992px) {
  #filters {
    display: block;
    position: relative; }
  #filters .filters-close {
    display: none; } }

@media (max-width: 991px) {
  #filters {
    width: 250px; }
  #filters-toggle {
    display: block; }
  #sorting {
    margin-top: 30px; }
  .yith-wcan-color li > a,
  .yith-wcan-color li > a:hover {
    width: 30px !important;
    height: 30px !important;
    margin-right: 30px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: none !important;
    border-radius: 15px !important; }
  .yith-wcan-color li.chosen > a:after {
    top: -12px;
    left: 7px;
    width: 17px;
    height: 13px;
    background-size: contain; } }

.products > li.product[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px; }

.products .product-carousel-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 4px;
  border: 1px solid transparent; }

.products .product-carousel-container:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.products .product-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.products .product-carousel-container:hover {
  border: 1px solid #cbcbcb; }

.products .product-carousel {
  max-height: 280px;
  overflow-y: hidden; }

.products .product-carousel li {
  padding: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.products .product-carousel-container:hover li {
  padding: 0px; }

.products li.product .arrow-prev,
.products li.product .arrow-next {
  position: absolute;
  top: 0;
  width: 27px;
  height: 0;
  border: none;
  z-index: 99; }

.products .product-carousel-container:hover .arrow-prev,
.products .product-carousel-container:hover .arrow-next {
  height: 100%; }

.products li.product .arrow-prev {
  left: 0;
  background: url("img/slider_left_icon.png") no-repeat center; }

.products li.product .arrow-prev:hover {
  background: url("img/slider_left_icon_hover.png") no-repeat center; }

.products li.product .arrow-next {
  right: 0;
  background: url("img/slider_right_icon.png") no-repeat center; }

.products li.product .arrow-next:hover {
  background: url("img/slider_right_icon_hover.png") no-repeat center; }

.products .rating {
  height: 17px;
  text-align: center; }

.woocommerce ul.products li.product a .rating img {
  display: inline-block;
  height: 100%;
  width: auto; }

.products > .product > a {
  text-align: center;
  text-decoration: none; }

.products .product h3.product-title {
  padding: 3px 25px !important;
  font: 1em/1.29 "Open Sans";
  color: #000000; }

.products .product .picked-label {
  font-size: 1.14em;
  color: #fca600; }

.woocommerce ul.products li.product .price {
  font: 1em/1 "Open Sans Semibold";
  color: #000000; }

.product-archive {
  /*border-bottom: 1px solid #e2e2e2;*/ }

@media (max-width: 991px) {
  .products .product h3.product-title {
    padding: 3px 5px !important; } }

@media (max-width: 479px) {
  .products .product-carousel li {
    padding: 0; } }

.modal-backdrop {
  background-color: #b39e9c;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* For IE8 and earlier */ }

/* PRODUCT PAGE */
.woocommerce div.product div.images div.thumbnails {
  padding-top: 0; }

.single-product .images-container {
  padding-left: 0;
  padding-top: 53px; }

.single-product.woocommerce .woocommerce-breadcrumb {
  padding: 23px 0 19px; }

.single-product .images .thumbnails {
  float: left;
  width: 16.67%; }

.single-product .images .thumbnails li {
  width: 68px;
  margin-bottom: 15px;
  border: 1px solid #c7c7c7; }

.single-product .images .magnifier-src {
  float: left;
  width: 75.0%;
  padding: 0px 53px 30px; }

.yith_magnifier_gallery li a {
  margin-top: 0 !important; }

.single-product .product_title {
  margin-top: 11px;
  margin-bottom: 15px;
  font-size: 1.43em;
  letter-spacing: 0.05em; }

.single-product .product-rating {
  position: relative;
  display: block;
  height: 19px; }

.single-product .product-rating .product-rating-placeholder {
  display: block;
 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.single-product .product-rating > div {
  margin-left: 0px; 
}

.single-product .picked-label {
  font-size: 1.14em;
  color: #fc9a00; }

.single-product .price {
  margin-top: 22px;
  margin-bottom: 30px; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.29em;
  color: #000000; }

.yith-wcwl-share li,
.socials {
  margin-top: 21px;
  text-align: center; }

.yith-wcwl-share li a,
.socials a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.yith-wcwl-share li a:hover {
  background-position: center center; }

.yith-wcwl-share li a.facebook:hover,
.socials a.facebook:hover {
  background-image: url("img/social_fb_icon_hover.png"); }

.yith-wcwl-share li a.facebook,
.socials a.facebook {
  background-image: url("img/social_fb_icon.png"); }

.yith-wcwl-share li a.twitter:hover,
.socials a.twitter:hover {
  background-image: url("img/social_twitter_icon_hover.png"); }

.yith-wcwl-share li a.twitter,
.socials a.twitter {
  background-image: url("img/social_twitter_icon.png"); }

.yith-wcwl-share li a.googleplus:hover,
.socials a.google:hover {
  background-image: url("img/social_google_icon_hover.png"); }

.yith-wcwl-share li a.googleplus,
.socials a.google {
  background-image: url("img/social_google_icon.png"); }

.yith-wcwl-share li a.pinterest:hover,
.socials a.pinterest:hover {
  background-image: url("img/social_pinterest_icon_hover.png"); }

.yith-wcwl-share li a.pinterest,
.socials a.pinterest {
  background-image: url("img/social_pinterest_icon.png"); }

.yith-wcwl-share li a.email:hover,
.socials a.mail:hover {
  background-image: url("img/social_mail_icon_hover.png   "); }

.yith-wcwl-share li a.email,
.socials a.mail {
  background-image: url("img/social_mail_icon.png"); }

#ring-size-modal img {
  display: block;
  width: 100%;
  height: auto; }

.single-product .variations .value,
.single-product .variations .label {
  display: block; }

.woocommerce div.product form.cart .variations td.label {
  padding-top: 7px;
  padding-bottom: 2px;
  text-align: left; }

.woocommerce div.product form.cart .variations label {
  font: 14px/1 "Open Sans Light";
  color: #000000;
  font-weight: normal; }

.woocommerce div.product form.cart .button.woocommerce_waitlist,
.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button {
  display: block;
  float: none;
  width: 100%;
  margin-top: 36px;
  padding: 16px 0;
  border: none;
  border-radius: 0;
  background-color: #fbad18;
  text-transform: uppercase;
  font: 1.36em/1 "Open Sans Semibold";
  letter-spacing: 0.001em; }

.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button > img {
  margin-right: 5px;
  vertical-align: baseline; }

.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
  background-color: #fdc400; }

.woocommerce div.product div.summary {
  width: 402px;
  padding: 13px 21px; }

.size-chart-link {
  display: block;
  float: right;
  position: relative;
  top: 24px;
  left: 0;
  font: 12px/1 "Open Sans Light";
  color: #000000;
  text-decoration: underline; }

.size-chart-link:visited,
.size-chart-link:hover {
  border: none;
  outline: none;
  color: #523f3f;
  text-decoration: underline; }

.select_option {
  margin-right: 14px;
  margin-bottom: 14px;
  border-width: 1px;
  border-color: #d5d5d5; }

.select_option:hover {
  border-color: #523f3f; }

.select_option.selected {
  background-color: #f3f3f3;
  border-width: 1px;
  border-color: #bfbfbf; }

.select_option span,
.select_option img {
  border: none;
  font: 14px/1 "Open Sans Light";
  width: 34px;
  height: 34px;
  line-height: 33px; }

.woocommerce div.product form.cart .reset_variations {
  font: 14px/1 "Open Sans Light";
  color: #000000;
  text-decoration: underline; }

.woocommerce div.product form.cart .reset_variations:hover,
.woocommerce div.product form.cart .reset_variations:visited {
  color: #000000;
  text-decoration: underline; }

.woocommerce div.product p.stock {
  font: 14px/1 "Open Sans Light";
}

.woocommerce div.product .qty-title {
  margin-bottom: 15px;
  font: 16px/1 "Open Sans Light"; }

.woocommerce div.product form.cart .button.woocommerce_waitlist {
  /*margin-top: 10px;*/
  text-align: center;
  background-color: #b39e9c; }

.woocommerce div.product form.cart .button.woocommerce_waitlist:hover {
  background-color: #826767; }

.single-product .bootstrap-select {
  font-family: "Open Sans Light"; }

.single-product .bootstrap-select li > a {
  padding: 12px 9px 10px; }

.btn-group.open .dropdown-toggle {
  box-shadow: none; }

.open > .dropdown-toggle.btn-default:hover {
  background-color: white; }

.single-product .bootstrap-select .dropdown-toggle:focus {
  border: 1px solid #a8a8a8;
  outline: none !important; }

.single-product .quantity_select .bootstrap-select {
  width: 78px !important; }

.single-product .product-carousel-container {
  display: none;
  padding-bottom: 40px; }

.single-product .product-carousel {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  max-width: 400px; }

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin-bottom: 10px; }

.yith-wcwl-add-to-wishlist {
  margin: 14px 0; }

.single-product .yith-wcwl-add-button a,
.single-product .yith-wcwl-wishlistexistsbrowse a {
  display: block;
  float: none;
  width: 100%;
  padding: 17px 0;
  border: none;
  border-radius: 0;
  background-color: #b39e9c;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font: 1em/1 "Open Sans Semibold";
  letter-spacing: 0.001em;
  color: white; }

.single-product .yith-wcwl-add-button a:hover,
.single-product .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #826767;
  text-decoration: none; }

.single-product .yith-wcwl-add-button > .btn-icon {
  margin-right: 5px;
  vertical-align: baseline; }

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  margin: 20px 0; }

.login-link a,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  color: #000000;
  text-decoration: underline; }

.login-link a:visited,
.login-link a:hover,
.yith-wcwl-wishlistaddedbrowse a:visited,
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:visited
.yith-wcwl-wishlistexistsbrowse a:hover {
  color: #523f3f;
  text-decoration: underline; }

.yith-wcwl-add-button .ajax-loading {
  margin-top: -33px;
  margin-right: 10px;
  float: right; }

.single-product .ct-woovideo-button {
  display: none !important; }

.single-product a.video-button-handler {
  float: right;
  color: #000000;
  text-decoration: underline;
  border: none;
  outline: none; }

.single-product a.video-button-handler:hover {
  color: #523f3f;
  text-decoration: underline;
  border: none;
  outline: none; }

.summary-container {
  font-family: "Open Sans Light"; }

.single-product .socials.mobile {
  display: none; }

.single-product .delimeiter {
  border-bottom: 2px solid #e2e2e2; }

.single-product .shop_attributes p {
  display: inline-block; }

.single-product .textwidget {
  margin-top: 15px; }

.single-product .textwidget ul {
  padding-left: 21px;
  margin-top: 28px;
  list-style-type: square;
  font-family: "Open Sans Semibold"; }

.single-product .after-product-summary {
  border-bottom: 2px solid #e2e2e2;
  padding-bottom: 55px;
  font: 1em/1 "Open Sans Light";
  font-size: 1em;
  line-height: 1.57em;
  text-align: justify; }

.single-product .after-product-summary .strong {
  font-family: "Open Sans Semibold"; }

.single-product .after-product-summary .tab-title {
  margin-top: 56px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-size: 1.71em; }

.single-product .after-product-summary .attribute-item-title {
  font-family: "Open Sans Semibold"; }

.single-product .product-reviews {
  padding-top: 35px;
  font-size: 1em; }

.single-product .reviews-title {
  margin: 20px auto 30px;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.025em; }

.single-product .product-reviews .rating,
.single-product .product-reviews .powerred-label,
.single-product .product-reviews .stars-desc {
  text-align: center; }

.single-product .product-reviews .stars-desc {
  text-align: center;
  padding: 6px 0 12px;
  font-size: 1.2em; }

.single-product .product-reviews .stars-desc strong {
  font-family: "Open Sans Semibold"; }

.single-product .product-reviews .powerred-label {
  margin-bottom: 22px; }

.single-product .product-reviews .powerred-label img {
  vertical-align: baseline; }

.single-product .product-reviews .read-all-reviews {
  display: block;
  margin: 0 0 22px;
  text-decoration: underline;
  color: #523f3f; }

.single-product .product-reviews .read-all-reviews:hover {
  text-decoration: underline;
  color: #523f3f; }

.single-product .product-reviews .review-item {
  padding: 24px 0;
  border-top: 1px solid #e2e2e2; }

.single-product .product-reviews .review-item [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.single-product .product-reviews .review-author {
  font-family: "Open Sans Semibold"; }

.single-product .product-reviews .review-rating {
  float: left; }

.single-product .product-reviews .review-rating img {
  width: 80px; }

.single-product .product-reviews .review-date {
  float: right;
  font-family: "Open Sans Semibold";
  font-size: 0.86em;
  color: #d9d9d9; }

.single-product .product-reviews .reviewContent {
  padding: 18px 0 0;
  line-height: 1.5;
  text-align: justify; }

.modal .close {
  font-size: 30px; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none; }

#add-to-bag-modal {
  font-size: 18px; }

#add-to-bag-modal .add-to-bag-title {
  margin-top: 35px;
  padding-left: 32px;
  text-transform: uppercase;
  background-image: url("img/checkmark.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 32px; }

#add-to-bag-modal .product-name {
  font-family: "Open Sans Semibold";
  margin-top: 25px; }

#add-to-bag-modal .product-data {
  margin-top: 20px; }

#add-to-bag-modal dt,
#add-to-bag-modal dd {
  display: inline-block;
  font-weight: normal; }

#add-to-bag-modal .buttons {
  border-top: 2px solid #cecece;
  padding: 15px; }

#add-to-bag-modal .buttons a {
  width: 100%; }

.modal .modal-title,
.modal h2 {
  font-family: "Open Sans Semibold"; }

.modal {
  font-size: 1.14em;
  text-align: justify; }

.modal td {
  padding: 5px;
  border: 1px solid #000; }

.modal ol {
  margin: 15px 0;
  padding-left: 20px; }

@media (min-width: 992px) {
  .single-product .after-product-summary [class*="col-"]:nth-child(1) {
    padding-right: 100px; } }

@media (max-width: 991px) {
  .single-product .images-container {
    display: none; }
  .woocommerce div.product div.summary {
    width: 100%; }
  .single-product .summary-container .widget img {
    display: block;
    margin: 0 auto; }
  .single-product .product-carousel-container {
    display: block; }
  .single-product .product-carousel-container li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto; }
  .single-product .product_title {
    font-size: 2.43em; }
  .single-product .product-rating {
    height: 32px; }
  .woocommerce div.product form.cart .variations label {
    font-size: 1.29em;
    line-height: 1; }
  .size-chart-link {
    font-size: 1.14em;
    line-height: 1; }
  .single-product .socials.mobile {
    display: block; }
  .single-product .reviews-title,
  .single-product .product-reviews .rating,
  .single-product .product-reviews .powerred-label,
  .single-product .product-reviews .stars-desc {
    text-align: left; }
  .single-product .product-reviews .review-author {
    margin-bottom: 15px; }
  #add-to-bag-modal {
    font-size: 22px; } }

@media (max-width: 479px) {
  .woocommerce div.product div.summary {
    padding: 0; }
  .single-product .summary-container .widget img {
    display: block;
    width: 100%;
    height: auto; }
  .single-product .product_title {
    font-size: 1.43em; }
  .single-product .product-reviews .stars-desc {
    font-size: 1.0em; }
  .modal {
    font-size: 1.0em; }
  #add-to-bag-modal {
    font-size: 18px; } }

/* END PRODUCT PAGE */
/* BAG */
.woocommerce-cart .product-list {
  padding-left: 0;
  padding-right: 0;
  margin-top: 41px; }

.wishlist-title > h2,
.woocommerce-cart .bag-title {
  font-size: 1.35em;
  letter-spacing: 0.07em; }

.woocommerce-cart .qty-title {
  padding-left: 69px;
  padding-top: 3px;
  font-size: 1.14em;
  letter-spacing: 0.05em; }

.woocommerce-cart .price-title {
  padding-left: 23px;
  padding-top: 3px;
  font-size: 1.14em;
  letter-spacing: 0.05em; }

.woocommerce-cart .coupon,
.woocommerce-cart .cart-item {
  margin-left: 0;
  margin-right: 0;
  margin-top: 31px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 31px; }

.woocommerce-cart .cart-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

.woocommerce-cart .cart-price {
  padding-top: 35px;
  font-size: 1.2em; }

.woocommerce-cart .quantity_select .bootstrap-select {
  width: 50px !important; }

.woocommerce-cartt .bootstrap-select {
  font-family: "Open Sans Light"; }

.woocommerce-cart .bootstrap-select li > a {
  padding: 12px 9px 10px; }

.woocommerce-cart .btn-group.open .dropdown-toggle {
  box-shadow: none; }

.woocommerce-cart .open > .dropdown-toggle.btn-default:hover {
  background-color: white; }

.woocommerce-cart .bootstrap-select .dropdown-toggle:focus {
  border: 1px solid #a8a8a8;
  outline: none !important; }

.woocommerce-cart .clearfix,
.woocommerce-cart .remove.remove-sm {
  display: none; }

.woocommerce-cart .clearfix.all {
  display: block; }

.woocommerce-cart .woocommerce {
  margin-bottom: 40px; }

.wishlist-item .product-name > a,
.woocommerce-cart .cart-info > a:hover,
.woocommerce-cart .cart-info > a:visited,
.woocommerce-cart .cart-info > a {
  font-family: "Open Sans Semibold";
  font-size: 16px;
  color: #000000;
  text-decoration: none; }

.woocommerce-cart .cart-info .variation {
  font-size: 14px; }

.woocommerce-cart .cart-info dl {
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 13px;
  border-left: none; }

.woocommerce-cart .cart-info .variation dt,
.woocommerce-cart .cart-info .variation dd {
  display: inline-block;
  font-weight: normal; }

.woocommerce-cart a.remove {
  color: #5c5c5c !important;
  font: 1em "Open Sans Light";
  text-decoration: underline; }

.woocommerce-cart a.remove.remove-lg {
  margin-top: 8px; }

.woocommerce-cart a.remove:hover {
  color: #9d8b8b !important;
  font: 1em "Open Sans Light";
  text-decoration: underline;
  background-color: transparent; }

.woocommerce-checkout .order-review-container,
.woocommerce-cart .cart-collaterals {
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  background-color: #f8f8f8; }

.woocommerce-cart .cart-collaterals {
  padding: 10px 62px 0; }

.woocommerce-checkout .shop_table,
.woocommerce-cart .shop_table {
  border: none !important; }

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: none; }

.woocommerce-checkout .shop_table td,
.woocommerce-checkout .shop_table th,
.woocommerce-cart .shop_table td,
.woocommerce-cart .shop_table th {
  font-family: "Open Sans Light";
  line-height: 1 !important;
  border: none; }

.woocommerce-checkout .shop_table th,
.woocommerce-cart .shop_table th {
  padding-left: 0 !important;
  font-weight: normal !important; }

.woocommerce-checkout .shop_table td,
.woocommerce-cart .shop_table td {
  font-weight: bold;
  text-align: right;
  padding: 8px 0 !important; }

.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0; }

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
  border-top: 1px solid #a9a9a9 !important; }

#order_review_heading,
.woocommerce-cart .cart-totals-title {
  margin-bottom: 15px;
  font-family: "Lora Regular";
  font-size: 18px; }

#create_user input[type="submit"],
.woocommerce-checkout #payment .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  color: white;
  font: 16px/1 "Open Sans Semibold";
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  background-color: #fbad18; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.sign-in {
  background-color: #9d8b8b;
  margin-bottom: 7px; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.sign-in:hover {
  background-color: #826767; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#create_user input[type="submit"]:hover,
.woocommerce-checkout #payment .button:hover,
.woocommerce-cart a.login-button:hover {
  color: white;
  background-color: #fdc400; }

.btn-login-container {
  text-align: center;
  padding: 16px 62px 30px !important;
  background-color: #f8f8f8; }

.woocommerce table.shop_table th {
  padding: 8px 12px; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 10px 0 6px; }

.woocommerce-cart .cart-empty {
  font-size: 18px;
  margin: 34px 0 20px; }

.woocommerce-cart .coupon [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-cart .coupon label {
  display: block;
  margin: 30px 0 10px;
  font-weight: normal;
  font-size: 1.35em;
  letter-spacing: 0.07em;
  text-transform: uppercase; }

.woocommerce-cart [class*="col-"].coupon-code-container,
.woocommerce-cart [class*="col-"].apply-coupon-container {
  padding-right: 50px; }

.woocommerce-cart .coupon-code-container .input-text {
  width: 100%; }

.woocommerce-cart .coupon-code-container .input-text:focus {
  outline: none; }

@media (min-width: 992px) {
  .woocommerce-cart .cart-thumb,
  .woocommerce-cart .cart-info,
  .woocommerce-cart .cart-item-main {
    padding-left: 0; }
  .woocommerce-cart .cart-qty {
    padding-left: 47px;
    padding-top: 32px; }
  .woocommerce-cart .cart-collaterals-container {
    padding-right: 0;
    padding-left: 50px; } }

@media (max-width: 991px) {
  .woocommerce-cart .remove.remove-lg,
  .woocommerce-cart .table-header {
    display: none; }
  .woocommerce-cart .cart-price {
    padding-top: 0; }
  .woocommerce-cart .clearfix {
    display: block; }
  .woocommerce-cart .quantity_select .bootstrap-select {
    width: 100px !important; }
  .woocommerce-cart .remove.remove-sm {
    display: block;
    padding-left: 25px; }
  .wishlist-item .product-name > a,
  .woocommerce-cart .cart-info > a,
  .woocommerce-cart .cart-info .variation {
    font-size: 20px; }
  .wishlist-item .product-price,
  .wishlist-item .stock-status,
  .woocommerce-cart .cart-price {
    font-size: 2em; }
  .wishlist-item a.remove_from_wishlist,
  .woocommerce-cart a.remove {
    font-size: 1.6em; }
  .woocommerce-cart .cart-collaterals-container {
    padding: 0; }
  #order_review_heading,
  .woocommerce-cart .cart-totals-title {
    font-size: 24px; }
  .woocommerce-checkout .shop_table,
  .btn-login-container,
  .woocommerce-cart .cart-collaterals .cart_totals table {
    font-size: 18px; }
  .return-to-shop a.button {
    width: 100%; }
  .woocommerce-cart [class*="col-"].coupon-code-container,
  .woocommerce-cart [class*="col-"].apply-coupon-container {
    padding-right: 0;
    margin: 0 0 15px; } }

@media (max-width: 479px) {
  .woocommerce-cart .remove.remove-sm {
    padding-left: 10px; }
  .wishlist-item .product-name > a,
  .woocommerce-cart .cart-info > a {
    font-size: 16px; }
  .woocommerce-checkout .shop_table,
  .woocommerce-cart .cart-collaterals .cart_totals table,
  .woocommerce-cart .cart-info .variation {
    font-size: 14px; }
  .wishlist-item .product-price,
  .wishlist-item .stock-status,
  .woocommerce-cart .cart-price {
    font-size: 1.2em; }
  .wishlist-item a.remove_from_wishlist,
  .woocommerce-cart a.remove {
    font-size: 1em; }
  .woocommerce-cart .cart-qty {
    margin-top: 20px; }
  .woocommerce-cart .cart-collaterals {
    padding: 10px 10px 0; }
  .btn-login-container {
    padding: 16px 10px 30px !important;
    font-size: 14px; }
  #order_review_heading,
  .woocommerce-cart .cart-totals-title {
    font-size: 18px; }
  .woocommerce-checkout form.checkout_coupon .button,
  .woocommerce-cart .coupon .button {
    width: 100%; } }

/* END BAG */
/* CHECKOUT */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  padding-left: 0;
  padding-right: 0; }

.woocommerce-checkout .fields-title {
  margin-bottom: 16px;
  font-size: 20px; }

.woocommerce-checkout .checkout-title {
  margin-top: 26px;
  font-size: 20px;
  letter-spacing: 0.025em; }

.woocommerce-checkout form .form-row {
  padding: 0;
  margin: 0 0 8px; }

.wishlist-item a.button.alt,
.woocommerce-cart .coupon .button,
.woocommerce-checkout form.checkout_coupon .button,
.woocommerce-checkout form.login .button,
.woocommerce-checkout .showlogin {
  margin-right: 20px;
  padding: 14px 79px;
  font-family: "Open Sans Semibold";
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  color: white;
  background-color: #9d8b8b; }

.wishlist-item a.button.alt:hover,
.woocommerce-cart .coupon .button:hover,
.woocommerce-checkout form.checkout_coupon .button:hover,
.woocommerce-checkout form.login .button:hover,
.woocommerce-checkout .showlogin:hover {
  color: white;
  background-color: #826767; }

.woocommerce-checkout label {
  margin-bottom: 0;
  font-weight: normal; }

.woocommerce form .form-row .required {
  color: #ed1c24; }

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border: 1px solid #ed1c24; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #a8a8a8; }

.woocommerce-cart .coupon-code-container .input-text,
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea {
  padding: 4px 5px;
  border: 1px solid #a8a8a8; }

.woocommerce-checkout .select2-container .select2-choice {
  border: none; }

#shipping_address_2_field,
#billing_address_2_field {
  padding-top: 28px; }

.woocommerce-checkout .account-settings {
  margin-top: 40px; }

.woocommerce-checkout .create-account > p {
  line-height: 1.25; }

.woocommerce-shipping-fields .checkbox {
  display: inline-block; }

.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
  padding: 0;
  border: none; }

.woocommerce-checkout .col-1 {
  padding-bottom: 43px;
  border-bottom: 1px solid black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */ }

.woocommerce-checkout .col-2 {
  padding-top: 17px; }

.woocommerce-checkout .shipping_address {
  margin-top: 16px; }

#order_comments_field {
  margin-top: 40px; }

.woocommerce .woocommerce-checkout .woocommerce-error {
  border: none !important; }

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody {
  display: none; }

.woocommerce-checkout .order-review-container {
  border-bottom: none;
  padding: 10px 70px 0; }

#add_payment_method #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0; }

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none; }

.woocommerce-checkout .place-order .form-row .input-checkbox,
.woocommerce-checkout #payment ul.payment_methods li > input {
  float: left;
  width: 15%;
  margin: 2px 0 0; }

.woocommerce-checkout .place-order .checkbox,
.woocommerce-checkout #payment ul.payment_methods li > label {
  float: left;
  width: 85%;
  text-align: left;
  font-family: "Open Sans Semibold";
  line-height: 1.214;
  font-weight: bold; }

.woocommerce-checkout #payment ul.payment_methods li > label > img {
  display: block;
  max-width: 158px;
  height: auto;
  margin: 18px 0; }

.woocommerce-checkout .place-order .form-row .input-checkbox {
  margin: 2px 0; }

.woocommerce-checkout .place-order .checkbox {
  margin-top: 0; }

.woocommerce-checkout #payment div.form-row {
  padding: 0; }

.woocommerce-checkout #payment .button {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 17px 0; }

.woocommerce-checkout #payment .button:focus {
  border: none;
  outline: 0; }

.woocommerce-checkout .secure-payment {
  margin: 25px 0;
  padding-left: 32px;
  text-align: left;
  background: url("img/lock.png") no-repeat;
  background-position: 5px 5px;
  background-size: 14px;
  color: #595959;
  line-height: 1.3; }

@media (min-width: 1200px) {
  .woocommerce .woocommerce-checkout .woocommerce-error {
    margin-left: 8.33333333% !important;
    width: 58.33333333%;
    padding-right: 10px !important;
    padding-left: 10px !important; } }

@media (min-width: 992px) {
  .woocommerce-shipping-fields [class*="col-"],
  .woocommerce-billing-fields [class*="col-"] {
    padding-left: 0;
    padding-right: 50px; }
  .woocommerce-checkout form.checkout_coupon .form-row,
  .woocommerce-checkout form.login .form-row {
    float: left;
    width: 50%;
    padding-right: 50px; }
  .woocommerce .woocommerce-checkout .woocommerce-error {
    margin-left: 0;
    width: 66.66666667%;
    padding-right: 15px !important;
    padding-left: 15px !important; } }

@media (max-width: 991px) {
  .woocommerce-checkout .showlogin {
    display: block;
    margin-right: 0; }
  .woocommerce-shipping-fields [class*="col-"],
  .woocommerce-billing-fields [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .woocommerce .woocommerce-checkout .woocommerce-error {
    padding-right: 25px !important;
    padding-left: 25px !important; }
  .woocommerce-checkout .place-order .form-row .input-checkbox,
  .woocommerce-checkout #payment ul.payment_methods li > input {
    width: 7%;
    margin: 2px 0 0; }
  .woocommerce-checkout .place-order .checkbox,
  .woocommerce-checkout #payment ul.payment_methods li > label {
    width: 93%; } }

@media (max-width: 479px) {
  .woocommerce .woocommerce-checkout .woocommerce-error {
    padding-right: 10px !important;
    padding-left: 10px !important; }
  .woocommerce-checkout .order-review-container {
    padding: 10px 10px 0; }
  .woocommerce-checkout #payment ul.payment_methods li > label > img {
    width: 100%;
    height: auto;
    margin: 24px auto; } }

@media (max-width: 991px) and (min-width: 480px) {
  .woocommerce-cart .coupon-code-container .input-text,
  .woocommerce-checkout .secure-payment,
  .woocommerce-checkout .create-account > p,
  .woocommerce-checkout .place-order .checkbox,
  .woocommerce-checkout #payment ul.payment_methods li > label,
  .woocommerce-checkout form .form-row label,
  .woocommerce-checkout .form-row input.input-text,
  .woocommerce-checkout .form-row textarea {
    font-size: 18px; }
  .woocommerce-checkout form .form-row {
    margin: 0 0 15px; }
  .woocommerce-checkout #payment ul.payment_methods li > label > img {
    max-width: 250px;
    margin: 24px auto; } }

.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-failed {
  margin: 51px 0 55px;
  font-size: 1.714em; }

.save-info-title {
  margin-top: 62px;
  margin-bottom: 19px;
  font-family: "Open Sans Semibold";
  font-size: 18px; }

#create_user input[type="password"] {
  height: auto;
  padding: 4px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  line-height: 1em;
  font-size: 1em; }

#create_user input[type="password"]:focus {
  box-shadow: none;
  outline: none; }

#create_user input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 17px 0; }

.order-details p {
  margin: 0; }

.order-details-name {
  font-family: "Open Sans Semibold"; }

@media (min-width: 480px) and (max-width: 991px) {
  .woocommerce-thankyou-order-received,
  .woocommerce-thankyou-order-failed {
    font-size: 2.3em; }
  .order-details p {
    font-size: 1.5em; }
  #create_user {
    font-size: 1.5em; }
  #create_user [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .save-info-title {
    font-size: 1.8em; } }

@media (max-width: 479px) {
  .order-details p {
    font-size: 1.3em; } }

/* END CHECKOUT */
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  content: ''; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  font-size: 16px;
  padding: 1em 0 !important;
  border-top: 1px solid #717171;
  border-top: 1px solid rgba(113, 113, 113, 0.37);
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  background-color: white; }

.top-border {
  margin-top: 55px;
  border-top: 1px solid #e2e2e2;
  padding-bottom: 30px; }

@media (max-width: 479px) {
  .return-to-shop a.button,
  .woocommerce .woocommerce-error a.button,
  .woocommerce .woocommerce-message a.button {
    float: none;
    display: block; } }

.wishlist-thumb img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }

[class*="col-"].wishlist-thumb {
  padding: 0 30px; }

.wishlist-header,
.wishlist-item {
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #e2e2e2; }

.wishlist-header {
  margin-top: 31px;
  padding-bottom: 31px; }

.wishlist-item {
  margin-top: 31px;
  padding-bottom: 31px; }

.wishlist-item a.button.alt {
  width: 100%;
  margin-right: 0;
  padding: 14px 0;
  text-align: center; }

.wishlist-item [class*="col-"].buttons {
  padding-left: 0;
  padding-right: 0; }

.wishlist-item .product-name > a {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Open Sans Semibold";
  text-decoration: none;
  color: #000; }

.wishlist-item .product-name > a:hover {
  text-decoration: none;
  color: #000; }

.wishlist-item a.added_to_cart,
.wishlist-item a.remove_from_wishlist {
  color: #5c5c5c;
  text-decoration: underline; }

.wishlist-item a.added_to_cart:hover,
.wishlist-item a.remove_from_wishlist:hover {
  color: #9d8b8b;
  text-decoration: underline; }

.featured-promotions #trustpilot-widget-on-img {
  display: none; }

@media (min-width: 1200px) {
  .featured-promotions #trustpilot-widget-on-img {
    display: block;
    position: absolute !important;
    top: 48%;
    right: 5%; } }

@media (min-width: 1600px) {
  .featured-promotions #trustpilot-widget-on-img {
    top: 53%;
    right: 9%;
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25); } }

@media (min-width: 992px) {
  .wishlist-header .product-price,
  .wishlist-header .stock-status,
  .wishlist-item .product-price,
  .wishlist-item .stock-status {
    text-align: center; }
  .vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none; } }

@media (max-width: 991px) {
  .wishlist-header {
    display: none; }
  .wishlist-item a.remove_from_wishlist {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }
  .wishlist-item a.button.alt {
    margin-top: 15px; } }

@media (max-width: 479px) {
  .wishlist-header {
    display: none; }
  [class*="col-"].wishlist-thumb {
    padding: 0; } }

.product-carousel.slick-slider {
  background: url("css/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center center; }

.single-product .promotions .textwidget {
  margin-top: 0; }

.woocommerce ul.products li.product .onsale {
  top: 30px;
  right: 30px;
  left: auto;
  margin: -.5em -.5em 0 0; }

.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0;
  font-weight: normal;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  margin: 0;
  background-color: transparent;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background: url("img/offer_product.svg");
  background-position: 50% 50%;
  width: 6em;
  height: 6em;
  background-repeat: no-repeat;
  background-size: 100%; }

.woocommerce div[id^='product'] span.onsale {
  display: block;
  position: static;
  margin-left: -20px; }

.menu.footer-finish > li {
  display: inline-block;
  letter-spacing: 0.3px; }

.menu.footer-finish > li:not(:last-of-type):after {
  content: '  /  '; }

.menu.footer-finish > li > a:hover {
  color: #fca600; }

#mobile-menu {
  z-index: 1050; }

/*
Additions By Camilo Rojas
*/
.dt-archive-post figure .wp-post-image {
  height: auto;
  width: 100%; }

.dt-archive-post.col-md-4 {
  margin-top: 2em; }

.dt-article-item-container {
  background-color: #f9f1f0; }

.dt-article-item-container {
  margin: auto;
  width: calc(100% - 11px); }

.dt-article-item-container figure.post-image {
  background-color: white;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 174px;
  width: 100%; }

.dt-article-item-container article {
  /* padding: 1em;*/ }

#blog-page #slogan {
  background-image: url("https://laurynrose.com/wp-content/themes/laurynrose/img/blog-header-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }

#slogan h1 {
  font-family: "Lora Regular";
  font-size: 3.1em; }

#slogan p {
  color: #dda213;
  font-family: lora regular;
  font-size: 1.4em;
  font-style: italic; }

.dt-archive-post .post-date {
  font-family: "open sans";
  text-transform: uppercase;
  font-size: 10px; }

.dt-archive-post .entry-header h2 {
  font-family: "open sans semibold";
  font-size: 14px;
  text-transform: uppercase; }

.dt-archive-post-content {
  font-size: 12px;
  padding-top: 1em; }

article {
  padding: 0 30px 1em;
  font-family: "open sans"; }

.read-article-button {
  background-color: #fefdfd;
  color: black;
  font-family: "open sans semibold";
  font-size: 13px;
  padding: 1.2em 2em;
  text-transform: uppercase;
  box-shadow: 0 2px 3px 0 rgba(157, 152, 151, 0.75);
  border-radius: 0; }

.screen-reader-text {
  display: none; }

.read-article-button:hover {
  background-color: #f3f2f2; }

.dt-archive-post .entry-footer {
  padding: 2em 0 1em;
  text-align: center; }

.dt-pagination-nav {
  color: black;
  font-family: open sans;
  font-size: 14px;
  text-align: center; }

.page-numbers {
  color: black;
  padding: 3px;
  vertical-align: bottom; }

.page-numbers.current {
  font-family: open sans semibold;
  font-weight: bold; }

.page-numbers i {
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 0.5em; }

.wp-post-image {
  max-width: 100%;
  height: auto; }

.inline {
  display: inline !important; }

#standard-page h1 {
  font-family: open sans semibold; }

.site-content article header .wp-post-image {
  height: auto;
  max-width: 100%;
  width: 100%; }

.relatedposts > h3 {
  text-transform: uppercase;
  font-family: open sans semibold;
  padding-bottom: 1em; }

article .post_content figure {
  margin: auto;
  padding: 1em 0 3em; }

div.wp-caption .wp-caption-text {
  padding-right: 10px; }

.wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0; }

article h1.single-title {
  text-transform: uppercase; }

.relatedposts figure.post-image {
  background-color: #f9f1f0;
  background-repeat: no-repeat;
  height: 122px;
  width: 100%; }

.relatedposts figure.post-image {
  background-color: #b39e9c;
  background-repeat: no-repeat;
  height: 122px;
  width: 100%; }

#blog-page #sidebar {
  /* box-shadow: 0 2px 3px 0 rgba(157, 152, 151, 0.75);*/
  border: 1px solid #eae8eb;
  padding: 0 3em; }

#blog-page #main article {
  /* box-shadow: 0 2px 3px 0 rgba(157, 152, 151, 0.75);*/
  border: 1px solid #eae8eb;
  padding: 2em 4em; }

.meta .post-date {
  float: right; }

article .meta {
  padding-bottom: 1em;
  text-transform: uppercase; }

.chimpy-reset.chimpy_shortcode_content {
  margin: auto; }

.relatedthumb > a {
  color: black; }

.share-this {
  font-family: open sans semibold; }

.relatedthumb {
  font-family: open sans;
  color: black;
  font-size: 12px;
  padding-bottom: 1.3em; }

.relatedthumb h4 {
  text-transform: uppercase; }

.relatedthumb .post-date {
  margin-top: -9px;
  font-size: 10px; }

#blog-page footer {
  background: transparent none repeat scroll 0 0; }

#blog-page .row.content-row {
  margin: auto;
  /*  max-width: 1150px;*/ }

.categories a {
  color: black;
  text-transform: uppercase; }

.comment-form label {
  display: block; }

figure {
  max-width: 100%; }

figure img {
  height: auto;
  max-width: 100%; }

.comment-form textarea, .comment-form input {
  max-width: 100%; }

section.post_content {
  font-family: open sans light; }

.form-group.login-submit {
  width: 100%; }

a {
  color: #a5785e;
  text-decoration: none; }

.mu_register.wp-signup-container {
  max-width: 600px;
  padding: 3em; }

.woocommerce .woocommerce-message {
  background: rgba(207, 115, 17, 0.55) none repeat scroll 0 0 !important;
  border: none !important;
  padding: 1em !important; }

a:hover {
  color: #472900;
  text-decoration: none; }

p.cart-empty {
  text-align: center; }

p.return-to-shop {
  text-align: center; }

/* WOOCOMMERCE FORMS */
.blog.big .thumbnail, .blog.small .post-wrapper, .blog.masonry .post-wrapper, .blog input[type="password"], #primary .owl-next i.fa.fa-angle-right, #primary .owl-prev i.fa.fa-angle-left, .blog.big.single .yit_post_meta.last_block, .post.no-featured:not(.format-quote) .blog.big .yit_post_content, .woocommerce ul.products li.product .product-wrapper, .nav > ul > li div.submenu ul.sub-menu, .nav > ul > li.bigmenu > div.submenu > ul > li, #lang_sel > ul > li > ul, .widget_search_mini .search_mini_content label.search_mini_label, .yit_shortcodes.recent-post .blog.small .post-wrapper, ul.products li.product .product-actions-wrapper .product-other-action.buttons_2 > div:first-child, ul.products li.product .product-actions-wrapper .product-other-action.buttons_3 > div:first-child, ul.products li.product .product-actions-wrapper .product-other-action.buttons_3 > div:last-child, ul.products li.product .thumb-wrapper.zoom .attachments-thumbnail .single-attachment-thumbnail, .woocommerce ul.product_list_widget li, .post.format-quote .blog.big .yit_post_content, .format-quote .blog.big .yit_the_content::after, #comments ol li .content, input[type="password"], input[type="text"], #comments ol li .avatar img, #primary .testimonials-slider ul.testimonial-content div.owl-prev, #primary .testimonials-slider ul.testimonial-content div.owl-next, #commentform input:not([type="submit"]), #commentform .comment-form-comment #comment, #header-sidebar > div.yit_cart_widget .product_list_widget img, .woocommerce #header-sidebar > div.yit_cart_widget .product_list_widget img, #header-row .yit-custom-megamenu ul.yit-cm > li > div.submenu > ul.sub-menu > li > div.submenu > ul.sub-menu, #header-row .yit-custom-megamenu ul.yit-cm > li > div.submenu ul.sub-menu, .yit-vertical-megamenu .nav > ul > li div.submenu > ul.sub-menu > li > div.submenu > ul.sub-menu, .yit-vertical-megamenu .nav > ul > li div.submenu ul.sub-menu, .yit-vertical-megamenu .nav, #header-row .header-wrapper div.header-row-right .widget.yit_text_image, #header-row .header-wrapper div.header-row-right .widget.widget_text, #welcome-menu-login .login-box, .woocommerce #welcome-menu-login input[type="text"], .woocommerce #welcome-menu-login input[type="email"], .woocommerce #welcome-menu-login input[type="password"], #header-row .select-wrapper, #welcome-menu-login .login-box.with_registration .customer-login-box.customer-login-box1, .widget_search_mini .nav-searchfield, .widget_search_mini .search_mini_content label, #popupWrap .product-share, .wpb_column.border-right, .widget.last-tweets p.arrow-left, .woocommerce-tabs #comments ol.commentlist li, .woocommerce-tabs #review_form_wrapper, .woocommerce-tabs #review_form .comment-form-rating, .woocommerce-page #product-nav > a, .woocommerce .cart-collaterals, .sidebar .widget_shopping_cart, .sidebar .woocommerce .product_list_widget .mini-cart-thumb img, .widget.yit-recent-posts .recent-post .hentry-post div.text, #product-box, .sbHolder .sbSelector, .sbHolder .sbOptions, .woocommerce input.input-text, .woocommerce-page input.input-text, #my-account-sidebar div.user-profile, #my-account-sidebar ul, div.widget.teaser .teaser-wrapper, #my-account-sidebar .user-profile div.user-image, .woocommerce form .form-row a.chosen-single, .woocommerce form .form-row div.chosen-drop, #review-order-wrapper, .testimonial-wrapper, .widget.widget_search #searchform, .woocommerce-product-search, .woocommerce ul.order_details li, .widget.widget_search #searchform #s, .woocommerce-product-search input[type="search"], .widget .newsletter-widget ul, #faqs-container .faq-wrapper, #faqs-container .faq-icon, .filters.faq li a, .team-section .member, .team-section .member-social, .filters-container ul.filters li a, #show-category-product ul.products li a.product-category-link, .categories-slider ul.products li a.product-category-link, .error-404-container .error-404-search input[type="text"], #portfolio_big li, #portfolio_big li .info .portfolio_meta::before, #portfolio_small li .info, .single-product.woocommerce div.product div.images > a > img, .single-product.woocommerce div.product div.images .yith_magnifier_zoom_wrap > a > img, .woocommerce form .form-row textarea, .yit_quick_contact, .widget.widget_price_filter #min_price, .widget.widget_price_filter #max_price, .contact-form li div.input-prepend input[type="text"], .contact-form li div.input-prepend input[type="password"], .contact-form li div.input-prepend select, .contact-form li.textarea-field div.input-prepend textarea, .woocommerce.widget.widget_product_search #searchform, .woocommerce-product-search, #portfolio_content .portfolio_meta::after, #portfolio_content .the_content.with-border::after, #portfolio_content .testimonial-box.with-border::after, .sidebar .widget.newsletter-form .newsletter-section form input[type="text"], .widget.newsletter-form.with-border, #portfolio_nav .prev a[rel="prev"], .arrow-left::before, #portfolio_nav .next a[rel="next"], #portfolio_nav, #portfolio_small li .info .portfolio-overlay::before, .widget.yit_products_category ul.product_list_widget li, .blog-section-wrapper ul.blog_posts li div.blog_post, #bbp-search-form, #bbpress-forums input[type="text"], .bbp_widget_login input[type="text"], .bbp_widget_login input[type="password"], #bbpress-forums div.bbp-the-content-wrapper, #bbpress-forums li.bbp-body div.bbp-reply-content, #bbpress-forums div.bbp-reply-author img.avatar, #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar, #bbpress-forums li.bbp-body div.bbp-reply-content::before, #bbpress-forums #bbp-single-user-details, .price-table, #buddypress div.dir-search label input[type="text"], #buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a, #buddypress ul li .item-container, #buddypress form#whats-new-form textarea, #buddypress #search-message-form label input[type="text"], form.variations_form.cart td.value .select_option, .call-to-action-two, .call-three, .newsletter_form_email input.email-field, .toggle, .toggle .toggle-title span.fa.fa-plus.closed, .toggle .toggle-title span.fa.fa-minus.opened, .widget.yith-woo-ajax-navigation ul.yith-wcan-color li a, .widget.yith-woo-ajax-navigation ul.yith-wcan-label li a, .logos-slider .list_carousel, #show-category-product div.category-count::before, .features-tab-container ul.features-tab-labels li, .features-tab-container ul.features-tab-labels, .widget.yit-recent-posts .recent-post .hentry-post, .categories-slider div.category-count::before, .wpb_widgetised_column .widget.newsletter-form .newsletter-section form input[type="text"], .widget.newsletter-form.with-border, .single-product.woocommerce div.product div.images .thumbnails a img, #buddypress div.activity-comments form .ac-textarea, .woocommerce-checkout .select2-container .select2-choice, .woocommerce-checkout .select2-drop-active, .woocommerce-cart #calc_shipping_country, .woocommerce-cart #calc_shipping_state, .select2-drop.select2-drop-above.select2-drop-active, .select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices, .select2-drop.select2-drop-above.select2-drop-active {
  border-color: #dbdbdb; }

.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input[type="email"], .woocommerce input.input-text, .woocommerce-page input.input-text {
  border: 1px solid #dbdbdb;
  height: 35px;
  padding: 0 10px;
  width: 100%; }

/* ============  MENU LOGIN  ================ */
.welcome-menu-login .lost_password a {
  font-size: 10px;
  font-weight: bold; }

.welcome-menu-login .login-box {
  min-width: 300px;
  padding: 10px 15px;
  display: block; }

.welcome-menu-login.nav > ul > li.login-menu {
  position: relative; }

.welcome-menu-login.nav > ul > li.login-menu > div.submenu,
.welcome-menu-login.nav > ul > li.login-menu > div.submenu {
  /*right: 0;*/
  /*left: auto;*/
  width: auto; }

.welcome-menu-login .login-box.with_registration {
  width: 607px; }

.welcome-menu-login .customer-login-box.customer-login-box1,
.welcome-menu-login .customer-login-box.customer-login-box2 {
  float: left;
  width: 280px; }

.welcome-menu-login .login-box.with_registration .customer-login-box.customer-login-box1 {
  border-right: 1px solid;
  padding-right: 15px;
  margin-right: 15px;
  border-color: #dbdbdb; }

.welcome-menu-login .login-box h2 {
  font-size: 13px;
  text-transform: uppercase; }

.welcome-menu-login input.button.button-login.btn-flat,
.welcome-menu-login input.button.button-register.btn-alternative {
  float: right; }

.welcome-menu-login .lost_password {
  display: block;
  clear: both;
  text-align: right;
  padding-top: 10px; }

.welcome-menu-login .lost_password a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }

.welcome-menu-login .text_demo {
  font-size: 12px; }

.welcome-menu-login .login-submit {
  float: right; }

.welcome-menu-login .woocommerce-error {
  list-style: none; }

.welcome-menu-login .woocommerce-error {
  border: 1px solid #fdc1b1; }

.welcome-menu-login .woocommerce-message,
.welcome-menu-login .woocommerce-info,
.welcome-menu-login .woocommerce-error li {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #535353;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase; }

.woocommerce-error li {
  color: #c65132 !important; }

.welcome-menu-login .login-box h2 {
  font-size: 13px;
  text-transform: uppercase; }

.welcome-menu-login #customer_login label {
  color: #9d8b8b;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase; }

.row.welcome-menu-login {
  font-family: open sans light; }

.welcome-menu-login input[type="text"],
.welcome-menu-login input[type="password"],
.welcome-menu-login input[type="email"] {
  height: 40px;
  border: 1px solid #dbdbdb;
  padding: 0 10px;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none; }

.welcome-menu-login .form-control:focus {
  border-color: #383838;
  box-shadow: none; }

.welcome-menu-login #customer_login p.lost_password {
  display: block;
  margin-top: -10px;
  margin-bottom: 0;
  clear: both;
  text-align: right;
  padding-top: 10px; }

.welcome-menu-login #customer_login p.lost_password a {
  color: #a5785e;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif; }

.welcome-menu-login #customer_login p.lost_password a:hover {
  color: #472900; }

.welcome-menu-login .woocommerce-message:before,
.welcome-menu-login .woocommerce-info:before,
.welcome-menu-login .woocommerce-error:before {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  left: 12px;
  top: 12px;
  background: url("../img/ico-notice.png") center -56px no-repeat; }

.welcome-menu-login .woocommerce-message,
.welcome-menu-login .woocommerce-error,
.welcome-menu-login .woocommerce-info {
  position: relative;
  min-height: 50px;
  padding: 14px 10px 14px 60px;
  margin-bottom: 20px; }

.welcome-menu-login .login-submit {
  float: right; }

.welcome-menu-login input.button.button-login.btn-flat,
.welcome-menu-login input.button.button-register.btn-alternative {
  float: right;
  margin: 0;
  /*padding: 7px 18px;*/
  border: 1px solid;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none; }

.welcome-menu-login input.button.button-login.btn-flat:hover,
.welcome-menu-login input.button.button-register.btn-alternative:hover {
  background-color: #747474;
  border-color: #747474; }

.welcome-menu-login input.button.button-login.btn-flat {
  background-color: #9d8b8b;
  border-color: #9d8b8b;
  font-size: 14px; }

.welcome-menu-login input.button.button-register.btn-alternative {
  background-color: #fab000;
  background: #fab000;
  border-color: #fab000;
  /*  font-size: 12px;*/
  font-weight: 400; }

.welcome-menu-login form.checkout_coupon,
.welcome-menu-login form.login,
.welcome-menu-login form.register {
  border: none;
  margin: 0;
  padding: 0; }

.welcome-menu-login .required {
  color: #9d8b8b; }

.welcome-menu-login .help-block {
  text-transform: uppercase;
  font-size: 13px;
  color: #a94442; }

.welcome-menu-login .cptch_block {
  box-sizing: border-box;
  display: block !important;
  float: left;
  max-width: 100%;
  width: auto;
  word-spacing: normal !important; }

header .promotions .promotions--logo {
  margin-top: 8px;
  float: left;
  height: 50px;
  width: 36px;
  background: url("https://laurynrose.com/wp-content/themes/laurynrose/img/hospice_sm.png") no-repeat; }
  @media (min-width: 1540px) {
    header .promotions .promotions--logo {
      margin-left: -41px; } }
  @media (max-width: 991px) {
    header .promotions .promotions--logo {
      margin-top: 8px; } }

header .promotions .promotions--text {
  float: left;
  padding-top: 21px;
  padding-left: 3px;
  font-family: "Open Sans"; }
  header .promotions .promotions--text a {
    color: white;
    border-bottom: dotted white 1px; }
    header .promotions .promotions--text a:hover {
      border-bottom: solid white 1px; }

header .promotions .promotions--phone {
  padding-top: 22px;
  padding-left: 31px;
  float: right;
  min-height: 15px;
  background: url("img/phone_icon_sm.png") no-repeat 9px 22px;
  color: white;
  text-decoration: none; }
  header .promotions .promotions--phone:hover, header .promotions .promotions--phone:visited {
    color: white;
    text-decoration: none; }

@media all and (max-width: 767px) {
  header .promotions .promotions--text {
    padding: 20px 60px 15px 0; }
  header .promotions .promotions--phone {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 21px;
    width: 21px;
    background: url("img/phone_icon_big.png") no-repeat center; }
  header .promotions .promotions--phone span {
    display: none; } }

@media all and (max-width: 479px) {
  header .promotions .promotions--text {
    padding: 10px 50px 10px 0; }
  header .promotions .promotions--phone {
    right: 8px; } }

.special-notice {
  border: solid #B39E9C 1px;
  padding: 10px 30px;
  margin-bottom: 2em;
  background-color: #f9f1f0;
  text-align: center; }
  .special-notice h3 {
    font-size: 18px;
    font-weight: bold; }

#mobile-menu .navmenu-nav {
  margin-bottom: 50px; }

/* Homepage promos */
@media only screen and (max-width: 768px) {
  .container.featured-promotions,
  .featured-promotions .row {
    padding-left: 0;
    padding-right: 0; } }

.featured-promotions .promotion-item {
  position: relative;
  margin-bottom: 30px;
  min-width: 100%;
  overflow: auto; }
  @media only screen and (min-width: 769px) {
    .featured-promotions .promotion-item {
      height: 235px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .promotion-item {
      height: 300px; } }

.featured-promotions h3 {
  font-family: Lora;
  color: black;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  font-size: 30px; }
  @media only screen and (min-width: 769px) {
    .featured-promotions h3 {
      font-size: 24px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions h3 {
      font-size: 30px; } }

.featured-promotions hr {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 95px; }
  @media only screen and (min-width: 769px) {
    .featured-promotions hr {
      margin-top: 7px;
      margin-bottom: 7px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions hr {
      margin-top: 10px;
      margin-bottom: 10px; } }

.featured-promotions hr.dark {
  border-top: 1px solid black; }

.featured-promotions span {
  display: block;
  color: black;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  clear: both; }
  @media only screen and (min-width: 769px) {
    .featured-promotions span {
      font-size: 12px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions span {
      font-size: 16px; } }

.featured-promotions a {
/*  position: static;
*/display: block;
  margin: 20px auto;
  font-size: 12px;
  max-width: 200px;
  clear: both;
  float: right;
  padding: 20px 10px; }
  @media only screen and (min-width: 769px) {
    .featured-promotions a {
      position: absolute;
      margin: 0 auto;
      bottom: 15px;
      right: 30px;
      width: 190px;
      padding: 15px 7px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions a {
      width: 220px;
      padding: 21px 10px; } }

.featured-promotions .desktop {
  display: none; }
  @media only screen and (min-width: 769px) {
    .featured-promotions .desktop {
      display: block; } }

@media only screen and (min-width: 769px) {
  .featured-promotions .mobile {
    display: none; } }

.featured-promotions .perfect-gifts {
  background: url("img/promos/promo-perfect-gifts.jpg") no-repeat;
  background-size: cover;
  padding: 130px 15px 15px 100px;
  text-align: right;
  border: solid #C2C2C2 1px;
  height: 550px; }
  .featured-promotions .perfect-gifts h3 {
    font-size: 40px;
    line-height: .95;
    color: black; }
  .featured-promotions .perfect-gifts span, .featured-promotions .perfect-gifts hr {
    color: black;
    float: right;
    max-width: 100px; }
  @media only screen and (min-width: 769px) {
    .featured-promotions .perfect-gifts {
      padding: 130px 15px 15px 100px;
      height: 565px;
      padding-top: 100px; }
      .featured-promotions .perfect-gifts h3 {
        font-size: 40px; }
      .featured-promotions .perfect-gifts span, .featured-promotions .perfect-gifts hr {
        color: black; }
      .featured-promotions .perfect-gifts span {
        max-width: 100px;
        float: right; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .perfect-gifts {
      height: 631px;
      padding-top: 140px; }
      .featured-promotions .perfect-gifts h3 {
        font-size: 50px; }
      .featured-promotions .perfect-gifts span {
        max-width: 140px; } }

.featured-promotions .valentines-mobile,
.featured-promotions .valentines {
  background: url("img/promos/promo-vday.jpg") no-repeat;
  background-size: cover; }
  .featured-promotions .valentines-mobile h3,
  .featured-promotions .valentines h3 {
    color: #BE403A;
    margin-bottom: 10px; }
  .featured-promotions .valentines-mobile .coupon,
  .featured-promotions .valentines .coupon {
    font-style: italic;
    margin-top: 10px; }

.featured-promotions .valentines {
  padding: 10px; }
  .featured-promotions .valentines h3 {
    font-size: 30px; }
  .featured-promotions .valentines .content {
    border: solid #CCCCCC 1px;
    height: 100%;
    padding: 20px 20px 10px 350px;
    text-align: center; }
  .featured-promotions .valentines strong {
    font-weight: bold; }
  .featured-promotions .valentines .description,
  .featured-promotions .valentines .coupon {
    color: #999999; }
  .featured-promotions .valentines .description {
    font-size: 14px;
    padding: 0 30px; }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .valentines {
      padding: 15px; }
      .featured-promotions .valentines h3 {
        font-size: 42px; }
      .featured-promotions .valentines .content {
        padding: 25px 25px 10px 450px; }
      .featured-promotions .valentines .description {
        font-size: 14px;
        padding: 0 50px; } }

.featured-promotions .valentines-mobile {
  min-height: 450px;
  text-align: right;
  padding: 130px 20px 20px 120px; }
  .featured-promotions .valentines-mobile h3 {
    font-size: 33px; }
  .featured-promotions .valentines-mobile .description,
  .featured-promotions .valentines-mobile .coupon {
    color: #FFF;
    font-size: 18px;
    text-shadow: 1px 1px 0px #000; }
  .featured-promotions .valentines-mobile .description {
    padding-left: 20px; }
  .featured-promotions .valentines-mobile .coupon {
    padding-left: 20px; }

.featured-promotions .geometric-mobile,
.featured-promotions .geometric {
  border: solid #C2C2C2 1px;
  text-align: center; }
  .featured-promotions .geometric-mobile hr,
  .featured-promotions .geometric hr {
    border-top: 1px solid black; }
  .featured-promotions .geometric-mobile a,
  .featured-promotions .geometric a {
    position: static;
    margin: 1em auto 0 auto;
    float: none; }

.featured-promotions .geometric-mobile {
  background: url("img/promos/promo-black-friday-mobile.jpg?v1") no-repeat;
  background-size: cover;
  padding: 60px 50px 0 50px;
  min-height: 350px; }
  .featured-promotions .geometric-mobile h3 {
    font-size: 30px; }
  .featured-promotions .geometric-mobile span {
    width: 130px;
    margin: 0 auto; }
  .featured-promotions .geometric-mobile .description {
    width: 130px;
    margin: 0 auto;
    color:#000; }
  .featured-promotions .geometric-mobile a {
    margin-top: 3em; }

.featured-promotions .geometric {
  background: url("img/promos/promo-black-friday.jpg?v1") no-repeat left;
  background-size: cover;
  padding: 30px 120px 0 120px; }
  .featured-promotions .geometric h3 {
    font-size: 40px; }
  .featured-promotions .geometric span {
    font-size: 14px; }
  .featured-promotions .geometric .description {
    font-size: 18px;
    color: #000; }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .geometric {
      padding: 35px 200px 0 200px; }
      .featured-promotions .geometric h3 {
        font-size: 50px; }
      .featured-promotions .geometric span {
        font-size: 16px; }
      .featured-promotions .geometric a {
        margin-top: 2em; } }

.featured-promotions .empress {
  background: url("img/promos/promo-empress.jpg") no-repeat;
  background-size: cover;
  float: left;
  text-align: center;
  padding: 30px 15px 15px 15px; 
  height:300px;
  border: solid #C2C2C2 1px;
  background-position: 50% 50%;}
  .featured-promotions .empress h3 {
    font-size: 24px;
    line-height: 1.2;
    max-width: 150px; }
  .featured-promotions .empress hr {
    display: none; }
  .featured-promotions .empress span {
    display: none; }
  .featured-promotions .empress a {
    float: left; }
  @media only screen and (min-width: 769px) {
    .featured-promotions .empress {
      padding: 30px 170px 15px 15px; }
      .featured-promotions .empress h3 {
        font-size: 24px;
        max-width: none; }
      .featured-promotions .empress hr, .featured-promotions .empress span {
        display: block; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .empress {
      padding: 30px 220px 20px 20px; }
      .featured-promotions .empress h3 {
        font-size: 30px; } }

.featured-promotions .think-of-me {
  background: url("img/promos/promo-think-of-me.jpg?v1") no-repeat;
  background-size: cover;
  border: solid #C2C2C2 1px;
  float: left;
  text-align: right;
  padding: 20px; 
  height:300px;}
  .featured-promotions .think-of-me h3 {
    color: #000;
    font-size: 30px;
    line-height: 1.2; }
  .featured-promotions .think-of-me hr {
    float: right;
    display: none; }
  .featured-promotions .think-of-me span {
    color: #000;
    display: none; }
  .featured-promotions .think-of-me a {
    float: right; }
  @media only screen and (min-width: 769px) {
    .featured-promotions .think-of-me {
      padding: 20px 15px 15px 180px; }
      .featured-promotions .think-of-me hr, .featured-promotions .think-of-me span {
        display: block; }
      .featured-promotions .think-of-me h3 {
        font-size: 24px; } }
  @media only screen and (min-width: 1600px) {
    .featured-promotions .think-of-me {
      padding: 20px 20px 20px 310px; }
      .featured-promotions .think-of-me h3 {
        font-size: 30px; } }

.featured-promotions .stunning-gifts {
  background: url("img/promos/promo-gift-box.jpg") no-repeat;
  background-size: cover;
  text-align: left;
  padding: 15px; 
}
.featured-promotions .stunning-gifts h3 {
  color: #fff; 
}
.featured-promotions .stunning-gifts a {
  right: 125px; 
}
@media only screen and (min-width: 769px) {
  .featured-promotions .stunning-gifts {
    padding: 15px 100px 15px 15px; 
  }
  .featured-promotions .stunning-gifts h3 {
      font-size: 20px; 
  } 
}
@media only screen and (min-width: 1600px) {
  .featured-promotions .stunning-gifts {
    padding: 20px 120px 20px 20px; 
  }
  .featured-promotions .stunning-gifts h3 {
      font-size: 24px; 
  } 
}


.featured-promotions .story-behind {
  background: url("img/promos/story_behind.png") no-repeat;
  background-size: cover;
  text-align: left;
  padding: 15px; 
}
.featured-promotions .story-behind h3 {
  color: #fff; 
}
.featured-promotions .story-behind a {
  right: 125px; 
}
@media only screen and (min-width: 769px) {
  .featured-promotions .story-behind {
    padding: 15px 100px 15px 15px; 
  }
  .featured-promotions .story-behind h3 {
      font-size: 20px; 
  } 
}
@media only screen and (min-width: 1600px) {
  .featured-promotions .story-behind {
    padding: 20px 120px 20px 20px; 
  }
  .featured-promotions .story-behind h3 {
      font-size: 24px; 
  } 
}

.featured-promotions .fashion-shoot {
/*  background: url("/wp-content/uploads/2016/06/fp_fashion_shoot_lg.png") no-repeat;*/  
  background: url("img/promos/fp_fashion_shoot_new_lg.png") no-repeat;  
  background-size: cover;
  padding-top: 225px; 
  text-align: right;
}

.featured-promotions .fashion-shoot h3 {
  color: #000; 
}

.featured-promotions .fashion-shoot span {
  color: #636363; 
}

@media only screen and (min-width: 769px) {
  .featured-promotions .fashion-shoot {
    padding: 15px 15px 15px 160px; 
  }
  .featured-promotions .fashion-shoot span {
      max-width: 120px;
      float: right; 
  } 
}

@media only screen and (min-width: 1600px) {
  .featured-promotions .fashion-shoot {
    padding: 20px 20px 20px 260px; 
  }
  .featured-promotions .fashion-shoot span {
      max-width: 160px; 
  } 
}

.featured-promotions .latest-blog {
  background: url("img/promos/promo-blogs.jpg") no-repeat;
  background-size: 100%;
  text-align: right;
  padding: 15px; 
}

.featured-promotions .latest-blog h3 {
  color: #fff; 
}

.featured-promotions .latest-blog span {
  color: #fff; 
}

@media only screen and (min-width: 769px) {
  .featured-promotions .latest-blog {
    padding: 15px 15px 15px 160px; 
  }
  .featured-promotions .latest-blog span {
      max-width: 120px;
      float: right; 
  } 
}

@media only screen and (min-width: 1600px) {
  .featured-promotions .latest-blog {
    padding: 20px 20px 20px 260px; 
  }
  .featured-promotions .latest-blog span {
      max-width: 160px; 
  } 
}

.tax-product_cat.term-gifts .header {
  text-align: center;
  font-family: "Lora";
  max-width: 750px;
  margin: 0 auto; 
}
.tax-product_cat.term-gifts .header H1 {
  font-size: 39px;
  color: #565656; 
}
.tax-product_cat.term-gifts .header P {
  font-size: 19px;
  color: #a2a2a2; 
}

.tax-product_cat.term-gifts h3.widget-title {
  font-size: 16px;
  text-transform: uppercase; 
}

.tax-product_cat.term-gifts li.product a {
  color: black; }

.tax-product_cat.term-gifts li.product .product-title {
  font-size: 14px;
  color: black; }

.tax-product_cat.term-gifts li.product .add_to_cart_button {
  display: none; }

.tax-product_cat.term-gifts .featured-promotions {
  margin-top: 50px; }
  .tax-product_cat.term-gifts .featured-promotions .promotion-item {
    background: url("img/promos/new-years-promo.jpg") no-repeat -100px;
    background-size: cover;
    padding: 15px 15px 15px 170px;
    min-height: 400px; }
    .tax-product_cat.term-gifts .featured-promotions .promotion-item h3 {
      text-align: right;
      font-size: 24px;
      color: #9F9F9F; }
    .tax-product_cat.term-gifts .featured-promotions .promotion-item hr {
      float: right; }
    .tax-product_cat.term-gifts .featured-promotions .promotion-item .info span {
      color: white;
      text-align: right; }
    .tax-product_cat.term-gifts .featured-promotions .promotion-item span {
      font-size: inherit;
      font-family: inherit;
      color: inherit; }
    .tax-product_cat.term-gifts .featured-promotions .promotion-item .coupon {
      font-size: 12px;
      font-style: italic;
      padding-left: 20px; }
    @media only screen and (min-width: 769px) {
      .tax-product_cat.term-gifts .featured-promotions .promotion-item {
        background: url("img/promos/new-years-promo.jpg") no-repeat left;
        background-size: cover;
        padding: 50px 100px 0 400px;
        text-align: center; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item h3 {
          font-size: 36px;
          text-align: center; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item hr {
          float: none;
          margin-top: 1em;
          margin-bottom: 1em; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item .desktop {
          display: inline; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item .info span {
          font-size: 16px;
          text-align: center; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item .coupon {
          margin-top: 1em;
          padding-left: 0; } }
    @media only screen and (min-width: 1600px) {
      .tax-product_cat.term-gifts .featured-promotions .promotion-item {
        padding: 50px 300px 0 500px; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item h3 {
          font-size: 40px; }
        .tax-product_cat.term-gifts .featured-promotions .promotion-item .info span {
          font-size: 16px; } }

/*# sourceMappingURL=maps/style.css.map */


/**
Enda Changes 1st March 2017
**/
.propositions .slick-slider {
  -webkit-user-select: text; 
  -moz-user-select: text;
  -ms-user-select: text;
   user-select: text; 
}
.fixed-menu {
    background: #fff;
    z-index: 9999;
    width: 100%;
    top:0;
    display: none;
    position: fixed;
    padding-top:0;
    padding-bottom:0;
}

.fixed-menu.affix-top {
    display: block;
}

.search-form .form-group {
  float: left !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 31px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

@media(max-width:756px) {
  .search-form .form-group {
    width:100%;
  }
}

.section-header {
  padding:2em 0;
}

.banner-image {
  background-image: url('img/banner/unboxing-cta.jpg');
  background-size:cover;
  background-position:50% 50%;
  height:40vh;
  table-layout: fixed;
  display: table;
}

.unboxing-video {
  background-image: url('img/banner/unboxing-cta.jpg');
  background-size:cover;
  background-position:50% 50%;
  height:40vh;
  width:100%;
  table-layout: fixed;
  display: table;
}

.banner-cocktail {
  background: linear-gradient(rgba(36, 32, 33,0.45),rgba(179, 158, 156,0.6)), url('img/banner/cocktail-collection.jpg');
}
.banner-think {
  background-image: url('img/banner/thinkofme-collection.jpg');
  background-size: cover;
}
@media(max-width:768px){
  .banner-think {
    background-size: contain;
    background-repeat: no-repeat;
    width:100%;

  }
}

.banner-contrast {
  background: linear-gradient(rgba(36, 32, 33,0.45),rgba(179, 158, 156,0.6)), url('img/banner/contrast-collection.jpg');
}
.banner-distinct {
  background: linear-gradient(rgba(36, 32, 33,0.45),rgba(179, 158, 156,0.6)), url('img/banner/distinct-collection.jpg');
}
.banner-empress {
  background: linear-gradient(rgba(36, 32, 33,0.45),rgba(179, 158, 156,0.6)), url('img/banner/empress-collection.jpg');
}
.banner-geometric {
  background: linear-gradient(rgba(36, 32, 33,0.45),rgba(179, 158, 156,0.6)), url('img/banner/geometric-collection.jpg');
}


.banner-image h1.title,.banner-video h1.title {
  font-family:'Lora', serif;
  font-size:39px;
  color:#000;
}

.banner-image h3.subtitle,.banner-video h3.subtitle {
  font-family:'Lora', serif;
  font-size:20px;
  color:#464646;
}

.banner-image h1.title-light,.banner-video h1.title-light {
  font-family:'Lora', serif;
  font-size:39px;
  color:#fff;
}

.banner-image h3.subtitle-light,.banner-video h3.subtitle-light {
  color:#fff;
  font-family:'Lora', serif;
  font-size:20px;
}

a.video-button {
  background:#fff;
  padding:0.5em 1.5em;
  color:#000;
}

.vcenter-wrapper {
  height:30vh;
  width:100%;
  table-layout: fixed;
  display: table;
}

.vcenter {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


section.post_content h2 {
  margin:4rem 0;
}

section.post_content p {
  margin:2rem 0;
}

section.post_content img {
  margin:2rem 0;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 769px) {
  section.post_content img {
    margin: 2rem 0;
/*    max-width: 48%;
*/  max-height: 450px;
    width: auto;
    padding-left: .25em;
  }
}

.page-header {
  border-bottom: none; 
}



.gallery {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    min-width: 100%;
    display: none;
}
.gallery .gallery-item {
    float: left;
    margin: 0px auto;
    text-align: center;
}
.gallery img {
    border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
    display: none;
}
.gallery-columns-1 .gallery-item {
    max-width: 638px;
    width: 638px;
}
.gallery-columns-1 .gallery-item img { 
    max-width: 600px;
    height: auto;
    max-height: 600px;
}
.gallery-columns-2 .gallery-item {
    max-width: 300px;
    width: 300px;
}
.gallery-columns-2 .gallery-item img { 
    max-width: 300px;
    height: auto;
    max-height: 300px;
}
.gallery-columns-3 .gallery-item {
    max-width: 200px;
    width: 200px;
}
.gallery-columns-3 .gallery-item img { 
    max-width: 200px;
    height: auto;
    max-height: 200px;
}
.gallery-columns-4 .gallery-item {
    max-width: 151px;
    width: 151px;
}
.gallery-columns-4 .gallery-item img { 
    max-width: 150px;
    height: auto;
    max-height: 150px;
}
.gallery-columns-5 .gallery-item {
    max-width: 120px;
    width: 120px;
}
.gallery-columns-5 .gallery-item img { 
    max-width: 120px;
    height: auto;
    max-height: 120px;
}
.gallery-columns-6 .gallery-item {
    max-width: 100px;
    width: 100px;
}
.gallery-columns-6 .gallery-item img { 
    max-width: 100px;
    height: auto;
    max-height: 100px;
}
.gallery-columns-7 .gallery-item {
    max-width: 85px;
    width: 85px;
}
.gallery-columns-7 .gallery-item img { 
    max-width: 85px;
    height: auto;
    max-height: 85px;
}
.gallery-columns-8 .gallery-item {
    max-width: 75px;
    width: 75px;
}
.gallery-columns-8 .gallery-item img { 
    max-width: 75px;
    height: auto;
    max-height: 75px;
}
.gallery-columns-9 .gallery-item {
    max-width: 67px;
    width: 67px;
}
.gallery-columns-9 .gallery-item img { 
    max-width: 67px;
    height: auto;
    max-height: 67px;
}
.gallery-columns-10 .gallery-item {
    max-width: 60px;
    width: 60px;
}
.gallery-columns-10 .gallery-item img { 
    max-width: 60px;
    height: auto;
    max-height: 60px;
}

input.wpcf7-form-control.wpcf7-submit {
  background:#0bae02;
  color:#fff;
  padding:0.5em 1.5em;
  border-radius: 5px;
  border-style:none;
  border:none;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


#mobile-menu-toggle span, #mobile-menu-toggle1 span {
    /*display: block;*/
}

#mobile-menu-toggle .fa, #mobile-menu-toggle1 .fa {
    display: none;
}

#mobile-menu-toggle. #mobile-menu-toggle1 {
    display: none;
}


@media (max-width: 991px) {

    #cancel-search,
    #search-bar-toggle,
    #bag-icon,
    #mobile-menu-toggle,#mobile-menu-toggle1 {
        display: block;
    }

    #mobile-menu-toggle,#mobile-menu-toggle1 {
        float: none;
        display: inline-block;
        margin: 27px 0 0;
        padding: 8px 25px;
        border: 2px solid #595050;
        border-radius: 0;
        font-family: "Open Sans Semibold";
        font-size: 20.05px;
        color: #595050;
        text-transform: capitalize;
    }

}

@media (max-width: 767px) {

    #mobile-menu-toggle,#mobile-menu-toggle1 {
        margin: 14px 0 0;
        padding: 6px 14px;
        border: 1px solid #595050;
        font-size: 12px;
    }
}

@media (max-width: 480px) {

    #mobile-menu-toggle,#mobile-menu-toggle1 {
        padding: 4px 10px;
        font-size: 14px;
    }

}

#search-bar-toggle1 {
    display: block;
}


@media (max-width: 991px) {
    #search-bar-toggle1 {
        float: right;
        margin-top: 25px;
        width: 32px;
        height: 32px;
        background: url("img/show_search_bar_icon_sm.png") no-repeat center;
    }
}

@media (max-width: 767px) {

    #search-bar-toggle1 {
        margin: 20px auto;
        width: 19px;
        height: 19px;
        background: url("img/show_search_bar_icon.png") no-repeat center;
    }

}

/*#search-bar-toggle1 {
    display: none;
    cursor: pointer;
}*/

#cancel-search1 {
    display: none;
    position: absolute;
    left: 0;
    top: 17px;
    width: 24px;
    height: 24px;
    background: url("img/cancel-search-icon.png") no-repeat center;
    background-size: 100%;
}

.sticker {
    font-size: 10px;
    background: #02804e;
    border-radius: 6%;
    padding: 0em 1em;
    display: block;
    color: white;
    width: 50%;
    display: block;
    margin: 0 auto 1em;
}

.sticker-ll {
  position: absolute;
  top: 165px;
  font-size: 10px;
  background: #f9f1f0;
  border-radius: 100%;
  padding: 0em 1em;
  display: block;
  left: 76px;
  color: white;
}

.sticker-ll img {
  max-width: 50px;
}

body.page-id-8588 .products > li.product[class*="col-"] {
  min-height:365px;
}

.iframe_custom {
    width: 100%;
    height: 420px;
}
.category_title_custom{
	text-align: center;
}

.product_custom_archive .product{
	height: 480px;
}
.search-form .form-group{
	width: 100%;
}
.search-form .form-group:hover{
    border-radius: 25px;	
}
#search {
    display: block;

    width: 100%;
    left: 8px;
    padding: 0px 26px 7px 8px;
    color: #523f3f;
}
#free_engraving{
	resize: none;
	padding: 10px;
}

.remodal-is-initialized .thumbnail{
	border: none !important;
	background-color: transparent;
}
.remodal-is-initialized .thumbnails{
	display: flex;
}
.remodal-is-initialized .single_add_to_cart_button {
    float: left !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
#content-length{
	float: left;
	margin-right: 10px;
}
#product_text_custom{
	display: none;
}
.text_product_js{
	display: block !important;
}
#quontity_product{
	padding-left: 9px;
}
a.quick_view.button {
  display: block;
  width: 50%;
  margin: 0 auto;
  background: #f9f1f0;
}
.progress_bar_custom{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.state-checkout__item{
    border: 1px #a29f9e solid;
    border-radius: 35px;
    padding: 2px 9px;
	color: #a29f9e;
	font-weight: bold;
}
.state-checkout .active{
	border: 1px #507299 solid;
	background: #507299;
	color: white;
}
.products .product{
	text-align: center;
}

.yith-wcan-color li.chosen > a:after {
    top: -23px;
}

body.page-id-8588 .products > li.product[class*="col-"] {
  min-height: 465px;
}
.wishlist_table .vcenter{
	display: inline-block;
}
.wishlist_table .buttons a{
	width: 50% !important;
}