/*test*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    font-display: swap;
}
p {
  margin-bottom: 0.7rem;
}
a, .jslink, .jslink-ajax {
	/*color: #6dbbaa;*/
  color: #3d9582;
}
a:hover, .jslink:hover {
	/*color: #079c7b;*/
  color: #212529;
	text-decoration: underline;
}
.a:hover {
  cursor: pointer;
}
.block-demo-backlink {
	display: none;
}
.toolbar-fixed #navbar-content {
    /*padding-top: 79px;*/
}
@media all and (max-width: 975px){
	/*.toolbar-fixed #navbar-content {
	    padding-top: 35px;
	    margin-left: 240px;
	}*/
  /*#toolbar-item-administration-tray {
    display: none;
  }*/
}

.btn-neutral {
    background-color: #a2a2a2;
    border-color: #a2a2a2;
    color: #fff;
}
.btn-neutral:hover {
    background-color: #808080;
    border-color: #808080;
    color: #fff;
}
.btn-light-gray {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #fda302 !important;
}
.btn-light-gray:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #8559ad !important;
}


.text-color-gray {
  color: #666;
}
.text-color-violette {
  color: #736194;
}
/*------------------------------------
  Heading-v3
------------------------------------*/
[class*="u-heading-v3-"] {
  border-bottom: 1px dotted #ccc;
}

.u-heading-v3__title {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.71429rem;
  border-bottom: 1px solid #555;
}
.g-brd-primary {
	border-color: #9089a7 !important;
}
.op-bg-lavender {
	background-color: #9089a7;
}

.content-wrapper {
	padding-left: 0px;
	width: 100%;
}
#navbar {
	position: relative;
	left: -275px;
	top: 0;
	padding: 0;
}
.navbar-content {
    top: 0;
    width: 270px;
    height: 100%;
    z-index: 11;
    position: fixed;
    border-right: 1px solid #f2f2f2;
    left: -275px;
    background-color: #fff;
    transition: all .8s;
    background-color: #fafafa;
}
.menu.menu--account {
	display: none
}
.logo img {
	max-width: 250px;
}
.region-header .logo img {
	/*margin-top: 7px;*/
}
.region-header {
    border-bottom: 3px solid #eee;
    background-color: #fafafa;
    position: relative;
}
@media all and (min-width: 768px){
  .region-header {
    height: 60px;
  }
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
}
.breadcrumb>li {
    color: #999;
    font-size: 16px;
    display: inline-block;
}
.breadcrumb>li+li:before {
    color: #ccc;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}
.region.region-header {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.block-user-login {
    padding: 0 70px 0 10px;
    height: 60px;
}
.user-links {
  flex-direction: column;
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.user-links > *{
  display: block;
  text-transform: uppercase;
  font-size: .7rem;
  padding: 2px 4px;
  color: #2bc585;
}
.breadcrumb {
    display: block;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 100%;*/
    /*max-width: calc(100% - 150px);*/
  }
#main-nav .user-links {
  display: none;
}
@media all and (max-width: 768px) {
  .breadcrumb>li:nth-child(1){
    display: none;
  }
  .breadcrumb>li:nth-child(2):before{
    display: none;
  }
  .breadcrumb>li:nth-child(1n+5){
    /*display: none;*/
  }
  .region.region-header {
    flex-wrap: wrap;
  }
  .block-user-login {
    display: none;
  }
  #main-nav .user-links {
    display: flex;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 999;
    height: 50px;
    text-align: right;
    flex-direction: row;
    align-items: center;
  }
  #main-nav .user-links > * {
    padding-right: 10px;
  }
  
}
.region-navigation .logo {
	text-align: center;
	width: 100%;
	display: none;
}
.region-header .logo {
	display: block;
    text-align: left;
    height: 55px;
    padding-left: 55px;
}
.menu-btn-toggle {
	display: block;
	position: absolute;
	left: 8px;
    top: 28px; 
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	cursor: pointer;
	z-index: 999;
}
@media all and (max-width: 768px) {
  .menu-btn-toggle {
    position: fixed;
    background-color: #fafafa;
  }
}
.menu-btn-toggle.open {
  position: fixed;
}
.menu-btn {
	width: 20px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2d3142;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-btn span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-btn span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
    top: 2px;
    left: 3px;
}
.menu-btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    top: 16px;
    left: 3px;
}
.region-navigation .menu-btn-toggle {
	display: none;
}
.region-navigation {
	padding-top: 50px;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #736194;
}
.navbar-header {
  overflow-y: scroll;
  height: 100vh;
}

/**************** MAIN NAVIGATION *****************/
.main-nav-special-links {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}
.main-nav-special-links li {
    padding: 5px 0 5px 7px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #ffffff;
    
}
.main-nav-special-links li a {
  color: #fda302;
  line-height: 20px;
}
.main-nav-special-links li i {
    width: 28px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #71bf2f;
}

#main-nav > li {
    padding: 10px;
    border: 0;
    border-top: 1px dotted #efefef;
    border-bottom: 1px dotted #efefef;
    border-radius: 0;
}
#main-nav > li > .fa-plus {
	font-size: 14px;
    color: #6dbbaa;
}
#main-nav > li > .fa-plus.active, #main-nav > li > .fa-plus:hover {
	color: #afafaf;
}
#main-nav > li > span,
#main-nav > li > a {
	text-transform: uppercase;
	font-weight: 600;
    margin-left: 5px;
    color: #757575;
}
#main-nav > li > ul {
	margin-top: 10px;
}
#main-nav > li > ul > li {
	border: 0;
	padding: 5px 0px 5px 25px;
}

.list-group-item:after {
  top: 7px;
  right: 15px;
  color: #777;
  font-size: 14px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.list-group-item.open:after {
  color: #72C02C;
  content: "\f107";
}
.list-group-item .list-toggle.active:before {
    content: "\f068";
}
.list-group-item .list-toggle:before {
    content: "\f067";
}
#main-nav > li > ul > li .list-toggle {
  font-weight: 100;
  font-size: 10px;
  line-height: 15px;
  vertical-align: middle;
  margin-left: -10px;
  color: #afafaf;
}
#main-nav > li > ul > li > ul {
  padding: 8px 0 0 15px;
}
#main-nav > li > ul > li > ul > li > ul {
  padding: 8px 0 0 7px;
}
#main-nav > li > ul > li > ul > li > ul > li {
  padding: 5px 0;
  border-bottom: 1px dotted #ececec;
}
#main-nav > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
#main-nav > li > ul > li > ul > li {
  padding: 5px 0;
  border-bottom: 1px dotted #ececec;
}
#main-nav > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
#main-nav > li > ul > li > ul > li.parent-item {
  border: 0;
}
.list-toggle:hover {
  cursor: pointer;
  color: #fda302 !important;
}

/***************** REVIEW PAGE *******************/
.review-header {
    height: 250px;
    background-size: cover !important;
}
.review-header.noimage {
	height: auto;
}

.dark-bg-grad {
	height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}
