/*
Template Name:      Marketing 360® Bigcommerce Template 107
Version:            0.1.0
Author:             Madwire Media SWAT Team
Author URI:         http://www.madwire.com
*/

/* =============================================================================
   Base !n! !bas
   ========================================================================== */

a,
.btn.btn-link {
   color: #272829;
}

a.top
 {
   color: #fff;
}
a:hover,
.btn.btn-link:hover {
   color: #4a4a4a;
}

.btn,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
#PrimaryMenu ul li.dropdown ul a:hover,
#SideCatPopOut ul li ul a:hover {
   background: #2a2a2a;
   color: #fff;
}
.btn:hover {
   background: #141414;
   color: #fff;
}

.btn.alt {
   background: #2a2a2a;
   color: #fff;
}
.btn.alt:hover {
   background: #141414;
   color: #fff;
}

.text-white {
    color: #fff;
}


.inner em.p-price strike.RetailPriceValue {
   display: none;
}


.p-name a span.p-price strike.RetailPriceValue {
display: none;
}
#CategoryContent .ProductList .p-price {
    font-size: 18px;
    font-weight: bold;
}


p.trust-badges img {
    display: block;
    margin: 0 auto;
}

/* Buttons */

.btn.btn-hollow {
    background: none;
    border: 2px solid #333;
    color: #333;
}
.btn.btn-hollow:hover,
.btn.btn-hollow:focus {
    background: #333;
    color: #fff;
}
.btn-hollow.btn-yellow {
    border-color: #febf0e;
    color: #febf0e;
    background: none;
}
.btn-hollow.btn-yellow:hover,
.btn-hollow.btn-yellow:focus {
    background: #febf0e;
    color: #1b1b1b;
}

.btn-lg {
    padding: 14px 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.ProductList.List li {
    min-height: 300px;
}

/* Helpers */

.bottom5 {
    margin-bottom: 5px;
}

/* =============================================================================
   Header !n! !hdr
   ========================================================================== */

/* Top Bar */

.header-topbar {
    padding: 10px 0;
    background: #262626;
    color: #fff;
    font-size: 16px;
}
.header-topbar p {
    margin-bottom: 0;
}

.header-topbar .SocialConnect {
    margin-bottom: 0;
}
.header-topbar .SocialConnect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.header-topbar .SocialConnect ul li {
    display: inline-block;
    margin-left: 10px;
}

/* Top Menu */

.TopMenu {
    background: #353535;
    color: #656565;
    font-size: 13px;
    margin-bottom: 0px;
}
.TopMenu a {
    color: #656565;
}

.TopMenu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.fa-shopping-cart:before {
    color: #febf0e;
}

/* Header */

.body-home .header {
    margin-bottom: 0;
    /*position:fixed;*/
    width:100%;
    z-index: 50;
}
#Header {
    margin-bottom: 0px;
    background: #1b1b1b;
    padding: 10px 0px;
}

.header { 
    border-bottom: none !important;
}

/* Main Navigation */

.header .PrimaryMenu-wrap {
    margin-top: 30px;
    border: none;
}

#PrimaryMenu {
    font-weight: 600;
}


#PrimaryMenu ul li a {
    text-align: left;
}

.slide-show {
    margin-bottom: 0 !important;
}


/* =============================================================================
   Content !n! !cnt
   ========================================================================== */


/* =============================================================================
   Sidebar !n! !sdb
   ========================================================================== */

/* Move Left Sidebar to the Right */

.Left {
    float: left;
    padding-right: 20px;
    padding-left: 0;
}
.Left h3 {
    margin-bottom: 10px;
    font-weight: 600;
}


.flexslider .slides img {
    display: block;
    margin: 0 auto;
    width: 1140px !important;
    background: #fafaf9 !important;
}

/* =============================================================================
   Footer !n! !ftr
   ========================================================================== */

.footer .newsletter-subscription {
    background-color: #353535;
    border: none;
    color: #ffffff;
}

.footer .newsletter-subscription h4 {
    color: #ffffff;
}

.footer .newsletter-subscription .btn {
    background: #202020;
}

.footer .newsletter-subscription .btn:hover {
    background: #141414;
}

.footer .newsletter-subscription h4 {
    color: #ffffff;
}

.footer .footer-main {
    background: #202020;
    color: #666;
    font-size: 13px;
}

.footer .footer-main h4 {
    color: #fff;
}
.footer .footer-main a:hover, .footer .footer-main a:focus,
.footer .footer-links a:hover, .footer .footer-links a:focus {
    color: #fff;
    text-decoration: none;
}
.footer .footer-main h4 {
    border-top: 2px solid #fff;
    padding-top: 20px;
}

