/* GENERAL STYLES */

body {
    font-size: 14px;
    font-family: 'Helvetica W01 Cn', sans-serif;
    background-color: #ffffff;
}

body p {
    font-size: 16px;
    color: #58575b;
}

body .entry-content {
    padding: 0 8px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 400;
    letter-spacing: 1px;
    font-family: 'Helvetica W01 Bd Cn';
    color: #4b494f;
}

.bold-accent h1,
.bold-accent h2,
.bold-accent h3,
.bold-accent h4,
.bold-accent h5,
.bold-accent p {
    color: #fff;
}
a:visited, a:focus, a:active, a:hover,
*:visited, *:focus, *:active, *:hover {
    outline:0 none !important;
}

/* Ubermenu Focus Borders */
body nav.ubermenu-accessible input:not(:hover):focus,
body nav.ubermenu-accessible:not(:hover) .ubermenu-target:focus {
    outline:#fff solid 0px !important;
    box-shadow:0 0 0 transparent !important;
    transition:outline 0s linear !important;
}

a::-moz-focus-inner,
*::-moz-focus-inner {
    border: 0;
}

.form-control:focus {
    border-color: #CCC !important;
}

.capitalize {
    text-transform: capitalize;
}

.block {
    display: block;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-left-20 {
    padding-left: 20px;
}

.clear {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.spacer {
    height: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.spacer-4 {
    height: 4px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.spacer-5 {
    height: 5px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.spacer-7 {
    height: 7px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.spacer-10 {
    height: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    clear: both;
}

.bold-line {
    border-top: 1px solid #d1d3d4;
    display: block;
    width: 100%;
    margin: 0;
    height: 0;
}

/* 404 */

.error404 .page-header {
    border-bottom: 0;
}

.error404 .content-area {
    background-color: #82BC00;
}

.error404 .content-area .page-content i {
    font-size: 120px;
    color: white;
    font-weight: bold;
}

.error404 .content-area .page-content a:hover {
    text-decoration: none;
}

.error404 .content-area h1, .error404 .content-area h5 {
    color: white;
}

.error404 .content-area h1 {
    font-size: 90px;
    font-weight: bold;
    margin-top: 80px;
}

.error404 .content-area h5 {
    font-size: 19px;
}

/* COMING SOON PAGE */

/* 404 */

.boldly-coming-soon .page-header {
    border-bottom: 0;
}

.boldly-coming-soon.content-area {
    background-color: #82BC00;
    background-image: url("../images/boldly-coming-soon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.boldly-coming-soon.content-area .page-content a:hover {
    text-decoration: none;
}

.boldly-coming-soon.content-area h1, .boldly-coming-soon.content-area h5 {
    color: white;
}

.boldly-coming-soon.content-area h1 {
    font-size: 98px;
    font-weight: bold;
    margin-top: 120px;
}

.boldly-coming-soon.content-area h5 {
    font-size: 19px;
}

/* HEADER */

header.header {
    background-color: #fff;
}

.logo img {
    width: auto;
    height: 64px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.tel {
    text-align: right;
    margin-top: 12px;
    font-family:'Helvetica W01 Cn';
    font-size: 16px;
    color: #58575b;
}

.tel span {
    color: #808284;
}

/* BOLD ACCENTS */

.bold-accent {
    background-color: #82BC00;
    padding: 3px;
    color: #fff;
    border-radius: 2px;
    max-height: 45px;
    height: 45px;
    min-height: 45px;
    overflow: hidden;
}
.bold-accent h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0;
    margin-top: 6px;
    margin-left: 40px;
    margin-bottom: 0;
    color: #fff;
}
.bold-accent h3.has-bold-subtitle {
    margin-top: 1px;
    margin-left: 40px;
}
.bold-accent i {
    float: left;
    padding: 5px 5px 0 5px;
}
.bold-accent.gray {
    background-color: #4B494F;
}
.bold-accent-subtitle {
    font-size: 12px;
    display: block;
    padding-top: 2px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
}
.bold-accent-subtitle span {
    font-weight: 400;
}
.bold-accent h3:not(.has-bold-subtitle) {
    padding-top: 3px;
}
@media (max-width: 1200px) {
    .bold-accent-subtitle {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .gift-card-br {
        display: none;
    }
}

.brand-menu-list {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 770px;
}

/* Show the brand images for desktop users */
.ubermenu-content-block .menu-brand-images .brand-menu-list .brand-menu-item a img {
    display: inline;
}
.menu-brand-images .brand-menu-list .brand-menu-item a span {
    display: none;
}

@media (max-width: 767px) {

    .ubermenu-content-block .menu-brand-images .brand-menu-list .brand-menu-item a img {
        display: none;
    }
    .ubermenu-content-block .menu-brand-images .brand-menu-list .brand-menu-item a span {
        display: block;
    }
    .ubermenu-content-block .brand-menu-list .brand-menu-item {
        border: 0 !important;
        min-height: 0 !important;
        width: 100% !important;
        height: auto;
        margin: 0 !important;
        padding: 0 !important;
        line-height: 40px !important;
    }
    .brand-menu-list {
        width: 100% !important;
    }

}

.entry-content .menu-brand-images .brand-menu-list {
    width: 100%;
    margin-bottom: 20px;
}

.brand-menu-list .brand-menu-item {
    border: 1px solid #4b494f;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    float: left;
    padding: 8px;
    margin: 8px 8px 0 0;
    min-height: 125px;
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -moz-transition: all .15s linear;
}

.brand-menu-list .brand-menu-item:hover {
    border-color: #82bc00;
}

.brand-menu-list .brand-menu-item:hover img {
    -ms-transform: scale(1.10); /* IE 9 */
    -webkit-transform: scale(1.10); /* Chrome, Safari, Opera */
        transform: scale(1.10);
}
.brand-menu-list .brand-menu-item img {
    max-width: 125px;
    height: auto;
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}

/* MINI CART */
.bold-mini-cart-btns .your-cart-is-empty {
    color: #333;
}
.bold-mini-cart-btns .btn {
    border-color: #82bc00;
    background: #82bc00;
    box-shadow: none;
}
.bold-mini-cart {
    display: none;
}
.bold-mini-cart .widget_shopping_cart_content {
    padding: 10px;
    position: absolute;
    max-width: 600px;
    border: 1px solid #DEDEDE;
    padding: 15px 20px;
    background: #fff;
    z-index: 900;
    font-size: 12px;
    border-radius: 5px;
    width: 320px;
    right: 0;
    margin-top: 4px;
    top: 32px;
}
.bold-mini-cart h2.widgettitle {
    display: none;
}
.bold-mini-cart .cart_list {
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid #DEDEDE;
    max-height: 500px;
    overflow-y: scroll;
}
.bold-mini-cart .cart_list li > span {
    margin-left: 20px;
}
.bold-mini-cart .cart_list li img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.site-header .widget_shopping_cart p.total {
    padding-right: 0 !important;
}
.bold-mini-cart .buttons .button.wc-forward.checkout {
    border-color: #82BC00;
    background-color: #82BC00;
    color: #fff;
    text-decoration: none;
    display: block;
    float: right;
    border-radius: 4px;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 2;
    margin-top: 7px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bold-mini-cart .buttons .button.wc-forward.checkout.edit-cart {
    margin-right: 8px;
}
.bold-mini-cart .buttons .button.wc-forward.checkout.edit-cart:after {
    content: '' !important;
}
.bold-mini-cart .total {
    position: relative;
    left: 0;
    float: left;
}
.bold-mini-cart .buttons {
    position: relative;
    right: 0;
    float: right;
}
.bold-mini-cart .total strong {
    border-bottom: none;
    font-size: 11px;
    text-transform: uppercase;
    color: #5E5E5E;
    font-weight: normal;
}
.bold-mini-cart .total .amount {
    display: block;
    font-family: 'Helvetica W01 Cn';
    font-size: 18px;
    line-height: 14px;
    color: #5E5E5E;
}

/* PAGE */
#primary {
    padding: 0px;
}
#secondary > aside {
    margin: 0 0 8px 0;
}

/*
.site-main {
    min-height: 400px;
}
*/

.rpa-h1-title {
    margin: 0;
    padding-left: 8px;
    font-size: 24px;
}

/* SECONDARY NAVIGATION */

.menu-secondary-menu-container .menu li {
    list-style: none;
    float: left;
    padding: 0 20px 0 0;
}

.menu-secondary-menu-container .menu li a:hover {
    color: #82BC00;
}




/* SEARCH */

.site-search {
    text-align: right;
    float: right;
    clear: none !important;
    z-index: 850;
    position: relative;
    margin-top: 2px;
}

.site-search form div label {
    display: none;
}

.site-search .widget_product_search form div input[type=submit] {
    display: none;
}

.site-search .widget_product_search form div input[type=text] {
    background: url("../images/search-bg.png") no-repeat scroll 6px 7px #FFF;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #444;
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    min-height: 26px;
    padding: 4px 4px 4px 24px;
    text-shadow: none;
    transition: all 0.3s ease-in-out 0s;
    width: 90px;
    outline: 0 !important;
}

.site-search .widget_product_search form div input[type=text]:focus {
    color: #444;
    background-color: #FFF !important;
    width: 220px;
    border-color: #E0E0E0;
    cursor: default;
}

.site-search .widget_product_search form div input[type=text]:hover {
    color: #333 !important;
    background-color: #EEE;
    border-color: #EEE;
}

/* FOOTER - Site Info */

.site-info .copyright-credits p,
.site-info .copyright-credits a, 
.copyright-grey,
.copyright-grey a {
    font-size: 12px;
    color: #6B696E;
}

.socialicons {
    margin: 0px;
    padding-left: 0;
}

.socialicons li {
    list-style: none;
    padding: 0px;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.socialicons li a {
    border: 2px solid #bcbcbc;
    border-radius: 40px;
    display: block;
    height: 35px;
    line-height: 30px;
    text-align: center;
    width: 35px;
}

.socialicons li a:hover {
    border: 2px solid #eee;
}

footer .socialicons li {
    margin-left: 0;
}

footer .socialicons li a {
    background-color: #FFF;
    color: #4B494F !important;
    border-color: #4B494F !important;
}

footer .socialicons li a i.fa {
    font-size: 18px;
    padding-top: 8px;
}

/* WEAR AND SHARE */

.wear_n_share .socialicons li a {
    border: 2px solid #4B494F;
    background-color: #4B494F;
    color: #FFF !important;
}

.wear_n_share .socialicons strong {
    margin-right: 25px;
    font-size: 18px;
    color: #333;
}

.polaroid {
    margin: 5px 5px 0px 5px;
    padding: 0px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.7);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.7);      
}
@media (max-width: 767px) {
    .polaroid .img-responsive{
        max-width: 200%;
        width: 100%;
    }
    /* WebKit browsers */
    .site-search .widget_product_search form div input[type=text]::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
    .site-search .widget_product_search form div input[type=text]:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
    .site-search .widget_product_search form div input[type=text]::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
    .site-search .widget_product_search form div input[type=text]:-ms-input-placeholder { color:transparent; }
}

@media (max-width: 530px) {
  .bold-accent h3 {
    font-size: 15px;
    padding-top: 4px !important;
  }
  .bold-accent h3.has-bold-subtitle {
    padding-top: 6px !important; 
  }
}

.polaroid.wear-and-share {
    padding: 10px;
}

.wear-and-share-title {
    text-align: center;
    padding: 4px 0;
}

.wear-and-share-sent-by {
    font-size: 11px;
    color: #7E7E7E;
}

.wear-and-share-location {
    font-size: 11px;
    color: #7E7E7E;
}

/* BACK TO TOP */

#back-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 40px;
    z-index: 5;
}

#back-to-top span {
    background-color: #666;
    border: 2px solid #eee;
    border-radius: 5px 5px 5px 5px;
    display: block;
    height: 40px;
    margin: 0 auto 7px;
    transition: all 200ms ease 0s;
    width: 40px;
    opacity: 0.6;
    text-align: center;
    font-size: 16px;
    padding: 6px;
    color: #eee;
}

#back-to-top span:hover {
    background-color: #444;
    opacity: 1;
    border: 2px solid #ccc;
    color: #ccc;
}

/* PRODUCTS */

li.product:hover .product-bottom .price del, 
li.product:hover .product-bottom .price del span.amount {
    color: #fff;
}

li.product .product-top img {
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s; /* Safari */
}

@media (min-width: 992px) {
  li.product .product-top img {
      -ms-transform: scale(0.95); /* IE 9 */
      -webkit-transform: scale(0.95); /* Chrome, Safari, Opera */
      transform: scale(0.95);
  }
  li.product:hover .product-top img {
      -ms-transform: scale(1.00); /* IE 9 */
      -webkit-transform: scale(1.00); /* Chrome, Safari, Opera */
      transform: scale(1.00);
  }
}

/*BOOTSTRAP SLIDER==================================================*/

.carousel-full {
  padding-bottom: 0;
  }
.carousel-full .container {
  width: 100%;
  margin: 0;
  padding: 0;
    }
.carousel-full #carousel-example-generic {       
  margin-top: 0px; 
    }
.carousel-boxed #carousel-example-generic {
  padding: 4px;
  background-color: #fff;
  border-color: #D1D1D1;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;    
  margin-top: 25px;
}
      
@media (max-width: 991px) {
    .carousel-boxed .container {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .carousel-boxed #carousel-example-generic {
    margin-top: 0px; 
    border-top: none;
    border-left: none;
    border-right: none;    
    }
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img {
  max-width: none !important;
  height: 100%; /* added */
  max-height: 100%; /* added */
  min-width: 100%; /* added */
  }
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  z-index: 5;
  }
.carousel-indicators li {        
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  } 
.carousel-control i {
    font-size: 30px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  }
.carousel-control.right i {
    right: 30%;
  }
.carousel-control.left i {
    left: 30%;
  }    
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}           
.carousel-indicators {
z-index: 1;
}

