@charset "UTF-8";
/**
* Theme Name: Utterly Printable
* Author: Nibbr Limited (contact@nibbr.co.uk)
* Version:1.0.0.0
*/
/**
* some dev functions to remove upon completion
*/
a:focus {
  outline: none !important;
}

.text {
  color: blue;
}

/*
import _typography
*/
/*
*
*
*/
body {
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

.wpb_text_column p, #welcome-text {
  font-size: 0.875em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
}

#welcome-text {
  line-height: 23px;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=text], input[type=email], input[type=password], input[type=tel], select, textarea, .telephone-input {
  border: 1px solid #d3aa59;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 12px 10px;
}

header #header-left-col {
  padding-top: 50px;
}

header #header-left-col #search-form {
  max-width: 350px;
}

header #header-middle-col {
  padding-top: 10px;
}

header #header-middle-col a {
  text-decoration: none;
}

header #header-right-col {
  padding-top: 35px;
}

header#mobileheader {
  display: none;
}

/*
Main Navigation Styles
*/
#top-menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
  padding-top: 15px;
}

#top-menu li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid #cf9b47;
  padding-right: 10px;
  padding-left: 10px;
}

#top-menu li:last-child {
  border-right: 0;
  padding-right: 0;
}

#top-menu li a {
  color: #d3aa59;
  cursor: pointer;
}

#top-menu li.like-button a {
  color: gray;
}

#top-menu #top-menu-cart {
  position: relative;
}

#top-menu #top-menu-cart #cart-icon-number-wrap {
  position: absolute;
  background-color: #636564;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  padding: 2px 7px;
  text-align: center;
  top: -13px;
  left: 3px;
  font-size: 10px;
}

#top-menu #top-menu-cart #cart-icon-number-wrap #cart-icon-number {
  position: relative;
}

#top-menu #top-menu-like {
  position: relative;
}

#top-menu #top-menu-like #liked-designs-icon-number-wrap {
  position: absolute;
  background-color: #636564;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  padding: 2px 7px;
  text-align: center;
  top: -13px;
  right: 3px;
  font-size: 10px;
}

#top-menu #top-menu-like #liked-designs-icon-number-wrap #liked-designs-icon-number {
  position: relative;
}

/*#main-nav{
  border-bottom: 1px solid #cf9b47;
  border-top: 1px solid #cf9b47;
  margin-top:10px;
}

#main-nav #main-nav-items ul#main-nav-items-list{
  margin:0;
  padding:0;
  display:table;
  margin:auto;
}

#main-nav #main-nav-items #main-nav-items-list li{
  list-style:none;
  display:inline-block;
  position: relative;
}

#main-nav #main-nav-items #main-nav-items-list li a{
  color:black;
  font-family:'Raleway', sans-serif;
  font-weight:700;
  text-transform:uppercase;
  padding:15px 10px;
  font-size:12px;
  display:block;
  cursor:pointer;
}

#main-nav #main-nav-items #main-nav-items-list li a:hover{
  text-decoration:none;
}

#main-nav #main-nav-items #main-nav-items-list li:first-child a {
  padding-left: 0;
}

#main-nav #main-nav-items #main-nav-items-list li:last-child a {
  padding-right: 0;
}

#main-nav #main-nav-items #main-nav-items-list li .main-nav-sub-list{
  display: none;

}

#main-nav #main-nav-items #main-nav-items-list li .main-nav-sub-list li{
  display:block;
}




#main-nav #main-nav-dropdowns{
  position:absolute;
  width:100%;
  background-color:white;
  z-index:9999;
  border-bottom:1px solid #cf9b47;
}

#main-nav #main-nav-dropdowns .main-nav-dropdown{
  display:none;
  padding:20px;
  margin:auto;
}

#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list{
  margin:0;
  padding:0;
}

#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list li{
  list-style:none;
  padding-bottom:5px;
  font-size:0.875em;
}
#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list a {
  color: #d4ab5b;
  display: block;
}

#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list a:hover{
  text-decoration:none;
}

#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list .main-nav-dropdown-items-list-heading{
  padding-bottom:15px;

}
#main-nav #main-nav-dropdowns .main-nav-dropdown ul.sub-menu-items li a{
  color:#000000;
}
#main-nav #main-nav-dropdowns .main-nav-dropdown .main-nav-dropdown-items-list .main-nav-dropdown-items-list-heading a{
  color:black;
  font-weight:700;
  font-family:'Raleway', sans-serif;
}
#main-nav #main-nav-dropdowns .dropdown-image-wrapper{
  width:50%;
  margin:0 auto;
}
#main-nav #main-nav-dropdowns  img{
  width:100%;
}
*/
#main-nav {
  border-bottom: 1px solid #cf9b47;
  border-top: 1px solid #cf9b47;
  margin-top: 10px;
}

#main-nav .menu-container {
  width: 100%;
  background: white;
  margin: auto;
}

#main-nav-items .menu > ul {
  display: table;
  margin: auto;
  width: auto;
  max-width: 1055px;
}
#main-nav-items .menu > ul li img {
  width: 246px;
  display: inline-block;
}

@media only screen and (max-width: 959px) {
  #main-nav-items .menu > ul {
    display: none;
  }
  #main-nav-items .menu > ul.show-on-mobile {
    display: table;
  }
}
#main-nav-items .menu > ul > li {
  background: white;
  max-width: 110px;
}
#main-nav-items .menu > ul > li.stationery-menu {
  max-width: 140px;
}
#main-nav-items .menu > ul > li.coa-menu {
  max-width: 145px;
}
#main-nav-items .menu > ul > li.cc-menu {
  max-width: 105px;
}

#main-nav-items .menu > ul > li a {
  color: black;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 15px;
  font-size: 11px;
  display: block;
  cursor: pointer;
  text-align: center;
}

#main-nav-items .menu > ul > li:first-child a {
  padding-left: 0;
}

#main-nav-items .menu > ul > li:last-child a {
  padding-right: 0;
}

#main-nav-items .menu > ul > li > ul {
  background: white;
  padding: 20px 0px;
  border-bottom: 1px solid #d4ab5a;
  height: 320px;
}
#main-nav-items .menu > ul > li > ul.big > li:first-child {
  width: 25%;
}
#main-nav-items .menu > ul > li > ul.big > li:first-child ul {
  padding-top: 10px;
}
#main-nav-items .menu > ul > li > ul.big > li:last-child {
  width: 75%;
  text-align: right;
}
#main-nav-items .menu > ul > li > ul.big > li:last-child a {
  display: inline-block !important;
  width: 246px;
}
#main-nav-items .menu > ul > li > ul.big > li:last-child a:first-child {
  margin-right: 20px;
}

#main-nav-items .menu > ul > li > ul > li {
  padding: 0;
  position: relative;
  z-index: 2;
}

#main-nav-items .menu > ul > li > ul > li a {
  font-weight: normal;
  border: 0;
  padding: 5px 0 !important;
  text-align: left;
}

#main-nav-items .menu > ul > li > ul > li a.main-nav-heading {
  font-weight: bold;
}

#main-nav-items .menu > ul > li > ul > li > ul > li {
  padding: 0;
}

#main-nav-items .menu > ul > li > ul > li a {
  padding: 5px;
  font-weight: 600;
}

#main-nav-items ul > li > ul > li > ul.main-nav-sub-list a {
  color: #d4ab5a;
  font-weight: normal;
  padding: 2px !important;
}

#main-nav-items .menu > ul > li > ul:before {
  position: absolute;
  background: white;
  left: 0;
  top: 0;
  padding-left: 999999px;
  margin-left: -99999px;
  height: 320px;
  border-bottom: 1px solid #d4ab5a;
  z-index: 1;
  box-shadow: -3px 9px 7px -5px #555;
}

#responsive-menu {
  width: 100%;
  display: none;
  border-bottom: 1px solid #d3aa59;
  position: relative;
}
#responsive-menu #headerRight {
  display: flex;
}
#responsive-menu div:first-of-type {
  display: flex;
  justify-content: space-between;
}
#responsive-menu a {
  padding: 5px 10px;
}
#responsive-menu .btn {
  margin: 10px auto;
}
#responsive-menu #repsondMenuDropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 9999;
  width: 100%;
}
#responsive-menu li a {
  color: #0f0f0f;
}
#responsive-menu #utterlyLogoFont {
  font-family: "Pacifico", cursive;
  font-weight: bold;
  font-size: 1.25em;
  color: #000000;
}

img.logo, #paper-stock-header img, #paper-stock img, .product-list-available-print-options span {
  display: block;
  margin: 0 auto;
}

.product-list-available-print-options span.yellow-text {
  display: inline-block;
  color: #bc9d4e;
  font-weight: normal;
}

img.logo {
  max-width: 300px;
}

#search-button {
  border: 1px solid #d3aa59;
  height: 34px;
  padding-left: 33px;
  border-left: 0px !important;
}

h3.slogan {
  text-align: center;
  font-size: 0.8125em;
  color: #fc4a11;
  font-weight: bolder;
  padding-top: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

/** front page select box **/
.front-page-select-wrapper {
  width: 50%;
  margin: 20px auto;
}

.front-page-select-wrapper .bootstrap-select button {
  border: 2px solid #d1fbd0;
  text-align: center;
}

.front-page-select-wrapper .bootstrap-select button span,
.bootstrap-select ul li a {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center !important;
  color: #000;
  letter-spacing: 1px;
}

.front-page-select-wrapper .bootstrap-select button span.text {
  color: #000 !important;
}

/*
Product Category Banners
*/
#featured-image-wrapper {
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#featured-image-wrapper.featured-image-wedding-invitations-for-whatsapp {
  background-image: url("img/cover_images/wedding-invitations-for-whatsapp-banner.png");
}
#featured-image-wrapper.featured-image-save-the-date-for-whatsapp {
  background-image: url("img/cover_images/save-the-date-for-whatsapp-banner.png");
}
#featured-image-wrapper.featured-image-birth-announcements-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-birth-announcements-banner.png");
}
#featured-image-wrapper.featured-image-funeral-announcements-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-funeral-announcement-banner.png");
}
#featured-image-wrapper.featured-image-christening-invites-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-christening-invitations-banner.png");
}
@media (max-width: 1024px) {
  #featured-image-wrapper {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin: auto;
    padding: 0 15px 0 15px;
    flex-wrap: wrap;
    background: none !important;
  }
}
#featured-image-wrapper h1 {
  font-size: 30px;
  margin: 0;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 600;
  margin-top: 0;
  line-height: 35px;
}
@media (min-width: 1025px) {
  #featured-image-wrapper h1 {
    background: none !important;
  }
}
@media (max-width: 1024px) {
  #featured-image-wrapper h1 {
    font-size: 1.2em;
    color: black;
    display: block;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 40px;
    padding: 40px 20px;
    text-align: center;
    width: calc(100% + 60px);
    border-bottom: 2px solid #c89b48;
  }
}
#featured-image-wrapper h2 {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  line-height: 25px;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 40px;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 1025px) {
  #featured-image-wrapper h2 {
    line-height: 30px;
    font-weight: normal;
    font-size: 14px;
    padding-top: 30px;
    max-width: 600px;
    padding-bottom: 0;
    margin: auto;
  }
}

