@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

/* Root Styles
-------------------------------------------------------------------------------------*/

:root {
    --primary: #2bac47;
    --accent: #2bac47;
    --dark: #353535;
}


/* Core CSS Changes
-------------------------------------------------------------------------------------*/


/* Primary Color */

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i {
    box-shadow: none;
}

#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a i,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::before,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-state-active a .tabArrow::after,
#RestCart_tabs .CheckoutBreadcrumbInner .ui-state-default.ui-tabs-complete a .tabArrow::after {
    background: var(--primary);
}

#RestCart_PaymentMethods label.form-check-label {
    border: 1px dashed #222;
    font-weight: 500;
    padding: 14px;
}

.checkoutHeaderBG,
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary);
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active {
    border-color: var(--primary);
}


/* Accent Color */

a,
a:hover {
    color: var(--accent);
}

.checkoutrequired,
.dropdown .dropdown-menu .util-sub-register a,
#checkoutContainer a:not(.ui-tabs-anchor),
.COMProdPrice,
#ProductDiscount,
.openAccountDiv #openAccountHeader h3 a,
.modalPage a,
.modal-addcart .modal-title,
.modal-addcart .bootCart-details .bootCart-name,
.btn-link,
.btn-link:hover,
#subBar a:hover,
.modal-addcart .bootCart-info .bootCart-count {
    color: var(--accent) !important;
}

@media (min-width: 576px) {
    .dropdown-item.active a,
    .dropdown-item:active a {
        color: var(--primary) !important;
    }
}

.announcement-bar,
#back-to-top,
.orderSummaryTitle,
.COMProdButton,
.dropdown .dropdown-menu .util-sub-signin a,
.st-account-manager .nav-pills .nav-link.active,
#SearchFormMobile .ui-widgetTN,
.app-menu-burger .app-menu-line,
.list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active {
    background-color: var(--accent) !important;
    max-width: 100%;
}

.btn.btn-secondary,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-secondary:hover {
    background-color: var(--dark) !important;
}

.st-account-manager .account-manager-content,
.list-group .list-group-item.active,
.list-group div[id^="SubCats"] .list-group-item.active,
.ProductThumbs .ProdThumbsBox.thumbSelected .ProductThumbGridBox,
.dropdown .dropdown-menu .util-sub-signin a,
.dropdown .dropdown-menu .util-sub-register a {
    border-color: var(--accent) !important;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:not(:disabled):not(.disabled).active,
.btn.btn-secondary:not(:disabled):not(.disabled):active {
    border-color: var(--dark) !important;
}


/* General
---------------------------------------------------------------------- */

body {
    font-family: 'Montserrat', sans-serif;
}

body>.container {
    background-color: #fff;
}

.st-account-manager {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.nav-side-wrap .nav-side-logo::after {
    background-color: #eee;
}

.template-info-bubble {
    background-color: #2bac47;
    color: #fff;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.announcement-bar .announcement-bar-msg {
    font-size: 1rem;
}

.announcement-bar .announcement-bar-msg a {
    color: #fff;
    text-decoration: underline;
}

#navToolbar a:hover {
    transition: color 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    color: var(--accent);
}


/* Elements
---------------------------------------------------------------------- */

#back-to-top.show {
    opacity: 0.5;
}

#back-to-top.show:hover {
    opacity: 1;
}


/* Sub Bar
---------------------------------------------------------------------- */

.nav-ui-contacts {
    justify-content: flex-end !important;
    width: 100%;
}


/* Main Menu
---------------------------------------------------------------------- */

.mobile #mainMenu .navbar-toggler {
    background-color: #000;
    color: #fff !important;
}

#mainMenu {
    background-color: #333;
}

.desktop #mainMenuNav>ul>li>a {
    color: #fff;
    font-weight: normal;
    font-size: 0.9rem;
}

.desktop #mainMenuNav>ul>li.show>a,
.desktop #mainMenuNav>ul>li:hover>a {
    background-color: #2bac47;
}

.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item .NavLevel_3:hover {
    color: #2bac47;
}