/* HOMEPAGE CAROUSEL */

.slider {
    padding-left: 0;
    padding-right: 0;
}

.carousel {
    margin: 0px 0 0;
    width: 100%;
    border: solid 1px #4b494f ;   
} 
.carousel {
    border-radius: 2px;    
}    
.carousel-click {
    position: absolute;
    bottom: 70px;
    right: 30px;
    z-index: 5;
    font-family: 'Helvetica W01 Bd Cn';
    font-size: 16px;
    color: #4b494f;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.carousel-indicators {
    z-index: 5;
    left: 0;
    bottom: 0;
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 100%;      
}   
.carousel-indicators div {
    box-shadow: none;
    background-color: rgba(17, 17, 17, 0.8);
    border: 0px none;
    border-radius: 0px;
    border-top: 1px solid #4b494f;
    border-right: 1px solid #4b494f;
    cursor: pointer;
    display: block;
    float: left;
    height: auto;
    margin: 0px;
    text-indent: 0px;
    -webkit-transition: all  500ms ease-in-out 0s;
    -moz-transition: all  500ms ease-in-out 0s;
    -o-transition: all  500ms ease-in-out 0s;
    -ms-transition: all  500ms ease-in-out 0s;
    transition: all  500ms ease-in-out 0s;          
}
.carousel-indicators > div {
    position: relative;
    padding: 5px;
}
.carousel-indicators > div .border-div {
    background-color: transparent;
    border: 2px solid transparent;
    width: 100%;
}
.carousel-indicators > .active .border-div {
    border: 2px solid #FFFFFF;
}
.carousel-indicators .active {
    background-color: rgba(130, 188, 0, 0.95);
    height: auto;
    width: 33.33333333%;          
}
.carousel-indicators div:last-child {
    border-right: 0px none;
}
#content .carousel-indicators h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica W01 Bd Cn';
    font-size: 36px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5px 0;
} 
@media (max-width: 767px) {
  #content .carousel-indicators h2 {
      font-size: 18px;
      line-height: 30px;
      padding: 10px 0;
  }
}
@media (max-width: 480px) {
  #content .carousel-indicators h2 {
      font-size: 18px;
      line-height: 20px;
      padding: 10px 0;
  }
  .carousel-click {
    bottom: 56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .carousel-indicators h2 {
      font-size: 30px;
  }
}

