.single-product-page .product-navigation {
    margin-top: 30px;
    margin-bottom: 0px;
}
.single-product-page .product-navigation-right .btn {
    border: 0px;
    padding: 0px;
}
.single-product-page .product-navigation-right .btn a {
    color: #d8d8d8;
    line-height: 1;
    font-size: 33px;
}
.single-product-page .product-navigation-right .btn:hover {
    background-color: transparent;
    color: #036446;
}
.single-product-page .product-navigation-right .btn:hover a {
    color: #036446;
}
.single-product-page .product-list li.image-thumb {
    border-radius: 0px;
    padding: 5px;
    border: 1px solid #fff;
    width: 100% !important;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
    padding-bottom: 100%;
    position: relative;
    cursor: pointer;
}
.single-product-page #selected-image {
    margin-bottom: 20px;
}
.single-product-page .product-list li.image-thumb.border-green {
    border: 1px solid #d9dae4;
}
.single-product-page .share-button.sharer .social.networks-5 {
    position: absolute;
    width: 150px;
    top: 120%;
    right: 0;

    z-index: 3;
}
.single-product-page .btn.btn-notify-me-top {
    border: none;
    padding: 0px;
    margin: 0px;
}
.single-product-page .btn.btn-notify-me-top:focus {
    box-shadow: unset;
    outline: none;
}
.single-product-page .btn.btn-notify-me-top img {
    max-height: 33px;
    height: 33px;
}
.single-product-page .btn.btn-notify-me-top img.img-bell-full {
    opacity: 0;
    visibility: hidden;
}
.single-product-page .btn.btn-notify-me-top:hover img {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.single-product-page .btn.btn-notify-me-top:hover img.img-bell-full {
    display: block;
    opacity: 1;
    visibility: visible;
}
.single-product-page .switch-wrapper-top {
    position: relative;
    padding: 0px;
    margin: 0px;
}
.single-product-page .switch-wrapper-top .switch {
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0px;
    right: 0px;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
}

.single-product-page
    #product-info-content
    .btn.add-cart
    .input-group-btn
    .btn.btn-individual-qty-sub {
    padding-bottom: 5px;
}
.single-product-page #product-info-content .btn.add-cart .input-group-btn .btn {
    padding-bottom: 5px;
    height: 55px;
    width: 55px;
    font-size: 24px;
}
.single-product-page
    #product-info-content
    .btn.add-cart
    .input-group
    .form-control {
    height: 55px;
    font-size: 24px;
}
.single-product-page .share-button.sharer .social {
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.single-product-page .product-navigation-right .btn {
    border: 0px;
    padding: 0px;
    background: transparent;
    border-radius: 0;
}
.single-product-page .product-navigation-right .btn a {
    color: #d8d8d8;
    line-height: 1;
    font-size: 33px;
}
.single-product-page .product-navigation-right .btn:hover {
    background-color: transparent;
    color: #65b32e;
}
.single-product-page .product-navigation-right .btn:hover a {
    color: #e1574c;
}
.single-product-page .product-navigation-right .btn.btn-share:hover a {
    color: #319e40;
}
.single-product-page
    .product-navigation-right
    .btn.btn-share.active
    a
    .img-default {
    opacity: 0;
    visibility: hidden;
}
.single-product-page
    .product-navigation-right
    .btn.btn-share.active
    a
    .img-active {
    color: #319e40;
    opacity: 1;
    visibility: visible;
}
/* SWITCH WRAPPER */
.single-product-page .switch-wrapper .switch-label {
    position: relative;
}
.single-product-page .switch-wrapper .switch-label img {
    max-height: 32px;
}
.single-product-page .switch-wrapper .switch-label img.img-bell-green {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.single-product-page .product-navigation-right .img-active,
.single-product-page .product-navigation-right .img-default {
    max-height: 34px;
}
.single-product-page .product-navigation-top .img-active,
.single-product-page .product-navigation-top .img-default {
    max-height: 34px;
    height: 34px;
}
.single-product-page #product-info-content .btn.add-cart {
    margin-bottom: 0px;
    height: 55px;
    border-radius: 30px;
}
.single-product-page #product-info-content .btn.add-cart a {
    width: 220px;
    height: 55px;
}
.single-product-page #product-info-content .btn.add-cart img {
    max-height: 39px;
}
.single-product-page .product-navigation-right .btn:hover a .img-active {
    opacity: 1;
    visibility: visible;
}
.single-product-page .product-navigation-right .btn:hover a .img-default {
    opacity: 0;
    visibility: hidden;
}