.article-title {
    font-size: 30px;
    position: absolute;
    bottom: 10px;
    left: -15px;
    background-color: #6d648bc2;
    color: #fff;
    padding: 10px 10% 10px 25px;
}
.noimage-title-bg {
background: rgb(129,109,188);
background: -moz-linear-gradient(bottom, rgb(128, 102, 205) 0%,rgb(78, 67, 114) 100%);
background: -webkit-linear-gradient(bottom, rgb(128, 102, 205) 0%,rgb(78, 67, 114) 100%);
background: linear-gradient(to top, rgb(128, 102, 205) 0%,rgb(78, 67, 114) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#816dbc', endColorstr='#615687',GradientType=0 );
}
.review-header.noimage .article-title {
	position: relative;
	padding: 60px 10% 60px 25px;
	left: auto;
	bottom: auto;
	background: url(/themes/planner/assets/img/noimage-collection-pattern2.png) left center;
    /* background-size: 120% auto; */
    font-weight: 600;

}
.review-header.noimage .article-title:after {
	content: "";
	display: block;
	width: 175px;
    height: 1px;
    background-color: #fda302;
    margin-top: 8px;
}
.collection-section-title {
	font-size: 21px;
	/*margin-top: 30px;*/
}
.collection-section-title:after, .field--name-field-conclusion h3:after {
	display: block;
    width: 80px;
    height: 1px;
    background-color: #736194;
    content: '';
    margin-top: 5px;
    margin-bottom: 20px;
}
.field--name-field-conclusion h3 {
    font-size: 1.3em;
    margin: 50px 0 20px;
}
.template-customize-title {
  font-size: 18px;
}
.template-customize-title:after {
  margin-bottom: 5px;
}
.collection-badge {
  display: block;
  position: absolute;
  top: -7px;
  left: 0;
  padding: 4px 10px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 0 25px 25px 0;
}

.collection-badge.best-overall {
  background-color: #f90;
}
.collection-badge.best-value {
  background-color: #00adff;
}
.collection-badge.customer-choice {
  background-color: #a900ff;
}
.collection-badge.best-design {
  background-color: #ff003b;
}
.collection-badge.editor-choice {
  background-color: #09840d;
}

.inline-rating {
  display: block;
  border-left: 0;
  margin-left: 0;
  padding-left: 0;

  line-height: 14px;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: center;
}

@media all and (min-width: 400px){
  .inline-rating {
    display: inline-block;
    border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 14px;
    vertical-align: middle;
    margin-bottom: 10px;
    text-align: center;
  }
}

.inline-rating-desc {
  display: block;
  font-size: 10px;
}

.inline-rating-compact {
  line-height: 14px;
  vertical-align: middle;
  margin-bottom: 10px;
  text-align: center;
}
.inline-rating-desc-compact {
  display: block;
  font-size: 10px;
}


/* Review item */
article h2 {
	display: inline-block;
	font-size: 26px;
}
article h2:before {
	display: block;
	color: #ccc;
	font-size: 20px;
	padding-right: 5px;
}
article h2.single-cat-title:before {
  display: none;
}
article .compact-item-wrapper h2:before {
  display: none;
}
article h2:after {
	display: block;
    width: 150px;
    height: 1px;
    background-color: #fda302;
    content: '';
    margin-top: 10px;
}
article h2:nth-of-type(1):before {
	content: "01.";
}
article h2:nth-of-type(2):before {
	content: "02.";
}
article h2:nth-of-type(3):before {
	content: "03.";
}
article h2:nth-of-type(4):before {
	content: "04.";
}
article h2:nth-of-type(5):before {
	content: "05.";
}
article h2:nth-of-type(6):before {
	content: "06.";
}
article h2:nth-of-type(7):before {
	content: "07.";
}
article h2:nth-of-type(8):before {
	content: "08.";
}
article h2:nth-of-type(9):before {
	content: "09.";
}
article h2:nth-of-type(10):before {
	content: "10.";
}
article h2:nth-of-type(11):before {
	content: "11.";
}
article h2:nth-of-type(12):before {
	content: "12.";
}
article h2:nth-of-type(13):before {
	content: "13.";
}
article h2:nth-of-type(14):before {
	content: "14.";
}
article h2:nth-of-type(15):before {
	content: "15.";
}

.item-wrapper-background {
  background-color: #ececec;
  margin: 0 -15px;
  padding: 1rem 0 0 0;
}
div.item-wrapper-background-last {
  padding: 1rem 0 1rem 0;
}
.item-wrapper {
  background-color: #fff;
  padding: 3rem 0;
  margin: 0 1rem;
}
@media all and (min-width: 768px){
  .item-wrapper-background {
    background-color: #ececec;
    margin: 0 -15px;
    padding: 2rem 0 0 0;
  }
  div.item-wrapper-background-last {
    padding: 2rem 0 2rem 0;
  }
  .item-wrapper {
    background-color: #fff;
    padding: 3rem 0;
    margin: 0 2rem;
  }
}
.item-title-wrapper {
  /*margin-top: 5rem;*/
}
.item-title-wrapper .review-item-title {
  display: inline-block;
  font-size: 26px;
}
.item-wrapper h2:before {
  display: inline-block;
  color: #ccc;
  font-size: 20px;
  padding-right: 5px;
  content: '';
}
.item-title-wrapper .review-item-title:after {
  display: block;
    width: 150px;
    height: 1px;
    background-color: #fda302;
    content: '';
    margin: 20px auto 0;
}
.item-wrapper[data-item="1"] h2:before {
  content: "#1.";
}
.item-wrapper[data-item="2"] h2:before {
  content: "#2.";
}
.item-wrapper[data-item="3"] h2:before {
  content: "#3.";
}
.item-wrapper[data-item="4"] h2:before {
  content: "#4.";
}
.item-wrapper[data-item="5"] h2:before {
  content: "#5.";
}
.item-wrapper[data-item="6"] h2:before {
  content: "#6.";
}
.item-wrapper[data-item="7"] h2:before {
  content: "#7.";
}
.item-wrapper[data-item="8"] h2:before {
  content: "#8.";
}
.item-wrapper[data-item="9"] h2:before {
  content: "#9.";
}
.item-wrapper[data-item="10"] h2:before {
  content: "#10.";
}
.item-wrapper[data-item="11"] h2:before {
  content: "#11.";
}
.item-wrapper[data-item="12"] h2:before {
  content: "#12.";
}
.item-wrapper[data-item="13"] h2:before {
  content: "#13.";
}
.item-wrapper[data-item="14"] h2:before {
  content: "#14.";
}
.item-wrapper[data-item="15"] h2:before {
  content: "#15.";
}
.item-wrapper[data-item="16"] h2:before {
  content: "#16.";
}
.item-wrapper[data-item="17"] h2:before {
  content: "#16.";
}

.gallery-holder {
	background-color: #fafafa;
  padding-top: 15px;
}

.gallery-holder .slick-slide {
  border: 1px solid #ececec;
}
.gallery-holder .g-right-0 {
  right: -22px;
}
.gallery-holder .g-left-0 {
  left: -22px;
}
.gallery-holder img {
  cursor: pointer;
}

.u-carousel-v3 .slick-current {
  opacity: 1 !important;
}

/*
.u-carousel-v3 .slick-current img {
  border-bottom: 1px solid #9089a7;
}*/

.gallery-holder .js-slide {
	background: #eee;
}
/* .gallery-holder .big-image .js-slide {
	background: #fafafa;
	border: 0;
	display: inline-block;
  vertical-align: middle;
  float: none;
} */
.big-image .js-slide {
  height: 1px !important;
  width: 100%;
}
.big-image .js-slide.slick-current, .big-image .js-slide:not(.slick-slide):nth-child(1) {
  height: auto !important;
}
.collection-images-pager .js-slide {
  width: 20%;
  height: auto;
  display: inline-block;
}
.collection-images-pager .js-slide:nth-child(n+5) {
  width: 1px;
}
.big-image .js-slide a:after {
  display: none;
}
.big-image .js-slide a:after, .big-image .js-slide span {
  display: none;
}
.big-image .js-slide.slick-slide a:after, .big-image .js-slide.slick-slide span {
  display: block;
}
.gallery-holder .collection-images-pager .js-slide.slick-current {
    border: 1px solid #9089a7;
}
.gallery-holder .slick-slide span {
    padding: 0 2px;
}
.gallery-holder .js-slide span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -31px 0 0 -20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.34);
    font-family: FontAwesome;
    line-height: 1;
    content: "\f00e";
    color: #fff;
    font-size: 20px;
    padding: 10px 0 0 1px;
    text-align: center;
    cursor: pointer;
}
.gallery-holder .js-slide:hover span:after {
  background: rgba(253, 163, 2, 0.78);
}

/* Cart */
.add-to-cart form {
    padding-left: 0;
}
/*.add-to-cart .field--name-price {
    font-size: 1.7em;
}
.add-to-cart #edit-submit {
    font-size: 1.7em;
}*/


@media all and (min-width: 768px) {
  article .review-item-title:before {
    display: inline-block;
  }
}

.field--name-field-cons ul, .field--name-field-pros ul {
	list-style: none;
	padding: 18px 10px 10px 10px;
	margin: 0;
}
.field--name-field-cons li, .field--name-field-pros li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.field--name-field-cons li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
	/*font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f146";*/
	width: 20px;
	height: 20px;
	color: #ccc;
	font-size: 12px;
}
.field--name-field-pros li:before {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px;
	/*font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f0fe";*/
	width: 20px;
	height: 20px;
	color: #ccc;
	font-size: 12px;
}
.field--name-field-cons li:nth-child(1):before,
.field--name-field-pros li:nth-child(1):before {
	content: "01.";
}
.field--name-field-cons li:nth-child(2):before,
.field--name-field-pros li:nth-child(2):before {
	content: "02.";
}
.field--name-field-cons li:nth-child(3):before,
.field--name-field-pros li:nth-child(3):before {
	content: "03.";
}
.field--name-field-cons li:nth-child(4):before,
.field--name-field-pros li:nth-child(4):before {
	content: "04.";
}
.field--name-field-cons li:nth-child(5):before,
.field--name-field-pros li:nth-child(5):before {
	content: "05.";
}
.field--name-field-cons li:nth-child(6):before,
.field--name-field-pros li:nth-child(6):before {
	content: "06.";
}
.field--name-field-cons li:nth-child(7):before,
.field--name-field-pros li:nth-child(7):before {
	content: "07.";
}
.field--name-field-cons li:nth-child(8):before,
.field--name-field-pros li:nth-child(8):before {
	content: "08.";
}
.field--name-field-cons li:nth-child(9):before,
.field--name-field-pros li:nth-child(9):before {
	content: "09.";
}
.field--name-field-cons li:nth-child(10):before,
.field--name-field-pros li:nth-child(10):before {
	content: "10.";
}
.review-item-pros > .field, .review-item-cons > .field {
	border-left: 1px solid #e9ecef;
	border-right: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}