/* CART */
.woocommerce-info, 
.woocommerce-message, 
.wc_points_rewards_earn_points {
    padding: 10px;
    background-color: #efefef;
    border: 1px solid #CDCDCD;
    margin: 7px 0 14px 0;
}

.shop_table.cart {
    width: 100%;
}

.shop_table.cart thead th {
    display: none;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

.shop_table.cart tbody {
    background: transparent;
}

.shop_table.cart tbody td {
    display: table-cell;
    padding: 1%;
    position: relative;
}

.shop_table.cart tbody td.product-remove {
    padding: 0;
    width: 0;
}

.shop_table.cart a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: absolute;
    margin: 0 auto;
    font-size: 24px;
    top: -6px;
    z-index: 1;
    right: -30px;
}

.shop_table.cart a.remove:before {
    content: "\f057";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #C8003D;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
    font-weight: 400;
}

.shop_table.cart .product-thumbnail > a {
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 10px 5px;
}

.quantity.buttons_added input[type="button"] {
    background: transparent;
    border: 0;
    padding: 10px;
    font-size: 18px;
    color: #82BC00;
}

.quantity.buttons_added input[type="number"] {
    text-align: center;
    max-width: 50px;
    padding-left: 10px;
}

.shop_table.cart .actions input[type="submit"] {
    margin-left: 10px;
}

