@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Noto+Sans:wght@400;700&family=Playfair+Display:wght@400;700&display=swap');


h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display'!important;
  /* text-align: left; */
}

p, a, span, body, small, div {
  font-family: 'Lora'!important;
  /* text-align: left; */
}


::selection {
    background-color: #ebebeb;
    color: #000000;
}

::-moz-selection {
    background-color: #ebebeb;
    color: #000000;
}

.top-other {
    background: #fde4f1;
    color: #c85f94;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.top-other .newsfeed-item {
    font-size: 11px;
    font-family: 'Playfair Display', sans-serif;
    color: #c85f94;
    font-weight: 500;
    font-style: italic;
}

.top-other-inner .newsfeed-item a.link {
    color: #c85f94;
    padding: 5px;
    font-size: 11px;
    font-weight: 700;
}

#content.container, #content .background {
    background-color: #ffffff;
}

body, button, select {
    color: #000000;
}

label {
    color: #828282;
    margin-bottom: 3px;
}

a {
    color: #202020;
    font-weight: 700;
}

a:hover {
    color: #a07936;
}

html {
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    height: auto !important;
    width: 100%;
    font-size: 15px;
    line-height: 1.55em;
    font-family: 'ProximaNova-Regular'!important;
}

label.control-label {
    cursor: default;
    display: block;
    /* font-family: 'Playfair Display', sans-serif; */
}

button, input, select, textarea {
    /* font-family: 'Playfair Display', sans-serif; */
    font-size: 15px;
}

a, a:focus, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', sans-serif;
}

h1, h2, h3, h4, h5 {
    text-transform: normal;
    /* text-align: left; */
}

h1 {
    color: #202020;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
	font-family: 'Playfair Display'!important;
}

h2 {
    color: #202020;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 20px;
	font-family: 'Playfair Display'!important;
}

h3 a, h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	font-family: 'Playfair Display'!important;
}

h4 {
    color: #808080;    
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
	font-family: 'Playfair Display'!important;
}

h5 {
    color: #e48c20;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 25px;
	font-family: 'Playfair Display'!important;
}

h6 {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
	font-family: 'Playfair Display'!important;
}

.macos h6 {
    font-weight: 300;
}

.title-1, .title-2, .title-3, .title-4 {
    font-family: 'Playfair Display', sans-serif;
}

.title-2 {
    font-style: normal;
    font-weight: bold;
}

.wrapper-title .title-3 {
    background-color: #ffffff;
}

.title-4 {
    color: #a07936;
    font-family: 'Playfair Display', sans-serif;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    *display: inline;
    zoom:1;margin-top: 0;
    text-transform: uppercase;
    line-height: 28px;
}

.bold {
    font-weight: bold;
}

hr {
    margin: 15px 0 20px;
    color: #b0acac;
    border: 0;
    border-top: 1px solid;
}

p {
    font-size: 16px;
	line-height: 2;
    margin: 0 0 10px;
    font-weight: 300;
    text-align: justify;
    /* text-align: left; */
}


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

ol li, ul li {
    font-size: 16px;
	line-height: 2;
	padding: 4px 0 3px;
    list-style-position: outside;
	text-align: justify;
}

ul ul, ul ol, ol ol, ol ul {
    padding-left: 10px;
}

ul.list li a, ol.list li a {
    font-size: 1.4em;
}

ul.list li a:hover, ol.list li a:hover {
}

dl {
    margin-top: 0;
    margin-bottom: 0;
}

dl dt {
    font-family: 'Playfair Display', sans-serif;
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 6px;
}

dl dd {
    margin-bottom: 20px;
    margin-left: 0;
}

table {
    width: 100%;
}

table thead th, table thead td {
    padding: 14px 20px;
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
    background: #ebebeb;
}

table thead th {
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    text-align: center;
}

table tbody td, table tfoot td {
    text-align: center;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 14px;
}

table td {
    border-bottom: 1px solid #ebebeb;
}

address {
    margin-bottom: 0;
}

address .address-group {
    max-width: 250px;
    font-size: 12px;
    font-family: 'Playfair Display', sans-serif;
    padding-top: 0;
}

address .address-group .address1 .phone-number {
    letter-spacing: 1px;
    padding: 5px 0 5px;
}

address .author {
    font-family: 'Playfair Display', sans-serif;
    color: #202020;
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
}

address .info, address .address, address .phone {
    display: table;
    width: 100%;
    padding: 0 0 10px;
}

address .address {
    text-transform: capitalize;
}

address .info .fa-user, address .address .fa-home, address .phone .fa-phone {
    padding: 5px 25px 0 0;
    display: block;
    float: left;
}