#featured-image-wrapper.non-mobile-device.featured-image-birth-announcement-card-designs {
  background-image: url("img/cover_images/baby-birth-announcement-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-baby-thank-you-cards {
  background-image: url("img/cover_images/baby-thank-you-card-printing-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-personalised-christmas-cards {
  background-image: url("img/cover_images/personalised-christmas-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-change-of-address-card-designs {
  background-image: url("img/cover_images/change-of-address-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-christening-invitation-designs {
  background-image: url("img/cover_images/christening-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-christening-thank-you-card-designs {
  background-image: url("img/cover_images/christening-thank-you-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-first-holy-communion-invitation-designs {
  background-image: url("img/cover_images/first-holy-communion-invite-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-communion-thank-you-cards {
  background-image: url("img/cover_images/communion-thank-you-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-funeral-announcement-cards {
  background-image: url("img/cover_images/funeral-announcement-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-funeral-order-of-service-templates {
  background-image: url("img/cover_images/funeral-order-of-service-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-funeral-thank-you-card-templates {
  background-image: url("img/cover_images/funeral-thank-you-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-personalised-desk-stationery-designs-female {
  background-image: url("img/cover_images/personalised-stationery-women-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-personalised-desk-stationery-designs-male {
  background-image: url("img/cover_images/personalised-stationery-men-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-individual-table-place-card-generator {
  background-image: url("img/cover_images/table-place-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-information-sheet-insert-templates {
  background-image: url("img/cover_images/wedding-info-sheet-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-meal-menu-templates {
  background-image: url("img/cover_images/wedding-reception-menu-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-order-of-service-templates {
  background-image: url("img/cover_images/wedding-order-of-service-booklet-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-rsvp-card-templates {
  background-image: url("img/cover_images/wedding-response-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-personalised-desk-stationery-designs-couples {
  background-image: url("img/cover_images/couples-desk-stationery-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-thank-you-card-templates {
  background-image: url("img/cover_images/personalised-wedding-thank-you-cards-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates {
  background-image: url("img/cover_images/personalised-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates {
  background-image: url("img/cover_images/personalised-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-classic {
  background-image: url("img/cover_images/classic-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-simple {
  background-image: url("img/cover_images/simple-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-vintage {
  background-image: url("img/cover_images/vintage-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-modern {
  background-image: url("img/cover_images/modern-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-floral {
  background-image: url("img/cover_images/floral-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-rustic {
  background-image: url("img/cover_images/rustic-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-elegant {
  background-image: url("img/cover_images/elegant-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitation-templates-photo {
  background-image: url("img/cover_images/photo-wedding-invitation-card-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-classic {
  background-image: url("img/cover_images/classic-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-simple {
  background-image: url("img/cover_images/simple-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-vintage {
  background-image: url("img/cover_images/vintage-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-modern {
  background-image: url("img/cover_images/modern-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-floral {
  background-image: url("img/cover_images/floral-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-rustic {
  background-image: url("img/cover_images/rustic-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-elegant {
  background-image: url("img/cover_images/elegant-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-save-the-date-templates-photo {
  background-image: url("img/cover_images/photo-wedding-save-the-date-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-wedding-invitations-for-whatsapp {
  background-image: url("img/cover_images/wedding-invitations-for-whatsapp-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-save-the-date-for-whatsapp {
  background-image: url("img/cover_images/save-the-date-for-whatsapp-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-birth-announcements-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-birth-announcements-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-christening-invites-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-christening-invitations-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#featured-image-wrapper.non-mobile-device.featured-image-funeral-announcements-for-whatsapp {
  background-image: url("img/cover_images/whatsapp-funeral-announcement-banner.png");
  background-size: cover;
  width: 100%;
  text-align: center;
  padding: 5% 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

#featured-image-wrapper.mobile-device #featured-image-whatsapp {
  max-width: 100%;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp .slick-next {
  right: -14px;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp .slick-prev {
  left: -14px;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp h1 {
  font-family: "Raleway", sans-serif;
  margin-top: 50px;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp #featured-image-whatsapp-icons ul li img {
  max-width: 50%;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp .row {
  display: block;
}
#featured-image-wrapper.mobile-device #featured-image-whatsapp .row .middle {
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#featured-image-wrapper.mobile-device.featured-image-birth-announcement-card-designs h1 {
  background-image: url("img/cover_images/baby-birth-announcement-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-baby-thank-you-cards h1 {
  background-image: url("img/cover_images/baby-thank-you-card-printing-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-personalised-christmas-cards h1 {
  background-image: url("img/cover_images/personalised-christmas-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-change-of-address-card-designs h1 {
  background-image: url("img/cover_images/change-of-address-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-christening-invitation-designs h1 {
  background-image: url("img/cover_images/christening-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-christening-thank-you-card-designs h1 {
  background-image: url("img/cover_images/christening-thank-you-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-first-holy-communion-invitation-designs h1 {
  background-image: url("img/cover_images/first-holy-communion-invite-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-communion-thank-you-cards h1 {
  background-image: url("img/cover_images/communion-thank-you-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-funeral-announcement-cards h1 {
  background-image: url("img/cover_images/funeral-announcement-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-funeral-order-of-service-templates h1 {
  background-image: url("img/cover_images/funeral-order-of-service-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-funeral-thank-you-card-templates h1 {
  background-image: url("img/cover_images/funeral-thank-you-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-personalised-desk-stationery-designs-female h1 {
  background-image: url("img/cover_images/personalised-stationery-women-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-personalised-desk-stationery-designs-male h1 {
  background-image: url("img/cover_images/personalised-stationery-men-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-individual-table-place-card-generator h1 {
  background-image: url("img/cover_images/table-place-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-information-sheet-insert-templates h1 {
  background-image: url("img/cover_images/wedding-info-sheet-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-meal-menu-templates h1 {
  background-image: url("img/cover_images/wedding-reception-menu-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-order-of-service-templates h1 {
  background-image: url("img/cover_images/wedding-order-of-service-booklet-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-rsvp-card-templates h1 {
  background-image: url("img/cover_images/wedding-response-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-personalised-desk-stationery-designs-couples h1 {
  background-image: url("img/cover_images/couples-desk-stationery-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-thank-you-card-templates h1 {
  background-image: url("img/cover_images/personalised-wedding-thank-you-cards-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates h1 {
  background-image: url("img/cover_images/personalised-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates h1 {
  background-image: url("img/cover_images/personalised-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-classic h1 {
  background-image: url("img/cover_images/classic-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-simple h1 {
  background-image: url("img/cover_images/simple-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-vintage h1 {
  background-image: url("img/cover_images/vintage-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-modern h1 {
  background-image: url("img/cover_images/modern-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-floral h1 {
  background-image: url("img/cover_images/floral-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-rustic h1 {
  background-image: url("img/cover_images/rustic-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-elegant h1 {
  background-image: url("img/cover_images/elegant-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitation-templates-photo h1 {
  background-image: url("img/cover_images/photo-wedding-invitation-card-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-classic h1 {
  background-image: url("img/cover_images/classic-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-simple h1 {
  background-image: url("img/cover_images/simple-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-vintage h1 {
  background-image: url("img/cover_images/vintage-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-modern h1 {
  background-image: url("img/cover_images/modern-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-floral h1 {
  background-image: url("img/cover_images/floral-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-rustic h1 {
  background-image: url("img/cover_images/rustic-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-elegant h1 {
  background-image: url("img/cover_images/elegant-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-save-the-date-templates-photo h1 {
  background-image: url("img/cover_images/photo-wedding-save-the-date-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-wedding-invitations-for-whatsapp h1 {
  background-image: url("img/cover_images/wedding-invitations-for-whatsapp-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-save-the-date-for-whatsapp h1 {
  background-image: url("img/cover_images/save-the-date-for-whatsapp-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-birth-announcements-for-whatsapp h1 {
  background-image: url("img/cover_images/whatsapp-birth-announcements-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-christening-invites-for-whatsapp h1 {
  background-image: url("img/cover_images/whatsapp-christening-invitations-banner.png");
  background-size: cover;
}
#featured-image-wrapper.mobile-device.featured-image-funeral-announcements-for-whatsapp h1 {
  background-image: url("img/cover_images/whatsapp-funeral-announcement-banner.png");
  background-size: cover;
}

#featured-image-whatsapp {
  margin: auto;
  max-width: 950px;
  width: 100%;
}
#featured-image-whatsapp .slick-next {
  right: -14px;
}
#featured-image-whatsapp .slick-prev {
  left: -14px;
}
#featured-image-whatsapp .row {
  display: flex;
}
@media (max-width: 1024px) {
  #featured-image-whatsapp .row {
    flex-wrap: wrap;
  }
}
#featured-image-whatsapp .row .middle {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#featured-image-whatsapp .row .col-md-4 {
  padding-left: 30px;
  padding-right: 30px;
}
#featured-image-whatsapp h1 {
  text-align: center;
  font-size: 24px !important;
}
@media (min-width: 1024px) {
  #featured-image-whatsapp h1 {
    color: white !important;
    text-align: left;
  }
}
#featured-image-whatsapp h2 {
  text-align: center;
  font-size: 16px;
  max-width: 515px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 25px !important;
  line-height: 25px !important;
}
@media (min-width: 1024px) {
  #featured-image-whatsapp h2 {
    color: white;
    text-align: left;
  }
}
#featured-image-whatsapp #featured-image-whatsapp-icons {
  padding-top: 40px;
  display: none;
}
@media (min-width: 1024px) {
  #featured-image-whatsapp #featured-image-whatsapp-icons {
    display: block;
  }
}
#featured-image-whatsapp #whatsappSlider img {
  margin: auto;
}
#featured-image-whatsapp #whatsappSlider .slick-dots li button:before {
  color: white;
}
#featured-image-whatsapp #whatsappSlider .slick-dots li.slick-active button:before {
  color: white;
}
#featured-image-whatsapp #featured-image-whatsapp-icons ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
#featured-image-whatsapp #featured-image-whatsapp-icons ul li {
  list-style: none;
  display: inline-block;
}
#featured-image-whatsapp #featured-image-whatsapp-icons ul li img {
  margin-bottom: 15px;
}
#featured-image-whatsapp #featured-image-whatsapp-icons ul li span {
  display: block;
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.featured-image-wedding-invitations-for-whatsapp,
.featured-image-save-the-date-for-whatsapp,
.featured-image-birth-announcements-for-whatsapp,
.featured-image-christening-invites-for-whatsapp,
.featured-image-funeral-announcements-for-whatsapp {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/** WOOCOMMERCE CODE **/
#featured-image-wrapper .featured-image {
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce .quantity .qty {
  width: 5em;
  border: 1px solid #d3aa59;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.woocommerce-main-content {
  padding-top: 35px;
}

.woocommerce.tax-product_cat .featured-image #featured-image-title-wrapper {
  font-size: 35px;
  line-height: 36px;
  margin: 0 0 10px;
  padding: 40px 0;
  font-weight: 700;
  text-transform: uppercase;
}

.no-product-results {
  font-family: "Pacifico", cursive;
  color: #fc4a11;
  font-size: 13px;
}

.woocommerce ul.products li.product {
  /**margin-bottom:85px;**/
  /**padding:0 3.8% 2.992em 0 !important;**/
  /**padding:0 10px 0 10px !important;**/
  margin-left: 0;
  margin-right: 0;
}

.woocommerce ul.products li.product img.product-listing-main-image {
  /**-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);**/
  cursor: pointer;
  display: block;
  margin: auto;
  width: 100%;
  /**max-width:220px;**/
  /**visibility: visible;**/
  opacity: 1;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.woocommerce ul.products li.product img.product-hover-image {
  /**-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);**/
  cursor: pointer;
  margin: auto;
  width: 100%;
  /**max-width:220px;**/
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0 !important;
  /**visibility: hidden;**/
  transition: opacity 0.3s ease-out;
}

.woocommerce ul.products li.product.landscape img.product-listing-main-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.landscape img.product-hover-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.portrait img.product-listing-main-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.portrait img.product-hover-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.square img.product-listing-main-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.square img.product-hover-image {
  /**max-width:513px;**/
}

.woocommerce ul.products li.product.product_cat-wedding-meal-menu-templates img.product-listing-main-image {
  /**max-height: 320px;**/
  width: auto;
}

.woocommerce ul.products li.product.product_cat-wedding-meal-menu-templates img.product-hover-image {
  width: auto;
}

.woocommerce ul.products li.product img.product-listing-main-image:hover {
  /**-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);**/
}

.woocommerce ul.products li.product.folded img.product-listing-main-image,
.woocommerce ul.products li.product.folded img.product-listing-main-image:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product.product_cat-wedding-order-of-service-templates img.product-listing-main-image,
.woocommerce ul.products li.product.product_cat-wedding-order-of-service-templates img.product-listing-main-image:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product.product_cat-funeral-order-of-service-templates img.product-listing-main-image,
.woocommerce ul.products li.product.product_cat-funeral-order-of-service-templates img.product-listing-main-image:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce-page ul.products {
  /**display:-webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: baseline;
  -webkit-justify-content: center;
  display: flex;
  flex-wrap:wrap;
  align-items: baseline;
  justify-content: center;
  padding-top:2em;**/
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page ul.products li.filler-product {
  height: 1px;
  background: none;
  margin-bottom: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  /**position:static;
  cursor: pointer;
  width:33.33%;
  float:none;**/
  float: none !important;
  position: static;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background-color: white;
  width: 33% !important;
  width: calc(33.333% - (19px)) !important;
  display: block;
  min-width: 339px;
  margin-bottom: 19px !important;
  margin-right: 9.5px !important;
  margin-left: 9.5px !important;
  flex-grow: 1;
  padding-bottom: 20px;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper, .woocommerce-page ul.products li.product .product-thumbnail-wrapper {
  position: relative;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper .product-thumbnail-like-button, .woocommerce-page ul.products li.product .product-thumbnail-wrapper .product-thumbnail-like-button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay, .woocommerce-page ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay {
  /**display:none;**/
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
  z-index: 10;
  transition: opacity 0.5s ease !important;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay a, .woocommerce-page ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay a {
  color: black;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay a:hover, .woocommerce-page ul.products li.product .product-thumbnail-wrapper .product-thumbnail-overlay a:hover {
  text-decoration: underline;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper:hover .product-thumbnail-overlay, .woocommerce-page ul.products li.product .product-thumbnail-wrapper:hover .product-thumbnail-overlay {
  display: block;
  opacity: 1;
  transition: opacity 5s ease;
  /**display: block;**/
  visibility: visible;
  opacity: 1;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper:hover .product-listing-main-image, .woocommerce-page ul.products li.product .product-thumbnail-wrapper:hover .product-listing-main-image {
  position: absolute;
  top: 0;
  left: 0;
  /**visibility: hidden;**/
  opacity: 0;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper:hover .product-hover-image, .woocommerce-page ul.products li.product .product-thumbnail-wrapper:hover .product-hover-image {
  opacity: 1 !important;
  /**visibility: visible;**/
  position: relative;
}
.woocommerce ul.products li.product .product-thumbnail-wrapper .product-thumbnail-loader, .woocommerce-page ul.products li.product .product-thumbnail-wrapper .product-thumbnail-loader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 999;
}

@media screen and (max-width: 1332px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /**width:50%;
    padding: 0 3%;
    margin-right: 0;**/
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  /**margin-top:30px;**/
  margin-top: 15px;
  margin-bottom: 15px;
  /**font-size:13px;
  text-align: center;**/
  font-family: "Playfair Display";
  font-style: italic;
  display: block;
  /**padding:15px 0;**/
  padding: 0;
  font-size: 21px;
  /**.woocommerce-loop-product__title-price{
    display:block;
    color:#c8ab5f;
    padding-top:10px;
  }**/
}

.woocommerce ul.products li.product .woocommerce-loop-product__after_title {
  font-size: 12px;
  color: #848484;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title-price {
  display: block;
  color: #d9b871;
  padding-top: 7px;
  font-weight: 600;
}

.woocommerce ul.products li.product .product-list-slideout {
  width: 100%;
  width: calc(100% - 30px);
  position: absolute;
  border-top: 3px solid #d9b871;
  border-bottom: 3px solid #d9b871;
  margin-top: 45px;
  margin-bottom: 0;
  padding-top: 25px;
  background-color: white;
  padding-bottom: 45px;
  display: none;
  left: 0;
  font-size: 0.875em;
}
.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-inner {
  max-width: 1260px;
  margin: auto;
}

.woocommerce ul.products li.product .product-list-slideout .product-slideout-caption {
  color: #d0b976;
  font-style: italic;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-close-wrap {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 8888;
  font-size: 26px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-close-wrap a {
  color: black;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-title {
  text-align: center;
  /**border-top: 1px solid #d1fbd0;**/
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-title h2 {
  padding: 0;
  margin: 0;
  color: #d3aa59;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  font-family: "Playfair Display";
  font-size: 17px !important;
  line-height: 20px;
  margin-bottom: 30px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-title h3 {
  color: black;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products li.product .product-list-slideout .product-list-title h3 {
    padding-top: 0;
    line-height: 25px;
    margin-bottom: 15px;
  }
}

.woocommerce ul.products li.product .product-list-slideout .product-list-content {
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 0;
  /**border-bottom:1px solid #d8d8d8;**/
  max-height: 120px;
  overflow: auto;
}
.woocommerce ul.products li.product .product-list-slideout .product-list-content .product-list-content-inner {
  max-height: 100px;
  overflow: auto;
}
.woocommerce ul.products li.product .product-list-slideout .product-list-content p {
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-title.mobile-product-list-title {
  display: none;
  border: 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-title.mobile-product-list-title h2 {
  padding: 2em 0;
  padding-top: 0;
  text-align: left;
  font-size: 24px !important;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-price {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 1em;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-price .price-list-prepend {
  font-size: 12.5px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-price .price-list-prepend span {
  color: #d3aa59;
}
.woocommerce ul.products li.product .product-list-slideout .product-list-price .price-list-prepend span span {
  color: #df6e25;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options {
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
}
.woocommerce ul.products li.product .product-list-slideout .product-list-color-options.no-variations {
  padding: 0 !important;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options i {
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #d3aa59;
  margin-right: 5px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-label,
.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches-list {
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches-list li {
  display: inline-block;
  margin-right: 5px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches-list li a {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 500px) {
  .woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches-list li a {
    width: 70px;
    height: 70px;
  }
}

.woocommerce ul.products li.product .product-list-slideout .product-list-color-options .product-list-color-options-swatches-list li a.selected-item {
  background: url(img/icons/tick-icon.png) no-repeat center;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-customize-button .customize-button-container {
  padding-bottom: 15px;
  /** margin-bottom: 1em;**/
  display: block;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-customize-button .customize-button-wrapper {
  background: #fe6111;
  padding: 4px;
  /**width: 290px;**/
  display: block;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-customize-button.mobile-list-customize-button {
  display: none;
  margin-top: 1em;
}

.woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image {
  width: 100%;
  /**-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);**/
  max-width: 615px;
  margin: auto;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image.long {
  /**width:auto;
  max-width: none;
  max-height: 560px;**/
}

.woocommerce ul.products li.product .product-list-slideout .slideblock img {
  display: none;
  width: 100%;
  max-width: 615px;
  height: auto;
}

.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider figcaption {
  display: none;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slick-list {
  background-color: white;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slick-next-custom {
  position: absolute;
  background: url(img/icons/arrow-right.png) no-repeat;
  width: 30px;
  height: 26px;
  border: 0;
  right: -2px;
  z-index: 999;
  top: calc(50% - 28px);
  transform: translateY(-50%);
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slick-prev-custom {
  position: absolute;
  background: url(img/icons/arrow-left.png) no-repeat;
  width: 30px;
  height: 26px;
  border: 0;
  z-index: 999;
  left: 0px;
  top: calc(50% - 28px);
  transform: translateY(-50%);
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slideout-placeholder {
  display: none;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider img {
  max-width: 615px;
  width: 100%;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slick-dots li button:before {
  color: #d8d8d8;
  opacity: 1;
  width: 13px;
  height: 13px;
  font-size: 13px;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider .slick-dots li.slick-active button:before {
  color: #ff6212;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider.switching .slick-track,
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider.switching .slick-dots,
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider.switching .slick-arrow {
  visibility: hidden;
}
.woocommerce ul.products li.product .product-list-slideout .product-slideout-image-slider.switching .slick-list {
  background-color: #f3f3f3;
}

.woocommerce ul.products li.product .product-list-slideout .slideout-left {
  /**padding-left: 10%;**/
}
.woocommerce ul.products li.product .product-list-slideout .slideout-left .slick-dots {
  position: relative;
  padding: 0px 0 20px 0;
}
@media screen and (max-width: 500px) {
  .woocommerce ul.products li.product .product-list-slideout .slideout-left {
    padding-left: 15px;
  }
}

.woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image.folded {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image.OOS,
.woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image.FOOS {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce ul.products li.product .product-list-slideout .product-front-back-thumbs li {
  padding-bottom: 15px;
}

.woocommerce ul.products li.product .product-list-slideout .product-front-back-thumb {
  width: 100%;
  border: 2px solid #d1fbd0;
  display: block;
}

.woocommerce ul.products li.product .product-list-slideout .product-front-back-thumb img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .product-list-slideout .active .product-front-back-thumb,
.woocommerce ul.products li.product .product-list-slideout .product-front-back-thumb:hover {
  border: 2px solid #a48b47;
}

.woocommerce ul.products li.product.folded .product-list-slideout .active .product-front-back-thumb,
.woocommerce ul.products li.product.folded .product-list-slideout .product-front-back-thumb:hover {
  border: 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite {
  padding: 1em;
  border-top: 1px solid #d3aa59;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite a {
  color: #d3aa59;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products {
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  justify-content: center;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li {
  float: none;
  width: 24%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li:first-child {
  padding-left: 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li:last-child {
  padding-right: 0;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li img {
  margin: auto;
  width: 100%;
  margin-bottom: 0;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li.portrait img {
  max-width: 62px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li.landscape img {
  max-width: 119px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li.square img {
  max-width: 107px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-label {
  padding-bottom: 1em;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products li .design-suite-product-cat {
  font-weight: bold;
  display: block;
  font-size: 0.875em;
  text-align: center;
  padding-top: 10px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay-info a {
  color: #c89b47;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #896427;
  background-color: rgba(137, 100, 39, 0.9);
  padding: 25px;
  color: white;
  display: none;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-content {
  max-height: 100%;
  overflow: auto;
  overflow-y: auto;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-close-wrap {
  position: absolute;
  top: 0.1em;
  right: 0.3em;
  z-index: 9999;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-close-wrap a {
  font-size: 1.5em;
  color: white;
  text-decoration: none;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-tabs .product-list-slideout-overlay-tab-nav li {
  padding-bottom: 30px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-tabs .product-list-slideout-overlay-tab-nav li a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-tabs .product-list-slideout-overlay-tab-nav li.active a {
  border-bottom: 2px solid white;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-tabs .product-list-slideout-overlay-content-inset {
  padding-left: 30px;
}

.woocommerce ul.products li.product .product-list-slideout .product-list-slideout-overlay .product-list-slideout-overlay-tabs .product-list-slideout-overlay-content ul li {
  padding-bottom: 20px;
}

.woocommerce ul.products li.product .product-list-slideout a {
  text-decoration: underline;
}

.woocommerce ul.products li.product .product-list-slideout .like-product-link {
  width: 40px;
  display: block;
  float: right;
}
.woocommerce ul.products li.product .product-list-slideout .like-product-link img {
  width: 100%;
}

.woocommerce ul.products li.product .button {
  margin: 0;
  font-family: "Playfair Display";
  background: #fe6111;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 10px 55px 10px 59px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 17px;
  width: 100%;
}

.woocommerce ul.products li.product .button i {
  margin-left: 10px;
  font-size: 14px;
}

.woocommerce .woocommerce-pagination {
  padding-bottom: 125px;
  margin-left: 15px;
  margin-right: 15px;
}

.product-list-slideout .product-list-available-print-options .list-inline {
  margin-top: 1em;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 30px;
}

.product-list-slideout .product-list-available-print-options .list-inline .img img {
  border: 2px solid #c89b47;
}

.product.folded .product-list-slideout .product-list-available-print-options .list-inline .img img {
  border: 0;
}

.product-list-slideout .product-list-available-print-options .list-inline li {
  /*width:33.33%;
  max-width:170px;*/
}
.product-list-slideout .product-list-available-print-options .list-inline li img {
  border: 1px solid #e4e4e4 !important;
}
.product-list-slideout .product-list-available-print-options .list-inline li.active img {
  border: 1px solid #919191 !important;
}

.product-list-available-print-options {
  /**border-bottom: 1px solid #d8d8d8;**/
}

.product-list-available-print-options h4 {
  font-size: 12.5px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product .product-list-slideout .product-list-evite-info ul {
  padding-bottom: 0 !important;
}

.product .product-list-slideout .product-list-evite-info .printed-from-a {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 12px;
}
.product .product-list-slideout .product-list-evite-info .printed-from-a span {
  color: #c29d4f;
  font-size: 22px;
}
.product .product-list-slideout .product-list-evite-info .printed-from-b {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
}
.product .product-list-slideout .product-list-evite-info .product-list-evite-print-price {
  padding: 25px 0;
}
.product .product-list-slideout .product-list-evite-info .after-slideout-product-print-price-evite {
  padding-top: 20px;
  font-weight: 600;
}
.product .product-list-slideout .product-list-evite-info .after-slideout-product-print-price-evite img {
  margin-right: 15px;
}
.product .product-list-slideout .product-list-evite-info .after-slideout-product-print-price-evite p {
  font-size: 16px;
}

.after-product-list-paper-options {
  font-size: 16px;
  font-weight: 600;
  color: black;
  padding: 30px 0 0 0;
}
.after-product-list-paper-options span.orange-text {
  color: #d09b47;
  font-size: 22px;
}
.after-product-list-paper-options span.delivery-text {
  color: #bcbcbc;
  font-weight: normal;
}
.after-product-list-paper-options p {
  margin-bottom: 15px;
}
.after-product-list-paper-options p.first-p {
  margin-bottom: 12px;
}
.after-product-list-paper-options p.second-p {
  margin-bottom: 35px;
  font-size: 15px;
  font-weight: 500;
}
.after-product-list-paper-options p.second-p .organge-text {
  font-size: 15px;
  color: #d09b47 !important;
}
.after-product-list-paper-options p.third-p {
  font-size: 14px;
  font-weight: 500;
  text-indent: -35px;
  padding-left: 35px;
}
.after-product-list-paper-options p.third-p img {
  display: inline-block;
  margin-right: 18px;
}
.after-product-list-paper-options p.third-p a {
  color: black;
  text-decoration: underline;
}
.after-product-list-paper-options p.third-p a:hover {
  text-decoration: none;
}

.product-slideout-after-images {
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  padding-left: 1em;
}
.product-slideout-after-images ul {
  padding: 0;
  margin: 0;
  list-style: disc !important;
}
.product-slideout-after-images ul li {
  list-style: disc !important;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .product-slideout-after-images ul {
    border-bottom: 1px solid #d8d8d8;
  }
}

.slideout-delivery-details {
  /**text-indent: -35px;
  padding-left: 35px;**/
  font-size: 15px;
  font-weight: 500;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  margin-bottom: 50px;
}
.slideout-delivery-details .faded {
  color: #bcbcbc !important;
  font-weight: normal !important;
}
.slideout-delivery-details img {
  display: inline-block;
  margin-right: 18px;
}

.listing-after-customise-button a {
  color: black;
  text-decoration: underline;
}
.listing-after-customise-button a:hover {
  text-decoration: none;
}

.product-list-available-print-options .img img {
  display: block;
  margin: auto;
}

.product-list-available-print-options .img.square img {
  max-width: 107px;
}

.product-list-available-print-options .img.portrait img {
  max-width: 62px;
}

.product-list-available-print-options .img.landscape img {
  max-width: 119px;
}

.product-list-available-print-options .description span {
  text-align: center;
  margin-top: 10px;
  font-size: 12.5px;
  letter-spacing: 1px;
}

.product-list-available-print-options .description .section-header {
  color: #000000;
  font-size: 17px;
}

.product-list-available-print-options .description .option-price {
  color: #c89b47;
}

.product-list-available-print-options .description .prinnt-size-type {
  font-weight: bold;
}

.product-list-slideout .product-list-evite-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bc9d4f;
}
.product-list-slideout .product-list-evite-info ul li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 22px;
}
.product-list-slideout .product-list-evite-info ul li a {
  color: #d0b976;
  text-decoration: none !important;
}
.product-list-slideout .product-list-evite-info ul li a:hover {
  text-decoration: underline !important;
}
.product-list-slideout .product-list-evite-info ul li span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #dadada;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  top: 8px;
  position: absolute;
  left: 0;
}
.product-list-slideout .product-list-evite-info ul.list-inline li {
  padding-left: 0;
}
.product-list-slideout .product-list-evite-info p {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}
.product-list-slideout .product-list-evite-info p a {
  color: #d0b976;
  text-decoration: none !important;
}
.product-list-slideout .product-list-evite-info p a:hover {
  text-decoration: underline !important;
}

.woocommerce-result-count {
  font-family: "Pacifico", cursive;
  color: #fc4a11;
  font-size: 13px;
}

.woocommerce #belowcategory .vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin: 0;
}

.woocommerce #belowcategory .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  padding-left: 5px;
  padding-right: 5px;
}

.woocommerce #belowcategory .vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
  padding-left: 0;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #f8f6dc;
  color: #fc4a11;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 11px;
  border-top: 2px solid #c89b47 !important;
  border-left: 2px solid #c89b47 !important;
  border-right: 2px solid #c89b47 !important;
  border-radius: 0;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #fc4a11;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border: 2px solid #c89b47;
  border-top: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel {
  background: transparent;
  -webkit-appearance: none;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active {
  border-bottom: 2px solid white;
}

.woocommerce #belowcategory .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: white;
}

.woocommerce #belowcategory .vc_tta-tabs-container {
  margin-right: 0 !important;
}

.woocommerce #belowcategory.mobile-device .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  height: auto !important;
  display: block !important;
}

.woocommerce #belowcategory.mobile-device .vc_tta.vc_general .vc_tta-panel-heading {
  border: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce #belowcategory.mobile-device .vc_tta.vc_general .vc_tta-panel-title > a {
  background: white;
  border: 2px solid #c89b47;
  width: 100%;
  border-top: 0;
}

.woocommerce #belowcategory.mobile-device .vc_tta.vc_general .vc_tta-panels,
.woocommerce #belowcategory.mobile-device .vc_tta.vc_general .vc_tta-panels-container {
  border-top: 1px solid #c89b47;
}

/*
 Top Level Product Category inc front page category nav
*/
#front-page-category-nav {
  margin-top: 50px;
}

#top-lvl-category-nav .section {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 278px;
  cursor: pointer;
  display: block;
}

#front-page-category-nav .section.half-height#samplePack .text-wrapper {
  top: 45px;
  left: 35px;
}

#front-page-category-nav .section.half-height#reviews .text-wrapper {
  top: 45px;
  left: 165px;
}

#front-page-category-nav .section.half-height .text-wrapper h4 {
  color: #d3aa59;
  font-weight: 700;
  font-size: 28.5px;
  text-transform: uppercase;
}

#top-lvl-category-nav .text-wrapper,
#front-page-category-nav .text-wrapper {
  position: absolute;
  padding-left: 20px;
  top: 0;
}

#top-lvl-category-nav .text-wrapper.text-right,
#front-page-category-nav .text-wrapper .text-right {
  right: 0;
  text-align: right;
  padding-right: 25px;
}

#top-lvl-category-nav .text-wrapper.text-small h4 {
  font-size: 16px;
  line-height: 25px;
}

#top-lvl-category-nav .text-wrapper h4, #front-page-category-nav .text-wrapper h4 {
  font-family: Playfair Display, serif;
  font-size: 29px;
  letter-spacing: 5px;
  color: #837246;
  font-style: italic;
  margin-bottom: 10px;
}

#top-lvl-category-nav .text-wrapper p, #front-page-category-nav .text-wrapper p {
  text-transform: uppercase;
  color: #1f1f1f;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
}

#top-lvl-category-nav .text-wrapper span,
#front-page-category-nav .text-wrapper span {
  color: #1f1f1f;
  text-transform: uppercase;
  color: #1f1f1f;
  font-size: 12.6px;
  font-weight: 700;
}

#top-lvl-category-nav .text-wrapper span:hover {
  text-decoration: underline;
}

#top-lvl-category-nav i,
#front-page-category-nav i {
  color: #dbb87e;
  padding-left: 4px;
}

#top-lvl-category-nav img,
#front-page-category-nav img {
  width: 100%;
  height: auto;
  transition: 1s ease;
}

#top-lvl-category-nav .section:hover img,
#front-page-category-nav .navigationSection:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  opacity: 1;
}

#top-lvl-category-nav #thank-you-cards-section .text-wrapper {
  top: 80px;
}

#front-page-category-nav .text-wrapper#thankYouCards {
  top: 100px;
}

#front-page-category-nav .text-wrapper#reviews {
  top: -20px;
  left: 150px;
}

#front-page-category-nav .text-wrapper#sample {
  top: -20px;
  left: 50px;
  color: white;
}

.term-order-of-service #top-lvl-category-nav .text-wrapper h4 {
  font-size: 24px;
}

#front-page-category-nav .text-wrapper#sample h4 {
  color: white;
}

/*
** Generates a section for the top level category navigation sections
@params:
- $sectionWidth: large or small
-$position: used to added appropriate margins on the element
*/
#frontPageCategoryNavigationTop {
  margin-bottom: 34px;
  max-height: 300px;
  overflow: hidden;
}
#frontPageCategoryNavigationTop .navigationSection.left {
  width: calc(70% - 17px);
  margin-right: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationTop .navigationSection.left {
    width: calc(70% - 17px);
    margin-right: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationTop .navigationSection.left {
    width: calc(70% - 8.5px);
    margin-right: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationTop .navigationSection.left {
    width: calc(70% - 4.25px);
    margin-right: 4.25px;
  }
}
#frontPageCategoryNavigationTop .navigationSection.right {
  width: calc(30% - 17px);
  margin-left: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationTop .navigationSection.right {
    width: calc(30% - 17px);
    margin-left: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationTop .navigationSection.right {
    width: calc(30% - 8.5px);
    margin-left: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationTop .navigationSection.right {
    width: calc(30% - 4.25px);
    margin-left: 4.25px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationTop {
    margin-bottom: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationTop {
    height: 200px;
  }
}

#frontPageCategoryNavigationBottom #bottomLeftWrapper {
  width: calc(54% - 17px);
  margin-right: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper {
    width: calc(54% - 17px);
    margin-right: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper {
    width: calc(54% - 8.5px);
    margin-right: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper {
    width: calc(54% - 4.25px);
    margin-right: 4.25px;
  }
}
#frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.left {
  width: calc(50% - 17px);
  margin-right: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.left {
    width: calc(50% - 17px);
    margin-right: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.left {
    width: calc(50% - 8.5px);
    margin-right: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.left {
    width: calc(50% - 4.25px);
    margin-right: 4.25px;
  }
}
#frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.right {
  width: calc(50% - 17px);
  margin-left: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.right {
    width: calc(50% - 17px);
    margin-left: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.right {
    width: calc(50% - 8.5px);
    margin-left: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationBottom #bottomLeftWrapper .navigationSection.right {
    width: calc(50% - 4.25px);
    margin-left: 4.25px;
  }
}
#frontPageCategoryNavigationBottom #bottomRightWrapper {
  width: calc(46% - 17px);
  margin-left: 17px;
  float: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #frontPageCategoryNavigationBottom #bottomRightWrapper {
    width: calc(46% - 17px);
    margin-left: 17px;
  }
}
@media (max-width: 992px) {
  #frontPageCategoryNavigationBottom #bottomRightWrapper {
    width: calc(46% - 8.5px);
    margin-left: 8.5px;
  }
}
@media (max-width: 767px) {
  #frontPageCategoryNavigationBottom #bottomRightWrapper {
    width: calc(46% - 4.25px);
    margin-left: 4.25px;
  }
}
#frontPageCategoryNavigationBottom #bottomRightWrapper .navigationSection.top {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 34px;
}
#frontPageCategoryNavigationBottom #bottomRightWrapper .navigationSection.bottom {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#frontPageCategoryNavigationBottom #bottomRightWrapper div:first-of-type {
  margin-bottom: 50px;
}

/*
* Shopping Cart modal
*/
.cart-modal-table {
  margin-bottom: 10px;
}

#cart-modal td.product-thumbnail {
  padding-top: 10px;
  padding-bottom: 10px;
}

#cart-modal td.product-thumbnail .product-thumb-actions a.edit:after {
  content: "|";
  padding-left: 6px;
  cursor: default;
}

#cart-modal td.product-thumbnail .product-thumb-actions a {
  text-decoration: none;
}

#cart-modal .modal-body .product-name .product-meta-details span {
  display: block;
}

#cart-modal .modal-body .product-subtotal {
  color: #d3aa5a;
  font-weight: 600;
  padding: 0 1em;
  text-align: right;
}

#cart-modal .modal-body .product-tax-amount {
  text-align: center;
  color: #d3aa5a;
  font-weight: 600;
  padding: 0 1em;
}

#cart-modal .modal-body .product-price-exvat {
  text-align: center;
  color: #d3aa5a;
  font-weight: 600;
  padding: 0 1em;
}

#cart-modal .modal-body .product-subtotal span {
  color: #d3aa5a;
  font-weight: bold;
}

#cart-modal .modal-body .cart-modal-table tr.cart_item {
  border-bottom: 1px solid #dbb87e;
}

#cart-modal .cart_totals {
  padding: 1.25rem 0 1.25rem 0;
  width: auto;
  border-bottom: 1px solid #c8ab5f;
  margin-bottom: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1;
}

#cart-modal .continue-shopping {
  display: block;
  margin-top: 1.25rem;
  color: black;
  font-size: 13px;
}

#cart-modal .cart_totals table {
  float: right;
  border: 0 !important;
  width: auto !important;
  margin: 0 !important;
}
#cart-modal .cart_totals table th {
  padding: 0 !important;
  font-weight: normal;
  font-size: 18px;
}
#cart-modal .cart_totals table th span {
  font-weight: bold;
}

#cart-modal .cart_totals table tr:not(.cart-subtotal) th {
  text-transform: uppercase;
  padding-bottom: 2em;
  vertical-align: middle;
  text-align: right;
}

#cart-modal .cart_totals table tr:not(.cart-subtotal) th {
  font-size: 0.9375rem;
}
#cart-modal .cart_totals table tr:not(.cart-subtotal) th span {
  color: #c8ab5f;
}

#cart-modal .cart_totals table td {
  padding-bottom: 2em;
  vertical-align: middle;
  padding-left: 2em;
  text-align: right;
  padding-right: 1em;
}

#cart-modal .cart_totals .order-total th,
#cart-modal .cart_totals .order-total td {
  color: #d3aa5a;
  border-top: 1px solid black;
  padding-top: 1em;
}

/** END WOOCOMMERCE CODE **/
/**
PAGES
 */
.page #main-content {
  padding-top: 0.5em;
  padding-bottom: 1em;
}

.page.home #main-content {
  padding-top: 0;
}

/**
* Visual Composer Elements
**/
h3.vc_custom_heading {
  font-size: 12.5px;
  color: #ea6b32;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
}

.wpb_wrapper p {
  font-size: 0.78em;
  letter-spacing: 1px;
  font-weight: 500;
}
.wpb_wrapper ul li {
  font-size: 0.78em;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}
.wpb_wrapper ol li {
  font-size: 0.78em;
  padding-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

.faq-container ul li {
  border-right: 2px solid #cfa868 !important;
  border-bottom: 2px solid #cfa868 !important;
}

.faq-container ul li:last-child {
  border-bottom: none !important;
}

.faq-container ul li.vc_tta-tab a {
  background: #f8f6dc !important;
  color: #ea6b32 !important;
  font-size: 12.5px;
  letter-spacing: 1px;
  font-weight: bold;
  -webkit-transition: background 2s;
  transition: background 2s;
}

.faq-container ul li.vc_tta-tab a:hover {
  background: #ffffff !important;
  font-weight: bolder;
}

.faq-container ul li.vc_active {
  border-right: none !important;
}

.faq-container ul li.vc_active a {
  background: #ffffff !important;
}

.faq-container {
  border: 2px solid #cfa868;
}

.vc_tta.vc_general .vc_tta-tab > a {
  border: none !important;
}

.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 0 !important;
}

.faq-container .vc_tta-panel-body {
  max-height: 445px !important;
  overflow-y: scroll !important;
  padding-bottom: 20px;
}

/**
*  End Visual Composer Elements
**/
/**
* 404
**/
#error404-wrapper {
  padding-top: 20px;
  border-bottom: 2px solid #9b9b9b;
}

#error404 {
  width: 70%;
  margin: auto;
  padding-bottom: 40px;
}

#error404-top {
  display: flex;
  align-items: end;
  margin-bottom: 40px;
}

#error404-top #rts-text {
  align-self: flex-end;
  padding-bottom: 20px;
  padding-left: 10px;
}

#error404-top #rts-text h3 {
  font-family: Pacifico, cursive;
  font-size: 45px;
  color: #000000;
  margin: 0px;
}

#error404-top #rts-text span {
  color: #ea6b32;
  font-size: 11px;
  text-transform: uppercase;
}

#error404-bottom a {
  color: #ea6b32;
  font-size: 13px;
  display: block;
  font-weight: 600;
  padding: 5px 0;
}

#error404-bottom p {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

#error404-bottom p:first-of-type {
  text-transform: uppercase;
}

/**
MODALS
 */
.modal .close {
  color: #f8300e;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: normal;
  text-shadow: none !important;
}

#responsiveFilterModal .modal-title {
  background-color: #fff;
  color: #d3aa59;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
#responsiveFilterModal .filter-cat-header {
  background-color: #d3aa59;
}
#responsiveFilterModal .filter-cat-header h3 {
  color: #fff;
  padding-left: 10px;
}
#responsiveFilterModal ul.colorSelect {
  width: 100%;
}

ul#repsonsiveFilterWrapper {
  margin: 0;
  padding: 6px 4px;
  display: flex;
  border: 1px solid #d3aa59;
  box-shadow: 0 2px 4px 0 rgba(211, 170, 89, 0.73);
  border-radius: 2px;
  align-items: center;
}
ul#repsonsiveFilterWrapper li:first-of-type::after {
  border-right: 1px solid #d3aa59;
}
ul#repsonsiveFilterWrapper li {
  list-style: none;
  display: inline-block;
  flex: 1;
  position: relative;
}
ul#repsonsiveFilterWrapper form {
  margin: 0;
}
ul#repsonsiveFilterWrapper span {
  color: #d3aa59;
}
ul#repsonsiveFilterWrapper a {
  display: block;
  color: #d3aa59;
}
ul#repsonsiveFilterWrapper .sortbyDropdown {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
}
ul#repsonsiveFilterWrapper .sortbyDropdown a {
  color: #000;
}

.modal-title {
  background-color: #d3aa59;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-header {
  padding: 0;
  padding-top: 15px;
}

.modal-header img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  max-width: 200px;
}

.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-bottom: 5px solid #d3aa59;
  font-size: 0.75em;
}

.modal-content strong {
  font-weight: 600;
}

.modal-body a {
  color: #d3aa59;
  text-decoration: underline;
}

.modal-body a:hover {
  text-decoration: none;
}

#login-modal #modal-login-form {
  width: 60%;
  margin: auto;
}

#login-modal #login-with-fb {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  width: 100%;
}
#login-modal #login-with-fb img {
  width: 100%;
}

#register-modal #modal-signup-form {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #register-modal #modal-signup-form {
    width: 90%;
  }
}

#register-modal #signup-with-facebook-wrap {
  width: 60%;
  margin: auto;
}

#register-modal #signup-with-fb {
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
}

#cart-modal .cart-modal-table {
  width: 100%;
}

#cart-modal .cart-modal-table thead th {
  border-bottom: 1px solid #ababab;
  padding-bottom: 0.625rem;
}

#cart-modal .cart-modal-table .product-thumbnail {
  width: 125px;
  min-width: 0;
}
#cart-modal .cart-modal-table .product-thumbnail.evite {
  padding-left: 10px;
}
#cart-modal .cart-modal-table .product-thumbnail.evite img {
  -webkit-box-shadow: 0px 0px 10px -5px black;
  -moz-box-shadow: 0px 0px 10px -5px black;
  box-shadow: 0px 0px 10px -5px black;
}

#cart-modal .cart-modal-table .product-thumbnail img {
  width: 100%;
  max-width: 100px;
  margin-bottom: 10px;
}

#cart-modal .cart-modal-table .product-name {
  font-weight: 400;
}

#cart-modal .cart-modal-table .product-name .product-name-label {
  display: block;
  font-size: 1rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 0.2rem;
}

#cart-modal .cart-modal-table .product-name .product-category-label {
  margin-bottom: 0.2rem;
  display: block;
}

#cart-modal .cart-modal-table .product-name .product-meta-details {
  display: block;
  font-weight: normal;
}
#cart-modal .cart-modal-table .product-name .product-meta-details .product-paper-type {
  margin-bottom: 1rem;
}
#cart-modal .cart-modal-table .product-name .product-meta-details .cart-quantity-wrap {
  font-size: 0.8125rem;
  font-weight: 700;
}
#cart-modal .cart-modal-table .product-name .product-meta-details .cart-quantity-wrap .cart-quantity {
  color: #c8ab5f;
  display: inline-block;
}

#forgot-password-modal #modal-forgot-password-form {
  width: 60%;
  margin: auto;
}

/**
BUTTONS
 */
.btn-primary {
  background-color: #d3aa5a;
  border: 0;
  padding: 10px 15px;
  color: white !important;
  text-transform: uppercase;
  height: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
}
.btn-primary.orange {
  background-color: #fe6111;
}

.btn-primary-orange {
  display: inline-block;
  font-family: "Playfair Display", serif;
  background: #fe6111;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  text-transform: inherit;
  padding: 20px 25px;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  text-align: center;
  border: none;
}
@media (min-width: 768px) {
  .btn-primary-orange {
    font-size: 20px;
    padding: 15px 25px;
    height: 58px;
  }
}
.btn-primary-orange:hover {
  color: #fff;
  background: #ff8400;
  text-decoration: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  background-color: #d3aa5a !important;
  border: 0;
  color: white !important;
}

.orange-text {
  color: #d3aa5a;
}

/**
Other
 */
.ajax-loader-wrap {
  display: none;
}

.ajax-loader-icon {
  width: 50px;
  display: inline-block;
}

.ajax-loader-text {
  display: inline-block;
}

.ajax-loader-icon img {
  width: 100%;
  height: auto;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

/**
*Custom Checkboxes
**

/* Base for label styling */
#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked),
#woocommerce-sidebar .checkbox [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked) + label,
#woocommerce-sidebar .checkbox [type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  font-weight: 300;
}

/* checkbox aspect */
#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked) + label:before,
#woocommerce-sidebar .checkbox [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #d3aa5a;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked) + label:after,
#woocommerce-sidebar .checkbox [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #d3aa5a;
  transition: all 0.2s;
}

/* checked mark aspect changes */
#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#woocommerce-sidebar .checkbox [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
#woocommerce-sidebar .checkbox [type=checkbox]:disabled:not(:checked) + label:before,
#woocommerce-sidebar .checkbox [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

#woocommerce-sidebar .checkbox [type=checkbox]:disabled:checked + label:after {
  color: #999;
}

#woocommerce-sidebar .checkbox [type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
#woocommerce-sidebar .checkbox [type=checkbox]:checked:focus + label:before,
#woocommerce-sidebar .checkbox [type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted #d3aa5a;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #f8300e !important;
}

/*
** Favourites Button
 */
.favouritesBtn {
  color: #c0c0c0;
}

.favouritesBtn.liked {
  color: #f83210;
}

/*
* Gallery Overlays
*/
.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}

.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active {
  border-bottom: 0;
}

.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: transparent !important;
  -webkit-appearance: none !important;
  color: white !important;
  padding-bottom: 10px;
  border: 0 !important;
  text-decoration: none !important;
  padding-right: 0;
  border-bottom: 2px solid transparent !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 0.5em;
}
.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background: transparent;
  -webkit-appearance: none;
  border-bottom: 2px solid white !important;
}

.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background: transparent !important;
  -webkit-appearance: none !important;
  color: white !important;
  border-bottom: 2px solid white !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body,
.product-list-slideout-overlay-content .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body a {
  background: transparent;
  -webkit-appearance: none;
  color: white;
  border: 0;
  padding-left: 5em;
  padding-top: 0;
}

.product-list-slideout-overlay-content .vc_tta-tabs-container {
  width: 22%;
}

.product-list-slideout-overlay-content .vc_tta-panels {
  background: transparent !important;
  -webkit-appearance: none !important;
  border: 0 !important;
}

.product-list-slideout-overlay-content .wpb_wrapper p,
.product-list-slideout-overlay-content .wpb_wrapper ul li {
  font-size: 1em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .wpb_wrapper p {
  padding-left: 2em;
  line-height: 1.8em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .wpb_wrapper h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8em;
  margin-top: 0;
}

.product-list-slideout-overlay-content .vc_tta-panels-container ul li:before {
  content: "— ";
  display: inline-block;
}

.product-list-slideout-overlay-content .vc_tta-panels-container ul li {
  padding-left: 1em;
  padding-bottom: 1em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container ul {
  margin-bottom: 0 !important;
}

.product-list-slideout-overlay-content .vc_tta-panels-container br {
  display: none;
}

.product-list-slideout-overlay-content .vc_tta-panels-container strong {
  display: inline !important;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .gallery-overlay-table {
  width: 100%;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .table-responsive {
  margin-bottom: 1em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .gallery-overlay-table th {
  padding-bottom: 1em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .gallery-overlay-table td {
  padding-bottom: 0.5em;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .gallery-overlay-table td:first-child {
  font-weight: bold;
}

.product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel {
  background-color: transparent;
  -webkit-appearance: none;
}
.product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel .tablepress .even td, .product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel .tablepress .odd td {
  background-color: transparent;
  -webkit-appearance: none;
}
.product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel .tablepress thead th {
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
}
.product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel .tablepress tbody td {
  border: 0;
}
.product-list-slideout-overlay-content .vc_tta-panels-container .vc_tta-panel .tablepress tbody td.column-1 {
  font-weight: bold;
}

#belowcategory {
  margin: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

/**
Wedding invites
 */
#weddingInvitesBottomContent {
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.wedding-invites-additional-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border: 2px solid #d3aa5a;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wedding-invites-additional-content h3 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
}

.wedding-invites-additional-content h4 {
  font-size: 12.5px;
  color: #ea6b32;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.wedding-invites-additional-content p {
  font-size: 12.5px;
  letter-spacing: 1px;
  font-weight: 500;
}

.wedding-invites-additional-content span.paperWeight {
  display: block;
}

.wedding-invites-additional-content div#borderedContent {
  border-left: 1px solid #d3aa5a;
  border-right: 1px solid #d3aa5a;
}

span.additional-content-text-wrapper {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
  font-style: italic;
}

.vc_tta-container {
  margin-bottom: 40px !important;
}

#product-designer-placecards-details textarea::placeholder {
  text-align: center;
}

/**
* END MEDIA QUERIES
*/
/*
**** Social Media Embeds
 */
#fbWrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.num-pages-select-wrapper {
  border: 2px solid black;
  overflow: hidden;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 1em;
}
.num-pages-select-wrapper .droparrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  color: black;
}
.num-pages-select-wrapper .droparrow .ion-android-arrow-dropdown {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
.num-pages-select-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  background: none;
  border: 0;
  float: none !important;
  font-weight: 600;
  height: 48px;
  color: black;
}

/**
Load more button
 */
#loadmore-wrapper {
  background: #fe6111;
  padding: 4px;
  width: 290px;
  display: block;
  margin: auto;
}
#loadmore-wrapper #loadmore {
  margin: 0;
  font-family: "Playfair Display";
  background: #fe6111;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 10px 55px 10px 59px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 17px;
  width: 100%;
}
#loadmore-wrapper #loadmore:hover {
  background-color: #f36730 !important;
}

#after-loadmore-wrapper {
  text-align: center;
  padding-top: 1em;
}
#after-loadmore-wrapper .woocommerce-result-count {
  float: none;
}

textarea.form-control {
  border: 1px solid #d3aa59;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

form.checkout.woocommerce-checkout .checkout-checkbox {
  font-weight: bold;
  padding-left: 10px;
}
form.checkout.woocommerce-checkout .woocommerce-remove-coupon {
  display: block;
  font-size: 12px;
  color: #d3aa5a;
}

form.checkout_coupon {
  border: 0 !important;
  padding: 0 !important;
}
form.checkout_coupon .button {
  background-color: #d3aa5a !important;
  border: 0;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
form.checkout_coupon .button:hover {
  color: white;
}

/**
PAGES
 */
h1.page-title {
  font-family: "Pacifico", sans-serif;
  margin: 1em 0 1em 0;
}
h1.page-title.extra-margin-bottom {
  margin-bottom: 2em;
}

h3.page-sub-title {
  color: #f83210;
  text-transform: uppercase;
  margin-bottom: 2em;
  margin-top: 0;
  font-size: 1em;
}

/**
WOOCOMMERCE ORDER DETAILS - BEFORE WORLDPAY
 */
.woocommerce ul.order_details li {
  font-size: 0.85em;
  border-right: 1px solid black;
}
.woocommerce ul.order_details li strong {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
}

#submit_worldpay_payment_form {
  margin-top: 3em;
}

/**
WOOCOMMERCE ALERTS
 */
.woocommerce-info {
  border-top: 3px solid #d2a960;
  border-bottom: 3px solid #d2a960;
  background: white;
  padding: 1em;
  color: black;
  font-weight: 600;
}
.woocommerce-info a {
  color: #d3aa5a;
}
.woocommerce-info strong {
  font-weight: 600;
}
.woocommerce-info:before {
  content: "";
  display: none;
}
.woocommerce-info li {
  padding-left: 2em !important;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.woocommerce-info li:last-child {
  margin-bottom: 0;
}
.woocommerce-info li:before {
  content: "";
  display: block;
  font-family: "Ionicons";
  font-size: 1.5em;
  color: #d2a960;
  position: absolute;
  left: 0;
}

.woocommerce-error {
  border-top: 3px solid #d2a960;
  border-bottom: 3px solid #d2a960;
  background: white;
  padding: 1em;
  color: black;
  font-weight: 600;
}
.woocommerce-error strong {
  font-weight: 600;
}
.woocommerce-error:before {
  content: "";
  display: none;
}
.woocommerce-error li {
  padding-left: 2em !important;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce-error li:before {
  content: "";
  display: block;
  font-family: "Ionicons";
  font-size: 1.5em;
  color: #fc4102;
  position: absolute;
  left: 0;
}

.woocommerce-message {
  border-top: 3px solid #d2a960;
  border-bottom: 3px solid #d2a960;
  background: white;
  padding: 1em;
  color: black;
  font-weight: 600;
}
.woocommerce-message strong {
  font-weight: 600;
}
.woocommerce-message:before {
  content: "";
  display: none;
}
.woocommerce-message li {
  padding-left: 2em !important;
  position: relative;
  margin-bottom: 1em;
  line-height: 1.5em;
}
.woocommerce-message li:last-child {
  margin-bottom: 0;
}
.woocommerce-message li:before {
  content: "";
  display: block;
  font-family: "Ionicons";
  font-size: 1.5em;
  color: #d2a960;
  position: absolute;
  left: 0;
}

/**
ALERT BOX MODAL
 */
#alert-modal .modal-header, #confirm-modal .modal-header {
  padding-top: 0;
}
#alert-modal .modal-footer, #confirm-modal .modal-footer {
  padding: 0;
  background-color: #d2a960;
}
#alert-modal .modal-content, #confirm-modal .modal-content {
  border: 0;
  font-size: 1em;
}
#alert-modal .modal-content .mb-40, #confirm-modal .modal-content .mb-40 {
  margin-bottom: 40px;
}
#alert-modal .modal-content .mb-70, #confirm-modal .modal-content .mb-70 {
  margin-bottom: 70px;
}
#alert-modal .modal-content .mt-70, #confirm-modal .modal-content .mt-70 {
  margin-top: 70px;
}
#alert-modal .btn-primary:hover, #confirm-modal .btn-primary:hover {
  background-color: #d2a960 !important;
}
#alert-modal .btn-primary:active, #confirm-modal .btn-primary:active {
  background-color: #d2a960 !important;
}

#mobile-navbar {
  display: none;
  position: fixed;
  width: 85%;
  height: 100%;
  z-index: 99999999;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 5px 0px 15px -5px black;
  -moz-box-shadow: 5px 0px 15px -5px black;
  box-shadow: 5px 0px 15px -5px black;
}
@media (min-width: 470px) {
  #mobile-navbar {
    width: 400px;
  }
}
#mobile-navbar #mobile-menu-heading {
  margin: 0;
  color: #c89b48;
  background-color: white;
  display: block;
  width: 100%;
  border-bottom: 2px solid white;
  padding: 0.5em;
  margin-bottom: 2px;
  font-family: Pacifico, cursive;
  font-size: 1.5em;
}
#mobile-navbar #mobile-menu-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 1.5em;
  color: #c89b48;
  z-index: 9999999999;
}
#mobile-navbar #main-mobile-nav-items-list {
  margin: 0;
  padding: 0;
  height: 100%;
  max-height: 100%;
  overflow: auto;
}
#mobile-navbar #main-mobile-nav-items-list li {
  list-style: none;
}
#mobile-navbar #main-mobile-nav-items-list li a {
  display: block;
  background-color: #c89b48;
  border-bottom: 2px solid white;
  color: white;
  padding: 1em;
}
#mobile-navbar #main-mobile-nav-items-list li a:after {
  display: block;
  /*content:"\f104"*/
  content: "";
  font-family: "Ionicons";
  float: right;
}
#mobile-navbar #main-mobile-nav-items-list li a.open:after {
  content: "";
}
#mobile-navbar #main-mobile-nav-items-list li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-navbar #main-mobile-nav-items-list li ul li a {
  display: block;
  background-color: white;
  border-bottom: 2px solid #c89b48;
  color: #c89b48;
  padding: 1em;
  padding-left: 5%;
}
#mobile-navbar #main-mobile-nav-items-list li ul li a:after {
  display: block;
  content: "";
  font-family: "Ionicons";
  float: right;
}
#mobile-navbar #main-mobile-nav-items-list li ul li ul {
  display: none;
  padding: 0;
  margin: 0;
}
#mobile-navbar #main-mobile-nav-items-list li ul li ul li a {
  padding-left: 10%;
  display: block;
  background-color: #c89b48;
  color: white;
  border-bottom: 2px solid white;
}