.bold-cart-totals .order-total {
    font-size: 140%;
}

.cart_totals_table {
    width: 100%;
}

.cart_totals_table th, .cart_totals_table td {
    padding: 7px;
}

#billing_address_2_field, #shipping_address_2_field {
    text-align: right;
}

.bold-rewards-menu-item,
.my-account-menu-item {
	position: relative;
}
.bold-rewards-menu-item a,
.my-account-menu-item a {
	font-family:'Helvetica W01 Cn';
	font-size: 18px;
	color: #58575b;
}
.bold-rewards-menu-item a:hover,
.my-account-menu-item a:hover {
	text-decoration: none;
	color: #82bc00;
}
.bold-rewards-menu-item:before {
	content: url('../images/boldREWARDS-footg.png');
	position: absolute;
	margin-left: -15px;
	bottom: -10px;
}
.bold-header-cta {
	margin-top: 4px;
}

.nav-container {
	padding-top: 0px;
	padding-bottom: 0px;
}

.bold-header-cta {
	margin-top: 4px;
}

/* Mini-Cart */
.cart_list img {
	width: auto;
	height: 48px;
}
.bold-cart-contents {
	width: 60px;
	text-transform: uppercase;
}

.bold-mini-cart-btns {
	width: 105px;
	height: 24px;
	margin-top: 8px;
	font-family:'Helvetica W01 Cn';
	font-size: 11px;
	color: #fff;
}
.bold-mini-cart-btns a,
.bold-mini-cart-btns button {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* Uber Menu Styling */

/* HOME ICON */
.bold-home-icon a span {
    display: none !important;
}

.ubermenu .ubermenu-target-text {
	padding-left: 0px !important;
}
.ubermenu .ubermenu-target-text,
.ubermenu .bold-home-icon a i,
.ubermenu .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
    color: #4b494f;
}

