@import url('https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/Century Gothic .OTF .otf')
@import url('https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/Century Gothic .OTF Bold.otf')
@import url('https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/Century Gothic .OTF Italic.otf')
@import url('https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/Silver South Script Alt.ttf')
@import url('https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/Boulders Beach Script.otf')/**********************************************************
global.css
***********************************************************/
/*BEGIN: global.css*/
html, .body, h1, h2, h3, h4, h5, h6, p, li {
    font-weight: unset;
}
/* Overlay container will contain both the element being overlayed and the element(s) which is/are overlaying */
.overlay-container {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/* Contains the positioned elements */
.overlay {
    display:inline-block;
    position:relative;
}

/* Overlaying elements are expected to have 2 classes, one from each of (top/middle/bottom) and (left/center/right/full) */

/* Positions an element within the overlay in the top of the bounding rectangle */
.overlay .top {
    position: absolute;
    top: 7%;
}

/* Positions an element within the overlay starting in the middle third of the bounding rectangle */
.overlay .middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Positions an element within the overlay starting in the bottom third of the bounding rectangle */
.overlay .bottom {
    position: absolute;
    bottom: 7%;
}

/* Positions an element within the overlay in the left third of the bounding rectangle */
.overlay .left {
    position: absolute;
    left: 7%;
}

/* Positions an element within the overlay in the center third of the bounding rectangle */
.overlay .center {
    position: absolute;
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
}

.overlay .middle.center {
    transform: translateX(-50%) translateY(-50%);
}

/* Positions an element within the overlay in the right third of the bounding rectangle */
.overlay .right {
    position: absolute;
    right: 7%;
    text-align: right;
}

.PageContentSlot {
    position:relative;
}

.mt10 {
    margin-top:10px;
}

.error {
    /*border: 1px solid #ff0000 !important;*/
}
.errorMsg {
    color: red;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: initial;
}
.alert-info {
    color: #333;
    border-color: #666;
    background-color: #efefef;
}


.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.form-group {
    position: relative;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.popover-content {
    background-color: white;
}

.search::-ms-clear {
    display: none;
}

.btn {
    padding: 10px 30px;
    background-color: #333;
    color: #fff;
}

.btn.outline-btn {
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
}
.btn.outline-btn:hover {
    background-color: #333;
    color: #fff;
}

.small-grey-btn {
    background-color: #ddd;
    color: #000;
    padding: 3px 12px;
    font-size: 14px;
    border: 1px solid;
}

.small-btn {
    padding: 5px 14px;
    margin-bottom: 10px;
}
.button-row {
    display: flex;
}
.successMsg {
    display:block;
    padding-bottom:10px;
}
.fr-video {
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}

.fr-video video {
    width: 100%;
    max-height: 100%;
}
.fr-video iframe {
    left: 0;
    top: 0;
    
    width: 100%;
    
}

#topcontrol {
    z-index: 101;
}

.store_locator_page .directions, .store_page .directions {
    padding-bottom: 15px;
}

.divLocationTemplate {
    display: flex;
    border-top: 1px solid #999;
    margin-top: 10px;
    padding-top: 10px;
}

.divLocationTemplate .col2 {
    margin-left: auto;
    margin-top: 3px;
}
.store_locator_page .locations_cr {
    overflow-y: scroll;
    padding-right: 15px;
}
.store_locator_page .storename, .store_page .storename {
    font-size: 16px;
}
.store_locator_page .dir_phone a, .store_page .dir_phone a {
    border: 1px solid #aaa;
    padding: 5px;
    margin: 7px 7px 7px 0;
    display: inline-block;
}
.store_locator_page .dir_phone, .store_page .dir_phone {
    display: flex;
}
.store_locator_page .address_cr {
    display: flex;
}
.store_page .address_cr {
    display: flex;
    margin-bottom: 15px;
}

.store_locator_page .address_cr i, .store_page .address_cr i {
    font-size: 25px;
    color: #666;
    padding: 5px 7px 10px 0px;
}
.search_products_cr p {
    display: block;
    position: relative;
    padding-left: 10px;
}








.search_dd_cr ul {
    list-style: none;
    padding-left: 0px;
}
.search_dd_cr .p_cr {
    min-height: 112px;
    position: relative;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    clear: both;
    display: grid;
    grid-template-columns: 35% 65%;
}

.search_dd_cr .p_img {
    margin: 0 8px 0 0;
    position: relative;
    display: inline-block;
    max-width: 100px;
    max-height: 120px;
    height: 100%;
}
.search_dd_cr #search-result-total {
    position: relative;
    padding-top: 20px;
}
#search-result-total a {
    border: 1px solid #999;
    padding: 5px 9px;
    font-weight: bold;
}
@media (max-width: 1024px) {
    .search_dd_cr .p_img {
        max-width: 100px;
        
    }
    #txtSearchTerms {
        margin-bottom: 0px;
    }
    
}
.search_dd_cr p.title {
    border-top: 5px solid #ccc;
    padding-top: 3px;
}

.pre-header ul, .header ul {
    list-style-type: none;
}
.header_search {
    width: 100%;
}
.header .header_search .search_dd_cr, #new-mmenu .search_dd_cr {
    width: 820px;
    font-size: 14px;
    padding: 30px 20px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    right: 0;
    border: 1px solid #aaaaaa;
    z-index: 101;
    display: none;
    text-align: left;
    overflow-y: auto;
    max-height: calc(100vh - 50px);
}
@media (max-width: 1024px) {
    .header .search_dd_cr, #new-mmenu .search_dd_cr {
        width: 100%;
    }

    .header .active .search-li #txtSearchTerms {
        width: 250px;
    }
}
.header .main_search > ul > li {
    position: absolute;
    text-transform: uppercase;
}
    /* Shop by Look */
.looks_items_cr {
    display: none;
}

.shop_by_look_page ul {
    list-style: none;
}

.shop_by_look_page .sbl_main_img {
    margin-bottom: 50px;
}

.product_detail_page .sbl_price_range_container,
.product_detail_page #divCustomFields {
    display: none;
}

.shop_by_look_page .sbl_title {
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.shop_by_look_page .sbl_price_range {
    padding: 12px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}



.shop_by_look_page .sbl_price_range p {
    font-size: 16px;
    color: #111;
    margin: 0;
}

.sbl_border {
    border-bottom: 1px solid #dddddd;
}

.sbl-add-btn {
    max-width: 200px;
}

.row.sbl_repeater {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}

.sbl_table_header_container .table_header {
    font-size: 12px;
    color: #444;
    margin-top: 12px;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .sbl_table_header_container {
        display: none;
    }

    .sbl_add_btn_container {
        margin-top: 15px;
    }
}

.sbl_product_name a {
    font-size: 14px;
    font-weight: bold;
}

.sbl_product_code {
    font-size: 11px;
    color: #888;
}
.sbl_price_container .cta-message-container {
    display: none;
}

.shop_by_look_page .strikePrice {
    margin-left: -10px;
}


.shop_by_look_page .ourPriceDiv,
.shop_by_look_page .salePriceDiv {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
}

.sbl_size_container select {
    border: 1px solid #bbb;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px;
    width: 100%;
}

.sbl_size_container select:hover {
    border: 1px solid #888;
}



/* Global Header */
.row.cta-rule-container,
.header .cta-rule-container {
    display: none;
    text-align: center;
}
.cta-rule-container .cta-rule-message {
    background-color: #333;
    color: white;
    padding: 3px;
    display: block;
    width: 100%;
}


.cta-message-container {
    clear: both;
    color: green;
    font-size: 14px;
}

/* 1.5 Accessibility Implementations*/
*:focus {
    outline: 1px dotted black;
    border-radius: 2px;
}

footer *:focus {
    outline: 1px dotted white;
}

#topcontrol {
    z-index:999;
}

/* Enables Tabbing in the Mega Menu*/
.main_nav_cr > ul > li:focus .megamenu {
    visibility: visible !important;
    opacity: 1 !important;
}

/* Creates a class only accessible to screen readers. */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

/* Hides any anchor tag in the ID "skiptocontent", but reveals on focus. */
#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0px;
    color: white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    background: #BF1722;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 1000
}

    #skiptocontent a:focus {
        position: absolute;
        left: 0px;
        top: 0px;
        outline: 0;
        -webkit-transition: top .1s ease-in;
        transition: top .1s ease-in
    }




/* Misc pages*/
#divCookiePolicyBanner {
    position: fixed;
    background: #343434;
    color: #fff;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    text-align: center;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #aaa;
}

#divCookiePolicyBanner .cookie-policy-button {
	background-color: #face3e;
	color: #000;
	padding: 8px;
	cursor: pointer;
	margin-left: 30px;
	margin-right: 30px;
	border-radius: 4px !important;
}
.oos-form {
    display:flex;
}
.oos-input {
    width: 100%;
}
.oos-label {
    position: absolute;
    display: none;
    z-index:101;
    background-color: #fff;
}
.variantValue a.oos_item {
	color: #bcbcbc;
}
.oos_item.allow-notify {
    cursor: pointer;
}
.allow-notify {
    cursor: pointer !important;
}
.allow-notify:hover {
    border: 1px solid #000;
}
.allow-notify:hover + .oos-label {
    display: block;
    border: 1px solid #ccc;
    padding: 3px;
    background-color: white;
    font-size: 10px;
}

.salePriceDivStrike {
    display:none;
}
.product-price .promoPrice, .promoPriceDiv .promoPrice, .salePriceDiv .salePrice {
    color: red;
}

.product_detail_page .review-section .error {
    display: none;
    color: red;
}
video {
    max-width: 100%;
}
.video_thumb_container {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.thumbnailsContainer a.image-thumb, .thumbnailsContainer a.video-thumb {
    display: inline-block;
}
.video-thumb .thumb_play_btn {
    width: 30px;
    height: 30px;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    top: 47%;
    left: 50%;
    opacity: 0.7;
    transform: translateX(-50%) translateY(-50%);
}
.video-thumb img {
    margin-bottom: 0 !important;
}
#qvAltImgs a {
    display: block;
    margin-bottom: 15px;
}

.related_items_cr {
    display: none;
}

.returnableItem {
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    padding: 10px;
    min-height: 326px;
    height: 100%;
    margin: 0 0 20px 0;
}

.returnableItem .txtQuantity {
    width: 38px;
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    font-size: 14px;
}

.returningItem {
    border: 1px solid #000000 !important;
    background-color: #e7e7e7;
}

.return-details {
    padding: 8px;
    border: 2px dashed #999;
    margin: 8px 8px 8px 0;
}

.returnQtyOf {
    font-size: 15px;
    line-height: 36px;
}

.product-option ul {
    padding: 0px;
}

.product-option ul li {
    margin-right: 10px;
    list-style: none;
}
.flexslider .slides img {
    width: auto !important;
    max-width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
}

.portfolio-wrap ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}

    .portfolio-wrap ul li {
        padding: 0 15px;
        width: 33.33333%;
    }

@media (max-width:768px) {
    .portfolio-wrap ul li {
        width: 50%;
    }
}

/*.product-option ul li form input,
.product-option ul li div input,
.product-option ul li div input[type=text] {
    width: 43px;
    height: 36px;
    background-color: #fff;
    border: solid 2px #777;
    text-align: center;
    color: #000;
    font-size: 15px;
    float: left;
    margin: 0 5px 0 0;
}*/

.store_page #divMap {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 15px;
}

.store_page #divMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.store_locator_page #divMap {
    position: relative;
    padding: 30px 0 70% 0;
    height: 0;
    overflow: hidden;
}
.store_locator_page #divMapListToggle {
    display: none;
}
#nearby_stores_cr .modal-dialog {
    width: 100%;
    max-width: 480px;
    margin-top: 10%;
}

#nearby_stores_cr .modal-header {
    padding: 10px;
    min-height: 0;
}

#nearby_stores_cr .modal-header .close {
    width: 30px;
    height: 30px;
    line-height: 20px;
    position:absolute;
    right: 0;
}

#nearby_stores_cr .modal-body {
    padding: 0 30px 30px 30px;
}

#nearby_stores_cr .sub_head h4 {
    margin: 0 0 15px 0;
}

#nearby_stores_cr .input_cr {
    margin-bottom: 15px;
}

#nearby_stores_cr #zipcode {
    max-width: 150px;
    display: inline-block;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nearby_stores_cr #zipcode:focus {
    border-color: #555555;
}

#nearby_stores_cr #btnDoLocSearch {
    display: inline-block;
}

#nearby_stores_cr #locError {
    color: #ff0000;
    margin-bottom: 15px;
}

#nearby_stores_cr .available_at_text {
    margin-bottom: 15px;
    display: none;
}

    #nearby_stores_cr .available_at_text #numStores {
        font-weight: 700;
        margin: 0 4px 0 0;
    }

#nearby_stores_cr .zipEntered {
    font-weight: 700;
}

#nearby_stores_cr #locresults .locitem {
    font-size: 14px;
    margin-bottom: 10px;
}

#nearby_stores_cr #locresults .locitem .locname {
    font-weight: bold;
    font-size: 16px;
    color: #111;
}

#nearby_stores_cr #locresults .locdistance {
    position: absolute;
    right: 0;
    text-align: right;
}
#nearby_stores_cr #locresults .locitem .btn.small-btn {
    position: absolute;
    right: 0;
}


#nearby_stores_cr .st_text {
    font-size: 14px;
}