.review-item-pros .pros-cons-title, .review-item-cons .pros-cons-title {
    background-color: #f4f4f4;
    line-height: 35px;
}
.pros-cons-title:before {
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 40px;
    text-align: center;
    line-height: 35px;
    padding-left: 6px;
    color: #c1c1c1;
    font-size: 17px;
}
.review-item-pros .pros-cons-title:before {
	content: "\f164";
	/*background-color: #6fc102;*/
}
.review-item-cons .pros-cons-title:before {
	content: "\f165";
	/*background-color: #c10202;*/
}

.g-rating .fa {
	color: #fda302;
}
.top-rating-table .slick-slider {
    padding: 0 0 35px 0 !important;
}
.slick-slide {
	width: 25%;
}
.slick-fluid .slick-slide {
  width: auto;
}

.overall-rating-title {
	/*min-height: 2.35rem;*/
	display: inline-flex;
    align-items: center;
}
.top-rating-table .slick-slider .js-prev.u-arrow-v1 {
    /* position: relative; */
    top: 50%;
    left: 0 !important;
        margin-top: -110px !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #9089a7 !important;
    color: #fff !important;
}
.top-rating-table .slick-slider .js-next.u-arrow-v1 {
    top: 50%;
    right: 2px !important;
    margin-top: -110px !important;
    width: 36px !important;
    height: 36px !important;
    background-color: #9089a7 !important;
    color: #fff !important;
}
.top-rating-table .slick-slider .u-arrow-v1:hover {
	background-color: #696086 !important;
}
.top-rating-table .u-shadow-v19 {
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid #fafafa;
    margin-right: 3px;
}

table > tbody > tr > td > span.footable-toggle {
	top: auto;
    bottom: -10px;
    left: -9px;
    position: absolute;
    margin: 0;
    width: 18px;
    height: 18px;
    background-color: #9C27B0;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    border-radius: 50%;
    opacity: 1;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif !important;
    font-display: swap;
    z-index: 99;
}
.footable-details th {
	/*padding-left: 0 !important;*/
	border: 0 !important;
}
.footable-details th:after{
	content: ":";
	margin-left: -4px;
}
.footable-detail-row > td {
	padding: 0 !important;
	border: 0 !important;
}
.footable-details {
	margin: 0 !important;
	border: 0 !important;
}
.footable-details > th, .footable-details > td {
	border: 0 !important;
}
.feature-list .card {
	border: 0 !important;
}
.feature-list i {
    color: #c1c1c1;
}

.item-price {
	color: #fff;
	display: inline-block;
}
.item-price:hover {
	color: #fff;
	text-decoration: none;
}
.item-price-wrapper {
	display: flex;
}
.item-price-wrapper .price {
	background-color: #fda302;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 17px;
    font-size: 20px;
    border-radius: 5px 0 0 5px;
}

.see-all-bttn span {
	display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #a9a4a3;
    padding: 3px 13px;
    color: #fff;
}
.see-all-bttn span:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}

.compact-image {
    max-width: 130px;
    height: auto !important;
}

.compact-item .read-reviews-bttn, .top-product-item .read-reviews-bttn {
  font-size: 1rem;
  white-space: nowrap;
  display: inline-flex;
  margin-bottom: .8rem;
}
.top-product-item .read-reviews-bttn {
  margin-bottom: 0;
}
.read-reviews-bttn.green {
  background-color: #0fbb54;
}
.read-reviews-bttn.green:hover {
  background-color: #0d9a46;
}
.compact-item, .top-product-item {
      border-bottom: .8rem solid #ececec;
}
.collection-badge.compact {
  position: relative;
  display: inline-block;
  border-radius: 15px;
}
.top-product-item {
  position: relative;
}
.top-product-item:before {
  content: "";
  color: #ececec;
  position: absolute;
  top: -2.2rem;
  left: .1rem;
  font-size: 2.5rem;
  font-weight: 600;
}
.top-product-item[data-item="1"]:before {
  content: "#1";
}
.top-product-item[data-item="2"]:before {
  content: "#2";
}
.top-product-item[data-item="3"]:before {
  content: "#3";
}
.top-product-item[data-item="4"]:before {
  content: "#4";
}
.top-product-item[data-item="5"]:before {
  content: "#5";
}
.top-product-item[data-item="6"]:before {
  content: "#6";
}
.top-product-item[data-item="7"]:before {
  content: "#7";
}
.top-product-item[data-item="8"]:before {
  content: "#8";
}
.top-product-item[data-item="9"]:before {
  content: "#9";
}
.top-product-item[data-item="10"]:before {
  content: "#10";
}

/**************** COLLECTION TEASERS ****************/
.collection-teaser:hover, .collection-teaser-link:hover {
	text-decoration: none;
}
.masonry-grid .g-bg-cyan-gradient-opacity-v1, .masonry-grid .g-bg-cyan-gradient-opacity-v1--after::after {
	background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(29, 10, 45, 0.6) 100%);
}

/**************** TEMPLATES TEASERS ****************/
.template-teaser {
  background-color: #f5f5f5;
  padding: 10px;
  border-bottom: 3px solid #ccc;
}
.template-teaser-pack {
  background-color: #f5f5f5;
  padding: 10px;
  position: relative;
}
.template-teaser-pack img {
  border: 1px solid #e8e8e8;
}
.template-teaser img {
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
}
.template-teaser-link {
  font-size: 17px;
}
.template-teaser-pack .template-teaser-link {
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 1rem - 2px);
  background-color: #000;
  left: calc(0.5rem + 1px);
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.7)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.52) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.template-teaser-pack-button {
  margin-top: -3px;
}
.template-teaser ul:before {
  content: "Sections available in this template:";
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 7px;
}
.template-teaser ul {
    list-style: none;
    padding: 5px 0 0 0;
    margin-bottom: 0;
    margin-top: 5px;
    border-top: 1px dotted #cccccc;
    font-size: 11px;
}
.template-teaser ul li {
    display: inline-block;
    background-color: #fafafa;
    padding: 3px 8px;
    margin: 4px 3px 2px 0;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    color: #8559ad;
}
.template-teaser {
  position: relative;
}
.template-teaser.free-template:before {
  content: 'free';
  display: block;
  position: absolute;
  left: 11px;
  top: 1.5rem;
  background-color: #8559ad;
  text-transform: uppercase;
  font-size: .65rem;
  padding: 2px 5px 2px 8px;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  display: none;
}
.template-teaser.premium-template:after {
  content: 'premium';
  display: block;
  position: absolute;
  left: 11px;
  top: 1.5rem;
  background-color: #fda302;
  text-transform: uppercase;
  font-size: .65rem;
  padding: 2px 5px 2px 8px;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  display: none;
}

/**************** HOMEPAGE ****************/
.category-section-title {
	background-color: #ccc;
}
.category-section-title span {
    font-size: 24px;
    text-transform: uppercase;
}

/**************** FOOTER ****************/
.footer {
	background-color: #736194;
    color: #fff;
}
.white-link {
  color: #fff;
  text-decoration: none;
}
.white-link:hover {
  color: #fff;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
	.content-wrapper {
		padding-left: 270px !important;
		width: 100%;
	}
	#navbar {
		position: relative;
		left: 0 !important;
		top: 0 !important;
		padding: 0;
	}
	.navbar-content {
	    top: 0;
	    width: 270px !important;
	    height: 100% !important;
	    z-index: 11;
	    position: fixed;
	    border-right: 1px solid #f2f2f2;
	    left: 0 !important;
	}
	.openNav {
		display: none;
	}
	.region-navigation .logo {
		text-align: center;
		width: 100%;
		display: block;
		height: 60px;
	}
  .toolbar-fixed .region-navigation .logo {
    margin-top: 79px;
  }
	.region-header .logo {
		display: none;
	}
	.menu-btn-toggle {
		display: none;
	}
	.region-navigation {
		padding-top: 0;
	}
	.breadcrumb {
		display: block;
		padding: 17px; 
	}
	article h2:before {
		display: inline-block;
	}
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .u-fancybox-theme .fancybox-thumbs {
    width: 110px !important;
  }
  .u-fancybox-theme.fancybox-show-thumbs .fancybox-content {
    right: 110px !important;
  }
  .u-fancybox-theme .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}


/*************** Template Node *********************/
.template-title {
    font-size: 30px;
    padding: 0px 20px 20px 0px;
    color: #8559ad;
}
.template-title:after {
	content: "";
    display: block;
    width: 175px;
    height: 1px;
    background-color: #fda302;
    margin-top: 8px;
}
.template-gallery .big-image img {
  /*border: 1px solid #e8e8e8;*/
}

