/**********************************************************
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: #1c1d1d;
}

.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: #1c1d1d;
	text-decoration: none;
}

.previous_order_page a.prod_title:hover {
	color: #dc6998;
}

.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 h1 {
	margin:0px;
}
.category_detail_page .p-filter {
	padding: 10px 0;
}
.category_detail_page .sort_holder {
	float:right;
}
.category_detail_page .sort_by_dd_select_cr {
	border: 1px solid #B6B5B5;
	display: inline-block;
}
.check-out .main_btn, .cart-bag .cb-btn-right .main_btn, .addedToCart-modal .main_btn {
	background-color: #018849;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
	.check-out .main_btn:hover, .cart-bag .cb-btn-right .main_btn:hover, .addedToCart-modal .main_btn:hover {
		background-color: #006637;
		opacity: 1;
	}

	 
/**********************************************************
00_defaults.css
***********************************************************/

	@font-face {
		font-family: 'Museo Sans';
		src: url('/sitefiles/fonts/MuseoSans_500-webfont.woff2') format('woff2'), url('/sitefiles/fonts/MuseoSans_500-webfont.woff') format('woff'), url('/sitefiles/fonts/MuseoSans_500-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Museo Sans Italic';
		src: url('/sitefiles/fonts/MuseoSans_500_Italic-webfont.woff2') format('woff2'), url('/sitefiles/fonts/MuseoSans_500_Italic-webfont.woff') format('woff'), url('/sitefiles/fonts/MuseoSans_500_Italic-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Raleway';
		src: url('/sitefiles/fonts/Raleway-Regular.woff2') format('woff2'), url('/sitefiles/fonts/Raleway-Regular.woff') format('woff'), url('/sitefiles/fonts/Raleway-Regular.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Raleway Italic';
		src: url('/sitefiles/fonts/Raleway-Italic.woff2') format('woff2'), url('/sitefiles/fonts/Raleway-Italic.woff') format('woff'), url('/sitefiles/fonts/Raleway-Italic.ttf') format('truetype');
		font-weight: normal;
		font-style: italic;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Raleway Bold';
		src: url('/sitefiles/fonts/Raleway-Bold.woff2') format('woff2'), url('/sitefiles/fonts/Raleway-Bold.woff') format('woff'), url('/sitefiles/fonts/Raleway-Bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Raleway Bold Italic';
		src: url('/sitefiles/fonts/Raleway-BoldItalic.woff2') format('woff2'), url('/sitefiles/fonts/Raleway-BoldItalic.woff') format('woff'), url('/sitefiles/fonts/Raleway-BoldItalic.ttf') format('truetype');
		font-weight: bold;
		font-style: italic;
		font-display: swap;
	}
	/* 1. Global Styles */
	
	html,
	.body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	li {
		font-style: normal;
	}
	
	.body,
	.modal {
		
	}
	
	h1,
	.h1,
	.font1 {
		font-family: 'Museo Sans', sans-serif;
		line-height: 1.1;
		font-size: 28px;
		color: #1c1d1d;
	}
	
	h2,
	.h2,
	.font2 {
		font-family: 'Museo Sans', sans-serif;
		line-height: 1.1;
		color: #1c1d1d;
		font-size: 30px;
	}
	

	.font3 {
		font-family: 'Museo Sans', sans-serif;
		line-height: 1.1;
		font-size: 16px;
		color: #5c5c5c;
		text-transform: uppercase;
	}
	
	h4,
	.h4,
	.font4 {
		font-family: 'Museo Sans', sans-serif;
		line-height: 1.1;
		font-size: 14px;
		color: #5c5c5c;
	}
	
	h5,
	.h5,
	.font5 {
		font-family: 'Raleway', sans-serif;
		font-size: 16px;
		color: #5c5c5c;
	}
	
	h6,
	.h6,
	.font6 {
		font-family: 'Raleway', 'Arial', sans-serif;
		color: #1c1d1d;
		font-size: 16px;
		color: #5c5c5c;
	}
	
	.font7 {
		font-family: 'Raleway', 'Arial', sans-serif;
		color: #5c5c5c;
		font-size: 14px;
	}
	
	.font8 {
		font-family: 'Raleway', sans-serif;
		color: #1c1d1d;
		font-size: 14px;
		color: #5c5c5c;
	}
	
	.product-text {}
	
	.large {}
	
	.small {}
	
	.cta,
	.cta1,
	.cta2 {
		font-size: 12px;
		line-height: 19px;
		text-transform: uppercase;
	}
	
	.cta_btn {
		font-size: 13px;
		line-height: 17px;
		text-transform: uppercase;
	}
	
	.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 {
		content: url('../sitefiles/images/cta_arrow_img_white.png');
		width: 23px !important;
		height: 7px !important;
		margin-left: 6px;
		vertical-align: top;
		display: inline-block;
	}
	
	.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 {}
	
	.font1 {}
	
	.font2 {}
	
	.font3 {}
	
	.font4 {}
	
	.font5 {}
	
	.font6 {}
	
	.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 {}
		.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 {}
	}


/**********************************************************
01_style.css
***********************************************************/

	/*------------------------------------------------------------------
[TABLE OF CONTENTS]
 
	1. Global Styles
		1.1 Breadcrumb
		1.2 Pagination
		1.3 Global Buttons
	2. Header
		2.1 Header Mobile
	3. Home Page
	4. Footer
	5. Category Details
		5.1 Sidebar
		5.2 Main Section
		5.3 Quick Look
	6. Product Detail
		6.1 More Products (New collections repeater addon)
		6.2 New Product Detail Description 
	7. View Cart
	8. Login
		8.1 Register
		8.2 Retrieve Password
        8.3 Reset Password
	9. Content Page
	10. Blog 
		10.1 Blog Entry
	11. Shop By Look
	12. Member Account
		12.1 Member Account Modals
		12.2 Returns
		12.3 RMA Form ***contained in MemberRMA  tag***
	13. Checkout
		13.1 Checkout Ship Method
		13.2 Checkout: Billing
	14. 404 Page
	15. Misc
		15.1 Size Chart
		15.2 Store Locator Page
	16. Contact Page
	

-------------------------------------------------------------------*/
	/* Import Fonts */
	/* 1. Global Styles */
	
	body {
		line-height: 1.4;
		color: #5c5c5c;
		background: #ffffff;
		padding-top: 129px;
	}
	
	body.sale_banner_visible {
		padding-top: 183px;
	}
	
	html.mm-blocking,
	html.mm-blocking body {
		overflow: hidden;
		padding-top: 0;
	}
	
	html.mm-opening .mm-slideout,
	html.mm-blocking .mm-slideout {
		padding-top: 75px;
	}
	
	html.mm-opening body.sale_banner_visible .mm-slideout,
	html.mm-blocking body.sale_banner_visible .mm-slideout {
		padding-top: 114px;
	}
	
	.museo {
		font-family: 'Museo Sans' !important;
	}
	
	.museo_italic {
		font-family: 'Museo Sans Italic' !important;
	}
	
	.raleway {
		font-family: 'Raleway' !important;
	}
	
	.raleway_italic {
		font-family: 'Raleway Italic' !important;
	}
	
	.raleway_bold {
		font-family: 'Raleway Bold' !important;
	}
	
	.raleway_bold_italic {
		font-family: 'Raleway Bold Italic' !important;
	}
	
	.text_white {
		color: #ffffff;
	}
	
	.text_black {
		color: #000000;
	}
	/*main grey color*/
	
	.text_main {
		color: #5c5c5c !important;
	}
	/*main red color*/
	
	.text_accent {
		color: #5c0c2d !important;
	}
	
	.main_color {
		background: #5c5c5c;
	}
	
	.accent_color {
		background: #5c0c2d;
	}
	
	.white_cr {
		padding: 30px;
		background: #ffffff;
		border: 1px solid #bcbcbc;
	}
	
	.white_bg {
		background: #ffffff;
	}
	
	.noselect {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	.text_underlined {
		text-decoration: underline !important;
	}
	
	.nw {
		white-space: nowrap;
	}
	
	.trans_border {
		border-color: transparent !important;
	}
	
	.errorMsg {
		color: #ff0000;
	}
	
	.successMsg {
		color: #009900;
	}
	
	html .form-control {
		border-color: #bcbcbc;
		box-shadow: none !important;
	}
	
	html .form-control:focus {
		border-color: #5c0c2d !important;
	}
	/* remove rounds from all elements */
	
	div,
	input,
	select,
	textarea,
	img,
	table,
	td,
	th,
	p,
	a,
	button,
	ul,
	code,
	pre,
	li {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	
	a {
		cursor: pointer;
	}
	
	img {
		max-width: 100%;
		height: auto;
		border: none;
	}
	
	hr {
		display: block;
		margin: 0 0 10px 0;
		border: 1px solid #ddd;
	}
	
	.hr_div {
		width: 100%;
		height: 1px;
		background: #ddd;
		display: block;
		position: relative;
		margin: 0 0 10px 0;
	}
	
	.w_100_per {
		width: 100%;
		display: block;
	}
	
	.fs11 {
		font-size: 11px;
	}
	
	.fs12 {
		font-size: 12px;
	}
	
	.fs13 {
		font-size: 13px;
	}
	
	.fs14 {
		font-size: 14px;
	}
	
	.fs15 {
		font-size: 15px;
	}
	
	.fs16 {
		font-size: 16px;
	}
	
	.fs18 {
		font-size: 18px;
	}
	
	.fs24 {
		font-size: 24px;
	}
	
	.m0i {
		margin: 0 !important;
	}
	
	.mlr0 {
		margin-left: 0;
		margin-right: 0;
	}
	
	.mlr10 {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.mb0i {
		margin-bottom: 0 !important;
	}
	
	.mb0 {
		margin-bottom: 0;
	}
	
	.mb5 {
		margin-bottom: 5px;
	}
	
	.mb10 {
		margin-bottom: 10px;
	}
	
	.mb15 {
		margin-bottom: 15px;
	}
	
	.mb20 {
		margin-bottom: 20px;
	}
	
	.mb25 {
		margin-bottom: 25px;
	}
	
	.mb30 {
		margin-bottom: 30px;
	}
	
	.mb35 {
		margin-bottom: 35px;
	}
	
	.mb40 {
		margin-bottom: 40px;
	}
	
	.mb45 {
		margin-bottom: 45px;
	}
	
	.mb50 {
		margin-bottom: 50px;
	}
	
	.mb65 {
		margin-bottom: 65px;
	}
	
	.mb100 {
		margin-bottom: 100px;
	}
	
	.mt0i {
		margin-top: 0 !important;
	}
	
	.mt0 {
		margin-top: 0;
	}
	
	.mt5 {
		margin-top: 5px;
	}
	
	.mt10 {
		margin-top: 10px;
	}
	
	.mt15 {
		margin-top: 15px;
	}
	
	.mt20 {
		margin-top: 20px;
	}
	
	.mt25 {
		margin-top: 25px;
	}
	
	.mt30 {
		margin-top: 30px;
	}
	
	.mt35 {
		margin-top: 35px;
	}
	
	.mt40 {
		margin-top: 40px;
	}
	
	.mt45 {
		margin-top: 45px;
	}
	
	.mt50 {
		margin-top: 50px;
	}
	
	.mt65 {
		margin-top: 65px;
	}
	
	.mt100 {
		margin-top: 100px;
	}
	
	.p0i {
		padding: 0 !important;
	}
	
	.p10 {
		padding: 10px;
	}
	
	.plr0i,
	.paddingLR0,
	paddingLR0_removeMobile {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.plr0 {
		padding-left: 0;
		padding-right: 0;
	}
	
	.plr2 {
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.plr5 {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.plr10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.pl0 {
		padding-left: 0;
	}
	
	.pl2 {
		padding-left: 2px;
	}
	
	.pl5 {
		padding-left: 5px;
	}
	
	.pl10 {
		padding-left: 10px;
	}
	
	.pr0 {
		padding-right: 0;
	}
	
	.pr2 {
		padding-right: 2px;
	}
	
	.pr5 {
		padding-right: 5px;
	}
	
	.pr10 {
		padding-right: 10px;
	}
	
	.pb10 {
		padding-bottom: 10px;
	}
	
	.pb20 {
		padding-bottom: 20px;
	}
	
	.pb30 {
		padding-bottom: 30px;
	}
	
	.pb40 {
		padding-bottom: 40px;
	}
	
	.pt10 {
		padding-top: 10px;
	}
	
	.pt20 {
		padding-top: 20px;
	}
	
	.pt30 {
		padding-top: 30px;
	}
	
	.pt40 {
		padding-top: 40px;
	}
	
	.anim_all,
	.anim {
		-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;
	}
	
	.anim_quad {
		-webkit-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: all .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.anim_slow {
		-webkit-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-o-transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.hover_fade {
		-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;
		opacity: 1;
	}
	
	.hover_fade:hover,
	.hover_fade.hovered {
		opacity: 0.8 !important;
	}
	
	select {
		border: none;
	}
	
	.no_underline {
		text-decoration: none !important;
	}
	
	.RatingStar {
		background-image: url('../sitefiles/images/star.gif') !important;
		display: inline-block !important;
		float: none !important;
	}
	
	h3.title_with_line_separator {
		font-size: 36px;
		text-align: center;
		margin-bottom: 40px;
	}
	
	h3.title_with_line_separator span {
		display: inline-block;
		border-left: 3px solid #5c0c2d;
		border-right: 3px solid #5c0c2d;
		padding: 0 23px;
		line-height: 0.8;
	}
	
	p.subtitle_with_line_separator {
		font-size: 18px;
		color: #333333;
		font-weight: 700;
		font-style: italic;
		text-transform: none;
		margin: 8px 0 0 0;
	}
	
	.add_default_border {
		border: 1px solid #5c5c5c;
	}
	
	.add_border_bottom {
		border-bottom: 1px solid #5c5c5c;
	}
	
	#topcontrol {
		display: none !important;
	}
	/* 1.1 Breadcrumb */
	
	.breadcrumb {
		margin: 0;
		padding: 15px 5px;
		background: transparent;
		border: none;
		position: relative;
	}
	
	.breadcrumb li {
		position: relative;
	}
	
	.breadcrumb > li + li:before {
		content: "/";
		padding: 0 5px 0 2px;
	}
	
	.breadcrumb > li:first-child:before {
		font-family: FontAwesome;
		font-size: 20px;
		content: "\f015";
		position: relative;
		left: -5px;
		top: 1px;
	}
	
	.blog_page .breadcrumb > li.active + li.active:before {
		font-size: 10px;
	}
	
	.blog_page .breadcrumb_position {
		width: 100%;
		height: 100%;
		padding: 40px 0;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.blog_page .breadcrumb_position .breadcrumb_cr {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		text-align: center;
	}
	
	.blog_page .breadcrumb_position h1 {
		font-size: 42px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 0 0 8px;
		margin: 0;
		position: relative;
		z-index: 1;
		text-shadow: 0 0 20px #000;
	}
	
	.blog_page .breadcrumb {
		margin: 0;
		padding: 0;
		background: transparent;
		border: none;
		position: relative;
	}
	
	.blog_page .breadcrumb li {
		position: relative;
		text-shadow: 0 0 20px #000;
		text-shadow: 1px 1px 3px #000;
	}
	
	.blog_page .breadcrumb a {
		font-size: 16px;
		color: #fff !important;
		text-shadow: 1px 1px 3px #000;
	}
	
	.blog_page .breadcrumb > .active {
		font-size: 16px;
		color: #fff;
	}
	
	.blog_page .breadcrumb > li + li:before {
		content: "/";
		font-size: 16px;
		color: #fff;
		padding: 0 5px 0 3px;
	}
	
	.blog_page .breadcrumb > li:first-child:before {
		font-family: FontAwesome;
		font-size: 22px;
		color: #fff;
		content: "\f015";
		position: relative;
		left: -5px;
		top: 1px;
	}
	
	.check-out.container .breadcrumb {
		padding: 15px 5px;
	}
	/* 1.2 Pagination */
	
	.page-nav ul li.prev span,
	.page-nav ul li.next span {
		display: none !important;
	}
	
	.page-nav {
		padding: 0 0 0 25px;
		float: right;
	}
	
	.page-nav1 {
		background: #f7f7f7;
		padding: 8px 10px 8px;
		border-radius: 2px;
		position: relative;
	}
	
	.page-nav span {
		color: #888;
		line-height: 26px;
		margin: 0 0 0 5px;
		font-size: 14px;
	}
	
	.page-nav ul {
		padding: 0;
		margin: 0;
		display: table;
		float: right;
	}
	
	.page-nav1 ul {
		margin: 0px;
	}
	
	.page-nav ul li {
		float: left;
		margin-left: 6px;
		list-style: none;
	}
	
	.page-nav ul li a,
	.page-nav ul li.prev a,
	.page-nav ul li.prev span,
	.page-nav ul li.next a,
	.page-nav ul li.next span {
		width: 24px;
		height: 31px;
		margin: 0;
		padding: 0;
		line-height: 28px;
		text-align: center;
		border: 1px solid #B6B5B5;
		display: table;
		color: #868686 !important;
		background: #ffffff;
		border-radius: 0 !important;
	}
	
	.page-nav ul li a:hover {
		color: #868686;
		background: #fff;
		border: 1px solid #868686;
	}
	
	.page-nav ul li a.active {
		color: #555 !important;
		background: #fff;
		border: 1px solid #555;
	}
	
	.page-nav1 em {
		text-transform: uppercase;
		font-style: normal;
		position: relative;
		top: -8px;
		color: #888888;
		margin-right: 5px;
	}
	
	.page-nav1 select {
		padding: 3px 10px;
		height: 24px;
		position: relative;
		top: 1px;
		margin: 0px;
	}
	
	.page-nav1 span.pn-select {
		color: #888;
		line-height: 0px;
		margin: 0px;
		font-size: 14px;
		height: 21px;
		overflow: hidden;
		display: table;
		float: right;
	}
	/* 1.3 Global Buttons*/
	
	.btn {
		border-width: 0;
		padding: 7px 14px;
		font-size: 14px;
		outline: none !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		text-shadow: none;
	}
	
	.main_btn {
		width: auto;
		font-family: Museo Sans;
		font-size: 16px;
		line-height: 22px;
		color: #ffffff !important;
		font-weight: bold;
		text-decoration: none !important;
		background: #5c0c2d;
		padding: 11px 28px;
		border: none;
		display: inline-block;
		opacity: 1;
		outline: none !important;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}
	
	.main_btn:hover {
		opacity: 0.8;
	}
	
	.main_btn.small {
		font-size: 14px;
		letter-spacing: 0.5px;
		padding: 7px 15px;
	}
	
	.main_btn.large {
		font-size: 24px;
		line-height: 24px;
	}
	
	.main_btn.alt_btn1 {
		text-transform: none;
		background: #5c5c5c;
	}
	
	.main_btn.alt_btn2 {
		color: #464646 !important;
		text-transform: none;
		background: rgba(255, 255, 255, 0.9);
		padding: 14px 33px;
	}
	
	.main_btn.alt_btn3 {
		color: #5c0c2d !important;
		text-transform: none;
		background: transparent;
		border: 1px solid #5c0c2d;
	}
	
	.main_btn.alt_btn3:hover {
		color: #ffffff !important;
		background: #5c0c2d;
		border: 1px solid #5c0c2d;
		opacity: 1;
	}
	
	a,
	a:hover,
	a:active,
	a:visited {
		color: inherit;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		transition: .3s;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	.mod .owl-buttons {
		position: absolute !important;
		left: 0px !important;
		right: 0px !important;
		top: 40% !important;
		/*height: 46px !important;*/
		height: 0px !important;
		margin: auto !important;
	}
	
	.mod .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: -32px !important;
		padding: 0px !important;
	}
	
	.mod .owl-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;
	}
	
	.mod .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: -32px !important;
		padding: 0px !important;
	}
	
	.mod .owl-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;
	}
	
	.category_carousel_cr .owl-nav {
		position: absolute !important;
		left: 0px !important;
		right: 0px !important;
		top: 37% !important;
		height: 0px !important;
		margin: auto !important;
	}
	
	.category_carousel_cr .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: -10px !important;
		padding: 0px !important;
	}
	
	.category_carousel_cr .owl-prev:before {
		content: "\f137" !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: 40px !important;
		color: #5c0c2d !important;
	}
	
	.category_carousel_cr .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: -10px !important;
		padding: 0px !important;
	}
	
	.category_carousel_cr .owl-next:before {
		content: "\f138" !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: 40px !important;
		color: #5c0c2d !important;
	}
	
	#inner_loading_shade {
		width: 100%;
		height: 100%;
		background: #fff;
		display: block;
		position: absolute;
		top: 1px;
		left: 0;
		z-index: 10;
		opacity: 1;
		visibility: visible;
		top: -1px;
	}
	
	#inner_loading_shade.removed {
		opacity: 0;
		visibility: hidden;
	}
	
	#inner_loading_shade .loading_anim {
		margin: 7% auto 0 auto;
		display: block;
		position: relative;
		opacity: 1;
		-webkit-animation: fading 1.2s infinite;
		-moz-animation: fading 1.2s infinite;
		-o-animation: fading 1.2s infinite;
		animation: fading 1.2s infinite;
	}
	
	@keyframes fading {
		0% {
			opacity: 0
		}
		50% {
			opacity: 1
		}
		100% {
			opacity: 0
		}
	}
	/* 2. Header */
	
	.sale_banner_cr {
		width: 100%;
		color: #ffffff;
		text-align: center;
		position: relative;
		background: #5c0c2d;
		display: none;
	}
	
	body.sale_banner_visible .sale_banner_cr {
		display: block;
	}
	
	.sale_banner_cr .sale_close {
		width: 15px;
		cursor: pointer;
		opacity: 1;
		position: absolute;
		right: 12px;
		margin: 0;
		top: 18px;
	}
	
	.sale_banner_cr .sale_close:hover {
		opacity: 0.7;
	}
	
	.sale_banner_cr .Sale-Banner {
		font-size: 14px;
		color: #ffffff;
		margin: 15px 0 1px 0;
		display: inline-block;
	}
	
	.sale_banner_cr p,
	.sale_banner_cr h1,
	.sale_banner_cr h2,
	.sale_banner_cr h3,
	.sale_banner_cr h4,
	.sale_banner_cr h5,
	.sale_banner_cr h6 {
		margin: 0;
		color: #ffffff;
	}
	
	.open_sale_cr {
		height: 14px;
		text-align: right;
		margin-right: 15px;
		display: block;
		position: relative;
	}
	
	body.sale_banner_visible .open_sale_cr {
		display: none !important;
	}
	
	.open_sale_cr i {
		font-size: 13px;
		color: #ffffff;
		position: relative;
		top: -7px;
	}
	
	.mobi-menu {
		display: none;
	}
	
	.only-for-mobile {
		display: none !important;
	}
	
	.top_color_bar {
		width: 100%;
		height: 14px;
		background: #5c0c2d;
		position: relative;
		display: block;
	}
	
	.header {
		background: #fff;
		padding: 0;
		margin-bottom: 0;
		min-height: 0;
		box-shadow: none;
		border-radius: 0;
	}
	
	.logo_hdr_cr {
		width: 100%;
		text-align: center;
	}
	
	.logo_hdr_cr a {
		display: inline-block;
		text-align: left;
	}
	
	.logo_hdr {
		width: 100%;
		margin: 26px 0 0 0;
	}
	
	.logo_hdr_mobile {
		width: 45px;
		margin: 0;
		padding: 0;
		display: none;
	}
	
	.header .fixed_hdr_cr {
		width: 100%;
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 150;
		/*border-bottom: 1px solid #bcbcbc;*/
	}
	
	.header .fixed_hdr {
		position: relative;
		background: transparent;
		margin: 0 auto;
	}
	
	.header .main_nav_cr > ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: center;
		position: relative;
	}
	
	.header .main_nav_cr > ul > li {
		margin: 0 12px;
		display: inline-block;
	}
	
	.header .main_nav_cr ul > li > a {
		line-height: 33px;
		/*letter-spacing: 0.5px;*/
		text-decoration: none;
		display: inline-block;
		-webkit-transform: translate(0, 2px);
		-ms-transform: translate(0, 2px);
		-o-transform: translate(0, 2px);
		transform: translate(0, 2px);
	}
	
	.header .main_nav_cr ul > li > a::before {
		width: 100%;
		height: 3px;
		background: #5c0c2d;
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 5px;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}
	
	.header .main_nav_cr ul > li:hover > a::before {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	.header ul.utility_nav {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	
	.header ul.utility_nav li {
		display: inline-block;
		margin: 0;
		position: relative;
	}
	
	.header ul.utility_nav li > a,
	.header ul.utility_nav li.cart-li .shop-basket > a {
		font-size: 22px;
		line-height: 80px;
		color: #5c5c5c;
		margin: 0 0 0 25px;
	}
	
	.header ul.utility_nav li a:hover,
	.header ul.utility_nav li.cart-li .shop-basket > a:hover {
		color: #5c0c2d;
	}
	
	.header ul.utility_nav li.search_li > a {
		margin-left: 0 !important;
		z-index: 123;
		position: relative;
	}
	
	.header .hdr_search_cr {
		width: 100px;
		margin: 0;
		position: absolute;
		top: 26px;
		right: -5px;
		visibility: hidden;
		opacity: 0;
	}
	
	.header .hdr_search_cr.shown {
		width: 165px;
		visibility: visible;
		opacity: 1;
	}
	
	.header .hdr_search_cr .search {
		width: 100%;
		font-size: 14px;
		color: #5c5c5c;
		background: transparent;
		margin: 0;
		padding: 0;
		border: none;
		border-bottom: 1px solid #5c5c5c;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	
	.header .hdr_search_cr .icon_search {
		width: 24px;
		position: absolute;
		top: 6px;
		right: 15px;
	}
	/*.header .hdr_search_cr .search::-webkit-input-placeholder {
	color: #ffffff;
}

.header .hdr_search_cr .search:-moz-placeholder {
	color: #ffffff;
}

.header .hdr_search_cr .search::-moz-placeholder {
	color: #ffffff;
}
.header .hdr_search_cr .search:-ms-input-placeholder {
	color: #ffffff;
}*/
	
	.header .hdr_search_cr span.ui-helper-hidden-accessible {
		position: absolute;
		top: 58px;
		right: 15px;
		font-size: 12px;
		max-width: 304px;
		text-align: right;
	}
	
	.header .hdr_search_cr .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;
	}
	
	#new-mmenu .search_dd_cr {
		width: 100%;
		color: #5c5c5c;
	}
	
	#new-mmenu .search_dd_cr a {
		color: #5c5c5c;
	}
	
	.header .hdr_search_cr .search_dd_cr hr,
	#new-mmenu .search_dd_cr hr {
		margin: 20px 0;
		border-top: none;
		border-color: #ddd;
	}
	
	.header .hdr_search_cr .search_dd_cr .col-sm-6 {
		padding: 0 30px;
	}
	
	#new-mmenu .search_dd_cr .col-sm-6 {
		padding: 0 15px;
	}
	
	.header .hdr_search_cr .search_dd_cr .add_border {
		border-right: 1px solid #aaaaaa;
	}
	
	#new-mmenu .search_dd_cr .add_border {
		border: none;
	}
	
	.header .hdr_search_cr .search_dd_cr .p_cr,
	#new-mmenu .search_dd_cr .p_cr {
		min-height: 112px;
		display: block;
		position: relative;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border-top: 1px solid #ddd;
	}
	
	.header .hdr_search_cr .search_dd_cr p.title,
	#new-mmenu .search_dd_cr p.title {
		font-size: 16px;
		text-align: left;
	}
	
	.header .hdr_search_cr .search_dd_cr .p_cr p,
	#new-mmenu .search_dd_cr .p_cr p {
		font-size: 15px;
	}
	
	#new-mmenu .search_dd_cr .p_cr p {
		color: #5c5c5c;
	}
	
	.header .hdr_search_cr .search_dd_cr .p_img,
	#new-mmenu .search_dd_cr .p_img {
		margin: 0 8px 0 0;
		position: relative;
		float: left;
	}
	
	.header .hdr_search_cr .search_dd_cr .search_suggestions_cr ul,
	#new-mmenu .search_dd_cr .search_suggestions_cr ul {
		padding: 0;
		margin: 0;
	}
	
	.header .hdr_search_cr .search_dd_cr .search_suggestions_cr ul li,
	#new-mmenu .search_dd_cr .search_suggestions_cr ul li {
		list-style: none;
	}
	
	.header .hdr_search_cr .search_dd_cr .search_suggestions_cr ul li,
	#new-mmenu .search_dd_cr .search_suggestions_cr ul li {
		display: block;
		margin-bottom: 8px;
	}
	
	.header .hdr_search_cr .search_dd_cr .search_suggestions_cr ul li a,
	#new-mmenu .search_dd_cr .search_suggestions_cr ul li a {
		font-size: 16px;
		line-height: normal;
		margin: 0;
	}
	/*#ui-id-1.ui-menu li.ui-menu-item.prod_li,
#ui-id-1.ui-menu li.ui-menu-item.not_prod_li {
	display: block; width: 50%;
}

#ui-id-1.ui-menu li.ui-menu-item.prod_li {
	float: left;
}
#ui-id-1.ui-menu li.ui-menu-item.not_prod_li {
	float: right;
}*/
	/*#ui-id-1 {
	margin: 0;
	padding: 0;
	border: 1px solid #bcbcbc;
	z-index: 1000;
}*/
	
	#ui-id-1.ui-menu li {
		padding: 2px 15px;
		margin: 5px 0;
	}
	
	#ui-id-1.ui-menu li.ui-menu-item {
		padding: 0;
		margin: 0;
	}
	
	#ui-id-1.ui-menu li.ui-menu-item a {
		padding: 5px 15px;
	}
	
	#ui-id-1.ui-menu li.ui-menu-item a.ui-state-focus {
		margin: 0 !important;
		border: none !important;
		background: #bcbcbc !important;
	}
	
	#ui-id-1.ui-menu li.ui-menu-item a table tr td:last-child {
		padding-left: 5px;
	}
	
	#ui-id-1.ui-menu li.ui-menu-item a table span {
		line-height: 1.3;
		display: inline-block;
	}
	/* dropdowns and megamenus */
		
	.main_nav_cr > ul > li .megamenu {
		white-space: nowrap;
		max-width: 1200px;
		width: 100%;
		display: flex;
		line-height: normal;
		background: #f7f7f7;
		margin: 0 auto;
		padding: 20px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 33px;
		border: none;
		border-top: 1px solid #eee;
		text-align: left;
		-webkit-transition: all 250ms ease-in-out 250ms;
		-moz-transition: all 250ms ease-in-out 250ms;
		-o-transition: all 250ms ease-in-out 250ms;
		transition: all 250ms ease-in-out 250ms;
		-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
		margin: 0 auto;
		left: 75px;
		z-index: 1;
	}
	
	.main_nav_cr > ul > li:hover .megamenu {
		visibility: visible;
		opacity: 1;
	}
	
	.megamenu .megamenu1 {
		column-width: 250px;
		display: inline-block;
		text-align: left;
		position: relative;
		column-count: 4;
	}
	
	.megamenu .megamenu1 > span {
		width: 100%;
		margin-bottom: 15px;
		display: inline-block;
	}
	
	.megamenu .megamenu1 a {
		font-size: 12px;
		color: #1c1d1d;
		margin: 0 0 10px 0;
		display: block;
		text-decoration: none !important;
		-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;
	}
	
	.megamenu .megamenu1 a:hover {
		/*margin-left: 28px;*/
		color: #5c0c2d;
	}
	
	.megamenu .megamenu1 a:first-child {
		font-family: 'Museo Sans';
		font-size: 17px;
		margin: 0 0 10px 0;
		font-weight: bold;
		color: #5c0c2d;
	}
	
	.megamenu .megamenu1 a:first-child:hover {
		/*margin-left: 8px;*/
		color: #5c0c2d;
	}
	
	.megamenu .megamenu1 .image-text-container,
	.megamenu .megamenu2 .image-text-container {
		color: #1c1d1d;
		position: relative;
		top: auto;
		left: auto;
	}
	

	.megamenu2 {
		display: inline-block;
		position: relative;
		margin-left: auto;
	}
	
	.megamenu2 .ig-image {
		margin-bottom: 8px;
	}

	.header .main_nav_cr > ul > li .megamenu1 span a:first-child {
		padding-bottom: 4px;
	}
	
	.main_nav_cr > ul > li.dropdown_menu .d_menu {
		width: 250px;
		background: #fff;
		position: absolute;
		left: -30px;
		padding: 30px;
		border: 1px solid #eeeeee;
		opacity: 0;
		visibility: hidden;
		-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;
	}
	
	.main_nav_cr > ul > li.dropdown_menu:hover .d_menu {
		opacity: 1;
		visibility: visible;
	}
	
	.main_nav_cr > ul > li.dropdown_menu .d_menu span {
		line-height: normal;
		text-align: left;
		margin-bottom: 20px;
		display: block;
	}
	
	.main_nav_cr > ul > li.dropdown_menu .d_menu span:last-child {
		margin-bottom: 0;
	}
	
	.main_nav_cr > ul > li.dropdown_menu .d_menu span a {
		text-align: left;
		display: inline-block;
		text-decoration: none !important;
		margin-left: 0;
		-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;
	}
	
	.main_nav_cr > ul > li.dropdown_menu .d_menu span a:hover {
		margin-left: 8px;
	}
	
	.basket-total {
		font-family: Cousine;
		font-size: 13px;
		font-style: normal;
	}
	
	.cart-li {
		position: relative;
		cursor: pointer;
		-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;
	}
	
	.cart-li .shop-basket span {
		vertical-align: sub;
	}
	
	.cart-li .shop-basket span img {
		width: 20px;
		vertical-align: baseline;
	}
	
	.cart-li .shop-basket span.shopCount {
		min-width: 20px;
		height: 20px;
		font-family: 'Museo Sans';
		font-size: 11px;
		line-height: 20px;
		color: #ffffff;
		text-align: center;
		font-weight: 700;
		background: #5c0c2d;
		border-radius: 50% !important;
		position: absolute;
		top: 43px;
		right: -9px;
	}
	
	.shopCountShown .cart-bag:before {
		width: 180px;
	}
	
	#mobileShopCount {
		position: absolute;
		top: 17px;
		right: 59px;
		font-size: 10px;
	}
	
	.cart-bag {
		width: 308px;
		line-height: normal;
		background: #fff;
		padding: 15px 15px 10px 15px;
		position: absolute;
		top: 71px;
		right: -5px;
		border: none;
		border-top: 1px solid #eee;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
		cursor: default;
		-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);
	}
	
	.cart-bag h5 {
		font-size: 12px;
		text-transform: none;
		margin: 0 0 20px 0;
	}
	
	.cart-bag .product-title {
		line-height: 1.0;
	}
	
	.cart-bag:after {
		content: "";
		width: 100%;
		height: 30px;
		position: absolute;
		background: #fafafa;
		right: 0px;
		left: 0px;
		bottom: 1px;
		z-index: -1;
	}
	/*li.cart-li:hover {
	background: #fff;
	-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;
}*/
	
	li.cart-li:hover .cart-bag,
	.cart-bag-show {
		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;
	}
	
	.cart-product {
		display: table;
		width: 95%;
		margin-bottom: 15px;
		position: relative;
	}
	
	.cart-product .close {
		width: 18px;
		height: 18px;
		background: url(/sitefiles/images/icon_close.png) no-repeat;
		position: absolute;
		top: 0px;
		right: -18px;
		opacity: 0.5;
		-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;
	}
	
	.cart-product .close:hover {
		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;
	}
	
	.cart-product img {
		float: left;
	}
	
	.cart-product .product-title,
	.cart-product .product-color,
	.cart-product .product-variants,
	.cart-product .product-price,
	.cart-product .product-qty {
		text-transform: none;
		padding-left: 90px;
		padding-bottom: 8px;
		text-align: left;
	}
	
	.header ul.utility_nav li .cart-bag .product-title a {
		font-family: 'Museo Sans', sans-serif;
		font-size: 14px;
		line-height: normal;
		color: #333;
		font-weight: 600;
		text-decoration: none !important;
	}
	
	.header ul.utility_nav li .cart-bag .product-title a:hover {
		color: #5c0c2d;
	}
	
	.cart-product .product-title a {
		line-height: normal
	}
	
	.cart-product .product-title a:hover {
		color: #5c5c5c;
	}
	
	.cart-product .product-color {
		font-style: italic;
		font-size: 12px;
		display: none !important;
	}
	
	.cart-product .product-variants {
		font-size: 12px;
	}
	
	.cart-product .product-price {
		font-size: 12px;
		font-weight: bold;
		float: none;
		width: 160px;
	}
	
	.cart-product .product-qty {
		width: 40px;
		font-size: 12px;
		font-style: italic;
		padding-left: 0;
		float: right;
		display: inline-block;
	}
	
	.cart-total {
		font-size: 14px;
		color: #333;
		margin-top: 0;
		display: table;
		width: 100%;
		text-transform: uppercase;
	}
	
	.cb-ship {
		display: table;
		float: left;
	}
	
	.cb-total {
		display: table;
		float: right;
	}
	
	.cart-total span {
		color: #333;
	}
	
	.cart-product .product-price span {
		display: inline-block;
		color: #999;
		text-decoration: line-through;
		margin-right: 11px;
	}
	
	.cart-bag .cart-btns {
		margin-top: 20px;
	}
	
	.cart-bag .cb-btn-left {
		float: left;
	}
	/*.cart-bag .cart-btns .cb-btn-left a {
	color: #5c5c5c !important;
}*/
	
	.cart-bag .cart-btns .cb-btn-left a:hover {
		color: #fff !important;
	}
	
	.cart-bag .cb-btn-left,
	.cart-bag .cb-btn-right {
		display: inline-block;
	}
	
	.cart-bag .cb-btn-left a,
	.cart-bag .cb-btn-right a {
		font-size: 13px;
		padding: 7px 18px;
	}
	/* 2.1 Header Mobile */
	
	.header .m_nav {
		width: 45px;
		height: auto;
		margin: 0;
		padding: 0;
		display: none;
	}
	
	.header .m_nav a {
		display: inline-block;
	}
	
	.only-for-mobile .mobile_header_icon {
		width: 20px;
		height: 20px;
		position: absolute;
		top: 12px;
		cursor: pointer;
	}
	
	.only-for-mobile .mobile_header_icon.m_icon_profile {
		left: 33px;
	}
	
	.only-for-mobile .mobile_header_icon.m_icon_search {
		right: 0px;
	}
	
	.only-for-mobile .mobile_header_icon.m_icon_checkout {
		right: 35px;
	}
	
	.only-for-mobile ul.ofm li.m_nav {
		background: transparent;
	}
	
	#search_mobile {
		display: none;
	}
	
	.img-nav .container {
		width: 100%;
		padding: 0 40px;
	}
	
	.img-nav .row {
		margin: 0 -10px;
	}
	
	.img-nav .col-md-6 {
		padding: 0 10px;
	}
	
	.sub-nav li a {
		border-bottom: 1px solid #eee !important;
		padding: 12px 10px !important;
		font-weight: 400 !important;
		text-transform: none !important;
	}
	
	.sub-nav li:last-child a {
		border-bottom: 1px solid #bcbcbc !important;
	}
	
	.login-reg {
		font-family: 'Merriweather Sans', sans-serif;
		text-transform: uppercase;
		color: #7E7E7E;
		font-size: 12px;
		position: absolute;
		top: -81px;
		left: 0px;
		right: 0px;
		display: table;
		float: none !important;
		margin: 0 auto;
		width: 50%;
	}
	
	.login-reg a {
		margin: 0 5px;
		color: #7e7e7e;
	}
	
	.login-reg a:hover {
		color: #cf4647;
	}
	
	.ofm {
		padding: 0px;
		margin: 0px;
		position: relative;
		z-index: 1049;
	}
	
	.ofm li {
		float: left;
		list-style: none;
		font-family: Cousine;
		font-size: 16px;
		font-weight: bold;
		text-transform: uppercase;
		color: #565656;
		padding: 10px 0;
	}
	
	.ofm li i {
		font-size: 17px;
	}
	
	.m_nav {
		cursor: pointer;
	}
	/* new mobile menu */
	
	.mm-menu.mm-offcanvas {
		display: none;
	}
	
	nav#new-mmenu .mm-panel .mm-navbar {
		padding: 0;
		background: #5c0c2d;
		color: white;
		font-weight: bold;
	}
	.mm-navbar .mm-btn::before {
		border-color: white;
	}
	
	nav#new-mmenu .mm-title {
		font-size: 18px;
		font-weight: 700;
		color: #5c5c5c !important;
		padding-top: 20px;
	}
	
	nav#new-mmenu .mm-btn.mm-prev {
		top: 11px;
	}
	
	.mm-panels>.mm-panel.mm-hasnavbar {
		padding-top: 60px;
	}
	
	#new-mmenu > .mm-panels > #mm-1.mm-panel > .mm-navbar > a.mm-title {
		display: none;
	}
	
	.mm-menu.mm-theme-white .mm-btn::after,
	.mm-menu.mm-theme-white .mm-btn::before {
		border-color: #5c5c5c;
	}
	
	nav#new-mmenu a.mm-next {
		width: 100%;
	}
	
	nav#new-mmenu .mm-listview > li {
		font-family: 'Museo Sans';
		font-size: 16px;
	}
	
	nav#new-mmenu .sub-nav li a {
		padding: 10px 10px 10px 20px !important;
	}
	
	nav#new-mmenu .mmenu-close-x {
		width: 15px;
		color: #ffffff;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 20px;
		right: 17px;
		opacity: 0.8;
		cursor: pointer;
	}
	
	#new-mmenu .hdr_search_cr {
		padding: 0px;
		margin: 0;
		position: relative;
		top: 7px;
	}
	
	#new-mmenu .hdr_search_cr .search {
		color: #5c5c5c !important;
		background: transparent;
		border: none;
	}
	
	#new-mmenu .mm-navbars_top .mm-navbar {
		background-color: #fff;
		padding: 0 15px;
	}
	
	#new-mmenu .search_icon {
		position: absolute;
		top: 9px;
		left: 17px;
	}
	/* 3. Home Page */
	/*.home_page_cr {
    visibility: hidden;
}*/
	
	.home_page_cr .w100per {
		width: 100% !important;
		max-width: none;
	}
	
	.flexslider.hero_flexslider {
		margin-bottom: 0;
		border: none;
	}
	
	.home_page_cr .hero_flexslider .flex-direction-nav a:before {
		content: "" !important;
		background: transparent url(../sitefiles/images/flexslider_arrows_l.png) no-repeat center top;
	}
	
	.flex-direction-nav .flex-prev {
		background: rgba(0, 0, 0, 0.1) url(../sitefiles/images/flexslider_arrows_l.png) no-repeat center 15px;
		border-radius: 50% !important;
	}
	
	.flex-direction-nav .flex-next {
		background: rgba(0, 0, 0, 0.1) url(../sitefiles/images/flexslider_arrows_r.png) no-repeat center 15px;
		border-radius: 50% !important;
	}
	
	.flexslider.hero_flexslider .flex-control-nav {
		bottom: 12px;
		z-index: 2;
	}
	
	.flexslider.hero_flexslider .flex-control-paging li a {
		width: 14px;
		height: 14px;
		border-color: #d9d9d9;
		border-radius: 30px !important;
		background: rgba(237, 237, 237, 0.5);
		-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
		-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
		box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
	}
	
	.flexslider.hero_flexslider .flex-control-paging li a.flex-active {
		background: rgba(51, 51, 51, 0.7);
	}
	
	.flexslider.hero_flexslider .flex-direction-nav .flex-next,
	.flexslider.hero_flexslider:hover .flex-direction-nav .flex-next {
		width: 70px !important;
		height: 70px !important;
		margin-top: -35px;
		right: 30px !important;
		opacity: 0.5;
		background-color: transparent;
	}
	
	.flexslider.hero_flexslider .flex-direction-nav .flex-prev,
	.flexslider.hero_flexslider:hover .flex-direction-nav .flex-prev {
		width: 70px !important;
		height: 70px !important;
		margin-top: -35px;
		left: 30px !important;
		opacity: 0.5;
		background-color: transparent;
	}
	
	.hero_video_container {
		position: relative;
		/*padding-bottom: 54%; for normal 16:9*/
		padding-bottom: 67.4%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	
	.hero_video_container .external_link_over_video {
		width: 100%;
		height: 100%;
		display: block;
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 5;
		cursor: pointer;
	}
	
	.hero_video_container Iframe {
		width: 100%;
		height: auto;
	}
	
	.hero_video_container iframe,
	.hero_video_container object,
	.hero_video_container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.hero_video_container .player .controls .play-bar {
		display: none !important;
	}
	
	.hero_content {
		width: 100%;
	}
	
	.flexslider.hero_flexslider .slides > li {
		position: relative;
	}
	
	.home_page_cr .img_cr,
	.home_page_cr .wi-widget {
		position: relative;
		display: block;
	}
	
	.home_page_cr .img_cr .home_btn_cr,
	.home_page_cr .ig-caption {
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		-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;
	}
	
	.home_page_cr .ig-caption:hover {
		background: rgba(0, 0, 0, 0.15);
	}
	
	.home_page_cr .ig-caption .main_btn {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.Feature-Items-Home .owl-theme .owl-nav {
		width: 100%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
	}
	
	.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
		padding: 0;
		background: transparent !important;
		position: absolute;
		top: 127px;
	}
	
	.Feature-Items-Home .owl-theme .owl-nav .owl-prev {
		left: 0;
		background: transparent;
	}
	
	.Feature-Items-Home .owl-theme .owl-nav .owl-next {
		right: 0;
		background: transparent;
	}
	
	.Feature-Items-Home .owl-theme .owl-dots {
		margin-top: 12px;
	}
	
	.Feature-Items-Home .owl-theme .owl-dots .owl-dot span {
		border-radius: 30px !important;
		background: #bcbcbc;
	}
	
	.Feature-Items-Home .owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #5c0c2d;
	}
	
	.owl-carousel .owl-item img {
		max-height: 375px;
		width: auto !important;
	}
	/*@media (max-width: 767px) {
    .owl-carousel .owl-item img {
        max-height: 280px;
        height: 280px;
        width: auto !important;
    }
    .home_page_cr .owl-carousel {
        min-height: 300px;
    }
}*/
	/*.home_page_cr .owl-carousel {
    height: 400px;
}*/
	/*.home_page_cr .owl-carousel .owl-item img {
    max-width: 100%;
}*/
	
	.home_page_cr .owl-carousel .item-title {
		position: absolute;
		/* bottom: -32px; */
		background-color: #FFF;
		padding: 10px;
		/* margin: 5px; */
		font-size: 18px;
		width: 80%;
		text-align: center;
		transform: translateX(-50%);
		left: 50%;
		z-index: 1000;
		top: 335px;
		transition: 0.3s;
		border: 1px solid #000;
	}
	
	#wordpressPosts .owl-item {
		margin-bottom: 100px;
	}
	
	.owl-stage {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-box;
		display: box;
		display: -ms-flexbox;
	}
	
	#wordpressPosts .owl-item:hover .item-title {
		top: 295px;
	}
	
	.owl-carousel .item-category a {
		font-size: 11px;
		padding: 0 8px;
	}
	/* instagram */
	
	.home_page_cr .instagram_cr {
		width: 100%;
		margin: 0;
		padding: 0 30px;
	}
	
	.home_page_cr .instagram_cr p {
		font-size: 18px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.home_page_cr #instafeed {
		width: 96%;
		margin: 0 auto 40px auto;
	}
	
	.home_page_cr .slick-prev::before,
	.home_page_cr .slick-next::before {
		color: #000;
	}
	
	.home_page_cr .instagram_cr img {
		width: 100%;
		max-width: 183px;
	}
	/* --------------------- */
	
	#welcome_modal .modal-dialog {
		margin-top: 14%;
	}
	
	#welcome_modal .modal-body {
		padding: 0;
	}
	
	#welcome_modal .close {
		position: absolute;
		right: 10px;
		top: 5px;
		z-index: 5;
	}
	
	#welcome_modal .welcome_r_cr {
		text-align: center;
		padding: 55px 30px 0 30px;
	}
	
	#welcome_modal .welcome_r_cr input {
		width: 100%;
		max-width: 100%;
		font-family: 'Museo Sans', sans-serif;
		font-size: 15px;
		text-align: center;
		font-weight: 600;
		padding: 12px 0;
		margin-bottom: 10px;
		display: block;
		outline-color: #989898;
		border: 1px solid #e5e5e5;
	}
	
	#welcome_modal .welcome_r_cr input:focus {
		border-color: #555555;
	}
	/* 4. Footer */
	
	footer.main_footer {
		/*background: #5c5c5c;*/
		background: #ffffff;
		padding: 60px 0 35px 0;
		border: none;
		border-top: 1px solid #bcbcbc;
		border-bottom: 10px solid #5c0c2d;
	}
	
	footer.main_footer #backtotop_cr {
		font-size: 12px;
		position: absolute;
		top: -48px;
		right: 15px;
		cursor: pointer;
		opacity: 1;
	}
	
	footer.main_footer #backtotop_cr i {
		color: #5c0c2d;
	}
	
	.footer_main_cr {
		margin-bottom: 50px;
		position: relative;
	}
	
	.footer_heading {
		font-family: 'Museo Sans';
		font-size: 20px;
		line-height: 1;
		color: #5c0c2d;
		margin: 0 0 20px 0;
		position: relative;
	}
	
	.footer_links p {
		margin: 0 0 6px 0;
	}
	
	.footer_links p span {
		font-size: 16px;
		font-weight: bold;
	}
	
	.footer_links p a {
		text-decoration: none !important;
		left: 0;
		position: relative;
	}
	
	.footer_links p a:hover {
		left: 10px;
		color: #5c0c2d;
	}
	
	.footer_links p a:before {
		content: "\f105";
		font-family: 'FontAwesome';
		position: relative;
		left: -4px;
		opacity: 0;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		color: #5c0c2d;
	}
	
	.footer_links p a:hover:before {
		opacity: 1;
	}
	
	.footer_links p.hours_cr {
		line-height: 2;
	}
	
	.main_footer .footer_logo {
		margin-right: 30px;
		display: inline-block;
	}
	
	.main_footer .signup_cr {
		width: 100%;
		max-width: 385px;
		display: inline-block;
		vertical-align: middle;
	}
	
	.main_footer .signup_cr .input-group {
		display: inline-block;
	}
	
	.main_footer .signup_cr .input-group-btn {
		display: inline-block;
	}
	
	.main_footer .signup_cr .signup_header {
		font-family: 'Museo Sans';
		font-size: 18px;
		color: #5c5c5c;
		margin-bottom: 4px;
	}
	
	.main_footer .signup_cr .form-control {
		width: 270px;
		height: 42px;
		/*width: 100%;
	max-width: 270px;*/
	}
	
	.main_footer .signup_cr .main_btn {
		height: 42px;
		font-size: 14px;
		font-weight: 400;
		margin-left: -1px;
		position: relative;
		z-index: 2;
	}
	
	.main_footer .logos_container {
		margin-top: 40px;
	}
	
	.ftr_social_cr {
		text-align: left;
		margin-top: 8px;
	}
	
	.ftr_social_cr a {
		font-size: 21px;
		color: #5c5c5c;
		text-decoration: none !important;
		margin-right: 7px;
		opacity: 1;
	}
	
	.ftr_social_cr a:hover {
		opacity: 0.6;
	}
	
	.ftr_social_cr a.facebook:before {
		font-family: FontAwesome;
		content: "\f09a";
	}
	
	.ftr_social_cr a.twitter:before {
		font-family: FontAwesome;
		content: "\f099";
	}
	
	.ftr_social_cr a.pinterest:before {
		font-family: FontAwesome;
		content: "\f231";
	}
	
	.ftr_social_cr a.instagram {
		width: 20px;
		height: 20px;
		display: inline-block;
		position: relative;
	}
	
	.ftr_social_cr a.instagram:before {
		content: "";
		width: 20px;
		height: 20px;
		background-image: url('/sitefiles/images/instagram_logo_x2.png') !important;
		background-size: 20px 20px;
		position: absolute;
		top: 2px;
		left: 0;
	}
	
	.ftr_social_cr a.youtube:before {
		font-family: FontAwesome;
		content: "\f167";
	}
	
	.ftr_social_cr a.linkedin:before {
		font-family: FontAwesome;
		content: "\f0e1";
	}
	
	.ftr_social_cr a.googleplus:before {
		font-family: FontAwesome;
		content: "\f0d5";
	}
	
	.ftr_social_cr a.vimeo:before {
		font-family: FontAwesome;
		content: "\f27d";
	}
	
	.ftr_social_cr a.rss:before {
		font-family: FontAwesome;
		content: "\f09e";
	}
	
	.ftr_payments_cr {
		text-align: right;
	}
	
	.ftr_payments_cr a {
		width: 46px;
		height: 37px;
		font-size: 36px;
		color: #bcbcbc;
		text-decoration: none !important;
		margin-right: 7px;
		opacity: 1;
	}
	
	.ftr_payments_cr a:hover {
		opacity: 0.7;
	}
	
	.ftr_payments_cr a.visa:before {
		font-family: FontAwesome;
		content: "\f1f0"
	}
	
	.ftr_payments_cr a.mastercard:before {
		font-family: FontAwesome;
		content: "\f1f1"
	}
	
	.ftr_payments_cr a.americanexpress:before {
		font-family: FontAwesome;
		content: "\f1f3"
	}
	
	.ftr_payments_cr a.discover:before {
		font-family: FontAwesome;
		content: "\f1f2"
	}
	
	.ftr_payments_cr a.paypal:before {
		font-family: FontAwesome;
		content: "\f1f4"
	}
	
	.ftr_payments_cr a.apple_pay_logo_cr {
		width: 58px;
		height: 32px;
		display: inline-block;
		background: url('/sitefiles/images/apple_pay_btn_x2.png');
		background-size: 58px 32px;
		position: relative;
		top: 3px;
		margin-right: 5px;
	}
	
	.ftr_payments_cr a.amazon_pay_logo_cr {
		width: 106px;
		height: 32px;
		display: inline-block;
		background: url('/sitefiles/images/amazon_pay_btn_x2.png');
		background-size: 106px 32px;
		position: relative;
		top: 3px;
	}
	
	.ftr_payments_cr a .apple_pay_logo {
		max-width: 56px;
	}
	
	.ftr_payments_cr a .amazon_pay_logo {
		max-width: 102px;
	}
	
	.footer_copyright {
		font-size: 12px;
		margin-top: 11px;
	}
	/* 5. Category Details */
	
	.shipping-cta {
		font-size: 12px;
	}

	.category_image_text_overlay_container {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	
	.category_detail_page_hero img {
		margin-bottom: 20px;
	}
	
	.category_detail_page_hero #t-slider,
	.category_detail_page_hero #t-slider .item {
		height: auto !important;
	}
	
	.category_image_text_overlay {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		font-size: 44px;
		color: #fff;
		text-align: center;
	}
	
	.category_detail_page_hero img {
		width: 100%;
		height: auto;
	}
	
	
	.category_detail_page .item_numbers_top,
	.category_detail_page .items_num_of_num_holder_bottom {
		display: inline-block;
		vertical-align: top;
		margin: 1px 20px 0 0;
	}
	/* 5.1 Sidebar */
	
	#sidebar_mobile_btn_cr > div {
		margin-bottom: 20px;
	}

	#categorySidebar {
		padding-right: 0;
	}
	
	.aside {
		padding: 0;
		background: #ffffff;
		margin-bottom: 50px;
		border: none;
	}
	
	.aside .side-content {
		margin: 0 0 25px 0;
		padding: 0 0 20px 0;
		border-bottom: none;
	}
	
	.aside #pnlFilter.side-content {
		margin: 0;
		padding: 0;
	}
	
	.aside #pnlFilter.side-content > .toggle2:first-child {
		margin-top: 25px;
	}
	
	.aside #pnlFilter.side-content > .toggle2:last-child .filterPanel.side-content.toggle2 {
		margin-top: 25px;
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.aside .side-content h5 {
		font-size: 18px;
		color: #5c5c5c;
		margin: 0;
		position: relative;
	}
	
	.aside .side-content h5 a {
		text-decoration: none;
	}
	
	.aside .side-content.top_sc h5 {
		margin-bottom: 15px;
	}
	

	.aside .side-content h5 span {
		float: right;
		display: table;
		width: 20px;
		height: 20px;
	}
	
	.aside .side-content h5 span a {
		width: 20px;
		height: 20px;
		background: url(/sitefiles/images/filter-up.png) no-repeat;
		display: table;
		opacity: 0.5;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.toggle-trigger2.active {
		transform: rotate(180deg);
	}
	
	.aside .side-content h5 span a:hover {
		opacity: 1;
	}
	
	.toggle,
	.toggle1 {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.sidebarNavTable {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.toggle a.toggle-clickable {
		display: block;
		padding: 9px 0px 9px;
		margin-bottom: -10px;
		position: relative;
		text-decoration: none;
		padding-left: 10px;
		font-size: 16px;
		text-transform: uppercase;
		color: #555;
		font-style: normal;
		text-rendering: optimizelegibility;
		line-height: 1.1;
		border-bottom: 1px solid #e6e6e6;
	}
	
	.toggle a.toggle-clickable:hover {
		opacity: .8;
		text-decoration: none;
	}
	
	.toggle a.hide-toggle-clickable:before {
		content: "";
		background: none;
		position: relative;
		display: table;
		float: right;
		margin-left: 15px;
		position: relative;
		top: -4px;
		text-align: center;
		width: 22px;
		height: 22px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		border: solid 2px transparent;
		line-height: 8px;
		padding-top: 6px;
	}
	
	.toggle a.active.hide-toggle-clickable:before {
		content: "";
		background: none;
	}
	
	.toggle1 a.active.toggle-trigger1:before {
		content: "";
		background: url(/sitefiles/images/plus1.png) no-repeat center center;
	}
	
	.toggle a.toggle-trigger,
	.toggle1 a.toggle-trigger1,
	.toggle a.hide-toggle-trigger {
		min-height: 36px;
		font-size: 13px;
		line-height: 36px;
		text-decoration: none;
		text-transform: uppercase;
		padding-left: 15px;
		display: block;
		opacity: 1;
	}
	
	.toggle .title,
	.toggle1 .title {
		position: relative;
	}
	
	.toggle a.toggle-trigger:after,
	.toggle1 a.toggle-trigger1:after,
	.toggle a.hide-toggle-trigger:after {
		content: '';
		height: 6px;
		width: 6px;
		background: #e2e2e2;
		position: absolute;
		top: 15px;
		left: 0;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	
	.toggle a.toggle-trigger:hover,
	.toggle1 a.toggle-trigger1:hover,
	.toggle a.hide-toggle-trigger:hover {
		color: #5c0c2d !important;
	}
	
	.toggle a.active,
	.toggle1 a.active {
		text-decoration: none;
	}
	
	.toggle a.toggle-trigger:before {
		content: "";
		background: url(/sitefiles/images/plus1.png) no-repeat center center;
		position: relative;
		display: table;
		float: right;
		margin-left: 15px;
		position: relative;
		top: 7px;
		text-align: center;
		width: 22px;
		height: 22px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		border: solid 2px transparent;
		line-height: 8px;
		padding-top: 6px;
	}
	
	.toggle a.hide-toggle-trigger:before {
		content: "";
		background: none;
		position: relative;
		display: table;
		float: right;
		margin-left: 15px;
		position: relative;
		top: -4px;
		text-align: center;
		width: 22px;
		height: 22px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
		border: solid 2px transparent;
		line-height: 8px;
		padding-top: 6px;
	}
	
	.toggle a.active.toggle-trigger:before {
		content: "";
		background: url(/sitefiles/images/minus1.png) no-repeat center center;
	}
	
	.toggle a.active.hide-toggle-trigger:before {
		content: "";
		background: none;
	}
	
	.toggle1 a.active.toggle-trigger1:before {
		content: "";
		background: url(/sitefiles/images/plus1.png) no-repeat center center;
	}
	
	.toggle .toggle-content,
	.toggle1 .toggle-content1 {
		padding: 0;
		color: #666666;
	}
	
	.toggle1 ul,
	.toggle ul {
		padding: 0 0px 0 20px;
		margin-bottom: -15px;
	}
	
	.toggle1 ul li,
	.toggle ul li {
		list-style: none;
		font-size: 11px;
		text-transform: uppercase;
		color: #666;
		padding: 9px 10px 10px;
	}
	
	.toggle1 ul li:last-child,
	.toggle ul li:last-child {
		border-bottom: none;
		padding: 9px 10px 9px;
	}
	
	.toggle1 ul li a,
	.toggle ul li a {
		color: #666;
		text-transform: uppercase;
	}
	
	.toggle1 ul li a:hover,
	.toggle ul li a:hover {
		color: #5c0c2d;
		text-decoration: none !important;
	}
	
	#pnlFilter.side-content {
		margin: 0;
	}
	
	.category_detail_page input[type=checkbox] {
		margin: 4px;
	}
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked),
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked) + label,
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked + label {
		font-size: 11px;
		line-height: 16px;
		color: #666;
		vertical-align: middle;
		padding: 2px 0 0 20px;
		margin-bottom: 15px;
		display: inline-block;
		position: relative;
		cursor: pointer;
		width: 100%;
		text-transform: uppercase;
	}
	/* checkbox aspect */
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked) + label:before,
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked + label:before {
		content: '';
		position: absolute;
		left: 0;
		top: 2px;
		width: 17px;
		height: 17px;
		border: 1px solid #ccc;
		background: #fff;
		height: 15px;
		width: 15px;
		-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;
	}
	/* checked mark aspect */
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked) + label:after,
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked + label:after {
		content: '';
		position: absolute;
		left: 0;
		top: 2px;
		width: 17px;
		height: 17px;
		border: 1px solid #555;
		background: #555;
		height: 15px;
		width: 15px;
		transition: all .3s ease-in-out;
	}
	/* checked mark aspect changes */
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
	}
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked + label:after {
		opacity: 1;
	}
	/* disabled checkbox */
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:disabled:not(:checked) + label:before,
	.category_detail_page #pnlFilter.side-content .side-content [type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #bbb;
		background-color: #ddd;
	}
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:disabled:checked + label:after {
		color: #999;
	}
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:disabled + label {
		color: #aaa;
	}
	/* accessibility */
	
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:checked:focus + label:before,
	.category_detail_page #pnlFilter.side-content [type="checkbox"]:not(:checked):focus + label:before {
		border: 1px solid #333;
	}
	/* hover style just for information */
	
	.category_detail_page #pnlFilter.side-content label:hover:before {
		border: 1px solid #555 !important;
	}
	
	.color-filter {
		margin-top: 20px;
	}
	
	.size-filter {
		margin-top: 20px;
	}
	
	.size-filter ul {
		padding: 0px;
	}
	
	.size-filter ul li {
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		list-style: none;
		min-width: 30px;
	}
	
	.size-filter ul li a {
		font-size: 11px;
		line-height: 28px;
		text-align: center;
		padding: 0 4px;
		background-color: #fff;
		border: solid 1px #ccc;
		display: table;
		color: #000000;
		position: relative;
		cursor: pointer;
		min-width: 30px;
		min-height: 30px;
	}
	
	.size-filter ul li a:hover,
	.size-filter ul li span a:hover {
		border: solid 1px #000;
		background-color: #ffffff;
		text-decoration: none;
	}
	
	.size-filter ul li span[checked=true] a {
		border: 1px solid #888;
		background: #000;
		color: #fff;
	}
	
	.s_range {
		margin-top: 30px;
	}
	
	.range_v {
		margin: 25px 0 20px;
		display: table;
		width: 100%;
	}
	
	.range_v span {
		float: left;
		margin-right: 7px;
		line-height: 23px;
		font-family: Arial;
		font-size: 14px;
		color: #888;
	}
	
	.range_v input {
		border: medium none;
		display: table;
		float: left;
		margin-right: 9px;
		padding: 0 10px;
		width: 100px;
		height: 25px;
		-webkit-border-radius: 2px/1px;
		-moz-border-radius: 2px/1px;
		border-radius: 2px/1px;
		background-color: #fff;
		border: solid 1px #ccc;
		font-family: Arial;
		font-size: 14px;
		color: #666;
	}
	
	.s_btn {
		padding: 0 14px;
		line-height: 26px;
		height: 30px;
		background-color: #f5f5f5;
		border: solid 2px #666;
		display: inline-block;
		font-size: 12px;
		font-weight: bold;
		color: #666;
		text-transform: uppercase;
		margin-right: 10px;
		-o-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.s_btn:hover {
		background-color: #666;
		border: solid 2px #666;
		color: #fff;
	}
	
	a.s_btn.s_btn-lg.s_btn-inverse.btn-default,
	a.s_btn.s_btn-lg.btn-default {
		line-height: 32px;
	}
	
	.s_btn-lg {
		height: 36px;
		padding: 0 20px;
	}
	
	.s_btn-inverse {
		background-color: #ffffff;
		border: solid 2px #ffffff;
		color: #000000;
		-o-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.s_btn-inverse:hover {
		background-color: #666666;
		border: solid 2px #666666;
		color: #ffffff;
	}
	
	.s_btn-gray {
		background-color: #666666;
		border: solid 2px #666666;
		color: #ffffff;
		-o-transition: .3s ease-in-out;
		-ms-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	
	.s_btn-gray:hover {
		background-color: #ffffff;
		border: solid 2px #ffffff;
		color: #666666;
	}
	
	.aside .slider_outer_cr {
		margin: 25px 0 0 0;
		position: relative;
	}
	
	.aside .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;
	}
	
	.aside .slider_outer_cr .updating_cr.shown {
		visibility: visible;
		opacity: 1;
	}
	
	.aside .slider_outer_cr .updating_cr p {
		font-size: 14px;
		color: #fff;
		text-align: center;
		margin: 0;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.aside .side-content.slider_outer_cr h5 {
		border-bottom: none;
	}
	
	.aside .slider_cr {
		margin: 20px 0 0 0;
		padding: 0 10px;
	}
	
	.aside .slider_cr .ui-slider-horizontal {
		height: 0.35em;
	}
	
	.aside .slider_cr .ui-widget-content,
	.aside .slider_cr .ui-slider .ui-slider-range {
		border-radius: 20px !important;
		background: #888888;
		border: none !important;
	}
	
	.aside .slider_cr .ui-slider-range.ui-widget-header.ui-corner-all:first-child {
		background: #888888;
	}
	
	.aside .slider_cr .ui-slider-range.ui-widget-header.ui-corner-all {
		background: #333333;
	}
	
	.aside .slider_cr .ui-state-default {
		width: 1.1em;
		height: 1.1em;
		background: #333333;
		top: -0.4em;
		border-radius: 20px !important;
		border: none;
		cursor: pointer;
	}
	
	.aside .slider_cr .ui-state-default:hover {
		box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
	}
	
	.aside .slider_cr .ui-state-default:after {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 10px;
		color: #bcbcbc;
		position: absolute;
		left: 5px;
		top: 3px;
	}
	
	.aside .slider_cr .slider-g {
		font-size: 14px;
		text-align: center;
		margin: 15px 0 0 0;
	}
	
	.aside .slider_cr .slider-g .mdash {
		margin: 0 5px;
	}
	/* 5.2 Main Section */
	
	.category_detail_page .items_num_of_num_holder .PagingStripContainer {
		display: none;
	}
	
	.p-filter {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
		position: relative;
		display: block;
	}
	
	.sort_holder {
		text-align: right;
	}
	
	.p-filter .items_num_of_num {
		line-height: 31px;
	}
	
	.p-filter span.sort_by_dd_cr select,
	.p-filter span.show_dd_cr select {
		padding: 3px 3px 4px 3px;
		position: relative;
		cursor: pointer;
	}
	
	.p-filter span.sort_by_dd_cr {
		margin-right: 12px;
	}
	
	.p-filter span em {
		font-style: normal;
		display: block;
	}
	
	.p-filter .item_numbers_top .PagingStripContainer {
		display: none;
	}
	
	.p-filter.bot_p_filter {
		margin-bottom: 40px;
	}
	
	
	
	/*

TODO	
	
.product-title a,
.product-item .product-price span {
	padding-top: 0;
	font-size: 11px;
	color: #000;
}

.product-price {
	float: right;
	font-size: 11px; 
	color: #000;
	padding: 0;
}*/
	
	#cat .p-list {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.p-list .cart-btns {
		height: auto;
		border: 2px solid #444444;
		width: 100%;
		padding: 0;
		margin: 30px 0 0px;
		background: #fff;
		text-align: center;
	}
	
	.pi-1 {
		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;
	}
	
	#imgProductMain img.img-responsive,
	.zoomWindowContainer div,
	img#imgQuickView {
		margin-bottom: 30px;
		/*border: 1px solid #bcbcbc*/
	}
	/* these two webkit edits remove the "Download" button in chrome */
	
	video::-webkit-media-controls {
		overflow: hidden !important
	}
	
	video::-webkit-media-controls-enclosure {
		width: calc(100% + 32px);
		margin-left: auto;
	}
	
	#videoProductMain .video_border {
		border: 1px solid #efefef;
		padding: 20px;
		margin-bottom: 20px;
	}
	
	#videoProductMain .video_container {
		position: relative;
		height: auto;
		overflow: hidden;
		padding: 0;
		margin: 0 0 30px 0;
	}
	
	#videoProductMain video {
		width: 100%;
		height: auto;
	}
	
	#videoProductMain iframe,
	#videoProductMain object,
	#videoProductMain embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.video_thumb_container {
		position: relative;
		margin-bottom: 10px;
		display: inline-block;
	}
	
	#gal1 .video-thumb img {
		margin-bottom: 0 !important;
	}
	
	#gal1 .video-thumb .thumb_play_btn {
		width: 30px;
		height: 30px;
		padding: 0 !important;
		border: none !important;
		position: absolute;
		top: 50%;
		left: 50%;
		opacity: 0.7;
		transform: translateX(-50%) translateY(-50%);
	}
	
	#gal1 .video-thumb .thumb_play_btn:hover,
	#gal1 .video-thumb:hover .thumb_play_btn {
		opacity: 0.9;
	}
	
	#gal1 {}
	
	#gal1 .thumbnailsContainer {
		text-align: left;
		display: block !important;
	}
	
	#gal1 .thumbnailsContainer a.image-thumb,
	#gal1 .thumbnailsContainer a.video-thumb {
		display: inline-block;
		border: 1px solid #bcbcbc;
		margin: 0 30px 30px 0;
	}
	
	#gal1 .thumbnailsContainer a.image-thumb:hover,
	#gal1 .thumbnailsContainer a.video-thumb:hover {
		border: 1px solid #5c5c5c;
	}
	
	.product-img,
	.product-img-slider {
		position: relative;
		margin-bottom: 10px;
	}
	
	.productSlider li {
		padding: 0px !important;
		position: relative;
		list-style: none;
	}
	
	.slides {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.pi-slider {
		margin: 0;
		margin-left: 10px;
		visibility: hidden;
		opacity: 0;
		-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;
	}
	
	
	.cp-list .pi-slider {
		margin: 0;
		position: absolute;
		z-index: 10;
		margin-top: -58px;
		margin-left: 8px;
	}
	
	.pw-slider-custom .cb-btn-left {
		position: relative;
		right: -1px;
	}
	
	.pw-slider:hover .pi-slider {
		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;
	}
	
	.pi-slider a {
		float: left;
		margin-right: 7px;
		margin-bottom: 7px;
		width: 40px;
		height: 40px;
		display: table;
		position: relative;
	}
	
	.pi-slider a:hover {
		border: none;
	}
	
	.pi-slider a img {
		width: 40px;
		max-width: 40px;
		height: 40px;
		margin-top: 0;
		outline: 0px solid #888;
		outline-offset: 0px;
		transition: none;
		border: 1px solid #bcbcbc;
	}
	/*.pi-slider a:hover img {
	outline: 1px solid #888;
	outline-offset: -1px;
}

.pi-slider a.flex-active img {
	outline: 1px solid #555;
	outline-offset: -1px;
}*/
	
	.cart-add {
		margin: 5px 0 0;
	}
	
	.cart-add div {
		float: left;
	}
	
	.cart-add div a {
		font-size: 13px;
		font-style: italic;
		color: #000;
		border-bottom: 1px solid transparent;
		display: table;
	}
	
	.cart-add div a:hover {
		color: #000 !important;
		border-color: #000;
	}
	
	.cd_product_cr {
		background: #fff;
		position: relative;
		margin-left: 15px;
		margin-right: 15px;
		overflow: hidden;
	}
	
	.p-list .row {
		position: relative;
	}
	
	.p-list {
		width: 100%;
		padding: 10px 0;
	}
	
	.cp-list {
		width: 33%;
		padding: 0;
		list-style: none;
		margin-bottom: 15px;
		border: none;
	}
	
	.p-list.category_lists > li {
		position: relative;
		float: left;
		width: 50%;
		padding: 0 10px;
		list-style: none;
		margin: 0px;
		min-height: 612px;
		border: none;
	}
	
	.p-list.category_lists > li a:hover {
		opacity: 0.7;
	}
	
	.p-list.category_lists .cp-list a img {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.p-list li:hover {
		cursor: pointer;
	}
	
	.sorry_text {
		color: #000;
		margin: 10px 0 10px 15px;
	}
	
	.product-tabs1 {
		padding: 70px 0 0px;
		margin-bottom: -50px;
	}
	
	.cd_product_cr .product-title {
		width: 75%;
		margin-bottom: 5px;
		padding: 0;
	}
	
	.category_detail_page .category_lists .product-title {
		width: 60%;
		text-align: left;
		padding-top: 1px;
	}
	
	.category_detail_page .category_lists .pt_desktop {
		display: block;
	}
	
	.category_detail_page .category_lists .pt_tablet {
		display: none;
	}
	
	.category_detail_page .category_lists .product-title a:hover {
		color: #5c0c2d;
		text-decoration: none;
	}
	
	.cd_product_cr .product-title {
		font-size: 16px;
		text-align: left;
		margin: 2px 0 0 0;
		padding: 0;
		font-family: 'Museo Sans', sans-serif;
		line-height: 1.1;
	}
	
	.cd_product_cr .product-title a {
		text-decoration: none !important;
	}
	
	.cd_product_cr .product-title a:hover,
	.cd_product_cr .product-title a:focus {
		color: #5c0c2d;
	}
	
	.cd_product_cr .product-price {
		font-family: 'Museo Sans';
		font-size: 18px;
		color: #5c0c2d;
		font-weight: 700;
		text-align: right;
		margin: 0;
		display: block;
		float: right;
	}
	
	.cd_product_cr .product-price .strikePrice {
		font-size: 14px;
		color: #5c5c5c;
		text-decoration: line-through;
	}
	
	.cd_product_cr .product-price .salePriceDiv {
		display: inline-block;
	}
	
	.cd_product_cr .product-price .priceFrom {
		font-size: 14px;
		display: block;
	}
	
	.cd_product_cr .salePriceDiv .youSave {
		display: none !important;
	}

	.cd_product_cr .salePriceDiv > label {
		display: none;
	}
	
	.cd_product_cr .cd_hover_btn_cr {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
		opacity: 0;
	}
	
	.cd_product_cr:hover .cd_hover_btn_cr {
		visibility: visible;
		opacity: 1;
	}
	
	.cd_product_cr .cd_hover_btn {
		width: 55px;
		height: 55px;
		font-size: 14px;
		color: #ffffff;
		line-height: 1;
		text-align: center;
		text-decoration: none !important;
		background-color: #5c5c5c;
		border-radius: 50% !important;
		position: relative;
		left: 0;
		display: block;
		margin: 0;
		padding: 23px 0 0 0;
		opacity: 1;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
	}
	
	.cd_product_cr .cd_hover_btn:hover {
		background: #5c0c2d;
	}
	
	.cd_product_cr .cd_hover_btn i {
		font-size: 23px;
		color: #ffffff;
	}
	
	.cd_product_cr .cd_hover_btn.quick_look_btn i {
		line-height: 0;
	}
	
	.cd_product_cr .cd_hover_btn:hover i {
		color: #ffffff;
	}
	
	.cd_product_cr .ourPriceDiv {
		line-height: normal;
		text-align: right;
		display: block;
	}
	
	.cd_product_cr:hover .cd_hover_btn_cr {
		visibility: visible;
		opacity: 1;
	}
	
	.cd_hover_btn_cr {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		visibility: hidden;
		opacity: 0;
	}
	
	.cd_hover_btn {
		width: 55px;
		height: 55px;
		font-size: 14px;
		color: #ffffff;
		line-height: 1;
		text-align: center;
		text-decoration: none !important;
		background-color: #5c5c5c;
		border-radius: 50% !important;
		position: relative;
		left: 0;
		display: block;
		margin: 0;
		padding: 23px 0 0 0;
		opacity: 1;
		box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
	}
	
	.cd_hover_btn:hover {
		background: #5c0c2d;
	}
	
	.cd_hover_btn i {
		font-size: 23px;
		color: #ffffff;
		/*line-height: 0;*/
	}
	
	.cd_hover_btn.quick_look_btn i {
		line-height: 0;
	}
	
	.cd_hover_btn:hover i {
		color: #ffffff;
	}
	
	.badge_position {
		width: 100%;
		margin: 0;
		position: relative;
	}
	
	.product_detail_page .badge_position {
		position: absolute;
		bottom: 0;
	}
	
	.badge_cr {
		height: auto;
		position: absolute;
		bottom: 17px;
		right: 0;
		z-index: 2;
		margin-right: 15px;
	}

	.badge-item {
		background-color: #5c0c2d;
		color: #fff;
		font-weight: bold;
		padding: 2px 4px;
		font-size: 12px;
	}


	.badge_cr .br_badge {
		width: 100%;
		padding: 15px 15px 12px 15px;
		position: absolute;
		background: #5c0c2d;
	}
	
	.badge_cr .br_badge p.badge_label {
		font-size: 14px;
		color: #ffffff;
		margin: 0;
	}
	
	.star {
		margin-top: 7px;
	}
	
	.star .yes i {
		color: #777777;
		font-size: 16px;
	}
	
	.star .no i {
		color: #cecece;
		font-size: 15px;
	}
	/* 5.3 Quick Look */
	
	.modal .modal-dialog {
		width: 930px;
	}
	
	.modal-body {
		padding: 10px 20px 80px 20px;
	}
	
	.quickview-modal .modal-body {
		padding-top: 0;
	}
	
	.modal-header {
		min-height: 40px;
		padding: 20px;
		border: 0;
	}
	
	.quickview-modal .modal-header {
		padding-bottom: 20px;
	}
	
	.modal .modal-header .close {
		width: 35px;
		height: 35px;
		color: #5c5c5c;
		line-height: 35px;
		text-align: center;
		border: none;
		opacity: 1;
	}
	
	.modal .modal-header .close:hover {
		opacity: 0.7;
	}
	
	.modal h3.modal_product_header {
		font-size: 22px;
		margin: 0 0 20px 0;
		padding-bottom: 20px;
		position: relative;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.modal h3.modal_product_header .font1 {
		font-size: 22px;
	}
	
	#lblQuickViewProdTitle {
		text-decoration: none !important;
	}
	
	#lblQuickViewProdTitle:hover {
		color: #5c0c2d;
	}
	
	.quickViewPrice {
		font-size: 26px;
		color: #5c0c2d;
		font-weight: 700;
		margin: 0 0 15px 0;
		display: block;
		vertical-align: bottom;
	}
	
	.quickViewPrice .ourPriceDiv {
		display: inline-block;
	}
	
	.quickViewPrice .salePriceDiv {
		margin: 0 5px 0 0;
		float: left;
		display: inline-block;
	}
	
	.quickViewPrice .strikePrice {
		font-size: 16px;
		text-decoration: line-through;
	}
	
	.quickViewPrice .salePriceDiv .youSave {
		display: none !important;
	}
	
	.quickShopDescription {
		margin-bottom: 20px;
		margin-top: 24px;
		padding-top: 20px;
		border-top: 1px solid #bcbcbc;
	}
	
	.modal_style_text {
		margin-bottom: 20px;
	}
	
	.stockMessage {
		font-weight: bold;
	}
	
	a:link.qv-details-btn {
		display: inline-block;
		float: left;
		clear: none;
		width: 140px;
		height: 36px;
		background-color: #ffffff;
		border: 2px solid #444444;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #444;
		display: table;
		text-align: center;
		padding: 9px 0 7px;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	a:hover.qv-details-btn {
		background-color: #444444;
		border: 2px solid #444444;
		color: #ffffff;
	}
	
	a:link.product-add-btn {
		display: inline-block;
		float: left;
		clear: none;
		width: 140px;
		height: 36px;
		background-color: #444;
		border: 2px solid #444;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff !important;
		display: table;
		text-align: center;
		padding: 9px 0 7px;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	a:hover.product-add-btn {
		background-color: #fff;
		border: 2px solid #444;
		color: #444 !important;
	}
	
	.qvWishLink {
		float: left;
		clear: both;
		margin: 0 0 25px 95px;
	}
	
	.qvWishLink a {
		color: #4a4a4a;
		font-size: 11px;
		font-style: italic;
	}
	
	.qvQuantity {
		margin-bottom: 20px;
	}
	
	.qvQuantity ul {
		margin: 0;
		padding-left: 0;
	}
	
	.qvQuantity ul > li {
		list-style: none;
	}
	
	#divColorSwatch.qvSwatches img {
		width: 34px;
		height: 34px;
		margin: 0 5px 10px 0;
		display: inline-block;
		position: relative;
		border: 1px solid transparent;
		/*border-radius: 20px !important;*/
		cursor: pointer;
		-o-transition: .5s ease-in-out;
		-ms-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	#divColorSwatch.qvSwatches img:hover {
		border: 1px solid #bcbcbc;
	}
	
	#divColorSwatch.qvSwatches img.modalColorSelected {
		border: 1px solid #1c1d1d;
		outline: 3px solid #1c1d1d;
		outline-offset: -3px;
	}
	
	.product-option ul li form input,
	.product-option #txtQty,
	.product-option ul li div input[type=text],
	.product-option ul li span input {
		width: 36px;
		height: 36px;
		font-size: 16px;
		color: #1c1d1d;
		text-align: center;
		margin: 0 7px 0 0;
		background-color: #fff;
		float: left;
		list-style: none;
		border: 1px solid #bcbcbc;
	}
	
	.product-option ul li form input:focus,
	.product-option ul li div input:focus,
	.product-option ul li div input[type=text]:focus,
	.product-option ul li span input:focus {
		border: 1px solid #1c1d1d;
	}
	
	.quickview-modal .product-option ul li div input {
		margin-right: 0;
		float: none;
	}
	
	.variantLabel {
		font-family: 'Museo Sans', sans-serif;
	}
	
	.product-size h6,
	.modal_select_color h6,
	.modal_full_details a {
		margin: 9px 0 5px 0;
	}
	
	.modal_select_color {
		margin: 0 0 10px 0;
	}
	
	.quickview-modal .product-size {
		margin: 0 0 10px 0;
	}
	
	.modal_full_details {
		margin: 0 0 20px 0;
	}
	
	.modal_full_details a {
		text-decoration: underline;
	}
	
	.modal_full_details a:hover {
		color: #5c0c2d;
	}
	
	.product-size ul {
		padding-left: 0;
	}
	
	.product-size ul li {
		margin-right: 3px;
		margin-bottom: 10px;
		display: inline-block;
		list-style: none;
	}
	
	.product-size ul li a {
		width: 100% !important;
		min-width: 34px !important;
		height: 34px;
		font-family: 'Museo Sans';
		font-size: 18px;
		line-height: 33px;
		color: #1c1d1d;
		text-align: center;
		text-decoration: none;
		background-color: #ffffff;
		padding: 0 6px;
		position: relative;
		display: block;
		border: 1px solid transparent;
	}
	
	.product-size ul li a:hover {
		border: 1px solid #bcbcbc;
	}
	
	.product-size ul li a.oos_item,
	.product-size ul li a.oos_item:hover,
	.product-size ul li a.oos_item:active,
	.product-size ul li a.oos_item:focus {
		/*background: #e3e1e1 none repeat scroll 0 0 !important;
  border: 1px solid #ccc !important;*/
		color: #bcbcbc !important;
		cursor: default !important;
	}
	
	.selectedSize {
		color: #1c1d1d !important;
		border: 1px solid #1c1d1d !important;
		-webkit-box-shadow: inset 0 0 0 1px #1c1d1d;
		box-shadow: inset 0 0 0 1px #1c1d1d;
	}
	
	.addedToCart-modal .modal-dialog {
		width: 600px;
	}
	
	.addedToCart-modal .modal-body {
		padding: 20px 20px 40px 20px;
	}
	
	.addedToCart-modal .cartProductImage {
		float: left !important;
		clear: none !important;
		padding-right: 15px;
	}
	
	.addedToCart-modal .tileInfo,
	.addedToCart-modal .addItemCheckout {
		text-align: left;
		font-size: 12px;
	}
	
	.addedToCart-modal h4 {
		font-size: 18px;
		color: #333;
	}
	
	.addedToCart-modal h5 {
		font-size: 16px;
		color: #333;
	}
	
	.addedToCart-modal .modal-footer a.modalContinueShopping {
		float: left;
		text-align: left;
	}
	
	.addedToCart-modal .modal-footer a.btn main_btn {
		padding: 10px 20px;
		color: #fff;
		text-decoration: none !important;
		vertical-align: sub;
	}
	
	.addedToCart-modal .modal-footer .modal-cbtn.main_btn {
		font-size: 14px;
	}
	/* 6. Product Detail */
	/*
.product_detail_page .product-single {
	padding: 50px;
	background: #fff;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
}
*/
.fast-checkout-pdp {
	display: block;
	width: 300px;
}

	.fast-checkout-pdp .or_cr {
		width: 100%;
		max-width: 100px;
		text-align: center;
		position: relative;
		display: block;
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}

		.fast-checkout-pdp .or_cr:before {
			content: "";
			width: 100%;
			height: 1px;
			background: #bcbcbc;
			position: absolute;
			left: 0;
			top: 11px;
			z-index: 1;
		}

		.fast-checkout-pdp .or_cr span {
			padding: 4px 10px;
			background: #ffffff;
			position: relative;
			z-index: 2;
		}		


	.product_detail_page .product_name {
		margin: 15px 0 20px 0;
	}
	
	.product_detail_page h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	.product_detail_page #reviewLink {
		display: none !important
	}
	
	.product_detail_page .price_and_rating_cr {
		display: block;
		margin: 0 0 20px 0;
		padding-bottom: 32px;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.product_detail_page .product-single-info .ourPriceDiv {
		font-size: 26px;
		color: #1c1d1d;
		font-weight: 700;
		display: inline-block;
	}
	
	.product_detail_page .price_and_rating_cr .salePriceDiv {
		font-size: 26px;
		color: #5c0c2d;
		font-weight: 700;
		margin-right: 7px;
		display: inline-block;
		float: left;
	}
	
	.product_detail_page .price_and_rating_cr .strikePrice {
		font-size: 18px;
		text-decoration: line-through;
	}
	
	.product_detail_page .price_and_rating_cr .youSave {
		display: none;
	}
	
	.product_detail_page .rating_cr {
		margin-top: 16px;
	}
	
	.product_detail_page .rating_cr .star_cr > span {
		position: relative;
		display: inline-block
	}
	
	.product_detail_page .product_details_cr {
		margin: 0 0 10px 0;
	}
	
	.product_detail_page .product_code {
		margin: 23px 0 0 0;
	}
	
	.product_detail_page .color_swatches_cr {
		margin-bottom: 20px;
	}
	
	.color_swatches_repeater {
		width: 36px !important;
		height: 36px !important;
		text-align: center;
		margin-right: 2px;
		margin-bottom: 5px;
		display: inline-block;
	}
	
	.color_swatches_repeater a {
		display: inline-block;
	}
	
	.color_swatches_repeater img {
		width: 100%;
		height: 100%;
		font-size: 0;
		border: 1px solid transparent;
	}
	
	.color_swatches_repeater .ec_SwatchImageOver img {
		border: 1px solid #bcbcbc;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
	}
	
	.color_swatches_repeater .ec_CollectionsSwatchImageOver img {
		border: 1px solid #bcbcbc;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
	}
	
	.ec_SwatchImageSelected img {
		border: 2px solid #1c1d1d !important;
	}
	
	.ec_CollectionsSwatchImageSelected img {
		border: 2px solid #1c1d1d !important;
	}
	
	.product_detail_page .product-size {
		margin: 0 0 20px 0;
	}
	
	.product_detail_page .product-size h6 {
		margin-right: 10px;
		display: inline-block;
	}
	
	.product_detail_page .product-size #sizeChartLink,
	.product_detail_page .product-size #sizeChartLinkMobile {
		font-size: 14px;
		color: #5c5c5c;
		display: none !important;
	}
	
	.product_detail_page .product-size #sizeChartLinkMobile {
		display: none;
	}
	
	.product_detail_page .product-option {
		margin: 0 0 30px 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.product_detail_page .product-option ul {
		margin: 0 0 3px 0;
		padding: 0;
	}
	
	.product_detail_page .product-option ul li {
		list-style: none;
	}
	
	.product_detail_page .product-option ul li:nth-child(n+2) {
		display: inline-block;
	}
	
	.product_detail_page #txtQty,
	.product_detail_page .product-option .incrementor_container input {
		margin: 0 0 0 2px;
		float: none;
	}
	
	.incrementor_container {
		float: left;
		margin-right: 10px;
		margin-top: 3px;
	}
	
	.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 span.inc_btn:hover {
		color: #1c1d1d;
	}
	
	.incrementor_container a:hover {
		text-decoration: none;
		color: #1c1d1d;
	}
	
	.product_detail_page #divBuyBtn {
		display: inline-block;
		position: relative;
		top: -3px;
	}
	
	.product_detail_page #btnAddToCart {
		width: auto;
		height: auto;
		float: none;
	}
	
	.product_detail_page .btnAddToCart_cr {
		display: inline-block;
	}
	
	.product_detail_page .add_to_wishlist_btn {
		width: 42px;
		height: 42px;
		line-height: 42px;
		padding: 0;
		display: block;
		border-radius: 21px !important;
	}
	
	.product_detail_page .product-option .add_to_wishlist_cr {
		padding: 10px 0 0 0;
	}
	
	.product_detail_page .product-option .add_to_wishlist_cr .wish-btn {
		font-size: 14px;
		font-style: italic;
		color: #5c5c5c;
	}
	
	.product_detail_page .check_stores_cr {
		width: 100%;
		max-width: 260px;
		text-align: center;
		border: 2px solid #ddd;
		padding: 10px;
		margin-top: 20px;
		margin-bottom: 20px;
		border-radius: 10px !important;
	}
	
	.product_detail_page .check_stores_cr .nearby_stores_img {
		width: 100%;
		height: auto;
		margin: 15px 0 2px 0;
	}
	
	.product_detail_page .check_stores_cr a.nearby_stores_btn {
		font-size: 14px;
		text-decoration: none;
		color: #5c0c2d;
	}
	
	.product_detail_page .check_stores_cr a.nearby_stores_btn:hover {
		color: #5c0c2d;
	}
	
	.product_detail_page .collections_section {
		margin-top: 40px;
	}
	
	.product_detail_page .collection_container {
		margin-bottom: 15px;
	}
	
	.product_detail_page .collection_container img {
		display: block;
		position: relative;
		margin-bottom: 5px;
	}
	
	.product_detail_page .collection_container span {
		font-size: 14px;
	}
	/*.product_detail_page .product-share {
	margin-top: 30px;
}*/
	
	.product_detail_page .product-share ul {
		padding-left: 0;
	}
	
	.product_detail_page .product-share ul li {
		list-style: none;
		display: inline-block;
		margin-right: 6px;
		cursor: pointer;
	}
	
	.product_detail_page .product-share ul li a {
		font-size: 22px;
		color: #5c5c5c;
		padding: 3px;
		display: block;
		text-align: center;
		cursor: pointer !important;
	}
	
	.product_detail_page .info_tabs_outer_cr {
		margin-top: 75px;
		margin-bottom: 75px;
	}
	
	.product_detail_page .info_tabs_cr ul.nav-tabs li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.product_detail_page .info_tabs_cr ul.nav-tabs li a {
		text-transform: uppercase;
		padding: 15px 0 10px 0;
		background: transparent !important;
		display: inline-block;
		border: none;
		border-bottom: 3px solid transparent;
	}
	
	.product_detail_page .info_tabs_cr ul.nav-tabs li a:hover {
		border: none;
		border-bottom: 3px solid transparent;
	}
	
	.product_detail_page .info_tabs_cr ul.nav-tabs li.active a {
		color: #5c0c2d;
		border-bottom: 3px solid #5c0c2d;
	}
	
	.product_detail_page .info_tabs_cr .tab-pane a {
		text-decoration: underline;
	}
	
	.product_detail_page .info_tabs_cr .tab-pane a:hover {
		color: #5c0c2d;
		text-decoration: underline;
	}
	
	.reviews_outer_cr {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #bcbcbc;
		margin-bottom: 90px;
	}
	
	.reviews_outer_cr h3 {
		margin-top: 0;
	}
	
	.reviews_cr {}
	
	.review_comments h4 {
		color: #5c5c5c;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0px 0 25px;
		padding-bottom: 16px;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.review_comments h4 em {
		font-style: normal;
		font-size: 14px;
		text-transform: none;
	}
	
	.review_comment_info h5 {
		font-size: 14px;
		color: #5c5c5c;
		font-weight: 400;
		margin: 0px 0px 5px;
		text-transform: uppercase;
	}
	
	.review_comment_info {
		margin-left: 90px;
	}
	
	.review_comment {
		margin-bottom: 50px;
	}
	
	.review_comments {
		padding-right: 30px;
	}
	
	.rc_form h4 {
		color: #5c5c5c;
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 400;
		margin: 0px 0 25px;
		border-bottom: 1px solid #bcbcbc;
		padding-bottom: 16px;
	}
	
	.enter_review_section input[type="text"],
	.enter_review_section textarea {
		width: 100%;
		height: 34px;
		font-size: 14px;
		color: #5c5c5c;
		background-color: transparent;
		padding: 0px 10px;
		margin-bottom: 15px;
		border: solid 1px #bcbcbc;
	}
	
	.enter_review_section input[type="text"]:focus,
	.enter_review_section textarea:focus {
		border-color: #5c5c5c
	}
	
	.enter_review_section .star_cr {
		padding: 0 0 9px 0;
	}
	
	.enter_review_section .star_cr span span > a {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		top: -3px;
	}
	
	.enter_review_section textarea {
		width: 100%;
		max-width: 100%;
		height: 137px;
		background-color: transparent;
		padding: 10px 10px;
		font-size: 14px;
		color: #5c5c5c;
		border: solid 1px #bcbcbc;
		margin-bottom: 10px;
		resize: none;
	}
	
	#writeReview div {
		padding: 20px 0 10px 0;
		font-size: 14px;
		text-transform: uppercase;
		color: #5c5c5c !important;
	}
	
	.enter_review_section .btn main_btn {
		width: 160px;
		height: 34px;
		float: right;
		margin-bottom: 30px;
	}
	
	.no_reviews_head {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		padding: 0 0 20px 0;
		color: #5c5c5c;
	}
	
	.ProductReview {
		/*border: 1px solid #5c5c5c;
	padding: 25px;*/
		margin-bottom: 30px;
	}
	
	.ProductReview:last-child {
		margin-bottom: 0;
	}
	
	.ProductReview .title {
		font-weight: bold;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	
	.product_detail_page .ProductReview .rating {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.ProductReview .comments {
		margin-bottom: 10px;
	}
	
	.ProductReview .writtenby {
		font-style: italic;
		color: #5c5c5c;
		margin-bottom: 0;
	}
	
	.reviews_outer_cr .comments_r_cr .not_logged_in_head {
		color: #5c5c5c;
	}
	
	.reviews_outer_cr #writeReview {
		font-size: 18px;
		font-weight: bold;
		color: #5c5c5c;
		margin-bottom: 20px;
	}
	
	.related_items_cr {
		margin-top: 50px;
		padding-top: 50px;
		border-top: 1px solid #bcbcbc;
		display: none;
	}
	
	.related_items_cr .msrpPriceDiv label,
	.related_items_cr .salePriceDiv label,
	.related_items_cr .ourPriceDiv label {
		display: none;
	}
	
	.related_items_cr #p-slider1 .owl-nav {
		display: none;
	}
	
	#owl-carousel-product-detail {
		margin-bottom: 20px;
	}
	
	
	
	#owl-carousel-product-detail .owl-wrapper-outer {
		min-height: 285px;
	}
	
	
	
	.product_detail_page .owl-theme .owl-controls {
		margin-top: 0;
		visibility: hidden;
	}
	
	#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;
		font-size: 44px;
		line-height: 20px;
	}
	
	#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: #5c5c5c;
	}
	
	#nearby_stores_cr #btnDoLocSearch {
		padding: 6px 15px;
		vertical-align: bottom;
		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 .locdistance {
		float: right;
	}
	
	#nearby_stores_cr #locresults .locitem .locname {
		font-weight: 700;
	}
	
	#nearby_stores_cr .st_text {
		font-size: 14px;
	}
	/* 6.1 More Products (New collections repeater addon) */
	
	.more_products_cr {
		margin-top: 50px;
	}
	
	.product_detail_page .more_products_cr .color_swatches_cr {
		margin-top: 0;
	}
	
	.product_detail_page .more_products_cr .sbl_repeater {
		margin-bottom: 20px;
	}
	
	.product_detail_page .product-size ul {
		margin: 0;
	}
	
	.product_detail_page .more_products_cr .btnAddToBag {
		cursor: pointer !important;
	}
	
	.product_detail_page .more_products_cr div.variantValue {
		margin-bottom: 10px;
	}
	
	.product_detail_page .more_products_cr .lookList {
		line-height: 22px;
	}
	
	.product_detail_page .more_products_cr .lookList .sbl_product_name a {
		font-family: 'Museo Sans';
		font-size: 22px;
		color: #1c1d1d;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.product_detail_page .more_products_cr .salePriceDiv {
		display: block;
		float: left;
		text-align: left;
		margin: 0;
	}
	
	.product_detail_page .more_products_cr .ourPriceDiv .strikePrice {
		margin-left: -10px;
	}
	
	.product_detail_page .more_products_cr .ourPriceDiv {
		font-size: 22px;
		margin-top: 10px;
	}
	
	.product_detail_page .more_products_cr .product-size {
		margin: 15px 0 0 0;
		padding: 0;
		border: none;
	}
	/* 6.2 New Product Detail Description */
	
	.product_detail_page .new_desc_container {
		margin: 0 0 20px 0;
	}
	
	.product_detail_page .new_desc_container .show_more_toggle {
		margin-top: 5px;
	}
	
	.product_detail_page .new_desc_container .new_desc {
		width: 100%;
		overflow: hidden;
	}
	
	.product_detail_page .new_desc_container span.show_more_toggle {
		margin-top: 5px;
		color: #5c5c5c;
		font-size: 12px;
		cursor: pointer;
		display: none;
	}
	
	.product_detail_page .new_desc_container span.show_more_toggle:hover {
		text-decoration: underline;
		color: #1c1d1d;
	}
	/* 7. View Cart */
	
	.view_cart_page .cart-totals .or_cr {
		display: none;
	}
	
	.view_cart_page {
		min-height: 530px;
	}
	
	.view_cart_page .right_cr {
		margin-bottom: 50px;
	}
	
	.cart-table {
		margin-bottom: 40px;
	}
	
	.view_cart_page h1.reviewHeading {
		font-size: 20px;
	}
	
	.view_cart_page .shopping-cart-page table.cart-table {
		border: 1px solid #bcbcbc;
	}
	
	.view_cart_page .ship_instead_btn {
		color: #5c0c2d;
		text-decoration: underline;
	}
	
	.cart-table tbody tr td span.mobileLabel,
	.checkout-table tbody tr td span.mobileLabel,
	.wishlist-table tbody tr td span.mobileLabel,
	.order-details-table tbody tr td span.mobileLabel,
	.order-history-table tbody tr td span.mobileLabel {
		display: none;
	}
	
	.cartHeading {
		/*.cart-table thead tr td*/
		font-size: 15px !important;
		color: #5c5c5c;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle !important;
		font-weight: normal !important;
		border: none;
		height: 45px;
		background-color: #ededed;
		border: 1px solid #ededed;
		border-collapse: collapse;
	}
	
	.cart-heading .header_close {
		width: 18px;
	}
	
	.cart-table tr:first-child td.cart-heading:last-child {
		padding: 0 5px;
	}
	
	.cartHeading.heading-left,
	td.heading-left {
		text-align: left !important;
	}
	
	.cart-table thead tr th {
		border: none;
		height: 45px;
		background-color: #ededed;
		font-size: 12px;
		color: #5c5c5c;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		font-weight: 400;
		border: 1px solid #ededed;
		border-collapse: collapse;
	}
	
	.cart-table thead tr th:nth-child(1) {
		width: 41.5%;
	}
	
	.cart-table thead tr th:nth-child(2) {
		width: 16%;
	}
	
	.cart-table thead tr th:nth-child(3) {
		width: 13.5%;
	}
	
	.cart-table thead tr th:nth-child(4) {
		width: 12%;
	}
	
	.cart-table thead tr th:nth-child(5) {
		width: 11.5%;
	}
	
	.cart-table thead tr th:nth-child(6) {
		width: 5.5%;
	}
	
	.cart-table tbody tr td {
		font-size: 15px;
		border-collapse: collapse;
		background: #ffffff;
		padding: 20px 8px;
	}
	
	.cart-table tbody tr td.cart-heading {
		padding: 0 15px;
		vertical-align: middle;
	}
	
	.cart-table tbody tr td input {
		width: 36px;
		height: 36px;
		background-color: #ffffff;
		border: solid 1px #bcbcbc;
		text-align: center;
		font-size: 15px;
		color: #1c1d1d;
	}
	
	.cart-table tbody tr td:nth-child(1) {
		width: 58%;
	}
	
	.cart-table tbody tr td:nth-child(2) {
		width: 15%;
	}
	
	.cart-table tbody tr td:nth-child(3) {
		width: 15%;
	}
	
	.cart-table tbody tr td:nth-child(4) {
		width: 12%;
	}
	
	.cart-table tbody tr td:nth-child(1) h4 {
		font-size: 16px;
		color: #5c5c5c;
		font-weight: 400;
		margin: 7px 0 7px;
		margin-left: 168px;
		line-height: 24px;
	}
	
	.cart-table tbody tr td:nth-child(1) p {
		font-size: 15px;
		color: #5c5c5c;
	}
	
	.cart-table tbody tr td:nth-child(1) p span {
		font-size: 15px;
		color: #5c5c5c;
	}
	
	.cart-table tbody tr td:nth-child(2) {
		color: #5c5c5c;
		text-align: center;
		line-height: 34px;
	}
	
	.cart-table strike {
		color: #ff0000;
		display: block;
	}
	
	a.cartProduct:link {
		font-family: 'Museo Sans';
		color: #1c1d1d;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	a.cartProduct:hover {
		color: #5c0c2d;
	}
	
	.productDescription {
		padding: 5px 0 0 0;
	}
	
	.cart-table tbody tr td:nth-child(4) {
		text-align: center;
		font-size: 15px;
		color: #222;
		line-height: 34px;
	}
	
	.cart-table tbody tr td:nth-child(4) span {
		/*text-decoration: line-through;
	margin-left: 10px;*/
		line-height: 34px;
	}
	
	.cart-table tbody tr td:nth-child(3) {
		text-align: center;
		font-size: 20px;
		line-height: 34px;
	}
	
	.cart-table tbody tr td:nth-child(5) {
		font-size: 15px;
		color: #222;
		text-align: center;
		line-height: 34px;
	}
	
	.cart-table tbody tr td:nth-child(6) {
		font-size: 15px;
		color: #222;
		font-weight: bold;
		line-height: 34px;
	}
	
	.cart-table tbody tr td:nth-child(7) {
		line-height: 29px;
	}
	
	.cart-table tr:first-child td.cart-heading {
		display: none !important;
	}
	
	.returnStatus {
		font-size: 11px;
		font-weight: normal;
	}
	
	.returnableItem {
		border: 1px solid #e7e7e7;
		background-color: #ffffff;
		padding: 10px;
		min-height: 326px;
		height: 100%;
		margin: 0 0 20px 0;
	}
	
	.returningItem {
		border: 1px solid #000000 !important;
		background-color: #e7e7e7;
	}
	
	.close-head {
		width: 18px;
		height: 18px;
		border: 1px solid #666;
		line-height: 18px;
		text-align: center;
		color: #666;
		font-size: 8px;
		font-weight: bold;
		margin: 0px auto;
		border-radius: 18px;
		padding: 0px 0px 0px 1px;
	}
	
	.cart-tabs #tabs-titles {
		width: 40%;
	}
	
	.cart-tabs #tabs-contents {
		width: 60%;
	}
	
	.cart-tabs #tabs-contents li {
		min-height: 192px;
	}
	
	.cart-tabs #tabs-contents li p {
		font-family: Arial;
		font-size: 16px;
		color: #666;
	}
	
	.selectParent {
		width: 100%;
		overflow: hidden;
		border: solid 1px #ccc;
	}
	
	.selectParent select {
		width: 120%;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 2px 2px 2px 2px;
		background: transparent url("../sitefiles/images/select_arrow.png") no-repeat 80% center;
		background-size: 8.5px;
		height: 35px;
		background-color: #fff;
		border: none;
		font-family: Arial;
		font-size: 13px;
		color: #888;
		padding: 8px 15px;
	}
	
	a.close1:link {
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(/sitefiles/images/sale_close.png) no-repeat;
		background-size: 15px 15px;
		-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;
		display: table;
		cursor: pointer;
		margin: 5px 0 0 0;
		opacity: 1;
	}
	
	a.close1:hover {
		/*display: inline-block;
    background: url(/sitefiles/images/close.png) no-repeat;
	background-size: 100%;
    -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;
    display: table;*/
		opacity: 0.7;
	}
	
	.cart_validation {
		font-size: 10px !important;
	}
	
	.close1 .tooltip_remove_item {
		visibility: hidden;
		width: 85px;
		font-size: 9px;
		line-height: normal;
		color: #888;
		text-align: center;
		background-color: #fff;
		border: 1px solid #f0f0f0;
		padding: 5px;
		margin-left: 10px;
		margin-top: 15px;
		border-radius: 0;
		position: absolute;
		z-index: 1;
		opacity: 0;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.close1:hover .tooltip_remove_item {
		visibility: visible;
		opacity: 1;
	}
	
	a.remove_item_btn {
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(/sitefiles/images/sale_close.png) no-repeat;
		background-size: 20px;
		cursor: pointer;
		margin: 6px 0 0 0;
		opacity: 0.5;
		text-decoration: none !important;
	}
	
	a.remove_item_btn:hover {
		opacity: 0.9;
	}
	
	.enter_promo_title_cr {
		padding-top: 15px;
		margin-top: 25px;
		border-top: 1px solid #bcbcbc;
	}
	
	.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 {
		/*font-size: 11px;
	color: #888;*/
		border: 1px solid #bcbcbc;
		padding: 8px 12px;
		width: 100%;
		max-width: 290px;
	}
	
	.enter_gift_title_cr {
		padding-top: 15px;
		border-top: 1px solid #bcbcbc;
	}
	
	.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 #bcbcbc;
		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;
	}
	/*.enter_promo_code_cr.opened {
	visibility: visible;
	height: auto;
}*/
	
	.enter_gift_card_cr input.coupon-input {
		/*font-size: 11px;
	color: #888;*/
		border: 1px solid #bcbcbc;
		padding: 8px 12px;
		width: 100%;
		max-width: 290px;
	}
	
	.enter_gift_card_cr input.gift-input {
		border: 1px solid #bcbcbc;
		padding: 8px 12px;
		width: 100%;
		max-width: 290px;
	}
	
	input.apply_discount_btn {
		margin: 15px 0;
		display: block;
	}
	
	input.update_cart_btn {
		margin-bottom: 16px;
		float: right;
	}
	
	.continue_shopping_desktop .continue_shopping_btn {
		margin-top: 16px;
		display: inline-block;
	}
	
	.continue_shopping_mobile {
		display: none;
	}
	
	.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;
	}
	
	
	.view_cart_page .right_cr .cart-totals {
		text-align: center;
	}
	
	.od_info_cr {
		line-height: 1.6;
		margin: 0 0 15px 0;
		padding: 13px 0;
		border-top: 1px solid #bcbcbc;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.od_info_cr .text-right {
		font-weight: 700;
	}
	
	.cart-totals .or_cr {
		width: 100%;
		max-width: 100px;
		text-align: center;
		position: relative;
		display: block;
		margin: 0 auto;
	}
	
	.cart-totals .or_cr:before {
		content: "";
		width: 100%;
		height: 1px;
		background: #bcbcbc;
		position: absolute;
		left: 0;
		top: 11px;
		z-index: 1;
	}
	
	.cart-totals .or_cr span {
		padding: 4px 10px;
		background: #ffffff;
		position: relative;
		z-index: 2;
	}
	/* 8. Login */
	
	.login_page .white_cr,
	.retrieve_pw_page .white_cr,
	.register_page .white_cr {
		margin: 0 auto 100px auto;
	}
	
	.login_page .login_cr {
		margin-top: 0px;
	}
	
	.login_page .login_cr.top_cr {
		margin-top: 20px;
	}
	
	.login_page .login_top h4 {
		width: 100%;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	.login_page .bot_cr {
		margin-bottom: 30px;
	}
	
	.login_page .input1 {
		width: 100%;
		max-width: 328px;
		height: 37px;
		font-size: 12px;
		color: #666;
		border: 1px solid #d3d3d3;
		background: #fff;
		margin-bottom: 15px;
		padding: 7px 15px;
	}
	/* Base for label styling */
	
	.login_page [type="checkbox"]:not(:checked),
	.login_page [type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	
	.login_page [type="checkbox"]:not(:checked) + label,
	.login_page [type="checkbox"]:checked + label {
		font-size: 12px;
		font-weight: normal;
		position: relative;
		margin-bottom: 10px;
		padding: 2px 0 0 25px;
		cursor: pointer;
	}
	/* checkbox aspect */
	
	.login_page [type="checkbox"]:not(:checked) + label:before,
	.login_page [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 */
	
	.login_page [type="checkbox"]:not(:checked) + label:after,
	.login_page [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 */
	
	.login_page [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
	}
	
	.login_page [type="checkbox"]:checked + label:after {
		opacity: 1;
	}
	/* disabled checkbox */
	
	.login_page [type="checkbox"]:disabled:not(:checked) + label:before,
	.login_page [type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #ddd;
		background-color: #bcbcbc;
	}
	
	.login_page [type="checkbox"]:disabled:checked + label:after {
		color: #ddd;
	}
	
	.login_page [type="checkbox"]:disabled + label {
		color: #ddd;
	}
	/* accessibility */
	
	.login_page [type="checkbox"]:checked:focus + label:before,
	.login_page [type="checkbox"]:not(:checked):focus + label:before {}
	
	.login_page .forgot_pw_text {
		font-size: 12px;
		font-weight: normal;
		cursor: pointer;
	}
	
	.login_page .errorMsg {
		font-size: 12px;
		color: #ff0000;
		display: block;
	}
	
	.login_page .login_cr ul {
		margin: 0;
		padding: 0 0 0 18px;
	}
	
	.login_page .main_btn {
		margin-top: 25px;
	}
	/* 8.1 Register */
	
	.register_page .signupBlock {
		display: none !important;
	}
	
	.register_content_cr {
		margin-top: 25px;
		margin-bottom: 30px;
	}
	
	.register_page label {
		font-size: 14px;
		font-weight: normal;
	}
	
	.register_page .reg_input {
		width: 100%;
		max-width: 328px;
		height: 37px;
		font-size: 12px;
		color: #5c5c5c;
		border: 1px solid #bcbcbc;
		background: #fff;
		margin-bottom: 15px;
		padding: 7px 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.register_content_cr input[type="checkbox"] {
		vertical-align: middle;
		margin: 0 4px 0 0;
	}
	
	.register_content_cr p.checkbox {
		margin: 0;
	}
	/*.register_content_cr h4 {
	font-size: 20px;
}*/
	/* 8.2 Retrieve Password */
	
	.retrieve_pw_cr {
		min-height: 394px;
		margin-top: 50px;
	}
	/*.retrieve_pw_cr h4 {
	font-size: 20px;
}*/
	
	.retrieve_pw_cr .forgot_pw_input {
		width: 100%;
		max-width: 328px;
		height: 37px;
		font-size: 12px;
		color: #666;
		border: solid 1px #bcbcbc;
		background: #ffffff;
		margin-bottom: 15px;
		padding: 7px 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.retrieve_pw_cr .main_btn {
		margin-bottom: 20px;
	}
	
	.retrieve_pw_cr .main_btn.alt_btn3 {
		text-transform: none;
		background: #5c5c5c;
		border: none !important;
		color: #ffffff !important;
		opacity: 1;
	}
	
	.retrieve_pw_cr .main_btn.alt_btn3:hover {
		opacity: 0.8;
	}
	/* 8.3 Reset Password */
	
	.reset_pw_page {
		border-top: 1px solid #ddd;
	}
	
	.reset_pw_page .reset_pw_btn {
		max-width: 154px;
	}
	/* 9. Content Page */
	
	.content_page {
		margin-bottom: 70px;
	}
	
	.content_page .page_header {
		margin: 0;
	}
	
	.content_page h1 {
		font-size: 32px;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	
	.content_page h2 {
		font-size: 24px;
	}
	/*.content_page,
.content_page p,
.content_page ul li {
	font-size: 14px;
	line-height: 18px;
}

.content_page p,
.content_page ul {
	margin-bottom: 15px;
}*/
	
	.about_us_page {
		margin-bottom: 100px;
	}
	
	.about_us_page .about_us_hero {
		width: 100%;
		display: block;
		position: relative;
		margin-bottom: 50px;
	}
	
	.about_us_page .about_us_title_txt_cr {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.about_us_page .about_us_title_txt_cr h1 {
		font-size: 56px;
		color: #ffffff;
		text-align: center;
		margin: 0;
		padding: 0 15px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.about_us_page .top_txt,
	.about_us_page .bot_txt {
		margin-top: 30px;
	}
	
	.about_us_page h2 {
		width: 100%;
		max-width: 590px;
		font-size: 28px;
		text-align: center;
		margin: 0 auto 30px auto;
		text-transform: uppercase;
	}
	
	.about_us_page .top_txt p {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	.about_us_page .about_us_graphic_desktop {
		width: 100%;
		max-width: 1062px;
		margin: 40px auto;
		display: block;
		position: relative;
	}
	
	.about_us_page .about_us_graphic_mobile {
		width: 100%;
		max-width: 740px;
		margin: 30px auto;
		display: block;
		position: relative;
	}
	/* 10. Blog */
	
	.blog_page .blog_flexslider {
		padding: 15px;
		margin-bottom: 70px;
		border: 1px solid #bcbcbc;
	}
	
	.blog_flexslider.flexslider .flex-direction-nav .flex-next {
		background: transparent url(../sitefiles/images/flexslider_arrows_r.png) no-repeat center top;
		border-radius: 0 !important;
		opacity: 1;
		right: 25px;
	}
	
	.blog_flexslider.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 1;
		right: 25px;
	}
	
	.blog_flexslider.flexslider .flex-direction-nav .flex-prev {
		background: transparent url(../sitefiles/images/flexslider_arrows_l.png) no-repeat center top;
		border-radius: 0 !important;
		opacity: 1;
		left: 25px;
	}
	
	.blog_flexslider.flexslider:hover .flex-direction-nav .flex-prev {
		opacity: 1;
		left: 25px;
	}
	
	.blog_flexslider.flexslider .flex-direction-nav .flex-prev:before,
	.blog_flexslider.flexslider .flex-direction-nav .flex-next:before {
		content: "";
	}
	
	.blog_flexslider .blog_info_cr {
		width: 100%;
		text-align: center;
		background: rgba(92, 92, 92, 0.8);
		margin: 0;
		padding: 15px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.blog_flexslider .blog_info_cr h3 a {
		color: #ffffff;
		text-decoration: none !important;
	}
	
	.blog_flexslider .blog_info_cr h3 {
		font-size: 18px;
		text-align: left;
		margin: 0;
	}
	
	.blog_flexslider .blog_info_cr h3 a:hover {
		color: #5c0c2d;
	}
	
	.blog_flexslider .flex-control-nav {
		text-align: right;
		right: 8px;
	}
	
	.blog_flexslider .flex-control-paging li a.flex-active {
		background: #5c0c2d;
	}
	
	.blog_entries_cr {
		padding: 30px;
		border: 1px solid #bcbcbc;
	}
	
	.blog_entries_cr .items .blog_entry_cr {
		min-height: 500px;
		padding: 0;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr {
		text-align: left;
		margin-top: 20px;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr h3 {
		font-size: 18px;
		text-align: left;
		margin: 0 0 6px 0;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr h3 a {
		color: #1c1d1d;
		text-decoration: none !important;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr h3 a:hover,
	.featured.items .blog_info_cr h3 a:hover {
		color: #5c0c2d;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr p.content_preview {
		margin-bottom: 10px;
	}
	
	.blog_entries_cr .items .blog_entry_cr .blog_info_cr a.main_btn:after,
	.featured.items .blog_info_cr a.main_btn:after {
		content: "\f105";
		padding-left: 5px;
		font-family: "FontAwesome";
	}
	
	.blog_sidebar_title_cr h4 {
		font-size: 18px;
		color: #ffffff;
		background: #5c0c2d;
		padding: 12px;
		margin: 0 0 15px 0;
		position: relative;
	}
	
	#filter-list {
		width: 100%;
		font-size: 14px;
		margin: 0;
		padding: 4px 18px;
		border: 1px solid #bcbcbc;
	}
	
	#filter-list li {
		line-height: normal;
		margin: 10px 0;
		padding: 7px 10px 13px 10px;
		list-style: none;
		border-bottom: 1px dotted #bcbcbc;
	}
	
	#filter-list li:last-child {
		border-bottom: none;
	}
	
	#filter-list li a {
		color: #5c5c5c;
		text-transform: capitalize;
	}
	
	#filter-list li a.active {
		font-weight: 700;
		color: #5c0c2d;
	}
	
	#filter-list li a:hover {
		color: #5c0c2d;
		text-decoration: none;
	}
	
	.blog_page .col-md-12.page-nav {
		padding: 0 15px;
	}
	
	.blog_page .pagination_container {
		margin: 30px 0;
	}
	
	.blog_page .pagination_container span {
		display: block;
		margin: 0;
	}
	
	.blog_page .pagination_container span.items_num_of_num .page-summary {
		float: left;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		padding: 0;
		margin: 0;
	}
	
	.blog_page .pagination_container ul.pagination {
		margin-right: -18px;
	}
	
	.blog_page .pagination_container ul.pagination li a {
		font-size: 11px;
	}
	/* 10.1 Blog Entry */
	
	.blog_entry_page {
		margin-top: 0;
		margin-bottom: 65px !important;
	}
	
	.blog_entry_page .blog_title {
		font-size: 24px;
		text-align: left;
		letter-spacing: normal;
		margin: 30px 0 10px 0;
	}
	
	.blog_entry_page .blog_text_cr .white_cr {
		margin: 0;
		padding: 0 30px 30px 30px;
		border: none;
	}
	
	.blog_entry_page .product-share ul {
		text-align: right;
		padding-left: 0;
		margin-bottom: 0;
	}
	
	.blog_entry_page .product-share ul li {
		font-size: 16px;
		line-height: 19.2px;
		font-weight: bold;
		list-style: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 6px;
	}
	
	.blog_entry_page .product-share ul li a {
		color: #5c5c5c;
	}
	
	.blog_entry_page .product-share ul li a:hover {
		color: #5c0c2d;
		cursor: pointer !important;
	}
	
	.blog_entry_page .blog_post_footer {
		border-top: 1px solid #bcbcbc;
		border-bottom: 1px solid #bcbcbc;
		padding: 10px 0;
		margin: 50px 0 20px 0;
	}
	/* 11. Shop By Look */
	
	.shop_by_look_page .sbl_main_img {
		margin-bottom: 50px;
	}
	
	.shop_by_look_page .sbl_title h1 {
		font-size: 28px;
		text-transform: uppercase;
		margin: 0 0 15px 0;
	}
	
	.shop_by_look_page .sbl_price_range {
		padding: 0 0 15px 0;
		border-bottom: 1px solid #bcbcbc;
	}
	
	.shop_by_look_page .sbl_price_range h3 {
		color: #5c0c2d;
		margin: 0;
	}
	
	.shop_by_look_page .sbl_border {
		border-bottom: 1px solid #bcbcbc;
		margin: 15px 0;
	}
	
	.shop_by_look_page .table_header {
		font-size: 14px;
		color: #1c1d1d;
		font-weight: bold;
		margin: 8px 0 0 0;
	}
	
	.shop_by_look_page .sbl_product_name a {
		font-family: 'Museo Sans';
		font-size: 14px;
		line-height: 1.3;
		color: #1c1d1d;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none !important;
		display: inline-block;
	}
	
	.shop_by_look_page .sbl_product_name a:hover {
		color: #5c0c2d;
	}
	
	.shop_by_look_page .sbl_product_code {
		font-size: 12px;
	}
	
	.shop_by_look_page .sbl_repeater .sbl_product_name {
		line-height: 1;
	}
	
	.shop_by_look_page .sbl_table_hdr_cr .sbl_border {
		margin-top: 8px;
	}
	
	.shop_by_look_page .sbl_table_hdr_cr .sbl_img_header.col-md-2,
	.shop_by_look_page .sbl_repeater .sbl_img_container.col-md-2 {
		width: 12.666666666666664%;
	}
	
	.shop_by_look_page .sbl_table_hdr_cr .sbl_price_header.col-md-2,
	.shop_by_look_page .sbl_repeater .sbl_price_container.col-md-2 {
		width: 12.666666666666664%;
	}
	
	.shop_by_look_page .sbl_repeater .sbl_add_btn_container {
		width: 12.333333333333334%;
		padding: 0;
		margin-left: 13px;
	}
	
	.shop_by_look_page .sbl_price_container span {
		font-size: 14px;
		text-align: left;
	}
	
	.shop_by_look_page .ourPriceDiv .salePrice {
		font-size: 14px;
		text-align: left;
	}
	
	.shop_by_look_page .ourPriceDiv,
	.shop_by_look_page .salePriceDiv {
		display: block;
		float: none;
		margin: 0;
		text-align: left;
		width: 100%;
	}
	
	.shop_by_look_page .salePriceDiv {
		font-size: 14px;
	}
	
	.shop_by_look_page .strikePrice {
		font-size: 11px !important;
		color: #5c5c5c !important;
		text-decoration: line-through !important;
	}
	
	.shop_by_look_page .sbl_price_container span.youSave {
		font-size: 11px !important;
		display: block;
	}
	
	.shop_by_look_page .sbl_size_container select {
		border: 1px solid #bcbcbc;
		cursor: pointer;
		font-size: 11px;
		text-transform: uppercase;
		padding: 3px;
		width: 100%;
	}
	
	.shop_by_look_page .sbl_size_container select:hover {
		border: 1px solid #5c5c5c;
	}
	
	.shop_by_look_page .sblSizeOptions {
		text-align: center;
	}
	
	.shop_by_look_page .right_container .sbl_repeater .sbl_price_container {
		font-family: 'Museo Sans';
		font-size: 14px;
		color: #5c0c2d;
		font-weight: 600;
	}
	
	.shop_by_look_page .mobile_title {
		display: none;
	}
	
	.shop_by_look_page .sbl_desc_cr {
		margin-bottom: 70px;
	}
	/* 12. Member Account */
	/*.member_account_page .alt_btn1 {
	font-size: 12px;
	line-height: 20px;
	color: #333333 !important;
	padding: 6px 25px;
	background: #ffffff;
	border: 1px solid #dedede;
}

.member_account_page .main_btn:hover {
	background-color: #dedede;
}

.member_account_modals .main_btn {
	font-size: 12px;
	padding: 6px 25px;
	margin-top: 10px;
}*/
	
	.member_account_page #account_info_cr {
		margin-top: 0;
		background: #ffffff;
	}
	
	.member_account_page h3 {
		font-size: 20px;
		margin: 0 0 30px 0;
		padding: 12px 0 12px 12px;
		background: #ededed;
	}
	
	.member_account_page .logout_cr,
	.member_account_page .share_container {
		margin-right: 12px;
	}
	
	.member_account_page .logout_cr i,
	.member_account_page .share_container i {
		margin-right: 4px;
	}
	
	.member_account_page .share_container i {
		vertical-align: bottom;
	}
	
	.member_account_page .left_content_cr {
		padding-left: 20px;
	}
	
	.member_account_page .left_content_cr table {
		margin-top: 15px;
	}
	
	.member_account_page .right_content_cr {
		padding-right: 20px;
	}
	
	.member_account_page .right_content_cr table {
		margin-top: 15px;
	}
	
	.member_account_page .inner_content_cr {
		margin-bottom: 40px;
	}
	
	.member_account_page .inner_content_cr h4 {
		margin: 0 0 20px 0;
	}
	
	.member_account_page p.sub_text {
		margin: 0 0 20px 0;
	}
	
	.member_account_page p.sub_text span {
		font-style: italic;
	}
	
	.member_account_page .address_container label {
		font-weight: normal;
	}
	
	.member_account_page .address_container .table > tbody > tr > td {
		font-size: 14px;
	}
	
	.member_account_page .address_container .table > tbody > tr > td:last-child {
		border-bottom: 1px solid #ddd;
	}
	
	.member_account_page h3.recent_orders_text {
		margin-bottom: 5px;
	}
	
	.member_account_page recent_orders_table.table {
		font-size: 14px;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td {
		font-size: 14px;
		font-style: italic;
		padding: 12px 8px;
		border-top: none;
		border-bottom: 1px solid #ddd;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td:nth-child(1) {
		width: 20%;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td:nth-child(2) {
		width: 26%;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td:nth-child(3) {
		width: 17%;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td:nth-child(4) {
		width: 17%;
	}
	
	.member_account_page .recent_orders_table > tbody > tr > td:nth-child(5) {
		width: 20%;
	}
	
	.member_account_page .edit-btn {
		margin-right: 5px;
	}
	
	.member_account_page .table_heading {
		font-size: 14px !important;
		font-style: normal !important;
		text-align: left;
		border-left: none;
		border-right: none;
	}
	
	.member_account_page .recent_orders_container .view-btn {
		margin-right: 10px;
	}
	
	.member_account_page h3.wishlist_text {
		margin-bottom: 0px;
	}
	
	.member_account_page .wishlist_table {
		margin-bottom: 0;
	}
	
	.member_account_page .wishlist_table tr:first-child,
	.member_account_page .wishlist_cr .table-wrapper-responsive label:first-child {
		display: none;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td {
		font-style: normal;
		font-size: 14px;
		padding: 30px 8px;
		border-top: none;
		border-bottom: 1px solid #ddd;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td:nth-child(1) {
		width: 15%;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td:nth-child(2) {
		width: 25%;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td:nth-child(3) {
		width: 22%;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td:nth-child(4) {
		width: 23%;
	}
	
	.member_account_page .wishlist_table > tbody > tr > td:nth-child(5) {
		width: 15%;
	}
	
	.member_account_page .wishlist_table .description_cr {
		line-height: 1.3;
	}
	
	.member_account_page .wishlist_table .product_name_cr {
		margin-bottom: 5px;
	}
	
	.member_account_page .wishlist_table .product_name_cr a {
		font-size: 18px;
	}
	
	.member_account_page .wishlist_table .product_name_cr a:hover {
		color: #5c0c2d;
		text-decoration: none;
	}
	
	.my_wishlist_page {
		min-height: 342px;
	}
	
	.wishlist_text {
		font-size: 20px;
		margin: 0;
	}
	
	.wishlist_text span i {
		margin-right: 4px;
	}
	
	.wishlist_cr > .panel-body {
		padding-top: 0;
	}
	
	.my_wishlist_page .cartHeading {
		text-align: left;
		border-top: none;
	}
	
	.my_wishlist_page .wishlist_table tr td:last-child {
		text-align: center;
	}
	
	.my_wishlist_page a.prod_title {
		font-family: 'Museo Sans';
		font-size: 18px;
		color: #1c1d1d;
		text-decoration: none;
	}
	
	.my_wishlist_page a.prod_title:hover {
		color: #5c0c2d;
	}
	
	.my_wishlist_page .main_btn {
		font-size: 14px;
		padding: 7px 20px;
	}
	
	.my_wishlist_page .color_btn5 {
		margin-left: 7px;
	}
	
	#share-wish-list.modal .modal-header {
		padding-bottom: 0;
	}
	
	#share-wish-list.modal .modal-header .close {
		width: 30px;
		height: 30px;
		line-height: 24px;
	}
	
	#share-wish-list.modal .modal-dialog {
		width: 600px;
	}
	
	#share-wish-list.modal .modal-body {
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	#share-wish-list.modal .modal-footer {
		border-top: none;
	}
	
	#share-wish-list.modal h4 {
		margin-top: 0;
	}
	
	#share-wish-list.modal .modal-body label {
		font-size: 14px;
		line-height: normal;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#share-wish-list.modal .form-control {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#share-wish-list.modal .form-control:focus {
		border-color: #555;
	}
	/* 12.1 Member Account Modals */
	
	.member_account_modals.modal .modal-header .close {
		font-size: 48px;
	}
	
	.member_account_modals.modal .modal-header {
		padding: 10px 10px 0 10px;
		min-height: 0;
	}
	
	.member_account_modals .modal-content {
		border: 1px solid #b9b9b9;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.member_account_modals .close {
		opacity: 0.7;
	}
	
	.member_account_modals .close:hover {
		opacity: 1;
	}
	
	.member_account_modals.modal {
		overflow-y: auto;
	}
	
	.member_account_modals.modal .form-control {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.member_account_modals.modal .form-control:focus {
		border-color: #555;
	}
	
	.member_account_modals.modal .modal-body {
		padding: 0px 20px 20px 20px;
	}
	
	.member_account_modals.modal .modal-sub-title {
		font-size: 14px;
		line-height: 30px;
	}
	

	.member_account_modals #btnSavePassword {
		margin-top: 10px;
	}
	
	#EditAddressWindow.member_account_modals.modal .main_btn.save-btn {
		margin-top: 20px;
	}
	
	#share-wish-list.member_account_modals .modal-dialog .modal-content {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
	
	#share-wish-list.member_account_modals .modal-dialog .cancel_btn {
		margin-top: 12px;
		padding-right: 0;
	}
	
	#share-wish-list.member_account_modals .modal-dialog textarea.form-control {
		max-width: 528px;
	}
	/* 12.2 Returns */
	
	.return_btn {
		max-width: 215px;
	}
	
	.previous_order_page .return_item_table .return_item_mobile_title {
		display: none;
	}
	
	.member_return_page h3 {
		font-size: 20px;
		text-transform: uppercase;
		margin: 10px 0;
	}
	
	.member_return_page .border_outline_btn {
		margin-bottom: 40px;
	}
	
	.member_return_page .returnableItem {
		border: 1px solid #e7e7e7;
		background-color: #ffffff;
		padding: 10px;
		min-height: 326px;
		height: 100%;
		margin: 0 0 20px 0;
		font-size: 14px;
	}
	
	.member_return_page .returningItem {
		border: 1px solid #000000 !important;
		background-color: #e7e7e7;
	}
	
	.member_return_page input {
		text-align: center;
		margin: 0 auto;
	}
	
	.member_return_page .cbReceiptLine {
		display: block;
		width: 20px;
		margin: 0 auto;
	}
	
	.divReceiptLine .qvQuantity {
		float: none;
		clear: both;
		width: 100%;
	}
	
	.divReceiptLine .product-option ul li div input {
		float: none;
		clear: both;
		display: inline-block;
	}
	
	.divReceiptLine .reason_to_return_txt {
		display: none;
	}
	
	.reason_to_return_txt .tbReturnReason {
		padding: 6px 12px;
	}
	
	.previous_order_page .main_btn {
		margin-bottom: 15px;
	}
	/* 12.3 RMA Form */
	/* contained in MemberRMA.aspx  to minimize imports */
	/* 13. Checkout */
	/*.check-out {
  font-size: 13px;
}*/
	
	.check-out.container {
		margin-bottom: 50px;
	}
	
	.checkout_login_page .main_btn {
		display: block;
	}
	
	.checkout_login_page .paypal_btn img {
		width: 100%;
		max-width: 152px;
	}
	
	.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;
	}
	/* Base for label styling */
	
	.check-out [type="checkbox"]:not(:checked),
	.check-out [type="checkbox"]:checked {
		position: absolute;
		left: -9999px;
	}
	
	.check-out [type="checkbox"]:not(:checked) + label,
	.check-out [type="checkbox"]:checked + label {
		position: relative;
		/*padding: 3px 0 0 25px;*/
		padding: 0 0 0 25px;
		cursor: pointer;
		font-weight: normal;
	}
	/* checkbox aspect */
	
	.check-out [type="checkbox"]:not(:checked) + label:before,
	.check-out [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 */
	
	.check-out [type="checkbox"]:not(:checked) + label:after,
	.check-out [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 */
	
	.check-out [type="checkbox"]:not(:checked) + label:after {
		opacity: 0;
	}
	
	.check-out [type="checkbox"]:checked + label:after {
		opacity: 1;
	}
	/* disabled checkbox */
	
	.check-out [type="checkbox"]:disabled:not(:checked) + label:before,
	.check-out [type="checkbox"]:disabled:checked + label:before {
		box-shadow: none;
		border-color: #ddd;
		background-color: #bcbcbc;
	}
	
	.check-out [type="checkbox"]:disabled:checked + label:after {
		color: #ddd;
	}
	
	.check-out [type="checkbox"]:disabled + label {
		color: #ddd;
	}
	/* accessibility */
	
	.check-out [type="checkbox"]:checked:focus + label:before,
	.check-out [type="checkbox"]:not(:checked):focus + label:before {}
	/* hover style just for information */
	
	.check-out label:hover:before {
		border: 1px solid #888 !important;
	}
	
	.check-out h1.reviewHeading {
		font-size: 20px;
	}
	
	.check-out h4 {
		font-size: 1.2em;
	}
	
	.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;
	}
	
	.check-out-cn {
		position: relative;
	}
	
	.check-out .form .input-text {
		border: 1px solid #d8d8d8;
		padding: 7px 10px;
		background-color: transparent;
		width: 100%;
		clear: both;
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
	
	.check-out .form .input-text:focus {
		border-color: #555555 !important;
	}
	
	.check-out-cn .check-out-step {
		float: left;
		width: 270px;
	}
	
	.check-out-cn .check-out-form {
		padding: 20px 40px 40px 40px;
		background: #ffffff;
		border: 1px solid #e1e1e1;
		margin-bottom: 20px;
	}
	
	.check-out-cn .sale-banner {
		margin-bottom: 40px;
	}
	
	.check-out-cn .check-out-form .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.check-out-cn .check-out-form .row [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.miniSideCart table.checkout-table td img {
		max-width: none;
		width: auto;
		margin: 0;
	}
	
	.miniSideCart {
		padding: 18px 25px;
		background: #ffffff;
		border: 1px solid #e1e1e1;
		margin-bottom: 50px;
	}
	
	.miniSideCart .alert-success {
		color: #000;
		background-color: #ededed;
		border-color: #ddd;
	}
	
	.miniSideCart #CartTotals ul {
		list-style: none;
		padding: 20px 25px;
	}
	
	.miniSideCart #cphContent_CheckoutCart_dgCart a {
		font-weight: bold;
	}
	
	.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 */
	
	.shipping_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;
	}
	/* 13.2 Checkout: Billing */
	
	.billingDetails .emailAddress {
		margin: 0 0 15px 0;
	}
	
	.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 .ddownCountry,
	.check-out-form .ddownState {
		height: 38px;
	}
	
	.checkoutBillingContinue input.btn main_btn {
		margin-top: 20px;
	}
	
	.check-out .checkbox_container input[type="checkbox"] {
		margin-right: 5px;
		vertical-align: sub;
	}
	
	.check-out .radio-inline input[type="radio"] {
		margin-top: 1px;
		margin-right: 5px;
	}
	
	.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 .titleBar {
		display: inline-block;
	}
	
	.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;
	}
	
	.form .input-textTwo {
		border: 1px solid #d8d8d8;
		padding: 7px 10px;
		background-color: transparent;
		width: 44%;
		float: left;
		margin: 0;
		padding-left: 0px;
		max-height: 38px;
	}
	
	.ccExpiring label {
		width: 100%;
		display: block;
		float: left;
	}
	
	.cardVerify .col-md-6 {
		padding-left: 0 !important;
	}
	
	.editAnchors a {
		font-weight: bold !important;
		text-decoration: underline;
	}
	
	.editAnchors a i.fa {
		margin-left: 2px;
	}
	
	.editAnchors a:hover {
		text-decoration: underline !important;
	}
	
	#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 {
		height: 45px;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		display: table;
		line-height: 34px;
		text-align: center;
		margin: 26px 0 10px 0;
	}
	
	.check-out .order_summary .checkout_btn {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.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: 0 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_payment #CheckoutPanel input[type=radio] {
		margin-right: 4px;
	}
	
	.checkout_thank_you b {
		color: #1c1d1d;
	}
	
	.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 .cartDescription {
		padding: 0;
	}
	
	.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;
	}
	
	
	/* 14. 404 Page */
	
	.page_404 {
		min-height: 359px;
	}
	
	.page_404 h2 {
		margin: 60px 0 30px 0;
	}
	
	.page_404 h2,
	.page_404 h4 {
		text-align: center;
	}
	
	.page_404 h4 a {
		color: #5c0c2d;
		opacity: 1;
		text-decoration: none !important;
	}
	
	.page_404 h4 a:hover {
		opacity: 0.7;
	}
	/* 15. Misc */
	/* 15.1 Size Chart */
	
	.sizes-modal .modal-header {
		padding: 0;
	}
	
	.sizes-modal .modal-footer {
		padding: 15px;
		border: none;
	}
	
	.sizes-modal .modal-header .close {
		width: 30px;
		height: 30px;
		line-height: 24px;
		margin-top: 12px;
		margin-right: 15px;
	}
	
	.sizes-modal .modal-body {
		padding: 20px 20px 10px 20px;
	}
	
	.sizes_container ul.sizes_menu {
		font-size: 0px;
		padding-left: 0;
		margin-top: 0px;
		margin-bottom: 0px;
		background: #f7f7f7;
	}
	
	.sizes_container .sizes_menu li {
		font-size: 14px;
		list-style: none;
		display: inline-block;
		text-transform: uppercase;
		margin-right: 0;
		padding: 15px 20px;
		text-decoration: none;
		color: #c0c0c0;
		border: 1px solid #ededed;
		border-top: none;
		cursor: pointer;
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		transition: .5s;
	}
	
	.sizes_container .sizes_menu li:last-child {
		margin-right: 0;
	}
	
	.sizes_container .sizes_menu li:hover {
		text-decoration: none;
		color: #666;
	}
	
	.sizes_container .sizes_menu li.current {
		text-decoration: none;
		background: #fff;
		color: #000;
		border: 1px solid #fff;
		border-top: none;
	}
	
	.sizes-modal .sizes_container .sizes_section {
		display: none;
	}
	
	.sizes_container .sizes_section.ss1 {
		display: block;
	}
	
	.sizes_container .sizes_section table {
		width: 100%;
		border: 1px solid #ededed;
	}
	
	.sizes_container .sizes_section p,
	.sizes_container .sizes_section table tr td p {
		font-size: 14px;
		margin: 10px 0;
	}
	
	.sizes_container .sizes_section table tr td {
		font-size: 14px;
		border-right: 1px solid #ededed;
		text-align: center;
	}
	
	.sizes_container .sizes_section table tr td:last-child {
		border-right: 1px solid #ededed;
	}
	
	.sizes_container .sizes_section table tr {
		border-bottom: 1px solid #ededed;
	}
	
	.content_page .sizes_container h2 {
		text-align: center;
		margin-top: 20px;
	}
	
	.content_page .sizes_container .sizes_section table tr td td,
	.content_page .sizes_container .sizes_section p {
		font-size: 10px;
	}
	/* 15.2 Store Locator Page */
	
	.container.store_locator_page {
		min-height: 262px;
		margin-bottom: 100px;
	}
	
	.store_locator_page #divMapListToggle {
		display: none;
	}
	
	.store_locator_page .enter_zip_cr {
		margin: 20px 0 30px 0;
	}
	
	.store_locator_page .enter_zip_cr .form-control {
		width: 74%;
		margin-right: 1%;
		display: inline;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.store_locator_page .enter_zip_cr .form-control:focus {
		border-color: #5c5c5c;
	}
	
	.store_locator_page .enter_zip_cr .main_btn {
		width: 25%;
		height: 34px;
		font-size: 13px;
		line-height: 34px;
		padding: 0 10px;
		display: inline-block;
		position: relative;
		float: right;
		border-radius: 0 !important;
	}
	
	.store_locator_page .locations_cr {
		height: auto;
		margin-bottom: 30px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.store_locator_page .storename {
		font-size: 16px;
		color: #5c5c5c;
		margin-bottom: 7px;
	}
	
	.store_locator_page .storename a:hover {
		color: #5c0c2d;
		text-decoration: none !important;
	}
	
	.store_locator_page .address_cr {
		position: relative;
		padding-left: 24px;
		margin-bottom: 7px;
	}
	
	.store_locator_page .address_cr:before {
		content: url(../images/icon_store_locator_small.png);
		width: 20px;
		height: 16px;
		background-size: 20px 16px;
		position: absolute;
		top: 1px;
		left: 0;
	}
	
	.store_locator_page .phone {
		position: relative;
		padding-left: 24px;
		margin-bottom: 30px;
	}
	
	.store_locator_page .phone:before {
		content: "\f095";
		font-family: FontAwesome;
		color: #5c5c5c;
		position: absolute;
		top: 1px;
		left: 5px;
	}
	
	.store_locator_page #divMap {
		position: relative;
		padding: 30px 0 70% 0;
		height: 0;
		overflow: hidden;
	}
	
	.store_locator_page #divMap iframe,
	.store_locator_page #divMap object,
	.store_locator_page #divMap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* 16. Contact Page */
	/* 16. Contact Page */
	
	.contact_page {
		min-height: 514px;
	}
	
	.contact_page h1 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	
	.contact_page a {
		color: #5c0c2d;
	}
	
	.contact_page .input-text {
		border: 1px solid #bcbcbc;
		padding: 7px 10px;
		background-color: transparent;
		width: 100%;
		clear: both;
		margin-bottom: 15px;
		outline: none !important;
	}
	
	.contact_page .input-text:focus {
		border: 1px solid #5c5c5c;
	}
	
	.contact_page textarea.input-text {
		height: 121px;
		margin-bottom: 5px;
		resize: none;
	}
	
	.contact_page .g-recaptcha {
		float: right;
		text-align: right;
	}
	
	.success-modal.submit_form .modal-dialog {
		max-width: 470px;
		margin-top: 7%;
	}

.cta-message-container {
	font-size: 24px !important;
}

/**********************************************************
02_media.css
***********************************************************/

		@media (min-width: 1430px) {
		.container {
			width: 1400px;
		}
		.p-list > li {
			min-height: 465px;
		}
		.p-list.category_lists > li {
			min-height: 465px;
		}
	}
	
	@media (max-width: 1850px) {
		.home_page_cr .home_email_cr .ig-image img {
			max-width: none;
		}
	}
	
	@media (max-width: 1600px) {
		.home_page_cr .home_cr_2 .sale_cr h5 {
			font-size: 80px;
		}
		.home_page_cr .home_cr_2 .sale_cr .sale_owl_cr {
			margin-top: 15px;
		}
	}
	/* /max-width:1600 */
	
	@media (max-width: 1429px) {
		.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
			top: 103px;
		}
		.category_detail_page .product-title {
			width: 74%;
		}
		.category_detail_page .product-title h4 {
			margin-top: 1px;
		}
		.home_page_cr #owl-carousel-product-detail .product-price .ourPriceDiv {
			font-size: 18px;
		}
		.p-list > li {
			min-height: 395px;
		}
		.p-list.category_lists > li {
			min-height: 545px;
		}
		.category_detail_page .p-list.category_lists > li .product-price {
			font-size: 16px;
		}
		.store_locator_page .enter_zip_cr .form-control {
			width: 70%;
		}
		.store_locator_page .enter_zip_cr .main_btn {
			width: 29%;
		}
		.blog_entries_cr .items .blog_entry_cr {
			min-height: 450px;
		}
	}
	/* /max-width:1429 */
	
	@media (max-width: 1366px) {
		.header .main_nav_cr > ul > li {
			margin: 0 10px;
		}
		.home_page_cr .ig-caption .inner_cr .title {
			font-size: 50px;
			line-height: 50px;
		}
		.home_page_cr .home_cr_1 .wrap_cr .img_cr h3 {
			font-size: 38px;
		}
		.home_page_cr .home_cr_2 .sale_cr h5 {
			font-size: 56px;
		}
		.home_page_cr #owl-carousel-product-detail .product-title h4 {
			min-height: 42px;
			font-size: 18px;
		}
		.home_page_cr #owl-carousel-product-detail .product-price .ourPriceDiv {
			font-size: 16px;
		}
		.home_page_cr #owl-carousel-product-detail .product-price .strikePrice {
			font-size: 14px;
		}
	}
	/* /max-width:1366 */
	
	@media (max-width: 1199px) {
		.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
			top: 80px;
		}
		.main_footer .footer_logo {
			margin-right: 10px;
		}
		.main_footer .signup_cr .signup_header {
			font-size: 16px;
		}
		.main_footer .signup_cr {
			max-width: 225px;
		}
		.footer_heading {
			font-size: 16px;
			margin-bottom: 12px;
		}
		.footer_links p a {
			font-size: 12px;
		}
		.customer_service .d_menu a {
			font-size: 12px;
		}
		.hero_video_container {
			padding-bottom: 66.9%;
		}
		.p-list > li {
			width: 33%;
			min-height: 420px;
		}
		.p-list.category_lists > li {
			min-height: 400px;
		}
		.category_detail_page .p-list.category_lists > li .product-title h4 {
			margin-top: 0;
		}
		.category_detail_page .category_lists .pt_tablet {
			width: 100%;
			height: auto;
			text-align: center;
			margin-bottom: 10px;
			display: block;
		}
		.category_detail_page .category_lists .pt_tablet h4 {
			text-align: center;
		}
		.category_detail_page .category_lists .product-price {
			text-align: center;
			float: none;
		}
		.category_detail_page .category_lists .pt_desktop {
			display: none !important;
		}
		.product_detail_page .price_and_rating_cr {
			width: 100%;
		}
		.form .input-textTwo {
			width: 43%;
		}
		.view_cart_page .cartDescription {
			padding-left: 0;
		}
	}
	/* /max-width:11199 */
	
	@media (max-width: 1170px) {
		.modal .modal-dialog {
			width: 600px;
		}
		#welcome_modal .welcome_r_cr {
			padding: 5px 25px 0 25px;
		}
		#welcome_modal.modal .modal-dialog {
			width: 700px;
		}
		.megamenu .megamenu1 a:first-child {
			font-size: 14px;
		}
		.megamenu .megamenu1 a {
			font-size: 13px;
		}
		h3.title_with_line_separator {
			font-size: 28px;
		}
		.quickview-modal.modal .modal-dialog {
			width: 900px;
		}
		.footer_heading {
			font-size: 20px;
		}
	}
	/* /max-width:1170 */
	
	@media (max-width: 1024px) {
		.hero_video_container {
			padding-bottom: 65.7%;
		}
		.home_page_cr .home_cr_1 .wrap_cr .img_cr h3 {
			margin-top: 0;
		}
		.pagination_holder.page-nav {
			padding: 0;
		}
		#gal1 .thumbnailsContainer a img {
			max-width: 120px;
		}
		.cd_product_cr:hover .cd_hover_btn_cr {
			visibility: hidden;
			opacity: 0;
		}

		.category_detail_page #categorySidebar {
			display: none;
		}
		/*.p-filter span.sort_by_dd_cr select, .p-filter span.show_dd select {
		font-size: 10px;
		top: 0;
	}
	.p-filter span.sort_by_dd_cr {
		margin-right: 5px;
	}
	.show_dd_select_cr,
	.show_dd_select_cr select {
		width: 45px;
	}*/
	}
	/* /max-width:1024 */
	
	@media (max-width: 1023px) {
		.login_page .bot_cr h3,
		.register_page .register_cr h3,
		.retrieve_pw_page .retrieve_pw_cr h3 {
			font-size: 20px;
		}
		.register_page .register_cr {
			margin-top: 0;
			margin-bottom: 0;
		}
		.register_page .register_cr h3 {
			margin-top: 0;
		}
		.register_page .register_cr .btn.main_btn.color_btn3 {
			margin-bottom: 20px;
		}
	}
	/* /max-width:1023 */
	
	@media (max-width: 992px) {
		h2 {
			font-size: 24px;
		}
		.main_btn.alt_btn2 {
			padding: 12px 24px;
		}
		.main_btn.large {
			font-size: 18px;
			line-height: 18px;
		}
		.logo_hdr_cr {
			text-align: left;
		}
		.logo_hdr {
			width: 100%;
			margin: 23px 0 0 0;
			max-width: 317px;
		}
		.main_header_cr {
			margin-top: 77px;
		}
		.header .hdr_search_cr .search {
			max-width: 230px;
			height: 28px;
			font-size: 12px;
		}
		.header ul.utility_nav li > a,
		.header ul.utility_nav li.cart-li .shop-basket > a {
			margin: 0 0 0 15px;
		}
		.main_nav_cr > ul > li .megamenu {
			padding: 20px;
		}
		.footer_main_cr {
			text-align: center;
			margin-bottom: 0;
		}
		.main_footer .footer_logo {
			display: none !important;
		}
		.main_footer .signup_cr {
			max-width: none;
		}
		.main_footer .signup_cr .input-group {
			width: 270px;
			text-align: center;
			margin: 10px auto 20px auto;
			display: block;
		}
		.main_footer .signup_cr .input-group-btn {
			width: 100%;
			text-align: center;
			margin-top: 12px;
		}
		.ftr_social_cr {
			text-align: center;
			margin-top: 30px;
		}
		.ftr_social_cr a {
			margin: 0 10px;
		}
		.footer_links {
			margin-bottom: 35px;
		}
		.footer_links p a {
			font-size: 14px;
		}
		.social_payments_cr {
			text-align: center;
		}
		.ftr_payments_cr {
			text-align: center;
			margin-top: 10px;
		}
		.sort_holder {
			text-align: left;
		}
		.page-nav {
			padding-left: 0;
		}
		.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
			top: 108px;
		}
		.p-list.category_lists > li {
			min-height: 310px;
		}
		.p-list > li {
			min-height: 352px;
		}
		.category_detail_page .product-title h4 {
			margin: 0;
		}
		.category_detail_page .product-price {
			font-size: 16px;
		}
		.aside {
			margin-bottom: 10px;
		}
		.items_num_of_num {
			font-size: 12px;
		}
		.quickview-modal.modal .modal-dialog {
			width: 600px;
		}
		.product_detail_page .product_name {
			margin: 25px 0 0 0;
			border-top: 1px solid #bcbcbc;
			padding: 10px 0;
		}
		#owl-carousel-product-detail .cd_product_cr .product-title h4 {
			font-size: 14px;
			margin-top: 13px;
		}
		#owl-carousel-product-detail .cd_product_cr .product-price {
			font-size: 15px;
		}
		#owl-carousel-product-detail .cd_product_cr .product-price .strikePrice {
			font-size: 13px;
		}
		.category_detail_page .product-title {
			width: 66%;
		}
		#owl-carousel-product-detail .cd_product_cr .product-price .ourPriceDiv {
			font-size: 15px;
		}
		#owl-carousel-product-detail .cd_product_cr .product-price .strikePrice {
			font-size: 11px;
		}
		.form .input-textTwo {
			width: 47.4%;
		}
		.create_account_optional .register_text p:first-child {
			margin-top: 0;
		}
		.member_account_page .recent_orders_table > tbody > tr > td:nth-child(1) {
			width: 15%;
		}
		.member_account_page .recent_orders_table > tbody > tr > td:nth-child(2) {
			width: 23%;
		}
		.member_account_page .recent_orders_table > tbody > tr > td:nth-child(3) {
			width: 15%;
		}
		.member_account_page .recent_orders_table > tbody > tr > td:nth-child(4) {
			width: 15%;
		}
		.member_account_page .recent_orders_table > tbody > tr > td:nth-child(5) {
			width: 32%;
		}
		.contact_page .g-recaptcha {
			width: 100%;
		}
		.contact_page .g-recaptcha > div {
			float: right;
		}
		.blog_entries_cr .items .blog_entry_cr {
			min-height: 0;
			margin-bottom: 40px;
		}
		.blog_page .blog_entries_cr .blog_img_cr img {
			width: 100%;
		}
		.blog_page .blog_sidebar_title_cr,
		.blog_entry_page .blog_sidebar_title_cr {
			margin-top: 40px;
		}
		.blog_page .page-nav {
			padding: 0 15px;
		}
		.home_page_cr .owl-carousel {
			min-height: 300px;
		}
		.category_detail_page #categorySidebar {
			display: none;
		}
		/* /max-width:992 */
		@media (max-width: 960px) {
			.hero_video_container {
				padding-bottom: 65.2%;
			}
			.aside .side-content {
				padding: 0 15px 20px 15px;
			}
			.view_cart_page .right_cr h3 {
				font-size: 20px;
				margin-bottom: 0;
			}
			.enter_promo_title_cr {
				margin-top: 20px;
			}
			.enter_promo_title_cr h5 {
				font-size: 16px;
			}
			.enter_promo_title_cr a.enter_promo_tgle_btn {
				top: 1px;
			}
			.od_info_cr {
				font-size: 14px;
			}
		}
		/* /max-width:960 */
		@media (max-width: 768px) {
			.hero_video_container {
				padding-bottom: 63.9%;
			}
			.category_detail_page .cd_hover_btn_cr {
				display: none !important;
			}
		}
		/* /max-width:768 */
		@media (max-width: 767px) {
			body {
				padding-top: 75px;
			}
			body.sale_banner_visible {
				padding-top: 114px;
			}
			.sale_banner_cr .Sale-Banner {
				font-size: 8px;
				margin: 14px 0 0 0;
				padding: 0 20px;
			}
			.top_color_bar {
				height: 10px;
			}
			.open_sale_cr i {
				font-size: 10px;
				top: -8px;
			}
			.sale_banner_cr .sale_close {
				margin-top: 0;
				position: absolute;
				right: 10px;
				top: 10px;
			}
			.header .fixed_hdr_cr {
				border-bottom: 1px solid #bcbcbc;
			}
			.header .fixed_hdr_cr .left_cr {
				padding-top: 10px;
				padding-bottom: 8px;
			}
			.logo_hdr_cr {
				width: 45px;
				margin-left: 8px;
				display: inline-block;
			}
			.logo_hdr {
				display: none !important;
			}
			.logo_hdr_mobile {
				display: inline-block;
			}
			.header .logo_col {
				padding: 0;
			}
			.main_header_cr {
				margin-top: 0;
			}
			.header .main_nav_cr ul li {
				margin: 0;
			}
			.header ul.utility_nav {
				margin-top: 17px;
			}
			.header ul.utility_nav li.search_li {
				display: none !important;
			}
			.header ul.utility_nav li > a,
			.header ul.utility_nav li.cart-li .shop-basket > a {
				font-size: 26px;
				line-height: normal;
				margin: 0 0 0 12px;
			}
			.header .main_nav_cr {
				display: none;
			}
			.cart-li .shop-basket span.shopCount {
				top: 17px;
			}
			.only-for-mobile {
				display: block !important;
				position: relative;
				margin-top: 0px;
			}
			.cart-bag {
				display: none !important;
			}
			#search_mobile {
				display: block;
			}
			.mobi-menu {
				display: block;
				position: absolute;
				z-index: 99999999999;
				top: 0px;
				width: 100%;
				max-width: 210px;
				margin: 0;
				left: 0;
				right: 0;
				z-index: 888;
			}
			.header .m_nav {
				display: inline-block;
			}
			.header .hdr_search_cr .icon_search {
				right: 48px;
			}
			.header .hdr_search_cr {
				padding: 20px;
				background: #ffffff;
			}
			.header .hdr_search_cr {
				position: absolute;
				top: 80px;
				left: -120px;
				margin-top: 0;
			}
			.header .hdr_search_cr input.search {
				background: #fff;
				float: none;
				margin: 0 auto;
				font-size: 14px;
				height: 34px;
			}
			.breadcrumb li {
				font-size: 13px;
			}
			.hero_video_container {
				padding-bottom: 50%;
			}
			.home_page_cr .hero_cr.mb30,
			.home_page_cr .home_cr_2.mb30,
			.home_page_cr .home_cr_3.mb30,
			.home_page_cr .home_cr_4.mb30 {
				margin-bottom: 15px !important;
			}
			.home_page_cr .home_cr_2 .col-sm-6.col-xs-12:first-child,
			.home_page_cr .home_cr_3 .col-sm-4.col-xs-12 {
				margin-bottom: 15px;
			}
			.flexslider.hero_flexslider .flex-control-nav {
				bottom: 7px;
			}
			.flexslider.hero_flexslider .flex-control-paging li a {
				width: 15px;
				height: 15px;
			}
			.flexslider.hero_flexslider .flex-direction-nav .flex-prev,
			.flexslider.hero_flexslider:hover .flex-direction-nav .flex-prev {
				left: 0px !important;
			}
			.flexslider.hero_flexslider .flex-direction-nav .flex-next,
			.flexslider.hero_flexslider:hover .flex-direction-nav .flex-next {
				right: 0 !important;
			}
			.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
				top: 82px;
			}
			.product_detail_page section.product-single > .container {
				padding: 0;
				max-width: none;
				width: auto;
				margin: 0;
			}
			.related_items_cr,
			.reviews_outer_cr {
				margin-top: 35px;
				padding-top: 35px;
			}
			.mobile_flexslider .flex-direction-nav {
				display: none !important;
			}
			#gal1 .thumbnailsContainer a img {
				width: 100%;
				max-width: 100%;
				display: block;
			}
			.product_detail_page #imgProductMain {
				padding-left: 15px !important;
			}
			#videoProductMain .video_border {
				padding: 10px;
			}
			.mobile_flexslider .flex-control-paging li a {
				border-radius: 20px !important;
			}
			.mobile_flexslider .flex-control-nav {
				bottom: -34px;
				left: 0;
			}
			.product_detail_page #gal1 {
				padding-left: 15px;
				padding-right: 15px;
				margin-bottom: 20px;
			}
			.product_detail_page .product-size #sizeChartLink {
				display: none;
			}
			.product_detail_page .product-size #sizeChartLinkMobile {
				display: block;
				padding-top: 8px;
				float: right;
			}
			.product_detail_page .color_swatches_cr {
				margin-top: 30px;
			}
			.product_detail_page .product-size {
				margin-top: 30px;
			}
			.product_detail_page div.variantValue {
				margin-bottom: 30px;
			}
			.product_detail_page #valVariants {
				display: none;
			}
			.product_detail_page .collections_section {
				margin-top: 30px;
			}
			.product_detail_page .product-share {
				margin-top: 30px;
			}
			.product_detail_page h3 {
				font-size: 24px;
				margin-bottom: 15px;
			}
			.product_detail_page .product-option ul li {
				display: inline-block;
			}
			#tabs-titles li {
				width: 33%;
				padding: 6px 0 !important;
				float: left;
			}
			#tabs-titles li:nth-child(2) {
				text-align: center;
			}
			#tabs-titles li:nth-child(3) {
				text-align: right;
			}
			#tabs-titles li span {
				padding: 0 !important;
			}
			.product_detail_page .col-xs-5_mod {
				width: 15% !important;
				padding-left: 0 !important;
				padding-right: 0 !important;
			}
			.product_detail_page .col-xs-2_mod {
				width: 70% !important;
			}
			.product_detail_page .more_products_cr .sbl_img_container {
				padding-right: 0;
			}
			.product_detail_page .more_products_cr .lookList .sbl_product_name a {
				font-size: 12px;
			}
			.product_detail_page .more_products_cr .sbl_product_code.product_code {
				font-size: 11px;
				color: #888;
			}
			.product_detail_page .more_products_cr .ourPriceDiv .salePrice {
				font-size: 11px;
			}
			.product_detail_page .more_products_cr .sbl_repeater {
				border-bottom: 1px solid #ddd;
			}
			.product_detail_page .more_products_cr .ourPriceDiv,
			.product_detail_page .more_products_cr .salePriceDiv .salePrice {
				font-size: 11px;
				line-height: 11px;
			}
			.product_detail_page .more_products_cr .ourPriceDiv .strikePrice {
				margin-left: -7px;
				line-height: 11px;
			}
			.product_detail_page .more_products_cr .salePriceDiv {
				line-height: 11px;
			}
			.product_detail_page .more_products_cr .sbl_color_container {
				margin-top: 15px;
				font-size: 13px;
			}
			.product_detail_page .more_products_cr .sbl_bottom_container {
				margin-bottom: 15px;
			}
			.product_detail_page .cd_product_cr .product-title h4 {
				font-size: 14px;
			}
			.product_detail_page .cd_product_cr .product-price .ourPriceDiv {
				font-size: 14px;
			}
			#owl-carousel-product-detail .cd_product_cr .product-title {
				width: 73%;
			}
			#owl-carousel-product-detail .cd_product_cr .product-title h4 {
				font-size: 12px;
				margin-top: 15px;
			}
			#owl-carousel-product-detail .cd_product_cr .product-price,
			#owl-carousel-product-detail .cd_product_cr .product-price .ourPriceDiv {
				font-size: 13px;
			}
			#owl-carousel-product-detail .cd_product_cr .product-price .salePriceDiv {
				margin-top: 4px;
			}
			.owl-buttons {
				top: 30% !important;
			}
			.modal .modal-dialog {
				width: auto;
			}
			#welcome_modal.modal .modal-dialog {
				width: auto;
			}
			.page-nav {
				float: left;
			}
			.page-nav ul li {
				margin-left: 0;
				margin-right: 6px;
			}
			.aside .slider_cr .ui-state-default {
				width: 1.3em;
				height: 1.3em;
				top: -0.5em;
			}
			.quickview-modal.modal .modal-dialog {
				width: auto;
			}
			.category_detail_page #categorySidebar {
				display: none;
			}
			.category_detail_page .p-filter {
				background: #ffffff;
			}
			.category_detail_page .p-filter .sort_holder {
				font-size: 15px;
			}
			.category_detail_page .p-filter .sort_holder span.sort_by_dd_cr {
				float: left;
				width: 52%;
				height: 28px;
			}
			.show_dd_select_cr {
				float: right;
			}
			.category_detail_page .p-filter .sort_holder span.show_dd {
				display: block;
				width: 48%;
				float: right;
				padding: 5px 10px 5px 0px;
				background: #f7f7f7;
			}
			.category_detail_page .p-filter .PagingStripContainer {
				margin-top: 10px;
			}
			.category_detail_page .p-filter .items_num_of_num_holder.visible-xs .items_num_of_num em span.page-summary {
				float: right;
				margin-top: 7px;
				margin-right: 3px
			}
			.category_detail_page .product-title {
				width: 65%;
			}
			.category_detail_page .p-list > li > .col-xs-12 {
				padding-left: 0;
				padding-right: 0;
			}
			.cd_product_cr {
				margin-left: 0;
				margin-right: 0;
			}
			.cd_product_cr .product-img a img {
				width: 100%;
				max-width: 100%;
			}
			.category_detail_page .product-title h4 {
				font-size: 14px;
				margin: 0;
			}
			.category_detail_page .product-price {
				font-size: 14px;
			}
			.category_detail_page .product-price .strikePrice {
				font-size: 12px !important;
			}
			#categorySidebar {
				margin-bottom: 40px;
				padding-right: 15px;
			}
			.aside {
				margin-bottom: 0;
			}
			.bot_p_filter.p-filter {
				margin-bottom: 40px;
			}
			.shop_by_look_page .right_container .sbl_title_container,
			.shop_by_look_page .right_container .sbl_price_range_container {
				padding: 0 15px;
			}
			.shop_by_look_page .sbl_main_img {
				margin-bottom: 20px;
			}
			.shop_by_look_page .right_container {
				padding: 0 15px;
			}
			.shop_by_look_page .right_container .sbl_title h1 {
				font-size: 16px;
			}
			.shop_by_look_page .right_container .sbl_price_range p {
				font-size: 14px;
			}
			.shop_by_look_page .right_container .sbl_table_hdr_cr {
				display: none;
			}
			.shop_by_look_page .right_container .sbl_repeater {
				padding: 10px 0;
			}
			.shop_by_look_page .sbl_repeater .sbl_img_container.col-md-2 {
				width: 33.33333333333333%;
				padding: 0 0 0 15px !important;
			}
			.shop_by_look_page .sbl_repeater .sbl_price_container.col-md-2 {
				width: 66.66666666666666%;
				text-align: left;
				margin-top: 5px;
			}
			.shop_by_look_page .sbl_price_container span,
			.shop_by_look_page .ourPriceDiv,
			.shop_by_look_page .salePriceDiv {
				text-align: left;
			}
			.shop_by_look_page .sbl_repeater .mobile_title {
				display: inline-block;
				font-size: 12px;
				width: 15%;
				float: left;
				padding-top: 4px;
			}
			.shop_by_look_page .variantValue.sblSizeOptions,
			.shop_by_look_page .sbl_size_container .variantValue {
				width: 85%;
				float: none;
				display: inline-block;
				margin-bottom: 20px;
			}
			.shop_by_look_page .sbl_size_container div.variantValue > div {
				padding-top: 4px;
			}
			.shop_by_look_page .sbl_repeater .sbl_add_btn_container {
				width: 100%;
				padding: 0 15px;
				margin: 0;
			}
			.shop_by_look_page .sbl_repeater .sbl_add_btn_container a {
				float: right;
			}
			.product-size ul li a {
				font-size: 14px;
				line-height: 33px;
				min-width: 35px !important;
				height: 35px;
			}
			.product_detail_page .price {
				font-size: 12px;
			}
			.product_detail_page .price_and_rating_cr fieldset .salePriceDiv {
				margin-top: 0;
			}
			.product_detail_page .product_name {
				font-size: 22px;
				padding-top: 20px;
			}
			.product_detail_page .price_and_rating_cr {
				padding: 10px 0 18px 0;
			}
			.product_detail_page .ourPriceDiv {
				font-size: 20px;
				margin-top: 6px;
			}
			.product_detail_page .star {
				float: right;
				margin: 0;
			}
			.product_detail_page .rating em {
				font-size: 9px;
				display: block;
				float: none;
				position: relative;
				clear: both;
			}
			.RatingStar {
				width: 19px !important;
			}
			.product_detail_page .owl-controls .owl-buttons .owl-prev {
				margin-left: -4px !important;
			}
			.product_detail_page .owl-controls .owl-buttons .owl-next {
				margin-right: -6px !important;
			}
			.addedToCart-modal .tileInfo a.prodLink {
				font-size: 12px;
				margin-bottom: 6px;
			}
			.addedToCart-modal .tileInfo h4,
			.addedToCart-modal p#addedToCartQty,
			.addedToCart-modal .addItemCheckout h4.cartSummaryHeader,
			.addedToCart-modal .addItemCheckout p#cartSummary {
				margin-bottom: 6px;
				font-size: 11px;
			}
			.addedToCart-modal .modal-footer a.modalContinueShopping {
				width: 93px;
				white-space: normal;
				line-height: 16px;
			}
			.addedToCart-modal .modal-footer a.btn main_btn {
				display: inline-block;
				width: 130px;
				margin-top: 4px;
			}
			.product_detail_page .more_products_cr .sbl_repeater {
				margin-left: 0;
				margin-right: 0;
			}
			.continue_shopping_desktop {
				display: none;
			}
			.continue_shopping_mobile {
				display: block;
				padding-left: 15px;
			}
			.login_page .login_cr.top_cr {
				margin-top: 0;
			}
			.login_page .login_top h4 {
				text-align: left;
				margin-top: 0;
			}
			.login_page .login_right {
				text-align: left !important;
			}
			.login_page .login_right p {
				margin-bottom: 0;
			}
			.login_page .bot_cr {
				margin-bottom: 0;
			}
			.register_content_cr .col-md-4.col-sm-4 {
				margin-top: 50px;
			}
			.retrieve_pw_cr .important_info_container {
				margin-top: 20px;
			}
			.view_cart_page .cart-totals ul {
				padding-left: 0;
			}
			input.update_cart_btn {
				float: none;
			}
			.check-out-cn .check-out-form {
				padding: 10px 20px 20px 20px;
			}
			.check-out.checkout_billing_page .paypal_btn_cr {
				margin-top: 5px;
				margin-bottom: 2px;
				float: none;
			}
			.check-out h1.reviewHeading {
				font-size: 16px;
			}
			.card_thumb {
				margin-bottom: 5px;
			}
			.blog_entry_page .blog_post_footer {
				text-align: center;
			}
			.blog_entry_page .blog_post_footer p {
				margin-bottom: 10px;
			}
			.blog_entry_page .product-share ul {
				text-align: center;
			}
			.blog_entry_page .blog_post_footer .prev_article a span,
			.blog_entry_page .blog_post_footer .next_article a span {
				display: none;
			}
			.blog_entry_page .prev_next_cr {
				font-size: 12px;
			}
			.member_account_page h3 {
				font-size: 18px;
				margin-bottom: 20px;
			}
			.member_account_page .left_content_cr {
				padding-left: 8px;
				padding-right: 8px;
				margin-bottom: 20px;
			}
			.member_account_page .right_content_cr {
				padding-left: 8px;
				padding-right: 8px;
				margin-bottom: 20px;
			}
			.member_account_page .table_heading {
				font-size: 10px !important;
			}
			.member_account_page .recent_orders_table > tbody > tr > td {
				font-size: 9px;
				text-align: center;
			}
			.member_account_page .recent_orders_table > tbody > tr > td:nth-child(1) {
				width: 18%;
			}
			.member_account_page .recent_orders_table > tbody > tr > td:nth-child(4) {
				width: 18%;
			}
			.member_account_page .wishlist_table > tbody > tr > td {
				border-bottom: 0;
				display: block;
				width: 100% !important;
				padding: 10px;
			}
			.member_account_page .wishlist_table > tbody > tr > td:last-child {
				border-bottom: 1px solid #ddd;
			}
			.member_account_page .wishlist_table > tbody > tr > td:nth-child(1),
			.member_account_page .wishlist_table > tbody > tr > td:nth-child(2) {
				width: 50% !important;
				float: left;
			}
			.member_account_page .wishlist_table > tbody > tr > td:nth-child(2) {
				padding-left: 0;
			}
			.member_account_page .wishlist_table > tbody > tr > td:nth-child(4) {
				clear: both;
			}
			.member_account_modals,
			.member_account_modals .modal-dialog,
			.member_account_modals .modal-content {
				width: auto !important;
				margin: 0 !important;
			}
			.member_account_modals {
				top: 7% !important;
				margin-left: 15px !important;
				margin-right: 15px !important;
			}
			.member_account_page .recent_orders_table > tbody > tr > td {
				padding: 3px 2px;
			}
			.previous_order_page p.order_status {
				float: none;
				clear: both;
			}
			.previous_order_page .border_outline_btn.pull-right {
				float: left !important;
			}
			.previous_order_page .return_item_table tr:first-child {
				display: none;
			}
			.previous_order_page .return_item_table .return_item_mobile_title {
				display: block;
			}
			.previous_order_page .return_item_table {
				border: none;
				margin-top: 20px;
			}
			.previous_order_page .return_item_table td {
				display: block;
				float: left;
				width: 100%;
				border: none;
			}
			.previous_order_page .return_item_table .description {
				font-size: 13px;
				padding-top: 20px;
			}
			.blog_entries_cr .items .blog_entry_cr .blog_info_cr p.post_date,
			.blog_entries_cr .items .blog_entry_cr .blog_info_cr p.category_name {
				text-align: left;
			}
			.blog_page .page-nav {
				width: 100%;
				float: none;
				padding: 0 15px;
			}
			.blog_page .pagination_container span {
				width: 100%;
			}
			.blog_page .pagination_container .paging_bootstrap {
				float: left !important;
			}
			.blog_page .pagination_container .paging_bootstrap > ul > li {
				margin-left: 0;
				margin-right: 6px;
			}
			.footer_main_cr {
				margin-bottom: 20px;
			}
			footer.main_footer {
				padding: 60px 0 35px 0 !important;
			}
			footer.main_footer #backtotop_cr {
				top: -50px;
			}
			.footer_heading::before {
				display: none !important;
			}
			.main_footer .footer_heading {
				max-width: none;
				margin: 40px 0 10px;
				font-size: 18px;
				padding: 0 0 10px;
			}
			.footer_links p,
			.footer_links p.indent {
				margin: 5px 0;
			}
			.footer_links p:first-child {
				margin-top: 0;
			}
			.main_footer .footer_heading.first_heading {
				margin-top: 0px;
			}
			.main_footer .footer_heading,
			.main_footer .footer_links {
				text-align: center;
			}
			.main_footer .footer_heading {
				border-bottom: none;
				padding-bottom: 0;
				margin-top: 20px;
				cursor: pointer;
			}
			.ftr_payments_cr {
				text-align: center;
			}
			.ftr_payments_cr a {
				margin-left: 3px;
				margin-right: 3px;
			}
			.main_footer .footer_copyright {
				text-align: center;
				font-size: 11px;
			}
			.main_footer .br_logo {
				margin-top: -2px;
				max-width: 79px;
			}
			.main_footer .footer_copyright .col-sm-6.text-right {
				padding-top: 20px;
				text-align: center;
			}
			.footer_main_cr .col-sm-3 {
				width: 100% !important;
				margin-bottom: 40px;
			}
			.footer_main_cr .col-sm-3:last-child {
				margin: 0 auto;
			}
			#share-wish-list.member_account_modals .modal-dialog .modal-content {
				max-width: 290px;
				margin-left: auto !important;
				margin-right: auto !important;
			}
			.reset_pw_page .register_cr {
				margin-top: 50px;
			}
			.reset_pw_page .register_cr .col-md-4.col-sm-4 {
				padding-top: 25px;
			}
			/* moved */
			.container {
				width: 100%;
				max-width: 410px;
				margin: 0 auto;
			}
			.main_footer .container {
				width: 300px;
			}
			.p-list > li {
				width: 50%;
				min-height: 335px;
				padding: 0 8px;
			}
			.p-list.category_lists > li {
				width: 50%;
				min-height: 290px;
			}
			.p-list.category_lists > li .product-title a {
				margin-bottom: 10px;
			}
			.p-list.category_lists > li .product-price {
				float: none;
				width: 100%;
			}
			.category_detail_page .p-list .cp-list .pi-slider {
				display: none !important;
			}
			.p-list .cart-btns {
				margin-top: -10px;
			}
			.p-list .cart-btns .cb-btn {
				height: 40px;
			}
			/* picking up where Fengo developers left off... */
			/* ViewCart, CheckoutPayment, MemberOrderDetail page styles */
			.recent-orders-table {
				border-top: 1px solid #eaeaea !important;
			}
			.cart-table td.cart-heading,
			.checkout-table td.cart-heading,
			.wishlist-table td.cartHeading,
			.recent-orders-table td.cartHeading,
			.order-details-table td.cart-heading,
			.order-history-table td.cartHeading {
				display: none !important;
			}
			.cart-table tbody tr,
			.checkout-table tbody tr,
			.wishlist-table tbody tr,
			.recent-orders-table tbody tr,
			.order-details-table tbody tr,
			.order-history-table tbody tr {
				padding: 0px;
				border: 1px solid #eaeaea;
				border-collapse: collapse;
			}
			.cart-table tbody tr td,
			.checkout-table tbody tr td,
			.wishlist-table tbody tr td,
			.recent-orders-table tbody tr td,
			.order-details-table tbody tr td,
			.order-history-table tbody tr td {
				display: block;
				width: 100%;
				padding: 5px;
				border: 0px solid #eaeaea;
				border-collapse: collapse;
				font-size: 12px;
			}
			.miniSideCart .checkout-table tbody tr td {
				display: block;
				max-width: none;
				width: 50%;
				padding: 5px;
				border: 0px solid #eaeaea;
				border-collapse: collapse;
				font-size: 12px;
			}
			.miniSideCart .checkout-table tbody tr td:nth-child(1) img {
				margin-top: 10px;
			}
			.miniSideCart .checkout-table tbody tr td:nth-child(2) {
				clear: none;
				width: 50%;
			}
			.miniSideCart .checkout-table tbody tr td:nth-child(2) a {
				text-align: left;
			}
			.cart-table tbody tr td span.mobileLabel,
			.checkout-table tbody tr td span.mobileLabel,
			.wishlist-table tbody tr td span.mobileLabel,
			.order-details-table tbody tr td span.mobileLabel,
			.order-history-table tbody tr td span.mobileLabel {
				display: inline-block;
				font-size: 12px;
				font-weight: normal;
				margin: 0 3px 0 0;
			}
			.cart-table tbody tr td:nth-child(1) {
				float: left;
				clear: both;
				line-height: 20px;
				padding: 5px;
				width: 100%;
			}
			.cart-table tbody tr td:nth-child(1) span.mobileLabel {
				width: 100%;
				text-align: center;
				margin: 0;
				display: none;
			}
			.order-details-table tbody tr td:nth-child(1) span.mobileLabel {
				width: 100%;
				text-align: center;
				margin: 10px 0;
			}
			.checkout-table tbody tr td:nth-child(2) span.mobileLabel {
				display: inline-block;
				width: 100%;
				text-align: center;
				margin: 0;
			}
			.wishlist-table tbody tr td {
				width: 100%;
				text-align: center;
				margin: 0;
			}
			.wishlist-table tbody tr td span.mobileLabel {
				display: inline-block;
				width: 100%;
				text-align: center;
				margin: 0;
			}
			.checkout-table tbody tr td:nth-child(2) a {
				display: inline-block;
				width: 100%;
				text-align: center;
				margin: 0 0 10px 0;
			}
			.checkout-table tbody tr td:nth-child(2) span.mobileProductCode {
				display: inline-block;
				width: 100%;
				text-align: center;
				margin: 0;
				line-height: 20px;
			}
			.checkout-table tbody tr td:nth-child(2) span.mobileVariants {
				display: inline-block;
				width: 100%;
				text-align: center;
				margin: 0;
				line-height: 20px;
				position: relative;
				left: -8px;
			}
			.cart-table tbody tr td:nth-child(1) img {
				clear: both;
				margin: 0 5px 10px 0;
				width: 130px;
			}
			.order-details-table tbody tr td:nth-child(1) img {
				clear: both;
				float: none;
				margin: 0 auto;
				width: 100px;
			}
			.view_cart_page .shopping-cart-page table.cart-table {
				margin-bottom: 0;
			}
			input.update_cart_btn {
				margin: 0 auto 20px auto;
			}
			.continue_shopping_mobile {
				text-align: center;
				padding: 0;
				margin-bottom: 38px;
			}
			.cart-table tbody tr td:nth-child(2),
			.cart-table tbody tr td:nth-child(3),
			.cart-table tbody tr td:nth-child(4),
			.cart-table tbody tr td:nth-child(5),
			.checkout-table tbody tr td:nth-child(2),
			.checkout-table tbody tr td:nth-child(3),
			.checkout-table tbody tr td:nth-child(4),
			.checkout-table tbody tr td:nth-child(5),
			.order-details-table tbody tr td:nth-child(1),
			.order-details-table tbody tr td:nth-child(2),
			.order-details-table tbody tr td:nth-child(3),
			.order-details-table tbody tr td:nth-child(4),
			.order-details-table tbody tr td:nth-child(5) {
				float: left;
				clear: both;
				line-height: 20px;
				padding: 5px;
				width: 100%;
			}
			.cart-table tbody tr td:nth-child(4) {
				padding: 15px 8px;
			}
			.cart-table tbody .cartDescription a {
				font-size: 16px;
			}
			.cart-table tbody .productDescription {
				font-size: 13px;
			}
			.cart-table tbody tr td:nth-child(2) {
				width: 100%;
				text-align: center;
			}
			.cart-tableWL tbody tr td:nth-child(2),
			.cart-tableWL tbody tr td:nth-child(3),
			.description.mobileCenterTd {
				text-align: center !important;
				margin: 10px auto;
			}
			.order-details-table .productDescription {
				font-family: Helvetica, 'HelveticaNeueLTStd-Roman', sans-serif;
				font-size: 12px;
				font-weight: normal;
				color: #333;
				line-height: 14px !important;
				margin: 0;
				padding: 0;
				position: relative;
				left: -5px;
				text-transform: uppercase;
			}
			.order-details-table tbody tr td:nth-child(5) {
				float: left;
				clear: both;
				line-height: 20px;
				padding: 5px;
				text-align: left;
			}
			.order-details-table tbody tr td:nth-child(6) .return-btn {
				margin: 10px 0;
			}
			.order-details-table .productDescription::after[html=size] {
				content: "??";
			}
			.recent-orders-table tbody tr td:nth-child(1):before,
			.order-history-table tbody tr td:nth-child(1):before {
				content: "Order #: ";
				font-family: Helvetica, 'HelveticaNeueLTStd-Roman', sans-serif;
				font-size: 14px;
				font-weight: bold;
			}
			.recent-orders-table tbody tr td:nth-child(2):before,
			.order-history-table tbody tr td:nth-child(2):before {
				content: "Date: ";
				font-family: Helvetica, 'HelveticaNeueLTStd-Roman', sans-serif;
				font-size: 14px;
				font-weight: bold;
			}
			.recent-orders-table tbody tr td:nth-child(3):before,
			.order-history-table tbody tr td:nth-child(3):before {
				content: "Order Total: ";
				font-family: Helvetica, 'HelveticaNeueLTStd-Roman', sans-serif;
				font-size: 14px;
				font-weight: bold;
			}
			.recent-orders-table tbody tr td:nth-child(4):before,
			.order-history-table tbody tr td:nth-child(4):before {
				content: "Status: ";
				font-family: Helvetica, 'HelveticaNeueLTStd-Roman', sans-serif;
				font-size: 14px;
				font-weight: bold;
			}
			.wishlist-table tbody tr td:nth-child(1),
			.wishlist-table tbody tr td:nth-child(2),
			.wishlist-table tbody tr td:nth-child(3),
			.recent-orders-table tbody tr td:nth-child(1),
			.recent-orders-table tbody tr td:nth-child(2),
			.recent-orders-table tbody tr td:nth-child(3),
			.recent-orders-table tbody tr td:nth-child(4),
			.recent-orders-table tbody tr td:nth-child(5),
			.order-history-table tbody tr td:nth-child(1),
			.order-history-table tbody tr td:nth-child(2),
			.order-history-table tbody tr td:nth-child(3) {
				float: left;
				clear: both;
				line-height: 20px;
				padding: 5px;
				text-align: center;
			}
			.wishlist-table tbody tr td:nth-child(1) {
				padding: 10px 0 15px 0;
			}
			.wishlist-table tbody tr td:nth-child(3) {
				padding: 5px 0 15px 0;
			}
			.recent-orders-table tbody tr td:nth-child(1),
			.order-history-table tbody tr td:nth-child(1) {
				padding: 10px 0 5px 0;
			}
			.order-history-table tbody tr td:nth-child(3) {
				padding: 5px 0 10px 0;
			}
			.recent-orders-table tbody tr td:nth-child(5),
			.order-history-table tbody tr td:nth-child(5) {
				padding: 5px 0 15px 0;
			}
			.cart-table tbody tr td:nth-child(6) {
				float: left;
				clear: both;
				line-height: 20px;
				padding: 5px;
				width: 100%;
			}
			.about_us_page .about_us_title_txt_cr h1 {
				font-size: 36px;
			}
			/*.store_locator_page #divMap {
		display: none !important;
	}*/
			.store_locator_page #divMapListToggle {
				display: block;
				text-align: center;
				margin-bottom: 5px;
			}
			.store_locator_page div.locations_cr {
				height: auto !important;
				overflow: hidden !important;
			}
			.store_locator_page .enter_zip_cr .form-control {
				width: 74%;
			}
			.store_locator_page .enter_zip_cr .main_btn {
				width: 25%;
			}
		}
		/* /max-width:767 */
		@media (max-width: 600px) {
			#welcome_modal.modal .modal-dialog h3 {
				font-size: 20px;
			}
			.home_page_cr .home_cr_3 .logos_cr .logos_owl_cr img {
				max-width: none;
			}
			.home_page_cr .five_img_cr .mod_sm_3 {
				width: 100%;
				float: none;
			}
			.member_account_modals {
				top: 3% !important;
			}
		}
		/* /max-width:600 */
		@media (max-width: 480px) {
			/*body {
		padding-top: 76px;
	}

	html.mm-opening .mm-slideout,
	html.mm-blocking .mm-slideout {
		padding-top: 76px;
	}

	body.sale_banner_visible {
		padding-top: 125px;
	}*/
			.logo_hdr {
				max-width: 115px;
				margin: 15px 0 0 0;
			}
			.sale_banner_cr .sale-banner {
				padding: 0 20px;
			}
			.hero_video_container {
				padding-bottom: 49%;
			}
			.home_page_cr .ig-caption .inner_cr {
				text-shadow: 0 0 4px rgba(0, 0, 0, 1);
			}
			.home_page_cr .ig-caption .inner_cr .title {
				font-size: 36px;
				line-height: 36px;
			}
			.home_page_cr .ig-caption-home-slot-1.ig-caption .inner_cr {
				width: 100%;
				padding: 0 15px;
				right: 0;
			}
			.home_page_cr .ig-caption .inner_cr .sub_title,
			.home_page_cr .ig-caption .inner_cr .price {
				font-family: 'Gotham Medium';
				font-size: 17px;
			}
			.home_page_cr .home_cr_1 .wrap_cr .img_cr,
			.home_page_cr .home_cr_1 .wrap_cr .img_cr.wide {
				width: 100%;
			}
			.home_page_cr .home_cr_1 .wrap_cr .img_cr.img_cr1 h3 {
				font-size: 34px;
			}
			.home_page_cr .home_cr_3 {
				margin-bottom: 50px;
			}
			.home_page_cr .home_cr_4 .home_blog_cr {
				margin-bottom: 50px;
			}
			.product_detail_page ul.breadcrumb {
				margin-left: 0;
			}
			/*.product_detail_page .product-single {
		padding: 30px 0;
	}*/
			h3.title_with_line_separator {
				font-size: 28px;
				text-align: center;
				margin-bottom: 40px;
			}
			.blog_entry_page .product-share ul li:first-child {
				display: none;
			}
			.blog_entry_page .product-share ul li {
				margin-right: 3px;
			}
			.blog_entry_page .product-share ul li a img {
				width: 28px;
			}
			.blog_entry_page .blog_post_footer.row .col-xs-10 {
				padding-left: 0;
				padding-right: 0;
			}
			.blog_entry_page .blog_post_footer.row .prev_article.col-xs-1 {
				padding-right: 0;
			}
			.blog_entry_page .blog_post_footer.row .next_article.col-xs-1 {
				padding-left: 0;
			}
			.form .input-textTwo {
				width: 46.9%;
			}
		}
		/* /max-width:480 */
		@media (max-width: 380px) {
			.sale_banner_cr .sale-banner {
				text-align: left;
				padding: 0 20px 0 0;
			}
			.sale_banner_cr .sale_close {
				width: 10px;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 10px;
				right: 14px;
				float: none;
			}
			.category_detail_page .product-title h4 {
				font-size: 13px;
			}
			.category_detail_page .product-price {
				font-size: 12px;
			}
			.p-list > li {
				min-height: 263px;
			}
			.category_detail_page .p-filter .sort_holder span.sort_by_dd_cr {
				width: auto;
			}
			.sort_by_dd_select_cr,
			.sort_by_dd_select_cr select {
				width: 150px;
			}
			.product_detail_page .product-single-info .product-option ul li .incrementor_container {
				display: inline-block;
				float: none;
				margin-bottom: 15px;
			}
			.product_detail_page .product-share ul li a {
				width: 35px;
				height: 35px;
				font-size: 14px;
				line-height: 35px;
			}
			.member_account_page .recent_orders_container .view-btn {
				margin-right: 0;
			}
			.store_locator_page .enter_zip_cr .form-control {
				width: 70%;
			}
			.store_locator_page .enter_zip_cr .main_btn {
				width: 29%;
			}
			.form .input-textTwo {
				width: 46.5%;
			}
		}
		@media (max-width: 360px) {
			.Feature-Items-Home .owl-theme .owl-nav [class*='owl-'] {
				top: 170px;
			}
			.Feature-Items-Home .owl-theme .owl-dots {
				display: none;
			}
		}
		/* /max-width:330 */



/**********************************************************
03_overrides.css
***********************************************************/
/* globals */

.cd_title
{
	font-size: 80px;
}