#nearby_stores_cr #locError {
    border: 0px !important;
}

.category_detail_page #categorySidebar {
    width: 16.66666667%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.category_detail_page #productsContainer {
    width: 83.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1024px) {
    .category_detail_page #categorySidebar {
        display: none;
        width: 100%;
    }
    .category_detail_page #productsContainer {
        width: 100%;
    }
}
.category_detail_page .cd_numitems.zone1 {
    display: none;
}

.category_detail_page #pnlFilter.side-content {
    margin: 25px 0 0 0;
}
.category_detail_page .sidebar_mobile_btn {
    border: 1px solid #999;
    padding: 5px 8px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
}
.category_detail_page .sidebar_mobile_btn i {
    padding-left:15px;
    font-size: 16px;
}

.category_detail_page ul.p-list {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-end;
    justify-content: left;
    list-style: none;
}

.category_detail_page #sidebar_mobile_btn_cr {
    margin-bottom: 15px;
    display: none;
}

@media (max-width: 1024px) {
    .category_detail_page #sidebar_mobile_btn_cr {
        display: block;
    }
}
input[type=checkbox] {
    margin: 4px;
}

input[type=checkbox].css-checkbox {
    display: none;
}

input[type=checkbox].css-checkbox + label.css-label1 {
    padding-left: 25px;
    margin-bottom: 15px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
}

input[type=checkbox].css-checkbox:checked + label.css-label1 {
    background-position: 0 -15px;
}

label.css-label1 {

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.css-label.normal-text {
    color: unset !important;
}

.category_detail_page input[type="checkbox"].css-checkbox + label > img {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    width: 30px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
    margin-left: 0px;
}

.category_detail_page input[type="checkbox"].css-checkbox:checked + label > img {
    border-color: #999;
}

.css-label2 {
    font-weight: normal;
    cursor: pointer;
    display: flex;
}

.category_detail_page .color-filter {
    margin-top: 10px;
}

.category_detail_page .size-filter {
    margin-top: 10px;
}

.category_detail_page .size-filter ul {
    padding: 0px;
}

.category_detail_page .clear-filter {
    cursor: pointer;
    font-size: 12px;
}

.store-sel-dir {
    font-weight: bold;
    font-size: 16px;
    margin-bottom:10px;
}
.store-sel-search {
       display: flex;
       width: 350px;
}
.store-sel-search .input-text {
    width:80%;
    height:37px;
}
.store-sel-search .btn {
    width: 20%;
    height: 37px;
    font-size: 22px;
    padding: 7px 14px;
    line-height: 22px;
}
.store-selector {
    padding-bottom: 20px;
}
.store-selection .location-name {
    font-weight: bold;
}
.store-selection .store-select {
    width: 100%;
}
.store-selection .location-distance, .store-selection .location-map {
    text-align: right;
}
/*.size-filter ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    list-style: none;
}

            .size-filter ul li a {
                width: 33px;
                height: 33px;
                text-align: center;
                line-height: 33px;
                padding: 0 4px;
                background-color: #fbfbfb;
                border: solid 1px #ccc;
                display: table;
                font-family: Verdana;
                font-size: 13px;
                font-weight: 400;
                color: #000000;
                position: relative;
                cursor: pointer;
            }

                .size-filter ul li a:hover,
                .size-filter ul li span a:hover {
                    border: solid 1px #777;
                    background-color: #ffffff;
                }

            .size-filter ul li span[checked=true] a {
                -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
                box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
                border: 1px solid #888;
            }

            .size-filter ul li a:hover:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 1px;
                right: 1px;
                width: 33px;
                height: 35px;
                border: 1px solid #777;
            }*/
/* Checkout */
a {
    color: #333;
}
a:hover {
    color: #000;
    text-decoration:none;
}

.cta-rule-cart-container {
    display:none;
}
.progress-light-gray {
    background-color: #ccc;
}

.progress-green {
    background-color: #4CAF50;
}

.progress-container {
    height: 10px;
}


.in-store-pickup label {
    font-weight: normal;
    display: inline;
}
.in-store-pickup {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #aaa;
    margin: 15px 0;
    padding: 15px 0 0 0;
}

.shopping-cart-data {
    padding: 20px;
}
    .shopping-cart-data .cartProduct {
        font-size: 20px;
    }
.shopping-cart-data .cart-remove {
    margin-top: 20px;
    color: #8c8c8c;
}

.shopping-cart-data .cart-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #bcbcbc;
    margin-bottom: 15px;
}

.shopping-cart-data .flexrow {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.shopping-cart-data .flexrow .flexitem {
    margin-left: 35px;
    text-align: center;
    font-size: 18px;
}
    .shopping-cart-data .flexrow .flexitem.end {
        text-align: right;
    }


.shopping-cart-data .row:last-child {
    border: 0;
}

.shopping-cart-data input[type=button] {
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	border: solid 1px #CCC;
	text-align: center;
	font-size: 15px;
	color: #000;
}

.shopping-cart-data .text-quantity {
    max-width: 55px;
    font-size: 18px;
    text-align: center;
    height: auto;
}
.cart_validation {
    color: red;
}

.enter_promo_title_cr {
	padding-top: 15px;
	margin-top: 25px;
	border-top: 1px solid #CCC;
}

.enter_promo_title_cr h5 {
	font-size: 18px;
	color: #555555;
	margin: 0 0 15px 0;
	display: inline-block;
}

.enter_promo_title_cr a.enter_promo_tgle_btn {
	float: right;
	display: inline-block;
	position: relative;
	top: 4px;
	text-decoration: none !important;
}

.enter_promo_title_cr a.enter_promo_tgle_btn .fa-minus {
	display: none;
}

.enter_promo_code_cr {
	display: none;
}

/*.enter_promo_code_cr.opened {
	visibility: visible;
	height: auto;
}*/

.enter_promo_code_cr input.coupon-input {
    color: #000;
	border: 1px solid #CCC;
	padding: 8px 12px;
	width: 100%;
	max-width: 290px;
}


.enter_gift_title_cr {
	padding-top: 15px;
	border-top: 1px solid #CCC;
}

.enter_gift_title_cr h5 {
	font-size: 18px;
	color: #555555;
	margin: 0 0 15px 0;
	display: inline-block;
}

.enter_gift_title_cr input.gift-input {

        border: 1px solid #CCC;
        padding: 8px 12px;
        width: 100%;
        max-width: 290px;
    }

.enter_gift_title_cr a.enter_gift_tgle_btn {
	float: right;
	display: inline-block;
	position: relative;
	top: 4px;
	text-decoration: none !important;
}

.enter_gift_title_cr a.enter_gift_tgle_btn .fa-minus {
	display: none;
}

.enter_gift_card_cr {
    display: none;
}

.gift_card_expand {
    display: none;
}

.gift_card_title {
    font-weight: bold;
}

.gift_card_title_cr {
    margin-bottom: 20px;
}
/*.enter_promo_code_cr.opened {
	visibility: visible;
	height: auto;
}*/
.enter_gift_card_cr input.coupon-input {
    /*font-size: 11px;
	color: #888;*/
    border: 1px solid #CCC;
    padding: 8px 12px;
    width: 100%;
    max-width: 290px;
}

.enter_gift_card_cr input.gift-input {
    border: 1px solid #CCC;
    padding: 8px 12px;
    width: 100%;
    max-width: 290px;
    color: #000;
}



input.apply_discount_btn {
	margin: 15px 0;
	display: block;
}


.continue_shopping_desktop .continue_shopping_btn {
	margin-top: 16px;
	display: inline-block;
}

.continue_shopping_mobile {
	display: none;
}

.cart-product img {
    max-width: 80px;
}

.cart-totals ul {
    width: 100%;
    max-width: 310px;
    float: right;
    padding-left: 20px;
}

.cart-totals ul li {
    font-size: 14px;
    color: #555555;
	text-transform: uppercase;
    text-align: center;
	background: #ffffff;
	list-style: none;
    padding: 20px 15px 14px;
    border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.cart-totals ul li:last-child {
	border-bottom: 1px solid #eaeaea;
}

.cart-totals ul li span {
    width: 50%;
    border-left: 1px solid #eaeaea;
    float: right;
    padding: 20px 15px 14px;
    position: relative;
    top: -20px;
}

.right_cr .checkout_btn {
	width: 100%;
	margin-bottom: 10px;
}

.alternate-payments .paypal_btn, .cart-totals .paypal_btn {
    width: 100%;
    border-width: 0px;
    background-color: #eec754;
    padding: 6px 24%;
    opacity: 1;
    margin: 8px 0;
}
.alternate-payments .ampay_btn {
    padding: 5px 30%;
    width: 100%;
    background-color: #efc755;
    cursor: pointer;
    margin: 5px 0px;
}
.alternate-payments #AmazonPayButton {
    display:none;
}

.cart-totals .paypal_btn:hover {
    opacity: 0.8;
}

.view_cart_page .right_cr .cart-totals {
	text-align: center;
}

.cart-preorder {
    color: red;
}

.od_info_cr {
	line-height: 1.6;
	margin: 0 0 15px 0;
	padding: 13px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.od_info_cr .text-right {
	font-weight: 700;
}

.alternate-payments .or_cr, .cart-totals .or_cr {
    width: 100%;
    max-width: 100px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
    text-transform:uppercase;
}

    .alternate-payments .or_cr:before, .cart-totals .or_cr:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #CCC;
        position: absolute;
        left: 0;
        top: 11px;
        z-index: 1;
    }

    .alternate-payments .or_cr span, .cart-totals .or_cr span {
        padding: 4px 10px;
        background: #f9f9f9;
        position: relative;
        z-index: 2;
    }

.checkout-header {
	border-bottom: 2px solid #ccc;
	margin-bottom: 17px;
}
.checkout-footer {
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.check-out.container {
	margin-bottom: 50px;
}

.checkout_login_page .main_btn {
	display: block;
}


.check-out .white_cr {
    background-color: #f9f9f9;
}
.form .reg-font label {
    color: #1D1D1D;
}
.form-group label:not(.no-inherit label) {
    position: absolute;
    color: #666;
    left: 10px;
    top: 9px;
    background-color: transparent;
    transition: all .25s linear;
    z-index: 3;
    padding: 0 2px;
    cursor: text;
    user-select: none;
    font-family: "Open Sans",sans-serif;
    text-transform: initial;
    font-weight: normal;
}

.form-group label.focused:not(.no-inherit label.focused) {
    top: -9px;
    font-size: 12px;
    background-color: white;
    color: #616161;
}
.form-group .checkbox label {
    color: unset;
    font-size: unset;
}

.check-out .ccExpiring label {
    left: 3px;
    pointer-events: none;
}

.check-out .bill-address-choice label {
    color: inherit !important;
    left: unset !important;
    top: 0px !important;
    background-color: white !important;
    z-index: 100 !important;
    padding: 0 3px !important;
    position: relative !important;
}
.check-out h4 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding: 0px 0px 10px;
}

.check-out .btn-blue {
    background-color: #333;
    color: white;
    font-weight: bold;
    border-radius: 0;
}
.check-out .btn-blue:hover {
    background-color:black;
}
.check-out #divExistingLogin {
    color: red;
}

.check-out #change-address {
    margin-top: 36px;
    display: inline-block;
    position: relative;
}

.check-out #change-address i {
	margin-left: 2px;
	vertical-align: middle;
}

.check-out .checkout_rb_cr {
	padding-top: 16px;
}
.check-out .address-query {
    position: relative;
}
.check-out .address-query #txtAddressQuery {
    position:absolute;
}

