/*
** Bootstrap over-rides
*/

/* 4/15/24 Update for Anatum GeoMobile Solutions */
/* ------------- By Chromacor ------------------ */

/* font pre-loading */
@font-face {
 font-family: "montserrat", sans-serif;
 font-style: normal;
 font-weight: 400;
 src: local("montserrat"), url("montserrat.woff2") format("woff2");
}
/* end font pre-loading */

body,
p,
ul li {
 font-family: "Montserrat", sans-serif;
 font-weight: 400;
 font-optical-sizing: auto;
 color: #000;
 line-height: 1.5;
 overflow-x: hidden;
 font-size: 14px;
}
h1 {
 font-family: "NeuePowerMedium", sans-serif;
 font-size: 30px;
}
img {
 max-width: 100%;
 height: auto;
}
h1, 
h2,
h3,
h4,
h5,
h6,
.h1
.h2,
.h3,
.h4,
.h5,
.h6,
.page_heading {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
 letter-spacing: .01em;
}
.page_headers {
	margin: 0 0 15px;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: .01em;
}
a {
 color: #28252a;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
}
a:hover,
a:focus {
 color: #000;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
}
.titles {
 margin: 0 0 20px;
 font-size: 24px;
 font-weight: 600;
 letter-spacing: 0;
 text-align: center;
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 text-decoration: underline;
 display: block;
 background-color: #fff;
 padding: 12px 0;
}
/* subcategory descriptions on category pages */
.subcategories .desc {
	text-align: center;
	margin-top: -50px!important;
}
@media (max-width: 769px) {
 .titles {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
 }
}
.subcategories {
 border-bottom: 1px solid #ececec;
 padding: 0 0 30px;
}
.subcategories > ul > li > a {
 color: #000;
 text-decoration: none;
 display: block;
 -webkit-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
}
.subcategories > ul > li > a:hover {
 opacity: 0.8;
}
.subcategories > ul > li span.name {
 color: #000;
 font-size: 14px;
 font-weight: 600;
 text-transform: uppercase;
}
.category-actions {
 padding: 0 0 35px;
 margin: 0 0 35px;
 border-bottom: 1px solid #ececec;
}
.navbar-nav {
 float: none;
}
.navbar-nav > li {
 float: none;
 display: inline-block;
 overflow: visible; /* prevents dropdown menu from scrolling */
}
#InstagramGallery {
 padding: 50px 20px 20px;
}

/* Responsive Video, video at top of Home page */
.yt-video {
 aspect-ratio: 16/9;
 width: 100%;
height: auto;
}

.cat-1 .product-items span.availability {
 display: none;
}
/* auto-populating search results dropdown in main search bar - styles */
div.searchlight-balloon {
 z-index: 999 !important;
 padding: 15px !important;
 width: 100% !important;
 min-width: 250px !important;
 max-width: 300px !important;
 left: auto !important;
}
table.searchlight-results {
 border-collapse: collapse;
 font-family: "Montserrat", sans-serif !important;
 font-optical-sizing: auto;
 font-weight: 500;
 font-size: 10px !important;
 width: 100% !important;
 text-align: left !important;
}
.search-price {
 font-weight: 700;
 color: #e42e34;
 float: left;
 margin-right: 3px;
 top: 3px;
 position: relative;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
 font-size: 14px;
 color: #000;
 letter-spacing: 0.01em;
}

/* Chat Window positioning at bottom */
.siq_bR {
 bottom: 150px !important;
 right: 20px !important;
}
/* End Chat Window positioning at bottom */

@media (min-width: 1200px) {
 .container {
  width: 1200px;
 }
}
.form-control {
 color: #000;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-size: 13px;
 height: 36px;
 padding: 7px 12px;
}
.form-control.search-text {
 border-color: #ececec;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn {
 font-size: 13px;
 padding: 8px 12px;
 font-weight: 600;
 text-transform: none;
 color: #fff;
 border-radius: 6px;
 transition: ease .03s;
}
.btn-link {
	color: #fff !important;
	background-color: #000;
	display: block;
	padding: 6px 8px !important;
	border-radius: 6px;
	text-decoration:none;
	transition: ease .03s;
}


.btn.btn-link:hover, 
.btn.btn-link:active, 
.btn.btn-link:focus {
	background: #28252a;
}

