@media only screen and (max-width: 767px) { .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; } }

@media only screen and (min-width: 1200px) { .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; } }

@font-face { font-family: "button-icons"; font-style: normal; font-weight: normal; src: url("../fonts/buttons/button-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/buttons/button-icons.woff") format("woff"), url("../fonts/buttons/button-icons.ttf") format("truetype"), url("../fonts/buttons/button-icons.svg#button-icons") format("svg"); }

.btn-icon { font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin-right: 5px; }

.btn-icon:hover { text-decoration: none; }

.btn-icon-apply:before { content: "\e600"; }

.btn-icon-close:before { content: "\e601"; }

.btn-icon-email:before { content: "\e602"; }

.btn-icon-photos:before { content: "\e603"; }

.btn-icon-plus:before { content: "\e604"; }

.btn-icon-question:before { content: "\e605"; }

.btn-icon-zoom:before { content: "\e608"; }

.btn-icon-recalculate:before { content: "\e606"; }

.btn-icon-warning:before { content: "\e610"; }

.icon-star:before { font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; }

.icon-star-empty:before { content: "\e611"; }

.icon-star-half:before { content: "\e612"; }

.icon-star-full:before { content: "\e613"; }

.icon-free-shipping:before { content: "\e614"; font-family: 'button-icons' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; margin: 0 !important; width: auto !important; }

.cartDiv, .cartDiv2 { display: inline; }