/* TOP LEVEL LINK STYLES */
.ubermenu .ubermenu-nav > li > a,
.ubermenu .ubermenu-nav > li > span {
    padding: 4px 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
}

.ubermenu .ubermenu-item-level-0 > a > .ubermenu-target-text,
.ubermenu .ubermenu-item-level-0 > a > .ubermenu-icon {
	display: block;
	margin-right: 40px;
	line-height: 31px;
}

.nav-container {
	height: 38px;
	position: relative;
}
li.ubermenu-item.ubermenu-item-level-2.ubermenu-item-header {
	height: 44px !important;
	left: -1px;
	right: -1px;
	width: auto !important;
}
li.ubermenu-item.ubermenu-item-header > a {
	cursor: default;
}
li.ubermenu-item.ubermenu-item-header .ubermenu-target-text {
	font-family:'Helvetica W01 Bd Cn';
	font-size: 18px;
	color: #4b494f;
}
li.ubermenu-item a.ubermenu-target {
	padding-left: 3px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
li.ubermenu-item.ubermenu-item-level-0 > a.ubermenu-target {
	line-height: 31px;
	font-family:'Helvetica W01 Cn';
	font-size: 16px;
	margin-top: -3px;
}
li.ubermenu-item.ubermenu-item-level-0 {
	border-top: 3px solid transparent;
}
li.ubermenu-item.ubermenu-item-level-1 {
	font-family:'Helvetica W01 Cn';
	font-size: 17px;
	width: 146px;
	color: #58575b;
	height: 44px;
	line-height: 44px;
	background-color: #fff;
}
li.ubermenu-item.ubermenu-item-level-1 > a > .ubermenu-target-title {
	line-height: 36px;
}
li.ubermenu-item.ubermenu-item-level-2 {
	font-family:'Helvetica W01 Cn';
	font-size: 16px;
	line-height: 14px;
	width: 150px;
	color: #4b494f;
	text-transform: uppercase;
	height: 44px;
	background-color: #fff;
	padding: 7px 0;
}
li.ubermenu-item.ubermenu-item-level-2 img {
	padding: 0 4px !important;
	height: 30px !important;
	width: 38px !important;
}
li.ubermenu-item.ubermenu-item-level-2 .ubermenu-target-title {
	text-transform: uppercase;
	margin-top: -2px;
}
li.ubermenu-item.ubermenu-item-level-2:nth-child(2) {
	margin-top: -16px;
}
li.ubermenu-item.ubermenu-item-type-column:nth-child(3) {
	margin-top: -16px;
}
.ubermenu li.ubermenu-item-level-1.ubermenu-item.mens-color > ul.ubermenu-submenu {
	width: 505px !important;
}

.ubermenu li.ubermenu-item-level-1.ubermenu-item.mens-color > ul.ubermenu-submenu li.ubermenu-item-type-column {
	display: inline-block;
	width: 250px !important;
	min-width: 250px !important;
	height: 250px;
	padding-top: 0;
	margin-left: 2px;
}

@media (max-width: 767px) {

    .ubermenu li.ubermenu-item-level-1.ubermenu-item.mens-color > ul.ubermenu-submenu li.ubermenu-item-type-column {
        width: 47% !important;
        padding-left: 2% !important;
        min-width: 0 !important;
        height: auto !important;
    }

    ul li ul li ul li .ubermenu-target-title.ubermenu-target-text {
        font-size: 12px;
    }
    ul li ul li ul li .ubermenu-target-description.ubermenu-target-text {
        font-size: 11px;
    }

}

.ubermenu li.ubermenu-item-level-1.ubermenu-item.mens-color > ul.ubermenu-submenu li.ubermenu-item-type-column ul {
	box-shadow: none !important;
	margin-top: -4px;
}
.ubermenu li.ubermenu-item-level-1.ubermenu-item.mens-color > ul.ubermenu-submenu li.ubermenu-item-type-column ul a.ubermenu-target {
	padding-left: 0;
	padding-right: 0;
}
.ubermenu-target-description.ubermenu-target-text {
	font-family:'Helvetica W01 Cn';
	font-size: 13px;
	line-height: 13px;
	color: #808284;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
	font-family: FontAwesome;
	content: '';
}
.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-drop > a > .ubermenu-target-text:after {
	font-family: FontAwesome;
	content: '\f107';
	position: absolute;
	padding-left: 3px;
	font-size: 16px;
}
.ubermenu .ubermenu-item-level-1.ubermenu-has-submenu-drop > a:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 20px;
	top: 18px;
	color: #4b494f;
}