#mainMenu .dropdown .dropdown-menu {
    background-color: #f5f5f5;
}

.dropdown-item a {
    text-decoration: none !important;
}

#mainMenu .dropdown-item a {
    color: #5d5d5d;
    height: inherit !important;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.0rem;
    text-align: left;
    display: block;
}

#mainMenu .dropdown-item a:hover {
    color: var(--accent);
}

#mainMenu .dropdown-item .NavLevel_2:hover {
    color: var(--accent);
}

#header[data-menu-style="center"] .nav-ui-utils .cart-link #cartInline,
#header[data-menu-style="logocenter"] .nav-ui-utils .cart-link #cartInline,
#header[data-menu-style="logoleft"] .nav-ui-utils .cart-link #cartInline {
    display: inline-block !important;
    min-width: 45px;
}

.desktop #mainMenu .megaMenu .megaMenu-list .megaMenu-item>a {
    text-transform: capitalize;
    color: #5d5d5d;
}

.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item .NavLevel_2 {
    margin-left: 4px;
    font-weight: 500;
}

.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item a {
    font-size: .85rem;
}

.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item .NavLevel_3 {
    margin-left: 20px;
    display: block;
    margin-right: 0;
    font-weight: normal;
}

.desktop #mainMenu .megaMenu .megaMenu-list .megaMenu-item>a:hover,
.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item .NavLevel_1:hover,
.desktop #mainMenu .megaMenu .dropdown-item .dropdown-item .NavLevel_3:hover,
.desktop #mainMenu .megaMenu .megaMenu-list.megaMenu-hasChild .megaMenu-item>a:hover {
    color: var(--accent);
}

#mainMenu .dropdown-item:hover .NavLevel_1 {
    color: var(--accent);
}

@media (min-width: 992px) {
    #mainMenu .navbar-nav .dropdown .dropdown-menu.spread {
        width: auto !important;
        margin-left: -180px;
    }
}


/* Featured Categories/Products
---------------------------------------------------------------------- */

.featured-name {
    font-weight: 500;
    font-size: 1.2rem;
}

.featured-details {
    display: flex;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.featured-price {
    color: #2bac47 !important;
    font-size: 1.2rem;
}

.featured-slider .slick-slide img {
    display: flex !important;
}

.featured-slider .featured-img img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: 80%;
    max-height: 100%;
}

div#featured-products2 .featured-img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    min-width: 0;
    /* max-width: 80%; */
    max-height: 100%;
    height: 250px;
    box-sizing: content-box;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    position: relative;
}

#featured-products2 .featured-img img {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: auto;
    min-width: 0;
    max-width: 100% !important;
    max-height: 100%;
}


/* Homepage
---------------------------------------------------------------------- */

.featured-title {
    /*display: none;*/
}

.callouts {
    text-align: center;
}

.callouts a {
    display: inline-block;
}

.callouts a img {
    max-width: 100%;
    height: unset !important;
    border: 1px solid #eee;
}

.callouts h2 {
    text-align: center;
    margin-top: 0;
}

.callouts h2 a {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
}


/* Homepage Hero Slider 
---------------------- */

.homeslide .item {
    position: relative;
}

.homeslide .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slidetextcontainer {
    background-color: #fff;
    border: 6px double var(--accent);
    padding: 10px 25px;
    border-radius: 15px;
}

.homeslide .caption {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    /* text-shadow: 0px 0px 5px #fff;*/
    text-align: center;
    border-bottom: 2px solid var(--accent);
    margin-bottom: 30px;
}

.homeslide .homepage-subtitle {
    font-weight: 500;
    color: #000;
    padding: 0 1rem;
    /* text-shadow: 0px 0px 3px #fff; */
    text-align: center;
    font-size: .7rem;
    margin-top: -15px;
}

.homeslide .slick-dots {
    bottom: 5px;
}

@media (min-width: 300px) {
    a.NavLevel_3 {
        padding-left: 20px;
        font-weight: normal !important;
    }
    #mainMenu .dropdown-item a.NavLevel_2 {
        font-weight: normal;
    }
}