.special-action .btn-link {
	font-weight: bold;
	text-decoration: none;
}
.btn-default {
 border-color: #000;
 /*background-color: transparent;*/
 color: #fff;
 background-color: #000;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
 color: #fff;
 background-color: #1c1c1c;
 border-color: #000;
}
.btn-default.btn-inverse,
.btn-primary {
 color: #fff;
 background-color: #000;
 border-color: #000;
 border-radius: 6px;
}
/* red finance/Approve button */
.single_add_to_cart_button.btn.btn-primary {
 width: 100%;
}
.btn-default.btn-inverse:hover,
.btn-primary:hover {
 color: #fff;
 background-color: #000;
 border-color: #000;
 opacity: 0.8;
}
.btn-hero,
.btn-hero:visited {
color: #fff;
  background-color: #f05127;
  border-color: #f05127;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  padding: 12px 20px;
  width: 230px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  transition: ease 0.04s;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-hero:hover,
.btn-hero:focus,
.btn-hero:active,
.btn-hero:visited:hover {
 font-family: 'Montserrat', sans-serif;
 text-decoration: none;
 letter-spacing: 0.05em;
 color: #fff;
 opacity: 0.8;
}
.navbar-wrapper {
 border-bottom: 2px solid #f05127;
 padding: 5px 0 0;
 text-align: center;
 transition: all 0.4s ease;
}
.navbar.navbar-inverse {
 margin-bottom: 0;
 border: none;
 background-color: transparent;
 display: block;
 width: auto;
 min-height: 0;
}
.navbar-nav > li {
}
.navbar-inverse .navbar-nav > li > a {
 color: #28252a;
 text-transform: uppercase;
 font-size: 14px;
 line-height: 18px;
 letter-spacing: 1px;
 padding-right: 23px;
 padding-left: 23px;
 font-weight: 700;
}
.navbar-inverse .navbar-nav > li.dropdown > a {
 padding-right: 25px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
 color: #000;
}
.navbar-nav > li > .dropdown-menu {
 top: calc(100% + 0px);
 width: auto;
 padding: 20px 5px;
 border: none;
 border-bottom: 2px solid #f05127;
 min-width: 200px;
 border-left: 2px solid #f05127;
 border-right: 2px solid #f05127;
 background-color: #fff;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
 color: #28252a;
 text-decoration: none;
 background-color: #f6f5db;
}
.navbar-nav > li > .dropdown-menu li {
 display: block;
 padding: 0 1px;
 vertical-align: middle;
}
.dropdown-menu > li > a {
 font-size: 13px;
 padding: 6px 20px;
 font-weight: 500;
 text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:before {
 content: "";
 display: inline-block;
 vertical-align: bottom;
 width: 0;
 position: absolute;
 border-left: 4px solid transparent;
 border-right: 4px solid transparent;
 border-top: 4px solid #28252a;
 top: 50%;
 right: 9px;
 margin-top: -2px;
}
.navbar-nav > li.dropdown:before {
 content: none;
}
.navbar-nav > li.dropdown > ul:before,
.navbar-nav > li:before {
 pointer-events: none;
 position: absolute;
 z-index: -1;
 content: "";
 border-style: solid;
 transition-delay: 250ms;
 -webkit-transition-delay: 250ms;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-property: top;
 transition-property: top;
 left: calc(50% - 10px);
 top: 0px;
 border-width: 0 0px 0px 0px;
 border-color: transparent transparent #000 transparent;
}
.navbar-nav > li:before {
 display: none;
}
.navbar-nav > li:hover:before {
 top: auto;
 bottom: -2px;
 display: block;
}
.navbar-nav > li:hover > ul:before {
 top: -10px;
 transition-delay: 150ms;
 -webkit-transition-delay: 150ms;
}
@media (max-width: 1023px) {
 .navbar-header {
  float: none;
 }
 .navbar-left,
 .navbar-right {
  float: none !important;
 }
 .navbar-toggle {
  display: block;
 }
 .navbar-collapse.collapse {
  display: none !important;
 }
 .navbar-nav {
  float: none !important;
 }
 .navbar-nav > li {
  float: none;
 }
 .collapse.in {
  display: block !important;
 }
 .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #9d9d9d;
 }
 .navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
 }
 .navbar-nav .open .dropdown-menu > li > a,
 .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
 }
}
/*
** Template code
*/
/* Free Shipping message strip - top of site */
.shippingtext {
 background-color: #e42e34;
}
#frameMsg {
 background: #000;
 color: #fff;
 text-transform: uppercase;
 font-size: 13px;
 padding: 0px 0;
 letter-spacing: 1px;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
 height: 33px;
 line-height: 33px;
 transition: all 0.4s ease;
}
#frameMsg .container-fluid {
 position: relative;
}
#frameMsgcontent {
 display: block;
}
#frameMsg_close {
 color: #fff;
 opacity: 1;
 position: absolute;
 right: 40px;
 top: 5px;
}
.top-logo {
 text-align: center !important;
}
.logo {
 height: 90px;
 position: relative;
 overflow: hidden;
}
.logo img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 max-width: 100%;
 max-height: 100%;
}
.top-nav {
 padding: 0 30px;
 border-top: 3px solid #000000;
 background-color: #000000;
}
.top-nav ul {
 padding: 0;
 margin: 0;
 list-style: none;
 font-size: 11px;
 line-height: 1;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
}
.top-nav ul li {
 float: left;
 padding-left: 20px;
 padding-right: 20px;
 border-right: 0px solid #e2e2e2;
 padding-top: 15px;
 padding-bottom: 15px;
 position: relative;
 overflow: hidden;
}
.top-nav ul,
.top-nav .useraccount ul {
 float: right;
}
.top-nav .useraccount ul li:last-child {
 margin-right: 0;
}
.top-nav ul li a {
 color: #F6F5DB;
 text-decoration: none;
 font-weight: 700;
 transition: ease .03s;
}
.top-nav ul li a:hover {
	color: #fff;
}
.top-nav ul li:after {
 content: "";
 left: calc(-100% - 1px);
 background: #000;
 height: 4px;
 bottom: 0;
 position: absolute;
 width: calc(100% + 1px);
 z-index: 1;
 transition: left 0.4s ease;
}
.top-nav ul li:hover:after {
 left: 0;
}
.shop-phone {
 display: block;
 padding: 9px 0;
}
.shop-phone span,
.shop-phone a {
 display: inline-block;
 color: #F6F5DB;
 text-decoration: none;
 font-size: 13px;
 letter-spacing: 1px;
 font-weight: bold;
 height: 22px;
 line-height: 20px;
 transition: ease .03s;
}
.shop-phone a:hover {
 color: #FFFFFF;
}
.shop-phone > span:last-child {
 vertical-align: top;
}
.shop-phone > span:last-child i {
 margin-right: 3px;
}
.shop-phone > span:last-child:before {
 content: "/";
 margin-left: 10px;
 margin-right: 10px;
}
.shop-phone i {
 font-size: 22px;
 vertical-align: middle;
 font-weight: normal;
}
.site-header {
 padding: 20px 30px;
}
.home-page #store-messages {
 border-bottom: none;
}
#store-messages {
 display: block;
 padding: 10px 0;
 border-bottom: 1px solid #eee;
}
#store-messages .message a:hover .title {
 letter-spacing: 0px;
}
#store-messages .message .title {
 font-size: 14px;
 line-height: 1.3em;
 color: #28252a;
 letter-spacing: 1px;
 margin: 0;
 text-transform: uppercase;
 font-weight: bold;
 transition: letter-spacing 0.3s ease;
}
#store-messages .message .tagline {
 display: block;
 font-size: 12px;
 line-height: 1.4em;
 margin-top: 3px;
 color: #989898;
 letter-spacing: 1px;
 font-style: italic;
}
#store-messages .message a {
 display: block;
 text-decoration: none;
}
#store-messages .message .fluff {
 border-left: 1px solid #e2e2e2;
 width: 1px;
 position: absolute;
 left: 0;
 top: 5px;
 height: 28px;
}
.searchBox {
 padding: 10px 0;
}
.search-form {
 position: relative;
 width: 265px;
}
.search-form:focus:before {
 content: none;
}
.search-form:before {
 content: "";
 display: block;
 width: 35px;
 height: 35px;
 background: #000;
 /*transform: rotate(-45deg);*/
 position: absolute;
 left: 0;
 top: 0px;
 z-index: 0;
}
.search-form:before:hover,
.minicart-inner:hover .iconcart:before {
 background: #000;
}
.search-form i {
 position: absolute;
 z-index: 1;
 color: #fff;
 top: 11px;
 left: 11px;
 font-size: 14px;
 font-weight: bold;
}
.search-form .search-text {
 padding: 11px 10px 11px 35px;
 height: 36px;
 border-color: transparent;
 width: 250px;
 font-size: 12px;
 line-height: 1.2em;
 letter-spacing: 1px;
 color: #28252a;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
 text-transform: uppercase;
 border-left-color: #fff !important;
 margin-left: 15px;
}
.search-form .search-text::placeholder {
 color: #28252a;
}
.search-form .search-text:focus,
.search-form:hover .search-text {
 border-color: #dedede;
}
.search-form .search-text:focus ~ .search-submit,
.search-form:hover .search-text ~ .search-submit {
 opacity: 1;
 filter: alpha(opacity=1);
}
.search-form .search-submit {
 opacity: 0;
 filter: alpha(opacity=0);
 position: absolute;
 top: 0;
 right: 8px;
 background: transparent;
 color: #8a8f93;
 border: none;
 width: 20px;
 min-width: 0;
 height: 35px;
 padding: 5px 0;
 line-height: 2px;
 font-size: 100%;
}
.minicart {
 height: 60px;
 float: right;
 padding: 10px 0 15px 10px;
}
.minicart-inner {
 display: inline-block;
 color: #28252a;
 text-transform: uppercase;
 cursor: pointer;
 padding: 8px 0;
 font-size: 12px;
 line-height: 18px;
 letter-spacing: 1px;
 font-weight: 700;
}
.minicart-inner:hover {
 color: #000;
 text-decoration: none;
}
.minicart-inner .iconcart {
 position: relative;
 top: -4px;
}
.minicart-inner .iconcart:before {
 content: "";
 display: block;
 width: 35px;
 height: 35px;
 background: #000;
 /*transform: rotate(-45deg);*/
 position: absolute;
 left: 0;
 top: -5px;
 z-index: 0;
}
.minicart i {
 position: absolute;
 z-index: 1;
 left: 6px;
 top: 0px;
 color: #fff;
}
span.cart-title {
 padding-left: 50px;
}
/* Home Page - reviews section */
#review-boxes .container .row {
 text-align: center;
 margin: 0 auto;
}
#review-boxes {
	background-color: #F6F5DB;
	margin-top: -20px;
	padding-top: 30px;
}
.review-boxes {
 padding: 0 50px;
}
.review-box {
 text-align: center;
 /* margin: 0 10px; */
 padding: 10px;
 min-height: 340px;
 background-image: url("/assets/templates/ags-core/images/chatbox.svg");
 background-repeat: no-repeat;
}
.reviews-title {
 margin-bottom: 40px;
 text-align: center;
}
h2.reviews-title {
	font-size: 36px;
	color: #F05127;
}
.readmore-reviews, 
.readmore-reviews a {
	font-size: 20px;
	text-decoration: none;
	padding-bottom: 20px;
	font-weight: 500;
}
@media (max-width: 640px) {
 .readmore-reviews {
  font-size: 20px;
  line-height: 24px;
 }
}
.readmore-reviews a:hover,
.readmore-reviews:hover {
 color: #444;
 transform: ease 0.03s;
}
.review-box-stars {
 text-align: left;
 margin-left: 4%;
}
.review-name {
 text-align: left;
 margin: 3% 4%;
 font-size: 24px;
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}
.review-text {
 text-align: left;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 500;
 font-size: 16px;
 line-height: 26px;
 color: #111;
 padding: 0 4%;
 margin-top: 12px;
 width: 330px;
}

/* end Homepage - reviews section */
.site-footer {
 background-color: #28252a;
 color: #f6f5db;
 margin-bottom: -18px;
}
.col-xs-12.FooterLinks {
 margin: 5% 0 4% 0;
}
.FooterLinks h4 {
 text-transform: uppercase;
 font-size: 13px;
 line-height: 18px;
 margin: 0 0 30px;
 letter-spacing: 2px;
 /*border-left: 3px solid rgba(255, 255, 255, 0.5);*/
 padding: 2px 0px 2px 0px;
}
.FooterLinks ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.FooterLinks li {
 display: block;
 margin-bottom: 8px;
}
/*.FooterLinks .extrapages li a:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #989898;
    display: inline-block;
    vertical-align: 2px;
    margin-right: 10px;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
}
.FooterLinks .extrapages li a:hover:before{
    transform: rotate(0deg);
    background: #fff;
}*/
.FooterLinks .col-sm-4 li a:hover,
.frame_copyright1 p a:hover {
 color: #fff;
 text-decoration: none;
}
.FooterLinks li a {
 color: #f6f5db;
 font-size: 13px;
}
.footer-social {
 padding-top: 15px;
 padding-bottom: 15px;
 border-top: 1px solid #2d2d2d;
 margin-top: 40px;
}
/*.copyright {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 500;
	border-top: 1px solid #2d2d2d;
	margin-top: 20px;
}*/
.row.copyright-area {
 background: #000;
 padding: 0 0 0 50px;
}
@media (max-width: 769px) {
 .row.copyright-area {
  padding: 0;
 }
 h2 {
  font-size: 24px;
 }
}
.copyright {
 padding-top: 10px;
 padding-bottom: 20px;
 color: #f6f5db;
 font-size: 12px;
}