.template-customize label {
  position: absolute;
  line-height: 1 !important;
  cursor: default;
  font-size: 12px !important;
  padding: 0px 4px 0px 4px !important;
  background-color: #fff !important;
  top: -8px !important;
  left: 6px !important;
  color: #828282 !important;
  z-index: 3 !important;
}
.flex-column .template-customize label {
  z-index: 11 !important;
}
[class*="input-group-"] {
  display: flex;
  min-width: 38px;
  background-color: transparent;
  border-color: #ccc;
  -webkit-transition: border-color .15s ease-in-out 0s;
  -o-transition: border-color .15s ease-in-out 0s;
  transition: border-color .15s ease-in-out 0s;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.date-selector-holder {
  align-items: stretch;
  display: flex;
}
.input-group-append {
    margin-left: -1px;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.g-brd-primary--focus:focus, .g-brd-primary--focus.g-state-focus *, .g-brd-primary--focus.g-state-focus *:focus {
  border-color: #72c02c !important;
}
.form-control-md {
	padding: .4rem .6rem .4rem !important;
}
.download-button {
    background-color: #efefef;
    background-image: url('/themes/planner/assets/img/pdf-icon-arrow.png');
    background-position: right center;
    background-size: auto 80%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.download-button:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}
.download-button.editor-icon {
  background-image: none;
}
.download-button .l1 {
  text-transform: uppercase;
  color: #fd8a02;
  border-bottom: 1px dotted #666;
  font-weight: 600;
  font-size: 0.9rem;
}
.download-button.editor-icon .l1 {
  color: #00a7b7;
}
.download-button .l2 {
  text-transform: uppercase;
  color: #666;
  font-size: .7rem;
}

/*************** Template Collection *********************/
.show-all-templates {
  padding: 8px 30px;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 20px 0;
}
.show-all-templates:hover {
  background-color: #fafafa;
  text-decoration: none;
}

.collection-template .collection-section-title {
  margin-top: 0;
}
.collection-template .review-header.noimage .article-title {
  padding: 50px 10% 50px 25px;
}
.template-teaser-wrapper {
    text-align: center;
}
.template-teaser-download {
    display: inline-block !important;
    background-color: #8559ad;
    padding: 5px 15px 7px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    font-size: 11px;
    line-height: 11px;
    vertical-align: top;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
}
.template-teaser-wrapper:hover .template-teaser-download,
.template-teaser-download:hover {
  color: #fff;
  text-decoration: none;
  background-color: #585858;
}

.collection-index .index-line {
  margin-bottom: 8px;
  padding-bottom: 5px;
  margin-right: 6px;
  background-color: #eaefff;
  border-radius: 6px;
  padding: 5px 12px;
}
.collection-index .index-line a {
  border-bottom: 1px dotted #ccc;
  color: #5f10a2;
}
.collection-index .index-line a:hover {
  color: #2f0a50;
}
.collection-index .index-line .index-title:before {
  display: inline-block;
  color: #9bacd9;
  margin-right: 4px;
  font-size: 0.8em;
}
.collection-index .index-line .index-title:hover {
  text-decoration: none;
}
.collection-index .index-line:nth-child(2) .index-title:before { content: '01. '; }
.collection-index .index-line:nth-child(3) .index-title:before { content: '02. '; }
.collection-index .index-line:nth-child(4) .index-title:before { content: '03. '; }
.collection-index .index-line:nth-child(5) .index-title:before { content: '04. '; }
.collection-index .index-line:nth-child(6) .index-title:before { content: '05. '; }
.collection-index .index-line:nth-child(7) .index-title:before { content: '06. '; }
.collection-index .index-line:nth-child(8) .index-title:before { content: '07. '; }
.collection-index .index-line:nth-child(9) .index-title:before { content: '08. '; }
.collection-index .index-line:nth-child(10) .index-title:before { content: '09. '; }
.collection-index .index-line:nth-child(11) .index-title:before { content: '10. '; }
.collection-index .index-line:nth-child(12) .index-title:before { content: '11. '; }
.collection-index .index-line:nth-child(13) .index-title:before { content: '12. '; }
.collection-index .index-line:nth-child(14) .index-title:before { content: '13. '; }
.collection-index .index-line:nth-child(15) .index-title:before { content: '14. '; }
.collection-index .index-line:nth-child(16) .index-title:before { content: '15. '; }
.collection-index .index-line:nth-child(17) .index-title:before { content: '16. '; }
.collection-index .index-line:nth-child(18) .index-title:before { content: '17. '; }
.collection-index .index-line:nth-child(19) .index-title:before { content: '18. '; }
.collection-index .index-line:nth-child(20) .index-title:before { content: '19. '; }
.collection-index .index-line:nth-child(21) .index-title:before { content: '20. '; }
.collection-index .index-line:nth-child(22) .index-title:before { content: '21. '; }
.collection-index .index-line:nth-child(23) .index-title:before { content: '22. '; }
.collection-index .index-line:nth-child(24) .index-title:before { content: '23. '; }
.collection-index .index-line:nth-child(25) .index-title:before { content: '24. '; }
.collection-index .index-line:nth-child(26) .index-title:before { content: '25. '; }
.collection-index .index-line:nth-child(27) .index-title:before { content: '26. '; }
.collection-index .index-line:nth-child(28) .index-title:before { content: '27. '; }
.collection-index .index-line:nth-child(29) .index-title:before { content: '28. '; }
.collection-index .index-line:nth-child(30) .index-title:before { content: '29. '; }
.collection-index .index-line:nth-child(31) .index-title:before { content: '30. '; }


/*********** Generated templates node ***********/

.gen-template-wrapper .page-preview-wrapper {
  padding: 10px;
  background-color: #fafafa;
  margin: 15px 0 !important;
}
.gen-template-desc {
  margin-top: 10px !important;
}
.gen-template-wrapper .page-preview-wrapper {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
	border: 0;
    background: transparent;
    color: #555;
    font-weight: bold;
    text-decoration: underline;
}
.month-picker, .ui-datepicker {
  z-index: 99999 !important;
}
.month-picker td {
	padding: 2px 16px !important;
}
.gen-template .collection-section-title {
	margin-top: 0;
}
.gen-template-months {
	margin-left: 15px;
}
.gen-template-years {
	margin-left: 15px;
}
.gen-template-months, .gen-template-years {
    padding: 10px 0;
    display: inline-block;
}
.gen-month, .gen-year {
    padding: 5px 15px;
    border-bottom: 1px dotted #ccc;
}
.gen-month:hover, .gen-year:hover {
	border-bottom: 1px solid #fda302;
	text-decoration: none;
}
.gen-month-current, .gen-year-current {
	margin-right: -4px;
	position: relative;
	border-bottom: 1px solid #fda302;
}
.gen-month-current:last-child, .gen-year-current:last-child {
  margin-right: 0;
}

.gen-month-current:after, .gen-year-current:after {
	content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fda302;
}
.template-teaser-link {
  display: block;
}
.js-page-view-wrapper * {
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.js-page-view-wrapper:hover {
  cursor: pointer;
}
.zoom-background {
  position: relative;
}
.zoom-background .close-bttn {
  display: none;
}
.zoom-background.active .close-bttn {
    display: block;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 50px;
    margin-top: 30px;
    position: fixed;
    right: 0;
    top: 0;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}
.zoom-background.active .close-bttn:hover {
  color: #fda302;
  cursor: pointer;
}
.zoom-background.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000085;
    z-index: 99999;
    overflow: scroll;
    text-align: center;
}
.js-page-view-wrapper.zoomed {
    width: 80%;
    z-index: 9999999;
    left: 10%;
    top: 0;
    text-align: center;
    cursor: default;
}
.gen-template-wrapper .js-page-view-wrapper:after {
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f00e";
    display: none;
    z-index: 9999999;
    color: #fff;
    position: absolute;
    background-color: #0000004a;
    line-height: 30px;
    padding: 15px;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -30px;
}
.gen-template-wrapper .js-page-view-wrapper:hover:after {
  display: block;
}
.gen-template-wrapper .js-page-view-wrapper.zoomed:after {
  display: none;
}
article.yearly .gen-template-years {
    margin: 0;
}
article.yearly .gen-template-years:before {
  content: 'Select year: ';
}
article.yearly .template-title {
      padding-bottom: 5px;
}


/* MEDIA QUERIES */
@media (min-width: 768px) {
  .u-datepicker-v1 .ui-datepicker-calendar th {
      padding: 0px !important;
  }
}


/*------------------------------------
  Time Lines
------------------------------------*/
[class*="u-triangle-inclusive-v1"]:not([class*="__front"]):not([class*="__back"]),
[class*="u-triangle-inclusive-v2"]:not([class*="__front"]):not([class*="__back"]) {
  position: absolute;
}
.u-triangle-inclusive-v1--right__back {
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent;
}
.u-triangle-inclusive-v1--right {
    left: -14px;
}
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
  position: relative;
}

[class*="u-timeline-v1-wrap"]::before,
[class*="u-timeline-v2-wrap"]::before,
[class*="u-timeline-v3-wrap"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}


/*------------------------------------
  Time Lines v2
------------------------------------*/
@media (min-width: 768px) {
  .u-timeline-v2-wrap::before {
    left: 16.65%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #f7f7f7;
  }
  .u-timeline-v2__icon {
    font-size: 16px;
    position: absolute;
  }
  .g-orientation-right .u-timeline-v2__icon {
    left: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .g-orientation-left .u-timeline-v2__icon {
    right: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  .g-orientation-bottom .u-timeline-v2__icon {
    top: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.u-btn-outline-primary {
    color: #72c02c;
    border-color: #72c02c;
    background-color: transparent;
    cursor: pointer;
}
.u-btn-outline-primary:hover {
    color: #fff;
    background-color: #72c02c;
}
.zoom-icon {
  cursor: pointer;
}
.zoom-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -31px 0 0 -20px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.34);
    font-family: FontAwesome;
    line-height: 1;
    content: "\f00e";
    color: #fff;
    font-size: 20px;
    padding: 10px 0 0 1px;
    text-align: center;
    cursor: pointer;
}
.zoom-icon:hover:after {
  background: rgba(253, 163, 2, 0.78);
}

.zoom-icon .pinterest {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 15px 0 0 -43px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.34);
  font-family: FontAwesome;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  padding: 10px 0 0 1px;
  text-align: center;
  cursor: pointer;
  padding: 8px 15px 8px !important;
}
.zoom-icon .pinterest:hover {
  background-color: red;
}
.zoom-icon .pinterest i {
  margin: 0 9px 0 -4px;
  font-style: normal;
}
.zoom-icon .pinterest:after {
  content: none !important;
}

#modalMail .modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  min-height: calc(100% - (1.75rem * 2));
}
#modalMail .modal-content {
  width: 100%;
}
.sign-close {
  width: 15%;
  text-align: right;
  cursor: pointer;
  padding: 5px 5px 0 0 !important;
}
.sign-preparing {
  background: url('/themes/planner/assets/img/preparing.png');
  background-size: cover;
  min-height: 100%;
  border-radius: 4px 0 0 4px;
}
.generating-progress {
  width: 85%;
  margin-bottom: 1rem;
  display: inline-block;
  margin-top: 5px;
  line-height: 25px;
  height: 25px;
}
.progress-bar {
  height: 25px !important;
}
.progress-desc {
  position: absolute;
  display: inline-block;
  left: 52%;
  font-size: .7rem;
  color: #666;
}
.progress-content-1 .desc {
  font-size: .8rem;
}
.progress-content-2 .desc {
  font-size: .8rem;
}
.read-reviews-bttn {
    background-color: #fda302;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 24px;
    font-size: 1.3rem;
}
.read-reviews-bttn:hover {
  background-color: #ef9901;
  color: #fff !important;
  text-decoration: none !important;
}
.ratings-table .read-reviews-bttn {
  font-size: 1rem;
  padding: 5px 10px;
}

