/* CRO Custom Quick View */

a.custom_quick_trigger {
    text-decoration: none;
    white-space: nowrap;
    transition: all .3s;
    display: block;
    z-index: 99;
    cursor: pointer;
    position: relative;
    max-width: 100px;
    margin: 0 auto;
    padding: 4px 0 0;
    color: #2999b5;
    line-height: 1.2;
}

a.custom_quick_trigger span {
    border-bottom: 1px solid #75b6c9;
    color: #4ca8c0;
    font-family: roboto slab, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

a.custom_quick_trigger img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.quick_overlay {
    width: 100%;
    height: 100%;
    opacity: 0.83;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.custom_quick_view {
    padding: 10px;
    background: #f6f6f6 url(../img/bx_loader.gif) no-repeat center center;
    max-width: 1000px;
    width: 95%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    border-radius: 2px;
}

.quick_closeIcon {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.custom_quick_view .sigProPrintMessage {
    display: none !important;
}

.custom_quick_view>div {
    float: left;
    min-height: 310px;
    transition: all .3s;
    background: #f6f6f6;
}

.custom_quick_view>div.slider_column {
    width: 45%;
}

.custom_quick_view>div.content_column {
    width: 55%;
}

.custom_quick_view>div.content_column {
    width: 55%;
    padding-left: 20px;
}

.notVisible>div {
    opacity: 0;
}

.custom_quick_view>div.content_column .yotpo.bottomLine,
.custom_quick_view .content_column div#shipbox,
.custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-2,
.custom_quick_view #_jstl__buying_options_r .extra-options>hr:first-child {
    display: none;
}

.custom_quick_view>div.slider_column #_jstl__images_r .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    max-width: 100%;
}

.custom_quick_view>div.slider_column #_jstl__images_r .row>.col-xs-3 {
    padding: 0 3px;
    float: none;
    width: 100%;
    display: inline-block;
}

.custom_quick_view>div.content_column .wrapper-product-title>h1 {
    font-size: 24px;
    margin-top: 5px;
}

.custom_quick_view>div.content_column hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-4 {
    width: 30%;
    padding: 0;
}

.custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-6 {
    width: 70%;
    padding-right: 0;
}

.custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-4 input[type="number"] {
    text-align: center;
}


.custom_quick_view>div.content_column form.buying-options .btn-stack {
    margin: 0;
    padding-top: 28px;
    margin-bottom: 35px;
}

.custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-4:before {
    content: "Quantity";
    font-weight: bold;
    position: absolute;
    top: -24px;
    left: 2px;
}

.custom_quick_view>div.slider_column #_jstl__images_r .row>.col-xs-3 img {
    max-height: 80px;
    margin: 0 auto;
}

.custom_quick_view div#_jstl__images_r {
    overflow: hidden;
}

.custom_quick_view .main-image .zoom img#main-image {
    max-height: 100%;
    width: 100%;
}

.custom_p_link {
    text-align: center;
    padding-top: 10px;
}

.custom_p_link a {
    font-size: 16px;
    text-decoration: underline;
}

.custom_quick_view div#_jstl__images_r .row {
    padding: 0px;
    margin: 0px;
}

.custom_quick_view div#_jstl__images_r br {
    display: none;
}

.custom_quick_view .o_return_policy {
    padding-top:0px;
}

hr {
    border-color: #ddd;
}

@media(max-width: 991px) {
    .custom_quick_view>div.content_column form.buying-options .btn-stack .col-md-6 {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .custom_quick_view>div {
        float: none;
        min-height: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .custom_quick_view .main-image .zoom img#main-image {
        max-height: 265px;
    }

    .custom_quick_view>div.slider_column #_jstl__images_r .row>.col-xs-3 img {
        max-height: 60px;
    }

    .custom_quick_view>div.content_column .wrapper-product-title>h1 {
        font-size: 20px;
        margin-top: 15px;
    }

    .custom_p_link a {
        font-size: 13px;
        text-decoration: underline;
    }

    .custom_quick_view>div.content_column .productpricetext {
        font-size: 22px;
        font-weight: 700;
    }

    .custom_p_link {
        padding-top: 5px;
    }
}

/* CRO Quick Links */

.custom-quick-links {
    text-align: center;
    background: #FFFFFF;
    clear: both;
}

.custom-quick-links ul li {
    display: inline-block;
    padding: 12px 0px;
    font-size: 13px;
    line-height: 1;

}

.custom-quick-links ul li a {
    color: #444444;
    border-right: 1px solid #999;
    padding: 0px 15px;
}

.custom-quick-links ul li a:hover {
    color: #2999b5;
}

.custom-quick-links ul li img {
    vertical-align: middle;
    width: 15px;
    margin-left: 6px;
}

.custom-quick-links ul {
    margin: 0px;
    padding: 0px;
}


li.quick-links-main {
    color: #2999b5;
    text-transform: uppercase;
    font-family: roboto slab, Helvetica, Arial, sans-serif;
}

.custom-quick-links li:last-child a {
    border: none;
}

@media only screen and (max-width: 991px) {
    .custom-quick-links ul li {
        font-size: 12px;

    }

    .custom-quick-links ul li a {
        color: #000;
        border-right: 1px solid #999;
        padding: 0px 8px;
    }
}

@media only screen and (max-width: 820px) {

    .custom-quick-links ul li a {
        color: #000;
        border-right: 1px solid #999;
        padding: 0px 5px;
    }

}

/**** CRO Cart Persistence CSS */

body.not_scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

span.o_cart_persistence_close {
    position: absolute;
    top: -30px;
    right: 0;
    cursor: pointer;
}

.o_cart_persistence_overlay {
    width: 100%;
    height: 100%;
    opacity: 0.66;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding-bottom: 0px;
}

.clearBoth:after,
.clearBoth:before {
    content: "";
    display: block;
    clear: both;
}

.o_cart_persistence_box {
    position: fixed;
    background: #fff;
    max-width: 600px;
    width: 600px;
    padding: 15px 0;
    border-radius: 4px;
    max-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.o_cart_persistence_box .container {
    position: relative;
    width: 100%
}

.o_cart_persistence_box .o_head h3,
.o_cart_persistence_box .o_head h4 {
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
}

.o_cart_persistence_box .o_head h4 br {
    display: none;
}

.o_cart_persistence_box .o_head h3 {
    font-weight: 700;
    color: #000;
    display: block;
}

.o_cart_persistence_box .o_head h4 {
    padding-left: 4px;
    padding-top: 4px;
}

.o_cart_persistence_box .o_items_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    text-align: left;
}

