.row
{
    margin-bottom: 0 !important;
}

.headerText
{
 color:white;
    font-size:18px;
    font-weight:bold;
    padding-left:30px;

}

.accountLink a{
    color:white;
    font-size: 16px;
    font-weight:bold;
    text-decoration:underline !important;
}

.accountLink a:hover{
    color:#941e2a;
}

.greyback
{
    background: #2e2e2e none repeat scroll 0 0;
    margin-left: -31px !important;
    margin-right: -31px !important;
}

.content-holder
{
    padding: 20px 0 20px 0 !important;
}

.products-list
{
    list-style: none;
}

.product-list-font
{
    font-size: 16px !important;
}

.total-price-span
{
    font-size: 40px !important;
}

.price-row
{
    height: 30px;
}

.price-select
{
    width: 100px;
    margin-bottom: 0 !important;
}

.remove-from-cart
{
    height: 25px !important;
    font-size: 12px !important;
    padding: 0 20px 0 20px !important;
}

.btn-view-cart
{
    background: transparent;
    border: none !important;
}

.list-header
{
    font-weight:bold;
    font-size:16px;
    color: #941e2a;
}

.motopress-image-slider-obj.flexslider
{
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    zoom: 1;
}

.motopress-image-slider-obj.flexslider
{
    margin: 0;
    padding: 0;
}

.motopress-image-slider-obj
{
    line-height: normal;
    min-height: 0;
}