address .icon-user, address .icon-home, address .icon-phone, address .address-group {
    display: table-cell;
    vertical-align: middle;
    float: left;
    max-width: 200px;
    line-height: 20px;
    padding-top: 7px;
}

address .icon-user, address .icon-home, address .icon-phone {
    vertical-align: top;
}

address .email, address .city1, address .zip, address .phone-number {
    display: block;
}

address .email {
    color: #505050;
    font-size: 12px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    line-height: 20px;
}

.customer_address address .phone, .order_address .phone {
    border-bottom: 0;
}

.order_address .phone {
    font-size: 12px;
}

.address_table {
    border: 1px solid #ebebeb;
    margin-bottom: 40px;
    padding: 20px 10px;
    position: relative;
}

.address_table .edit_address ul.customer_address_table {
    margin-left: 0;
    margin-right: 0;
}

#address_tables {
    margin-top: 20px;
}

.contact_us i.fa {
    font-size: 14px;
    margin-right: 5px;
}

blockquote {
    font-style: italic;
    background: #ffffff url(../../../../cdn.shopify.com/s/files/1/0908/7252/t/2/assets/quote04b7.png?664435031589137957) no-repeat scroll 0 20px;
    border: none;
    padding: 20px 30px 20px 40px;
}

blockquote p {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3em;
    font-size: 13em;
}

.action_edit, .action_delete {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    position: relative;
    padding-left: 25px;
}

.action_edit {
    margin-right: 6px;
}

.action_edit a, .action_delete a {
    vertical-align: top;
}

.action_edit .fa-edit {
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0;
    margin-top: -5px;
}

.action_edit .fa-edit {
    color: #01a8d5;
    padding: 2px 0px;
}

#customer_orders table td {
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    border-bottom: 1px dotted #ebebeb;
    color: #000000;
    font-size: 13px;
}

#customer_orders table td a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

#customer_orders table td .total {
    font-size: 14px;
    color: #828282;
}

#customer_orders table tbody td {
    padding: 34px 17px;
}

.status_authorized {
    text-transform: capitalize;
    color: #1e1e1e;
}

.status_unauthorized {
    text-transform: capitalize;
    color: #000000;
}

.status_fulfilled {
    text-transform: capitalize;
    color: #666666;
}

.status_unfulfilled {
    text-transform: capitalize;
    color: #ff2222;
}

.dropdown-menu.focus {
    display: block !important;
}

.wrap-table {
    overflow-y: hidden;
    overflow-x: auto;
    clear: both;
    margin-bottom: 110px;
    margin-top: 30px;
}

.cart-items .action button {
    background: none;
    border: 0;
    color: #000000;
    font-size: 12px;
    font-family: 'Playfair Display', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.cart-items .action button i.fa {
    line-height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 7px;
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-right: 10px;
}

select {
    width: 134px;
    background-color: #ffffff;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dedede;
    outline: none;
    height: 40px;
    line-height: 20px;
    padding: 6px;
    font-style: italic;
}

select:focus {
    outline-offset: -2px;
    border-color: #818080;
    outline: 0;
}

button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-shadow: none;
}

.btn {
    filter: none;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    *
    display: inline;
    zoom:1;
    padding: 0 15px;
    border-radius: 0;
    background: #333;
    color: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-weight: 500;
    /* font-family: 'Playfair Display', sans-serif; */
    height: 36px;
    line-height: 36px;
    /* font-size: 15px; */
}

.btn:hover, .btn:focus {
    color: #ffffff;
    background: #a07936;
    border: 1px solid #a07936;
    outline: none !important;
}

.btn.disabled:hover, .btn[disabled]:hover {
    cursor: default;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-1 {
    border: 1px solid #dedede;
    background: rgb(76 76 76);
    color: #fff;
}

.btn-1:hover {
    background: #a07936;
    color: #ffffff !important;
    border: 1px solid #a07936;
}

.btn-2 {
    background: #ebebeb;
    color: #8f8f8f;
    border-color: #dedede;
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-2:hover {
    background: #ffffff;
    color: #202020;
}

.touch .add-to-cart:hover, .touch .add-to-cart:focus, .touch .add-to-cart:active {
    background: #ffffff;
    color: #8f8f8f;
    border-color: #dedede;
    outline: none;
}

#top .top a, #loginButton {
    font-style: normal;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

#loginButton:hover {
    color: #a07936;
}

#top a {
    text-shadow: none;
    font-style: normal;
}

#top a:hover, #top a:focus {
    text-shadow: none;
    box-shadow: none;
    outline: none;
}

#top #search-submit {
    color: #202020;
}

#top a#site-title {
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: 'Playfair Display', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 40px;
}

