@font-face {
    font-family: 'RBNo31-Book';
    src: url('../fonts/RBNo31-Book.woff2') format('woff2'),
    url('../fonts/RBNo31-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RBNo31-BlackItalic';
    src: url('../fonts/RBNo31-BlackItalic.woff2') format('woff2'),
    url('../fonts/RBNo31-BlackItalic.woff') format('woff');
    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: 18px 'Arial', serif;
    line-height: 1.55;
    color: #242424;
}

/* 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[href^="tel:"] {
    color: inherit;
}
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]{

}
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]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: #242424;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font-family: 'Arial';
}
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;
}
/* Select 2 */
.select2-container .select2-selection--single {
    height: auto;
    border-radius: 0;
    border-color: rgba(112,112,112,0.596);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: inherit;
    padding: 8px 40px 8px 12px;
    font-size: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    width: 40px;
    border-left: 1px solid rgba(112,112,112,0.596);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-selection__arrow b {
    display: none;
}
.select2-selection__arrow:after {
    content: '\f078';
    font: bold 12px/1 Font Awesome\ 5 Pro;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: inherit;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F2F2F2 ;
    color: inherit;
}
.select2-dropdown {
    border-color: rgba(112,112,112,0.596);
    border-radius: 0;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.16);
}
.select2-results__option {
    padding: 6px 12px;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #242424;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #242424;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #242424;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #242424;
    opacity: 1;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #242424;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #242424;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #242424;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #242424;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
h1, h2{
    font-family: 'RBNo31-BlackItalic', sans-serif;
    font-size: 42px;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3 {
    font-size: 32px;
    line-height: 1.2;
    font-family: 'RBNo31-Book';
    text-transform: uppercase;
    margin-bottom: 15px;
}
h4 {
    font: 22px/1 'RBNo31-BlackItalic';
    margin-bottom: 10px;
}
h5 {
   font-size: 18px;
   margin-bottom: 10px;
}
h6 {
   
}
.large-text{
    font: bold 72px/1.03 'RBNo31-BlackItalic', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.small-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 35px;
}
p:last-child {
    margin-bottom: 0;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
}
.container.sm {
    max-width: 1760px;
}
.container {
    padding: 0 80px;
}
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, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .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;
}

/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
    margin-right: auto;
}
.pull-right {
    float: right;
    margin-left: auto;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

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

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
.top-bar, .nav-menu,
.header-menu, .logo-wrapper,
.nav-menu > li > a:after,
.sub-menu, .sub-ctrl, 
.sub-menu li a:before,
.more-link:after,
.slick-arrow, .slick-arrow:after, .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;
}
.cart-panel, .ql-box:before {
    -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;
    overflow: hidden;
}
.img-box .relative {
    z-index: 1;
}
.banner .single-banner:first-child:before,
.sub-banner:before,
.ql-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.btn{
    font-size: 18px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    background: #007A33;
    border: 2px solid transparent;
    text-align: center;
    min-width: 275px;
    padding: 23px 25px 21px;

}
.btn:hover{
    background: #0076A8;
    border-color: #0076A8;
}
.btn.btn-light{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.btn.btn-light:hover {
    background: #fff;
    color: #0076A8;
}
.btn.btn-blue {
    background: #0076A8;
    border-color: #0076A8;
}
.btn.btn-blue:hover {
    background: #007A33;
    border-color: #007A33;
}
.btn-md {
    min-width: 215px;
}
.btn-sm {
    min-width: 0;
    padding: 17px 25px 15px;
}
.more-link {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
.more-link:after {
    content: '\f178';
    font-size: 22px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: normal;
    line-height: 1;
    vertical-align: text-top;
    margin-left: 18px;
    position: relative;
}
.close-btn {
    position: absolute;
    top: 35px;
    right: 55px;
    display: block;
    font-size: 30px !important;
    z-index: 200;
    color: #fff !important;
}
.expand-btn {
    font-size: 28px;
    width: 61px;
    height: 61px;
    border: 1px solid #0076A8;
    color: #0076A8;    
    display: flex;
    align-items: center;
    justify-content: center;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #242424;
    border-radius: 50%;
}
/* Icons */
.icon{
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 20px;
}
.icon img {
    max-height: 100%;
    max-width: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************************************************
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: #000;
    z-index: 10;
    width: 61px;
    height: 61px;
    border: 3px solid #000;
    border-radius: 50%;
    transform: none;
    top: 37%;
}
.slick-arrow:after {
    font:  40px/1 Font Awesome\ 5 Pro;
}
.slick-arrow:hover {
    border-color: #007A33;
}
.slick-arrow:hover:after {
    color: #007A33;
}
.slick-arrow.slick-prev {
    left: 80px;
    padding-right: 5px;
}
.slick-arrow.slick-prev:after {
    content: "\f053";
}
.slick-arrow.slick-next {
    right: 80px;
    padding-left: 5px;
}
.slick-arrow.slick-next:after {
    content: "\f054";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0 5px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #000000;
}
.slick-dots li.slick-active button {
    background: #007A33;
    border-color: #007A33;
}
.slick-dots li button:before {
    content: none;
}
/* Counter Field */
.quantity-counter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 82px;
    height: 70px;
    border: 1px solid rgba(112,112,112,0.596);
}
.quantity-counter input{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    width: 50px;
    padding: 0;
    border-right: 1px solid rgba(112,112,112,0.596);
    color: #000;
    height: 100%;
}
.quantity-counter > button{
    font-size: 12px;
    color: #000;
    height: 50%;
    border: none;
    background: none;
    width: 32px;
    cursor: pointer;
}
.quantity-counter .counter-plus {
    border-bottom: 1px solid rgba(112,112,112,0.596);
}
/********************************
	Product listing styles */
.toggle-box{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    border-top: solid;
    padding-top: 18px;
    border-color: #bababa;
    border-width: 2px;
}
.toggle-box:last-child{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    border-top: solid;
    border-bottom: solid;
    padding-top: 18px;
    border-color: #bababa;
    border-width: 2px;
}
.toggle-box .toggle-box{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    z-index: 1;
}
.toggle-box .toggle-box:first-child{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    z-index: 1;
    border-top: none;
}
.toggle-box .toggle-box:last-child{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    border-bottom: none;
}
.toggle-box .toggle-box .toggle-box{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
    z-index: 1;
}
.toggle-box .toggle-box .toggle-box:last-child{
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    padding-top: 18px;
}
.toggle-head {
    cursor: pointer;
}
.toggle-head:before,
.toggle-head #child:before,
.toggle-head #child #subchild:before {
    content: '';
    font-family: Font Awesome\ 5 Pro;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 61px;
    height: 61px;
	text-align: center;
	line-height: 52px;
	font-weight: 200;
}

.toggle-open .toggle-head:before,
.toggle-open .toggle-head .toggle-open #child:before,
.toggle-open .toggle-head .toggle-open #child .toggle-open #subchild:before{
    content: '';
    font-family: Font Awesome\ 5 Pro;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 61px;
    height: 61px;
	text-align: center;
	line-height: 52px;
	font-weight: 200;
}
.toggle-head h3 {
	font-family: Arial;
	font-weight: bold;
}
.toggle-box.toggle-open .toggle-head span{
    width: 100%;
}
.toggle-content,
.toggle-content .toggle-content,
.toggle-content .toggle-content .toggle-content{
    display: none;
    position: relative;
    padding: 30px 0 30px;
    z-index: 2; 
}
.toggle-content p:last-child{
    margin-bottom: 0;
}
.prod-wrapper .toggle-list {
    /*justify-content: space-around;*/
    margin: 0 auto;
    width: 100%;
}
.prod-wrapper .inner-box {
    margin-bottom: 95px;
}
.prod-wrapper .toggle-box {
    width: 100%;
   }
