/* --- Bootstrap Override --- */

body {font-family: 'Lato', Helvetica, Arial, sans-serif;}
a {color: #525625;}
a:hover {color: #a6ba4a;}
.breadcrumb { background-color: #fff; padding-left: 2px; }
.breadcrumb a {color: black;}
.btn-primary { background-color: #f37021; border-color: #f37021; background-image: linear-gradient(to top,#f37021 0,#e98950 100%); }
.btn-primary:hover { background-color: #f4803a; border-color: #f4803a; background-image: linear-gradient(to bottom,#f37021 0,#e98950 100%); }
.btn-secondary { background-color: #fff; border: 1px solid #756a57; color: #756a57; width: 100%; background-image: none; }
.btn-secondary:hover { border-color: #756a57; background-color: #756a57; color: #fff; background-image: none; }

.fa-star {color: #F6B63A;}
.fc-grey {color: #ccc;}
.fc-orange {color: #f37021;}
.fa-times { color: #d12828; font-size: 18px; cursor: pointer; }
.fa-refresh { color: green; font-size: 18px; cursor: pointer; vertical-align: top; margin: 20px 15px 10px 15px; }
.fa-asterisk { color: #d12828; font-size: 8px; margin-bottom: 3px; position: relative; bottom: 1px; }

/* --- Bootstrap Override --- */

/* --- Theme Helper --- */

.inline-block {display: inline-block !important;}
.m-pull-right {float: right; /* Mobile Only */}
.m-pull-left {float: left; /* Mobile Only */}
.m-mt-30 {margin-top: 30px; /* Mobile Only */}
.margin-auto { margin-left: auto; margin-right: auto; }
.mw-100 { max-width: 100%; }
.m-max-width-500 { max-width: 500px; margin-left: auto; margin-right: auto; }
.line-through {text-decoration: line-through;}
.fs-10 {font-size: 10px;}
.fs-16 {font-size: 16px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-24 {font-size: 24px;}
.fs-30 {font-size: 30px;}
.fs-32 {font-size: 32px;}
.fs-56 { font-size: 56px; color: #756a57; }
.mr-5 {margin-right: 5px;}
.mr-15 {margin-right: 15px;}
.mt-0 {margin-top: 0px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-30 {margin-top: 30px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mb-15 {margin-bottom: 15px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-45 {margin-bottom: 45px;}
.ml-15 {margin-left: 15px;}
.pd-15 {padding: 15px;}
.pl-0 {padding-left: 0px;}
.pl-5 {padding-left: 5px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pd-15 {padding: 15px;}
.red {color: #D34805;}

/* --- Theme Helper --- */

.calloutWraper {
    overflow: hidden;
    left: 26px;
    height: 105px;
    margin: 55px auto;
    position: absolute;
    top: -52px;
    z-index: 100;
}

.calloutWraper img{
    width: 70px;
}

.crossSellCalloutWraper{
    overflow: hidden;
    left: 3px;
    height: 105px;
    margin: 55px auto;
    position: absolute;
    top: -55px;
    z-index: 100;
}

.crossSellCalloutWraper img{
    width: 45px;
}

.home-grid-callout-img{
    width: 85px !important;
}

/* --- Header --- */

.header-promo { background-color: #F36F21; padding: 15px; font-size: 16px; color: #fff; display: none; }
.header-promo a { color: #fff; text-decoration: none; }
.promo-close { float: right; color: #fff; cursor: pointer; padding: 0 10px; }
.header-block { padding-left: 0px; padding-right: 5px; display: inline-block; }
.header-block .header-cart:hover {color: #a6ba4a;}
.header-block .header-cart span:hover {color: #a6ba4a;}
.ge-logo { background: url('/images/art/ge-mobile-logo.jpg'); height: 40px; width: 85px; background-size: contain; background-repeat: no-repeat; margin-left: 15px; margin-top: 5px; }
.homepage-seasonal { min-height: 200px; background-color: grey; margin-top: 15px; }
.show-more { padding-left: 5px; font-size: 16px; color: #80951e; cursor: pointer; font-weight: 700; }
.show-less { padding-left: 5px; font-size: 16px; color: #80951e; cursor: pointer; font-weight: 700; }
.header-top { display: none; padding: 15px; text-align: right; border-bottom: 1px solid #bfb9af; }
.header-top span {padding-left: 15px;}
.header-top:last-child {padding-right: 0px;}
.header-cart .fa-shopping-cart { font-size: 25px; color: #756a57; cursor: pointer; padding-top: 5px; }
.navbar-toggle {border: 1px solid grey;}
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; background-color: grey; }
.ge-search .input-group-btn {display: block;}
#mobile-search { font-size: 25px; color: #756a57; padding: 12px 12px 0 5px; cursor: pointer; }
.mobile-user { font-size: 25px; color: #756a57; padding: 12px 12px 0 5px; }

@media only screen and (max-width: 767px) {  /* Desktop Styles */
    .mobile-inline {display: inline-block;}
    #ge-search-box { display: none; position: absolute; width: 100%; z-index: 10; }
    .ge-search { padding: 15px; background-color: #ddd; }
}

@media only screen and (min-width: 768px) {  /* Desktop Styles */
    .row .header-block { display: table; height: 100px; table-layout: fixed; float: left; padding-left: 15px; padding-right: 15px; }
    .header-col { display: table-cell; vertical-align: middle; }
    .header-cart {text-align: right;}
    .header-cart .fa-shopping-cart {font-size: 18px;}
}

/* --- Header --- */


/* --- Homepage --- */

.ge-hr { margin-top: 10px; border-top: 3px solid #a6ba4a; }

html body .top-categories { text-align: center; margin-bottom: 15px; color: #333; margin-bottom: 0px; padding: 10px; border-bottom: 1px solid #a6ba4a; border-left: 1px solid #a6ba4a; border-right: 1px solid #a6ba4a;}
html body .first-top-category {position: relative;background: #a6ba4a; color: #fff;border:none;}

.home-hero-img { background-size: contain; height: 355px; background-repeat: no-repeat; margin-bottom: 15px; }
.home-spotlight {margin-top: 30px;}
.container-full-banner .row { margin-top: 80px; margin-bottom: 40px; position: relative; }
.home-seasonal { font-size: 24px; height: 150px; text-align: center; margin-top: 45px; padding-top: 60px; color: #fff; width: 100%; display: inline-block; }

@media only screen and (min-width: 321px) {  /* Tablet Styles */
    .home-hero-img { height: 390px; margin-bottom: 5px; }
}
@media only screen and (min-width: 360px) {  /* Tablet Styles */
    .home-hero-img { height: 440px; margin-bottom: 15px; }
}
@media only screen and (min-width: 400px) {  /* Tablet Styles */
    .home-hero-img { height: 490px; }
}
@media only screen and (min-width: 440px) {  /* Tablet Styles */
    .home-hero-img { height: 540px; }
}
@media only screen and (min-width: 480px) {  /* Tablet Styles */
    .home-hero-img { height: 590px; }
}
@media only screen and (min-width: 500px) {  /* Tablet Styles */
    .home-hero-img { height: 600px; background-position: center center; margin-bottom: 30px; }
}
@media only screen and (min-width: 768px) {  /* Tablet Styles */
    .home-hero-img { background-size: contain; height: 325px; }
    .homepage-seasonal {margin-top: 15px;}
    .home-spotlight {margin-top: 0px;}
    .ge-logo { background: url('/images/art/ge-logo.jpg'); background-size: contain; height: 33px; width: 100%; max-width: 325px; background-repeat: no-repeat; margin: 0px; }
    html body .top-categories { background-color: #a6ba4a; color: #fff; text-align: center; margin-bottom: 15px; padding: 15px; color: #fff; }
    html .first-top-category:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; border-top: 25px solid white; border-bottom: 25px solid white; border-left: 20px solid #a6ba4a; width: 0; }
}
@media only screen and (min-width: 991px) {
    .home-hero-img { height: 410px; }
    .ge-logo { height: 44px; }
}
@media only screen and (min-width: 1200px) {
    .home-hero-img { height: 490px; }
    .ge-logo { height: 67px; }
}

/* --- Homepage --- */

/* --- Rating --- */
.ratings { width: 85px; height: 16px; display: inline-block; background: url('/images/art/star-ratings-sprite.png') 0 0 no-repeat; }
.rating-text { vertical-align: top; padding-left: 10px; }
.ratings-summary {margin-bottom: 15px;}
.ratings-summary h4 {margin: 0 0 15px;}
.ratings-summary h4 .pull-right {font-weight: 400;font-size: 14px;line-height: 20px;}
.ratings .fa {color: gold}
/* .ratings {display: block} */
.product-grid .ratings.ratings-hide {visibility: hidden}
.ratings-inline .ratings {display: inline-block}
.ratings-reviews-item {margin-bottom: 15px}
.ratings-review-meta {color: #999}
.ratings-select {margin-bottom: 10px}
#ratings .ratings,#ratings.ratings {text-align: left}
.ratings-lg, .ratings-md {margin: 5px 0}
.ratings-lg .fa-star,.ratings-lg .fa-star-half-o,.ratings-lg .fa-star-o {font-size: 1.66666666em}
.ratings-md .fa-star,.ratings-md .fa-star-half-o,.ratings-md .fa-star-o {font-size: 1.33333333em;line-height: .75em;vertical-align: -15%}
.product-grid-item .ratings {height: 20px;margin: 10px 0}

/* --- Product Page --- */

.product-hr{display:inline-block;width:100%}
.product-increment {height: 50px;}
.product-container-btn { width: 55%; float: right; }
.product-price-btn { font-size: 20px; display: block; padding: 10px 15px; width: 100%; }
.product-price-attributes { font-size: 18px; margin-bottom: 30px; display:inline-block; width:100% }
.item-detail-attribute { padding-left: 20px; font-weight: bold; float: right; }
.multi-price-details {margin-bottom: 25px;}
.product-likes-box { height: 150px; background-color: #ccc; margin-bottom: 15px; }
.product-desc {margin-bottom: 30px;display:inline-block;}
.product-desc a {color: #a6ba4a;}
.product-image-gallery { border: .5px solid #eee; margin-bottom: 15px; }
.product-reviews-summary {text-align: center;}
.product-review:nth-child(n+5) {display: none;}
.read-reviews {cursor: pointer;}
.hide-reviews {cursor: pointer;}
.product-video iframe { height: 300px; width: 100%; }
.product-desc h2 {font-size: 18px;}
.product-reviews .fa-caret-down { vertical-align: top; padding-top: 4px; }
.stars-5 {background-position: 0 1px;}
.stars-4 {background-position: -17px 1px;}
.stars-3 {background-position: -34px 1px;}
.stars-2 {background-position: -51px 1px;}
.stars-1 {background-position: -68px 1px;}
.stars-0 {background-position: -85px 1px;}
.product-secondary-images { max-width: 280px; margin: auto; display: none; }
.product-price-btn i { padding-right: 10px; font-size: 18px; }
.product-item-details div {margin-bottom: 5px;}
.multi-price-details div {margin-bottom: 5px;}
.product-price .input-group {max-width: 120px;}
.product-price input { text-align: center; height: 50px; }
.product-image-gallery img {margin: auto;}
.product-secondary-image img { border: 1px solid #ccc; margin-bottom: 15px; }
#product-container h1 {margin-top: 30px;}
#ge-virtual-table {margin-top: 45px;}
#ge-virtual-table .table {margin-top: 20px;}
#ge-virtual-table .table thead tr { background-color: #756a57; font-size: 16px; color: #fff; }
#ge-virtual-table .table thead th { border: none; text-align: center; }
#ge-virtual-table .table tbody tr td { padding: 15px 15px; vertical-align: middle; border: none; text-align: center; }
#ge-virtual-table .input-group { width: 125px; margin: auto; }
#ge-virtual-table input { height: 50px; text-align: center; }
.table-striped > tbody > tr:nth-of-type(2n+2) {background-color: #e9e9e9;}
#ge-virtual-table .product-container-btn {width: 100%;}
#standardProductView .outOfStockNotification button {font-size:13px;width:100%;}
#standard-inventory-container{display:inline-block;}
#standard-inventory-container .stock-status-tt .tooltip-2 .tooltip-text {margin-right:4px;}
.stock-status-tt {display:inline-block;}
.stock-status-tt .tooltip-2 .tooltip-text {margin-right:-13px; right:0px; left: unset}

@media only screen and (min-width: 350px) {
    .product-secondary-images { max-width: 320px; }
}
@media only screen and (min-width: 768px) {
    #ge-virtual-table .product-container-btn {width: 25%;}
    .product-video iframe { height: 400px; max-width: 700px; }
    .product-secondary-images {max-width: 250px;}
    #standardProductView .outOfStockNotification button {font-size:14px;}
}
@media only screen and (min-width: 991px) {
    .product-secondary-images { max-width: 380px; }
    #standardProductView .outOfStockNotification button {max-width: 250px;float: right;}
}
@media only screen and (min-width: 1200px) {
    #standardProductView .outOfStockNotification button {max-width: 306px;}
}
@media only screen and (max-width: 768px) {
    /* Force table to not be like tables anymore */
    #ge-virtual-table table, #ge-virtual-table thead, #ge-virtual-table tbody, #ge-virtual-table th, #ge-virtual-table td, #ge-virtual-table tr {display: block;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #ge-virtual-table thead tr { position: absolute; top: -9999px; left: -9999px; }
    #ge-virtual-table tr {border: 1px solid #ccc;}
    #ge-virtual-table .table tbody tr td { border: none; /* Behave  like a "row" */ border-bottom: 1px solid #ddd; position: relative; padding-left: 50%; }
    #ge-virtual-table td:before { position: absolute; /* Now like a table header */ left: 6px; /* Top/left values mimic padding */ width: 45%; padding-right: 10px; font-weight: 600; font-size: 18px; }
}

/* --- Product Page --- */
/*Cross sell styles*/

.CrossSales{
    margin-bottom: 15px;
}

.cross-sell-header{
    display: block;
    line-height: 1;
    font-family: inherit;
    color: #f37321;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .1em;
    padding: 25px;
    margin-top: 10px;
    background-color: #fff;
    clear: both;
}

.cross-sell-item{
    overflow: hidden;
    display: inline-block;
    height: 295px;
    margin: 0 4px;
    background-color: #fff;
    border: #efefef 1px solid;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 10px;
}

.cross-sell-item-container > .slick-prev{
    left: -10px !important;
}

.cross-sell-item-container > .slick-next{
    right: -10px !important;
}
.cross-sell-item a img{
    vertical-align: middle;
    border: #efefef 1px none;
    padding: 5px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.cross-sell-item-info{
    padding-top: 15px;
}

.cross-sell-item-rating{
    text-align: center;
}

.cross-sell-item-price{
    padding: 12px 5px;
    max-width: 100%;
    line-height: 1;
    font-family: inherit;
    color: #5e626b;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
}

.cross-sell-item-name > a{
    overflow: hidden;
    position: relative;
    margin: 0 8px;
    display: block;
    font-family: inherit;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #5e626b;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    height: 65px;
}

.cross-sell-btn{
    display: block !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    height: 33px;
    width: 126px;
    background-color: #f37624;
    margin: auto;
    padding: 3px;
    padding-top: 7px;
    text-align: center;
}

.cross-sell-btn:hover{
    color: #fff !important;
    background-color: #F03300;
}
.cross-sell-item-buyarea{

}

/*End Cross sell styles*/

/* --- Comparable Product Box --- */

.comparable-product {
    border: 1px solid #F36F21;
    padding: 15px;
}

.comparable-product-icon {
    float: left;
    padding-right: 10px;
    width: 15%;
}

.comparable-product-header {
    color: #F36F21;
    float: left;
    font-size: 18px;
    width: 85%;
}

.comparable-product .product-image {
    border: 1px solid #CCCCCC;
}

.comparable-product .multi-price-details .fs-24 {
    font-size: 20px;
}

.comparable-product .multi-price-details .fs-32 {
    font-size: 26px;
}

.comparable-product .product-item-details {
    font-size: 12px;
}

/* --- Comparable Product Box --- */


/* --- RFK Override --- */

#wrapper .container .rfk_header { font-family: 'Lato', Helvetica, Arial, sans-serif; font-size: 24px; margin-top: 20px; margin-bottom: 10px; border: 0; border-bottom: 1px solid #eee; color: #333; font-family: inherit; font-weight: 500; line-height: 1.1; text-transform: none; padding-bottom: 20px; }
#wrapper .container .rfk_table {margin-top: 20px;}
#wrapper .container .rfk_pimage img { display: block; max-width: 100%; height: auto; }
#wrapper .container .rfk-rw .rfk_divul {max-height: 285px;}
#wrapper .container .rfk-rw ul li {height: 285px;}
#wrapper .container .rfk-rw ul li .rfk_pimage {margin: auto;}
#wrapper .container .rfk-rw ul li .rfk_name { font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 400; text-align: center; font-size: 14px; line-height: 1.42857143; color: #333; margin-top: 20px; }
#wrapper .container .rfk-rw ul li .rfk_price:not(.rfk_discounted) { float: none; margin: auto; text-align: center; font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: 400; }
#wrapper .container .rfk-rw ul li[data-a2c_id=""] .rfk_more {display: none;}
#wrapper .rfk-rw ul li .rfk_price { width: 100%; text-align: center; }
#wrapper .rfk-rw ul li .rfk_price.rfk_discounted .original-price { display: block; float: unset; }
#wrapper .rfk-rw ul li .rfk_discounted .final-price {color: #f37021;}

/* --- RFK Override --- */


/* --- Category Page --- */

.cat-product-title {text-align: center;}
.cat-product-review { margin-top: 15px; margin-bottom: 15px; text-align: center; }
.cat-sidebar { border-top: 5px solid #a6ba4a; padding: 15px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); }
.cat-sidebar h3 { margin-top: 0px; margin-bottom: 20px; }
.cat-product { border: .5px solid #CCC; margin-bottom: 30px; padding: 15px; }
.cat-pagination { padding: 15px; background-color: #756a57; margin-bottom: 30px; color: #fff; border-radius: 4px; font-size: 16px; display: inline-block; width: 100%; }
.cat-pagination a { color: #fff; padding-right: 10px; }
.cat-pagination label {padding-right: 15px;}
.cat-pagination select { max-width: 150px; display: inline-block; }
.cat-pagination .currentpage {color: #a6ba4a;}
.cat-pagination .paging {padding-top: 15px;}
.cat-bottom-content a {color: #a6ba4a;}
.cat-featured-btn { background-color: rgba(47, 47, 47, 0.6); border: none; font-size: 24px; width: 100%; padding: 10px; }
.cat-featured-one { background: black; position: relative; max-width: 425px; margin-left: auto; margin-right: auto; }
.cat-featured-second { position: relative; max-width: 425px; margin-left: auto; margin-right: auto; }
.cat-featured-content { position: absolute; padding: 15px; bottom: 0px; color: #ffffff; }
.cat-featured-content-second { position: absolute; bottom: 0px; color: #ffffff; width: 100%; text-align: center; }
.cat-non-featured { margin-bottom: 30px; background-size: cover; min-height: 150px; }
.cat-non-featured-content { color: #fff; padding: 15px; }
.child-cat-non-featured-content {margin-bottom: 30px;}
.child-cat-non-featured-content h1 {margin-top: 0px;}
.cat-top-category { padding: 15px 15px 5px 15px; border: .5px solid #ccc; text-align: center; margin-bottom: 30px; }
.cat-top-category img {margin: auto;}
.cat-top-category a {color: #333;}
.cat-top-category a:hover {color: #a6ba4a;}
.cat-sidebar .selected { font-weight: 700; font-size: 18px; }
.cat-sidebar .child-selected {font-weight: 700;}
.cat-sidebar ul {list-style: none;}
.cat-sidebar ul ul {margin-bottom: 10px;}
.cat-sidebar ul li {margin-top: 6px;}
.cat-featured-second img {display: inline-block;}
.cat-featured-one img { display: inline-block; opacity: 0.5; }
.row .cat-pagination .btn-new-arrivals {color: #fff;}

@media (max-width: 430px){
    .btn-new-arrivals{
        margin-left: 73px;
        margin-top: 5px;
        width: 150px;
    }
}

/* --- Category Page Modal --- */

.product-button {background: #dd5600 none repeat scroll 0 0;text-align: center;padding: 10px;font-weight: 700;font-size: 14px;border: 0 none;width: 100%;height: 40px;border-radius: 0;box-sizing: border-box;border-radius: 4px;margin-top: 10px;}
.product-button a {color: #fff}
.row.no-margin{margin: 0;}
.c-text {text-align: center;}

/* --- Category Page Modal --- */

/* --- Category Page --- */


/* --- Facet navigation --- */

.panel-facet,
.panel-selected {
    border: 1px solid #000000;
    border-radius: 0;
}

.panel-facet .panel-heading,
.panel-selected .panel-heading {
    padding: 5px;
}

.panel-facet .panel-title,
.panel-selected .panel-title {
    font-size: 24px;
    margin: 0 0 5px;
}

.panel-facet-title {
    color: #515408;
    font-size: 17px;
    font-weight: bold;
    padding: 0 5px;
}

.panel-selected .list-group {
    background-color: #D5D6D6;
}

.panel-selected .list-group + .list-group {
    border-top: 1px solid #FFFFFF;
}

.panel-facet a.list-group-item,
.panel-selected a.list-group-item {
    background: transparent;
    color: #525625;
    border: none;
    font-size: 14px;
    padding: 5px 15px;
}

.panel-facet a.list-group-item:hover,
.panel-selected a.list-group-item:hover {
    background: transparent;
    color: #A6BA4A;
}

.panel-selected .clear-all {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    padding: 10px;
}

.panel-selected .clear-all a {
    color: #6F6F6F;
}

.panel-selected .clear-all a:hover {
    color: #6F6F6F;
}


/* --- Facet navigation --- */


/* --- Add to Cart Modal --- */

.modal-body {text-align: center;}
.modal-body p {max-width: 300px;}
.product-modal-footer { padding: 15px; border-top: 1px solid #e5e5e5; text-align: center; }
.modal-body img {display: inline-block;}
.product-modal-footer button { font-size: 20px; width: 100%; max-width: 400px; margin-top: 10px; }

/* --- Add to Cart Modal --- */


/* --- Cart --- */

#ge-cart-table .table { margin-bottom: 0px; font-size: 15px; }
#ge-cart-table .table .table-tr-footer {background-color: #ccc;}
.ge-cart-total { background-color: #756a57; padding: 10px; padding-right: 15px; text-align: right; font-size: 18px; color: #fff; }
.btn-cart-refresh { border: none; background-color: transparent; vertical-align: top; margin: auto; }
.prod-det-list { text-decoration: line-through; margin: 10px 0 0 0; }
.ge-cart-product img { display: inline-block; margin-right: 15px; max-width: 100px; }
#ge-cart-table .table thead tr { background-color: #756a57; font-size: 16px; color: #fff; }
#ge-cart-table .table thead th { border: none; text-align: center; }
#ge-cart-table .table tbody tr td { padding: 15px 15px; vertical-align: middle; border-left: none; border-right: none; text-align: center; }
#ge-cart-table .input-group { width: 125px; margin: auto; }
#ge-cart-table .input-group input { height: 50px; text-align: center; }
#ge-cart-table .product-container-btn {width: 100%;}
#ge-cart .btn-primary { font-size: 24px; width: 100%; margin: auto; display: block; }
.ge-cart-input-left { width: 100%; text-align: center; max-width: 500px; margin: auto; }
.ge-cart-input-input { margin-right: 5px; margin-bottom: 15px; display: inline-block; vertical-align: top; }
.input-group .ge-cart-input-input .form-control { width: 120px; border-radius: 4px; }
.ge-cart-input-btn { min-width: 140px; display: inline-block; }
.m-table-header { font-size: 16px; color: #fff; background-color: #756a57; padding: 10px; }
.shippingmethod-radio input {margin-right: 5px;}

.coupon-item {
    display: inline-block;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.coupon-heading {
    font-size: 18px;
    color: #756a57;
    font-weight: 700;
}
.coupon-text p {
    font-size: 14px;
    color: #756a57;
}
.coupon-text span {
    font-size: 14px;
    color: #756a57;
    font-weight: 700;
}
.coupon-btn {
    max-width: 250px;
}
#CouponContentView .btn-primary {
    background-color: #a6ba4a;
    background-image: none;
    border-color: #a6ba4a;
}

#promoCodeDiv {
    display: none;
}

.coupon-heading {
    color: #F36F21;
}

.couponButtonMobile {
    background-color: #269CA8 !important;
    background-image: none;
    border-color: #269CA8 !important;
    font-size: 24px;
    width: 100%;
    margin: auto;
    display: block;
    color: white !important;
}

.couponCartImage {
    cursor: pointer;
}

.couponSelectIntro {
    color: #269CA8;
}

@media only screen and (min-width: 375px) {  /* iPhone 5 */
    #ge-cart .btn-primary { width: 330px; }
    .input-group .ge-cart-input-input .form-control { width: 100%; }
}

@media only screen and (min-width: 768px) {  /* Tablet Styles */
    #ge-cart .btn-primary { float: right; max-width: 250px; }
    .ge-cart-input-left { text-align: left; max-width: 100%; }
    #ge-cart-table .product-container-btn {width: 25%;}
    #ge-cart #ge-cart-table .ge-cart-product {text-align: left;}
}

@media only screen and (max-width: 768px) {

    /* Force table to not be like tables anymore */
    #ge-cart-table table, #ge-cart-table thead, #ge-cart-table tbody, #ge-cart-table th, #ge-cart-table td, #ge-cart-table tr {display: block;}
    #ge-cart-table .table > tbody > tr:nth-of-type(2n+2) {background-color: #ddd;}
    /* Hide table headers (but not display: none;, for accessibility) */
    #ge-cart-table thead tr { position: absolute; top: -9999px; left: -9999px; }
    #ge-cart-table tr {border: 1px solid #ccc;}
    #ge-cart-table .table tbody tr td { border: none; /* Behave  like a "row" */ border-bottom: 1px solid #ccc; position: relative; padding-left: 50%; }
    #ge-cart-table td:before { position: absolute; /* Now like a table header */ left: 6px; /* Top/left values mimic padding */ width: 45%; padding-right: 10px; white-space: nowrap; font-weight: 600; font-size: 18px; }
    /*
    Label the data
    */
    #ge-cart-table td:nth-of-type(1):before { content: "Product"; }
    #ge-cart-table td:nth-of-type(2):before { content: "Price"; }
    #ge-cart-table td:nth-of-type(3):before { content: "Qty"; }
    #ge-cart-table td:nth-of-type(4):before { content: "Total"; }
    #ge-cart-table td:nth-of-type(5):before { content: "Remove"; }
}

/* --- Cart --- */


/* --- Checkout --- */

.ge-checkout-header { padding: 5px 15px; background-color: #756a57; color: #fff; margin: 30px 0px; border-radius: 4px; }
.ge-cart-review-info { padding: 30px 15px 0px; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.note h4 {line-height: 1.4;}
.ge-checkout-mt-0 {margin-top: 0px;}
.paypal {max-width: 450px; margin-bottom: 20px;}
.paypal button { margin: 0px; padding: 0px; border: none; margin-bottom: 20px; background: #fff; }
#ge-form input {margin-bottom: 15px;}
#ge-form select {margin-bottom: 15px;}
#ge-form .error ul { list-style: none; padding-left: 0px; color: red; }
#ge-form .ge-checkout-expiration { display: inline-block; max-width: 49%; }
#ge-form .btn-primary {width: 100%;}
#ge-form p {margin: 0 0 5px;}
#CheckOut .ge-cart-total {background-color: #6b665d;}
#CheckOut #ge-cart-table .table thead tr {background-color: #6b665d;}
#ge-form .ge-cart-review-info p { margin: 0 0 10px; font-size: 15px; }
.ge-cart-review-info .btn-group, .ge-cart-review-info button {width: 100%;}
.error {color: red;}
input.error {border: 1px solid red;}
select.error {border: 1px solid red;}
#CheckOut label {font-weight: normal;}
label.error { background: url(/images/art/unchecked.gif) no-repeat; padding-left: 16px; margin-left: .3em; font-weight: none !important; }
label.error { color: #f25c27; float: none; display: block; }
label.valid { background: url(/images/art/checked.gif) no-repeat; display: inline-block; width: 16px; height: 16px; }
#btnSubmit{margin-bottom: 10px; }
@media only screen and (min-width: 767px) {

    #ge-form input, #ge-cart-table input {max-width: 300px;}
    #ge-form select {max-width: 300px;}
    #ge-form .btn-primary {max-width: 300px;}
    .tablet-pl-20 {padding-left: 20px;}
    .tablet-max-width-300 {max-width: 300px;}
}

/* --- Summary --- */
#buttons-summary{
    margin-bottom: 10px;
}
/* --- Login --- */

.ge-login-box { padding: 30px; border: 1px solid #ddd; border-radius: 4px; margin-top: 40px; }
.ge-divider { text-align: center; position: relative; }
.ge-divider h5 { z-index: 2; position: relative; display: inline-block; background-color: #fff; padding: 15px 8px; }
.ge-divider:after { content: ""; width: 100%; background-color: transparent; display: block; height: 1px; border-top: 1px solid #ccc; position: absolute; top: 50%; z-index: 1; }
.msg-wrap { font-size: 16px; color: red; }

/* --- Login --- */

/* --- My Account --- */

#myaccount ul { list-style: none; }
#myaccount ul i { padding-right: 10px; }

/* --- My Account --- */

/* --- Article Page --- */

#ge-article img { display: block; max-width: 100%; height: auto; }

/* --- Article Page --- */


/* ---- Nav ----- */

#ss { border-top-left-radius: 0; border-bottom-left-radius: 0; display: table-cell; position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; }
.searchBar { margin-top: 15px; margin-bottom: 15px; }
.inputSearchBar { font-size: 14px !important; padding-left: 10px !important; }
.btn.btn-default { color: #AAAAAA; background-color: #1f031f; background-image: linear-gradient(to bottom, #FFFFFF, #f8f8f8); border-color: #CCCCCC #CCCCCC #CCCCCC; }
.btn.btn-default:hover { color: #333333; background-color: #f8f8f8; background-image: linear-gradient(to bottom, #f8f8f8, #f8f8f8); border-color: #CCCCCC #CCCCCC #CCCCCC; }
.nolink { padding: 15px 0; color: #777; line-height: 17px; cursor: pointer; }
.visible-mobile {display: none;}

@media (max-width: 768px) {
    .visible-mobile {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .mobile-header { background-color: #efeded; padding-top: 5px; padding-bottom: 5px; }
    #cart-quantity-box { position: relative; left: -16px; top: -14px; }
    #cart-quantity { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 14px; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; background-color: #f37021; border-radius: 10px; }
    .nolink { padding: 10px 15px; line-height: 20px; }
    .navbar { min-height: 0px; border-bottom: 0px; border-top: 0px; }
    .navbar-header {float: none;}
    .navbar-left,.navbar-right {float: none !important;}
    .navbar-toggle {display: block;}
    .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav { float: none!important; margin: 0px -15px !important; border-top: 1px solid #CFCFCF; }
    .navbar-nav>li {float: none;}
    .collapse.in {display: block !important;}
    .navbar-collapse.in {overflow-y: auto !important;}
    .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 10px 15px 10px 25px;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #999;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { color: #fff; background-color: transparent; background-image: none; }
    .navbar-default {border-color: #fff;}
    .first-navbar-custom {border-top: 1px solid #CFCFCF;}
    .cheveron-dropdown { z-index: 9999; width: 60px; border-left: 1px solid #CFCFCF; position: absolute !important; right: 0; cursor: pointer; }
    .list-custom { display: block; height: 40px; border-bottom: 1px solid #E9E9E9; background-color: rgb(252, 252, 252); }
    .list-custom a { color: black; display: block; text-decoration: none; padding: 10px 15px 10px 45px; }
    .list-custom a:hover {background-color: white;}
    .list-shop-by { display: block; margin-left: 5px; height: 40px; border-bottom: 1px solid #E9E9E9; background-color: rgb(252, 252, 252); }
    .list-shop-by a { color: black; display: block; clear: both; font-weight: 400; line-height: 1.42857; white-space: nowrap; text-decoration: none; padding: 10px 15px 5px 85px; }
    .list-shop-by a:hover {background-color: white;}
    .list-inline-custom { padding-left: 0px; list-style: outside none none; }
    .navbar-nav {margin: 0px 0px !important;}
    .navbar-custom { width: 100%; text-align: left; border-bottom: 1px solid #CFCFCF; border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF; }
    .chevron_toggleable { padding: 12px 0px 0px 22px; width: 60px; height: 40px; }
    .open .nolink { color: #555; background-color: #e7e7e7; }
    .dropdown-child { color: black; display: block; text-decoration: none; padding: 10px 60px 10px 45px; }
    .dropdown-menu {padding: 0px;}
    .dropdown ul {padding-left: 0px;}
    .dropdown-menu .dropdown-menu li {padding-left: 45px;}
    .list-inline-custom .open .dropdown-child { color: #555; background-color: #e7e7e7; }

}

@media (min-width: 768px) {

    .navbar-default {border-color: #d2d1d1;}
    .dropdown:hover .dropdown-menu {display: block}
    .dropdown-menu {background-color: #F8F8F8;}
    .dropdown-menu .dropdown-menu { box-shadow: none; border: none; position: relative; top: 0px; }
    .dropdown-child { font-size: 17px; font-weight: 700; }
    .dropdown-child a {color: #963;}
    .dropdown-second {margin-left: -120px;}
    .dropdown-third {margin-left: -240px;}
    .dropdown-fourth { width: 330px; padding: 10px; }
    .list-custom { vertical-align: top; list-style: none; }
    .list-custom a { color: black; padding: 0px 0px 5px 5px !important; display: block; }
    .navbar-custom { width: 16.667%; text-align: center; }
    .navbar-nav {width: 100%;}
    .navbar-nav > li > a { line-height: 17px; font-size: 16px; }
    .first-navbar-custom { display: inline-block; padding: 15px 20px; max-width: 215px; vertical-align: top; }
    .navbar-collapse { padding-right: 0px; padding-left: 0px; }
    .nolink {font-size: 16px;}
    .list-inline-custom { width: 717px; padding-left: 5px; }
    .dropdown-menu > li > a:hover { background-color: unset; color: #a6ba4a; text-decoration: underline; }

}

@media (min-width: 991px) {
    .list-inline-custom {width: 937px;}
    .dropdown-second {margin-left: -156px;}
    .dropdown-third {margin-left: -313px;}
}

@media (min-width: 1200px) {
    .list-inline-custom {width: 1138px;}
    .dropdown-second {margin-left: -191px;}
    .dropdown-third {margin-left: -380px;}
}




/* ---- Nav ----- */


/* --- Footer --- */

#ge-footer { background-color: #3B3B3B; min-height: 300px;}
#ge-footer ul { list-style: none; display: none; text-align: center; padding-left: 0px; }
#ge-footer ul li { border-top: 1px solid black; border-bottom: 1px solid black; padding: 5px 0px; }
#ge-footer-bottom { background-color: #595959; color: #ddd; }
.footer-col { background-color: #bcbcbc; color: #fff; }
.footer-col-heading { text-align: center; border-top: 1px solid black; border-bottom: 1px solid black; cursor: pointer; background-color: #838383; }
.footer-col-heading:hover {background-color: #ccc;}
.footer-sign-up-top { background: #ddd; height: 75px; margin-top: 75px; border: 1px solid #a5a5a5; border-bottom: none; }
.footer-sign-up-bottom { background: #ddd; height: 75px; border: 1px solid #a5a5a5; border-top: none; margin-bottom: 50px; }
.input-group1 { border-collapse: separate; width: 80%; position: absolute; left: 0; margin: auto; right: 0; z-index: 10; }
.input-group1  button { padding: 6px 25px; margin-left: 5px; }
.input-group2 { font-size: 18px; text-align: center; padding: 25px 15px 15px 15px; }
.input-group3 {display: table;}
.footer-credit { text-align: center; font-size: 30px; margin: 15px 0px; }
.footer-credit span { padding-right: 6px; color: #f0f0f0; }
.footer-social {text-align: center;}
.footer-social span { text-align: center; padding: 8px 10px; font-size: 28px; color: #f0f0f0; }
.footer-social span:hover {color: #a6ba4a;}

/* --- Footer --- */

@media only screen and (max-width: 640px) {  /* Mobile only */
    .col-xxs-12 { width: 100%; }
}

@media only screen and (min-width: 475px) {
    .product-price .input-group { max-width: 160px; }
} /* min-width: 475px */

@media only screen and (min-width: 768px) {  /* Tablet Styles */
    .m-pull-right {float: unset;}
    .cat-pagination .paging { padding-top: 5px; text-align: right; }
    .m-max-width-500 {max-width: 100%;}
    .m-mt-30 {margin-top: unset;}
    .tablet-align-right {text-align: right;}
    .tablet-align-left {text-align: left;}
    #ge-footer ul { display: block; padding-left: 0px; text-align: left; color: #ddd; }
    #ge-footer ul li {border: none;}
    .footer-col {background-color: #3B3B3B;}
    .footer-col a {color: #999;}
    .footer-col-heading { text-align: left; border: none; cursor: unset; background-color: transparent; }
    .footer-col-heading:hover {background-color: transparent;}
    .input-group1 {width: 60%;}
    .footer-col-heading .fa-caret-down {display: none;}
    .footer-credit { text-align: left; font-size: 36px; }
    .footer-credit span {padding-right: 15px;}
    .footer-social { margin: 20px 0; text-align: right; }
    .footer-social span {padding: 8px 15px;}

    /* --- Product Page --- */

    .product-item-details {float: right;}
    .item-detail-attribute {padding-left: 20px;}
    .multi-price-details { display: inline-block; min-width: 160px; margin-bottom: 0px; }
    .product-image-gallery {padding: 15px;}
    #product-container h1 {margin-top: 0px;}

    /* --- Product Page --- */

    /* --- Header --- */

    .header-top { display: block; }

    /* --- Header --- */

} /* min-width: 767px */


@media only screen and (min-width: 991px) {  /* Desktop Styles */


    /* --- Product Page --- */

    .product-increment {height: 50px;}
    .item-detail-attribute {padding-left: 50px;}
    .product-image img { margin: auto; max-width: 380px; }
    .product-price input { text-align: center; height: 50px; }

    /* --- Product Page --- */

} /* min-width: 991px */


i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-pinterest, i.fa.fa-google-plus, i.fa.fa-envelope-o {
    margin-right: 10px;
    font-size: 24px;
    color: #a6ba4a;
}

/* --- Scroll to Top Feature --- */

#scroller {
    display: none;
}

/* --- Scroll to Top Feature --- */

/* --- Menu Hover Delay --- */
/*
@media (min-width: 768px){

    .dropdown.navbar-custom.change-delay:hover .dropdown-menu{
        display: none;
    }

    .dropdown.navbar-custom.change-delay .dropdown-menu.transitioned{
        display: block;
    }
}
*/
/* --- Menu Hover Delay --- */

.display-none
{
    display: none;
}