/* Base for label styling */
.form-group [type="checkbox"]:not(:checked),
.form-group [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.form-group [type="checkbox"]:not(:checked) + label,
.form-group [type="checkbox"]:checked + label {
  position: relative;
  /*padding: 3px 0 0 25px;*/
  padding: 0 0 0 25px;
  cursor: pointer;
  font-weight: normal;
  color: #000;
}

/* checkbox aspect */
.form-group [type="checkbox"]:not(:checked) + label:before,
.form-group [type="checkbox"]:checked + label:before {
  content: '';
  font-family: FontAwesome;
  font-weight: 100;
  padding: 1px 0 0 1px;
  position: absolute;
  left:0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aeaeae;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: none;
}
/* checked mark aspect */
.form-group [type="checkbox"]:not(:checked) + label:after,
.form-group [type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-weight: 100;
  padding: 1px 0 0 1px;
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 15px;
  line-height: 0.8;
  color: #464646;
}
/* checked mark aspect changes */
.form-group [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}
.form-group [type="checkbox"]:checked + label:after {
  opacity: 1;
}
/* disabled checkbox */
.form-group [type="checkbox"]:disabled:not(:checked) + label:before,
.form-group [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #ddd;
    background-color: #CCC;
}
.form-group [type="checkbox"]:disabled:checked + label:after {
  color: #ddd;
}
.form-group [type="checkbox"]:disabled + label {
  color: #777;
}
/* accessibility */
.form-group [type="checkbox"]:checked:focus + label:before,
.form-group [type="checkbox"]:not(:checked):focus + label:before {
}

/* hover style just for information */
.form-group label:hover:before {
  border: 1px solid #888 !important;
}

.check-out .checkout-subhead {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}
.check-out .checkout-subhead2 {
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}

.check-out .checkout-subhead2 a {
    text-decoration: underline;

}

.check-out h2.reviewHeading {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.check-out .active h2.reviewHeading::before {
    content: '\f10c';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #006637;
}
.check-out h2.reviewHeading.complete::before {
    content: '\f05d';
    font-family: 'FontAwesome';
    padding-right: 5px;
    color: #006637;
}
.check-out .order_summary h2.reviewHeading {
    text-transform: unset;
}


.secure_hdr {
    position: absolute;
    right: 0;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    transform: translateY(-50%);
    top: 50%;
}
.titleBar {
    padding: 0 10px 0 0;
    color: #333;
    position: relative;
    margin-top: 20px;
    border-bottom: 2px solid #999;
    margin-bottom: 10px;
}
.check-out .titleBar:first-child {
    margin-top: 0px;
}
.titleBar h2 {
    margin-top:10px;
}
.titleBar.active {
    border-bottom: 2px solid #444;
    color: #333;
    margin-bottom: 0;
}

.titleBar a, .titleBarLink {
    font-weight: bold !important;
    text-decoration: none;
    float: right;
    padding-top: 5px;
    z-index: 10;
}

.titleBar a i.fa {
    margin-left: 2px;
}

.titleBar a:hover {
    text-decoration: underline !important;
}
.titleBarInfo {
    padding: 0px 20px 10px 20px;
    color: #333;
    position: relative;
}

.check-out.checkout_payment .border_outline_btn,
.check-out.checkout_payment .btn main_btn,
.check-out.checkout_login_page .left_content_cr .border_outline_btn,
.check-out.checkout_login_page .left_content_cr .btn main_btn {
    width: auto;
    max-width: none;
}

.form-group .input-text, select.input-text {
    background-color: #fcfcfc;
    border: 1px solid #d2d4d8;
    padding: 9px 10px;
    width: 100%;
    clear: both;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 70ms linear;
}

.form-group .input-text:focus {
	border-color: #1D1D1D !important;
}

.check-out-cn .check-out-step {
    float: left;
    width: 270px;
}

.check-out-cn .check-out-form {
    padding: 20px 20px 30px 20px;
	background: #ffffff;
    border: 1px solid #e1e1e1;
}

.check-out-cn .sale-banner {
	margin-bottom: 40px;
}



.miniSideCart table.checkout-table td img {
	max-width: none;
	width: auto;
	margin: 0;
}

.miniSideCart {
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}


.miniSideCart #CartTotals ul {
	list-style:none;
	padding: 0 0 0 0;
}

.miniSideCart #CartTotals ul li {
    font-weight: bold;
}
    .miniSideCart .checkout-total-price {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        border-top: 2px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
    }
.miniSideCart .miniCartDesc {
    float:left;
}
.miniSideCart .miniCartDesc > span {
    font-size:11px;
    color: #777;
}

.miniSideCart .miniCartDesc .product-name,
.cartDescription .product-name {
    font-weight: bold;
    font-size: 16px;
}

.cartDescription .custom-field {
	margin-left: 10px;
	font-size: 0.8em;
}

.miniSideCart .cart-details .row {
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
	.miniSideCart .miniCartDesc .custom-field {
		margin-left: 10px;
		font-size: 0.8em;
	}


.check-out-step {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #eeeeee;
}

.check-out-step li {
  padding: 10px;
  line-height: 30px;
  position: relative;
  color: #252525;
  overflow: hidden;
  border-left: 1px solid transparent;
}

.check-out-step li:first-child.current {
  border-top: 1px solid #e1e1e1;
}

.check-out-step li.current {
  background-color: #fff;
  border-left-color: #e1e1e1;
  margin-right: -1px;
}

.check-out-step li.current:after {
  border-bottom-color: #e1e1e1;
}

.check-out-step li:before {
  content: attr(data-step);
  width: 30px;
  height: 30px;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #000000;
  float: left;
  margin-right: 10px;
}

.check-out-step li:after {
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 1px solid #fff;
}

.Checkout-Ship-Info-Widget {
	margin-bottom: 40px;
}


/* 13.1 Checkout Ship Method */

.gift_container {
	margin-top: 15px;
}


.gift_container .gift_open {
	display: none;
	border: 1px solid #ddd;
	margin: 10px 0 10px 25px;
	padding: 10px;
}
.gift_container .gift_msg_text_container {
	margin: 0;
	padding: 0;
}

.gift_container .gift_msg_text_container textarea {
	width: 100%;
	min-height: 60px;
	margin: 0 0 10px 0;
	border: 1px solid #c9c9c9; 
}

.gift_container .gift_msg_text_container ::-webkit-input-placeholder {
   color: #9c9c9c;
}

.gift_container .gift_msg_text_container :-moz-placeholder { /* Firefox 18- */
   color: #9c9c9c;  
}

.gift_container .gift_msg_text_container ::-moz-placeholder {  /* Firefox 19+ */
   color: #9c9c9c;  
}

.gift_container .gift_msg_text_container :-ms-input-placeholder {  
   color: #9c9c9c;  
}


.gift_container .gift_open h4 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
}

.gift_container .gift_wrap_container {
	margin-top: 5px;
}

.shipping_method .btn main_btn {
	margin-top: 15px;
}

.check-out .shipping {
    border-top: 5px solid #bbb;

}

.check-out #LocalDeliveryMessage {
    border: 1px dashed #333;
    padding: 8px;
    margin-bottom: 10px;
    font-weight: bold;
}


/* 13.2 Checkout: Billing */

.billingDetails .emailAddress {
	margin: 0 0 15px 0;
}
.check-out-form .smallgreytext a {
    color: #00f;
    font-weight: bold;
}
/*.check-out-form .input-text {
  margin: 0 15px 15px 0;
}*/

/*.check-out-form .btn {
  font-size: 13px;
}*/

.partner-check-out {
  margin-top: 175px;
}

.mobileLabel, .mobileVariants {
  display: none;	
}

.check-out-form select {
	height: 44px;
    width: 100%;
} 

.checkoutBillingContinue input.btn main_btn {
	margin-top: 20px;
}

.check-out .checkbox_container input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: sub;
}

.radio-inline {
    padding-left: 30px;
}
.radio-inline label {
    cursor: pointer;
    font-size: 16px;
}
.check-out .radio-inline input[type="radio"] {
    /*transform:scale(1.3);*/
}

.shipping_method.check-out .radio-inline input[type="radio"] {
	margin-top: 4px;
}

.check-out.checkout_billing_page .heading_cr {
	margin-bottom: 10px;
}

.check-out.checkout_billing_page .paypal_btn_cr {
    margin-top: 15px;
    display: inline-block;
    float: right;
}
.check-out.checkout_billing_page .paypal_btn_cr span {
    vertical-align: sub;
    margin-right: 7px;
}
.check-out.checkout_billing_page .paypal_btn_cr .paypal_btn {
	width: 100%;
	max-width: 154px;
    opacity: 1;
    cursor: pointer;
}
.check-out.checkout_billing_page .paypal_btn_cr .paypal_btn:hover {
    opacity: 0.7;
}

/* -- Checkout: Payment -- */
span.ccExpireSeparator	{
	display: inline-block;
	float: left;
	line-height: 52px;
	margin: 0 3px;
}

#cphContent_valCardholderName {
	display: block;
	float: left;
	width: 100%;
}

#cphContent_valCcExp {
	display: block;
	float: left;
	width: 100%;
    margin-bottom: 10px;
}


#CartTotals strong.price {
	display: inline-block;
	float: right;
}

.check-out #rblPaymentOptions {
	margin-bottom: 10px;
}

.check-out #rblPaymentOptions input {
	top: 4px;
	margin: 0 4px 0 0;
}

.check-out #rblPaymentOptions span {
	vertical-align: text-bottom;
}

.check-out #rblPaymentOptions label {
	margin: 0 20px 0 0;
}

.check-out .main_btn {
    padding: 0 20px;
    height: 42px;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 26px 0 10px 0;
    border: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    cursor: pointer;
}

.check-out .main_btn:hover {
    opacity: 0.8;
}
.check-out .alt_btn {
    padding: 0 20px;
    height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin: 0px 0 0px 0;
    border: 1px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
}

.check-out .alt_btn:hover {
    opacity: 0.8;
}


.check-out .order_summary .checkout_btn {
    width: 100%;
    margin-bottom: 10px;
}
.check-out .order_summary {
    background-color: #f2f2f2;
    padding: 12px;
}
.check-out .order_summary .titleBar {
    background-color: unset;
}

.cc_number_violator {
    margin-bottom: 10px;
}

.card_thumb {
	opacity: 0.3;
	display: inline-block;
	margin-right: 5px;
	max-width: 50px;
}

.create_account_optional {
	border:1px dashed #cecece;
	margin: 15px 0 15px 0;
}

.create_account_optional label {
	font-weight: normal;
}

.create_account_optional ul {
	margin: 0;
}

.create_account_optional ul.dashed {
	list-style-type: none;
	padding-left: 9px;
	margin-bottom: 12px;
}

.create_account_optional ul.dashed > li {
	text-indent: -5px;
	margin: 5px 0px;
}

.create_account_optional ul.dashed > li:before {
	content: "-";
	text-indent: -5px;	
	position: relative;
	left: -5px;
}

.check-out #cphContent_PnlTermsAndContions input {
	margin: 0 4px 0 0;
}
.check-out #cphContent_PnlTermsAndContions span,
.check-out #cphContent_PnlTermsAndContions span a  {
	vertical-align: top;
}

/*.check-out #btnStartSubmitOrder {
	width: 180px;
}*/

.checkout_thank_you b {
	color: [maindark];
}

.checkout_thank_you .table_outer_cr {
	clear: both;
	overflow-x: auto;
}

.checkout_thank_you .table_outer_cr .col-md-12.clearfix {
	padding: 0;
}

.checkout_thank_you h4 label {
	font-weight: normal;
}

.checkout_thank_you .cart-heading {
	background: #ededed;
	text-align: center;
}

.checkout_thank_you .cart-heading:first-child {
	text-align: left;
}

.checkout_thank_you .miniSideCart #CartTotals ul {
	padding: 20px;
	margin-bottom: 0;
}

.checkout_thank_you .miniSideCart #CartTotals ul li {
	margin-bottom: 8px;
}

.checkout_thank_you .miniSideCart #CartTotals ul li:last-child {
	margin-bottom: 0;
}

.checkout_thank_you #confirm .table-wrapper-responsive .table.table-responsive.table-bordered {
	margin-bottom: 0;
}

.checkout_thank_you .miniSideCart {
	padding: 0;
}

.checkout_thank_you .panel {
	margin-bottom: 50px;
}


.previous_order_page table,
.previous_order_page table > tbody > tr > td {
	vertical-align: top;
}

.previous_order_page p.order_info {
	font-size: 16px;
}

.previous_order_page p.order_status {
	float: right;
}

.previous_order_page h1.reviewHeading span {
	font-size: 14px;
	font-style: italic;
}

.previous_order_page h4 {
	font-size: 18px;
	margin-bottom: 4px;
}

.previous_order_page td {
	padding: 8px;
}

.previous_order_page .checkout-quantity {
	text-align: center;
}

.previous_order_page .cartHeading {
	font-size: 13px !important;
	height: auto;
}

.previous_order_page .product_photo {
	float: left;
    margin: 5px 20px 5px 0;
}

.previous_order_page .panel {
	margin-bottom: 30px;
	border-color: #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.previous_order_page .panel .panel-collapse .panel-body:first-child {
	padding-bottom: 0;
}

.previous_order_page .checkout-description .description {
	line-height: 1.2;
}

.previous_order_page a.prod_title {
	font-size: 16px;
	color: [maindark];
	text-decoration: none;
}

.previous_order_page a.prod_title:hover {
	color: [accent];
}

.previous_order_page .miniSideCart {
	padding: 0;
}

.previous_order_page .miniSideCart #CartTotals ul {
    padding: 20px;
    margin-bottom: 0;
}

.previous_order_page .miniSideCart #CartTotals ul li {
	margin-bottom: 8px;
}

.previous_order_page .miniSideCart #CartTotals ul li:last-child {
	margin-bottom: 0;
}

ul.paymentmethod-container {
    list-style-type: none;
    padding-left: 40px;
    margin-bottom: 0px;
}
ul.paymentmethod-container li label {
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}
ul.paymentmethod-container li label > div {
    margin-right: 10px;
}
.checkout-paymentmethod:checked {
    font-weight: bold;
}
.checkout-cc {    
    width: 50px;
    height: 32px;
    display: inline-block;
}
.MC {
    background-image: url("/assets/i/payments/MasterCard.jpg");

}

.VI {
    background-image: url("/assets/i/payments/visa.jpg");
    
}

.AMEX {
    background-image: url("/assets/i/payments/american-express.jpg");
}

.blank-card {
    background-image: url("/assets/i/payments/blank-card.png");
}
.DISC {
    background-image: url("/assets/i/payments/discover.jpg");
}
.tbl-payment-method tr td img,
.cc-img {
    height: 32px;
    width: 50px;
    margin-right: 5px;
}

.mt10{margin-top:10px;}
.mb10 {
    margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}
/* End Checkout */
/*END: global.css*/
/*Froala styles*/
span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}