.product-navigation-right .red .btn-add-to-shopping-list a img.img-active {
    opacity: 1;
    visibility: visible;
}
.product-navigation-right .red .btn-add-to-shopping-list a img.img-default{
    opacity:0;
    visibility: hidden;
}
.single-product-page .product-navigation-right .img-active {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: -1;
}
.single-product-page .product-navigation-right .img-share-active {
    top: 2px;
}
.single-product-page .social .fbtn {
    width: 50px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 18px;
    float: left;
}
.single-product-page .social .fa {
    padding: 15px 0px;
}
.single-product-page .facebook {
    background-color: #3b5998;
}

.single-product-page .twitter {
    background-color: #55acee;
}

.single-product-page .stumbleupon {
    background-color: #eb4924;
}
.single-product-page .gplus {
    background-color: #dd4b39;
}
.single-product-page .mail {
    background-color: #000;
}

.single-product-page .buffer {
    background-color: #323b43;
}

.single-product-page .share-button.sharer .social.active {
    opacity: 1;
    transition: all 0.4s ease 0s;
    visibility: visible;
}
.single-product-page .share-button.sharer .social.networks-5 {
    position: absolute;
    width: 150px;
    top: 120%;
    right: 0;

    z-index: 3;
}
.single-product-page .breadcrumb{
    padding-top:45px !important;
}
.single-product-page .share-button.sharer .social.top {
}
.single-product-page .share-button.sharer .social {
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}

.switch-wrapper {
    display: inline-block;
    display: flex;
    padding: 10px 0;
    margin: 0 5px;
    align-items: center;
}
.switch-wrapper .switch-label {
    line-height: 1;
}