.o_cart_persistence_box .o_items_box ul li {
    display: inline-block;
    max-width: 200px;
    white-space: normal;
    margin-right: 20px;
    text-align: left;
}

.o_cart_persistence_box .o_items_box ul li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.o_cart_persistence_box .o_items_box ul li {
    display: inline-block;
    max-width: 190px;
    white-space: normal;
    position: relative;
}

.o_cart_persistence_box .o_items_box ul li .right {
    font-size: 12px;
    line-height: normal;
    padding: 5px 0;
}

.o_cart_persistence_box .o_items_box ul li .right a {
    color: #000;
}

.o_cart_persistence_box .o_items_box ul li .right a.float_right {
    position: absolute;
    top: -7px;
    right: -7px;
}

.o_cart_persistence_box .o_right_box {
    width: 280px;
    text-align: center;
}

.o_cart_persistence_box .o_items_box {
    width: 100%;
    margin-right: 20px;
    overflow: auto;
}

.o_cart_persistence_box .o_bottom_dv>div {
    float: none;
    padding-top: 20px;
    padding-bottom: 10px;
}

.o_cart_persistence_box .o_items_box::-webkit-scrollbar {
    display: unset;
    border-radius: 6px;
    background-color: #ccc;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3) !important;
    width: 6px;
    height: 6px;
}

.o_cart_persistence_box .o_items_box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    border: 1px solid #ccc;
}

.o_cart_persistence_box .o_items_box::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #ccc;
}