span.fr-emoticon {
	font-weight: normal;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

/**********************************************************
template.css
***********************************************************/
.category_detail_page .cd_numitems.zone1 {
	display: inline-block;
}
.category_detail_page .cd_numitems.zone2 {
	display: none;
}

.product-option .incrementor_container {
	display: flex;
	padding: 2px 12px;
	margin-right: 10px;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
	.incrementor_container span.inc_btn {
		padding: 6px 6px;
		text-decoration: none;
		cursor: pointer;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
	}
.product_detail_page #txtQty, .product_detail_page .product-option .incrementor_container input {
	margin: 0 0 0 2px;
	float: none;
}
.product-option form input, .product-option #txtQty, .product-option span input {
	width: 36px;
	height: 32px;
	font-size: 13px;
	color: #555;
	text-align: center;
	margin: 0 7px 0 0;
	background-color: #fff;
	list-style: none;
	border: none !important;
}

@media (max-width: 1024px) {
	.main_search .search-li {
		display: none;
	}
	ul.ofm li {
		display: inline-block;
	}
	ul.ofm li .site-search {
		margin-top: -10px;
		width: 20px;
	}
	.mm-menu a {
		font-size: 16px;
	}
}
/**********************************************************
00_defaults.css
***********************************************************/

 @font-face {
	font-family: "CenturyGothicStd-Bold";
	src: url("https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd-Bold.otf") format("opentype");
}

@font-face {
	font-family: "CenturyGothicStd";
	src: url("https://kwiazurecdn.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd.otf") format("opentype");
}


.category-link-banner {
  margin-bottom: 2rem;
}

.category-link-banner a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center
}

.category-link-banner a span {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 20px;
  width: 100%;
  display: block;
  text-align: center;
}

.category-link-banner a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(64, 63, 63, 0.58);
  width: 100%;
  height: 100%;
}

.category-link-banner a img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: .25s;
}

.category-link-banner a:hover img {
  scale: 1.1
}

@media screen and (max-width: 768px) {
  .category-link-banner .row [class^="col-"] {
    margin-bottom: 2rem;
  }

 .category-link-banner a span { font-size: 14px }
}

 @font-face {
	font-family: "CenturyGothicStd-Bold";
	src: url("https://kwicdnstage.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd-Bold.otf") format("opentype");
}

@font-face {
	font-family: "CenturyGothicStd-BoldItalic";
	src: url("https://kwicdnstage.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd-BoldItalic.otf") format("opentype");
}

@font-face {
	font-family: "CenturyGothicStd-Italic";
	src: url("https://kwicdnstage.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd-Italic.otf") format("opentype");
}


 @font-face {
	font-family: "CenturyGothicStd";
	src: url("https://kwicdnstage.azureedge.net/sitefiles/smu/fonts/CenturyGothicStd.otf") format("opentype");
}



/* 1. Global Styles */
html, .body, h1, h2, h3, h4, h5, h6, p, li { 
    font-style: normal;
	line-height: unset;
}

.body, .modal {
	font-family: 'CenturyGothicStd', sans-serif;
	font-size:12px;
	color: #000;
	--hi-color: #8196B2;
	--def-color: #d1d3d4;
}


h1, .h1, .font1 {
    font-family: 'CenturyGothicStd', sans-serif;
    font-size: 28px;
}

h2, .h2, .font2 {
    font-family: 'CenturyGothicStd', sans-serif;
    font-size: 24px;
}

h3, .h3, .font3 {
    font-family: 'CenturyGothicStd', sans-serif;
    font-size: 18px;
}

h4, .h4, .font4 {
    font-family: 'CenturyGothicStd-Bold', sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: unset;
}

h5, .h5, .font5 {
    font-family: 'CenturyGothicStd-Bold', sans-serif;
    font-size: 14px;
    /* font-weight: bold; */
    padding-bottom: 10px;
    text-transform: uppercase;
}

h6, .h6, .font6 {
    font-family: 'CenturyGothicStd', sans-serif;
    font-size: 12px;
}
.font7 {
}

.font8 {
	font-family: 'CenturyGothicStd', sans-serif, Arial;
	text-transform: uppercase;
}
a {
	color: #464646;
}
a:hover {
	color: #bbb;
}
.footer_main_cr a:hover {
	color: #f95929;
}
a.my-wishlist {
	display: inline-block;
	width: 25px;
}
a.my-account {
	display: inline-block;
	width: 22px;
}
a.my-account:hover {
	color: #f95929;
}

img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.product-text {
}

.large {

}

.small {
}

.btn, .btn:focus {
	background-color: var(--hi-color);
	color: #fff;
	border: none;
	border-radius: 0px;
}
.btn:hover {
	color: #ddd;
}

.btn-default, .btn-default:hover {
	background-color: var(--def-color);
	color: #1d1d1d;
}


@media (max-width: 480px) {
	.btn {
		padding: 10px 18px;
	}
}

.cta, .cta1, .cta2 {
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
}

.cta_btn {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
	background-color: #1d1d1d;
	color: #ffffff;
}

.cta_btn:hover, .cta1:hover, .cta2:hover {
    text-decoration: none;
}

.cta.with-arrow:after, .cta2:after {
    content: "\f178";
    font-family: "FontAwesome";
    width: 23px !important;
    height: 7px !important;
    margin-left: 6px;
    display: inline-block;
}

.cta.with-arrow.white, .cta2.white {
    color: #ffffff !important;
}

.cta.with-arrow.white:after, .cta2.white:after {
    width: 23px !important;
    height: 7px !important;
    margin-left: 6px;
    vertical-align: top;
    display: inline-block;
}

span.cta.store-locator.select-store {
  text-decoration: underline;
  font-weight: bold;
  margin-left: 7px;
  text-transform: none;
}
span.cta.store-locator.selected-store-name {
  font-weight: bold;
  text-transform: capitalize;
}
span.cta.store-locator.change-store {
  text-decoration: underline;
  margin-left: 8px;
}

.owl-nav {
	
}
.owl-carousel .owl-stage {
	margin: 0 auto;
}
.owl-carousel .owl-stage .quick_view a.quick-wish-btn {
	display: none !important;
}
#owl-carousel-product-thumbs {
	position: relative;
}

.category-carousel p {
	font-size: 24px;
	text-align: center;
}
.category_carousel_cr hr {
	display: none;
}
.category_carousel_cr .owl-nav {
	position: absolute !important;
	left: 0px !important;
	right: 0px !important;
	top: 30% !important;
	/* height: 46px !important; */
	height: 0px !important;
	margin: auto !important;
}

.category_carousel_cr .owl-dots {
	display: none;	
}
.owl-next {
	font-size: 0px !important;
	width: 29px !important;
	height: 29px !important;
	border-radius: 50% !important;
	border: none !important;
	background: transparent !important;
	opacity: 1 !important;
	position: relative !important;
	float: right !important;
	margin-right: -5px !important;
	padding: 0px !important;
}
.owl-prev {
	font-size: 0px !important;
	width: 29px !important;
	height: 29px !important;
	border-radius: 50% !important;
	border: none !important;
	background: transparent !important;
	opacity: 1 !important;
	position: relative !important;
	float: left !important;
	margin-left: -5px !important;
	padding: 0px !important;
}
.owl-prev::before, .flex-direction-nav a.flex-prev::before {
	content: "\f053" !important;
	width: 23px !important;
	height: 29px !important;
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	left: 0px !important;
	font-family: 'FontAwesome' !important;
	text-align: center !important;
	line-height: 27px !important;
	font-size: 20px !important;
	color: #000 !important;
}
.owl-next::before, .flex-direction-nav a.flex-next::before {
	content: "\f054" !important;
	width: 29px !important;
	height: 29px !important;
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	left: 0px !important;
	font-family: 'FontAwesome' !important;
	text-align: center !important;
	line-height: 27px !important;
	font-size: 20px !important;
	color: #000 !important;
}

.grey_box_cta {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 12px;
    display: block;
    position: relative;
    background: #ccc;
}

.grey_box_cta a.cta {
    text-align: center;
}


.currencysymbol {
}

input[type=text], input[type=password] {
    width: 100%;
    height: 37px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #666;
    border: solid 1px #d3d3d3;
    background: #fff;
    margin-bottom: 15px;
    padding: 7px 15px;
	border-radius: 0px;
}
textarea {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #666;
    border: solid 1px #d3d3d3;
    background: #fff;
    margin-bottom: 15px;
    padding: 7px 15px;
}
.category_detail_page select {
	border-radius: 0;
	color: #333333;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	max-width: 240px;
	width: 100%;
	border: 1px solid #ddd;
}

input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:not(:checked) + label.css-label1,
input[type="checkbox"]:checked + label.css-label1 {
    position: relative;
    padding: 3px 0 0 25px;
    cursor: pointer;
    font-weight: normal;
    font-size: 12px;
}