.global-footer {
 margin: 20px 0;
}
.footer-logo {
 margin-top: 8px;
}
.frame_copyright1 {
 margin-top: 25px;
 text-align: left;
 margin-left: 4px;
 max-width: 1170px;
}
.frame_copyright1 p {
 text-align: left;
 color: #f6f5db;
}
.frame_copyright1 p a {
 color: #a5a5a5;
}
.mailist-box {
 width: 380px;
 float: none;
 text-align: center;
 margin-bottom: 40px;
 padding: 40px 0;
 margin: 0 auto;
 max-width: 100%;
}
.mailist-box h3 {
 /* margin: 0 7% 0 0; */
 font-family: "Montserrat", sans-serif;
 font-size: 15px;
 text-transform: uppercase;
 letter-spacing: 0.06em;
 /* float: left; */
 line-height: 40px;
 color: #28252a;
 font-weight: 700;
}
.mailist-box p {
 color: #28252a;
 margin-bottom: 0;
 line-height: 40px;
 float: left;
 margin-right: 5%;
}
.mailinglist-form.clearfix {
 float: right;
 min-width: 310px;
}
.mailinglist-input.form-control {
 width: 280px;
 float: left;
 height: 40px;
 font-size: 12px;
 color: #767676;
 border: solid 1px #aeafaf;
 background-color: #fff;
 text-align: center;
 border-radius: 4px 0 0 4px;	
}
.mailinglist-submit,
.mailinglist-submit:hover {
 background-color: #000000;
 color: #fff !important;
 border-color: #000000 !important;
 float: left;
 width: 100px;
 font-size: 12px;
 letter-spacing: 1px;
 height: 40px;
 border-radius: 0px 4px 4px 0;
 transition: ease 0.03s;
}
.mailinglist-submit:hover {
 background-color: #28252a !important;
 transition: ease 0.03s;
 cursor: pointer;
}
.mailinglist-response {
 display: none;
}
.maillist-options {
 margin: 15px 0 0;
}
.subscribe {
 float: left;
 margin-right: 20px;
 line-height: 13px;
}
.subscribe input[type="radio"] {
 margin: 0;
 vertical-align: middle;
}
.subscribe label {
 margin: 0;
 font-size: 12px;
 line-height: 13px;
 font-weight: 300;
 margin-left: 3px;
 color: #ccc;
 cursor: pointer;
}
/*footer logo bottom left - desktop*/
.ftlogo {
	margin-top: 8px;
}
.footer-social ul {
 margin: 0;
}
ul.payment-icons li {
 font-size: 32px;
 vertical-align: middle;
 padding: 0 5px 0 0;
 display: inline-block;
 color: #f6f5db;
 overflow: hidden;
}
ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
 font-size: 18px;
 vertical-align: middle;
 text-transform: uppercase;
 margin-right: 20px;
}
.social-icons,
ul.payment-icons {
 margin: 0 0 0 -0.4em;
}
.social-icons li {
 display: inline-block;
 padding: 0 15px 0 0;
}
.social-icons li a {
 color: #f6f5db;
 line-height: 32px;
 border-radius: 100%;
 display: block;
 text-align: left;
 font-size: 18px;
 transition: ease 0.04s;
}
.social-icons li a:hover
/* ul.payment-icons li:hover */ {
 color: #ffffff;
}
/*.scrollup {
    position: fixed;
    background: #989898;
    bottom: 10%;
    right: 25px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    text-decoration: none;
    z-index: 10;
	border: 2px solid #fff;
}
.scrollup:hover,.scrollup:focus{
    background: #000;
    color: #fff;
    text-decoration: none;
}*/
/* New Scroll Up button */
#myBtn {
 display: block; /*none*/
 position: fixed;
 bottom: 75px;
 right: 20px;
 z-index: 99;
 font-size: 18px;
 border: none;
 outline: none;
 background-color: #ebebeb;
 color: #ebebeb;
 cursor: pointer;
 padding: 15px 20px;
 border-radius: 36px;
 -webkit-box-shadow: 3px 2px 4px 0px rgba(207, 205, 207, 1);
 -moz-box-shadow: 3px 2px 4px 0px rgba(207, 205, 207, 1);
 box-shadow: 3px 2px 4px 0px rgba(207, 205, 207, 1);
 transition: all ease 0.3s;
}
#myBtn:hover {
 background-color: #d9d9d9;
 -webkit-box-shadow: 3px 2px 4px 0px rgba(189, 189, 189, 1);
 -moz-box-shadow: 3px 2px 4px 0px rgba(189, 189, 189, 1);
 box-shadow: 3px 2px 4px 0px rgba(189, 189, 189, 1);
}

/* End New Scroll Up button */
#home-map {
 background: #f5f5f5;
 padding: 40px 0;
 clear: both;
}
.home-map_content .row {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 margin: 0;
}
.home-map_items,
.home-map_media {
 display: inline-block;
 width: 50%;
 vertical-align: middle;
 box-sizing: border-box;
}
.home-map_media-map {
 display: block;
 position: relative;
 margin-left: -100px;
 height: 450px;
}
.home-map_media-map iframe {
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
}
.home-map_info {
 background: #fff;
 padding: 30px 36px;
 position: relative;
 z-index: 1;
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.home-map_info h3 {
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 1px;
 margin: 0 0 30px;
 position: relative;
 padding-bottom: 10px;
}
/* .home-map_info h3:after,
#InstagramGallery small:after,
.homePromoTxt h3:after {
    content: '';
    width: 30px;
    height: 0px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -12px;
}*/
.home-map_info p {
 color: #28252a;
 line-height: 30px;
}
.home-map_info a {
 color: #000;
 text-decoration: none;
 border-bottom: 1px solid;
}
/* product page */

.product-heading, h2.product-heading  {
font-family:'Montserrat', sans-serif; 
text-transform: uppercase!important; 
color: #E42E34!important; 
font-size: 22px;	
font-weight: 700;
}
.product-heading-alt, h2.product-heading-alt  {
font-family:'Montserrat', sans-serif; 
text-transform: uppercase; 
color: #000; 
font-size: 20px;	
font-weight: 700;	
}
.product-info, h3.product-info {
font-family:'Montserrat', sans-serif; 
text-transform: uppercase;
color: #000; 
font-size: 18px;
font-weight: 700;	
}
.product-info-sub, p.product-info-sub {
font-family:'Montserrat', sans-serif; 
text-transform: uppercase; color: #000; 
font-size: 16px;	
font-weight: 600;	
}

/* responsive - resize vertical images in product descriptions */
@media (max-width: 480px) {
	.vert {
	max-width: 100%;
	width: 400px;
	}
}

.main-image > a img {
	border-radius: 4px;
}
.addl-images ul.slides li a {
	display: block;
	width: 100%;
	padding-top: 100%;
	position: relative;
	background-color: none!important;	
}
.addl-images ul.slides li a img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	box-shadow: none;
	border-radius: 4px 4px 4px 4px;
	padding: 0;
}
.relatedBlock.sub-section {
	background-color: #f6f6f6;
	padding: 2%;
}
.category_breadcrumbs.sub-section {
	background-color: #f6f6f6;
	padding: 0 2% 2%;
}
.browsing_historyBlock {
	background-color: #f6f6f6;
	padding: 40px 0;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  background:#28252a;
  margin-bottom:1px;
  padding:10px 15px;
  display:inline-block;
  text-decoration:none;
  color:#f6f5db;
  font-weight:bold
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color:#fff;
  margin-bottom:-1px;
  border-top:none;
  border-right:1px solid #ececec;
  border-left:1px solid #ececec
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity:.5
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color:#f6f5db;
  background-color:#000;
  border-top:3px solid #E42E34; 
  margin:0;
}
/*.product-item .reviews-stars:before {
    font-family: "fontello";
    content: "\e803 \e803 \e803 \e803 \e803";
    color: #b8b8b8;
}
.product-item .reviews-stars {
    color: #000;
}*/
.reviews-stars:before {
 font-family: "fontello";
 content: "\e803 \e803 \e803 \e803 \e803";
 color: #b8b8b8;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star,
.reviews-stars {
 color: #000;
}
.product-item .name a {
 color: #000;
}
.product-item del.regular-price {
 text-decoration: line-through;
}
.sale-price {
 color: #d04b64;
}
del.original-price {
 font-weight: 500;
}
span.freeshipping {
 color: #00a888;
}
.product-item .status span:before {
 content: "-";
}
.product-item .status {
 font-size: 12px;
}
.product-item .price {
 font-size: 16px;
 font-weight: bold;
}
.product-item .img {
 min-height: 281px;
 position: relative;
}
.product-item .img a {
 display: block;
}
.product-item .img img {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin: auto;
 max-height: 100%;
 max-width: 100%;
 border-radius: 4px;
}
.product-item .action .btn {
 min-width: 150px;
}
.head-mobile-nav > a {
 color: #000;
 font-size: 24px;
 line-height: 1;
}
/*
** Homepage
*/
#home .flexslider {
 overflow: hidden;
}
#home .flexslider .slides img {
 width: 100%;
}
#home .flex-direction-nav a {
 height: 50px;
 width: 50px;
 overflow: visible;
 font-size: 0;
}
#home .flex-direction-nav a:after {
 content: "";
 display: block;
 width: 50px;
 height: 50px;
 background: #28252a;
 /*transform: rotate(-45deg);*/
 position: absolute;
 left: 0;
 top: 0px;
 z-index: 0;
}
#home .flex-direction-nav a:before {
 font-family: "LineAwesome";
 font-size: 35px;
 content: "\f111";
 color: #fff;
 text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
 z-index: 1;
 position: relative;
 width: 50px;
 height: 50px;
 text-align: center;
 line-height: 50px;
}
#home .flex-direction-nav a.flex-next:before {
 content: "\f112";
}
#home .flex-control-nav {
 bottom: 10px;
 z-index: 2;
}
#home .flex-control-paging li {
 /*transform: rotate(-45deg);*/
 margin: 0 4px;
}
#home .flex-control-paging li a {
 border-radius: 0;
}
/* The title under the main slideshow on the Home page*/
.top-title {
 display: block;
 text-align: center;
 margin: 0 0 40px 0;
}
.header-specials {
 display: block;
 text-align: center;
 padding: 30px 0 10px;
 text-transform: uppercase;
 text-decoration: underline;
}
.product-carousel.flexslider {
 margin-top: 30px;
}
/*Home Top Banner section */
.homeTopBanner {
 padding-top: 40px;
 padding-bottom: 70px;
 background-color: #f6f5db;
}
.homeTopBanner a,
.instafeed-item a {
 position: relative;
 display: block;
 z-index: 1;
 transition: all 0.3s ease;
 overflow: hidden;
}
.homeTopBanner a:before,
.instafeed-item a:before,
#homeBottomBanner a:before {
 content: "";
 position: absolute;
 width: 100%;
 left: 0;
 top: 0;
 height: 100%;
 pointer-events: none;
 z-index: 1;
 transition: all ease 0.3s;
}
.homeTopBanner a.pink-overlay:before {
 background: rgba(0, 0, 0, 0.6);
}
.homeTopBanner a:hover:before {
 box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
}
.instafeed-item a:hover:before,
#homeBottomBanner a:hover:before {
 box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
}
.homeTopBanner a img {
 border-radius: 6px;
 padding: 4px;
 height: 300px;
 transition: all 0.3s ease;
}