#woocommerce-filters-button {
  width: 100%;
  display: none;
  background-color: white;
  color: #c89b48;
  padding: 1em;
  margin: auto;
  margin-top: 0.5em;
  border: 2px solid #c89b48;
  width: 95%;
  text-transform: uppercase;
}
#woocommerce-filters-button:after {
  display: block;
  content: "";
  font-family: "Ionicons";
  color: #c89b48;
  float: right;
}
@media (min-width: 576px) and (max-width: 1024px) {
  #woocommerce-filters-button {
    display: block;
  }
}

#woocommerce-filters-button-mobile {
  position: relative;
  width: 100%;
  display: block;
  background-color: white;
  color: #858585;
  padding: 1em;
  margin: auto;
  margin-top: 0.5em;
  border: 2px solid #ebebeb;
  margin-bottom: 1em;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  #woocommerce-filters-button-mobile {
    display: none;
  }
}
#woocommerce-filters-button-mobile .menu-icon {
  position: absolute;
  right: 0;
  width: 44px;
  height: 100%;
  display: block;
  top: 0;
  padding: 22px 0;
}
#woocommerce-filters-button-mobile .menu-icon > span {
  display: block;
  height: 2px;
  width: 10px;
  background: #858585;
  margin-bottom: 2px;
  margin-left: 15px;
}