#top #site-title:hover {
    text-decoration: none;
}

.navbar {
    margin-bottom: 0;
    border: none;
    min-height: 60px;
}

#top nav.navbar a {
    font-family: 'Playfair Display', sans-serif;
    color: #fff;
}

#top nav.navbar .nav > li > a {
    color: #fff;
    background: transparent;
    padding: 5px;
    font-weight: 700;
}



#top nav.navbar .nav > li:hover > a span {
    color: #f4d7a5;
}

#top nav.navbar .dropdown-menu {
    background-color: #ffffff;
    width: max-content;
    padding: 20px 10px;
    border-radius: 0px;
    border: 0;
}

#top nav.navbar .dropdown-menu li.last {
    border-bottom: 0;
}

#top nav.navbar .dropdown .sub-dropdown {
    padding-bottom: 0;
    z-index: 9999;
    cursor: pointer;
}

#top nav.navbar .dropdown:hover .sub-dropdown {
    padding-bottom: 28px !important;
}

.navbar-nav > li {
    margin: 0 0 0 0;
    padding: 14px 10px;
    display: inline-block;
    *
    display: inline;
    zoom:1;
    float: left;
	font-size:15px;	
	font-family: 'Playfair Display'!important;
}

.navbar-nav > li:hover a {
    background-color: #ffffff;
}

.nav>li>a {
    padding: 0;
    text-transform: uppercase;
}

#top nav.navbar .dropdown-menu li {
    float: none;
    padding: 5px 0px 9px;
    text-align: left;
}

.top-navigation .navbar ul.navbar-nav {
    background-color: rgba(0,0,0,0);
}

#top nav.navbar .dropdown-menu a:hover {
    color: #a07936;	
}

#top nav.navbar .dropdown-menu a {
    color: #505050;
    font-size: 16px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    display: inline;
    padding: 5px;
    white-space: normal;    
    background: transparent;
	text-transform: none;
    position: relative;
}

.dropdown-menu:after {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#footer a {
    font-style: normal;
    font-weight: 400;
}

#footer a:hover, #footer a:focus {
    color: #a07936;
    font-style: normal;
    font-weight: normal;
}

#footer .title {
    color: #2d2e30;
    font: bold 12px 'Playfair Display', sans-serif;
    text-transform: uppercase;
}

#footer #email-submit {
    color: #000000;
}

.sidebar .group_sidebar {
    background-color: #f7f7f7;
    color: #808080;
}

.sidebar .group_sidebar .sb-image {
    margin-bottom: 20px;
}

.sidebar .sb-title:hover {
    cursor: default;
}

.sidebar .sb-content.sb-tags li > a {
    color: #808080;
    font-weight: 300;
}

.sidebar .sb-tags li.active a {
    color: #a07936;
}

.sidebar .sb-content p {
    margin-bottom: 0;
}

.sidebar .sb-wrapper:last-child {
    border-bottom: 0;
}

.sidebar a {
    color: #808080;
    font-style: normal;
    font-weight: normal;
    text-transform: capitalize;
}

.sidebar a:hover, .sidebar a:focus {
    color: #a07936;
    font-style: normal;
}

.group_sidebar ul.sb-content p {
    color: #808080;
    font-weight: 400;
}

.sold_out, .unavailable, .price_compare, .price, .price_sale {
    display: inline-block;
    *display: inline;
    zoom:1;font-size: 15px;
}

.price {
    font-size: 50px;
    color: #202020;
    display: block;
    line-height: 50px;
    font-weight: 500;
}

.price_sale {
    font-size: 50px;
    color: #a07936;
    line-height: 50px;
    font-weight: 500;
}

.sold_out, .unavailable {
    color: #969696;
    font-style: italic;
    font-weight: bold;
}

.price_compare {
    color: #cccccc;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.detail-price {
    margin-bottom: 30px;
}

.detail-price .price_compare, .detail-price .price_sale, .detail-price span.price {
    font-family: 'Playfair Display', sans-serif;
}

.detail-price .price_compare {
    margin-left: 0;
    margin-right: 10px;
    font-size: 15px;
}

.sale_banner {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table;
}

.sale_banner .sale_text {
    background-color: #a07936;
    color: #ffffff;
    line-height: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: table-cell;
    vertical-align: middle;
}

.about-us div {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 22px;
    color: #000000;
}

.about-us li > i {
    padding-right: 10px;
}

.about-us ul, ol {
    padding-left: 40px;
	list-style: inside;
}

.typography p {
    font-family: 'Playfair Display', sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #808080;
    font-weight: 300;
}

.typography ol li a, .typography ul li a {
    font-size: 13px;
    color: #000000;
}

.typography .mini-line {
    margin-bottom: 25px;
}