/*.homeTopBanner a:hover img{
    transform: scale(1.1);
}*/
.top-title h2 {
	font-size: 40px;
	color: #28252a;
	margin-bottom: 10px;
}
.bannertxt {
 position: absolute;
 z-index: 1;
 left: 0;
 top: 50%;
 right: 0;
 text-align: center;
 color: #fff;
 transform: translateY(-50%);
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}
.bannertxt.Large h2 {
 font-size: 32px;
 margin-top: 0;
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}
.bannertxt.Small h2 {
 font-size: 23px;
 margin-top: 0;
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 font-weight: 600;
}
.bannertxt.Medium h2 {
 font-size: 32px;
 margin-top: 0;
 text-transform: uppercase;
 font-family: "Montserrat", sans-serif;
}
.bannertxt.Large button {
 margin-top: 20px;
 background: #fff;
 color: #000;
}
.bannertxt.Medium button {
 margin-top: 10px;
 background: #fff;
 color: #000;
}
.bannertxt button,
.bannertxt button:hover {
 font-size: 12px;
 font-weight: 400;
 letter-spacing: 1px;
 padding: 5px 25px 6px;
}
.bannerlogo {
 position: absolute;
 width: 150px;
 left: 0;
 margin-left: -60px;
 top: 50%;
 margin-top: -75px;
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
/* Home Promo banner - the "Why Buy" section */

#homePromoBanner {
 background-image: url("/assets/templates/ags-core/images/whybuy.jpg");
 background-repeat: no-repeat;
 background-position: top right;
 background-size: cover;
 padding: 40px 20px;
}
.homePromoTxt {
 padding-right: 15%;
 color: #fff;
}
.homePromoTxt h3 {
 font-family: "Montserrat", sans-serif;
 font-size: 36px;
 line-height: 44px;
 margin-bottom: 10px;
 position: relative;
 margin-top: 0;
}
.homePromoTxt h3:after {
 bottom: -20px;
}
.homePromoTxt p,
.homePromoTxt {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 color: #fff;
 font-size: 23px;
 line-height: 32px;
 font-weight: 500;
 margin-bottom: 10px;
}
.homePromoTxt2 {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 color: #fff;
 font-size: 22px;
}
.homePromoTxt-sub p,
.homePromoTxt-sub {
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 color: #fff;
 font-size: 16px;
 line-height: 24px;
}
#homeBottomBanner {
 padding: 40px 0;
}
#homeBottomBanner a {
 display: inline-block;
 position: relative;
 width: 100%;
}
.BottomBannertxt:after,
.homeTopBanner a:after {
 content: "";
 display: block;
 border: 0px solid #fff;
 left: 15px;
 right: 15px;
 top: 15px;
 bottom: 15px;
 position: absolute;
 z-index: 1;
 pointer-events: none;
}
.BottomBannertxt:after {
 border: 0px solid #fff;
}
.homeTopBanner a:after {
 left: 30px;
 right: 30px;
 top: 30px;
 bottom: 30px;
}
.BottomBannertxt {
 display: table-cell;
 background: #000;
 text-align: center;
 color: #fff;
 height: 165px;
 vertical-align: middle;
 width: 1%;
 text-transform: uppercase;
}
.BottomBannertxt h4 {
 font-size: 20px;
 letter-spacing: 0px;
 position: relative;
}
.BottomBannertxt h4:after {
 content: "";
 display: block;
 width: 30px;
 background: #fff;
 height: 3px;
 margin: 15px auto 15px;
}
.BottomBannertxt p {
 margin: 0;
}
/* Home Partners section */
.partners {
 margin: 0;
 text-align: center;
 margin-bottom: 30px;
}
/* Mailing List signup section - used on Home, Category pages and Product pages */
#mailinglist {
 padding: 0 0 70px 0;
 margin-bottom: 30px;
 background-image: url("/assets/templates/ags-core/images/mailbg.jpg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
}
#mailing-btn-txt {
	text-transform: uppercase;
}	
/* Home BrandScroller above footer */
#BrandScroller {
 padding: 40px 0 80px 0;
 background-image: url("/assets/templates/ags-core/images/partnerbg.jpg");
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 margin-top: -10px;
}
.BrandScroller {
 padding: 0 40px;
}
.brand-item {
 border: 1px solid #eee;
 margin-bottom: 1px;
 transition: border-color 0.3s ease;
}
.brand-item:hover {
 border-color: #000;
 margin-bottom: 1px;
}
/* main carousel on home page - paging */
.flex-control-paging li a {
 display: none;
}
/* end- main carousel on home page - paging */
.owl-item .brand-item a img {
 width: auto;
 margin: 0 auto;
}
.BrandScroller .owl-prev {
 left: 0;
}
.BrandScroller .owl-next {
 right: 0;
}
.BrandScroller .owl-prev,
.BrandScroller .owl-next,
.products-section .owl-prev,
.products-section .owl-next {
 background: #999;
 width: 30px;
 height: 30px;
 text-align: center;
 position: absolute;
 top: 50%;
 margin-top: -15px;
 color: #fff;
 font-size: 19px;
 line-height: 30px;
}
.BrandScroller .owl-prev:hover,
.BrandScroller .owl-next:hover {
 background: #000;
 color: #fff;
}
#InstagramGallery h3 {
 font-size: 22px;
 font-family: "Montserrat", sans-serif;
 font-weight: 500;
 margin: 0;
}
#InstagramGallery small {
 margin-bottom: 50px;
 display: block;
 margin-top: 10px;
 letter-spacing: 1px;
 position: relative;
}
#InstagramGallery small:after {
 left: 50%;
 margin-left: -15px;
 bottom: -20px;
}
.instagram-des {
 line-height: 14px;
 margin-bottom: 30px;
 letter-spacing: 1px;
 font-size: 13px;
 color: #989898;
}
#instafeed {
 display: block;
 width: 100%;
}
.instafeed-item {
 width: 10%;
 float: left;
}
.products-section {
 background-color: #f6f5db;
 padding: 0px 0;
}

.products-section h2 {
 font-size: 24px;

 line-height: 1;
 font-weight: 600;
 text-transform: uppercase;
 color: #28252a;
 letter-spacing: 0.04em;
 padding-bottom: 10px;
 margin: 0 0 25px;
 text-decoration: none;
 position: relative;
}
/*.products-section h2:after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: -1px;
    z-index: 10;
}*/
.prod-title h2 {
 font-family: "NeuePowerBold", sans-serif;
 font-size: 24px;
 color: #000;
 text-decoration: underline;
}
/* .prod-title h2:after {
  content: "";
  width: 320px;
  height: .02em;
  background-color: #777;
  display: block;
  position: relative;
  bottom: -4px;
  z-index: 10;
  text-align: center;
  margin: 0 auto;
} */