#mobile-category-filters {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 99999999;
  display: none;
  overflow: auto;
}
#mobile-category-filters ul.colorSelect li {
  width: 11%;
}
#mobile-category-filters .fliterGroup {
  border-bottom: 1px solid #c89b48;
  padding-left: 15%;
  padding-right: 15%;
}
#mobile-category-filters .fliterGroup.submitFilter {
  border: 0;
}
#mobile-category-filters .fliterGroup.submitFilter button {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#mobile-category-filters #mobile-category-filters-heading {
  margin: 0;
  color: #c89b48;
  background-color: white;
  display: block;
  width: 100%;
  border-bottom: 3px solid #c89b48;
  padding: 0.5em;
  margin-bottom: 2px;
  font-family: Pacifico, cursive;
  font-size: 1.5em;
}
#mobile-category-filters .mobile-category-filters-close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  font-size: 1.5em;
  color: #c89b48;
  z-index: 9999999999;
}

/**
Paper stock shortcode
 */
#paper-stock-header .paper-stock-border {
  flex-grow: 1;
  align-self: center;
  height: 1px;
  background: #b6b6b6;
}
@media (min-width: 768px) {
  #paper-stock-header .paper-stock-border {
    height: 2px;
  }
}
@media (max-width: 767px) {
  #paper-stock-header .paper-stock-border:first-child {
    margin-bottom: 25px;
  }
}
#paper-stock-header .paper-stock-border:last-child {
  height: 0;
}
@media (min-width: 768px) {
  #paper-stock-header .paper-stock-border:last-child {
    height: 2px;
  }
}