.ratings-table .overall-rating-title {
  min-height: unset;
  text-decoration: none !important;
  border-bottom: 1px solid #000;
}
.ratings-table .overall-rating-title:hover {
  color: #fda302 !important;
  border-bottom: 1px solid #fda302;
}
.ratings-table .review-bttn {
  color: #72c02c !important;
}
.ratings-table .review-bttn:hover {
  text-decoration: underline !important;
}

/********* NAV LOCKED **************/
.nav-locked {
  overflow: hidden !important;
  height: 100%;
}

.nav-locked .navbar-body-lock {
  opacity: 1;
  visibility: visible;
}

.navbar-body-lock {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .8s;
  opacity: 0;
  visibility: hidden;
}
/********** FLOATING CART ************/

.block-commerce-cart {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0 !important;
    z-index: 1000;
}
#cart_content {
    position: fixed !important;
    right: -340px;
    top: auto !important;
    transform: none !important;
    left: auto !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    height: calc(100vh - 60px) !important;
    overflow-y: auto;

    background-color: #fff;
    font-size: 1rem;
    transition: all .8s;
}
.btn-cart {
    padding: 10px 10px 0 10px;
    background-color: #2bc585;
    color: #fff;
    cursor: pointer;
}
.btn-cart:hover {
    background-color: #28a571;
}
.btn-cart .u-badge-v1 {
    background-color: #fff !important;
    color: #2bc585 !important;;
}
.cart.cart-block {
    height: calc(100vh - 60px - 60px);
    overflow-y: auto;
    width: inherit;
}
.checkout-bttns {
    height: 60px;
    width: inherit;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/******************* CHECKOUT **************************/
.path-checkout .navbar {
  display: none;
}
.path-checkout .content-wrapper {
  padding-left: 0 !important;
}
.order-total-line {
  padding: 0;
}
.order-total-summary:before {
  display: block;
  content: "";
  width: 50%;
  margin-left: 50%;
  height: 1px;
  background-color: #ccc;
  margin-top: 20px;
  margin-bottom: 10px;
}
.checkout-edit-cart {
  background-color: #736194;
  color: #fff;
}
.checkout-edit-cart:hover {
    color: #fff;
    background-color: #9880c5;
}
.order-pay-bttn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 1.1em;
    background-color: #2bc585;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.order-pay-bttn:hover {
  background-color: #26a972;
  cursor: pointer;
}
#edit-shipping-info-shipments-0-shipping-method-0--wrapper {
  margin-top: 1.5rem;
}
#edit-shipping-info-shipments-0-shipping-method-0--wrapper:after {
  display: block;
  content: "";
  width: 50%;
  margin-left: 50%;
  height: 1px;
  background-color: #ccc;
  margin-top: 20px;
  margin-bottom: 10px;
}
#edit-shipping-info-shipments-0-shipping-method-0--wrapper legend {
  font-size: 18px;
  text-transform: uppercase;
  color: #736194;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}
#edit-shipping-info-shipments-0-shipping-method-0--wrapper legend:after {
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #666;
  margin-bottom: .5em;
  margin-top: .3em;
}


/******************* CART ***********/
.cart.cart-form .field--type-commerce-price {
  color: #666;
  background: none;
  border: 0;
  margin: 0 auto;
  display: block;
}
.cart.cart-form .form-actions {
  text-align: right;
  margin-top: 1em;
}
.cart.cart-form .form-actions .form-submit {
  background: none;
  color: #666;
  border: 0;
  font-size: 1em;
}
.cart.cart-form .form-actions #edit-checkout,
.cart.cart-form .form-actions #edit-checkout--2 {
  background-color: #fda302;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
}

/******************* PREMIUM PLANNER LANDING ***********/
.title-underline:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ccc;
    margin: 10px auto 0;
}
.field--type-commerce-price {
  display: inline-block; 
  color: #14b26e;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: middle;
  border: 1px solid #CCC;
  border-radius: 4px 0 0 4px;
  padding: 0 15px;
  background-color: #fafafa;
}
.commerce-order-item-dc-ajax-add-cart-form {
  display: inline-block;
}
.commerce-order-item-dc-ajax-add-cart-form .form-group {
  margin-bottom: 0;
}
.commerce-order-item-dc-ajax-add-cart-form .form-submit {
  height: 42px;
  margin-left: -5px;
  border-radius: 0 4px 4px 0;
  border: 1px solid #28a745;
  padding: 0 50px;
  text-transform: uppercase;
  font-size: .8rem;
}
.planner-feature-block {
    background-color: #fafafa;
    height: 100%;
}
.planner-feature-block-white {
    background-color: #fff;
    height: 100%;
    /*box-shadow: 4px 4px 8px #00000008;*/
}
.planner-feature-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #8559ad;
}
.planner-features .planner-feature .planner-feature-title:before {
    color: #ccc;
    font-size: .95rem;
    padding-right: 5px;
}
.planner-features .planner-feature:nth-child(1) .planner-feature-title:before {
  content: '01.';
}
.planner-features .planner-feature:nth-child(2) .planner-feature-title:before {
  content: '02.';
}
.planner-features .planner-feature:nth-child(3) .planner-feature-title:before {
  content: '03.';
}
.planner-features .planner-feature:nth-child(4) .planner-feature-title:before {
  content: '04.';
}
.planner-features .planner-feature:nth-child(5) .planner-feature-title:before {
  content: '05.';
}
.planner-features .planner-feature:nth-child(6) .planner-feature-title:before {
  content: '06.';
}

.premium-faq .fa-question {
  background-color: #fafafa;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #bdbcb7;
}
.premium-faq-answer {
    padding-left: 58px;
}

