﻿.product-details-breadcrumb {
    min-height: 40px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 0 80px;
}
.product-details-breadcrumb ul {
    margin-bottom: 0;
    padding: 0;
}
.product-details-breadcrumb ul li {
    display: inline;
}
.product-details-breadcrumb ul li a:hover {
    color: var(--brand-color);
}
.product-details-breadcrumb ul li i {
    margin: 0 10px;
}
.product-details {
    padding: 20px 0;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    background-color: white;
}
.product-main-picture img {
    max-width: 100%;
}
.product-details-pane h1 {
    font-weight: 300;
}
.product-details-pane .price {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0;
}
.product-details-pane .quantity {
    display: flex;
    flex-direction: column;
    width: 200px;
    gap: 10px;
    margin-bottom: 20px;
}
.product-details-pane .btn {
    border-radius: 0;
}
.text-section label {
    font-size: 20px;
}
.text-section .content {
    padding: 24px;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    margin-top: 16px;
    margin-bottom: 24px;
    -webkit-font-smoothing: antialiased;
    color: gray;
}
.text-section .content p {
    margin-bottom: 0;
}
.text-section .content h5 {
    font-size: .875rem;
    color: #000;
}
.text-section .content ul {
    margin-bottom: 0;
}
.qty-box {
    border: 1px solid var(--light-gray);
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    border-radius: 10px;
    padding: 20px;
}
.qty-box .summary {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.qty-box .btn.to-cart {
    width: 100%;
    border-radius: 5px !important;
    padding: 10px;
    background: var(--brand-color);
    background-image: var(--btn-gradient);
    border: none;
    color: #fff;
}
.qty-box .btn.to-cart:hover{
    background: var(--brand-color);
}
.thumbs {
    margin-top: 20px;
    display: flex;
    column-gap: 8px;
    cursor: pointer;
}
.thumbs div {
    border: 1px solid #fff;
}
.thumbs div:hover {
    border-color: #000;
}
.thumbs img {
    max-width: 100%;
    max-height: 60px;
}

/*** brand shop styles ****/
#thumb-slider1 {
    background: white;
    display: none;
}

#thumb-slider {
    width: 100px;
    height: 350px;
    margin-top: 0px;
    float: left;
    text-align: center;
}

#thumb-slider .owl2-stage-outer .owl2-stage .owl2-item .thumbnail img {
    max-height: 43px;
}

#thumb-slider .owl2-stage-outer .owl2-stage {
    margin-top: 10px;
    height: 350px;
}

#thumb-slider .owl2-stage-outer .owl2-stage .owl2-item {
    width: 70px !important;
    height: 46px;
    margin-top: 8px;
}

#thumb-slider .owl2-stage-outer .owl2-stage .owl2-item .thumbnail {
    width: 70px !important;
    height: 49px !important;
}

#thumb-slider .owl2-controls {
    display: none;
}


#thumb-slider1 .owl2-stage-outer .owl2-stage .owl2-item {
    width: 78px !important;
    height: 78px;
    margin-top: 0px;
}

#thumb-slider1 .owl2-stage-outer .owl2-stage .owl2-item .thumbnail {
    width: 78px !important;
    height: 78px !important;
}
.prod-carousel button.owl-dot span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 5px;
    opacity: .5;
    width: 8px;
}
.prod-carousel button.owl-dot.active > span {
    background: var(--brand-color)!important;
}
.left-content-product .content-product-left .large-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.left-content-product .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 9px 11px;
}

.blog article img {
    max-width: 100%;
    height: auto;
    padding-left: 0;
}

.left-content-product .content-product-left .full_slider .thumbnail:hover, .left-content-product .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #444;
}

.thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product-Share-box {
    background: #fff;
}

.product-details__share-btn {
    line-height: 0;
    border: 0;
    background: 0 0;
    margin-left: 15px;
    font-weight: 700;
    font-size: 17px;
}

.share-box {
    padding: 0;
    min-width: 150px;
    font-size: 17px;
    display: flex;
    list-style: none;
    color: #3d464d;
}

.product-Share-box .product-details__item {
    padding: 0 10px;
    width: 40px;
    text-align: center;
}

.center-box {
    padding: 15px 0 10px 0!important;
}

.content-product-right {
    background-color: #fff;
    color: #000;
    min-height: 450px!important;
}
.container.product-details .wrapper > div {
    display: block;
    min-height: 10px;
    border: 1px solid var(--light-gray);
    overflow: hidden;
}
.container.product-details .wrapper > div:not(:first-of-type) {
    border-radius: 10px;
}
.container.product-details .wrapper #thumb-slider {
    width: 70px;
    border: none;
}
.container.product-details .wrapper .large-image {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.container.product-details .wrapper .center-box {
    width: 300px;
}
.container.product-details .wrapper .side-box {
    width: 300px;
}
@media (max-width: 1200px) {
    .container.product-details .wrapper :is(.center-box,.side-box,.large-image) {
        width: unset;
    }
}
.container.product-details .wrapper #thumb-slider .thumbnail:hover {
    cursor: pointer;
    border-color: #444;
}
.container.product-details .wrapper .side-box {
    padding: 15px;
}
.container.product-details .wrapper .side-box .serv-item {
    display: flex;
    height: 50px;
}
.container.product-details .wrapper .side-box .serv-item .icon {
    display: flex;
    align-items: center;
}
.container.product-details .wrapper .side-box .serv-item .icon img {
    width: 38px;
}
.container.product-details .wrapper .side-box .serv-item .text {
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.container.product-details .wrapper .side-box label {
    font-size: 20px;
}
.container.product-details .wrapper .side-box p {
    font-size: 16px;
    color: gray;
}
.container.product-details .wrapper .side-box ul li {
    font-size: 12px;
    color: gray;
    padding-top: 5px;
    list-style: disc;
    margin-left: 15px;
}
.product-Share-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid var(--light-gray);
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-Share-box div ul li {
    display: inline;
}
.product-Share-box div ul li:not(:last-of-type) {
    padding-right: 10px;
}
.center-box {
    padding: 15px !important;
    display: flex !important;
    flex-direction: column;
    row-gap: 10px;
}
.center-box .price {
    display: flex;
    justify-content: space-between;
}
.center-box .product-name {
    font-size: 21px;
}
.center-box {
    font-size: 14px;
}

.center-box .price .qty {
    display: flex;
    flex-direction: row;
    min-width: 30%;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.center-box .price .total {
    min-width: 50%;
    text-align: right;
}
.center-box .price .total label {
    width: 100%;
}
.center-box .price .total .currency {
    font-size: 22px;
}
.center-box .price .total .amount {
    font-size: 35px;
    line-height: 1;
    font-weight: bold;
}
.center-box .btn-add-to-cart {
    width: 100%;
    background-color: red;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
}
.center-box .btn-add-to-cart:hover {
    background-color: rgb(231, 0, 0);
}
