.product .breadcrumb {
    background: none;
}
.product .breadcrumb li:after {
    content: "/";
    position: relative;
    right: -8px;
}
.product .breadcrumb li {
    padding: 0 8px;
    position: relative;
}
.product .breadcrumb li:last-child>a {
    font-weight: normal;
}
.product .breadcrumb>li>a {
    font-size: 16px;
    font-weight: 500;
}
.product .breadcrumb li:last-child:after{
    display: none;
}
.owl-dots{
    display: block;
}
#zoomerMobile {
    margin-bottom: 30px;
}
#zoomerMobile .owl-dots {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: -16px;
    display: flex;
}
#zoomerMobile.owl-carousel button.owl-dot {
    width: 100%;
    margin: 0 5px;
    background: #d9d9d9;
}
#zoomerMobile.owl-carousel button.owl-dot span {
    height: 2px;
    display: block;
    width: 100%;
}
#zoomerMobile.owl-carousel button.owl-dot.active {
    background: #000;
}
#zoomerMobile.owl-carousel button.owl-dot:focus {
    outline: none;
}

#listImgZoom li img {
    border: none;
}
#listImgZoom li img.active {
    border: 1px solid #838386;
}
.content-cart {
    gap: 10px;
}
.qty-wrapper {
    height: 38px;
    border: 1px solid #969696;
    border-radius: 25px;
    width: 34%;
}
.qty-wrapper button {
    width: 38px;
    border: none;
    background: transparent;
    outline: none;
    font-size: 18px;
}
#productQuantity {
    box-shadow: unset !important;
    width: 40px;
    height: 100%;
    text-align: center;
    outline: none;
    border: none;
    font-size: 0.8rem;
}
.Qtt-product label {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
}
.am-pdp__perks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.am-pdp__perks > div {
    margin-bottom: 10px;
}
.cart-active {
    border: none;
}
.sign-in .fa-user {
    font-size: 19px;
    font-weight: 300;
}

#bag {
    width: 22px;
    height: 27px;
}
.nav-link-cart__items {
    color: red;
}

.footer-col h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
}
.footer-social {
    margin: 10px 0 20px;
    display: flex;
}
.ft-social-icon {
    background-color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}
.ft-social-icon i {
    font-size: 19px;
    color: #fff;
    font-family: 'Font Awesome 5 Brands';
    font-style: inherit;
}
.footer-payment-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.footer-payment-list>li {
    margin: 0 7px 7px 0;
}
.footer-payment-list>li>img {
    max-width: 50px;
}
.form-newsletter {
    margin: 20px 0;
}
.form-newsletter form .form-group {
    position: relative;
}
.form-newsletter input {
    width: 100%;
    font-size: 14px;
    color: #999999;
    padding: 0 10px;
    border-radius: 0;
    box-shadow: none;
    outline: none!important;
    transition: initial;
    height: 40px;
    line-height: 25px;
    font-weight: 300;
}
.form-newsletter button {
    background: #000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0;
    border: 1px solid #fff;
    width: 80px;
    height: 40px;
}
.header-left .search {
    position: relative;
}
.header-left .search .fa-search {
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 12px;
}
.header-left .search input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.header-left {
    padding: 0;
    margin: 0;
}
.header-left .fa-bars {
    font-size: 19px;
}
.header-search-box {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 100;
    display: none;
}
.header-search-box.active {
    display: block;
}
.pos-static {
    position: static;
}
.header-search-box .search-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 532px;
    margin: 0 auto;
    transition: all .3s;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.header-search-box .search-inner input {
    border: 0;
    background-color: hsla(0, 0%, 83.1%, .4);
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
    border-radius: 33px;
}
.header-search-box .search-inner button {
    position: absolute;
    background-color: #0000;
    border: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 40px;
    z-index: 10;
}
.header-search-box form {
    height: 100%;
}
.close-search .fa-times {
    font-size: 25px;
}
.cart-header {
    border: none;
}
.nav-link-cart__items {
    display: block;
    height: 20px;
    width: 20px;
    color: #fff;
    background-color: red;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
    padding: 0.5px;
    position: absolute;
    top: 4px;
    right: -7px;
}
.header-bottom {
    padding: 10px 0;
    border-top: 0.5px solid #686868;
    border-bottom: 0.5px solid #686868;
    background: #fff;
}
.header-bottom ul {
    display: flex;
    justify-content: center;
    margin: 0;
}
.header-bottom ul li {
    margin: 0 10px;
}
#zoomerMobile .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
}
#zoomerMobile .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
}
#zoomerMobile .owl-nav button i {
    font-size: 20px;
    opacity: 0.7;
}
#zoomerMobile .owl-nav button:focus {
    outline: none;
}
.dnone-131629 {
    display: none;
}
.product-top .title-head, .product-pricing.product-price {
    text-align: start;
}
/*.cart-view a {*/
/*    position: relative;*/
/*}*/

@media (max-width: 1279px) {
    .navbar-top .navbar-nav .sign-in {
        display: flex!important;
    }
}
@media (max-width: 768px) {
    .mobile-none {
        display: none;
    }
    #navbarSupportedContent ul.navbar-nav {
        flex-direction: row-reverse;
        justify-content: flex-start !important;
    }
    #navbarSupportedContent ul.navbar-nav .sign-in {
        margin-left: 10px;
    }
    .header-left .search input {
        display: none;
    }
    .header-left {
        padding: 25px;
    }
    .header-left .search .fa-search {
        position: static;
    }
    .page-header {
        position: sticky;
        top: 0;
        z-index: 9999;
    }
    .header-left .search {
        margin-left: 5px;
    }
    .top-header .promo-row p {
        display: block;
    }

}
@media (min-width: 768px) {
    .header-left .nav-burger {
        display: none;
    }
}

@media (max-width: 415px) {
    .details-product .img-left {
        padding: 0;
    }
}
.color-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.color-content img {
    border-radius: 50%;
}

.color-content a {
    padding: 2px;
}
.thumbnail.videoThumb {
    position: relative;
}
.thumbnail.videoThumb:after {
    content: '';
    background: rgba(178, 178, 178, 0.3) url(/tp/T0298/img/tmp/youtube-play-button-outlined-social-symbol.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}