/************ PREMIUM ACCESS *************/
span.or {
  color: #999;
}
.offer-title {
  font-size: 1rem;
  font-weight: 600;
  
  margin: .5rem 0;
}
.offer-title span {
  color: #ffb100;
}
.checkbox i {
  color: #ffb100;
  font-size: 1.5em;
  margin-right: .4rem;
}
.premium-access .buybttn button {
  background-color: #fd8d02;
  border-color: #fd8d02;
  font-size: .9rem;
}
.premium-access .buybttn button:hover {
  background-color: #ffb100;
  border-color: #ffb100;
}
.premium-access .buybttn .field--type-commerce-price {
  color: #ffb100;
}

/************ COMPLETED ORDER ************/
.ordered-item h2 {
  font-size: 1.5rem;
}
.ordered-item-dates {
  font-size: 1rem;
}

.premium-access-thank-you {
  font-size: 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.premium-access-thank-you .title {
  font-size: 1.3rem;
}
.profile-purchase-title:before {
  display: none;
}
.profile-purchases .js-date-wrapper {
  justify-content: left !important;
}
.profile-purchases {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #ccc;
}
.profile-title {
    text-transform: uppercase;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2em;
}
.purchase-image {
    border: 2px solid #eaeaea;
}


/******** Offer modal *********/
#modalMultistep .field--type-commerce-price {
  border: 0;
  background: none;
  line-height: normal;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
  border-radius: 0;
  display: inline;
}
.offer-switch {
  font-size: 1.05rem;
  border-radius: 9px;
  background-color: #fafafa;
}
.offer-switch .custom-switch {
  padding-left: 0;
  text-indent: -99999em;
}
.offer-switch .custom-control-label {
  background-color: transparent !important;
  top: 0 !important;
  left: 0 !important;
  cursor: pointer;
}
.offer-switch .custom-control-input:checked~.custom-control-label::before {
  border-color: #28a745;
   background-color: #28a745;
}
.offer-switch .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
  border-color: #adb5bd;
}
.download-free {
  position: relative;
}
#modalMultistep .download-free button.dropdown-toggle {
    font-size: 1.1em;
    color: #2f2fd5 !important;
    border-bottom: 1px dashed #ccc;
    margin-top: 1em;
    padding: 0em;
}
#modalMultistep .download-free .dropdown-menu {
    font-size: .85em;
    color: #7d7d7d !important;
    min-width: 10rem;
    right: 0;
    left: auto !important;
    position: relative !important;
    width: 100%;
    transform: none !important;
    border: none !important;
    text-align: center;
    margin-top: 10px;
}
#modalMultistep .download-free .dropdown-menu .dropdown-item {
  cursor: pointer;
  font-size: 1.4em;
  display: inline-block;
  background-color: #5f5fdf;
  color: #fff;
  width: auto;
  border-radius: 4px;

}
#modalMultistep .commerce-order-item-dc-ajax-add-cart-form .form-submit {
  border-radius: 4px;
  font-size: 1.15em;
}
#modalMultistep .offer-details {
  font-size: .8rem;
}
.progress-content-1 .desc {
    font-size: .95rem;
}
.waiting-spinner {
  margin: 10px;
  font-size: .9em;
  padding: 10px 20px;
  background-color: #fafafa;
  display: inline-block;
  border-radius: 4px;
}
.profile-purchases .js-send-pdf {
  display: none !important;
}


/************* ETSY LANDING *************/
.etsy-landing {
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 100px;
}
.etsy-landing .breadcrumb {
  display: none;
}
.etsy-landing .form-email {
  font-size: 1.3rem;
  padding: .6em 1em;
}
.etsy-landing .form-email:focus {
  border-color: #37b371;
}
.etsy-landing .form-submit {
  font-size: 1.1rem;
  padding: .6em 2em;
  text-transform: uppercase;
  background-color: #37b371;
  color: #fff;
}
.etsy-landing .form-submit:hover {
  background-color: #289c5e;
}
.etsy-landing .checkbox i {
    color: #8559ad;
    font-size: 1.5em;
    margin-right: .4rem;
}
.inline-premium-btn .commerce-order-item-dc-ajax-add-cart-form {
  padding: 0 0 0 5px;
}
.inline-premium-btn .commerce-order-item-dc-ajax-add-cart-form .form-submit {
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
}
.inline-premium-btn .field--type-commerce-price {
    border-radius: 0 4px 4px 0;
    margin-left: -5px;
}
.inline-premium-btn.with-sale .field--name-list-price {
  border: 0;
  background-color: transparent;
  color: #b22a14;
  text-decoration: line-through;
  line-height: 3rem;
}
.inline-premium-btn.with-sale .field--name-price {
  border: 0;
  background-color: transparent;
  color: #14b26e;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3rem;
  padding: 0;
}
.customer-premium-sale {
    padding: 2rem;
    background-color: #fafafa;
    border-radius: .5rem;
    border: 2px dashed #22b74438;
    font-size: 1rem;
}
.yellow-marker {
    background-color: #fffa5a;
    padding: 3px 5px;
}
.inline-premium-btn.with-sale .commerce-order-item-dc-ajax-add-cart-form .form-submit {
  border-radius: 4px;
  margin-left: 0;
}

.customize-cover-holder {
  max-width: 100%;
  overflow-x: scroll;
  /*flex-wrap: nowrap;*/
  white-space: nowrap;
}
.customize-cover-holder .custom-cover:hover {
  cursor: pointer;
}
.customize-cover-holder .custom-cover:after {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font: normal normal normal 14px/1 FontAwesome;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 40px;
  color: #fda302;
  text-shadow: 0px 0px 10px #00000052;
}
.customize-cover-holder .custom-cover:hover:after {
  color: #fff;
  content: "\f00c";
}
.customize-cover-holder .custom-cover.active:after {
  color: #fda302;
  content: "\f00c";
}
.customize-cover-holder .custom-cover {
  max-width: 70px;
  display: inline-block;
  width: auto;
}
@media all and (min-width: 768px){
  .customize-cover-holder .custom-cover {
    max-width: 58px;
  }
}
.customize-cover-section {
    border: 1px solid #ccc;
    margin-bottom: 1em;
}
.cat-link-wrapper {
  padding: 1rem;
  background-color: #fafafa;
  border: 2px solid #fff;
}
.cat-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cat-link a {
    color: #8559ad;
}
/************* PHYSICAL LANDING ************/
.gray-bg {
  background-color: #fafafa;
}
.wire-planner-features {
  background-color: #fafafa;
}
.wire.add-to-cart .commerce-order-item-dc-ajax-add-cart-form {
  display: block;
  padding-right: 0;
}
.wire.add-to-cart .commerce-order-item-dc-ajax-add-cart-form .form-submit {
  width: 100%;
  border-radius: 4px;
  margin-left: 0;
}
@media all and (min-width: 768px) {
  .wire.add-to-cart .commerce-order-item-dc-ajax-add-cart-form .form-submit {
    width: auto;
  }
}

.wire.add-to-cart .commerce-order-item-dc-ajax-add-cart-form .form-submit {
  font-size: 1.05rem;
}
.wire.add-to-cart .field--name-list-price {
  background-color: transparent;
  border: 0;
  color: #c10606;
  text-decoration: line-through;
  padding: 0 10px 0 0;
}
.field--name-price {
  background-color: transparent;
  border: 0;
  font-size: 1.5em;
  padding: 0 10px;
}
/*.physical-gallery {
    background-color: #fafafa;
}*/
/*.physical-gallery .collection-images-pager {
	border-bottom: 1px solid #ccc;
}*/
.physical-gallery .big-image {
	border-top: 4px solid #fda302;
}
.physical-gallery .collection-images-pager .slick-slide {
	border-radius: 5px 5px 0 0;
	background-color: #8559ad;
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    margin-right: 3px;
    cursor: pointer;
}
.physical-gallery .collection-images-pager .slick-slide:hover {
	background-color: #9560c5;
}
@media all and (min-width: 768px) {
  .physical-gallery .collection-images-pager .slick-slide {
    font-size: 1.05rem;
  }
}
.physical-gallery .collection-images-pager .slick-slide.slick-current,
.physical-gallery .collection-images-pager .slick-slide.slick-current:hover {
	background-color: #fda302;
}
.physical-gallery .big-image .slick-track {
  background-color: #c8d6ce;
}
/*.physical-gallery .original-style .slick-track {
  background-color: #abc1b4;
}
.physical-gallery .casual-style .slick-track {
  background-color: #aacbde;
}
.physical-gallery .floral-style .slick-track {
  background-color: #f19abc;
}*/

.spread-desc {
    background-color: #fff;
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #0000000d;
    border-radius: 5px;
}
.spread-desc .title {
  margin-bottom: .5em;
}
.spread-desc .title span {
  font-size: 1.3em;
  border-bottom: 1px dashed #ccc;
  color: #916ab5;
}
.spread-desc .desc {
  margin-bottom: 1rem;
}