#paper-stock-header {
  color: #c89b47;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #paper-stock-header {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  #paper-stock-header span {
    display: block;
  }
}

#paper-stock-header-wrapper {
  text-align: center;
}
@media (max-width: 767px) {
  #paper-stock-header-wrapper img {
    margin-bottom: 15px;
  }
}

#paper-stock-header .block-center {
  text-align: center;
  margin-top: 5px;
}

#paper-stock {
  padding-bottom: 30px;
  border-bottom: 1px solid #a7a7a7;
}
@media (min-width: 768px) {
  #paper-stock {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #paper-stock .col-md-4 {
    padding: 0;
  }
}

#paper-stock.noBorderBottom {
  border-bottom: 0;
}

#paper-stock .paper-stock-title-wrapper {
  font-size: 33px;
  font-family: "Pacifico", cursive;
  color: #d3aa59;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #paper-stock .paper-stock-title-wrapper {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

#paper-stock .paper-stock-exerpt {
  font-family: "Raleway", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  text-align: center;
}
#paper-stock .paper-stock-exerpt p {
  font-size: 15px;
}
@media (min-width: 768px) {
  #paper-stock .paper-stock-exerpt p {
    font-size: 13px;
  }
}

@media screen and (max-width: 990px) {
  #newsletter {
    text-align: center;
  }
  #newsletter #newsletterSignupForm p {
    text-align: center;
  }
  #newsletter #newsletterSignupForm #newsletterInfo {
    line-height: 0.85em;
  }
  #newsletter #newsletterSignupForm #newsletterInfo small {
    font-size: 0.85em;
  }
  #newsletter .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #newsletter #newsletterTextWrapper {
    height: auto;
    border: 0;
  }
  #newsletter #mc_embed_signup {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 1024px) {
  header#mainheader {
    display: none;
  }
  header#mainheader #main-nav img {
    display: none;
  }

  header#mobileheader {
    display: flex;
    border-bottom: 2px solid #c89b48;
    align-items: center;
    padding: 0.5em 0;
    padding-top: 1.1em;
    height: 60px;
  }
  header#mobileheader .logo.mobile-logo {
    max-width: 200px;
    margin: 0;
    display: block;
    margin-top: 0;
  }
  header#mobileheader .mobile-device-top-block svg,