div.jGrowl div.jGrowl-notification .jGrowl-message > .col-md-8 {
    text-align: center;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
    background: transparent;
    color: #b9b9b9;
    font-size: 1.2em;
    height: 30px;
    line-height: 26;
    width: 30px;
    text-align: center;
    top: 0;
    right: 0;
    left: auto;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close:hover {
    color: #b1181b;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close i.fa {
    color: #b9b9b9;
    vertical-align: top;
    line-height: 26px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close:hover i.fa {
    color: #b1181b;
}

div.jGrowl div.jGrowl-notification .jGrowl-title {
    text-transform: none;
    font-size: 13px;
    font-family: 'Playfair Display', sans-serif;
    font-style: none;
    color: #808080;
}

div.jGrowl div.jGrowl-notification .jGrowl-title:hover {
    color: #a07936;
}

div.jGrowl div.jGrowl-notification .jGrowl-note {
    font-size: 1.5em;
    margin-bottom: 10px;
}

div.jGrowl div.jGrowl-notification .jGrowl-note a, div.jGrowl div.jGrowl-notification .jGrowl-note {
    color: #000000;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 417px;
    padding: 20px;
}

div.jGrowl div.jGrowl-closer {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
}

.page-404 .list-inline>li:first-child {
    font-size: 1.5em;
}

.page-404 .search-submit {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid transparent;
    background: transparent;
    vertical-align: middle;
}

.page-404 .search-submit .fa-search {
    padding: 8px 5px !important;
}

.page-404 .search-form {
    border: 1px solid #ebebeb;
}

.page-404 .search-form input {
    padding: 5px;
    font-size: 13px;
    border: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.bold {
    font-weight: bold;
}

.unbold {
    font-weight: normal;
}

.caroufredsel_wrapper {
    margin: 0!important;
}

.caroufredsel_wrapper li.items {
    float: left;
    height: auto!important;
}

.unmargin {
    margin: 0!important;
}

.unmargin-top {
    margin-top: 0!important;
}

.unmargin-bottom {
    margin-bottom: 0!important;
}

.unmargin-left {
    margin-left: 0!important;
}

.unmargin-right {
    margin-right: 0!important;
}

.unpadding {
    padding: 0!important;
}

.unpadding-bottom {
    padding-bottom: 0;
    padding-top: 20px;
}

.unpadding-left {
    padding-left: 0!important;
}

.unpadding-right {
    padding-right: 0!important;
}

.unborder {
    border: 0!important;
}

.img-responsive {
    height: auto;
    /* max-width: 160px; */
}

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

.margin-left-10 {
    margin-left: 10px;
}

.mright-1 {
    margin-right: 1px;
}

.mleft-1 {
    margin-left: 1px;
}

.mright-3 {
    margin-right: 3px;
    *margin-right: 3px;
}

.mleft-3 {
    margin-left: 3px;
    *margin-left: 3px;
}

.mright-7 {
    margin-right: 7px;
}

.table-cell {
    display: table;
}

.table-cell li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}

.alert-error, .alert-success {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    padding: 5px 10px;
    text-shadow: none;
    font-weight: 600;
    font-size: 14px;
}

.alert-success {
    background-color: #689d4a;
    border-color: #689d4a;
}

.alert .close {
    top: 4px;
}

.opacity_85 {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.opacity_93 {
    opacity: 0.93;
    filter: alpha(opacity=93);
}

.header_style {
    font-family: 'Playfair Display', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.overlay-content {
    position: fixed;
    background: #ffffff url(../../../../cdn.shopify.com/s/files/1/0908/7252/t/2/assets/loader04b7.gif?664435031589137957) no-repeat center;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0.9;
}

.uppercase {
    text-transform: uppercase;
    vertical-align: top;
}

.req {
    color: #f00 !important;
}

.sortBy .dropdown-menu:after, .sortBy .dropdown-menu:before {
    border: none !important;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
   
}

#carousel-custom {
    margin-top:  10px;
    width: 100%;
}
#carousel-custom .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    white-space: nowrap;
    width: 100%;
}
#carousel-custom .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
#carousel-custom .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    max-width: 104px;
}
#carousel-custom .carousel-indicators li.active img {
    opacity: 1;
}
#carousel-custom .carousel-indicators li:hover img {
    opacity: 0.75;
}
#carousel-custom .carousel-outer {
    position: relative;
}
.carousel-control.left {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.carousel-control.right {
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 20px;
    margin-top: -27px;
    line-height: 54px;
    border: 2px solid #fff;
    opacity: 1;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.description h1{
	font-weight:700;
	margin: 5px 0 20px 0;
	text-transform: none;
	