.owl-loaded {
 overflow: hidden;
}
.owl-item {
 float: left;
}
.owl-loaded.product-items .product-item {
 width: 100%;
 padding: 0 0 0 0px;
 margin-bottom: 0;
}
.owl-carousel.product-items {
 margin-left: 0px;
 margin-right: 0;
 overflow: visible;
}
.tabs-stage > .container {
 position: relative;
 overflow: hidden;
}
.tab-panels {
 background: #f5f5f5;
 text-align: center;
 margin-bottom: 30px;
}
.tabs-nav {
 position: relative;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: flex;
 margin: 0 auto;
 max-width: 100%;
 list-style: none;
 -ms-box-orient: horizontal;
 -ms-box-pack: center;
 -webkit-flex-flow: row wrap;
 -moz-flex-flow: row wrap;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 -webkit-justify-content: center;
 -moz-justify-content: center;
 -ms-justify-content: center;
 justify-content: center;
}
.tabs-nav li {
 position: relative;
 z-index: 1;
 display: block;
 margin: 0;
 text-align: center;
 -webkit-flex: 1;
 -moz-flex: 1;
 -ms-flex: 1;
 flex: 1;
 font-size: 25px;
 text-transform: capitalize;
 letter-spacing: 1px;
}
.tabs-nav li i {
 color: #000;
 font-size: 40px;
 vertical-align: middle;
 margin-right: 2px;
}
.tabs-nav li span {
 display: inline-block;
 vertical-align: middle;
}
.tabs-nav li.tab-active a,
.tabs-nav li.tab-active i,
.tabs-nav li:hover a,
.tabs-nav li:hover i {
 color: #28252a;
}
.tabs-nav li a {
 position: relative;
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 line-height: 3;
 text-decoration: none;
 color: #000;
 font-weight: 600;
 opacity: 0;
 text-transform: uppercase;
 pointer-events: none;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
}
.tabs-nav li:last-child::before {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 4px;
 background: #000;
 content: "";
 -webkit-transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
}
.tabs-nav li:first-child.tab-active ~ li:last-child::before {
 -webkit-transform: translate3d(-300%, 0, 0);
 transform: translate3d(-200%, 0, 0);
}
.tabs-nav li:nth-child(2).tab-active ~ li:last-child::before {
 -webkit-transform: translate3d(-200%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
.tabs-stage > .container > div {
 transition: opacity 0.8s ease 0.1s;
 opacity: 0;
 position: absolute;
 z-index: 0;
 width: 100%;
 left: 15px;
 right: 15px;
 top: 0;
}
.tabs-stage div.tab-active-content {
 opacity: 1;
 position: relative;
 z-index: 1;
 background: #fff;
 left: 0;
 right: 0;
}
.products-section .tab-active-content .owl-prev,
.products-section .tab-active-content .owl-next {
 opacity: 1;
}
.products-section .owl-prev,
.products-section .owl-next {
 background: transparent;
 color: #999;
 top: 35%;
 width: auto;
 height: auto;
 font-size: 42px;
 cursor: pointer;
 opacity: 0;
 transition: opacity 0.8s ease 0.1s;
}
.products-section .owl-prev:hover,
.products-section .owl-next:hover {
 color: #000;
}
.products-section .owl-prev {
 left: -26px;
}
.products-section .owl-next {
 right: -26px;
}
/* owl carousel with tabs - home page New Releases carousel extra */
#newrel {
 padding-bottom: 80px;
}
/* end owl carousel with tabs - home page New Releases carousel extra */
.product-items .product-item .on-sale-badge 
/* .product-items span.freeshipping */ {
 background: rgba(255, 0, 0, 0.5);
 color: #ffffff;
 display: block;
 font-size: 11px;
 font-weight: 600;
 height: 30px;
 line-height: 30px;
 min-width: 50px;
 width: 4.75em;
 position: absolute;
 text-transform: uppercase;
 right: 0;
 text-align: center;
 top: 0;
 z-index: 10;
 border-radius: 0 6px 4px 0;
 /* -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
.product-items .on-sale-badge::before {
 border: 7px solid rgba(255, 0, 0, 0.5);
 border-top-width: 7px;
 border-top-color: rgba(255, 0, 0, 0.5);
 border-right-width: 7px;
 border-right-color: rgba(255, 0, 0, 0.5);
 border-bottom-width: 7px;
 border-bottom-color: rgba(255, 0, 0, 0.5);
 border-left-width: 7px;
 border-left-color: rgba(255, 0, 0, 0.5);
 border-color: transparent transparent rgba(255, 0, 0, 0.5) rgba(255, 0, 0, 0.5);
 border-width: 0.76em 0.76em;
 position: absolute;
 right: 4.75em;
 bottom: 0;
 content: "";
 moz-transform: rotate(90deg);
 webkit-transform: rotate(90deg);
 rotate: -90deg;
}
.product-items .on-sale-badge::after {
 border: 7px solid rgba(255, 0, 0, 0.5);
 border-top-width: 7px;
 border-top-color: rgba(255, 0, 0, 0.5);
 border-right-width: 7px;
 border-right-color: rgba(255, 0, 0, 0.5);
 border-bottom-width: 7px;
 border-bottom-color: rgba(255, 0, 0, 0.5);
 border-left-width: 7px;
 border-left-color: rgba(255, 0, 0, 0.5);
 border-color: rgba(255, 0, 0, 0.5) transparent transparent rgba(255, 0, 0, 0.5);
 border-width: 0.75em 0.75em;
 position: absolute;
 right: 4.75em;
 top: 0px;
 content: "";
 rotate: 90deg;
}
/*
.product-items .on-sale-badge:before,
.product-items span.freeshipping:before {
        border: 7px solid rgba(255, 0, 0, 0.5);
    border-color: transparent transparent rgba(255, 0, 0, 0.5) rgba(255, 0, 0, 0.5);
    border-width: 8px 5px;
    position: absolute;
    right: -10px;
    bottom: 0;
    content: '';
}
.product-items .on-sale-badge:after,
.product-items span.freeshipping:after {
        border: 7px solid rgba(255, 0, 0, 0.5);
    border-color: rgba(255, 0, 0, 0.5) transparent transparent rgba(255, 0, 0, 0.5);
    border-width: 8px 5px;
    position: absolute;
    right: -10px;
    top: 0;
    content: '';
}
.product-items span.freeshipping{
    right: auto;
    left: -25px;
    background: rgba(57, 211, 134, 0.5);
    height: auto;
    top: 35px;
    min-width: 100px;
} */
/* Free Shipping icon on product item thumbnails and Home Page slider thumbnails */
.product-items span.freeshipping {
 background: transparent;
 height: auto;
 top: 10px;
 width: 120px;
 display: block;
 margin: 0 auto;
 padding: 6px 0;
}
#freeship {
 margin-top: -12px;
 min-height: 50px;
}
/* Home Page product carousel sliders */

.products-section {
 background-color: #ebebeb;
 padding: 0px 0;
}
/* Home product carousel slider product item width on version with no tabbed carousel */

.product-carousel .product-items .product-item {
 width: 96%;
 border-radius: 6px;
 background-color: #fff;
 -webkit-box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
 -moz-box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
 box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
}

.products-section {
 background-color: #f6f5db;
 padding: 0px 0;
}
/* End -Home product carousel slider product item width on version with no tabbed carousel*/

/* .product-items span.freeshipping:before{
    border-color: transparent transparent rgba(57, 211, 134, 0.5) rgba(57, 211, 134, 0.5);
}
.product-items span.freeshipping:after{
    border-color: rgba(57, 211, 134, 0.5) transparent transparent rgba(57, 211, 134, 0.5);
} */
/* Free shipping icon on product page */
.freeshipping.availability-item {
 width: 120px;
 display: block;
}
.product-items span.availability {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 text-align: center;
 text-transform: uppercase;
 background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
 height: 20px;
 line-height: 20px;
 font-weight: bold;
 font-family: "Montserrat";
 font-optical-sizing: auto;
 color: #28252a;
 font-size: 12px;
 letter-spacing: 1px;
 z-index: 2;
}
/* Recently Viewed Items on product page */
.browsing_historyBlock {
 background-color: #f1f1f1;
 padding: 40px 0;
}
/* Recently Viewed Items on product page */
.browsing_historyBlock .header {
 margin: 0 0 30px;
 text-transform: uppercase;
 text-align: center;
}
/* Product Images in grids */
.product-items .product-item .img {
 position: relative;
 margin-bottom: 20px;
}
.frontimg,
.backimg {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transition: 0.6s;
 -webkit-transform-style: preserve-3d;
 -webkit-transform: rotateY(0deg);
 -moz-transition: 0.6s;
 -moz-transform-style: preserve-3d;
 -moz-transform: rotateY(0deg);
 -o-transition: 0.6s;
 -o-transform-style: preserve-3d;
 -o-transform: rotateY(0deg);
 -ms-transition: 0.6s;
 -ms-transform-style: preserve-3d;
 -ms-transform: rotateY(0deg);
 transition: 0.6s;
 transform-style: preserve-3d;
 transform: rotateY(0deg);
}
.product-items .product-item img.frontimg {
 -webkit-transform: rotateY(0deg);
 -ms-transform: rotateY(0deg);
 z-index: 2;
}
.product-items .product-item img.backimg {
 -webkit-transform: rotateY(-180deg);
 -moz-transform: rotateY(-180deg);
 -o-transform: rotateY(-180deg);
 -ms-transform: rotateY(-180deg);
 transform: rotateY(-180deg);
 position: absolute;
 top: 0;
 left: 0;
}
.product-item:hover .img.noSecond_Image .backimg {
 display: none !important;
}
.product-item:hover .img.noSecond_Image .frontimg,
.product-item:hover .img.noSecond_Image .backimg {
 transform: none;
}
.product-items .product-item:hover .frontimg {
 -webkit-transform: rotateY(180deg);
 -moz-transform: rotateY(180deg);
 -o-transform: rotateY(180deg);
 transform: rotateY(180deg);
}
.product-items .product-item:hover .backimg {
 -webkit-transform: rotateY(0deg);
 -moz-transform: rotateY(0deg);
 -o-transform: rotateY(0deg);
 -ms-transform: rotateY(0deg);
 transform: rotateY(0deg);
}
.product-items .product-item .img img {
 width: auto;
 min-height: 240px;
}
.product-items .product-item .img:before {
 position: absolute;
 content: "";
 top: 0;
 height: 100%;
 left: 0;
 right: 0;
 margin: auto;
 z-index: 1;
 visibility: hidden;
 zoom: 1;
 background-color: rgba(255, 255, 255, 0.5);
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: scale(0.9);
 -moz-transform: scale(0.9);
 -ms-transform: scale(0.9);
 -o-transform: scale(0.9);
}
.product-items .product-item:hover .img:before,
.product-items .product-item:hover .quickview,
.product-items .img:hover .quickview {
 visibility: visible;
 -webkit-transition: all 0.4s;
 transition: all 0.4s;
 opacity: 1;
 filter: alpha(opacity=100);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
}
.product-items .img .quickview {
 top: auto;
 bottom: 40px;
 height: 30px;
 box-shadow: none;
 text-transform: uppercase;
 font-family: 'Montserrat', sans-serif;
 font-weight: bold;
 line-height: 30px;
 opacity: 0;
 filter: alpha(opacity=0);
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 z-index: 1;
}
/* Product Items in grids */
.product-items .name,
.qv .name {
 font-family: "avenir_next_lt_probold", sans-serif;
 margin-bottom: 15px;
 height: 37px;
 text-align: center;
}
.product-items .product-item .name a {
 color: #000;
 font-size: 14px;
 font-family: "avenir_next_lt_probold", sans-serif;
 line-height: 19px;
 display: block;
 text-transform: uppercase;
 letter-spacing: 0.01em;
}
.product-items .product-item .name a:hover {
 color: #28252a;
 text-decoration: none;
 transform: ease 0.04s;
}
.product-items .price {
 font-size: 16px;
 font-weight: bold;
 /* float: left; */
 text-align: center;
}
.product-items .sale-price {
 color: #000;
}

.product-items del.regular-price {
 color: #989898;
 font-size: 14px;
 display: block;
}
.sale-price {
 display: block;
}
.product-items .reviews {
 /* float: right; */
 text-align: center;
}
.product-items .action {
 font-family: "Montserrat";
 font-weight: 500;
 font-optical-sizing: auto;
 font-size: 15px;
 background: #fff;
}
.product-items .product-item:hover .action {
 background: #f1f1f1;
 transform: ease 0.04s;
}
.product-item .action .btn {
 min-width: 150px;
 height: 28px;
 padding: 0;
 line-height: 28px;
 width: 100%;
 background-color: #000;
 border-color: #000;
 border-radius: 4px;
 color: #fff;
 font-weight: 600;
}
@media (max-width: 640px) {
 .product-item .action .btn {
  width: 98%;
 }
}
.product-item .action .btn:hover {
 background-color: #28252a;
 border-color: #28252a;
 color: #fff;
 font-weight: 600;
 transition: ease 0.04s;
}
.product-item {
 -webkit-box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
 -moz-box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
 box-shadow: 2px 2px 3px 0px rgba(171, 171, 171, 0.3);
}
/* End Product Items in grids */
.home-page-content {
 padding: 0;
}
.home-page-content .category-footer {
 padding: 40px 0 60px;
}
.home-page-content .category-footer h3 {
 font-size: 20px;
 line-height: 1;
 margin: 0 0 20px;
 font-weight: bold;
}
.home-page-content .category-footer p {
 margin: 0 0 30px;
 text-align: justify;
}
.home-page-content .category-footer a:hover img {
 opacity: 0.7;
}
.home-page-content .category-header img {
 margin: 0 auto;
}
.extrapages-shower a {
 display: block;
 background-color: #2d2d2d;
 color: #fff;
 padding: 10px 18px;
 text-decoration: none !important;
}
.extrapages-shower a:after {
 content: "\f106";
 font-family: "fontello";
 float: right;
}
.extrapages-shower a.collapsed:after {
 content: "\f107";
}
.checkout-1 .copyright a {
 color: #a5a5a5;
}
.footer-social {
 padding-top: 40px;
}
#checkout-logo .logo {
 height: auto;
 position: relative;
 overflow: hidden;
}
@media (min-width: 992px) {
 body.leftbar.norightbar .cat-items-grid,
 body.rightbar.noleftbar .cat-items-grid {
  width: 100%;
 }
}
@media (max-width: 1023px) {
 .navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
  min-height: 0;
 }
 .navbar-nav > li.dropdown > a:after {
  float: right;
 }
}
@media (max-width: 767px) {
 .homeTopBanner a img {
  width: 400px;
 }
 .logo {
  text-align: center;
  height: auto;
 }
 .logo img {
  position: static;
 }
 .searchBox {
  padding: 20px 0 0;
 }
 .search-form-col {
  clear: both;
 }
 #home .flex-direction-nav a:before {
  font-size: 24px;
 }
 #home .flex-direction-nav a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: -12px 0 0;
 }
 .mailinglist-input.form-control {
  max-width: 100%;
 }
 .social-icons li a {
  width: 37px;
  height: 28px;
  line-height: 24px;
  font-size: 25px;
 }
 .footer-social ul li {
  padding: 0 4px;
 }
 .home-page-content .category-header {
  padding: 15px 0;
 }
 .extrapages-shower a {
  display: block;
 }
 ul.extrapages {
  margin: 0;
  padding: 15px 0;
 }
 ul.extrapages li a {
  font-size: 14px;
 }
 ul.payment-icons li {
  font-size: 35px;
 }
	.btn.btn-addcart {
	margin-top: 10px;
	}
}
@media (max-width: 567px) {
 .product-items.product-items-1 .product-item,
 .product-items.product-items-2 .product-item,
 .product-items.product-items-3 .product-item,
 .product-items.product-items-4 .product-item,
 .product-items.product-items-5 .product-item,
 .product-items.product-items-6 .product-item {
  max-width: 270px;
  padding-top: 10px;	 
 }
	.page_heading {
	text-align: center;
	font-size: 20px;
}
	.relatedBlock.sub-section {
	background-color: #f6f6f6;
	padding: 5%;
}
	}