.o_cart_persistence_box .o_total {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.o_cart_persistence_box .o_total span {
    color: #ea3e3e;
}

.o_cart_persistence_box .o_btns button.checkout.btn.btn-success {
    background: #404040;
    border-color: #404040;
    color: #fff;
    margin-left: 15px;
}

.o_cart_persistence_box .o_btns button {
    padding: 10px 20px;
}

.o_cart_persistence_box .o_usps {
    padding-top: 20px;
}

.o_cart_persistence_box .o_items_box ul li .price {
    margin-top: 5px;
    color: #000;
    font-weight: bold;
}

.o_cart_persistence_box .o_usps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.o_cart_persistence_box .o_usps ul li {
    text-align: left;
    position: relative;
    margin-bottom: 5px;
    padding: 10px 10px 10px 47px;
    font-size: 14px;
}

.o_cart_persistence_box .o_usps ul li span.imgUsp {
    width: 50px;
    text-align: center;
    left: 0;
    position: absolute;
}

.o_cart_persistence_box .o_total:after {
    content: "";
    background: #dfdfdf;
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.o_cart_persistence_box .o_total strong {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 99;
    padding: 0 12px;
}

.o_cart_persistence_box .o_btns:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: url(../img/div.png) no-repeat center center / contain;
}

.o_cart_persistence_box .o_btns {
    position: relative;
    margin-bottom: 10px;
}

.o_cart_persistence_box .o_right_box {
    width: 100%;
}

@media(max-width:1200px) {
    .o_cart_persistence_box .o_right_box {
        width: 100%;
    }

    .o_cart_persistence_box .o_items_box {
        width: 100%;
    }

    .o_cart_persistence_box .o_usps ul li {
        font-size: 14px;
    }

    .o_cart_persistence_box .container {
        width: 100%;
    }
}

@media(max-width: 991px) {

    .o_cart_persistence_box .o_head h3,
    .o_cart_persistence_box .o_head h4 {
        display: block;
    }

    .o_cart_persistence_box .o_head h4 {
        padding-left: 0;
    }
}

@media(max-width: 767px) {
    .o_cart_persistence_box {
        position: fixed;
        background: #fff;
        padding: 15px 0;
        border-radius: 4px;
        width: calc(100% - 35px);
        max-width: 100%;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .o_cart_persistence_box .o_bottom_dv {
        max-height: 70vh;
        overflow: auto;
    }

    .o_cart_persistence_box .o_bottom_dv>div {
        float: none;
    }

    span.o_cart_persistence_close {
        top: -20px;
        right: -10px;
    }

    .o_cart_persistence_box .o_items_box {
        width: 100%;
        margin-right: 0;
        -webkit-overflow-scrolling: touch;
    }

    .o_cart_persistence_box .o_head h4 {
        padding-left: 0;
        font-weight: normal;
        margin-top: 4px;
        font-size: 15px;
    }

    .o_cart_persistence_box .o_usps ul li span.imgUsp {
        position: relative;
        display: inline-block;
    }

    .o_cart_persistence_box .o_usps ul li {
        margin-bottom: 0;
        padding: 10px 10px 0 0;
    }

    .o_cart_persistence_box .o_usps ul li:last-child {
        padding-right: 0;
    }

    .o_cart_persistence_box .o_total {
        margin-bottom: 10px;
    }

    .o_cart_persistence_box .o_usps {
        padding-top: 10px;
    }

    .o_cart_persistence_box div.o_right_box {
        width: 100%;
        padding: 10px 0 0;
    }

    .o_cart_persistence_box .o_head h4 br {
        display: block;
    }

    .o_cart_persistence_box .o_btns:after {
        background: url(../img/div.png) no-repeat center center / cover;
    }

    .hideMob {
        display: none;
    }

    .o_cart_persistence_box .o_usps ul {
        display: block;
    }
}

@media (max-width: 479px) {
    .o_cart_persistence_box .o_usps ul li {
        margin-bottom: 0;
        padding: 5px 10px;
    }

    .o_cart_persistence_box .o_btns:after {
        background: url(../img/div.png) no-repeat center center / contain;
    }
}

@media (max-width: 370px) {
    .o_cart_persistence_box .o_items_box ul li {
        max-width: 150px;
    }
}

/***** CRO Return Policy */

.o_return_policy {
    padding-top: 18px;
}

.o_stop_scroll,
.o_stop_scroll body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.o_return_policy h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}

.o_return_policy h3 img.return_icon {
    margin-right: 8px;
}

.o_return_overlay {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.o_return_popup {
    display: none;
    padding: 40px 10px;
    text-align: center;
    background: #ffffff;
    max-width: 850px;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999999;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 4px;
}

.o_return_close {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.o_return_popup h3,
.o_return_popup h1,
ul {
    color: #000;
}

.o_return_popup h1 {
    font-size: 52px;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 20px;
}

.o_return_popup h3 {
    font-size: 20px;
    max-width: 640px;
    margin: 0 auto 50px;
}

.o_return_popup ul {
    padding: 0;
    list-style: none;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
}

.o_return_popup ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.o_return_popup ul li:before {
    content: "";
    background: url(../img/roundcheck.png) no-repeat center center / contain;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

a.line_btn {
    padding: 10px;
    clear: both;
    color: #2999b5;
    font-size: 18px;
    display: block;
    border: 1px solid #93dad5;
    max-width: 250px;
    border-radius: 3px;
    text-decoration: none;
    margin: 10px auto;
    cursor: pointer;
}

.read_more {
    text-decoration: underline;
}

a.line_btn:hover {
    background: #2999b5;
    color: #fff;
}

@media(max-width: 991px) {
    .o_return_popup {
        max-width: 100%;
        width: calc(100% - 40px);
    }
}

@media(max-width: 767px) {
    .o_return_popup {
        padding: 20px;
        font-size: 16px;
    }

    .o_return_popup h3 {
        font-size: 16px;
        max-width: 450px;
        margin: 0 auto 20px;
    }

    .o_return_popup h1 {
        font-size: 34px;
        margin: 0 0 15px;
    }

    .o_return_popup ul li {
        margin-bottom: 10px;
    }

    .o_return_popup ul {
        font-size: 16px;
        max-width: 390px;
    }

    .o_return_popup ul li:before {
        width: 22px;
        height: 22px;
        left: 8px;
        top: 1px;
    }

    a.line_btn {
        font-size: 16px;
    }
}

@media(max-width: 479px) {
    .o_return_popup h1 {
        font-size: 26px;
        margin: 0 0 8px;
    }

    .o_return_popup ul li {
        margin-bottom: 5px;
    }
}

@media(max-width:350px) {

    .o_return_policy h3,
    .o_return_popup h3,
    .o_return_popup ul,
    .o_return_popup {
        font-size: 15px;
    }

    .o_return_policy h3 img.return_icon {
        margin-right: 8px;
        max-width: 21px;
    }

    .o_return_popup {
        padding: 20px 15px;
        width: calc(100% - 30px);
    }
}

.o_return_p_line {
    padding-top: 10px;
    clear: both;
}

.o_return_p_line p {
    background: #eeee;
    display: inline-block;
    padding: 15px 15px 15px 45px;
    font-size: 16px;
    position: relative;
    margin: 0;
}

.o_return_p_line p>img {
    position: absolute;
    left: 12px;
    top: 10px;
}

span.o_payMode {
    display: block;
    margin-top: 10px;
}

span.o_payMode img {
    max-width: 100%;
}

.o_return_p_line p strong {
    display: inline-block;
}


@media(max-width:991px){
    .o_return_p_line p>img {
        top: 18px;
    }
}

@media(max-width: 479px){
    .o_return_p_line p {
        font-size: 14px;
    }
}

/* CRO Sticky Add to Cart */

span.custom-qty {
    display: inline-block;
    font-size: 16px;
}

.custom-qty-text {
    display: inline-block;
    padding-left: 5px;
}

.custom-addtocart {
    display: inline-block;
    width: 60%;
    min-height: 53px;
    text-align: center;
}

.custom-addtocart h5 {
    margin: 0;
    font-size: 18px;
    padding-top: 16px;
    font-weight: bold;
}

.custom-Qty-wrapper {
    float: left;
    width: 40%;
    border-right: 1px solid #cde0de;
    padding: 10px;
    text-align: center;
}

.custom-qty-text input[type="number"] {
    width: 60px;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.custom-sticky-wrapper {
    background-color: #93dad6;
    min-height: 53px;
    width: 100%;
    display: none;
    z-index: 99999;
}

.custom-fixed {
    position: fixed;
    display: block;
    bottom: 0;
}

@media screen and (max-width: 350px) {
    .custom-addtocart h5 {
        font-size: 16px;
    }
}

/* CRO Changes 2019-05-09 */

@media(max-width: 767px) {
    .table-cart {
        table-layout: fixed;
    }

    .table-cart tbody tr td {
        width: 100% !important;
        clear: both;
        overflow: hidden;
        max-width: none !important;
        border: 0;
    }

    .table-cart,
    .table-cart tbody,
    .table-cart tbody * {
        display: block;
    }

    .custom_cart_form .table-cart tbody tr {
        padding-left: 125px;
        position: relative;
        border-bottom: solid 1px #ddd;
        margin-bottom: 15px;
    }

    body .custom_cart_form .table-cart .img-column {
        position: absolute;
        left: 0;
        border: solid 1px #eee;
        max-width: 120px !important;
        min-width: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        margin-top: -7.5px;
    }

    .custom_cart_form .table-cart .description-column h4 {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0;
    }

    .table-cart tbody tr td.text-right {
        text-align: left !important;
        border: 0;
    }

    .table-cart thead tr {
        display: block;
    }

    .table>thead>tr>th {
        display: inline-block;
        width: 32%;
        border: 0;
    }

    .custom_cart_form .table-cart .description-column a.removeItem {
        position: absolute;
        right: 0;
        bottom: 5px;
    }

    .custom_cart_form .table-cart .options-column:before {
        content: "QTY:";
        float: left;
        margin-top: 7px;
        margin-right: 5px;
    }

    .custom_cart_form .table-cart .options-column .form-control {
        text-align: center;
    }

    .table-cart thead {
        display: none;
    }

    .table-cart tbody tr td.text-right h4 {
        margin-bottom: 0;
    }

    .table-hover>tbody>tr:hover>td,
    .table-hover>tbody>tr:hover>th {
        background: none !important;
    }

    .table-hover>tbody>tr:hover {
        background-color: #f5f5f5;
    }

    .o_shop_category {
        display: none;
    }

    /* CRO Sliding Subcats */

    #n_category #main-content .cy-panel {
        margin: 0 -15px 20px;
    }
    #n_category #main-content .cy-panel .panel-heading {
        text-align: center;
        color: #404040;
    }
    #n_category #main-content .cy-panel ul#mob-subcategories {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        width: 100% !important;
        flex-wrap: nowrap;
        overflow-x:auto;
        padding-bottom:20px;
    }
    #n_category #main-content .cy-panel ul#mob-subcategories a[value="#"] {
        display: none !important;
    }
    #n_category #main-content .cy-panel ul#mob-subcategories a {
        display: inline-block;
        white-space: nowrap;
        margin-right: 40px;
        color: #565656;
        font-family: roboto slab,Helvetica,Arial,sans-serif;
        font-weight: 400;
        font-size: 16px;
        cursor: pointer;
    }
    #n_category #main-content .cy-panel .panel-default {
        padding-top: 10px;
        padding-bottom: 0px;
    }

} /* End Max 768px */