.soft_add_content_shadow { width: auto; max-height: 500px; padding: 35px 0 0; overflow-y: auto; background: #fff; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); border-radius: 5px; }

.soft_add_header { width: auto; padding: 0; border: 0; background: white; }

.soft_add_header_shadow { position: absolute; top: 0; left: 0; padding: 0; width: 100%; }

.soft_add_header .soft_add_span { font-size: 0; }

.soft_add_header .soft_add_span:before { content: "Items in Cart"; display: inline-block; margin-left: -25px; padding-top: 10px; left: 0; font-size: 16px; }

.soft_add_content_area { padding: 15px; width: auto; max-height: 250px; overflow: auto; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; background: none; }

.soft_add_content_wrapper { padding: 0; width: auto; border: none; background: none; }

.soft_add_wrapper { position: fixed; min-width: 265px; max-width: -webkit-calc(100% - 30px); max-width: calc(100% - 30px); max-height: 400px !important; z-index: 1100; top: 50% !important; left: 0 !important; right: 0 !important; bottom: auto !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: auto !important; padding: 0; line-height: initial; font-family: inherit; font-weight: normal; color: #222222; }

@media only screen and (min-width: 768px) { .soft_add_wrapper { max-width: 400px; } }

@media only screen and (min-width: 992px) { .soft_add_wrapper { min-width: 400px; top: 15% !important; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

.ie8 .soft_add_wrapper { border: 1px solid #eeeeee; }

.soft_add_wrapper .cart_table .icon { width: auto; height: auto; }

.soft_add_wrapper ul.anchored-cart { display: table; width: 100%; padding: 0; margin: 0; list-style: none; border-collapse: collapse; }

.soft_add_wrapper li { display: table-row; width: auto; margin: 0; overflow: hidden; vertical-align: middle; text-align: left; }

.soft_add_wrapper li.product-row:not(:last-child) { border-bottom: 1px solid #eeeeee; }

.soft_add_wrapper li img { max-width: 55px !important; }

@-webkit-keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

@keyframes recently-added-fadeout { 0% { background-color: rgba(0, 0, 0, 0.1); }
  80% { background-color: rgba(0, 0, 0, 0.1); }
  100% { background-color: transparent; } }

.soft_add_wrapper li.recently-added { -webkit-animation-name: recently-added-fadeout; animation-name: recently-added-fadeout; -webkit-animation-duration: 2s; animation-duration: 2s; background-color: transparent; }

.soft_add_wrapper li div { font-size: 12px; width: 100%; }

.soft_add_wrapper .product-row * { font-size: 16px; line-height: 1.428571429; }

.soft_add_wrapper .product-image { display: table-cell; width: 55px; padding: 10px 4px 10px 10px; }

.soft_add_wrapper .product-detail { display: table-cell; padding: 10px 5px; vertical-align: top; }

.soft_add_wrapper .product-name { display: block; }

.soft_add_wrapper .product-name a { color: #222222; font-size: 14px; font-weight: bold; word-break: break-word; }

@media only screen and (min-width: 992px) { .soft_add_wrapper .product-name a { font-size: 16px; } }

.soft_add_wrapper .product-options a { color: #222222; font-size: 14px; font-weight: normal; word-break: break-all; pointer-events: none; }

.soft_add_wrapper .product-qty, .soft_add_wrapper .product-qty .quantity_text { display: block; color: #222222; }

.soft_add_wrapper .product-qty .quantity_text { display: inline; }

.soft_add_wrapper .product-price { display: table-cell; padding: 8px 8px 10px 0; vertical-align: middle; text-align: right; color: #222222; font-size: 16px; }

.soft_add_wrapper .product-remove { display: table-cell; vertical-align: middle; padding-right: 5px; }

.soft_add_wrapper .product-remove .aremove { background: none; margin-left: 15px; font-size: 0; text-indent: unset; color: #000; }

.soft_add_wrapper .product-remove .aremove:before { display: table-cell; content: "\e601"; font-family: button-icons; speak: none; font-style: normal; font-weight: normal; font-size: 16px; text-transform: none; line-height: 1; font-variant: normal normal; }

.soft_add_wrapper .soft_add_sub_total { padding: 4px 20px 0; height: 24px; background: none; }

.soft_add_wrapper .sub_total { color: #222222; font-size: 14px; }

.soft_add_wrapper span.sub_total_amount { color: #222222; font-size: 14px; }

.soft_add_wrapper .soft_add_action_area { clear: both; height: auto; overflow: hidden; padding: 15px; position: relative; border-top: none; background: none; }

.soft_add_wrapper .check_out, .soft_add_wrapper .continue_shopping { overflow: hidden; position: static; display: inline-block; width: 48%; float: right; height: 45px; margin: 0 auto; padding: 1px 20px 0; border: 1px solid #000; border-radius: 2px; line-height: 43px; font-family: "Roboto", sans-serif; font-size: 14px; font-weight: bold; background: #000; color: #fff; text-align: center; text-indent: 0; text-decoration: none; }

.soft_add_wrapper .check_out:hover, .soft_add_wrapper .continue_shopping:hover { background-color: black; border-color: black; color: #fff; text-decoration: none; }

.soft_add_wrapper .continue_shopping { float: left; padding: 0 10px; background: #666; border-color: #666; text-transform: capitalize; }

.soft_add_wrapper .continue_shopping:hover { background-color: #4d4d4d; border-color: #474747; }

.soft_add_wrapper .close_btn, .soft_add_wrapper .close_btn:link, .soft_add_wrapper .close_btn:visited, .soft_add_wrapper .close_btn:focus, .soft_add_wrapper .close_btn:hover, .soft_add_wrapper .close_btn:active { background: none; z-index: 200; text-indent: initial; font-size: 0; top: 8px; right: 12px; }

.soft_add_wrapper .close_btn { color: #000; }

.soft_add_wrapper .close_btn:hover { color: black; }

.soft_add_wrapper .close_btn:before { content: "\e609"; display: inline-block; font-size: 16px; font-family: 'button-icons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; }

/* MOBILE STYLINGS */
/* the soft add to cart hides after a couple seconds unless your cursor hovers over it;
mobile devices do not have a cursor, carts with several items could become frustrating to view
shows: only the name, picture, and text "added to cart" of item which was added; hides: details, price, and remove link*/
@media only screen and (max-width: 991px) { .touch-device .soft_add { /* cart title */ }
  .touch-device .soft_add_span:before { content: "Cart" !important; }
  .touch-device .soft_add_content_area { min-height: auto; /* hide all products without .recently-added class */ }
  .touch-device .soft_add_content_area li:not(.recently-added) { display: none; border: none; }
  .touch-device .soft_add_content_area li.recently-added { display: block; background: white; }
  .touch-device .soft_add_content_area li .product-detail, .touch-device .soft_add_content_area li .product-price, .touch-device .soft_add_content_area li .product-remove { display: none; }
  .touch-device .soft_add_content_area li .product-image { display: block; width: 100%; padding: 0; }
  .touch-device .soft_add_content_area li .product-image:after { content: "Added to Cart"; font-size: 16px; font-weight: bold; margin-left: 20px; }
  .touch-device .soft_add_wrapper .check_out, .touch-device .soft_add_wrapper .continue_shopping { font-size: 16px; } }

/* Text Logo Styling goes here */
meta[itemprop="name"] + a { word-break: break-all; line-height: 40px; }

@media only screen and (max-width: 991px) { meta[itemprop="name"] + a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } }

@media only screen and (min-width: 992px) { meta[itemprop="name"] + a { line-height: 70px; } }

/* Graphic Logo Styling goes here */
meta[itemprop="name"] + a:not(#homepage_title) { background-image: url("../images/template/header_bg.png"); font-size: 0; background-size: 0; }

@media only screen and (max-width: 991px) { meta[itemprop="name"] + a:not(#homepage_title) img { max-height: 40px; margin-right: auto; margin-left: auto; } }

/* Asssume no left nav until JS verifies */
html:not(.has-sidebar) .sidebar-wrapper, html:not(.category) .sidebar-wrapper { display: none; }

html:not(.has-sidebar) .content_area-wrapper, html:not(.category) .content_area-wrapper { width: 100%; }

.list-unstyled { margin-bottom: 0; }

.productdetails #sb-nav #sb-nav-next, .productdetails #sb-nav #sb-nav-previous { opacity: 1; }

.category .v-product-grid .v-product, .productdetails .v-product-grid .v-product { text-align: left; }

.header meta[itemprop="name"] + a { line-height: 1; }

header .soft_add_wrapper * { line-height: normal; }

.slideshow-active .container--content { padding-top: 30px; }

.main-menu .vnav--level1 > .vnav__item > .vnav__link { border-bottom-width: 3px; font-size: 17px; font-weight: 400;  text-transform: uppercase;}

.push-menu { position: fixed; top: 70px; width: 300px; height: -webkit-calc(100% - 70px); height: calc(100% - 70px); z-index: 20; -webkit-transition: 0.35s; transition: 0.35s; visibility: visible; }

.push-menu .collapsing-search__form .collapsing-search__input { width: 100%; height: 80px; margin: 0; padding-right: 80px; background-color: transparent; border: none; border-radius: 0; color: #fff; font-size: 20px; /* Chrome, Safari */ /* Firefox 18- */ /* Firefox 19+ */ /* IE */ }

.push-menu .collapsing-search__form .collapsing-search__input::-webkit-input-placeholder { color: #fff; }

.push-menu .collapsing-search__form .collapsing-search__input:-moz-placeholder { color: #fff; }

.push-menu .collapsing-search__form .collapsing-search__input::-moz-placeholder { color: #fff; }

.push-menu .collapsing-search__form .collapsing-search__input:-ms-input-placeholder { color: #fff; }

.push-menu .collapsing-search__form .collapsing-search__input:focus { -webkit-box-shadow: none; box-shadow: none; /* Chrome, Safari */ /* Firefox 18- */ /* Firefox 19+ */ /* IE */ }

.push-menu .collapsing-search__form .collapsing-search__input:focus::-webkit-input-placeholder { opacity: 0.5; }

.push-menu .collapsing-search__form .collapsing-search__input:focus:-moz-placeholder { opacity: 0.5; }

.push-menu .collapsing-search__form .collapsing-search__input:focus::-moz-placeholder { opacity: 0.5; }

.push-menu .collapsing-search__form .collapsing-search__input:focus:-ms-input-placeholder { opacity: 0.5; }

.push-menu .collapsing-search__form .collapsing-search__submit { height: 80px; width: 80px; position: absolute; top: 0; right: 0; padding: 16px; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; background-color: transparent; }

.push-menu .collapsing-search__form .collapsing-search__icon { opacity: 1; width: 40px; height: 40px; cursor: pointer; }

.push-menu .vnav .vnav__item .vnav__link { padding-top: 20px; padding-bottom: 20px; }

.push-menu .push-menu__utility-wrapper { margin-top: 60px; }

.push-menu .push-menu__utility-wrapper li { border-bottom-width: 1px; border-bottom-style: solid; }

.push-menu .push-menu__utility-wrapper li:first-child { border-top-width: 1px; border-top-style: solid; }

.push-menu .push-menu__utility-wrapper li .utility-link { padding: 20px 15px; font-size: 14px; text-align: left; }

.push-menu .push-menu__utility-wrapper li .utility-link .icon { width: 25px; height: 25px; margin-right: 10px; }

@media only screen and (max-width: 991px) { .menu-mask, .mask { position: absolute; top: 70px; left: 0; z-index: 15; width: 100%; height: 100%; background: transparent; } }

@media only screen and (max-width: 991px) { .page-wrap:after { top: 70px; } }

@media only screen and (max-width: 991px) { body[class*="static-menu-"] .page-wrap:after, body[class*="fall-menu-"] .page-wrap:after, body[class*="double-menu-"] .page-wrap:after, body[class*="slide-menu-"] .page-wrap:after, body[class*="push-menu-"] .page-wrap:after { opacity: 1; visibility: visible; } }

#vSlider .owl-nav { display: none; }

#vSlider .owl-nav .btn-prev, #vSlider .owl-nav .btn-next { padding: 6px; width: 25px; height: 40px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: 0; }

@media only screen and (min-width: 768px) { #vSlider .owl-nav .btn-prev, #vSlider .owl-nav .btn-next { padding: 12px; width: 45px; height: 70px; } }

#vSlider .owl-nav .btn-prev svg, #vSlider .owl-nav .btn-next svg { width: 100%; height: 100%; max-width: none; max-height: none; }

#vSlider .owl-nav .btn-prev { left: 0; }

#vSlider .owl-nav .btn-next { right: 0; left: auto; }

.page-wrap { background-color: #1b1717; }

.quick-links .container .row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.quick-links .container .row a { margin-bottom: 15px; }

.quick-links .container .row a img:hover { opacity: .8; }

.quick-link-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.video-area { background-image: url("/v/vspfiles/templates/Jelly/images/homepage/video-background.jpg"); background-repeat: no-repeat; background-size: cover; }

.video-area .container .row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; padding-bottom: 20px; }

.video-area .video-side { margin-top: auto; margin-bottom: auto; }

.video-area .text-side { color: white; margin-top: 30px; margin-bottom: 40px; }

.text-side .video-heading { font-size: 35px; color: white; font-family: 'Oswald', sans-serif; margin-bottom: 20px; }

.text-side .video-subtext { font-size: 17px; color: white; font-family: 'Lato', sans-serif; margin-bottom: 50px; }

.text-side .about-button { padding: 12px 30px; background-color: #8b6828; color: white; font-size: 19px; font-family: 'Oswald', sans-serif; }

.instagram-heading { color: #8b6828; font-family: 'oswald' , sans-serif; font-size: 19px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.instagram-heading a { color: #8b6828; padding-left: 5px; }

.instagram-heading a:hover { color: white; }

.instagram-icon { fill: #8b6828; height: 33px; width: 33px; margin-right: 15px; }

.instagram-subheading { margin-top: 10px; margin-bottom: 15px; font-size: 15px; font-family: 'Lato', sans-serif; }

.instagram-subheading a { color: #8b6828; }

.instagram-subheading a:hover { color: white; }

.main-menu .vnav--level1 > .vnav__item { white-space: nowrap; font-size: 16px; }

.read-more-accordion { background-color: #8b6828; color: #fff; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none; outline: none; -webkit-transition: 0.4s; transition: 0.4s; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

#read-more-panel { padding: 20px 18px; background-color: #8b6828; color: white; display: none; overflow: hidden; border: none; margin-bottom: none; border-radius: 0; font-size: 20px; }

.accordion-heading { font-size: 24px; font-family: 'Oswald', sans-serif; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }

.accordion-heading div { font-size: 20px; padding-left: 2px; padding-right: 3px; padding-top: 6px; }

.read-more-accordion #read-more .plus-icon { height: 20px; width: 20px; fill: white; margin-right: 15px; }

.read-more-accordion #read-more { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-left: 60px; font-size: 19px; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.read-more-icon { height: 19px; width: 19px; fill: white; margin-bottom: -2px; }

.footer__title { color: #8b6828; font-size: 19px; font-family: 'Oswald', sans-serif !important; margin-bottom: 20px; font-weight: 400 !important; }

.link-column__item a { font-size: 15px; font-family: 'Lato', sans-serif; }

.elist .elist__submit.btn { font-size: 19px; font-family: 'Oswald', sans-serif; font-weight: 400; }

.copyright { font-size: 14px; font-family: 'Lato', sans-serif; }

.elist__form .input-group { border: 1px solid white; }

.footer__bottom .container .row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.contact-info address { font-size: 15px; font-family: 'Lato', sans-serif; width: -webkit-max-content; width: -moz-max-content; width: max-content; line-height: 25px; }

.highlight-bar .read-less { display: none; }

.highlight-bar + #panel { display: none; }

.highlight-bar.active .read-less { display: block; color: white; margin-left: 40px; font-size: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

.highlight-bar.active .read-more { display: none; }

.highlight-bar.active + #panel { display: block; }

.highlight-bar { background-color: #8b6828; color: #fff; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none; outline: none; -webkit-transition: 0.4s; transition: 0.4s; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.read-more { color: white; margin-left: 40px; font-size: 20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

#panel { padding: 20px 18px; background-color: #8b6828; color: white; display: none; overflow: hidden; border: none; margin-bottom: none; border-radius: 0; font-size: 20px; }

#fpslider { padding-left: 0; padding-right: 0; }

#fpslider #slider-inner { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; }

#fpslider #slider-inner .owl-nav { position: relative; -webkit-box-ordinal-group: 1; -webkit-order: 0; -moz-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; width: 100%; border-bottom: 1px solid #eee; padding-bottom: 15px; }

#fpslider #slider-inner .owl-nav::before { content: 'FEATURED PRODUCTS'; display: inline-block; margin-right: auto; font-size: 36px; }

#fpslider #slider-inner .owl-stage-outer { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

#fpslider #slider-inner .owl-nav > button.arrow-prev { margin-left: auto; margin-right: 10px; }

#fpslider #slider-inner .owl-nav > button.arrow-next, #fpslider #slider-inner .owl-nav > button.arrow-prev { position: relative; left: auto; right: auto; width: 58px; height: 50px; line-height: 50px; padding: 0; background-image: url("/v/vspfiles/templates/Jelly/images/homepage/polygon.png"); color: white; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; }

#fpslider #slider-inner .owl-nav > button.arrow-next i, #fpslider #slider-inner .owl-nav > button.arrow-prev i { color: white; }

#fpslider .owl-item .item .product__details { text-align: center; }

#fpslider .owl-item .item .product__details .name a { font-size: 21px; font-family: 'Oswald', sans-serif; font-weight: 500; }

#fpslider .owl-item .item .product__details .price, #fpslider .owl-item .item .product__details .pricetext { font-size: 19px; font-family: 'Oswald', sans-serif; color: #8b6828; }

#fpslider .owl-item .item .product__details .sale, #fpslider .owl-item .item .product__details .saletext { font-size: 19px; font-family: 'Oswald', sans-serif; color: #e50036; font-weight: 500; }

@media (max-width: 992px) { .video-area .container .row { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .video-area .video-side{padding-top:20px; }}

@media screen and (max-width: 1199px) { .home .container--content { width: 100%; } }

@media (max-width: 768px) { .accordion-heading { font-size: 19px; }
  .accordion-heading div { font-size: 14px; }
  .read-more { font-size: 16px; }
  .highlight-bar.active .read-less { font-size: 16px; }
  .footer__top .container .row { padding-left: 10px; padding-right: 10px; }
  .footer__bottom .container .row { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .copyright { width: 100%; }
  .credit-cards { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
  .text-side .video-heading { text-align: center; font-size: 26px; }
  #fpslider #slider-inner .owl-nav { padding-left: 10px; padding-right: 10px; }
}

@media (max-width: 400px) { .quick-link-item { width: 100%; }
  #fpslider #slider-inner .owl-nav::before { content: 'FEATURED PRODUCTS'; padding-bottom: 15px; } }

@media (max-width: 599px) { .highlight-bar { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .accordion-heading { font-size: 13px; }
  .accordion-heading div { font-size: 8px; }
  .read-more { margin-left: 0; padding-top: 10px; }
  .highlight-bar.active .read-less { margin-left: 0; padding-top: 10px; }
  .highlight-bar { padding: 11px; } }

.PageText_L155n {
padding-left:15px;}

.quick-links {margin-top:20px; margin-bottom:20px;}
.header__top {
max-height:120px}

.footer__bottom {
border-top: 1px solid #80808045;
}

#panel {
    font-family: 'Lato', sans-serif; padding-top:20px; padding-bottom: 40px}

.main-menu .vnav--level1>.vnav__item>.vnav__link {
    padding: 0px 13px;
}
@media (min-width: 1200px){
.header-menu.hidden-xs.hidden-sm.col-xs-12.col-lg-6.col-lg-pull-3 {}

.header__top-container > div {
    width: auto;
    left: auto;
    right: auto;
    margin: 0;
}
.header__top-container > .logo-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
}
.header__top-container > .header-tools-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
}
.header__top-container > .header-menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
}
[style*="font-family"] { font-family: inherit !important; }
.category .smalltext.colors_text > img {
    margin: 15px;
}
#fpslider [data-price="$0.00"] {
    display: none;
}
div.AuthorizeNetSeal,
div.AuthorizeNetSeal a{font-size: 14px !important;}