ul.ubermenu-submenu {
	-webkit-box-shadow: 2px 2px 2px 0 rgba(35,31,32,.35) !important;
	box-shadow: 2px 2px 2px 0 rgba(35,31,32,.35) !important;
}
.ubermenu .ubermenu-item-level-0 > ul.ubermenu-submenu {
	background-color: #fff;
	width: 146px !important;
	min-width: 146px !important;
}
.ubermenu .ubermenu-item-level-1 > ul.ubermenu-submenu {
	margin-top: 0px;
	position: absolute;
	border-left: 1px solid #d1d3d4;
	background-color: #fff;
	padding-bottom: 16px !important;
	width: 310px !important;
	min-width: 310px !important;
}
.ubermenu li.ubermenu-item-level-0 {
	width: auto;
	min-width: 0px;
}
.ubermenu li.ubermenu-item-level-0 li.ubermenu-item {
	width: 100%;
	min-width: 100%;
}
.ubermenu li.ubermenu-item-level-2 {

}

.ubermenu li.ubermenu-item-level-0:first-child {
    width: 50px !important;
    min-width: 50px !important;
    font-size: 16px;
    padding-left: 10px;
}
li.ubermenu-item.ubermenu-item-level-1 {
	border-left: 1px solid #d1d3d4;
	border-right: 1px solid #d1d3d4;
	border-bottom: 1px solid #d1d3d4;
}

li.ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor {
	border-top: 3px solid #82bc00;
}
li.ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item {
	border-top: 3px solid #82bc00;
}
li.ubermenu-item.ubermenu-item-level-0:hover {
	border-top: 3px solid #82bc00;
}
li.ubermenu-item.ubermenu-item-level-0:hover > a span:after{
	color: #82bc00;
}
li.ubermenu-item.ubermenu-item-level-0:focus {
	border-top: 3px solid #82bc00;
}
li.ubermenu-item.ubermenu-item-level-0.ubermenu-active {
	border-top: 3px solid #82bc00;
}
li.ubermenu-item.ubermenu-item-level-1.ubermenu-current-menu-ancestor,
li.ubermenu-item.ubermenu-item-level-1:hover {
	color: #82bc00;
}
li.ubermenu-item.ubermenu-item-level-1.ubermenu-current-menu-ancestor > a span,
li.ubermenu-item.ubermenu-item-level-1:hover > a span{
	font-family:'Helvetica W01 Bd Cn';
	font-size: 20px;
	color: #82bc00;
}
.ubermenu .ubermenu-item-level-1.ubermenu-has-submenu-drop:hover > a:after {
	color: #82bc00;
}
li.ubermenu-item.ubermenu-item-level-2.ubermenu-current-menu-item  > a span,
li.ubermenu-item.ubermenu-item-level-2:hover > a span {
	color: #82bc00;
}
li.ubermenu-item.ubermenu-item-level-2.ubermenu-item-header:hover > a span {
	color: #4b494f;
}
li.ubermenu-item.ubermenu-item-level-3.ubermenu-current-menu-item > a span,
li.ubermenu-item.ubermenu-item-level-3:hover > a span {
	color: #82bc00 !important;
}
li.ubermenu-item.ubermenu-item-level-3.ubermenu-item-header:hover > a span {
	color: #4b494f;
}

