.main-pview .breadcrumb>li+li:before {
    content: "/";
    font-family: 'Font Awesome 5 Pro';
    font-size: 1rem;
    padding: 0 5px;
    font-weight: 700;
    color: #000;
}
.main-pview .breadcrumb li a {
    color: #000;
    font-size: 14px;
}
.main-pview .mrg-top-20{
    margin-top: 20px;
}
.line-box-shadow{
    width: 100%;
    height: 2px;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 4px 0;
}
@media (min-width: 768px){
    .prd-name {
        margin: 20px 0 40px;
    }
    .main-sec {
        margin-bottom: 40px;
    }
}
.prd-name h1 {
    color: #00a3a3;
    font-size: 29px;
}
.list-img-child .list-img-ul {
    list-style: none;
    padding-left: 0;
    max-height: 635px;
    overflow-y: hidden;
}
.list-img-child .list-img-ul li {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.list-img-child .list-img-ul li .img-c {
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
}
.list-img-child .list-img-ul li img {
    width: 100%;
}
.vm-img {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    border-radius: 10px;
    cursor: pointer;
}
.vm-txt {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 5%;
    cursor: pointer;
}
.main-img-prd {
    padding: 20px;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 10px;
    z-index: 0;
}
.ct-rela {
    position: relative;
}
.prc-txt {
    font-size: 29px;
}
.text-bold {
    font-weight: 600;
}
.prd-information .old-prc-txt {
    color: grey;
}
.old-prc-txt {
    text-decoration: line-through;
}
.tp_product_detail_price{
    color: #00a3a3;
}
.prd-information .prd-brand {
    color: #abb8c3;
}
#add-item-form {
    margin: 0 0 20px;
}
.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
}
.swatch .header {
    margin: 0 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: initial;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
}
.swatch .select-swap {
    vertical-align: middle;
    float: left;
}
.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
}
.swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 38px;
    position: relative;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #333;
}
.swatch .swatch-element.active label {
    border: 2px solid #d87c7c;
}
.swatch .swatch-element.sw-color label {
    border-radius: 50%;
}
.swatch .attr-size .swatch-element label {
    min-width: 40px;
    padding: 0 3px;
    width: auto;
    margin-bottom: 5px;
}
#add-item-form .swatch-element.sw-size.active label {
    border: 1px solid #d87c7c;
    background: url(/tp/T0502/img/icon-checked.png) no-repeat right bottom #fff;
}
.swatch .select-swap .deactive label {
    cursor: not-allowed;
}
.swatch .select-swap .deactive img.crossed-out {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.swatch .swatch-element .crossed-out {
    display: none;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.selector-actions {
    width: 100%;
    float: left;
}
.quantity-area {
    margin-bottom: 15px;
}
.title-quantity {
    display: none;
}
.quantity-area input.qty-btn {
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
}
.quantity-area input#quantity {
    padding: 0;
    -webkit-appearance: none;
    float: left;
    outline: none;
    border-radius: 0;
    display: block;
    margin: 0;
    background: #fff;
    width: 60px;
    height: 40px;
    line-height: 20px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    border-left: none;
    border-right: none;
}
.gift-sec {
    margin-bottom: 40px;
}
.gift-sec .header {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.gift-sec .gift-sec-ul {
    list-style: none;
    padding-left: 0;
}
.gift-sec .gift-sec-ul li {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.gift-sec .gift-sec-ul li a {
    text-decoration: none;
    color: #212529;
}
.gift-sec .gift-sec-ul li img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}
.mrg-bot-10 {
    margin-bottom: 10px;
}
.icon-banner-item img {
    height: 35px;
    width: auto;
    margin-right: 10px;
}
.add-cart-btn {
    border: 2px solid #ff5d52;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 5px 40px;
    color: #00a3a3 !important;
    font-weight: 600;
}
.buy-now-btn {
    text-transform: uppercase;
    border: 2px solid #ff5d52;
    padding: 5px 40px;
    border-radius: 5px;
    font-weight: 600;
    background-color: #ff5d52;
    color: #fff !important;
}
.buy-btn-sec{
    margin-top: 30px;
}
.buy-btn-sec a{
    cursor: pointer;
}
.gallery-view {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.gallery-view.show {
    display: block;
}
#gallery-close-btn {
    position: fixed;
    top: 16px;
    right: 16px;
    display: block;
    width: 45px;
    height: 45px;
    background: url(/tp/T0502/img/closebutton1.png) no-repeat top left;
    background-size: cover;
    z-index: 99;
}
.big-img-gallery {
    text-align: center;
    margin-bottom: 20px;
}
.mrg-top-10 {
    margin-top: 10px;
}
@media (min-width: 1501px) and (max-width: 1599px){
    .big-img-gallery img {
        width: 40% !important;
        margin: auto;
    }
}
.small-img-gallery {
    display: flex;
    margin: auto;
}
.gallery-view .big-img-gallery .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.big-img-gallery .owl-nav button.owl-prev {
    left: 0;
}
.big-img-gallery .owl-nav button.owl-next {
    right: 0;
}
.small-img-gallery img {
    width: 64px;
    height: auto;
    margin-right: 10px;
}
.small-img-gallery img:first-child {
    margin-left: auto;
}
.small-img-gallery img:last-child {
    margin-right: auto;
}
.tags-ul {
    padding-left: 0;
}
.tags-ul li {
    display: inline-block;
    margin-right: 10px;
}
.tags-ul li a {
    color: #000;
    text-decoration: none;
}
#myTab{
    background: #f6f6f6;
    justify-content: center;
    position: relative;
    border: unset;
    padding-top: 20px;
    border-radius: 5px 5px 0 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
    background: none !important;
    border-color: unset !important;
    border: none !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover{
    border-color: unset !important;
    isolation: unset !important;
}
#home-tab{
    position: relative;
}
#home-tab:after{
    position: absolute;
    top: 7px;
    right: 0;
    content: '|';
    height: 100%;
    width: 1px;
    color: #295e56;
}
.nav-tabs .nav-link{
    border: none !important;
}
.nav-link h5{
    text-transform: uppercase;
    color: #295e56;
}
#myTabContent{
    background: #f6f6f6;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}
#myTab:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    text-align: center;
    height: 1px;
    background: #295e56;;
}
.mrg-top-50 {
    margin-top: 50px;
}
.text-upper {
    text-transform: uppercase;
}
.product-by-cate .product-by-cate-title a {
    color: #295e56;
}
.v-all {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 5px 15px;
    text-transform: none;
    font-size: 12px;
    color: #dedede;
}
.product-by-cate .product-by-cate-title a {
    color: #295e56;
}
.product-by-cate .product-by-cate-title a:hover {
    text-decoration: none;
}
.mrg-bot-20 {
    margin-bottom: 20px;
}
.product-by-cate-main{
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .buy-btn-sec .add-cart-btn {
        padding: 5px 15px;
    }
    .buy-btn-sec .buy-now-btn {
        padding: 5px 20px;
    }
}