@media(max-width: 374px) {
    body .custom_cart_form .table-cart .img-column {
        max-width: 100px !important;
    }

    .custom_cart_form .table-cart tbody tr {
        padding-left: 105px;
    }
}

/* CRO Sticky Header */

@media only screen and (min-width: 768px) {
    .o_sticky_header {
        background: #bae3f0;
        position: fixed;
        top: -150%;
        left: 0;
        width: 100%;
        z-index: 900;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 15px;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }

    .header_sticky .o_sticky_header {
        top: 0;
    }

    .o_sticky_header * {
        box-sizing: border-box;
    }

    .o_sticky_menu {
        position: absolute;
        width: 100%;
        left: 0;
        top: 58px;
        background: #fff;
        border: 1px solid #ccc;
        border-top: none;
        display: none;
    }

    .o_sticky_header .container>div.o_shop_category {
        max-width: 250px;
        padding-top: 7px;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .o_sticky_header .container>div {
        float: left;
        width: 100%;
    }

    .o_sticky_header .container>div.o_search_box {
        max-width: 600px;
    }

    .o_sticky_header .container>div.o_cart_mini {
        max-width: 288px;
        padding-top: 7px;
        float: right;
    }

    .o_sticky_header .container>div.o_cart_mini div#header-cart {
        float: right;
        margin-top: 0;
    }

    a.o_cat_trigger,
    .o_sticky_header .o_cart_mini div#header-cart>a {
        font-size: 18px;
        color: rgb(64, 64, 64);
        padding-top: 3px;
        display: inline-block;
        background: transparent;
        cursor: pointer;

    }

    a.o_cat_trigger i.fa-angle-down {
        margin-left: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .o_sticky_header .container>div.o_search_box input#name_search {
        height: auto;
        min-height: 43px;
        border-radius: 0;
    }

    .o_sticky_header .container {
        position: relative;
    }

    .o_sticky_header .container>div.o_search_box span.input-group-btn button.btn.btn-default {
        height: 100%;
        padding-top: 11px;
        padding-bottom: 12px;
        background: #404040;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav {
        float: none;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li,
    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu>li {
        float: none;
        position: static;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li>a {
        color: #3f3f3f;
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li>a>i.fa-angle-down {
        position: absolute;
        right: 12px;
        top: 10px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-size: 20px;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu {
        left: 100%;
        top: 0;
        border-top: none;
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu a {
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu li:first-child {
        padding-top: 5px;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu li:last-child {
        padding-bottom: 5px;
    }

    .o_sticky_header .o_shop_category ul.nav.navbar-nav>li ul.dropdown-menu a i.fa {
        position: absolute;
        right: 10px;
        top: 7px;
        font-size: 16px;
    }

    .o_sticky_menu:before {
        content: "";
        border-style: solid;
        position: absolute;
        border-width: 12px;
        border-color: transparent transparent #fff transparent;
        top: -23px;
        z-index: 9;
        left: 25%;
    }

    .o_sticky_header .container>div.o_shop_category:hover .o_sticky_menu {
        display: block;
    }

    @media(max-width:1200px) {
        .o_sticky_header .container>div.o_shop_category {
            max-width: 26%;
        }

        .o_sticky_header .container>div.o_cart_mini {
            max-width: 180px;
        }

        .o_sticky_header .container>div.o_search_box {
            max-width: calc(74% - 200px);
        }
    }

    @media(max-width: 991px) {
        .o_sticky_header .container>div.o_shop_category {
            max-width: 30%;
        }

        .o_sticky_header .container>div.o_cart_mini {
            max-width: 120px;
        }

        .o_sticky_header .container>div.o_search_box {
            max-width: calc(70% - 120px);
        }
    }
}

/* 2019-09-24 – CRO header redesign */

.custom_top_bar {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    background-color: #f0f1ec;
}
.o_sticky_header{
z-index: 999999;
}
.custom_top_bar .cta {
    float: right;
}

.custom_top_bar .cta i {
    padding-left: 10px;
}

.custom_top_bar .cta a {
    color: #000;
    font-size: 13px;
    padding: 0 10px 0 0;
}

#wrapper {
      overflow-x: initial;
}

.container.wrapper-header .wrapper-logo img.logo {
    width: 65%;
}

.container.wrapper-header .header-search {
    margin-top: 0;
}

.container.wrapper-header .header-search input {
    height: 40px;
}

.container.wrapper-header .header-search button.btn.btn-default {
    height: 40px;
    width: 60px;
}

.container.wrapper-header .header-cart-wrapper {
    margin-top: 0;
}

.wrapper-feature-cat .feat-cat-thumb {
    height: 560px;
}

.wrapper-feature-cat .feat-cat-thumb .feat-cat-title.text-right {
    text-align: center !important;
    bottom: 30%;
    z-index: 999;
}

.container.wrapper-header .wrapper-logo img.logo {
    padding-bottom: 10px;
}

body#n_home .wrapper-main-nav {
    background-image: none;
}

@media(max-width: 767px) {
    .custom_top_bar {
        display: none;
    }

    body#n_home .col-xs-12.col-sm-8.top-links-right {
        background-color: #fafafa;
        padding: 10px;
        margin-top: 5px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    body#n_home .col-xs-12.col-sm-8.top-links-right .header-search {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
      .container.wrapper-header .wrapper-logo img.logo {
        width: 100%;
    }
}

/* Related to above but extracted from http://cdn-3.convertexperiments.com/js/1002628-10023911.js */

#sidebar-wrapper a.menu-toggle {
    background-image: url(../img/menu-tag.svg);
    background-repeat: no-repeat;
    /* background-position: 10px 10px;*/
    width: 60px;
    height: 60px;
    top:0px;
    
}

#sidebar-wrapper ul.nav li.cy-reverse {
    background:#eee;
    color: black!important;
}

.wrapper-header .wrapper-logo {
    text-align: left;
    padding-left: 60px;
}

.wrapper-header .wrapper-logo a {
    display: block;
}

.wrapper-header .wrapper-logo a .logo {
    max-width: 100%;
}

.wrapper-header .wrapper-logo .nMobileNav li:first-child,
.wrapper-header .wrapper-logo .nMobileNav li:last-child {
    display: none;
}

.wrapper-header .wrapper-logo .nMobileNav {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 150px;
    text-align: right;
}

.wrapper-header .wrapper-logo .nMobileNav li {
    min-width: 60px;
    margin-top: 18px;
}

.wrapper-header .top-links-right {
    padding-top: 14px;
}


/* CRO Cart Upsell */

@media only screen and (min-width: 768px) {
    .npopup-body {
        width: 100% !important;
        padding: 0 0 0px!important;
    }
    body .npopup {
      max-width: 800px !important;
      width: 800px !important;
      top: 50% !important;
      transform: translateY(-50%);
      position: fixed !important;
    }
    .npopup-body .header.modal-header {
        font-size: 26px;
        font-family: roboto slab,Helvetica,Arial,sans-serif;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .npopup-body .successaddmessage {
        width: auto!important;
        background: #f6f6f6;
        border-bottom: 3px solid #F3F3F3;
        padding: 0 30px !important;
    }
    .npopup-body .successaddmessage .body .image {
        width: 120px;
        height: auto;
    }
    .npopup-body .successaddmessage .body .image img {
        width: 100px;
        height: 100px;
    }
    .npopup-body .successaddmessage .body .description {
        width: 60%;
        font-weight: 700;
        color: #404040;
        font-size: 15px;
        padding-top: 10px;
    }
    .npopup-body .successaddmessage .body .description button.btn.btn-default.npopup-continue {
        margin: 0 auto;
        display: block;
        bottom: 0;
        width: auto !important;
    }
    .npopup-body .successaddmessage .body .description .left, .npopup-body .successaddmessage .body .description .right {
        float: none;
        width: 49%;
    }
    .custom-wrapper-thumbnail a.custom_quick_trigger {
        display: none !important;
    }
    .custom-wrapper-thumbnail .thumbnail .product-image {
        max-width: 170px;
    }
    .custom-wrapper-thumbnail .thumbnail .caption h3 {
        height: auto !important;
    }
    .npopup-body .successaddmessage .body .description .footer {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: space-between;
    }
    .npopup-body .successaddmessage .body .description button {
        width: 100%;
        font-size: 16px;
        padding: 10px 12px;
    }
    .npopup-body .successaddmessage .body .description button.btn-success {
        background: #93dad6;
        color: #fff;
        border: 1px solid #93dad6;
    }
    .npopup-body .successaddmessage .body .description button.npopup-view {
        color: #73BACC;
        border: 1px solid #73BACC !important;
        background: #fff;
    }
    .custom-wrapper-thumbnail {
        display: flex;
        flex-wrap: wrap;
        margin-top: 12px;
        justify-content: space-between !important;
        padding: 0 30px;
    }
    .custom-wrapper-thumbnail .wrapper-thumbnail {
        width: 31.13%;
        float: none;
    }
    .custom-wrapper-thumbnail .wrapper-thumbnail:last-child {
        display: none;
    }
    .custom-wrapper-thumbnail:before {
        display: block;
        content: "You May Also Like";
        width: 100%;
        text-align: center;
        font-size: 26px;
        font-family: roboto slab,Helvetica,Arial,sans-serif;
        border-bottom: 0;
        margin-bottom: 10px;
        font-weight: 700;
    }
    button.btn.btn-default.npopup-continue {
        display: inline-block;
        font-size: 16px;
        /*padding: 10px 12px;
        margin: 10px auto; */
        color: #404040;
        position: relative;
        background: transparent !important;
    }
    button.btn.btn-default.npopup-continue:after {
        content: '';
        display: block;
        border-bottom: 2px solid #404040;
        opacity: 0.7;
    }
    
    .successaddmessage .footer .left {
        margin-bottom:1em;
    }
}

/* Delivery date clarity */

#shipbox {
    display: none;
}

.o_eta_delivery .o_del_date {
    color: #5bb85f;
}

.o_eta_delivery .o_arr_date {
    color: #5bb85f;
}

.o_eta_delivery>h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.o_eta_delivery>h3 > img.truck_icon {
    position: absolute;
    left: 0;
    width: 45px;
    top: -11px;
    height: auto;
}

.o_eta_delivery {
    position: relative;
    padding-left: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.o_eta_delivery p {
    color: #000;
}

.o_eta_delivery a.o_other_methods {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

/* Recently viewed */

@media screen and (max-width: 767px) {
.custom_addToCart.btn {
    background-color: #93dad5;
    border: none;
    color: #333;
}

#sidebar-wrapper .menu-toggle{
    top:6px;
}

.nMobileNav>li:first-child {
    width: 20%;
}

.navigation-list li {
    width:20%
}

.wrapper-header .wrapper-logo a {
    display: block;
    max-width: 140px;
}

.custom-recent-css:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    content:"";
    position:absolute;
    bottom: -8px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.customRecentPost-trigger {
    display: none;
}

.recent-wrapper ul.products-grid {
    display: block !important;
}
.custom-recent-css {
    position: relative;
}

.custom-recent-main-bar {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

span.custom-all-prod-tab {
    width: 50%;
    float: left;
    padding-right: 10px;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #dddddd;
    color: #666;
}

span.custom-recentViewed-tab {
    width: 50%;
    float: left;
    background-color: #dddddd;
    color: #666;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 15px;
}

.custom-recent-main-bar:after {
    clear: both;
    content: "";
    display: block;
}

.custom-recent-css{
    background-color: black !important;
    color: #fff !important;
}
.custom-display-none{
    display:none;
}



.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-pagination span {
    width: 12px;
    height: 12px;
    background: #ccf5f1;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
    margin-left: 5px;
}

.owl-pagination>div {
    display: inline-block;
}

.owl-pagination .active span {
    background: #7ccde2;
}
.owl-pagination {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.owl-item {
    padding: 0 7px;
    width: calc(100% - 20px);
    margin: 0 auto;
    min-height: 220px;
}

.recent-wrapper h4 {
    text-align: center;
    padding: 7px;
    font-size: 22px;
    font-weight: bold;
}

.Custom-reviews-tabs {
    padding-top: 0px;
}

.owl-item .product-index.desktop-3.tablet-half.mobile-half {
    min-height: auto;
    border: 1px solid gainsboro;
    height: 100%;
}

span.product-title {
    font-size: 13px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #404040;
    text-align: center;
    padding: 9px;
    display: block;
    min-height: 70px;
}

.thumb span.product-title {
    display: block;
    padding-top:0;
    min-height: 70px;
}

.product-info-inner {
    text-align: center;
    padding-bottom: 15px;
}

.prod-price {
    width: 100%;
    text-align: center;
    clear: both;
    font-size: 16px;
    bottom: 10px;
    left: 0;
}
.recent-wrapper .owl-item .prod-price{
    padding-top: 10px;
}

.recent-wrapper .owl-item {
    height: auto;
}
.owl-item.onceOnly .custom_addToCart.btn {
    margin-top: 10px;
}
.product-index-inner {
    padding-bottom: 10px;
}

.tabbable + .recent-wrapper h4 {
    padding: 15px;
    margin-top: 10px;
}


.thumb .recent-wrapper {
    display: none;
}

.custom-recent-main-bar>span {
    text-transform: uppercase;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
}

.thumb .recent-wrapper .custom-product-index {
    box-shadow: 3px 3px 3px #EEE;
    padding: 10px;
    float: left;
    width: 50%;
}

.thumb .recent-wrapper .custom-product-index .prod-image {
    height: auto !important;
}

.thumb .recent-wrapper .custom-product-loop {
    margin-right: -15px;
    margin-left: -15px;
}
.thumb .recent-wrapper .prod-price{
    position: inherit;
}

.thumb .custom-recent-main-bar {
    margin-top: 20px;
}

.thumb .recent-wrapper .custom-product-index .prod-image .reveal {
    min-height: 46vw;
    max-height: 46vw;
}
.thumb .recent-wrapper .custom-product-index:nth-child(2n+1) {
    clear: left;
}
.tabbable +  .recent-wrapper .prod-image .reveal {
    min-height: 42vw;
    max-height: 42vw;
    overflow: hidden;
}
}
@media screen and (max-width: 350px) {
    .thumb .recent-wrapper .custom-product-index .prod-image .reveal {
        min-height: 44vw;
        max-height: 44vw;
    }
    .custom-recent-main-bar>span{
        font-size: 12px;
    }
    .custom-recent-css:after {
        top: 34px;
    }
    .tabbable + .recent-wrapper .prod-image .reveal {
        min-height: 40vw;
        max-height: 40vw;
        overflow: hidden;
    }
}

/* Cart upsell */

.o_you_interested_in * {
  box-sizing: border-box;
}

.o_you_interested_in~.row {
  display: none;
}

body .row.custom_cart_form {
  margin-bottom: 40px;
}

.o_you_interested_in span.you_save {
  color: black;
  font-weight: 600;
}

.o_you_interested_in span.detail-discount-price {
  color: red;
}

.o_you_interested_in span.detail-price {
  text-decoration: line-through;
  color: black;
}

img.img-responsive {
  object-fit: cover;
  object-position: 0 0;
}

.o_you_interested_in_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.o_you_interested_in_inner .item {
  width: calc(25% - 20px);
  margin-right: 10px;
  margin-left: 0;
  margin-bottom: 24px;
  text-align: center;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 3px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  padding: 0 10px 10px;
  box-shadow: none;
}

.o_you_interested_in_inner .item:last-child {
  margin-right: 0;
}

.o_you_interested_in img {
  max-width: 60%;
  max-height: 100%;
  margin: 20px auto 10px;
}

.o_you_interested_in {
  position: relative;
}

h3.customRecentPost-heading {
  text-align: center;
  font-size: 24px;
  margin: 0 0 35px;
  line-height: normal;
}

/*.o_you_interested_in .item .price span {
  font-size: 13px;
}*/

.o_you_interested_in .item .price {
  padding: 8px 0 0;
  float: left;
  color: #404040;
  font-size: 16px;
}

.o_you_interested_in .brand_name {
  min-height: 60px;
  text-transform: capitalize;
  color: #404040;
  font-weight: bold;
  font-size: 13px;
  padding-top: 5px;
  margin-bottom: 5px;
}

#n_checkout #main-content .o_you_interested_in .btn-primary {
    background-color: #93DAD5;
}

#n_checkout #main-content .o_you_interested_in .btn-primary:hover {
    background-color: #A8F9DC;
}

.o_you_interested_in .yotpo.bottomLine {
  max-width: 160px;
  margin: 3px auto 0;
}

.o_you_interested_in .o_reviews form.buying-options .row.btn-stack .col-md-4,
.o_you_interested_in .o_reviews form.buying-options .row.btn-stack .col-md-2 {
  display: none;
}

div#shipbox, .o_reviews hr {
  display: none;
}

.o_reviews form.buying-options .row.btn-stack .col-md-6 {
  float: right;
  width: 65%;
}

.o_you_interested_in .image {
  margin: 0 -11px;
}


@media(max-width: 991px) {
  .o_you_interested_in_inner .item:nth-child(2n) {
    margin-right: 0;
  }
  .o_you_interested_in_inner .item {
    width: calc(50% - 15px);
    float: left;
  }
  .o_you_interested_in_inner {
    display: block;
  }
}

@media(max-width: 767px) {
    .o_you_interested_in_inner::-webkit-scrollbar {
        display:unset;
        border-radius: 6px;
        background-color:#666666;
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.6) !important;
        width: 6px;
        height: 6px;
    }
    .o_you_interested_in_inner::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 10px;
        border: 1px solid #666666;
    }
    .o_you_interested_in_inner::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 20px;
        border: 1px solid #666666;
    }
  .o_you_interested_in_inner {
      display: block;
      white-space: nowrap;
      overflow: auto;
  }
  .o_you_interested_in_inner .item {
      width: 40%;
      float: none;
      min-width: 200px;
      display: inline-block;
      white-space: normal;
      margin-right: 8px;
      margin-bottom: 8px;
  }
  .o_you_interested_in .item .price span.detail-price {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    text-decoration: line-through;
  }
  .o_you_interested_in .brand_name{
    text-align:left;
  }
  .o_you_interested_in .buying-options .btn-stack .btn {
    font-size: 12px;
    padding: 10px 4px;
  }

  .o_you_interested_in img {
        max-width: 80%;
       margin: 10px auto;
  }
  h3.customRecentPost-heading {
      text-align: center;
      font-size: 20px;
      margin: -10px 0 25px;
      line-height: normal;
  }
}