header#mobileheader .mobile-device-top-block img {
    max-width: 25px;
    margin-left: 2vw;
    vertical-align: middle;
  }
  header#mobileheader .mobile-top-nav {
    float: right;
    margin-bottom: 0;
  }
  header#mobileheader .mobile-top-nav li {
    display: inline-block;
    font-size: 1.8em;
    padding-left: 10px;
  }
  header#mobileheader .mobile-top-nav li:first-child {
    padding-left: 0;
  }
  header#mobileheader .mobile-top-nav li a {
    color: #c89b47;
    cursor: pointer;
  }

  #video-wrapper {
    background: none !important;
    background-color: white !important;
    padding-top: 0 !important;
    padding-bottom: 1em !important;
    border-bottom: 9px solid #c89b48;
  }
  #video-wrapper .front-page-select-wrapper {
    display: none;
  }
  #video-wrapper h2 {
    display: block;
    background-color: #c89b48;
    padding: 1em 24%;
    margin: 0;
    color: white;
  }
  #video-wrapper #homeVideoTextWrapper {
    width: 100%;
  }

  #home-product-listing .btn {
    float: none !important;
    display: block;
    margin: auto;
    margin-top: 1em;
  }

  #customise-options-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-align: center;
  }
  #customise-options-wrapper ol {
    text-align: left;
    display: table;
    margin: auto;
  }

  #beautiful-envelopes-wrapper {
    padding-top: 0 !important;
    padding-left: 0 !important;
  }

  #paper-stock-header {
    margin-top: 2em;
  }

  #fpd-wrapper ul#fpdContent li {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em;
  }

  .woocommerce-main-content {
    padding: 0;
  }
  .woocommerce-main-content .content-area {
    padding: 15px 15px 0 15px;
  }

  .woocommerce-filters-sidebar {
    display: none;
  }

  .product-front-back-thumbs {
    display: none;
  }

  .woocommerce .woocommerce-result-count {
    margin-left: 9.5px;
    margin-bottom: 26px;
  }

  .woocommerce .woocommerce-result-count {
    float: none;
  }
  .woocommerce ul.products li.product .product-list-slideout {
    width: 100%;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-other-print-options {
    border-top: 1px solid #c89b48;
    border-bottom: 1px solid #c89b48;
    padding-top: 10px;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-customize-button {
    display: none;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-customize-button .customize-button-container {
    border: 0;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-customize-button.mobile-list-customize-button {
    display: block;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-title {
    display: none;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-title.mobile-product-list-title {
    display: block;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-customize-button .customize-button-wrapper {
    width: 100%;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-list-design-suite .product-list-design-suite-products {
    display: none;
  }
  .woocommerce ul.products li.product .product-list-slideout .product-slideout-main-image {
    display: block;
    margin: auto;
  }

  #login-modal #modal-login-form {
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  span.additional-content-text-wrapper {
    top: -12px;
    font-size: 16px;
    padding: 0 10px;
    width: 60%;
  }

  .wedding-invites-additional-content h3 {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 414px) {
  header#mobileheader img.logo.mobile-logo {
    max-width: 80%;
    margin: auto;
    position: relative;
    left: -5px;
  }
  header#mobileheader .mobile-top-nav {
    padding-top: 5%;
  }
  header#mobileheader .mobile-top-nav li {
    font-size: 1em;
    padding-left: 5px;
  }
  header#mobileheader .mobile-top-nav li:first-child {
    padding-left: 0;
  }

  #video-wrapper {
    font-size: 0.6em;
  }
  #video-wrapper h2 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .woocommerce ul.products.non-mobile-device li.product {
    width: 100% !important;
  }
  .woocommerce ul.products.mobile-device li.product {
    /**padding:0 3vw;**/
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #mobile-category-filters ul.colorSelect li {
    width: 22%;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    /**width:100% !important;**/
  }
}
@media screen and (max-width: 450px) {
  #cart-modal .table-responsive {
    border: 0;
  }
  #cart-modal .btn {
    width: 100%;
    margin-bottom: 10px !important;
    display: block;
    margin-right: 0 !important;
  }
  #cart-modal .btn.continue-shopping {
    margin-bottom: 0 !important;
  }
  #cart-modal thead th {
    font-size: 0.85em;
    padding: 10px;
  }
  #cart-modal tbody td {
    padding: 10px;
    font-size: 0.85em;
  }
  #cart-modal tbody td.product-thumbnail .product-thumb-actions a {
    text-align: center;
    display: block;
    width: 100%;
  }
  #cart-modal tbody td.product-thumbnail .product-thumb-actions a:after {
    display: none;
  }
  #cart-modal .cart_totals table td {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 1em;
    padding-top: 0;
  }
}
.ls_container {
  /*.ls_query{
    padding:0;
    height: auto;
  }*/
}
.ls_container .ls_result_div {
  top: 34px;
  border: 1px solid #c8ab5f;
  width: 100% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ls_container .ls_result_div .ls_result_main {
  -webkit-box-shadow: 5px 5px 15px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 15px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px -8px rgba(0, 0, 0, 0.5);
}
.ls_container .ls_result_div .ls_result_main table tbody td {
  padding: 0 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
}
.ls_container .ls_result_div .ls_result_main table tbody td:hover {
  background-color: #c8ab5f;
  color: white;
}
.ls_container .ls_result_div .ls_result_footer {
  display: none !important;
}

#responsive-search-modal .ls_container .ls_result_div {
  top: 48px;
  width: -moz-calc(100% - 30px) !important;
  width: -webkit-calc(100% - 30px) !important;
  width: calc(100% - 30px) !important;
  left: 15px !important;
}