.tooltip-single-product .tooltip-inner {
    font-family: 'Roboto', sans-serif;
}
.single-product-page .btn-out-of-stock{
    border: 1px solid var(--addtocart-out_of_stock);
    height: 52px;
    width: 221px;
    font-size: 20px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zoomContainer {
    z-index: 2;
}
@media (min-width: 992px) {
    .single-product-page .switch-wrapper:hover img.img-bell {
        opacity: 0;
        visibility: hidden;
    }
    .single-product-page .switch-wrapper:hover img.img-bell-green {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 992px) {
    .single-product-page .breadcrumb{
        padding-top:15.5px !important;
    }
    .single-product-page .btn.btn-notify-me-top img,
    .single-product-page .switch-wrapper-top img {
        max-height: 24px;
        height: 24px;
    }
    .single-product-page .switch-wrapper .switch-label img {
        max-height: 24px;
    }
    .single-product-page .switch-wrapper-top img {
        height: 24px;
        max-height: 24px;
    }
    .single-product-page .product-navigation-right .img-active,
    .single-product-page .product-navigation-right .img-default {
        max-height: 24px;
        min-height: 24px;
    }
    .single-product-page
        #product-info-content
        .btn.add-cart
        .input-group
        .form-control {
        height: 40px;
    }
    
    .single-product-page .btn-out-of-stock{
        height: 41px;
        width: 100%;
        font-size: 16px;
        padding: 6px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* The switch - the box around the slider */

.switch-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 15px;
}
/* Hide default HTML checkbox */

.switch-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */

.switch-wrapper .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.switch-wrapper .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -1px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #ccc;
}
.switch-wrapper input:checked + .slider {
    background-color: #65b32e;
}
.switch-wrapper input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}
.switch-wrapper input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
/* Rounded sliders */

.switch-wrapper .slider.round {
    border: 1px solid #ccc;
    border-radius: 34px;
}
.switch-wrapper .slider.round:before {
    border-radius: 50%;
}
#price-alert-block {
    font-size: 14px;
    text-align: center;
}
/* END SWITCH WRAPPER */
.single-product-page .product-list li.image-thumb img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    width: calc(100% - 10px);
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.single-product-page .out-of-stock img.product-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.single-product-page #selected-image {
    border: 0px;
}
.single-product-page .product-navigation .back-to-category a {
    font-size: 12px;
    color: #036446;
}
#selected-image img {
    max-width: 100%;
    max-height: 100%;
}
.single-product-page .price_promo {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.single-product-page .product-name {
    font-size: 24px;
}
.single-product-page .product-brand {
    font-weight: normal;
    color: #65b32e;
}
.single-product-page .product-brand a {
    font-size: 24px;
    color: #65b32e;
    font-family: 'Roboto', sans-serif;
}
.single-product-page #product-info-content .content_price .price_normal {
    font-size: 42px;
    color: #818281;
    font-family: 'Roboto', sans-serif;
}
.single-product-page .row-product-image {
    padding-top: 35px;
}
.single-product-page .another-product .main-heading {
    color: #65b32e;
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.single-product-page .another-product .white-wrapper {
    box-shadow: none;
}
.single-product-page .another-product .main-heading .dark-color {
    color: #65b32e;
}
.single-product-page .another-product .product_box {
    position: relative;
}
.single-product-page .another-product .owl-item {
    padding: 5px 0px;
}
.single-product-page .back-to-category a i {
    font-size: 15px;
    margin-right: 10px;
}
.single-product-page #product-info-content hr {
    border-color: #979797;
}
.single-product-page .detals_product_tab_wrapper ul {
    list-style: disc;
    padding-left: 15px;
}
,
.single-product-page .detals_product_tab_wrapper ol {
    list-style: decimal;
    padding-left: 15px;
}
.single-product-page .detals_product_tab_wrapper .tab-pane {
    padding: 15px;
    font-size: 14px;
    color: #867e7e;
}
.single-product-page .detals_product_tab_wrapper .tab-pane p {
    font-size: 14px;
    color: #867e7e;
}
.single-product-page .detals_product_tab_wrapper .nav-tabs .nav-link {
    padding: 0.5rem 0.75rem;
    border: 0px;
    font-size: 13px;
    color: #867e7e;
    letter-spacing: 1px;
}
.single-product-page
    .detals_product_tab_wrapper
    .nav-tabs
    .nav-item.show
    .nav-link,