.menu-open {
 overflow: hidden;
}
.mobile-menu {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 display: none;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 outline: 0;
 background-color: rgba(0, 0, 0, 0.5);
}
.menu-open .mobile-menu {
 overflow-x: hidden;
 overflow-y: auto;
}
.mobile-menu-inner {
 background-color: #000;
 padding: 30px 0px 76px;
 width: 300px;
 margin-left: auto;
 margin-right: 0px;
 min-height: 100%;
 position: relative;
 -webkit-transition: -webkit-transform 0.3s ease-out;
 -o-transition: -o-transform 0.3s ease-out;
 transition: transform 0.3s ease-out;
 -webkit-transform: translate(300px, 0);
 -ms-transform: translate(300px, 0);
 -o-transform: translate(300px, 0);
 transform: translate(300px, 0);
 height: auto;
 overflow-y: scroll;
}
.menu-open .mobile-menu-inner {
 -webkit-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
}
.mobile-menu-close {
 margin-bottom: 30px;
 display: block;
 padding: 0 20px;
 text-align: right;
}
.mobile-menu-close a {
 color: #fff;
 display: inline-block;
 line-height: 1;
 font-size: 24px;
 text-decoration: none;
}
.mobile-menu-close a:after {
 content: "\e805";
 font-family: "fontello";
}
.mobile-menu-widget {
 margin: 0px 0 0;
 clear: both;
 display: block;
 float: left;
 width: 100%;
}
.mobile-menu-widget h3 {
 font-family: "Montserrat", sans-serif;
 margin: 0;
 font-size: 16px;
 letter-spacing: 0.07em;
 text-transform: uppercase;
 font-weight: bold;
 padding-bottom: 10px;
 line-height: 1;
 color: #f05127;
 background: #28252a;
 padding-top: 10px;
 padding-left: 20px;
 padding-right: 20px;
}
.mobile-menu-widget ul {
 padding: 0;
 margin: 0;
 list-style: none;
}
.mobile-menu-widget ul li {
 margin: 0;
 float: left;
 width: 100%;
 padding: 15px 0px 14px;
 text-align: left;
 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile-menu-widget ul#categories > li > a {
 max-width: 55%;
}
.mobile-menu-widget ul li a {
	padding: 0 0 0 20px;
	line-height: 1;
	font-size: 13px;
	text-transform: uppercase;products;
	background-color: transparent !important;
	display: block;
	color: #fff;
	text-decoration: none !important;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.mobile-menu-widget ul li a:hover {
 color: #f6f5db;
}
.mobile-menu-widget ul li a:after {
 display: none;
}
.mailinglist-response {
 margin: 10px 0;
 padding: 10px 20px;
 font-size: 12px;
 background-color: #2d2d2d;
 color: #ccc;
}
.mailinglist-error span {
 color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
 color: #3c763d;
}
.mailinglist-response,
.mailinglist-response div {
 clear: both;
 float: left;
 width: 100%;
}
.floating-cart {
 position: fixed;
 top: 50%;
 right: 0;
 z-index: 999;
 background-color: #000;
 color: #fff;
 border-radius: 20px 0 0 20px;
 padding: 15px;
 text-align: center;
 width: 90px;
 display: none;
}
.floating-cart a,
.floating-cart a:hover {
 color: #ececec;
 text-decoration: none;
}
.floating-cart a:hover {
 opacity: 0.6;
}
.floating-cart span.cart-icon {
 display: block;
 font-size: 30px;
 line-height: 1;
}
.floating-cart span.cart-details {
 font-size: 12px;
 text-transform: none;
 display: block;
 margin: 5px 0 0;
}
.paging {
 float: right;
}
.paging strong,
.paging a {
}
.paging strong,
.paging a:hover {
 color: #fff;
 background-color: #0f0f0f;
 text-decoration: none;
}
.search-form:before,
.flex-direction-nav a:after,
.minicart-inner .iconcart:before {
 transition: transform 0.3s ease-out;
}
.search-form:hover:before,
.flex-direction-nav a:hover:after,
.minicart-inner:hover .iconcart:before {
 transform: rotate(0deg);
}
div#frameMsg.fixed-header {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 z-index: 99;
}
.navbar-wrapper.fixed-header {
 background: rgba(255, 255, 255, 1);
 position: fixed;
 top: 33px;
 left: 0;
 right: 0;
 z-index: 99;
}
.frameMsgOff .navbar-wrapper.fixed-header {
 top: 0;
}
.mobile-menu-widget.last-widget {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 text-align: center;
 background: #222;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
 text-transform: uppercase;
 margin: 0;
 font-size: 14px;
 color: #fff;
}
.mobile-menu-widget.last-widget span {
 display: block;
 padding: 8px 0 8px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 font-size: 15px;
}
.mobile-menu-widget.last-widget a {
 color: #fff;
}
.account-links {
 padding: 8px 0;
 color: #fff;
}
#checkout-logo {
 border-bottom: 2px solid #000;
 padding-top: 20px;
 text-align: left;
}
#checkout-logo .logo img {
 position: relative;
 max-height: 60px;
}
body:not(.frameMsgOff) .cart-box.fixed-cart-box .cart-box-sticky {
 margin-top: 89px !important;
}
.frameMsgOff .cart-box.fixed-cart-box .cart-box-sticky {
 margin-top: 56px !important;
}
.view-cart .product-items span.availability {
 display: none;
}
aside#leftBar {
 display: none;
}
.cat-items-grid,
body.leftbar.rightbar .cat-items-grid {
 width: 100%;
}