.flexslider
{
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.flexslider
{
    margin: 0;
    padding: 0;
}

a
{
    transition: all 0.8s ease 0s;
}

a
{
    outline: medium none;
}

a
{
    color: #941e2a;
    text-decoration: none;
}

a
{
    background-color: transparent;
}

a:hover, a:active, a:focus
{
    color: #000;
}

.btn
{
    outline: medium none;
}

.btn > .badge
{
    font-size: 18px;
}

.btn-cart
{
    background-color: #2e2e2e;
    border-color: #4b4b4b;
    color: #fff;
    font-size: 22px;
}

.btn-cart:hover
{
    background-color: #941e2a;
    border-color: #941e2a;
    color: #fff;
}

.btn-login{
    background-color: #941e2a;
    border-color: #941e2a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    width: 120px;
}

.btn-login:hover{
    background-color:#FFFFDD;
    border-color:#FFFFDD;
    color:#000000;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    width: 120px;
}

.btn-acct{
    background-color: #941e2a;
    border-color: #941e2a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

.btn-acct:hover{
    background-color:#FFFFDD;
    border-color:#FFFFDD;
    color:#000000;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

@media (max-width: 767px)
{
    .select-menu
    {
        display: block !important;
    }
}

.btn-add-imprint
{
    height: 25px !important;
    font-size: inherit !important;
    padding: 0 20px 0 20px !important;
}

.txt-imprint-line
{
    height: 25px;
    width:300px;
    padding: 0 0 0 5px !important;
}

.txt-area-comments
{
    resize: both;
    overflow: auto;
    width: 500px;
    padding: 0 0 0 5px !important;
}

.accordion
{
    padding: 25px 35px 0 0 !important;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    /* 20px */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

/* style 1 */
.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #941e2a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #000;
}

label
{
    font: inherit;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.form-control
{
    display: inline;
    border-radius: 20px;
    height: 30px;
    width: auto;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #941e2a;
    color: #fff;
}

.nav li a:focus, .nav li a:hover, .nav li a:active {
    background-color: #941e2a;
    color: #fff;
}

.hidden
{
    display:none;
}

.panel-heading-font
{
    font-size: 20px;
}

.table-shipping-destinations
{
    font-size: 14px;
}


.designs-scrollable
{
    max-height: 600px;
    overflow-y:scroll;
}

.custom-class {
    width: 70%;
}

.panel-default > .panel-red
{
    color: #FFF;
    background-color: #941e2a;
}


.small-button
{
    height: 25px !important;
    font-size: 12px !important;
    padding: 0 20px 0 20px !important;
}

.pagination > li a
{
    color: #931e2a;
}

.pagination > li a:hover
{
    color: #000;
}

.pagination > .active span
{
    background-color: #931e2a;
    border-color: #931e2a;
}

.white-text
{
    color:#FFF;
}

nav ul{
    list-style-type: none;
    list-style: none;
    position: relative;
}

/* Set Dropdown Display to None*/
nav ul ul {
    display: none;
}

/* Display Dropdown on hover*/

nav ul li:hover > ul {
    display: block;

}

nav ul li ul li:hover{
    background-color: #931e2a;
}

ul li a:hover{
    text-decoration: none;
}

nav ul ul {
    background: #222222;
    border-radius: 0px;
    position: absolute;
}

nav ul ul li a{
    color: #fff;
    opacity: .5;
}

nav ul ul li a:hover{
    color: #fff;
    opacity: 1;
}

.header .header_block_2 .nav__primary .sf-menu li li > a:hover, .header .header_block_2 .nav__primary .sf-menu li li.sfHover > a, .header .header_block_2 .nav__primary .sf-menu li li.current-menu-item > a, .header .header_block_2 .nav__primary .sf-menu li li.current_page_item > a {
    background: #931e2a none repeat scroll 0 0 !important;
    color: #fff;
}

.header .header_block_2 .nav__primary .sf-menu ul {
    width: inherit !important;
}

/*.header .header_block_2 .nav__primary .sf-menu > li
{
    width: 200px;
}*/

.header .header_block_2 .nav__primary-admin {
    margin-bottom: -3px !important;
    margin-left: -31px !important;
}

.header .header_block_2 .nav__primary .sf-menu li:hover ul, .header .header_block_2 .nav__primary .sf-menu li.sfHover ul
{
    top: 45px !important;
    left: 0% !important;
    margin: 0 0 0 -1px !important;
}

.error-message
{
    color: #ff0000;
}

.red-input
{
    border: 1px solid red !important;
}

.motopress-button
{
    background: #941e2a none repeat scroll 0 0;
    border: medium none;
    border-radius: 20px;
    box-shadow: none;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 44px;
    margin: 0;
    padding: 0 30px;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}

.btn-search
{
    background-color: #2e2e2e;
    border-color: #4b4b4b;
    color: #fff;
    font-size: 17px;
    margin-bottom: 2px;
    padding: 7px;
}

.btn-search:hover
{
    background-color: #941e2a;
    border-color: #941e2a;
    color: #fff;
}

.panel-home
{
    min-height: 250px;
}

.menu-form
{
    padding: 9px 0 0 3px !important;
    border-right: none !important;
}

.category-header-div
{
    padding-bottom: 15px;
}

.parent-category-span
{
    font-weight: 700;
    font-size: 20px;
}

.category-span
{
    font-weight: normal;
    font-size: 20px;
}

.window-category-anchor
{
    color: #ffffff;
}

.wordpress-content
{
    margin-bottom: 60px !important;
}

.panel-window-products
{
    font-size: 15px;
    padding: 4px 10px;
}

.table-window-font
{
    font-size: 14px;
}

.empty-spacer
{
    padding: 10px;
}

.menu-input
{
    width: 200px;
}

.form-group-order-confirmation
{
    margin-bottom: 0px;
}

.form-group-order-confirmation > .control-label
{
    padding-top: 0px;
}

.account-info-tab
{
    font-size: 20px;
}

.account-info-form
{
    padding: 20px 0 20px 20px;
}

.account-info-tabpanel
{
    border: 1px solid #eeeeee;
}

.account-info-li
{
    border: 1px solid #eeeeee;
    border-radius: 4px 4px 0 0;
}

#popup
{
    position:absolute;
    top:20%;
    left: 40%;
    z-index:5000;
}

.main-holder {
    color: #000000 !important;
}