#collection-images-pager-7777 .slick-track {
  transform: none !important;
}

/************** CHECKOUT ****************/
.form-item input, .form-item select {
  font-size: 15px;
}
#edit-review-contact-login .panel-title {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: .5rem;
}

.checkout-pane-payment-information .panel-heading, .checkout-pane-shipping-information .panel-heading {
  /*display: none;*/
  margin-bottom: 1rem;
}
span.checkout-original-price {
    text-decoration: line-through;
    color: #c00;
}
span.checkout-sale-price {
    color: #00bb17;
    font-size: 1.2em;
    padding-left: 10px;
}
.discount-label {
    color: #00bb3c;
}


.checkout-pane-payment-information .input-group select {
  -webkit-appearance: menulist;
}
#edit-payment-information-billing-information .form-item, 
#edit-shipping-info .form-item {
  display: inline-block;
  width: 50%;
  margin-right: -4px;
  padding-right: 10px;
  position: relative;
}
.checkout-pane-contact-login .form-item {
  position: relative;
  padding-right: 10px;
}
.checkout-pane-contact-login .form-item input {
  margin-top: .25rem;
}
#edit-contact-login-pass-wrapper-pass--description {
  font-size: 0.78571rem !important;
}

#edit-payment-information-billing-information .country-code .form-item, #edit-shipping-info .country-code .form-item {
  width: 100%;
  display: block;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 0;
}
#edit-payment-information-billing-info .country-code .form-item,
#edit-payment-information-billing-info .select-wrapper,
#edit-shipping-info .country-code .form-item,
#edit-shipping-info .select-wrapper {
  width: 100% !important;
}

.checkout-pane-payment-information .control-label, 
#edit-shipping-info .control-label, 
.checkout-pane-contact-login .control-label {
    position: absolute;
    font-size: .75rem;
    padding: 3px 4px 3px 4px;
    background-color: #fff;
    top: -10px;
    left: 8px;
    color: #aaa;
    z-index: 1;
}

#edit-shipping-info .form-type-select .control-label {
  top: -14px;
}

.search-results-page {
	background-color: #fafafa;
}
.bg-white {
	background-color: #fff;
}
.block-title-border {
	font-size: 18px;
	text-transform: uppercase;
}
.block-title-border:before {
	display: none;
}
.block-title-border:after {
	display: block;
	content: "";
	height: 1px;
	width: 50px;
	background-color: #666;
    margin-bottom: .5em;
    margin-top: .3em;
}
.search-results-page .result-types a {
	border-bottom: 1px dotted;
	text-decoration: none !important;
	display: inline-block;
    margin-bottom: .3em;
}
.search-results-page .result-types a:hover {
	border-bottom: 1px dotted;
	text-decoration: none !important;
}
.search-results-page .printed-planners p.h4 {
	font-size: 1.15em;
	text-align: center;
}
.search-results-page .printed-planners .read-reviews-bttn {
	font-size: 1.1em;
    display: inline-block;
    margin-bottom: .3em;
    padding: .3em 1.5em;
}
.search-results-page .result-styles .style-icon {
	max-width: 77px;
	border: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}
.search-results-page .result-styles .active .style-icon {
	border: 1px solid #fda302;
}
.search-results-page .result-styles .active .style-icon:after {
	content: "\f00c";
	font: normal normal normal 9px/1 FontAwesome;
	position: absolute;
	top: -7px;
    right: -7px;
    border-radius: 50%;
    background-color: #fda302;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
.search-results-page .result-styles .style-name {
    text-align: center;
    font-size: .85em;
    padding-top: .2em;
    color: #759592;
}
.search-results-page .result-related a {
	display: inline-block;
    padding: 4px 10px;
    background-color: #8559ad;
    color: #fff;
    border-radius: 5px;
    font-size: .85em;
    margin-bottom: .3em;
}
.search-results-page .result-related a:hover {
	text-decoration: none !important;
	background-color: #5a337d;
}
.search-term {
    font-size: 2em;
    color: #8559ad;
}
.search-term:after {
	display: block;
    content: "";
    height: 1px;
    width: 100px;
    background-color: #fda302;
    margin-bottom: .5em;
    margin-top: .3em;
}
.block-cp-search {
    display: flex;
    align-items: center;
}
.block-cp-search .search-query {
	font-size: .9em;
}
.block-cp-search .btn-search {
	color: #8559ad;
}
.block-cp-search .btn-search:hover {
	color: #fda302;
}

.planner-main-features {
    margin-top: -25px;
    margin-bottom: 20px;
}
.planner-main-features span {
    font-size: .8rem;
    margin-right: 10px;
}
.planner-main-features span:after {
  content: "•";
  margin-left: 10px;
}
.planner-main-features span:last-child:after {
  content: "";
}

.get-premium-form-holder {

}
.get-premium-form-holder .offer-image {
}
.get-premium-form-holder .offer-desc {
    
    padding: 20px 10px;
    font-size: 1.1rem;
}
.get-premium-form-holder .offer {
    justify-content: center;
    padding: 20px 10px;
}
.block-quotes {
  background-image: url('/themes/planner/assets/img/get-premium/quote.png');
    background-color: #dbdbfd;
    font-size: 1.4rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: -30px 15px;
    padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.block-quotes .sign {
  font-size: 1.1rem;
    color: #666;
    font-style: italic;
}
.block-quotes .sign:before {
  display: block;
    width: 4rem;
    height: 1px;
    border-top: 1px dotted #f6d11b;
    content: '';
    clear: both;
    margin: 20px auto 10px;
}
.block-quotes .quote-author {
  text-align: center;
  padding-bottom: 1.5rem;
}
.block-quotes .quote-author img {
  border-radius: 50%;
  max-width: 65px;
  border: 3px solid #bed6da;
}

.premium-header-wrapper {
  background: url('/themes/planner/assets/img/get-premium/header/header_1500x550.jpg');
  background-size: cover;
  padding-top: 100px !important;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #132d20;
  position: relative;
}
.premium-header-wrapper .offer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}
.premium-header-wrapper .offer-sub1 {
    font-size: 1.4rem;
    color: #fff;
}
.premium-header-wrapper .offer-sub2 {
    font-size: .9rem;
    text-transform: uppercase;
    padding: 0 0 3px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    /*border-bottom: 1px dotted;*/
}
.offer-calc {
  display: block;
  width: 100%;
  color: #fff;
  font-size: .8rem;
  margin-top: 10px;
}
.premium-sub-line {
  text-align: center;
  font-size: 1rem;
  padding: 15px;
  width: 100%;
  background-color: #7cb19f;
  color: #fff;
}
.features-icons img {
  max-width: 100px;
}
.features-icons  .feature-title {
  font-size: 1rem;
  margin-top: .8rem;
}
.premium-header-wrapper .commerce-order-item-dc-ajax-add-cart-form,
.bottom-offer .commerce-order-item-dc-ajax-add-cart-form {
  padding: 0;
}
.premium-header-wrapper .commerce-order-item-dc-ajax-add-cart-form button,
.bottom-offer .commerce-order-item-dc-ajax-add-cart-form button {
  font-size: 1.1rem;
  padding: 0 20px;
}
.premium-header-wrapper .commerce-order-item-dc-ajax-add-cart-form button:hover,
.bottom-offer .commerce-order-item-dc-ajax-add-cart-form button:hover {
  background-color: #fda302;
  border-color: #fda302;
}
.premium-header-wrapper .field--name-price,
.bottom-offer .field--name-price {
  background-color: #1f9439;
  border: 1px solid #1f9439;
  color: #fff;
  font-size: 1.2rem;
  padding: 0 12px;
}
.block-quotes.premium {
  background-color: #e4f3e0;
}

.bonus-features .title {
  font-size: 1.3rem;
}
.bonus-features i {
    font-size: 3rem;
    color: #8559ad;
    margin-bottom: 1rem;
}
.bottom-offer-text {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fafafa;
}
.bottom-offer-text .highlighted {
    border-bottom: 2px solid #fda302;
    font-weight: 600;
}
.block-header-center {
  position: relative;
}
.block-header-center span:after {
  position: absolute;
  bottom: 0;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 1px;
  left: 0;
  border-bottom: 1px dotted #666;
  content: '';
}
.block-header-center span {
  border-bottom: 2px solid #666;
  font-size: 1.8rem;
}
.block-header-gray-bg {
  background-color: #fafafa;
  font-size: 1.5rem;
}
.premium-landing-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.premium-landing-logo img {
  max-width: 180px;
  border-bottom: 1px dotted #28a745;
}
@media all and (min-width: 768px){
  .premium-header-wrapper {
    background: url('/themes/planner/assets/img/get-premium/header/header_1500x550.jpg');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #132d20;
    position: relative;
  }
}
.right-column {
  padding-top: 2.7rem;
}
.cat-holder {
  position: relative;
  display: inline-block;
}
.left-column {
    text-align: right;
}
.right-column {
    text-align: left;
}
.cat-title {
    background-color: #fafafa;
    padding: 7px 30px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.35rem;
    color: #8559ad;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 10px;
}
.cat-count {
    display: block;
    background-color: #ececec;
    border-radius: 50%;
    color: #fd8102;
    font-size: 25px;
    line-height: 60px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    font-weight: bold;
    text-align: center;
}
.left-column .cat-title {
  text-align: right;
  padding-right: 70px;
  margin-right: 15px;
}
.right-column .cat-title {
  text-align: left;
  padding-left: 70px;
  margin-left: 15px;
}
.right-column .cat-count {
  right: auto;
  left: 0;
}
.premium-categories {
  background-color: #f2f2f2;
	background: linear-gradient(90deg, #f2f2f2 50%, #fff 51%);
}
.premium-categories .categories-content {
  background-color: #fff;
}
.premium-categories ul {
  margin-left: 0;
  padding-left: 0;
  color: #8559ad;
  font-size: 18px;
}

.premium-categories li {
  padding: 7.5px 15px;
  list-style-type: none;
  cursor: pointer;
}

.premium-categories li:hover {
  background-color: #fff7;
}

.premium-categories li span {
  position: absolute;
  right: 20px;
  color: #fd8102;
  font-weight: 500;
}

.premium-categories .active,
.premium-categories .active:hover {
  background-color: #fff;
}

.premium-categories .more_template {
  color: #8559ad;
  font-weight: 500;
}
.premium-categories .categories-content > .row > div {
  display: none;
}
.premium-categories .categories-content > .row .cat-active {
  display: block;
}
#accordion .card {
  border: 0;
}

#premium-categories-mobile {
  width: 100%;
}
#premium-categories-mobile button {
  border: 0;
  background-color: #f2f2f2;
  color: #8559ad;
  cursor: pointer;
}