/* category page */
#category {
 padding-top: 0;
}
.breadcrumnb {
 margin: 0;
}
.breadcrumnb ol li {
	line-height: 1;
	font-size: 11px;
	font-weight: 500;
}
.breadcrumnb ol li > a {
 color: #28252A;
 font-size: 11px;
 font-weight: 500;
 margin-left: 6px;
}
#cat-header .page_header {
 background: #28252a;
 min-height: 360px;
 text-align: center;
}
#cat-header.page_header {
 background-color: #28252a;
 height: 360px;
 min-height: 300px;
 text-align: center;
 background-image: url("/assets/templates/ags-core/images/cat-head-bg.jpg");
 background-repeat: no-repeat;
 background-position: top;
 background-size: cover;
 margin-bottom: -10px;
}
.header > .page_heading {
	margin-bottom: 25px;
	font-family: 'Montserrat',sans-serif;
}
.page_heading {
	font-family: 'Montserrat',sans-serif;
}
.browsing_historyBlock .header h3 {
	margin: 0;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif!important;
	font-size: 22px;
}

.page_heading {
 padding: 36px 0 0;
 line-height: 1;
 font-weight: bold;
 text-transform: uppercase;
 position: relative;
 color: #fff;
 letter-spacing: 1px;
 border-bottom: 0px solid #eee;
}
.page_heading::after {
 content: "";
 position: absolute;
 left: 0;
 bottom: 0;
 width: 60px;
 height: 0px;
 border-bottom: 0px solid #000;
}
/* page heading -extra page */
.page_heading_ep {
 padding: 36px 0 0;
 line-height: 1;
 font-weight: bold;
 text-transform: uppercase;
 position: relative;
 color: #000;
 letter-spacing: 1px;
 border-bottom: 0px solid #eee;
}
.subcategories > ul > li span.name {
 color: #f6f5db;
 font-size: 14px;
 font-weight: 600;
 text-transform: uppercase;
 vertical-align: middle;
 display: block;
 margin: 25% auto;
 text-align: cemter;
}
h1.page_heading {
 font-size: 30px;
 vertical-align: middle;
 display: inline;
}
.subcategories > ul {
 list-style: none;
 margin: 0 30px;
 padding: 0;
}
.subcategories > ul > li {
 float: left;
 padding: 0 15px;
 background-color: #28252a;
 display: block;
 color: #f6f5db !important;
 height: 200px;
 vertical-align: center;
 border-radius: 6px;
 background-image: url("/assets/templates/ags-core/images/subcat-bg.jpg");
 background-repeat: no-repeat;
 max-width: 340px;
 margin: 1.2%;
 background-size: cover;
}
.category-header h2 {
 color: #fff;
 font-size: 22px;
 letter-spacing: 0.02em;
 font-family: "Montserrat", sans-serif;
 font-optical-sizing: auto;
}
/* category page breadcrumb top margin */
body.leftbar .breadcrumnb {
 margin-top: 0;
}
/* blog */
.blog-bg {
 background: rgb(174, 175, 175);
 background: linear-gradient(
  180deg,
  rgba(174, 175, 175, 0.91) 0%,
  rgba(28, 33, 36, 0.8) 100%
 );
 background-image: url("/assets/templates/ags-core/images/blog-bg.jpg");
}
.breadcrumnb {
 background: #f6f5db;
 padding: 10px 20px;
 font-family: "Montserrat", sans-serif !important;
 font-optical-sizing: auto;
 font-size: 11px;
 letter-spacing: 0.04em;
 border-bottom: 1px solid #28252A;
}
.breadcrumnb ol li > a,
.breadcrumnb ol li:after {
 color: #28252A;
}
.breadcrumnb ol li > span,
.breadcrumnb ol li:last-child > a {
 color: #28252A;
}
@media (min-width: 1024px) {
 .navbar-header {
  display: none;
 }
 .navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
 }
}
@media (min-width: 992px) {
 .col-md-2_4 {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
 }
}
@media (max-width: 1199px) {
 .homeTopBanner a:after {
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
 }
 .homeTopBanner a:hover:before {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2) inset;
 }
 .bannertxt.Large h2 {
  font-size: 40px;
 }
 .bannertxt.Medium h2 {
  font-size: 30px;
 }
 .bannertxt.Small h2 {
  font-size: 25px;
 }
 .BottomBannertxt {
  height: 133px;
 }
 .bannertxt button,
 .bannertxt button:hover {
  font-size: 11px;
  padding: 4px 20px 5px;
 }
 .product-items .product-item .img {
  min-height: 245px;
 }
 .navbar-inverse .navbar-nav > li > a {
  font-size: 12px;
  padding-right: 13px;
  padding-left: 13px;
 }
 .mailist-box p {
  margin-right: 0;
  max-width: 25%;
  line-height: normal;
 }
 ul.payment-icons li {
  padding: 0 3px 0 0;
  font-size: 27px;
 }
}
@media (max-width: 1023px) {
 div#frameMsg.fixed-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
 }
 .owl-loaded.product-items .product-item {
  min-height: 387px;
 }
 .navbar-wrapper.fixed-header {
  background: #000;
  height: 56px;
  border-bottom: 1px solid #fff;
 }
 #home .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  opacity: 1;
 }
 #home .flexslider .flex-direction-nav .flex-next {
  right: 10px;
  opacity: 1;
 }
 .navbar-wrapper {
  background: #000;
 }
 .navbar-inverse .navbar-toggle {
  margin-right: 0;
  margin-top: 7px;
  border: none;
 }
 span.sronly {
  float: left;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat', sans-serif;;
  line-height: 47px;
  font-size: 16px;
 }
 .site-header {
  padding: 20px 0px;
 }
 .top-nav {
  display: none;
 }
 .navbar-nav > li.dropdown:after,
 .megamenu_wrapper h4:after {
  content: "\f107";
  font-family: "fontello";
  font-size: 17px;
  line-height: 43px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  color: #f6f5db;
  cursor: pointer;
  width: 55px;
  height: 100%;
  border-radius: 0;
  font-weight: bold;
 }
 .navbar-nav > li.dropdown > ul {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  float: left;
  width: 100%;
  top: 0px;
  background: transparent;
  box-shadow: none;
  padding: 0 !important;
  max-height: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 15px;
  text-align: left;
  border-bottom: none;
 }
 .mobile-menu-widget ul li li {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 15px !important;
 }
 .navbar-nav > li.dropdown.opendrop:after,
 .megamenu_wrapper h4.opendrop:after {
  content: "\f106";
 }
 .navbar-nav > li.dropdown > a:before {
  content: none;
 }
 .navbar-nav > li.opendrop > ul {
 }
 .product-items .action {
  transform: none;
  opacity: 1;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  left: 3px;
  right: 3px;
  bottom: 0;
  background-color: transparent;
 }
 .stay-connected {
  margin-top: 25px;
 }
}
@media (max-width: 991px) {
 .frameMsgOff .mobile-sticky-checkout.sticky-checkout {
  margin-top: 56px !important;
 }
 .mobile-sticky-checkout.sticky-checkout {
  margin-top: 89px !important;
 }
 #home .flexslider .flex-direction-nav a,
 #home .flex-direction-nav a:after {
  width: 40px;
  height: 40px;
 }
 #home .flex-direction-nav a:before {
  font-size: 25px;
  line-height: 40px;
  width: 40px;
  height: 40px;
 }
 .bannertxt.Large h2 {
  font-size: 25px;
 }
 .bannertxt p {
  font-size: 12px;
  padding: 0 15px;
 }
 .bannertxt.Medium h2,
 .bannertxt.Small h2 {
  font-size: 20px;
 }
 .bannertxt.Medium button,
 .bannertxt.Large button {
  margin-top: 0px;
 }
 .homePromoTxt p {
  font-size: 20px;
  line-height: 26px;
 }
 .BottomBannertxt {
  height: 102px;
 }
 .BottomBannertxt h4 {
  font-size: 14px;
 }
 .BottomBannertxt h4:after {
  height: 2px;
  margin: 8px auto 5px;
 }
 .BottomBannertxt p {
  font-size: 12px;
 }
 .tabs-nav li {
  font-size: 20px;
 }
 .tabs-nav li i,
 .homePromoTxt h3 {
  font-size: 32px;
 }
 .frame_copyright1 p {
  margin-top: 10px;
 }
 .copyright,
 .frame_copyright1 p {
  text-align: center;
  line-height: normal;
 }
 .mailist-box h3 {
  line-height: normal;
  max-width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
  float: none;
 }
 .mailist-box p {
  max-width: 100%;
  line-height: normal;
  float: none;
  text-align: center;
 }
 .mailinglist-form.clearfix {
  float: none;
  width: 300px;
  margin: 0 auto;
  display: block;
  min-width: 300px;
 }
 .mailinglist-input.form-control {
  width: 220px;
  margin-top: 30px;
 }
 .mailinglist-submit,
 .mailinglist-submit:hover {
  width: 80px;
  margin-top: 30px;
 }
}
@media (max-width: 767px) {
 .frameMsgOff .mobile-sticky-checkout.sticky-checkout {
  margin-top: 81px !important;
 }
 .mobile-sticky-checkout.sticky-checkout {
  margin-top: 114px !important;
 }
 #frameMsg_close {
  right: 5px;
  top: 9px;
  font-size: 14px;
 }
 div#frameMsg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
 }
 .homePromoTxt {
  padding-right: 0;
 }
 .content-holder {
  padding-top: 158px;
 }
 .frameMsgOff .content-holder {
  padding-top: 125px;
 }
 #store-messages {
  padding-top: 0px;
  padding-bottom: 0;
 }
 #store-messages .container {
  padding: 0;
 }
 .message {
  background: #222;
  padding: 7px 0;
 }
 .message.message-2 {
  background: #28252a;
 }
 #store-messages .message .title {
  color: #eee;
 }
 #store-messages .message .tagline {
  margin-top: 0px;
 }
 #store-messages .message .fluff {
  display: none;
 }
 .head-mobile-nav > a {
  margin-top: 16px;
  display: inline-block;
 }
 header.site-header {
  position: fixed;
  top: 33px;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 1);
  padding-bottom: 43px;
  transition: all 0.4s ease;
 }
 .frameMsgOff header.site-header {
  top: 0;
 }
 .search-form {
  width: 100%;
 }
 .search-form:before {
  content: none;
 }
 .search-form i {
  color: #000;
 }
 .search-form-col {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
 }
 .search-form .search-submit {
  opacity: 1;
 }
 .search-form .search-text {
  margin-left: 0;
  border-bottom: 2px solid #000 !important;
  background: transparent;
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
 }
 .fixed-mobheader.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
 }
 .fixed-mobheader .search-form-col {
  display: none;
 }
 .logo img {
  max-height: 60px;
 }
 .homeTopBanner {
  text-align: center;
 }
 .homeTopBanner a {
  display: inline-block;
 }
 .product-items .product-item .img {
  min-height: 150px;
 }
 .bannerlogo {
  margin-left: 0;
 }
 #homePromoBanner .col-sm-4 {
  padding-left: 70px;
 }
 .home-map_media-map {
  margin-left: 0;
  margin-top: 20px;
 }
 .home-map_items,
 .home-map_media {
  width: 100%;
 }
 .mailist-box h3,
 .mailist-box p {
  max-width: 100%;
  float: none;
  text-align: center;
  margin: 0;
 }
 .mailist-box p {
  font-size: 13px;
  margin-top: 10px;
 }
 .footer-social {
  margin-top: 15px;
 }
 .FooterLinks .social-icons,
 .FooterLinks ul.payment-icons {
  margin-bottom: 15px;
  margin-top: 15px;
 }
 .FooterLinks h4 {
  margin: 0 0 5px;
 }
 .FooterLinks br {
  display: none;
 }
 .products-section {
  padding: 0;
 }
 .product-items .product-item .img img {
  position: relative;
 }
 .product-items .product-item .img img.backimg {
  position: absolute;
 }
 .tabs-nav {
  padding: 0;
  border-top: 1px solid #ddd;
  display: block;
 }
 .tab-panels {
  margin-bottom: 15px;
 }
 .tabs-nav li {
  border-bottom: 1px solid #ddd;
  font-size: 17px;
  display: none;
 }
 .tabs-nav li i {
  font-size: 25px;
 }
 .tabs-nav li a {
  line-height: 2;
 }
 .tabs-nav li.tab-active {
  background: #000;
 }
 .tabs-nav li.tab-active a,
 .tabs-nav li.tab-active i {
  color: #fff;
 }
 .content-holder {
  margin-top: 0 !important;
 }
}
@media (max-width: 480px) {
 .frameMsgOff .mobile-sticky-checkout.sticky-checkout {
  margin-top: 72px !important;
 }
 .mobile-sticky-checkout.sticky-checkout {
  margin-top: 105px !important;
 }
 .scrollup {
  right: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
 }
 .social-icons li {
  padding: 0 5px 0 0;
 }
 .instagram-des {
  padding: 0 15px;
 }
 .products-section .owl-prev {
  left: 0;
 }
 .products-section .owl-next {
  right: 0;
 }
 #homePromoBanner {
  margin-bottom: 30px;
  padding-bottom: 30px;
  background-position: top left;
 }
 #BrandScroller {
  padding: 30px 0;
  margin-bottom: 0;
 }
 .products-section {
  padding: 0px 0;
 }
 .homeTopBanner {
  padding-top: 15px;
  padding-bottom: 15px;
 }
 #home .flex-direction-nav a:before {
  font-size: 18px;
  line-height: 25px;
  width: 25px;
  height: 25px;
 }
 #home .flexslider .flex-direction-nav a,
 #home .flex-direction-nav a:after {
  width: 25px;
  height: 25px;
 }
 #home .flex-control-nav {
  bottom: 0;
 }
 #home .flex-control-paging li {
  margin: 0 3px;
 }
 #home .flex-control-paging li a {
  width: 8px;
  height: 8px;
 }
}