@media(max-width: 480px) {
  .o_you_interested_in_inner .item {
      width: 65%;
  }
  /*.o_you_interested_in .item .price span {
    font-size: 10px;
  }*/
  .o_reviews form.buying-options .row.btn-stack .col-md-6 {
    float: none;
    width: 100%;
  }
  .o_you_interested_in .item .price {
    padding: 0px 0 5px;
    float: none;
  }
  h3.customRecentPost-heading {
    font-size:18px;
  }
}
/* 
    Review Location Changes 
*/
.o_review_slider .yotpo .total-reviews-search +.yotpo-regular-box {
    border: none !important;
    padding-top: 0;
}

.o_review_slider .yotpo .yotpo-footer, .o_review_slider ul.slick-dots {
    display: none !important;
}

.o_review_slider button.slick-arrow {
    background: url(//cdn-3.convertexperiments.com/uf/1002628/10023911/1560435106aro.png) no-repeat center center;
    font-size: 0;
    width: 30px;
    height: 30px;
    border: none;
    outline: none;
    position: absolute;
    top: 40%;
    left: -10px;
  	z-index:99;
}

.o_review_slider .yotpo .yotpo-regular-box{
	border-top: none;
  	padding: 5px 10px;
}

.o_review_slider button.slick-next.slick-arrow {
    right: -10px;
    left: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.o_review_slider .slick-initialized .slick-slide{
	outline: none;
}

a.o_view_all_reviews {
    font-size: 16px;
    display: block;
    width: 140px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.o_review_slider {
    padding-bottom: 20px;
}

.wrapper-product-title hr, .wrapper-product-title .yotpo.bottomLine {
    display: none;
}

/* Key Features */

.wrapper-product-title>div:first-of-type,
.wrapper-product-title hr,
.availability-wrapper .availability-text,
.wrapper-pricing hr,
.availability-wrapper+.col-xs-6.text-right {
    display: none;
}

div[itemprop="offers"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
}

.yotpo.bottomLine {
    min-height: auto !important;
}

#n_product .wrapper-product-title h1 {
    padding-bottom: 10px;
}

.availability-wrapper .label-success {
    padding: 4px 10px;
    line-height: normal;
    font-size: 12px;
}

.availability-wrapper {
    margin-top: 8px;
}

#_jstl__header_r>ul {
    padding-left: 17px;
    margin-top: 30px !important;
}

#_jstl__header_r>ul:before {
    content: "Features";
    margin-left: -20px;
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

#_jstl__header_r>ul li {
    margin-bottom: 5px !important;
}