#homePageMobileSearchBox .ls_container .ls_result_div {
  top: 77px !important;
  left: 0 !important;
}

/**
 New layout css
 */
.woocommerce-products-header {
  border-top: 1px solid #c29d4f;
  border-bottom: 1px solid #c29d4f;
  padding-bottom: 10px;
}
.woocommerce-products-header.mobile-device {
  border-top: 1px solid #ebebeb;
}
.woocommerce-products-header .infoIcon {
  display: inline-block;
  width: 25px;
  border: 2px solid #d56b42;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #d56b42;
  margin-left: 5px;
  margin-right: 5px;
}
.woocommerce-products-header .readMoreLink {
  text-transform: uppercase;
  color: #c29d4f;
  text-decoration: underline;
}
.woocommerce-products-header #underHeaderLink {
  font-size: 0.78em;
  font-weight: 600;
}
.woocommerce-products-header #underHeaderLink a {
  color: #d3aa59;
}
.woocommerce-products-header #underHeaderLink a span {
  margin-left: 3px;
  font-style: italic;
  font-size: 14px;
}

.slick-slider {
  touch-action: auto !important;
  -ms-touch-action: auto !important;
}

.iscwp-img-wrp .iscwp-meta {
  background: transparent !important;
  -webkit-appearance: none !important;
}

@media (min-width: 1921px) {
  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    /**width: 25% !important;**/
  }
}
#price-calc-modal #price-calc-modal-body .bootstrap-select ul li a {
  text-transform: none !important;
}
#price-calc-modal #price-calc-modal-body #price-calc-order-total-area {
  font-size: 16px;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  font-weight: 600;
}
#price-calc-modal #price-calc-modal-body #price-calc-order-total-area #price-calc-total-wrap {
  color: #c29d4f;
}
#price-calc-modal #price-calc-modal-body #price-calc-order-total-area #price-calc-ex {
  color: #bcbcbc;
  font-size: 15px;
  font-weight: normal;
}
#price-calc-modal #price-calc-modal-body #price-calce-after-order-total-area {
  font-size: 14px;
  font-weight: 500;
}
#price-calc-modal #price-calc-modal-body #price-calce-after-order-total-area span {
  font-weight: 700;
  color: #c29d4f;
}
#price-calc-modal #price-calc-modal-body .envelopes-desc {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
#price-calc-modal #price-calc-modal-body label {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
#price-calc-modal #price-calc-modal-body label span {
  color: #bc9d4e;
}
#price-calc-modal #price-calc-modal-body .bootstrap-select {
  height: auto;
}
#price-calc-modal #price-calc-modal-body .bootstrap-select .dropdown-menu .text {
  color: black;
  text-align: center;
}
#price-calc-modal #price-calc-modal-body .bootstrap-select .dropdown-toggle {
  border: 1px solid black;
  border-radius: 0;
  padding: 15px 0;
  /**margin-bottom:25px;**/
}
#price-calc-modal #price-calc-modal-body .bootstrap-select .dropdown-toggle .filter-option {
  text-align: center;
  color: #bc9d4e;
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#price-calc-modal #price-calc-modal-body #price-calc-modal-top p {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}
#price-calc-modal #price-calc-modal-body .product-list-available-print-options li.active img {
  border: 1px solid #919191;
}
#price-calc-modal .close {
  color: white !important;
}

#price-calc-modal #price-calc-modal-body {
  padding: 45px;
}
#price-calc-modal #price-calc-modal-body #price-calc-modal-top {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
#price-calc-modal #price-calc-modal-body #price-calc-modal-top p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 25px;
}
#price-calc-modal #price-calc-modal-body .form-group label {
  font-size: 15px;
  display: block;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 25px;
}
#price-calc-modal #price-calc-modal-body .form-group select {
  border-radius: 0;
  border: 1px solid black;
}
#price-calc-modal #price-calc-modal-body .envelopes-desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals {
  padding: 25px 0;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals #price-calc-order-total-area {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals #price-calc-order-total-area #price-calc-total-wrap {
  font-size: 22px;
  color: #c29d4f;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals #price-calc-order-total-area #price-calc-ex {
  font-size: 15px;
  color: #bcbcbc;
  font-weight: normal;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals #price-calce-after-order-total-area {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
#price-calc-modal #price-calc-modal-body #price-calc-totals #price-calce-after-order-total-area span {
  color: #c29d4f;
  font-weight: bold;
}

.text-more-dots {
  font-size: 1.5em;
}

.text-more {
  display: none;
}

.text-more-link {
  display: block;
  margin-bottom: 35px;
  text-align: center;
  margin-top: -15px;
}

.slideout-temp {
  position: absolute;
  left: -100%;
  bottom: 100%;
  opacity: 0;
}

#saveTheDatesStylesScreen {
  max-width: 736px;
  margin: auto;
}
#saveTheDatesStylesScreen h1 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 70px;
  margin-bottom: 30px;
}
#saveTheDatesStylesScreen h2 {
  font-family: "Playfair Display";
  font-style: italic;
  color: #db5c23;
  font-size: 31px;
  text-align: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid black;
}
#saveTheDatesStylesScreen p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}
#saveTheDatesStylesScreen p a {
  color: #c8ab5f;
  text-decoration: underline;
}
#saveTheDatesStylesScreen p a:hover {
  text-decoration: none;
}
#saveTheDatesStylesScreen ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#saveTheDatesStylesScreen ul li {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 35px;
  text-align: center;
}
#saveTheDatesStylesScreen ul li a {
  color: #c8ab5f;
  text-decoration: underline;
}
#saveTheDatesStylesScreen ul li a:hover {
  text-decoration: none;
}