.footer .footer-links {
    padding: 20px 0;
    background: #141414;
    color: #666;
}
.footer-links #socnet {
    margin: 0;
    padding: 0;
}
.footer-links #socnet ul {
    float: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: right;
}
.footer-links #socnet ul li {
    display: inline-block;
    margin-left: 10px;
}

/* =============================================================================
   Miscelaneous !n! !msc
   ========================================================================== */


/* =============================================================================
   Pages !n! !pgs
   ========================================================================== */


/* =============================================================================
   Category !n! !ctg
   ========================================================================== */


/* =============================================================================
   Product Lists !n! !pls
   ========================================================================== */

.ProductList li {
    font-weight: 700;
}
.ProductList li .inner {
    padding: 10px;
    /* border: 1px solid #eee; */
}

#home .ProductList a.pname {
    color: #333;
    font-weight: 400;
}
#home .ProductList a.pname:hover {
    color: #febf0e;
    text-decoration: none;
}

#home .ProductList em.p-price {
    color: #febf0e;
    font-weight: bold;
    font-size: 18px;
}

#home .ProductList a.btn {
    background: #6c6c6c;
}

/* =============================================================================
   Product !n! !prd
   ========================================================================== */


/* =============================================================================
   Cart !n! !crt
   ========================================================================== */


/* =============================================================================
   Checkout !n! !chk
   ========================================================================== */


/* =============================================================================
   Order !n! !ord
   ========================================================================== */


/* =============================================================================
   Account !n! !acct
   ========================================================================== */


/* =============================================================================
   Home Page !n! !hpg
   ========================================================================== */

.cta-heading {
    font-size: 28px;
}
.cta-subheading {
    font-size: 16px;
}

.home-banner {
    height: 505px;
    background: url(../img/homebannerbg2_rvd10915.jpg) top center no-repeat;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.home-banner .herotext {
    margin-top: 50px;
    text-align: center;
}

.home-banner .cta-heading {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
}

/* CTA Rows */
.cta-row {
    padding: 10px 0;
    background: #1b1b1b;
    color: #ffffff;
}
.cta-box,
.cta-link {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.cta-link span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 0px 15px 0px;
    color: #ffffff;
    font-size: 20px;
}
.cta-link:hover span {
    color: #febf0e;
}

.cta-box > .inner {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.cta-row-dark {
    background: #1E1F20;
}
.cta-row-dark .cta-link span {
    background: #1E1F20;
    background: rgba(30, 31, 32, 0.72);
}
.cta-row-dark .cta-link:hover span {
    color: #fff;
}

/* Products Banner */

.products-banner {
    background: url(../img/feat-bg4.jpg) top center no-repeat;
    min-height: 740px;
}

/* Featured Products */

.white-bg {
    background-color: #fff;
}

.featprodbg {
    background: #fff;
    padding-top: 50px;
}

#HomeFeaturedProducts h3#featprodtitle {
    color: #febf0e;
}

/* Lookbook Banner */

.lookbook-banner {
    padding: 200px 0;
    background: url(../img/lowerbg.jpg) top center no-repeat;
}

/* =============================================================================
Custom
   ========================================================================== */


/*.main {padding-top:15em;}*/


/* =============================================================================
   Media Queries !n! !mqs
   ========================================================================== */

/* Up to 1199px */
@media screen and (max-width: 1199px) {

    .header .PrimaryMenu-wrap {
        margin-top: 7px;
    }


    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
    }

}

/* Up to 991px */
@media screen and (max-width: 991px) {

    .header-logo {
        float: none;
        text-align: center;
    }

    .header .PrimaryMenu-wrap {
        margin-top: 0;
    }

    /* Home CTA */
    .cta-link span {
        top: 38%;
        font-size: 18px;
    }
    .cta-box > .inner {
        top: 20%;
    }


    /* Products Banner */

    .products-banner {
        background: #eee;
        min-height: inherit;
    }

}

/* Up to 767px */
@media screen and (max-width: 767px) {

    .cta-box,
    .cta-link {
        margin-bottom: 10px;
    }

    .lookbook-banner {
        padding: 50px 0;
    }

    /* Footer */
    .footer-links #socnet ul {
        text-align: center;
    }

}

/* Up to 480px */
@media screen and (max-width: 480px) {

}

@media screen and (min-width: 768px) {

    #SideCategoryList #SideCatPopOut ul li ul {
        right: inherit;
        left: 100%;
    }

    #SideCategoryList #SideCatPopOut ul li ul:before,
    #SideCategoryList #SideCatPopOut ul li ul:after {
        display: none;
    }

}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
    .top60-md {
        margin-top: 60px;
    }
}

/* End of Styles */