.toggle-content .toggle-content .flexbox .item-container,
.toggle-content .toggle-content .toggle-content .flexbox .item-container{
	display: block;
	width: 100%;
}  
.toggle-content .toggle-content .flexbox .item-container .item-img,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img{
	display: inline-block;
	width: 50%;
	vertical-align: top;
	max-width: 600px;
}
.toggle-content .toggle-content .flexbox .item-container .item-img img,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img img{
	width: 50px;
}
.toggle-content .toggle-content .flexbox .item-container .item-img h4,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img h4 {
	vertical-align: top;
	position: absolute;
    top: 5px;
    left: 55px;
    color: #000000;
    max-width: 550px;
}
.toggle-content .toggle-content .flexbox .item-container .item-img p,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-img p{
	vertical-align: top;
	position: absolute;
    left: 55px;
    top: 30px;
}
.toggle-content .toggle-content .flexbox .item-container .item-btns,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns{
	display: inline-block;
	vertical-align: top;
	max-width: 400px;
	position: absolute;
    right: 0px
}
.toggle-content .toggle-content .flexbox .item-container .item-btns a,
.toggle-content .toggle-content .flexbox .item-container .item-btns form input,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns a,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns form input
 {
	width: 160px;
	height: 65px;
	vertical-align: top;
}
.toggle-content .toggle-content .flexbox .item-container .item-btns a,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns form input {
	padding-top: 17px;
	border: solid;
	border-color: #007A33;
	color: #007A33;
}
.toggle-content .toggle-content .flexbox .item-container .item-btns form input,
.toggle-content .toggle-content .toggle-content .flexbox .item-container .item-btns form input {
	background-color: #007A33;
	color: #FFF;
	margin-left: 25px;
}
.item-container {
	margin-bottom: 25px;
}
.item-container h4 {
	font-size: 18px;
}