#_jstl__header_r>ul li span, 
#_jstl__header_r>ul li {
    font-size: 16px !important;
}

#_jstl__header_r>ul li:nth-child(5) ~ li {
    display: none;
}

.custom-learn-more {
    display: inline-block;
    color: #2999b5;
    text-decoration: underline;
    cursor: pointer;
}

@media (max-width: 767px){
    #_jstl__header_r>ul li span {
        font-size: 14px !important;
    }
    #n_product .wrapper-product-title h1 {
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .o_review_slider .yotpo {
      padding-left: 0;
  }
  .o_review_slider > h1 > img {
      max-width: 180px;
  }
}

/* 2020-08 Links under search */

@media(max-width:767px){
  
    ul.cro-horizontal-nav {
        padding: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        clear: both;
        list-style: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 11px 15px;
        overflow-x: auto; 
        margin: 0px;
        -webkit-box-shadow: 1px 0px 4px #494b4c;
        box-shadow: 1px 0px 4px #494b4c;
        margin-bottom: 6px;
        margin-top: 6px;
        clear: both;
    }
    
    ul.cro-horizontal-nav li.dropdown {
        white-space: nowrap;
        padding-right: 20px;
        font-size: 15px;
        font-weight: 500;
    }
    
}

/* 2020-08 Return policy message has been shown on checkout page */