/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label.css-label1:before,
input[type="checkbox"]:checked + label.css-label1:before {
    content: '';
    font-family: FontAwesome;
    font-weight: 100;
    padding: 1px 0 0 1px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #aeaeae;
    background: #f8f8f8;
    border-radius: 0px;
    box-shadow: none;
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label.css-label1:after,
input[type="checkbox"]:checked + label.css-label1:after {
    content: '\f00c';
    font-family: FontAwesome;
    font-weight: 100;
    padding: 1px 0 0 1px;
    position: absolute;
    top: 4px;
    left: 0px;
    font-size: 15px;
    line-height: 0.8;
    color: #464646;
}
/* checked mark aspect changes */
input[type="checkbox"]:not(:checked) + label.css-label1:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label.css-label1:after {
    opacity: 1;
}
.css-label2 {
	font-size: 13px;
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before,
input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #ddd;
    background-color: #dddddd;
}

input[type="checkbox"]:disabled:checked + label:after {
    color: #ddd;
}

input[type="checkbox"]:disabled + label {
    color: #ddd;
}
.category_detail_page input[type="checkbox"].css-checkbox + label > img {
	border: 1px solid #000;
}
.category_detail_page input[type="checkbox"].css-checkbox:checked + label > img {
	border-color: #000;
	border-width: 2px;
}
/* accessibility */
input[type="checkbox"]:checked:focus + label:before,
input[type="checkbox"]:not(:checked):focus + label:before {
}

.p-w-r input[type="checkbox"] {
	left: unset;
}


.cta1 {
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.cta1 a {
}

a.cta2, a.cta2:visited, a.cta2:active, a.cta2:hover {
    color: inherit;
}

.cta2 {
    margin-top: 24px;
    display: block;
}



@media (max-width: 960px) {
    h1, .h1, .font1 {
        font-size: 20px;
    }

    h2, .h2, .font2 {
        font-size: 18px;
    }

    h3, .h3, .font3 {
        font-size: 16px;
    }

    h4, .h4, .font4 {
        font-size: 13px;
    }

    h5, .h5, .font5 {
    }

    h6, .h6, .font6 {
    }
    .font8 {
	font-size:8px;
    }

    .cta1 {
    }

    .cta2 {
    }
}

@media (max-width: 768px) {
    h1, .h1, .font1 {
        font-size: 18px;
    }

    h2, .h2, .font2 {
        font-size: 16px;
    }

    h3, .h3, .font3 {
        font-size: 14px;
    }

    h4, .h4, .font4 {
        font-size: 12px;
    }

    .font5 {
    }

    .font6 {
    }

    .cta1 {
    }

    .cta2 {
    }
}


.container, .content_page {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.content_page .page_header, .content_page .breadcrumb {
	max-width: 1370px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 1024px) {
	.hide-on-mobile {
		display: none;
	}
}


.pre-header {
	background-color: rgb(37, 28, 23);
	color: black;
	height: 30px;
	padding: 8px 8px;
	text-transform: uppercase;
	letter-spacing: .5px;
	text-align: center;
}
.pre-header a {
	color: white;
        text-decoration: none;
}
.pre-header .topbar-nav ul {
	list-style: none;
}
.pre-header .topbar-nav ul li {
	float:left;
	padding-left:10px;
}
.pre-header .site-top-header {
	text-align: center;
}

.header {
	border-bottom: 1px solid #e5e5e5;
	letter-spacing: .5px;
}
.header .shop-basket img {
	width: 17px;
	display: inline-block;
}
.header .cart-bag {
	width: 308px;
	line-height: normal;
	background: #fff;
	padding: 15px 15px 10px 15px;
	position: absolute;
	right: 0px;
	border: 1px solid #eee;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	cursor: default;
	color: #1d1d1d;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.header .cart-bag a {
	color: #1d1d1d;
}
.header #cart-items {
	font-size: 12px;
}
.header #cart-items .product-title a, .header #cart-items .product-price {
	font-weight: bold;
}
.header .cb-total {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	text-align: right;
}
.header .cart-product img {
	float: left;
	margin-right: 10px;
}
.header .cart-product {
	clear: both;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
.header .cart-btns .cb-btn-right {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	text-align: right;
}

.header .cart-btns .cb-btn-right a {
	background: #fff;
	font-weight: 400;
	color: #1d1d1d;
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	border: 1px solid var(--hi-color);
}
.header .cart-btns .cb-btn-right a:hover {
	background-color: #eee;
}

.header .topbar-nav .fa {
	font-size: 17px;
}
.header .main_header {
	position:relative;

}
@media (max-width: 1024px) {
	.header .account-li {
		display:none;
	}
	.header .wishlist-li {
		display:none;
	}
	.header .main_header {
		display:block;
	}

}

.cart-li:hover .cart-bag {
	visibility:visible;
	opacity: 1;
}

.header .main_search ul li.search-li {
	right: 100px;
}
@media (max-width: 1024px) {
	
	.cart-li:hover .cart-bag {
		visibility: hidden;
		opacity:0;
	}
	.header .main_search ul li.search-li {
		right: 31px;
	}
	.header .main_search.active {
		width: 99%;
	}
	.header .main_search.active li.search-li {
		left: 50%;
		margin-left: -150px;
	}
}

.header .main_search {
	position: absolute;
	right: 0px;
	top: 28px;
	width: 300px;
}

.header .main_search ul li.account-li {
	right: 70px;
}
.header .main_search ul li.wishlist-li {
	right: 40px;
}
.header .main_search ul li.cart-li {
	right: 0px;
	position: absolute;
	top: -3px;
}
.header img.site-search {
	width:23px;
	display: inline;
	cursor: pointer;
}
.header img.account {
	width: 17px;
}
.header img.wish-list {
	width: 17px;
}
@media (max-width: 1024px) {
	img.site-search {
		display: none;
	}
	.mm-navbars_top .mm-navbar {
		padding: 0 10px;
		background-color: white;
	}
	.mm-navbars_top .mm-navbar .search_cr {
		padding: 3px 0;
	}
}


.header .search-icon .ig-image {
	float: left;
	margin-right: 14px;
}

.header .main_left {
	position: absolute;
	top: 28px;
	text-transform: uppercase;
}
.header .logo_header_cr {
	
}
.header.fixed {
	position: fixed;
	z-index: 999;
	background-color: #fff;
	top: 0;
	width: 100%;
}
.header.fixed .logo_header {
	width:200px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header.fixed .main_nav_cr {
	
}
.header .fixed .header_search, .header .fixed .search-icon {
	top: 3px;
}


.header .logo_header {
	width:257px;
	padding-top:8px;
}

.header .search_products_cr .p_cr p {
	display: inline-block;
	vertical-align: top;
	width:70%;
	padding-left: 15px;
}

@media (max-width: 1024px) {

	.header .logo_header_cr {
		text-align:center;
		float: none;
		width: auto;
		padding-top:4px;
		padding-bottom: 2px;
	}
	.header .logo_header {
		width:200px;
	}
	.header .main_header.fixed {
		display: block;
	}
	.header .main_search {
		top: 11px;
	}
	.header .main_search li.active {
		width: 100%;
	}
	.header .header_search .search_dd_cr {
		width: 100%;
	}

}

.header .main_nav_cr {
	padding-top: 5px;
	text-align: center;
}

.header .navmenu.collapsed {
    position: fixed;
    left: 0px;
    z-index: 999;
    padding-top: 18px;
    background-color: white;
}

.header .nav_replacement {
    display: none;
}
.header .nav_replacement.navstuck {
    display: block;
}
.header ul {
	list-style: none;
	padding-left:5px;
	margin-bottom: 5px;
}
.header .main_nav_cr ul li {
	margin-right: 11px;
	display: inline-block;
	margin-left: 11px;
	font-size: 12px;
	line-height: 26px;
}

.header .main_nav_cr > ul > li .megamenu {
	background: #ffffff;
	left: 0;
	margin: 0;
	padding: 30px 25px 30px 300px;
	position: absolute;
	text-align: left;
	width: 100%;
	z-index: 9;
	border: 2px solid #f1f1f1;
	column-width: 200px;
	visibility: hidden;
	opacity: 0;
	-ms-filter: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header .main_nav_cr > ul > li:hover .megamenu {
	visibility: visible;
	opacity: 1;
	-ms-filter: 1;
}

.header .main_nav_cr > ul > li .megamenu1 a {
	display: block;
	line-height: 20px;
}
.header .main_nav_cr > ul > li .megamenu1 span a:first-child {
	font-weight: bold;
	padding-bottom:6px;
	text-transform: uppercase;
}
.header .main_nav_cr > ul > li .megamenu1 span a:last-child {
	padding-bottom:15px;
}
.header .main_nav_cr > ul > li .megamenu1 span {
	display: inline-block;
}
.header .main_nav_cr .shopMenuLink {
	text-transform: uppercase;
}



.main_nav_cr.site-navigation-menu li {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .main_nav_cr.site-navigation-menu li {
    text-transform: capitalize !important;
  }
}

.site-navigation-submenu {
  text-decoration:none !important;
  text-transform: capitalize !important;
}

/* Main Navigation colors and font-weight - default color: #464646 - Change menu #, color and font weight */


.header .main_nav_cr .dropdown_mmenu.menu9 > a {
  color: rgb(250,88,90);
}

/* End Main Navigation colors and font-weight */





.header .search_cr {
	position: relative;
	white-space: nowrap;
	padding-left: 20px;
}
@media (max-width: 1024px) {
	.header .pull-right {
		display:none;
	}
}
.search_dd_cr {
	white-space: normal;
}
.search_dd_cr .p_img {
	display: inline-block;
}
.search_dd_cr ul {
	list-style: none;
	padding-left: 0px;

}

.header #txtSearchTerms {
	width: 0px;
	border-width: 0;
	border-color: #1d1d1d;
	padding: 0px !important;
	height: auto;
	font-style: normal;
	font-weight: 400;
	color: #000;
	background: #fff;
	margin-bottom: 0px;
	font-size:12px;
   	-webkit-transition: all 0.5s ease;
   	-moz-transition: all 0.5s ease;
   	-o-transition: all 0.5s ease;
 	transition: all 0.5s ease;
}

@media (max-width: 1024px) {
	.header #txtSearchTerms {
		width: 0px;
	}
}

.header #txtSearchTerms::placeholder {
	color: #000;
	opacity: 1;
}

.header .active .search-li #txtSearchTerms {
	width: 155px;
	border-bottom-width: 1px;
	font-size: 14px;
}


.header .search-icon {

}

.header .search_dd_cr, #new-mmenu .search_dd_cr {
	width: 720px;
	font-size: 14px;
	text-align: left;
	padding: 30px 20px;
	background: #ffffff;
	position: absolute;
	top: 40px;
	right: 0;
	border: 1px solid #aaaaaa;
	z-index: 101;
	display: none;
	color: #1d1d1d;
}

@media (max-width: 1024px) {
	.header .search_dd_cr, #new-mmenu .search_dd_cr {
		width: 100%;
	}
	.header .active .search-li #txtSearchTerms {
		width:250px;
	}
}

.header .dropdown_menu {
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.header .d_menu {
    width: 230px;
    background: #fff;
    position: absolute;
    visibility: hidden;
}

.header .d_menu a {
    margin-bottom: 10px;
    display: block;
}

.header .dropdown_menu:hover .d_menu {
    position: absolute;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    padding-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header .only-for-mobile {
	display: none;
}
.header .only-for-mobile-search {
	display: none;
}

.header .only-for-mobile .fa-bars {
	font-size: 26px;
}

@media (max-width: 1024px) {
        .pre-header {
		height: 60px;
		padding-top: 25px;
        }
	.header .only-for-mobile {
		display: block;
		position: absolute;
		top: 69px;
	}
	.header .only-for-mobile-search {
		display: block;
		padding-top: 10px;
	}
	.header .only-for-mobile-search .input-group {
 		width: 100%;
	}
	.header .only-for-mobile-search .input-group .input-group-addon {
 		min-width: 45px;
	}
	
	.header.fixed .only-for-mobile {
		top: 10px;
	}
	.header .main_nav_cr {
		display: none;
	}
}
.mm-menu {
	--mm-color-background: #fff;
	--mm-color-text: #333;
	--mm-color-background-highlight: #fff;
	--mm-color-text-dimmed: #aaa;
	--mm-color-button: #333;
}
.mm-navbar {
	--mm-color-background: #000;
	--mm-color-text-dimmed: #fff;
	--mm-color-button: #fff;
}
.mm-menu .mm-bottom {
	background-color: #eee;
}
.mm-menu .mm-bottom::after {
	border: 0;
}

.main_footer {
	padding: 0 0 10px 0;
	margin-top:16px;
	border-top: 2px solid #000;
}

.main_footer .Top-Message {
	text-align: center;
	width: 100%;
	background-color: LightGray;
	padding-top: 10px;
	text-transform: uppercase;
}
.main_footer .Top-Message a {
	text-decoration: underline;
}
.main_footer .footerSignup {
	padding: 10px 0 5px;
	text-align: center;
	background-color: #eee;
	margin-bottom: 10px;
}
.main_footer .footerSignup div.noWrap {
	display: flex;
	justify-content: center;
}
.main_footer .footerSignup > label {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 30px;
	font-weight: normal;
	padding-right: 10px;
}
.main_footer h3 {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
}
.main_footer .footer_links a {
	text-transform: uppercase;
	font-size: 1.02em;
}
.main_footer .footer_links p {
	margin-bottom: 0;
}
.ftr_social_cr {
	text-align: left;
	padding-top: 20px;
	font-size: 24px;
}

.main_footer .btn-newsletter {
	border: 2px solid #000;
	color: #ffffff;
	padding: 3px;
	display: inline-block;
	background-color: #000;
	height: 36px;
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 16px;
	font-weight: bold;
}

.main_footer .input-newsletter {
	position: relative;
	margin-bottom: 15px;
}

.main_footer .input-newsletter .input_text {
	display: inline-block;
	background: #fff;
	padding: 5px 10px;
	border: none;
	line-height: 30px;
	height: 50px;
	color: #333;
	font-size: 13px;
	width: 80%;
	font-weight: 400;
	text-align: left;
	border-radius: 5px;
}

.main_footer .ftr_social_cr a:before {
	font-size: 30px;
	margin-right: 6px;
	color: #464646;
}
.main_footer .ftr_social_cr a:hover .fa-pinterest:before {
	color: #b62e2e;
}
.main_footer .ftr_social_cr a:hover .fa-twitter:before {
	color: #5da7d7;
}
.main_footer .ftr_social_cr a:hover .fa-facebook:before {
	color: #4e5388;
}
.main_footer .ftr_social_cr a:hover .fa-instagram:before {
	color: #cd865a;
}

.main_footer .footer_copyright {
	padding-top: 18px;
}
.main_footer .footer_main_cr {
	position: relative;
}
.main_footer #backtotop_cr {
	position: absolute;
	right: 0;
}
.main_footer .footer-last {
	border-top: 1px solid #000;
	padding: 6px 0px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 1.05em;
}
.main_footer .footer-last a:hover {
	color: unset;
}

.main_footer .footer-last .logo {
	display: inline-block;
	max-width: 200px;
	margin-right: 10px;
}

.main_footer .footer-last .container {
	text-align: center;
}
.main_footer .footer-last .foot-divider {
    font-size: 1.4em;
    line-height: 17px;
    margin: 7px;
}
.main_footer #emailSignup {
	max-width: 300px;
}
.main_footer .btn-newsletter {
	white-space: nowrap;
}

.cp-list {
	display: inline-block;
	padding-right: 8px;
	vertical-align: top;
}


.cd_product_cr .product-name a {
	font-size: 12px;
	line-height: unset;
	color: #000;
}

.cd_product_cr .product-title a:hover {
	color: unset;
	text-decoration: underline;
}

.cd_product_cr .product-img {
	position:relative;
}

.cd_product_cr .pi-2 {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	/* transform: scale(0.95,0.95); */
}

@media (min-width: 1024px) {
.p-list .product-img:hover .pi-2, 
.productSlider .product-img:hover .pi-2, 
.item .product-img:hover .pi-2, 
.c-product:hover .product-img .pi-2 {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(1, 1);
}
}

.category_detail_page ul.p-list {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-flow: row wrap;
	align-content: flex-end;
	justify-content: left;
	list-style: none;
}

.cp-list {
	width: 25%;
	min-height: 539px;
}

@media (max-width: 991px) {
	.cp-list {
		min-height: 440px;
	}
}

@media (max-width: 767px) {
	.category_detail_page ul.p-list {
		padding-left: 0px;
	}
	.cp-list {
		min-height: 400px;
		width: 33%;
	}
}

@media (max-width: 480px) {
	.category_detail_page ul.p-list {

	}
	.cp-list {
		min-height: 330px;
		width: 50%;
	}
}


.homepage.flexRow {
    display: -webkit-flex;
    display: flex;
    margin: 0px -7px;
    justify-content: space-between;
}

.home-subtitle {
    font-family: 'CenturyGothicStd', 'Oswald', "Nunito Sans", arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2.4px;
    padding-top: 6px;
    color: #000000;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.sub-nav-hp {
    border-bottom: none;
    min-height: 0px;
    float: none;
    padding: 8px 0px 10px;
}
.sub-nav-row1 {
	width: 40%;
}
.flexRow .flexItem {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.categorymenu {
    text-align: center;
}

.categorymenu .tabTop.hovered .tabLink, .categorymenu .tabTop:hover .tabLink, .categorymenu a:focus, .categorymenu a:hover {
    color: #bbb;
}

.categorymenu.subnav {
    overflow: scroll;
}

.categorymenu.subnav .flexItem {
	flex-basis: 20%;
	padding: 0 7px;
}
.categorymenu.subnav a.subnav-item {
    text-transform: uppercase;
    background: #f3f3f3;
    padding: 10px 12px;
    font-size: 15px;
    letter-spacing: 1.8px;
    font-family: 'CenturyGothicStd', 'Oswald', "Nunito Sans", arial, sans-serif;
    font-weight: 300;
}
.categorymenu a, .categorymenu a:visited {
    color: #000;
    display: block;
    padding: 0 11px;
    text-decoration: none;
    white-space: nowrap;
    min-width: 1px;
    letter-spacing: .5px;
}

.breadcrumb {
	padding: 8px 0px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
	background-color: unset;
	text-transform: uppercase;
}
.breadcrumb a {
	color: #909090;
}

.breadcrumb > li + li::before {
	content: '>';
}

.category_detail_page h1 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 20px;
}