.ubermenu .ubermenu-retractor {
    display: inline !important;
    position: absolute !important;
    right: 10px !important;
    top: -33px !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.ubermenu .ubermenu-item-307 .ubermenu-retractor {
    top: -40px !important;
}

/* FOOTER AREA */
.site-footer {
	background-color: #4B494F; /* bold-gray */
	color: #FFFFFF; /*bold-white */
}
.footer-widgets {
	height: 150px;
	margin-top: 25px;
}
.footer-widgets section {
	text-align: center;
}
/* Footer Widget Title */
.footer-widgets section aside h3 {
	border-bottom: 1px solid #EEEEEE; /* bold-white */
	padding-bottom: 8px;
	font-size: 20px;
}


/* Footer Widget Text , Links */
.footer-widgets section aside div.textwidget, .footer-widgets section aside div.textwidget a {
	font-size: 14px;
	color: #fff; /* bold-ltgray */
}
.footer-widgets section aside div.textwidget a:hover, .copyright-credits a:hover {
	color: #EEEEEE; /* bold-white */
	text-decoration: underline;
}
.site-info {
	margin-top: 15px;
}
.copyright-credits {
	display:inline-block;
}
.payment-icons {
	display: inline-block;
	float: right;
}

.footer-gift-card {
    background-color: #E6E7E9;
    height: 64px;
    max-height: 64px;
    position: relative;
    z-index: 0;
    margin-top: 0;
}
.footer-gift-card img {
    position: relative;
    z-index: 1;
    padding-right: 20px;
}
.footer-gift-card-text {
    font-size: 18px;
    color: #4b494f;
    padding: 8px 0;
}
.gift-card-a img {
    transition: all .15s linear;
    -ms-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
}
.gift-card-a:hover {
    text-decoration: none;
}
.gift-card-a:hover img {
    -moz-transform: scale(1.05) rotate(-10deg);
    -webkit-transform: scale(1.05) rotate(-10deg);
    -o-transform: scale(1.05) rotate(-10deg);
    -ms-transform: scale(1.05) rotate(-10deg);
    transform: scale(1.05) rotate(-10deg);
}
footer > .container {
    padding-bottom: 20px;
}

.footer-widgets section aside h3 {
    color: #eee;
    margin-right: 8px;
    margin-left: 8px;
}

.footer-widgets section aside div.textwidget p {
    margin: 0;
    margin-bottom: 5px;
    color: #fff;
}

.footer-widgets section aside div.textwidget .footer-contact-us-widget i {
    padding-right: 8px;
}

.footer-newsletter-form-container .top_label .gfield_label {
    display: none !important;
}

body .gform_wrapper.footer-newsletter-form-container label.gfield_label+div.ginput_container {
    margin-top: 0 !important;
}

.footer-newsletter-form-container .gform_footer, 
.footer-newsletter-form-container .gform_body {
    float: left;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-newsletter-form-container .gform_body {
	width: 80%;
}

.footer-newsletter-form-container .gform_footer {
	width: 20%;
} 

.footer-newsletter-form-container .top_label input.medium {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 100% !important;
    border: 2px solid #fff;
}

.footer-newsletter-form-container .gform_footer input.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #ADAFB2;
    background-color: #5B5A5D;
    color: #fff;
    margin-left: 10px;
}

.footer-newsletter-form-container .gform_confirmation_message {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #ADAFB2;
    background-color: #5B5A5D;
    color: #FFF;
    text-align: left;
    padding: 10px;
}

.developed-by {
    color: #8C8C8C;
}

body.woocommerce-checkout .footer-widgets {
    display: none;
}

.tiny-resolution-links {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
	.ubermenu .ubermenu-item-level-0 > a > .ubermenu-target-text,
	.ubermenu .ubermenu-item-level-0 > a > .ubermenu-icon {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
    .footer-gift-card-text {
        font-size: 14px;
    }
	li.ubermenu-item {
		display: block;
		width: 100% !important;
		min-height: 48px;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		border-top: 1px solid black;
	}
	li.ubermenu-item.ubermenu-item-level-0 > a.ubermenu-target {
		margin-top: 0;
	}
	li.ubermenu-item.ubermenu-item-level-0 > a.ubermenu-target > .ubermenu-target-text {
		font-size: 24px;
		line-height: 48px;
	}
	li.ubermenu-item.ubermenu-item-level-1 > a.ubermenu-target > .ubermenu-target-text {
		font-size: 20px;
		line-height: 48px;
	}
	li.ubermenu-item.ubermenu-item-level-0 {
		min-height: 48px;
		border-top: 1px solid black;
	}
	li.ubermenu-item.ubermenu-item-level-1 {
		height: auto;
		min-height: 48px;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		border-top: 1px solid black;
		padding-left: 15px;
	}
	li.ubermenu-item.ubermenu-item-level-2 {
		min-height: 48px;
		border-top: 1px solid black;
		padding-left: 30px;
	}

	.ubermenu .ubermenu-item-level-0 > ul.ubermenu-submenu,
	.ubermenu .ubermenu-item-level-1 > ul.ubermenu-submenu,
	ul.ubermenu-submenu {
		display: block;
		width: 100% !important;
		position: relative;
		border-left: none !important;
		border-right: none !important;
		border-bottom: none !important;
		border-top: none !important;
		box-shadow: none !important;
		-webkit-box-shadow:	none !important;
	}
	.logo img {
		height: 48px;
	}

	li.ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-ancestor,
	li.ubermenu-item.ubermenu-item-level-0.ubermenu-current-menu-item,
	li.ubermenu-item.ubermenu-item-level-0:focus,
	li.ubermenu-item.ubermenu-item-level-0.ubermenu-active,
	li.ubermenu-item.ubermenu-item-level-0:hover {
		border-top: 1px solid black;
	}
	li.ubermenu-item.ubermenu-item-level-2.ubermenu-current-menu-item > a span,
	li.ubermenu-item.ubermenu-item-level-1.ubermenu-current-menu-ancestor {
		color: inherit;
	}
	li.ubermenu-item.ubermenu-item-level-1.ubermenu-current-menu-ancestor > a span {
		font-family:inherit;
		font-size: inherit;
		color: inherit;
	}
	.ubermenu .ubermenu-nav > li > a, .ubermenu .ubermenu-nav > li > span {
		height: auto;
	}

	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
		position: absolute;
		margin-top: 12px; 
	}
	.ubermenu-responsive {
		overflow-y: scroll !important;
	}

	.site-search .widget_product_search form div input[type=text] {
		background: url("../images/search-48-48.png") no-repeat;
		font-size: 32px;
		line-height: 48px;
		width: 48px;
		height: 48px;
		background-size: 42px 42px;
	}
	.site-search {
		margin-bottom: 4px;
		margin-top: 0;
	}
	.ubermenu-responsive-toggle {
		width: 48px;
		height: 48px;
		color: black;
		font-size: 32px;
		line-height: 48px;
		padding: 0 0 0 8px;
	}
	.ubermenu-responsive-toggle .fa{
		width: auto;
	}

	#s::input-placeholder {
		color: transparent;
	}
	#s::-ms-input-placeholder {
		color: transparent;
	}
	#s::-webkit-input-placeholder {
		color: transparent;
	}
	#s::-moz-input-placeholder {
		color: transparent;
	}
	.nav-container a {
		color: black;
	}
	.nav-container a:hover {
		color: black;
		text-decoration: none;
	}
	.site-search .widget_product_search form div input[type=text]:focus {
		width: 100%;
	}
	.nav-container {
		padding: 0;
	}
	.nav-container .dashicons-cart {
		float: right;
		width: 48px;
		height: 48px;
		font-size: 32px;
		line-height: 48px;
		margin-right: 8px;
		z-index: 500;
	}
	.bold-logo-container {
		padding: 0;
		left: 48px;
		right: 48px;
        background: white;
	}
	.bold-logo-container a {
		display: inline-block;
		width: auto;
		height: auto
	}
    .woocommerce-checkout .bold-logo-container .logo img {
        max-height: 50px !important;
    }
    .woocommerce-checkout .header.site-header {
        display: none !important;
    }
	.ubermenu-item-level-2 > a.ubermenu-target {
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.bold-header-cta {
		margin-top: 0;
		padding: 0;
	}
	.bold-accent {
		border-radius: 0;
	}
}