.single-product-page .detals_product_tab_wrapper .nav-tabs .nav-link.active {
    border-bottom: 5px solid #65b32e;
}
.single-product-page .label-blurb {
    margin: 6px 0px;
}
.single-product-page .label-blurb img {
    max-height: 62px;
    max-width: 56px;
}
.single-product-page #product-info-content .product-navigation {
    padding: 0px 20px;
}
.single-product-page .weight-tooltip img {
    width: 18px;
}
@media (max-width: 992px) {
    .single-product-page .another-product .white-wrapper {
        padding: 20px 5px;
    }
    .single-product-page .product-navigation-right .btn.btn-share:hover a {
        color: #d8d8d8;
    }
    .single-product-page .product-navigation-right .btn.btn-share.active a {
        color: #319e40;
    }
    .single-product-page .share-button.sharer .social.top {
        padding: 0px;
        margin: 0px;
        right: -35px;
    }
    .single-product-page {
        padding-left: 0px;
        padding-right: 0px;
    }
    .single-product-page .product-detail {
        padding-left: 5px;
        padding-right: 5px;
    }
    .single-product-page .thumbnail-list {
        margin-top: 15px;
        position: relative;
    }
    .single-product-page .thumbnail-list .thumbnail-indicator-box {
        position: absolute;
        bottom: 10px;
        z-index: 2;
        font-size: 10px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .single-product-page
        .thumbnail-list
        .thumbnail-indicator-box
        .thumbnail-indicator {
        background: #65b32e;
        color: #fff;
        padding: 4px 6px;
        border-radius: 15px;
        text-align: center;
    }
    .single-product-page .product-list li.image-thumb {
        width: 100% !important;
        height: 250px;
        padding: 5px;
        border: 0px;
        margin-bottom: 0px;
        padding: 0px;
    }
    .single-product-page .product-navigation-right .btn {
        line-height: 1;
    }
    .single-product-page .product-navigation-right .btn a {
        color: #d8d8d8;
        line-height: 1;
        font-size: 26px;
    }
    .single-product-page .product-navigation {
        margin-top: 0px;
        position: relative;
        float: right;
        margin-bottom: 5px;
    }
    .single-product-page #selected-image {
        height: 250px;
    }
    .single-product-page .row-product-image {
        padding-top: 0px;
        overflow: hidden;
    }
    .single-product-page .detals_product_tab_wrapper .nav-tabs .nav-link {
        padding: 0.5rem;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .single-product-page #product-info-content .content_price .price_normal {
        font-size: 42px;
        color: #65b32e;
        font-weight: 500;
        margin-top: 5px;
        margin-bottom: 12px;
        line-height: 1;
    }
    .single-product-page #product-info-content .price_discount {
        color: #818281;
        font-size: 16px;
        font-weight: bold;
    }
    .single-product-page .another-product .main-heading .dark-color {
        color: #65b32e;
        font-weight: bold;
    }
    .single-product-page .product-name {
        font-size: 24px;
        color: #818281;
        line-height: 1;
        margin-bottom: 5px;
    }
    .single-product-page .product-brand a,
    .single-product-page .product_sku {
        font-size: 16px;
    }
    .single-product-page .product_detail {
        display: block;
        margin-top: 0px;
        margin-bottom: 8px;
        line-height: 1;
        font-size: 16px;
    }
    .single-product-page ul.product-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .single-product-page .breadcrumb {
        justify-content: flex-start;
        font-size: 10px;
        margin-bottom: 15px;
    }
    .breadcrumb .breadcrumb-link:after {
        margin-left: 5px;
        margin-right: 5px;
    }
    .single-product-page #product-info-content hr {
        display: none;
    }
    .single-product-page .another-product .main-heading {
        padding-left: 15px;
        text-align: center;
    }
    .individual-product-detail #product-info-content .btn.add-cart {
        margin-top: 15px;
    }
    .another-product {
        margin-top: 35px;
    }
    .single-product-page .mb-60 {
        margin-bottom: 20px;
    }
    .single-product-page #product-info-content .btn.btn-notify-me img {
        margin-right: 18px !important;
        height: 31px;
    }
    .single-product-page #product-info-content .price_promo,
    .single-product-page #product-info-content .product-brand {
        line-height: 1;
        margin: 5px 0px;
    }
    .single-product-page .price_promo {
        font-size: 16px;
    }
    .single-product-page .product-brand {
        font-size: 12px;
    }
    .single-product-page .individual-product {
        margin-top: 0px;
        margin-bottom:23px;
    }
    .single-product-page .detals_product_tab_wrapper,
    .single-product-page .detals_product_tab_wrapper p {
        font-size: 14px;
    }
    .single-product-page #product-info-content .btn.btn-notify-me {
        font-size: 14px;
    }
    .single-product-page .product-list li.image-thumb.border-green {
        border: 0px;
    }
    .single-product-page #product-info-content .btn.add-cart a {
        width: 100%;
        height: 40px;
    }
    .single-product-page #product-info-content .btn.add-cart img {
        max-height: 27px;
    }
    .single-product-page #product-info-content .btn.add-cart,
    .single-product-page
        #product-info-content
        .btn.add-cart
        .input-group
        .form-control
        .single-product-page
        #product-info-content
        .btn.add-cart {
        height: 40px;
    }
    .single-product-page .individual-product-detail {
        padding: 0px 15px;
    }
    .single-product-page
        #product-info-content
        .btn.add-cart
        .input-group-btn
        .btn {
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: initial;
        line-height:1;
    }
    .single-product-page .details-product-mobile {
        padding: 0px 20px;
        margin-top: 26px;
    }

    .single-product-page .out-of-stock-overlay{
        left: 25px;
        right: 25px;
        width:auto;
        height:auto;
    }
}