.custom-return-policy {
    padding-top: 20px;
}

.custom-return-policy p {
    margin: 0;
    position: relative;
    padding-left: 50px;
}

.custom-return-policy p img {
    position: absolute;
    left: 0;
}
.custom-return-policy img {
    width: 40px;
    margin-top: 7px;
}

/* 2020-08 Mobile cart simplifed */

@media(max-width:767px){
    /*
    .container.wrapper-header {
        display: none !important;
    }
    #sidebar-wrapper {
        display: none !important;
    }*/
    .custom-shopping {
        border-bottom: 1px solid #ebebeb;
    }
    .custom-shopping > a {
        font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
        color: #404040;
        font-size: 17px;
        line-height: 21px;
        display: inline-block;
        margin-bottom: 10px;
        text-decoration: underline;
    }
    #n_checkout #main-content .page-header .btn-success {
        float: none;
        margin: 30px auto 20px;
        display: block;
    }
    .page-header h1 {
        float: none !important;
    }
    
    .custom_cart_form .row.custom_continue_update .col-xs-12.col-md-3.col-md-offset-6 {
        display: none !important;
    }

    .custom_cart_form .row.custom_continue_update  .col-xs-12.col-md-3 {
        padding-left: 0 !important;
    }

    .wrapper-newsletter , .wrapper-footer{
        /*display: none !important;*/
    }

    .wrapper-blog {
        display: none !important;
    }
    
    ul.list-inline.text-center.header-usp {
        display: none !important;
    }
}

/* 2020-08 Low in stock urgency */

table.table.table-hover.table-cart .custom-stock-urgency {
    background-color: #eeee;
    display: inline-block;
    padding: 10px;
}

table.table.table-hover.table-cart .custom-stock-urgency srrong {
    color: red;
}