@media (min-width: 576px) {
    .homeslide .caption {
        font-size: 2.5rem;
        a .NavLevel_3 {
            padding-left: 20px;
            font-weight: normal !important;
        }
        a.NavLevel_3 {
            padding-left: 20px;
            font-weight: normal !important;
        }
    }
    .homeslide .homepage-subtitle {
        font-size: 1.2rem;
    }
    a.NavLevel_3 {
        padding-left: 20px;
        font-weight: normal !important;
    }
}

@media (min-width: 768px) {
    .homeslide .caption {
        font-size: 4.5rem;
    }
    a.NavLevel_3 {
        padding-left: 20px;
        font-weight: normal !important;
    }
    .homeslide .homepage-subtitle {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .homeslide .caption {
        font-size: 3rem;
    }
    .homeslide .homepage-subtitle {
        font-size: 1.4rem;
    }
}


/* Categories/Product List View
---------------------------------------------------------------------- */

body.mobile .hero-stage.fullscreen {
    min-height: 200px !important;
    max-height: 200px !important;
    height: 100% !important;
    opacity: 1;
}

body.mobile .hero-stage.fullscreen .categoryBanner {
    height: 100% !important;
}

.row-header.hero-stage.fullscreen {
    margin-top: 0 !important;
}

.breadcrumb-category {
    display: none;
}

.mobile-xs nav#catprodBreadcrumb {
    display: none;
}

.categoryHeader h1 {
    margin-bottom: 0;
}

#catprodBreadcrumb {
    margin-top: 0 !important;
}

.categoryBannerContent {
    align-items: center;
    justify-content: center;
    height: 350px;
}

.categoryBannerContent h3 {
    color: #fff;
    font-size: 4rem;
}

.categoryCell .categoryName {
    margin-top: 0.5rem;
}

.categoryCell img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.categoryCell .categoryImg {
    max-height: 225px !important;
}

.breadcrumb-category {
    display: none;
}

#customFiltersWrap #customFilters .FilterItem .FilterItemChild .checkboxFilter ion-icon {
    color: var(--primary);
}

#customFiltersWrap.sidebar #customFilters>.FilterItem {
    font-size: 1rem;
}

#customFilters {
    padding: 0 !important;
    border: 0 !important;
}

.filter-ui {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
}

.filter-ui a {
    width: 2.65rem;
    overflow: hidden;
    white-space: nowrap;
    color: transparent !important;
    border-radius: 0;
}

.filter-ui a i {
    color: #fff !important;
}

.prodCell .prodDetails .prodName {
    font-size: 1rem;
    text-align: center;
}

.prodCell .prodDetails .prodPrice {
    justify-content: center;
    color: #2bac47 !important;
    font-size: 1.2rem;
}

.prodCell .prodImg a img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.prodCell .prodName {
    transition: all 150ms ease-out;
    font-weight: 500;
    line-height: 1.4;
    margin: 4px 0px 2px 4px;
}

.prodCell a {
    transition: all 150ms ease-out;
    color: #464646;
}

.prodCell .prodDetails .prodPrice .prodPriceRegular,
.prodCell .prodDetails .prodPrice .prodPriceSale {
    font-weight: 500;
}

.golfshopbutton {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
}

.golfshopbutton a {
    color: #fff;
    background-color: var(--accent);
    border-color: var(--accent);
    display: inline-block;
    margin: 0 auto;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 2px;
}

.golfshopbutton a:hover {
    background-color: var(--dark);
    border-color: var(--dark);
}


/* Product View
---------------------------------------------------------------------- */

.ProductTagCategory {
    position: absolute;
    left: 0;
    top: 0;
}

.COMProdPriceStock {
    display: flex;
    justify-content: space-around;
    flex-flow: column;
    margin-bottom: 1.5rem;
}

.COMProdPropertyWrapper.prodProp-brand {
    display: none;
}

.COMProdStockWrap {
    text-align: left;
    margin-top: 1.1rem;
}