body {
  position: relative;
  background: #fff;
}

#mainheader {
  position: relative;
  background: #fff;
  z-index: 12;
}

.menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.primary-color {
  color: #fe6111;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*
.CarouselWidget {
  i.js-scroll-left-btn {
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  i.js-scroll-right-btn {
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .R-RatingStars__stars {
    margin-right: 0;

    .stars__icon {
      &:before {
        content: '★';
        font-size: 20px;
        color: #fff;
        font-style: normal;
      }
    }
  }
}
*/
#reviews-io-carousel-widget .CarouselWidget .CarouselWidget__list .R-RatingStars__stars .stars__icon:before {
  color: #000;
  font-size: 16px;
}

#reviewsio-carousel-widget.home-reviews {
  padding: 27px 0 16px;
  margin: 39px 0 52px;
  border-top: 1px solid #c89b47;
  border-bottom: 1px solid #c89b47;
}

#ReviewsWidget {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #ReviewsWidget {
    padding: 0 40px;
  }
}
@media (min-width: 1025px) {
  #ReviewsWidget {
    padding: 0 100px;
  }
}
#ReviewsWidget .ReviewsIoBaseWidget {
  border: 1px solid var(--reviewsio--color-neutral, rgba(0, 0, 0, 0.1));
  padding: 0 20px !important;
}
#ReviewsWidget .ReviewsIoBaseWidget .ReviewsList__item .item__author .author__heading .item__status--filled,
#ReviewsWidget .ReviewsIoBaseWidget .ReviewsList__item .item__author .author__heading .item__status--filled span {
  background: #000 !important;
  border: none !important;
}

.footer {
  border-top: 1px solid #d7d7d7;
  background: #f8f8f8;
}
.footer .container {
  max-width: 1260px;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .footer-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer-top .footer-logo {
  text-align: left;
}
.footer-top .footer-logo h3 {
  font-size: 9px;
  letter-spacing: 2px;
  color: #ff6210;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0 0;
}
@media (min-width: 768px) {
  .footer-top .footer-logo h3 {
    font-size: 15px;
    letter-spacing: 4px;
  }
}
.footer-top .footer-logo img {
  max-width: 190px;
}
@media (min-width: 768px) {
  .footer-top .footer-logo img {
    max-width: 328px;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 40px 20px;
  border-top: 1px solid #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .footer-nav > div:first-child {
    border-top: none;
  }
}
@media (max-width: 767px) {
  .footer-nav > div:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
}
@media (max-width: 767px) {
  .footer-nav-item {
    border-top: 1px solid #e7e7e7;
  }
}
.footer-nav-item h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .footer-nav-item h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 800;
    padding: 14px 0;
    cursor: pointer;
    position: relative;
  }
  .footer-nav-item h3::before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    width: 10px;
    height: 2px;
    background: #000;
  }
  .footer-nav-item h3::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 16px;
    width: 2px;
    height: 10px;
    background: #000;
    transition: all 0.4s ease;
  }
  .footer-nav-item h3.active::after {
    transform: rotate(-90deg);
  }
}
.footer-nav-item li {
  list-style: none;
  padding: 3px 0;
}
@media (min-width: 768px) {
  .footer-nav-item li {
    padding: 5px 0;
  }
}
.footer-nav-item li a {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 11px;
}
@media (min-width: 768px) {
  .footer-nav-item li a {
    font-size: 13px;
  }
}
.footer-nav-menu {
  padding: 0;
  display: none;
}
@media (min-width: 768px) {
  .footer-nav-menu {
    display: block;
  }
}
.footer-bottom {
  background: #ff6210;
  color: #fff;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-bottom {
    padding: 35px 0;
  }
}
.footer-bottom h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .footer-bottom h3 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 30px;
  }
}
.footer-bottom img {
  vertical-align: -10px;
  margin-right: 25px;
  width: 66px;
  height: 49px;
}
.footer-bottom p {
  font-size: 10px;
  margin-bottom: 20px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .footer-bottom p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.footer-signup {
  border-top: 1px solid #000;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-signup {
    padding: 40px 0 55px;
  }
}
.footer-signup-wrapper {
  max-width: 630px;
  margin: 0 auto;
}
.footer-signup-wrapper img {
  width: 55px;
  height: 48px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-signup-wrapper img {
    width: 75px;
    height: 66px;
    margin-bottom: 30px;
  }
}
.footer-signup-wrapper h3 {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .footer-signup-wrapper h3 {
    font-size: 32px;
  }
}
.footer-signup-wrapper p {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  line-height: 17px;
}
@media (min-width: 768px) {
  .footer-signup-wrapper p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.footer-signup-wrapper a {
  color: #d3aa5a;
}
.footer-signup-wrapper-privacy {
  display: none;
}
@media (min-width: 768px) {
  .footer-signup-wrapper-privacy {
    display: inherit;
  }
}
.footer-signup #newsletter {
  border: none;
  background: none;
}
@media (min-width: 768px) {
  .footer-signup #newsletter {
    padding: 0 50px;
  }
}
.footer-signup #newsletter #mce-responses {
  position: relative;
}
.footer-signup #newsletter #mce-success-response,
.footer-signup #newsletter #mce-error-response {
  height: 40px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer-signup #newsletter #mce-success-response,
.footer-signup #newsletter #mce-error-response {
    height: 58px;
    font-size: 15px;
  }
}
.footer-signup #newsletter .mc_embed_signup input {
  height: 40px;
  border: none;
  padding: 20px 25px;
  width: calc(100% - 123px);
}
.footer-signup #newsletter .mc_embed_signup input::placeholder {
  color: #b4bbc3;
  font-weight: 500;
  font-size: 9px;
}
@media (min-width: 768px) {
  .footer-signup #newsletter .mc_embed_signup input::placeholder {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .footer-signup #newsletter .mc_embed_signup input {
    height: 57px;
    width: calc(100% - 185px);
  }
}
.footer-signup #newsletter .mc_embed_signup button {
  width: 115px;
  margin-left: 8px;
  padding: 0;
  font-size: 17px;
}
@media (min-width: 768px) {
  .footer-signup #newsletter .mc_embed_signup button {
    width: 170px;
    margin-left: 15px;
    padding: 10px 25px;
    font-size: 25px;
  }
}
.footer-socials {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-socials {
    width: auto;
    margin-top: 0;
  }
}
.footer-socials ul {
  display: inline-flex;
  margin: 0;
}
.footer-socials ul li {
  margin-left: 20px;
  padding: 0;
}
.footer-socials ul li:first-child {
  margin-left: 0;
}
.footer-socials ul img {
  max-width: 28px;
}
@media (min-width: 768px) {
  .footer-socials ul img {
    max-width: 53px;
  }
}
.footer-info {
  border-top: 1px solid #000;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer-info {
    padding: 30px 0 20px;
  }
}
.footer-info h3 {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .footer-info h3 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}
.footer-info p {
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .footer-info p {
    font-size: 15px;
    line-height: 22px;
  }
}

.main-content {
  margin: 1px 0 20px;
}
.main-content h3 {
  font-size: 12.5px;
  color: #ea6b32;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-content p {
  font-size: 0.78em;
  letter-spacing: 1px;
  font-weight: 500;
}
.main-content a {
  color: #d3aa59;
}
.main-content #paperStocks {
  margin: 35px 0;
}

#site-loading {
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #d3aa5a;
}

#site-loading-inner {
  font-size: 30px;
  color: white;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

#site-loading-inner img {
  display: block;
  margin: auto;
  max-width: 100px;
}

.track-your-order h1 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.track-your-order .page-content {
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}
.track-your-order .page-content h2 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-size: 23px;
  color: #c0ac65;
  margin-bottom: 55px;
  margin-top: 0;
}
.track-your-order .page-content p {
  font-size: 15px;
  line-height: 22px;
}
.track-your-order .page-content a {
  color: #d3aa5a;
}
.track-your-order .btn-account {
  background: #fe6111;
  padding: 15px 25px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  border: none;
  min-width: 150px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
  cursor: pointer;
}
.track-your-order .btn-account-secondary {
  background: #d3aa5a;
  height: 55px;
}
.track-your-order .btn-account:hover {
  background: #d3aa5a;
}
.track-your-order .track-order {
  min-height: 400px;
  margin-bottom: 80px;
}
.track-your-order .track-order-wrapper {
  background: #fe6111;
  padding: 15px 15px 85px;
  position: relative;
}
@media (min-width: 576px) {
  .track-your-order .track-order-wrapper {
    padding: 15px 20px 15px 45px;
  }
}
.track-your-order .track-order-wrapper h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  margin: 0;
  padding-right: 20px;
  flex-shrink: 0;
}
.track-your-order .track-order-form {
  width: 100%;
}
.track-your-order .track-order-form span {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-right: 10px;
}
.track-your-order .track-order-form input {
  width: 100%;
  height: 55px;
  border: none;
  color: #000;
  font-weight: 500;
  outline: none;
}
.track-your-order .track-order-form input::placeholder {
  color: #000;
}
.track-your-order .track-order-form button {
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .track-your-order .track-order-form button {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    left: 15px;
  }
}
.track-your-order .track-order-info {
  border: 2px solid #b3b3b3;
  border-top: none;
  border-bottom-width: 1px;
  padding: 30px 90px;
}
.track-your-order .track-order-info h2 {
  font-size: 27px;
  text-transform: uppercase;
  color: #d3aa5a;
  font-family: "Raleway";
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.track-your-order .track-order-info > div {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
}
.track-your-order .track-order-info > div:last-child {
  margin-bottom: 0;
}
.track-your-order .track-order-info > div strong {
  text-transform: uppercase;
  margin-right: 15px;
}
.track-your-order .track-order-content {
  display: none;
}
.track-your-order .track-order-content.active {
  display: block;
}
.track-your-order .track-order-content > h2 {
  font-size: 31px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fe6111;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #dedede;
}
.track-your-order .track-order-content > h3 {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-size: 23px;
  color: #c8ab5f;
  margin-bottom: 45px;
}
.track-your-order .track-order-content > p {
  font-weight: 500;
}
.track-your-order .track-order-content a {
  color: #c8ab5f;
}
.track-your-order .track-order-status {
  border: 2px solid #b3b3b3;
  border-top: none;
  padding: 40px 90px;
}
.track-your-order .track-order-status-name strong {
  text-transform: uppercase;
  margin: 0 15px;
}
.track-your-order .track-order-status-name span {
  font-weight: 700;
  text-transform: capitalize;
}
.track-your-order .track-order-status-name span.refunded {
  color: #2229b6;
  text-transform: uppercase;
}
.track-your-order .track-order-status-name span.cancelled {
  color: #dc0f0f;
  text-transform: uppercase;
}
.track-your-order .track-order-status-description {
  padding: 32px 0;
}
.track-your-order .track-order-status-description p {
  font-size: 17px;
  line-height: 32px;
  margin-bottom: 30px;
}
.track-your-order .track-order-status-description a {
  text-decoration: underline;
}
.track-your-order .track-order-status-description .orange {
  color: #fe6111;
  font-weight: 700;
}
.track-your-order .track-order-status-description .completed-details {
  margin: 0 -90px;
  padding: 70px 90px 0;
  border-top: 2px solid #b3b3b3;
}

.track-order-notification p {
  font-weight: 700;
}
.track-order-button {
  padding: 15px 0;
  margin: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.track-order-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
  background: url("../utterly/img/track-order.png");
  background-position: left;
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
}
.track-order-button a:hover span {
  transform: translateX(5px);
}
.track-order-button a span {
  position: relative;
  margin-left: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.track-order-button a span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 10px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fe6111;
  border-top: 3px solid #fe6111;
  transform: rotate(45deg);
  border-radius: 1px;
}

#reviewsio-carousel-widget {
  border-top: 1px solid #c89b47;
  border-bottom: 1px solid #c89b47;
  margin: 30px 0;
  padding-top: 20px;
}

#main-nav-items .menu > ul > li:hover > a span {
  border-color: #fe6111;
}
#main-nav-items .menu > ul > li a {
  padding-bottom: 0;
}
#main-nav-items .menu > ul > li a span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 5px solid transparent;
}
#main-nav-items .menu > ul > li .big li {
  padding: 4px 0;
}
#main-nav-items .menu > ul > li .big li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px !important;
  display: inline;
}
#main-nav-items .menu > ul > li .big li a:hover {
  border-color: #c8ab5f;
}

/*# sourceMappingURL=style.css.map */