/* Media */

@media (max-width: 560px) {

    .hidden-xxs {
        display: none;
    }

    .post-area.grid_12 dl .theme-two-third th,
    .post-area.grid_12 dl .theme-two-third td,
    .post-area.grid_12 dl .wedge th,
    .post-area.grid_12 dl .wedge td {
        font-size: 10px;
    }

    footer .container .grid_1,
    footer .container .grid_2,
    footer .container .grid_3,
    footer .container .grid_4,
    footer .container .grid_5 {
        width: 97.5%;
        text-align: center;
    }

    footer .container .grid_6,
    footer .container .grid_7,
    footer .container .grid_8,
    footer .container .grid_9,
    footer .container .grid_10,
    footer .container .grid_11,
    footer .container .grid_12 {
        width: 47.5%;
        text-align: center;
    }

    footer table {
        width: 100%;
    }

}

@media (max-width: 480px) {

    .footer-gift-card-text {
        font-size: 13px !important;
        line-height: 17px !important;
    }
}

@media (max-width: 300px) {

    .footer-gift-card-text {
        font-size: 11px !important;
        line-height: 13px !important;
    }

    .mobile-header, .product-data-panel .bold-section-header-text, .bold-section-header-text {
        font-size: 14px !important;
    }
}

@media (min-width: 400px) {

	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu li {
		height: auto !important;
	}
	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu {
		width: 400px !important;
	}
}

@media (min-width: 767px) {

	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu li {
		height: auto !important;
	}
	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu {
		width: 620px !important;
	}
}

@media (min-width: 992px) {

	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu li {
		height: auto !important;
	}
	.ubermenu .brand-icons-menu-drop > ul.ubermenu-submenu {
		width: 800px !important;
	}
}