/* Contact Form
---------------------------------------------------------------------- */

.cfm-id-addressline2 .cfm-input {
    margin-top: 0 !important;
}


/* Footer
---------------------------------------------------------------------- */

.footer {
    background-color: #333;
    color: #fff;
    padding-bottom: 0;
}

.footer a {
    color: #fff;
}

.footer-copy {
    background-color: #fff;
    color: #555;
    margin-top: 2rem;
}

.footer-copy a {
    color: #2bac47;
}

#copyright {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/*Color Options Modal*/

.comProdDropDown {
    cursor: pointer;
}

.productModal .modal-header {
    padding: 0;
    border: 0;
}

.productModal .modalDirections {
    font-size: 0.85rem;
    padding-left: 0.5rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

.productModal .modal-dialog {
    max-width: 700px;
}

.productModal .modal-modifier {
    cursor: pointer;
}

.productModal .modal-modifier img {
    border: 3px solid #e9ecef;
}

.productModal .modal-modifier:hover img {
    border: 3px solid #000;
}

.productModal .modal-modifier-name {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.productModal .modalMUP {
    font-size: 0.7rem;
    font-style: italic;
}

.modal-modifier img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#ModalProdPropBackPattern .modal-modifier img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 0;
}

#ModalProdPropBackPattern .col-md-2 {
    -ms-flex: 0 0 33.333337%;
    flex: 0 0 33.333337%;
    max-width: 33.333337%;
}

.displayNone {
    display: none !important;
}

.displayFlex {
    display: flex !important;
}

.custom-div h2 a {
    font-size: 17px;
    padding-top: 4px;
    display: block;
}

.custom-div img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    vertical-align: middle;
}


/* Custom Form CSS*/

.customForm .cfm-row.form-group {
    min-width: 33%;
}

.customForm .header {
    margin-top: 30px;
}

.customForm.mobile img {
    min-width: 33%;
    margin-bottom: 1rem;
}


/* Custom Form CSS */


/* Cart File Upload */

input#addUpload {
    background: var(--primary);
    color: #fff;
    font-weight: 500 !important;
}

.uploadmessaging {
    margin-bottom: 2rem;
}

input#btnUppload {
    background: var(--primary);
    border-color: var(--primary);
}

.fileUpload {
    background: var(--dark);
}

.fileUpload:hover,
.fileUpload:active {
    background: var(--dark);
}


/* @ @ @ Responsive Queries - Copy from below list
---------------------------------------------------------------------- */


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    li.nav-item.nav-ui-brand {
        width: 100%;
    }
    .footer-col {
        text-align: center;
    }
    .mobile #mainMenu.navbar .nav-item>a {
        color: #000;
        border-bottom: 1px dotted #2bac47;
    }
    .mobile .dropdown-item li.NavLevel_2 {
        padding: 0 0 0 0;
    }
    .mobile.dropdown-item {
        padding: 0rem 1.5rem;
    }
    .mobile .dropdown-item:last-of-type {
        padding: 0px 1.5rem 2px 1.5rem;
    }
    .mobile .dropdown-item .megaMenuChild-hasChild:nth-of-type(1) {
        padding: 2px 1.5rem 0 1.5rem;
    }
    .mobile #mainMenu #mainMenuNav .nav-item .dropdown-menu .dropdown-item a.NavLevel_1 {
        padding: 2px 0 2px 0;
    }
    .mobile #mainMenu #mainMenuNav .nav-item .dropdown-menu .dropdown-item a.NavLevel_1:nth-of-type(1) {
        padding: 8px 0 2px 0;
        font-weight: 500;
    }
    .mobile li.dropdown-item:nth-of-type(1) {
        padding: 2px 1.5rem 0px 1.5rem;
    }
    #mainMenu .megaMenu .megaMenuNoChildCategories .megaMenu-item {
        padding: .25rem 0px !important;
    }
}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
    .nav-ui-utils .navbar-brand {
        flex: 1 1 auto;
        text-align: center !important;
        margin: 5px 0 8px 0;
    }
}


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}