table.table.table-hover.table-cart .custom-stock-urgency span {
    font-size: 16px;
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

table.table.table-hover.table-cart .custom-stock-urgency.custom-hide {
    display: none;
}

/* 2020-08 Home Page redesign */

@media(max-width:767px){
    .clearBoth:after,
    .clearBoth:before {
      content: "";
      display: block;
      clear: both;
    }
  
    #page-content-wrapper .wrapper-feature-cat .feat-cat-thumb {
      height: 320px;
      background-position: 20% center !important;
      background-color: #000;
    }
  
    .o_mob_banner_content {
      color: #ffffff;
      padding: 10px;
      position: relative;
      z-index: 9;
    }
  
    .o_mob_banner_content h4 {
      color: #ffffff;
      text-transform: none;
      font-size: 20px;
      font-weight: bold;
    }
  
    .o_mob_banner_content p {
      margin: 0 auto 10px;
      text-transform: none;
      max-width: 270px;
      font-size: 16px;
      font-weight: 400;
    }
  
    div#page-content-wrapper > .wrapper-main-nav {
        display: none;
    }

    #page-content-wrapper .wrapper-feature-cat .feat-cat-thumb:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      background: #000000;
      z-index: 8;
      opacity: .4;
    }
  
    #page-content-wrapper .wrapper-feature-cat .feat-cat-title span {
      background: #ffffff !important;
    }
  
    .o_cate_tile_wrapper .o_cate_tile {
      float: left;
      width: calc(50% - 5px);
      position: relative;
      text-align: center;
      margin: 10px 10px 0 0;
      min-height: 40vw;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
  
    .o_cate_tile_wrapper .o_cate_tile:nth-child(2n) {
      margin-right: 0;
    }
  
    .o_cate_tile_wrapper .o_cate_tile a {
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    }
  
    .o_cate_tile_wrapper .o_cate_tile a h3 {
      color: #ffffff;
      font-size: 18px;
      max-width: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-weight: bold;
      line-height: normal;
      z-index: 99;
    }
  
    .o_cate_tile_wrapper .o_cate_tile a:after {
      background: #000000;
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: .4;
    }
  
    .o_cate_slider .o_cate_slide .o_slide_content a>img {
      display: none;
    }
  
    .o_cate_slider .o_cate_slide .o_slide_content>a {
      min-height: 60vw;
      display: block;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .o_cate_slider .o_cate_slide {
      padding: 0 10px;
    }
  
    .o_cate_slider {
      padding: 30px 0;
      margin-bottom: 30px;
    }
  
    .o_cate_slider .o_cate_slide .o_slide_content {
      border: 1px solid #e0e0e0;
      padding: 5px;
    }
  
    .o_cate_slider .o_cate_slide .o_text_caption {
      text-align: center;
      padding: 15px 10px;
    }
  
    .o_cate_slider .o_text_caption a.o_v_pd_btn {
      border: 1px solid #666666;
      padding: 5px 10px;
      color: #666666;
      display: inline-block;
    }
  
    .o_cate_slider ul.slick-dots li {
      display: inline-block;
      padding: 0 2px;
    }
  
    .o_cate_slider ul.slick-dots {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center;
      position: absolute;
      bottom: 0px;
    }
  
    .o_cate_slider ul.slick-dots li button {
      padding: 0;
      width: 12px;
      font-size: 0;
      height: 12px;
      display: block;
      cursor: pointer;
      margin: 0;
      border-radius: 100%;
      box-shadow: none;
      border: none;
      background: #e4f6f7;
    }
  
    .o_cate_slider ul.slick-dots li.slick-active button {
      background: #98e1d7;
    }
  
    .o_cate_slider+.wrapper-cat-list {
      display: none;
    }
  
    .wrapper-home-prods ul.nav-tabs>li:after,
    .wrapper-home-prods ul.nav-tabs>li:before {
      content: none !important;
    }
  
    .wrapper-home-prods ul.nav-tabs>li>a {
      border-top: none !important;
      margin: 0;
      font-size: 12px;
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      font-weight: bold;
      border-bottom-color: #e2e1e5;
    }
  
    .wrapper-home-prods ul.nav-tabs>li {
      float: left;
      min-width: 33%;
      width: auto;
    }
  
    .wrapper-home-prods ul.nav-tabs>li.active>a {
      color: #333333 !important;
      border-bottom: 2px solid #333333 !important;
      padding-bottom: 8px;
      background: transparent;
    }
  
    .tab-content>.tab-pane .row {
      white-space: nowrap;
      overflow: auto;
      padding: 15px 0;
    }
  
    .tab-content>.tab-pane .row>div {
      display: inline-block;
      white-space: normal;
      float: none;
      width: 70%;
      background: #fff;
      margin-right: 6px;
      margin-left: 10px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      padding-bottom: 15px;
    }
  
    .wrapper-home-prods {
      background: #f6f6f6;
      padding-top: 30px;
      padding-bottom: 30px;
    }
  
    .tabbable .tab-content {
      padding-top: 0;
    }
  
    body .wrapper-home-prods .tab-content .seeall a {
      padding: 0;
    }
  }
  /* Plus Minus Buttons for Cart */
  .input-group-prepend button, .input-group-append button {
      width:100%;
  }

 /* Shipping Summary Fix */
 .custom-shipping2 .panel-body.custom-shipping-body {
	border: none !important;
	box-shadow: none !important;
}

.custom_shipping_calculator {
	border: none !important;
	box-shadow: none !important;
}

.custom_shipping_calculator .panel-heading:before {
	content: '';
	position: relative;
	border: 15px solid #fff;
	width: calc(100% + 35px);
	/* left: -5px; */
	/* top: 205px; */
	display: block;
	margin-left: -17px;
	top: -26px;
}

.custom_shipping_cost .custom-shipping2 .panel-body.custom-shipping-body {
	display: block;
}

.custom-shipping2 .custom-shipping-body form.showhideform {
	display: none !important;
}

.custom-shipping2 .custom-shipping-body .form-group.custom_drop_head {
	width: 100%;
	float: none;
}

.custom-shipping2 .form-group.custom_drop_head .btn {
	white-space: normal;
}

.custom_shipping_cost .custom_shipp_down .form-group {
	width: 100% !important;
}

.custom_shipping_cost {}

.custom_shipping_cost .custom_shipp_down .form-group .btn {
	white-space: normal;
}
form[name=SHsummary] h4 {
    margin-top:15px;
    font-size: 15px;
    font-weight: 600;
}

form[name=SHsummary] h4+p+p,
form[name=SHsummary] input[type=radio] {
	display: none !important;
}

form[name=SHsummary] .custom_shipp_down {
	width: 92%;
}

  @media(max-width:370px){
    .wrapper-home-prods ul.nav-tabs>li {
      min-width: 0; 
    }
  }
  
  @media(max-width: 350px){
    .wrapper-home-prods ul.nav-tabs>li>a {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  
  
/* Butterylabs Additions */

/* Color Palette */

.bg-white {
    background: #fff;
}

.bg-cy-blue {
    background: #2999C2;
}

.bg-cy-lightblue {
    background: #AFE4F1;
}

.bg-cy-charcoal {
    background: #07261D;
}

.bg-cy-yellow {
    background: #EDDD52;
}

.bg-cy-lightgreen {
    background: #F0F1EC;
}

.cy-blue {
    color: #2999C2;
}

.cy-lightblue {
    color: #AFE4F1;
}

.cy-charcoal {
    color: #07261D;
}

.cy-yellow {
    color: #EDDD52;
}

.cy-lightgreen {
    color: #F0F1EC;
}

/* Typography */

footer {
    margin-top: 2em;
}

.mb-1 {
    margin-bottom: 1em;
}

.mb-2 {
    margin-bottom: 2em;
}

.mb-3 {
    margin-bottom: 3em;
}

.mb-4 {
    margin-bottom: 4em;
}

/* Footer Subscribe */

/* Buttons */

.btn {
    padding: 6px 10px;
}

/* Media Queries */

@media (max-width: 767px) {
    footer {
       text-align: center;
    }

    footer .cy-australian-owned {
        margin: 0 auto;
    }
    #cy-contact-us {
        height:90%;
    }

    #cy-contact-us .npopup-body {
        width: 100%!important;
    }
}  

  
  