.category_detail_page .toggle-trigger, .category_detail_page .toggle-trigger1 {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 7px;
	display: block;
}

.category_detail_page .toggle-content ul {
	padding-left: 15px;
	list-style: none;
}

.category_detail_page .toggle .title {
	padding-bottom: 5px;
	padding-top: 2px;
}

.category_detail_page .toggle-trigger::before {
	color: #333333;
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 12px;
	margin-right: 5px;
}

.category_detail_page .toggle-trigger.active::before {
	content: "\f068";
}

.category_detail_page .toggle-content li {
	padding: 5px 0px;
	font-size: 14px;
}

.category_detail_page .toggle-trigger2::before {
	display: block;
	position: absolute;
	content: "\f067";
	font-family: FontAwesome;
	font-size: 12px;
	top: 0;
	font-weight: normal;
	left: 0px;
}
.category_detail_page .toggle-trigger2.active::before {
	content: "\f068";
}

.category_detail_page .toggle-content2 {
	display: none;
}


.category_detail_page .filterPanel h5 {
	margin-left: 15px;
	left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	cursor: pointer;
}

.category_detail_page h1 {
	margin-top: 0px;
	display: inline-block;
	padding-right: 15px;
}
.category_detail_page .top_sc, .category_detail_page #pnlFilter, .category_detail_page .slider_outer_cr {
	padding: 10px;
	position: relative;
}
.category_detail_page #pnlFilter .filterPanel {
	padding-bottom: 10px;
	position: relative;
}
.category_detail_page .sidebarSubHeading {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 13px;
	padding: 0 0 10px;
	position: relative;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.category_detail_page .selSubCatLink {
	font-weight: bold;
}
.category_detail_page .tiny-swatch-list {
	padding-top: 10px;
}
.category_detail_page .tiny-swatch {
	display: none;
}
.category_detail_page .show-swatch .tiny-swatch {
	display: inline-block;
	margin-right: 5px;
}
.category_detail_page .tiny-swatch a {
	display: block;
	border: 1px solid #000;
	width: 16px;
	height: 16px;
	overflow: hidden;
}
.category_detail_page .slider_outer_cr .updating_cr {
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	visibility: hidden;
	opacity: 0;
}
.category_detail_page .slider_outer_cr .updating_cr.shown {
	visibility: visible;
	opacity: 1;
}

.category_detail_page .slider_outer_cr .updating_cr p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.category_detail_page .slider_outer_cr .slider-g {
	text-align:center;
}

.category_detail_page .sort_holder {
	padding: 7px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

.category_detail_page .sort_by_dd_cr {
	display: flex;
}

.category_detail_page .sort_by_dd_cr label {
	padding: 5px 7px 0 0;
}

.category_detail_page .bot_p_filter .sort_by_dd_cr  {
	display: none;
}

.category_detail_page .bot_p_filter .sort_holder  {
	margin-bottom: 30px;
}

.category_detail_page .bot_p_filter .items_num_of_num_holder_bottom  {
	padding-top: 10px;
}


.category_detail_page .p-filter  {
	margin-bottom: 15px;
}

.category_detail_page .show_dd_cr {
	display:none;
}
.category_detail_page .item_numbers_top {
	margin-left: auto;
}
.category_detail_page .item_numbers_top .items_num_of_num {
	display:none;
}
.category_detail_page .pagination {
	margin: 0px;
}
.category_detail_page .pagination .active, .category_detail_page .pagination .active:hover {
	background-color: var(--hi-color);
	color: white;
}
.category_detail_page .pagination .prev .pages-indicator, .category_detail_page .pagination .next .pages-indicator {
	display:none;
}
.category_detail_page .pagination > li > a, .category_detail_page .pagination > li > span {
	padding: 6px 10px;
	border: 1px solid #ddd;
	margin: 0 4px;
}

.category_detail_page .category-banner {
	display: inline-block;
}
.category_detail_page .aside {
	display: block;
	border: 1px solid #cacaca;
}

.category_detail_page #sidebar_mobile_btn_cr {
	margin-bottom: 15px;
	display: none;
}
.category_detail_page .catalog-description-copy > p {
    text-align: left;
    margin: 1% 0%;
}
.category_detail_page .toggle1 {
	margin-left: 13px;
}
.category_detail_page .cd_numitems {
	display: inline-block;
	color: #777;
}


.product-title .brand-name {
	color: #4a4a4a !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none !important;
}
.product-title .brand-name a:hover {
	text-decoration: none !important;
}
.product-price {
	font-size: 13px;
	color: #000;
}

.qvQuantity .incrementor_container {
	display:none;
}
.quick_view {
	position: absolute;
	bottom: 12px;
	width: 100%;
}
.quick_view .quick-view-btn {
	display: block;
}
.quick_view .quick-view-btn {
	font-size: 11px;
	vertical-align: middle;
	padding: 3px;
	background: #000;
	height: 20px;
	text-align: center;
	border-radius: 4px;
	visibility: hidden;
	width: 81px;
	text-transform: uppercase;
	color: white;
}
.cd_product_cr:hover .quick_view .quick-view-btn {
	visibility: visible;
	opacity: .52;
	-ms-filter: 1;
}
.cd_product_cr:hover .quick_view .quick-view-btn:hover {
	opacity: 0.8;
	background-color: #000;
}
.quick_view .quick-view-btn:hover {
	background: var(--hi-color);
	color: #ffffff;
}

.quickview-modal .productNameAndPrice {
	font-size: 13px;
}
.quickview-modal .quickViewPrice {
	font-size: 13px;
	padding: 10px 0px;
}
.quickview-modal #qvPrice {
	display: block;
}
.quickview-modal .strikePrice {
	color: #888;
	text-decoration: none;
}
.quickview-modal .strikePrice::before {
	content: 'WAS ';
}
.quickview-modal .ourPriceDiv {
	display: block;
}
.quickview-modal .youSave {
	font-weight: bold;
}
.quickview-modal .salePriceDiv {
	color: #B50000;
}
.quickview-modal .productPricingAndPromotions label {
	margin-bottom: 0px;
}
#btnAddToCart, #btnQVAddToCart {
	background-color: #000;
	border-radius: 0px;
	font-size: 12px;
	text-transform: uppercase;
        width:350px;
        letter-spacing:1px;
}

.quickview-modal .qv-details-btn2 {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.quickview-modal .modal_full_details, .quickview-modal .qv_in_stock {
	font-size: 13px;
}
#selectedColorLabel {
	text-transform: uppercase;
}

.badge_cr {
	position: relative;
}
.badge-item {
	color: #0352c7;
	top: 10px;
	font-weight: bold;
}
.product-single .badge-item {
	padding-bottom: 10px;
}

.badge-item.sale::before {
	content: url('http://cdn-stage.kwi.com/images/resized/20/sitefiles/smu/upload/icons/sustainability.png');
}


.shipping-cta {
	color: #0352c7;
	font-weight: bold;
	font-size: 12px;
}
.product-single .shipping-cta {
	padding-bottom: 10px;
}
.product-single-info .shipping-cta {
	font-size: 20px;
	padding-top: 5px;
}

.wish-btn {
	color: var(--hi-color);
}




@media (max-width: 991px) {
	.category_detail_page #categorySidebar {
		display: none;
	}
	.category_detail_page #sidebar_mobile_btn_cr {
		display: block;
	}
}

.color_swatches_repeater {
	border: 1px solid #637482;
        border-radius:50%;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;

}
.color_swatches_repeater img {
        border-radius:50%;
        padding:1px;

}

.color_swatches_repeater a {
	border-radius: 50%;
	display: block;
	height: 32px;
	width: 32px;
	overflow: hidden;
}
.color_swatches_container a.ec_SwatchImageSelected, .color_swatches_repeater .active, a.ec_CollectionsSwatchImageSelected  {
	border: 1px solid #637482;
        border-radius:50%;
	display: block;
	height: 32px;
	width: 32px;
	overflow: hidden;
}

.color_swatches_repeater a:hover {
	box-shadow: 0 0 0 2pt #737373;
}


.product-option {
	
}
.product_name {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.wish-btn {
	background-color: #fff;
	color: #000;
	font-size: 24px;
        padding-top: 0;
        /**margin-top: 2px; */
        padding-left: 20px;
}
.wish-btn a:hover {
	color: #d1d1d1;
}

.add_to_wishlist_container {
	margin-left: 0px;

}
.variantValue ul {
	list-style: none;
	padding-left: 0;
}
.variantValue ul li {
	display: inline-block;
	padding-bottom: 10px;
}
.variantValue a {
	display: block;
	background-color:#d1d1d1;
	padding: 8px 18px;
	margin-right: 10px;
	color: #000;
	font-weight: bold;
}

.variantValue a.selectedSize {
	background-color: #ebebeb;
        text-decoration: none;
        border:solid 2px #d1d1d1;
}


.product-social-sharing label {
	display: block;
	font-size: 12px;
	font-weight: 600;
}
.product-social-sharing ul {
	list-style:none;
	padding-left: 0px !important;
}
.product-social-sharing ul li {
	display: inline-block;
	margin-right: 8px;
}
.product-social-sharing ul li a {
	border-radius: 3px;
	height: 25px;
	width: 25px;
	background: #333;
	text-align: center;
	line-height: 25px;
	color: #fff;
	display: inline-block;
}
.youSave {
	color: #888;
}

.product-single .price-panel {
	font-size: 18px;
	margin-bottom: 15px;
}
.price_and_rating_container .rating {
	display: block;
	margin-bottom: 15px;
}
.price_and_rating_container .rating .star {
	display: inline-block;
}

.price_and_rating_container #reviewLink {
	display: block;
}

.price label {
	margin-bottom: 0px;
}

.ourPriceDiv {
	font-weight: bold;
	display: inline-block;
}
.salePriceDiv {
	display: inline-block;
	color: #B50000;
	text-transform: uppercase;
}
.strikePrice {
	color: #888;
}
.cd_product_cr .strikePrice {
	color: #000;
	text-decoration: line-through;
}
.salePrice {
	font-weight: bold;
	margin-right: 8px;
}
.product-single .ourPriceDiv {
	display: block;
}
.product-single .strikePrice::before {
	content: 'WAS ';
}
#sizeChartLinkMobile {
	display:none;
}

wi-widget h2, .title_with_line_separator {
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 24px;
}
.col-xs-12.title_with_line_separator {
	padding-left: 0px;
	padding-right: 0px;
}

.product_detail_page h6, .quickview-modal h6 {
	font-size: 13px;
}
.product_detail_page .product-single {
	margin-bottom: 50px;

}
.product_detail_page .product-single-info {
	font-size: 12px;
}
.product_detail_page .product-single-info h1 {
	margin-top: 0px;
}

.product_detail_page .review-name {
	margin-top: 20px;
}

.product_detail_page .product_review {
	margin-top: 15px;
}

.product_detail_page .product_review .rpt-date {
	margin-top: 10px;
}
.product_detail_page .product_review .review_thumb {
	margin-right: 20px;
	min-width: 8%;
}
.product_detail_page .product_review h4 {
	font-size: 18px;
	line-height: 24px;
}

.product_detail_page .product_review .review_date {
	margin-top: 5px;
}
.product_detail_page .product_review .review_details p {
	margin-top: 10px;
}
.product_detail_page #btnLocate {
	color: var(--hi-color);
	padding-bottom: 15px;
	text-decoration: unset;
	display: block;
}

.product_detail_page .productbrand a {
        font-family: 'CenturyGothicStd', 'Crimson Text', serif;
	font-weight: normal;
	font-size: 24px;
	display: block;
        letter-spacing:1.5px;
        text-transform:uppercase;
}

.product_detail_page .productbrand .site-product-title {
        font-family: 'CenturyGothicStd', 'Crimson Text', serif;
	font-size: 14px;
	display: block;
	font-weight: normal;
        letter-spacing:1.5px;
        text-transform:uppercase;
}

.product_detail_page #gal1 .active {
	border: 1px solid #000;
}
.product_detail_page #gal1 .image-thumb:hover {
	border: 1px solid #000;
}
.product_detail_page #gal1 {
	margin-bottom: 50px;
}
.product_detail_page .ourPriceDiv {
	font-weight: normal;
}

.product_detail_page .color_swatches_container .product_color {
	font-weight: normal;
	font-size: 13px;
}
.product_detail_page .related_items_cr .title {
	text-align: center;
}
.product_detail_page .recently_viewed_items_cr .title {
	text-align: center;
}
.product_detail_page #care_tab {
	margin-top: 15px;
}
.product_detail_page .final_sale_text {
	font-size: 10px;
	color: #000 !important;
	padding-bottom:20px;
	font-weight: bold;
}


.product_color {
	font-weight: bold;
}
.product_color #selectedColorLabel {
	font-weight: normal;
}

.product-option {
	padding: 15px 0px 25px 0;
}
.product-details-tab .nav {
	justify-content: center;
	border-bottom: 1px solid #ddd;
}
input.num_inc {
	width: 45px;
	padding: 4px 8px;
	height: 30px;
}

.nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.product-details-tab .nav li {
	margin: 0 10px;
}
.product-details-tab .nav li a::before {
	content: "";
	background: var(--hi-color);
	width: 0%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	-ms-filter: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.product-details-tab .nav li a {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-bottom: 20px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: relative;
}
.nav {
	list-style: none;
}

.product-details-tab .nav li:hover > a::before {
	visibility: visible;
	opacity: 1;
	-ms-filter: 1;
	width: 100%;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

.product-details-tab .nav li.active a {
	color: var(--hi-color);
}
.product-details-tab .nav li.active a::before {
	visibility: visible;
	opacity: 1;
	-ms-filter: 1;
	width: 100%;
}
.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}


ul.feature_list {
	list-style: none;
}
.feature_list li {
	margin-bottom: 10px;
	font-size: 15px;
}
.feature_list li i {
	margin-right: 10px;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #444;
	text-align: center;
	font-size: 10px;
	border-radius: 50%;
}

.view_cart_page .cartProduct {
	font-weight: bold;
}


.border_outline_btn {
	font-size: 11px;
	cursor: pointer;
	padding: 10px;
	display: block;
	text-align: center;
	background-color: var(--hi-color);
	color: white;
}


.shop_by_look_page .mobile_title {
    display: none;
}
.shop_by_look_page .youSave {
	display: none;
}

/* 6.1 More Products (New collections repeater addon) */

.product_detail_page .more_products .color_swatches_container {
    margin-top: 0;
}

.product_detail_page .more_products .sbl_repeater {
    margin-bottom: 20px;
}

.product_detail_page .more_products .sbl_repeater .border_outline_btn {
    max-width: 150px;
}
/*
.product_detail_page .more_products .product-size {
	margin-top: 10px !important;
}
*/

.product_detail_page .product-size ul {
    margin-top: 10px;
}

.product_detail_page .more_products .btnAddToBag {
    cursor: pointer !important;
    /*float: right;*/
}

.product_detail_page .more_products div.variantValue {
    margin-bottom: 10px;
}

.product_detail_page .more_products .lookList {
    line-height: 22px;
}

.product_detail_page .more_products .salePriceDiv {
    display: block;
    float: left;
    text-align: left;
    margin: 0;
}

.product_detail_page .more_products .ourPriceDiv .strikePrice {
    margin-left: -10px;
}
.product_detail_page .product_desc h2 {
	margin-top: 20px !important;
	font-weight: bold;
	font-size: 12px !important;
}
.product_detail_page .product_desc ul {
	padding-left: 15px;
}

.row.sbl_repeater.collection-div .salePrice {
    float: none;
}


.incrementor_container {
    float: left;
    margin-right: 10px;
    display: none;
}

    .incrementor_container span.inc_btn {
        padding: 4px 6px;
        text-decoration: none;
        cursor: pointer;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
    }

    .incrementor_container a:hover {
        text-decoration: none;
        color: #666;
    }
.store_page h1 {
	font-size: 20px;
}

/* Margin-Padding */
.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}
.pt-10 {
	padding-top: 10px;
}

.mr-20 {
	margin-right: 20px;
}

/* Font Weights */
.fwbold {
	font-weight: bold;
}
.fw400 {
	font-weight: 400;
}
.fw700 {
	font-weight: 700;
}

@media screen and (max-width:568px){
	.mobile-hide { display:none !important;; }
}
@media screen and (min-width:569px){
	.desktop-hide { display:none !important; }
}


/* PDP Sale Price Override */
span#cphContent_ctl02_lblPromoPrice.promoPrice {
	color: #B50000;
	font-weight:900;
}


/* Hide-Display BOPIS
.check_stores_cr {
       display: none !important;
}
*/

/* Pickup In Store Overrides */

a.nearby_stores_btn {
    font-size: 12px !important;
    color: #8196b2 !important;
    border: solid 2px #8196B2;
    padding: 4px 8px;
    margin-bottom: 12px;
    display: inline-block;
}
a:hover.nearby_stores_btn {
    color: #d1d3d4 !important;
}
a#btnLocate.nearby_stores_btn {
    font-size: 14px !important;	
    color: var(--hi-color) !important;
    border:none !important;
}
.product_detail_page .product_desc h2 {
    font-size:12px;
}
	
/* End Pickup In Store Overrides */


/* HyperText Overrides */

.PageContentSlot a {
    color:#167a92;
    text-decoration:underline;

}
.PageContentSlot a:hover {
    text-decoration:none !important;
}
.categorymenu.subnav, a.subnav-item {
    color:#000;
    text-decoration:none;
    overflow:scroll; 
}
a:hover.subnav-item {
    color:#d1d3d4;
    text-decoration:none;    
}
.brand-name a {
    color: #4a4a4a !important;
    text-decoration: none !important;
}
.product-name a {
    color: #4a4a4a !important;
    text-decoration: none !important;
}
.product-name a:hover {
    text-decoration:underline !important;
}
.quick_view a {
    text-decoration: none !important;
}
.cd_description a {
    color:#167a92;
    text-decoration:underline;
}
.cd_description a:hover {
    text-decoration:none;
}

/* End HyperText Overrides */

							  

/* Hide In Stock Amounts on PDP and QuickView */
.qv_in_stock {
    display:none !important;
}
.spnInStock {
    display:none !important;
																													 
}

/* PDP Style Overrides */

.product-single-info {
    font-family: 'CenturyGothicStd', sans-serif;
}

.p-w-r .pr-star-v4-0-filled {
    background-image: url(https://kwiazurecdn.azureedge.net/images/resized/381/269/sitefiles/smu/gallery/icons-6.png?addbg=false);
}

.p-w-r input:focus+label.pr-star-v4, .p-w-r input:focus+label.pr-star-v4-100-filled {
    background-color: transparent;
}

    
.pr-snippet-rating-decimal {
    display:none !important;
}
.p-w-r {
    color: #000 !important;
    font-family: 'Montserrat', serif;
    font-size: 12px;
    font-weight: normal !important;
    margin:0px;
}
.p-w-r a {
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: underline;
}
.p-w-r a:hover {
    color: #999 !important;
    text-decoration:none !important;
}
.product-single .badge-item {
    color: #000 !important;    
    font-size:14px !important;
    font-weight:600 !important;
}
.product-single .badge-item.sale {
    color: #000 !important;    
    font-size:12px !important;
    font-weight:normal !important;
}

.price label {
    font-size: 15.5px !important;
    font-weight: 600 !important;
    letter-spacing:1px;
}
.salePriceDiv .salePrice {
    color:#b50000 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
div.price-panel .promoPrice {
    font-size:14px !important;
    font-weight:normal !important;
}
.strikePrice, .youSave {
    color: #637482;
    font-size: 14px !important;
    font-weight: normal !important;
}


.product_detail_page .promoPriceDesc {
    color:#000 !important;
    max-width:390px;
    letter-spacing:0px !important;
}
.product_detail_page .promoPriceDesc span {
    color:#000 !important;
    font-weight:normal !important;
}

.product_detail_page .final_sale_text {
    font-weight:normal !important;
}
.product-single .shipping-cta {
    color: #000;    
    font-size:14px;
    font-weight:normal !important;
}
.product_detail_page .product_desc h2 {
    text-transform: uppercase;
}
	
.product-social-sharing label {
    text-transform:uppercase;
    margin-top:20px;
}
.sizeChartDiv > img {
    display:none !important;
}
.sizeChartDiv a {
    color:#000 !important;
    text-decoration:underline !important;
}
.sizeChartDiv a:hover {
    color:#999;
    text-decoration:none !important;
}
#cphContent_quantity {
    margin:10px 0px;
}
.product-option {
    padding: 15px 0 10px 0 !important;
}
.product_detail_page #care_tab {
    margin-top: 5px;
    font-size: 12px;
}
a.nearby_stores_btn {
    color: #000 !important;
    background-color: #d1d1d1; 
    border: none;
    width: 350px;
    padding: 10px 8px;
    font-weight: normal;
    text-align: center;
    text-transform:uppercase;
    letter-spacing:1px;
}
a:hover.nearby_stores_btn {
    color:#999 !important;
}
a#btnLocate.nearby_stores_btn i.fa.fa-map-marker {
    display:none;
}
a#btnLocate.nearby_stores_btn {
    background-color:#fff;
    text-align:left;
    color:#000 !important;
    padding: 5px 0;
    text-transform: capitalize;
    text-decoration: underline !important;
    letter-spacing:0px

}
a:hover#btnLocate.nearby_stores_btn {
    color:#999 !important;
    text-decoration:none !important;
}
a.nearby_stores_btn {
    letter-spacing: 1px;
}
.site-product-description {
    font-size:12px;
}


/* Quick View Modal Overrides */
a.brand_name_link  {
    font-family: 'CenturyGothicStd', 'Crimson Text', serif;
    font-weight: normal;
    font-size: 18px;
    display: block;
    letter-spacing:1.5px;
    text-transform:uppercase;
}	
a#btnQVAddToCart.btn.add-btn {
     width:250px !important;
}

/* PowerReviews CSS Overrides */
.pr-snippet-rating-decimal {
    display:none !important;
}
.p-w-r {
    color: #000 !important;
    font-family: 'Montserrat', serif;
    font-size: 12px;
    font-weight: normal !important;
    margin:0px;
}
.p-w-r a {
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: underline;
}
.p-w-r a:hover {
    color: #999 !important;
    text-decoration:none !important;
}
.p-w-r .pr-star-v4-0-filled {
    background-image: url(https://kwiazurecdn.azureedge.net/images/resized/381/269/sitefiles/smu/gallery/icons-6.png?addbg=false);
}

.p-w-r .pr-star-v4-100-filled {
    background-image: url(https://kwiazurecdn.azureedge.net/images/resized/381/269/sitefiles/smu/gallery/icons-7.png?addbg=false);
}

.p-w-r .pr-star-v4-50-filled {
   background-image: url(https://kwiazurecdn.azureedge.net/sitefiles/smu/widget/images/pr-star-50-lrg_637517693760674583.png);
}
.p-w-r .pr-star-v4-25-filled {
   background-image: url(https://kwiazurecdn.azureedge.net/sitefiles/smu/widget/images/pr-star-50-lrg_637517693760674583.png);
}
.p-w-r .pr-rd-flag-review-btn {
    text-decoration: underline;
    color: #000;
}

.p-w-r .pr-review-snippet-container .pr-snippet-slider-root {
    display:none;
}

.p-w-r .pr-accordion .pr-accordion-btn span {
    color: #000;
}
.p-w-r .pr-read-review a, .p-w-r .pr-review-display a {
    color: #000;
}
.p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-simple {
    display: none;
}
h1.pr-headline {
    font-size: 20px !important;
    font-weight: 600 !important;
} 
svg.pr-snapshot-logo {
    height: 35px !important;
    width: 105px !important;
}	
/* PLP font/color Overrides */	

.category_detail_page {
    font-family: 'CenturyGothicStd', 'Montserrat', sans-serif;
}
.category_detail_page .filterPanel h5,.category_detail_page .filterPanel .h5, .category_detail_page .filterPanel .font5 {
    font-family: 'CenturyGothicStd', 'Montserrat', sans-serif !important;
} 
.category_detail_page h1, .cd_numitems, .category_detail_page .brand-name a, .category_detail_page .cd_product_cr .product-name a {
    font-family: 'CenturyGothicStd', 'Crimson Text', serif !important;
}
.category_detail_page .product-title .brand-name {
    font-size: 13px;
    line-height: 10px;
    padding-top: 10px;
}
.category_detail_page .ourPriceDiv, .category_detail_page .ourPriceDiv .salePrice {
    font-weight: 600 !important;
}	
.category_detail_page .tiny-swatch a {
    border-radius: 50%;
}
.category_detail_page .badge-item {
    color: #4a4a4a;
}

.button {
  display: inline-block;
  border:2px;
  background-color: white;
  text-align: center;
  font-size: 12px;
  color: black;
  padding: 10px;
  width: 150px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin: 4px 2px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: white;
  background-color: transparent;
}

.button span:after {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -15px;
  transition: color 0.45s color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
  z-index: 1;
  background-color: transparent;
  border:1px solid white; 
  color: white;
}

.button:hover {
	background-color: transparent;
    border:1px solid white; 
	color: white;
}

.button:hover a {
	color: white;
}

.button a {
color: black;
text-decoration: none;
transition-duration: 0.4s;
}

.button a:hover {
 color: white; 
 text-decoration: none;
 border: none;
 transition: 0.5s;
}


button:hover span {
  color: white;
  background-color: transparent;
}

button:hover span:after {
  opacity: 1;
  right: 0;
  color: white;
  background-color: transparent;
}

#more {
display: none;
}

/** MAX CONNECT STYLES */



@media (max-width: 1024px) {
    .homepage.sub-nav-hp { flex-wrap: wrap; justify-content: center }

    .homepage.sub-nav-hp .flexItem { margin-bottom: 10px; }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .homepage.sub-nav-hp .flexItem { max-width: 250px;}
}

@media (max-width: 481px) {
    .homepage.sub-nav-hp .flexItem { width: 45%;}

    .homepage.sub-nav-hp .flexItem a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}

.homepage.sub-nav-hp .flexItem a { padding: 12px !important }

.ig-style-container { max-width: unset !important; }

.ig-style-container .button, .ig-caption .button { padding: 16px 10px }

h3.footer_heading { margin-top: 10px; }

.container-fluid {max-width:1400px;}

@media (min-width: 1024px) {
	div.header:not(.fixed) img.logo_header { margin-bottom: 20px; }
}

#categorySidebar #pnlFilter::before { 
    content: 'Filter By:';
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px; 
}

/** Fix for product page overflowing */

.page_div.container.product_detail_page { overflow-x: hidden; }

/** Fix for About page sidebar menu items */
nav#cs-navbar div.navbar-collapse > li.dropdown a {
	padding: 12px 15px;
	display: block;
	color: #777;
}


nav#cs-navbar div.navbar-collapse > li.dropdown a:hover {
	color: #b5b5b5;
}

