.breadcrumb-wrapper{
    margin-top: 30px;
}
.breadcrumb-item{
    font-size: 15px;
    font-weight: 500 !important;
    padding-left: 0 !important;
}
.breadcrumb-item a{
    text-decoration: none;
    color: #4B4B4B;
}
.breadcrumb-item+.breadcrumb-item::before{
    --bs-breadcrumb-divider: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M9.60002 7.19995L14.4 12L9.60002 16.8' stroke='%23686868' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    height: 22px;
    padding-right: 0;
}

.owl-carousel .owl-dots{
    text-align: center;
    max-width: 1320px;
}
.owl-carousel .owl-dot{
    background-color: #e1e1e1 !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 3px;
}
.owl-carousel .owl-dot.active{
        background: #0f208a !important;
}
@media screen and (max-width: 768px) {
    .owl-carousel .owl-dots{
        padding: 10px 0;
    }
}

.page-section--product-panel .col-product{
    padding: 20px;
    background-color: #ECECEC;
}
.page-section--product-panel .col-product-info{
    padding-left: 25px;
}
.owl-product-carousel .item,
.owl-product-carousel-thumbnails .item{
  border-radius: 5px;
  border: 1px solid #D3D3D3;
  overflow: hidden;
}
.carousel-thumbnails-wrapper{
    padding: 5px 24px 0;
    position: relative;
}
.owl-product-carousel-thumbnails .owl-stage-outer{
    z-index: 2;
}
.owl-product-carousel .owl-stage,
.owl-product-carousel-thumbnails .owl-stage{
    display: flex;
    align-items: stretch;
}
.owl-product-carousel .item img,
.owl-product-carousel-thumbnails .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.owl-product-carousel-thumbnails .owl-nav{
    z-index: 1;
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -24px;
    right: -24px;
    transform: translateY(-50%);
}
.owl-product-carousel-thumbnails .owl-nav button{
    width: 24px;
    height: 24px;
}
.owl-product-carousel-thumbnails .owl-nav button:first-child::before{
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M14.4 16.925L9.59998 12.125L14.4 7.32505' stroke='%23686868' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.owl-product-carousel-thumbnails .owl-nav button:last-child::before{
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'><path d='M9.60002 7.32495L14.4 12.125L9.60002 16.925' stroke='%23686868' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
@media screen and (min-width: 769px) {
    .owl-product-carousel .owl-dots{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .product-gallery{
        margin-bottom: 25px;
    }
}

.col-product-info *{
    color: #4B4B4B;
}
.col-product-info p{
    font-size: 14px;
    margin-bottom: 10px;
}
.col-product-info .product-brand{
    font-size: 13px;
}
.col-product-info h1{
    margin-bottom: 10px;
    font-weight: bold;
}
.col-product-info hr{
    margin: 20px 0;
    background-color: #D3D3D3;
}
.col-product-info h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.col-product-info .product-price span{
    color: #FF003D;
    font-size: 18px;
    font-weight: 500;
}
.col-product-info .product-opt{
    width: max-content;
}
.col-product-info .product-qty .qty-btn{
    border: 1px solid #C0C0C0;
    outline: none;
    background-color: white;
    width: 26px;
    height: 26px;
    padding: 0;
}
.col-product-info .product-qty .form-control{
    height: 26px;
    min-height: 26px;
    width: 40px;
    border-color: #C0C0C0;
    border-width: 1px 0;
}
.col-product-info .product-qty .form-control::-webkit-outer-spin-button,
.col-product-info .product-qty .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.col-product-info .product-contact .btn-contact{
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 10px 20px;
    background-color: #3D55E9;
    border-radius: 4px;
    text-decoration: none;
    color: #fff;
    outline: none;
    border: none;
    font-weight: 400;
    
}
.col-product-info .product-contact .btn-contact:not(:last-child){
    margin-right: 15px;
}
.col-product-info .product-contact svg{
    margin-right: 10px;
}
.col-product-info .product-contact span{
    color: white;

}

.col-extra-info{
    padding-left: 10px;
}
.col-extra-info .card-policy{
    border-radius: 3px;
    padding: 15px;
    border: 1px solid #D3D3D3;
    color: #4B4B4B;
}
.col-extra-info .card-policy hr{
    margin: 10px 0;
}
.col-extra-info .card-policy ul li{
    line-height: 1;
    margin-bottom: 10px;
}
.col-extra-info .card-policy ul li svg{
    margin-right: 15px;
}
.col-extra-info .card-policy ul li span{
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .page-section--product-panel .container{
        padding: 0;
    }
    .page-section--product-panel .col-product{
        padding: 20px 10px;
    }
    .page-section--product-panel .col-product-info{
        padding: 0;
    }
    .page-section--product-panel .product-contact{
        flex-direction: column;
        align-items: flex-start;
    }
    .col-product-info .product-contact .btn-contact{
        flex: 0 0 auto;
    }
    .col-product-info .product-contact .btn-contact:not(:last-child){
        margin-right: 0;
        margin-bottom: 15px;
    }
    .page-section--product-panel .col-extra-info{
        padding: 20px 10px;
    }
}

.section-product-carousel{
    margin-top: 65px;
    color: #4B4B4B;
}
.section-product-carousel .product-carousel--wrapper{
    padding-top: 20px;
}
.section-product-carousel .owl-stage-outer{
    padding: 0 9px;
    margin-left: -4px;
    width: calc(100% + 18px);
}
.section-product-carousel .owl-stage{
    display: flex;
    align-items: stretch;
}
.section-product-carousel .owl-stage .item{
    padding-bottom: 10px;
}
.section-product-carousel .owl-stage .item,
.section-product-carousel .owl-stage .item .product-card{
    height: 100%;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .section-product-carousel .owl-stage-outer{
        padding: 0 5px 0 0;
        margin-left: -2px;
        width: calc(100% + 10px);
    }
}

.page-section--product-info{
    margin-top: 65px;
}
.page-section--product-info h2{
    color: #4B4B4B;
    margin-bottom: 20px;
}
.page-section--product-info .product-info-tabs{
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid #D3D3D3;
}
.page-section--product-info .product-info-tabs .nav-tabs{
    border: none;
}
.page-section--product-info .product-info-tabs .nav-link{
    border: none;
    padding: 0;
    margin-right: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #4B4B4B;
}
.page-section--product-info .product-info-tabs .nav-link.active{
    font-weight: bold;
    color: #0f208a;
}
.page-section--product-info .product-info-tabs .tab-content{
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #D3D3D3;
    font-size: 14px;
}
.page-section--product-info .product-info-tabs .tab-pane *{
    max-width: 100%;
}