#premium-categories-mobile button:focus {
  outline: none;
}

#premium-categories-mobile button span:nth-child(1) {
  color: #fd8102;
  font-weight: 500;
}

#premium-categories-mobile button[aria-expanded = 'false'] i {
  position: absolute;
  right: 30px;
  top: 13px;
  transform: rotate(180deg);
  transition: all .2s;
}
#premium-categories-mobile button[aria-expanded = 'true'] i {
  position: absolute;
  right: 30px;
  top: 13px;
  transform: rotate(0deg);
  transition: all .2s;
}

#premium-categories-mobile .card-body {
  display: flex;
  max-width: 100vw;
  overflow-x: auto;
  padding: 10px;
}

#premium-categories-mobile .template-wrapper {
  min-width: 150px;
  display: block;
  padding: 0 10px 0 0;
}
span.etsy-rating {
  font-size: 18px;
  color: #fca301;
  border: 0;
}
.etsy-reviews .review {
  text-align: center;
}
.etsy-reviews .review img {
  max-width: 800px;
  width: 100%;
}


#modalDownload .sign-form .btn {
  white-space: nowrap;
}
#block-couponbanner .alert {
    background-color: #ff8a00;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.customer-faq .card-block {
  border-bottom: 1px solid #ccc;
}
.customer-faq .card-block:last-child {
  border-bottom: 0;
}
.customer-faq .contents a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.customer-faq .contents a:hover {
  text-decoration: none;
  border-bottom: 1px dolid;
}

/*************** Comments ***********/
.comment-wrapper .indented {
    margin-left: 3em;
}
img.comment-author-img {
    max-width: 35px;
    margin-right: 10px;
}
.comment-body {
  background-color: #fafafa;
  padding: 7px 20px 0 20px;
  border-radius: 7px;
  margin-top: 5px;
}
.comment-controls {
  border-left: 1px dotted #ccc;
}
.comment-control {
    margin-right: 10px;
    font-size: 0.7rem;
}
.offer .price-orig .field--name-list-price,
.modal-price-orig .field--name-list-price {
  color: #b10000;
  text-decoration: line-through;
  font-size: 1.15rem !important;
  background: none;
  border: 0;
  margin-top: 2px;
  font-weight: 900;
}
.offer .price-orig {
  display: block;
  width: 100%;
}
.offer .price-orig .field--name-list-price {
  text-align: center;
  color: #ffc0c0;
  font-size: 1.5rem !important;
}

/*********** SOCIAL SHARING BUTTONS **********/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}
.resp-sharing-button__link:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}
.resp-sharing-button:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: middle;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}


.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}
/************** END OF SOCIAL BUTTONS ***********/

.alert.alert-etsy-review {
    background-color: #3d9592;
    color: #fff;
}
.alert.alert-etsy-review a {
    color: #d4edda;
    text-decoration: underline;
}
.alert.alert-etsy-review a:hover {
    color: #fff;
    text-decoration: underline;
}
.alert-premium-access {
    background-color: #f1f0ef;
    color: #3d9592;
}
.alert-premium-access a {
    color: #00bbb5;
    text-decoration: underline;
}
.alert-premium-access a:hover {
    color: #000;
    text-decoration: underline;
}
/*****Recently added block ******/
.recently-added-list {
  padding: 0;
  list-style-type: none;
}
.recently-added-list li {
  border-bottom: 1px dotted #dedede;
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-size: 14px;
}
.recently-added-list li:last-child {
  border: none;
}


.free-promo-valid {
  background-color: #fafafa;
}
.free-promo-valid .date {
  background-color: #8559ad;
  color: #fff;
}
.free-promo-not-valid {
  background-color: #fd5302;
  color: #fff;
}
.g-right-10 {
    right: .7rem !important;
}

.download-file-bttn {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #8559ad;
    font-weight: 600;
    border-radius: 6px;
}
.download-file-bttn:hover {
  background-color: #f1f1f1;
  color: #fda302;
  text-decoration: none;
}


.acess-notificator {
  background-color: #efefef;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  color: #ff6b00;
  text-transform: uppercase;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.acess-notificator .fa-check {
  color: #fe6a02;
}
.acess-notificator .fa-close {
  color: #afafaf;
}
.acess-notificator .premium-cat-link {
  background-color: #f5f5f5;
  padding: 5px 15px;
  border-radius: 4px;
  width: 100%;
  margin: 5px 5px 0 0;
}
.acess-notificator .premium-cat-link:hover {
  text-decoration: none;
  background-color: #fff;
}
@media all and (min-width: 768px){
  .acess-notificator {
    width: auto;
  }
  .acess-notificator .premium-cat-link {
    width: auto;
  }
}

/******* Generated links in collections *********/

.generated-links-collection {
  background-color: #eaf0ff;
  border-radius: 5px;
}

.generated-links-collection .gen-template-months,
.generated-links-collection .gen-template-years {
  padding: 5px 0;
}
.generated-links-collection .gen-template-months {
  margin-left: 10px;
}
.generated-links-collection .gen-template-years {
  margin-left: 15px;
  border-left: 1px solid #c7bbea;
  padding-left: 10px;
}
.generated-links-collection .gen-month,
.generated-links-collection .gen-year {
  border-bottom: 0;
}
.generated-links-collection .gen-month-current,
.generated-links-collection .gen-year-current {
  border-bottom: 2px solid #a795ce;
}
.generated-links-collection .gen-month-current:after,
.generated-links-collection .gen-year-current:after {
  border-bottom: 4px solid #a795ce;
}
.generated-links-collection a {
  color: #5f10a2;
}
.generated-links-collection a:hover {
  color: #000;
}

/*********** All in one premium landing **********/
#digital-planners-content {
  display: flex;
  max-width: 100%;
  overflow-x: scroll;
  flex-wrap: nowrap !important;
}
@media all and (min-width: 781px){
  #digital-planners-content {
    display: flex;
    max-width: inherit;
    overflow-x: unset;
    flex-wrap: wrap !important;
  }
}
.whats-inside-header {
  font-size: 2.5em;
  text-transform: uppercase;
}
.whats-inside-header span {
  background-color: #f3f3f3;
  color: #ff8300;
  padding: 10px 40px;
  border-radius: 5px;
}
/* .digital-planner-wrapper {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media all and (min-width: 781px){
  .digital-planner-wrapper {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media all and (min-width: 1200px){
  .digital-planner-wrapper {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }
} */


/***** user-orders ****/
.renew-expired-premium .field--name-list-price {
  color: #b52d2d;
  text-decoration: line-through;
  font-size: 1rem;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.renew-expired-premium .form-submit {
  border-radius: 5px;
  font-size: 1.1rem;
  background-color: #16b16e;
}
#ui-datepicker-div, .month-picker.ui-datepicker {
  z-index: 12 !important;
}