.form-group label:not(.no-inherit label) {
    position: relative;
    left: 0;
    top: 0;
}

.p-w-r .btn-group .pr-btn, .p-w-r .btn-group .pr-btn:hover, .p-w-r .btn-group .pr-btn:focus {
    background-color: #d1d1d1;
    color: #000;
    font-weight: bold;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 0;
}

.p-w-r .btn-group .pr-btn.active {
    background-color: #ebebeb;
    color: #000;
    font-weight: bold;
    padding: 8px 18px;
    border: solid 2px #d1d1d1;
}

.p-w-r .pr-btn-review, .p-w-r .pr-btn-review:hover, .p-w-r .pr-btn-review:focus, .btn.btn-primary, .btn.small-btn {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
}

.btn.small-btn {
    text-transform: none;
}

.p-w-r .pr-content-collection-form .pr-media-modal .pr-cross-icon__line, .p-w-r .pr-media-modal .button__close:focus .pr-cross-icon__line, .p-w-r .pr-media-modal .button__close:hover .pr-cross-icon__line {
    stroke: black;
}

.p-w-r .pr-media-modal .button__close:focus {
    box-shadow: none;
}

.checkout_btn:focus, .checkout_btn:active {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.enter_promo_title_cr, .enter_gift_title_cr {
    position: relative;
}

.enter_promo_title_cr a.enter_promo_tgle_btn, .enter_gift_title_cr a.enter_gift_tgle_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 75%;
}

.enter_promo_tgle_btn .fa, .enter_gift_tgle_btn .fa {
    float: right;
    margin-top: 20px;
}

.acsb-trigger.acsb-trigger-position-x-right.acsb-mobile {
    left: 5px !important;
    margin-bottom: 5px;
}

/* Removed per email with Lindsay on 4/17/22 RE: Pop-up issues
.needsclick.kl-teaser-WugPAU.undefined.kl-private-reset-css-Xuajs1 {
    margin: auto !important;
    right: 0;
}
*/

/* BUTTON UPDATES */
.search-button.btn.main_btn,
#loadMoreProducts .btn-black,
.btn.update_cart_btn.color_btn6.alt_btn1.pull-right, .modal-footer .btn.main_btn {
    background-color: #333;
    text-transform: uppercase;
}

.shopping-cart-page .cart-totals { display: none!important }

.modalContinueShopping { text-transform: uppercase; }

.btn.update_cart_btn.color_btn6.alt_btn1.pull-right {
    margin-bottom: 10px;
}

.wi-widget.shopping-cart.clearfix>div.desktop-hide {
    padding-left: 10px;
    padding-right: 10px;
}

.btn.main_btn {
	margin-bottom: 1rem;
}

.check-out .main_btn {
	font-weight: normal;
}

.continue_shopping_btn {
	padding: 10px 30px;
	border: 1px solid #333;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.shopping-cart-details {
	display: flex;
	flex-direction: column;
	align-items: end;
	padding: 0 15px;
}

.view_cart_page .shopping-cart-details {
padding: 0;
}

.update_cart_btn {
	margin-top: 16px;
}

div#cphContent_pnlCartEmpty br { display: none }

.shopping-cart-data { padding: 0 !important }

#cphContent_hrRegister { text-transform: uppercase; }

.row.login_content_container { display: flex; align-items: end; }

.row.login_content_container .login_right { margin-bottom: 48px; margin-left: -162px; }

.cartTitle h1.reviewHeading { text-transform: uppercase; }

.store-selector-cta {
  background-color: #f9f9f9;
  padding: 1.5rem;
  font-size: 14px;
}

@media screen and (min-width: 768px){
	section.product-single #gal1 .add_to_wishlist_container {
		display: none!important;
	}
}

section.product-single #gal1 .add_to_wishlist_container {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 5;
}


section.product-single #gal1 .add_to_wishlist_container .btn {
	padding: 15px !important;
	background: rgba(0,0,0,.2);
	color: #fff;
	transition: .125s;
}

section.product-single #gal1 .add_to_wishlist_container .btn:focus,
section.product-single #gal1 .add_to_wishlist_container .btn:active {
	background: rgba(0,0,0,.2) !important;
}

section.product-single #gal1 .add_to_wishlist_container .btn i {
	color: white;
}

section.product-single #gal1 .add_to_wishlist_container .btn:hover {
	background: rgba(0,0,0,.5);
}

section.product-single #gal1 .add_to_wishlist_container .btn.in-wishlist i {
	animation: 0.3s addToWishlist;
}
/*.owl-item .salePrice { display:none !important; }*/

@keyframes addToWishlist {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
}

/* UPDATE MOBILE MENU STYLES */
#new-mmenu .mm-panel { padding-top: 60px !important; }

#new-mmenu #mm-1 .mm-navbar { display: none !important; }

#mm-1.mm-panel_has-navbar { padding-top: 0 !important; }

ul.mm-listview li.mm-listitem a.mm-listitem__text { 
	font-size: 15px;
	letter-spacing: 1.8px;
	font-family: 'CenturyGothicStd', 'Oswald', "Nunito Sans", arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

#new-mmenu .mm-navbar {
	background: white;
	height: 60px;
}

#new-mmenu .mm-navbar a {
	color: black;
	font-size: 15px;
	letter-spacing: 1.8px;
	font-family: 'CenturyGothicStd', 'Oswald', "Nunito Sans", arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#new-mmenu .mm-btn_prev::before { border-color: black !important }

.mm-btn::after, .mm-btn::before { border-width: 1px; }

.mm-btn_next::after, .mm-btn_prev::before { width: 10px; height: 10px; }

html.mm-wrapper_opening .mm-wrapper__blocker.mm-slideout {
	background: rgba(0,0,0,.3);
}

div.owl-nav button {
	border-radius: 0 !important;
	margin: 5px !important;
}

div.owl-nav button.owl-next::before, div.owl-nav button.owl-prev::before {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.75);
	width: 29px !important;
	height: 29 px !important;
	
	
}

.related_items_cr h2,
.recently_viewed_items_cr h2 {
	font-family: 'CenturyGothicStd', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}

.p-w-r .btn-group .pr-btn, .p-w-r .btn-group .pr-btn:hover, .p-w-r .btn-group .pr-btn:focus {
    background-color: #d1d1d1;
    color: #000;
    font-weight: bold;
    padding: 8px 18px;
    cursor: pointer;
    border-radius: 0;
}

.p-w-r .btn-group .pr-btn.active {
    background-color: #ebebeb;
    color: #000;
    font-weight: bold;
    padding: 8px 18px;
    border: solid 2px #d1d1d1;
}

.p-w-r .pr-btn-review, .p-w-r .pr-btn-review:hover, .p-w-r .pr-btn-review:focus {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
}

.p-w-r .pr-content-collection-form .pr-media-modal .pr-cross-icon__line, .p-w-r .pr-media-modal .button__close:focus .pr-cross-icon__line, .p-w-r .pr-media-modal .button__close:hover .pr-cross-icon__line {
    stroke: black;
}

.p-w-r .pr-media-modal .button__close:focus {
    box-shadow: none;
}

.checkout_btn:focus, .checkout_btn:active {
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
}

.enter_promo_title_cr, .enter_gift_title_cr {
    position: relative;
}

.enter_promo_title_cr a.enter_promo_tgle_btn, .enter_gift_title_cr a.enter_gift_tgle_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.enter_promo_tgle_btn .fa, .enter_gift_tgle_btn .fa {
    float: right;
    margin-top: 20px;
}

form.pr-war * {
    font-family: 'CenturyGothicStd', sans-serif !important;
}

form.pr-war .btn-group .pr-btn {
    border: solid 1px #ffffff !important;
    background: #ffffff !important;
}

.p-w-r input:focus+label.pr-btn, 
.p-w-r input:focus+label.pr-label-control {
    box-shadow: none !important
}

form.pr-war .btn-group .pr-btn:hover,
form.pr-war .btn-group .pr-btn.active {
    border-color: #d1d1d1 !important;
}

form.pr-war .pr-file-input-btn-group button,
form.pr-war .pr-footer button {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
    text-transform: none !important;
    font-weight: normal !important;
}

.p-w-r form.pr-war .form-control:focus {
    box-shadow: 0 0 0 2px #000000 !important;
}

.p-w-r .pr-star-v4-0-filled,
.p-w-r .pr-star-v4-100-filled {
    height: 19px !important;
    width: 20px !important;
    background-position: contain;
    background-color: #ffffff !important;	
}

.p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4, 
.p-w-r .pr-snippet .pr-snippet-stars-png .pr-star-v4-0-filled {
    /*height: 19px !important;*/
    /*width: 20px !important;*/
    height: 12px !important;
    width: 12px !important;
    margin: 0;
    padding: 0 !important;
}

.product-single .product-single-info {
    position: relative;
}

.product-single #pr-reviewsnippet {
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .product-single #pr-reviewsnippet {
        top: -50px;
    }
}

.product-single .product-single-info .productbrand.productname {
    margin-top: 40px;
}

/* empty star */
.p-w-r .pr-star-v4-0-filled {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzEuNiAxMjUuMiI+PHN0eWxlPi53cml0ZS1yZXZpZXctc3Rhci1lbXB0eS1jbHMtMXtzdHJva2U6Izk0OTQ5NDtzdHJva2Utd2lkdGg6M3B4O2ZpbGw6I2ZkZmRmOX08L3N0eWxlPjxwYXRoIGNsYXNzPSJ3cml0ZS1yZXZpZXctc3Rhci1lbXB0eS1jbHMtMSIgZD0iTTEzMS42IDQ3LjZIODEuNEw2NS44IDAgNTAuMiA0Ny42IDAgNDcuOGw0MC40IDMwLTE1LjIgNDcuNCA0MC42LTI5LjQgNDAuOCAyOS4zLTE1LjUtNDcuNSA0MC41LTMweiIvPjwvc3ZnPg==) !important;
}

/* filled star */
.p-w-r .pr-star-v4-100-filled {	
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzEuNiAxMjUuMiI+PHN0eWxlPi53cml0ZS1yZXZpZXctc3Rhci1jbHMtMXtzdHJva2U6Izk0OTQ5NDtzdHJva2Utd2lkdGg6MXB4O2ZpbGw6Izk0OTQ5NH08L3N0eWxlPjxwYXRoIGNsYXNzPSJ3cml0ZS1yZXZpZXctc3Rhci1jbHMtMSIgZD0iTTEzMS42IDQ3LjZIODEuNEw2NS44IDAgNTAuMiA0Ny42IDAgNDcuOGw0MC40IDMwLTE1LjIgNDcuNCA0MC42LTI5LjQgNDAuOCAyOS4zLTE1LjUtNDcuNSA0MC41LTMweiIvPjwvc3ZnPg==) !important;
}

.product-single .p-w-r .pr-review-snapshot.pr-review-enhanced .pr-review-snapshot-header .pr-review-snapshot-header-intro .pr-subheadline,
.product-single .p-w-r .pr-snippet-stars-reco-inline .pr-snippet-stars-reco-reco,
.product-single .p-w-r .pr-review-snippet-container .pr-snippet-slider-root,
.product-single #pr-questionsnippet,
.product-single .pr-rd-helpful-action,
form.pr-war .pr-footer a.pr-pull-right,
.p-w-r .pr-review-display .pr-rd-reviewer-type {
    display: none !important;
}

.product-single .pr-snippet-stars-container {
    margin-top: -7px;
}

.product-single .pr-snippet-read-and-write * {
    font-size: 13px !important;
}

.p-w-r .pr-slider-root .pr-slider .pr-slider-node-group .pr-slider-node.pr-active {
    background-color: #000000 !important;
}

.save-15-container {
    display: inline-block;
    margin: 1rem 0;
    position: relative;
    text-align: left;
}

.save-15-tooltip-trigger {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.save-15-tooltip-trigger:hover {
    text-decoration: none;
    cursor: pointer;
}

.save-15-tooltip {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0 2rem 1rem;
    border: solid 1px #000000;
    border-radius: 6px;
    background: #ffffff;
    z-index: 99;
    max-width: 95vw;
    width: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.save-15-tooltip-close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    border: solid 1px #000000;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
}

/* 3 Ways to Shop promo page */

.ways-to-shop-3-col-row .bucket {
    border: solid 1px #000;
    height: 100%;
}

/* END - 3 Ways to Shop promo page */

/** HOME PAGE HOLIDY SALE **/
@media screen and (max-width: 767px) {
  [data-id="4682"] .wi-widget > .row > .mgt-bootstrap-grid-cell {
    margin-bottom: 20px;
  }
}
/** END HOME PAGE HOLIDY SALE **/




