@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular.eot');
    src: url('../fonts/montserrat-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-regular.woff') format('woff'),
        url('../fonts/montserrat-regular.ttf') format('truetype'),
        url('../fonts/montserrat-regular.svg#montserrat-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-italic.eot');
    src: url('../fonts/montserrat-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-italic.woff') format('woff'),
        url('../fonts/montserrat-italic.ttf') format('truetype'),
        url('../fonts/montserrat-italic.svg#montserrat-italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-medium.eot');
    src: url('../fonts/montserrat-medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-medium.woff') format('woff'),
        url('../fonts/montserrat-medium.ttf') format('truetype'),
        url('../fonts/montserrat-medium.svg#montserrat-semibold') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-mediumitalic.eot');
    src: url('../fonts/montserrat-mediumitalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-mediumitalic.woff') format('woff'),
        url('../fonts/montserrat-mediumitalic.ttf') format('truetype'),
        url('../fonts/montserrat-mediumitalic.svg#montserrat-mediumitalic') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-semibold.eot');
    src: url('../fonts/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-semibold.woff') format('woff'),
        url('../fonts/montserrat-semibold.ttf') format('truetype'),
        url('../fonts/montserrat-semibold.svg#montserrat-semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-semibolditalic.eot');
    src: url('../fonts/montserrat-semibolditalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-semibolditalic.woff') format('woff'),
        url('../fonts/montserrat-semibolditalic.ttf') format('truetype'),
        url('../fonts/montserrat-semibolditalic.svg#montserrat-semibolditalic') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold.eot');
    src: url('../fonts/montserrat-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-bold.woff') format('woff'),
        url('../fonts/montserrat-bold.ttf') format('truetype'),
        url('../fonts/montserrat-bold.svg#montserrat-bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bolditalic.eot');
    src: url('../fonts/montserrat-bolditalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-bolditalic.woff') format('woff'),
        url('../fonts/montserrat-bolditalic.ttf') format('truetype'),
        url('../fonts/montserrat-bolditalic.svg#montserrat-bolditalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-black.eot');
    src: url('../fonts/montserrat-black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-black.woff') format('woff'),
        url('../fonts/montserrat-black.ttf') format('truetype'),
        url('../fonts/montserrat-black.svg#montserrat-black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-blackitalic.eot');
    src: url('../fonts/montserrat-blackitalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/montserrat-blackitalic.woff') format('woff'),
        url('../fonts/montserrat-blackitalic.ttf') format('truetype'),
        url('../fonts/montserrat-blackitalic.svg#montserrat-blackitalic') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Cubano-Regular';
    src: url('../fonts/Cubano-Regular.eot');
    src: url('../fonts/Cubano-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cubano-Regular.woff') format('woff'),
        url('../fonts/Cubano-Regular.ttf') format('truetype'),
        url('../fonts/Cubano-Regular.svg#Cubano-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 1.57;
    color: #191919;
}
button {
	border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    text-align: inherit;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/* Links */
a{
   color: inherit;
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{
    font-family: 'Montserrat';
    text-align: center;
    font-size: 14px;
    padding: 11px 15px;
    color: #191919;
}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/*input[type="checkbox"]:not(checked) {
    position: absolute;
    visibility: hidden;
}
input[type="checkbox"]:not(checked) + label:before {
    content: "";
    position: relative;
    top: -1px;
    vertical-align: middle;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    border: 1px solid #191919;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}
input[type="checkbox"]:checked + label:before {
    content: "\f00c";
    font: 9px 'Font Awesome\ 5 Pro';
    font-weight: bold;
    color: #191919;
}*/
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}

/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #191919;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #191919;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #bfbfbf;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #bfbfbf;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: 1.2;
    color: #21362c;
}
h1 {
	margin: 0 auto 10px;
}
h1, h2{
    font: 42px/1.2 'Cubano-Regular';
    text-transform: uppercase;
    position: relative;
}
h3 {
    font: 24px/1.2 'Cubano-Regular';
    text-transform: uppercase;
}
h4 {
     font: 18px/1.2 'Cubano-Regular';
     text-transform: uppercase;
}
h5 {

}
h6 {

}
h2 span{
    display: block;
    font: 24px/1.2 'Cubano-Regular';
    color: #d5b98b;
}
h2 + p {
	padding-top: 30px;
}
.popup-section h2 + p {
	padding-top: 0;
}
h3 span{
    display: block;
    font: 18px/1.2 'Cubano-Regular';
    color: #d5b98b;
}
.large-text{
    font: 54px/1.13 'Cubano-Regular';
    text-transform: uppercase;
}
.large-text span{
    display: block;
    font: 900 18px/1.2 'Montserrat';
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 20px;
}
p a {
    color: #d5b98b;
}
p a:hover {

}
ul {
    list-style-type: none;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 11px;
}
a[href*="mailto"]:hover {
	color:#d5ba8c;
}
/************************************************************
Generic Site Styles */
.flexbox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.flexbox .column {
	max-width: 100%;
	flex-grow: 1;
	width: auto;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.table.page,
.container {
    max-width: 1120px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}

.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.header-img-wrapper:before,
.header-img-wrapper:after {
	display: none;
}

.header-img-wrapper {
	font-size: 0;
	text-indent: -999px;
}
/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.header-menu, .sub-menu,
.sub-ctrl, .slick-arrow, .btn{
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.text-overlay,
.product-box .img-box span{
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box .relative {
    z-index: 1;
}
/* Buttons */
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 22px;
    font-weight: 600;
    height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #21362c;
    border: none;
    text-align: center;
    min-width: 175px;
    padding: 16px 63px 16px 15px;
    position: relative;
    cursor: pointer;
}
.btn:after{
    content: '\f061';
    font-family: Font Awesome\ 5 Pro;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    width: 48px;
    height: 50px;
    line-height: 50px;
    background: #d5ba8c;
    color: #21362c;
    right: 0;
    top: 0;
}
.btn:hover{
    background: #d5ba8c;
    color: #21362c;
}
.btn-light{
    background: #ffffff;
    color: #21362c;
}
.more-link{
    font-size: 18px;
    text-transform: uppercase;
}
.more-link:hover{
    color: #cf042c;
}
/* Close Button */
.highslide-container .closebutton,
.popup-section .side-right .close-section{
    background: #fff !important;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #d5b98b;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
/* Icons */
i{
    font-style: normal;
}
.label-made-in-usa{
    display: inline-block;
    width: 109px;
    height: 125px;
    background: url(../images/icons/logo-made-in-USA.png) no-repeat;
}
/* Stars */
.featured-products:before,
#shop h2:before,
#our-story h2:before, h2:before, h1:before,
.footer-wrapper .container:before,
.product-popup-left:before{
    content: '';
    display: block;
    vertical-align: top;
    background: url(../images/icons/stars.png) no-repeat;
    width: 102px;
    height: 37px;
    margin: 0 auto 20px;
}
.inner-box h2:before {
	display: none !important;
}

/* List */
.popup-section .right-side-content ul:not([class]){
    margin-bottom: 40px;
}
.popup-section .right-side-content ul:not([class]) > li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.popup-section .right-side-content ul:not([class]) > li:before{
    content: "\f005";
    font-family: Font Awesome\ 5 Pro;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 0;
    color: #d5b98b;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow {
    color: #fff;
    width: 56px;
    height: 56px;
    border: 3px solid #d5ba8c;
    border-radius: 50%;
    z-index: 9;
}
.slick-arrow:after {
    font: 18.5px/1 Font Awesome\ 5 Pro;
    font-weight: normal;
}
.slick-arrow.slick-prev {
    left: 20px;
}
.slick-arrow.slick-prev:after {
    content: "\f060";
}
.slick-arrow.slick-next {
    right: 20px;
}
.slick-arrow.slick-next:after {
    content: "\f061";
}
.slick-arrow:hover{
    background: #fff;
    color: #21362c;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 3.5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}
.slick-dots li.slick-active button {
    background-color: #d5ba8c;
}
.slick-dots li button:before {
    content: none;
}
/************************************************************
Popup Window */
.highslide-container .popup-default.product-popup{
    height: 750px;
}
.highslide-container .closebutton{
    left: 13px !important;
}
.highslide-container .closebutton:after{
    content: 'X';
    font: 18px/1.2 'Montserrat';
    font-weight: 600;
}
.highslide-container .popup-default{
    background: #fff;
    min-height: 500px;
}
.highslide-container div{
    font-family: 'Montserrat';
    font-size: 14px;
}
/* Discount Field */
.discount{
    display: flex;
    width:100%;
}
.discount > button {
    font-size: 18px;
    border-top: 1px solid #21362c;
    border-bottom: 1px solid #21362c;
    border-right: 1px solid #21362c;
    color: #21362c;
    height: 50px;
    background-color: #d5ba8c;
    width: 58px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
    margin-right:15px;
}
.discount > button:hover{
    color: #d5ba8c;
    background-color: #21362c;
}
.discount input{
    font-size: 22px;
    /*font-weight: 900;*/
    text-align: center;
    vertical-align: top;
    /*width: 56px;*/
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-top: 1px solid #21362c;
    border-bottom: 1px solid #21362c;
    color: #21362c;
}
/* Counter Field */
.quantity-counter{
    display: flex;
}
.quantity-counter > button{
    font-size: 18px;
    border: 1px solid #21362c;
    color: #21362c;
    height: 50px;
    background: none;
    width: 58px;
    cursor: pointer;
    vertical-align: top;
    text-align: center;
}
.quantity-counter input{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    vertical-align: top;
    width: 56px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-top: 1px solid #21362c;
    border-bottom: 1px solid #21362c;
    color: #21362c;
}
/************************************************************
Popup Slide Window */
.popup-section {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 130;
    opacity: 0;
    visibility: hidden;
}
.popup-section .table{
    height: calc(100% - 80px);
}
.popup-section.show {
    visibility: visible;
}
.popup-section .label-made-in-usa{
    position: absolute;
    top: 40px;
    right: 55px;
    z-index: 10;
}
.popup-section h2{
    line-height: 1.1;
    margin-bottom: 35px;
}
.popup-section p {
    margin-bottom: 25px;
}
.popup-section .side-left {
    position: relative;
    left: -50%;
}
/*
.popup-section .side-left:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-position: top left;
	background-repeat: repeat;
	background-image: url(/images/layout/bg_texture.png);
	opacity: 0.5;
	z-index: 1;
}
*/
.popup-section .side-left .img-box,
.popup-section .side-left .relative {
    height: 100%;
}
.popup-section .side-right {
    position: relative;
    right: -50%;
}
.popup-section .right-side-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 15px 20px 60px;
    overflow-y: auto;

}
.right-side-content .inner-box{
    max-width: 490px;
}
.right-side-content p a{
    font-weight: bold;
    color: #21362c;
}
/*.popup-section > .cell > .close-section {
    position: absolute;
    top: -52px;
    width: 100%;
    padding: 11px 15px;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    background-color: #d0d8d3;
    z-index: 1;
}*/
.popup-section .side-right .close-section{
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1;
    font-size: 20px;
}
.popup-section .tag-line {
    position: absolute;
    bottom: -80px;
    width: 100%;
    margin-bottom: 0 !important;
    padding: 17px 15px 17px;
    height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: url(../images/layout/wood-bar-bottom.jpg) no-repeat;
    background-size: cover;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.popup-section .tag-line h4{
    color: #fff;
    margin-right: 60px;
}

.header-img {
	display: block;
	margin: 0 auto 45px;
}
.button-holder {
	text-align: center;
	padding-top: 40px;
}

#main .dark,
#main .dark *:not(.btn):not(span):not(strong):not(button) {
	color: #fff;
}
body:not(.desktop) * {
	background-image: scroll !important;
}
.select2 + .select2 {
    display: none !important;
}
.select2-results__option:empty {
    display: none;
}
