
@media (min-width: 992px) {
    .pd__relevant_mb {
        display: none;
    }
}

@media (max-width: 991px) {
    .product-header, .product-gallery__thumbs {
        display: none;
    }
    .product-info .pd-title{
        padding-top: 20px;
    }

}

.addTo__cart {
    padding-left: 15px;
}

.product-single__actions .quantity-area input.qty-btn {
    background: transparent;
    border: none;
}

.product-single__actions .quantity-area input#quantity {
    background: transparent;
    border: none;

}

.product-single__actions .quantity-area {
    display: flex;
    width: 100px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 16px;
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 23px;
}

.product-single__actions .product-detail__quantity p {
    display: none;
}

.product-header .product-single__actions {
    padding-left: 10px;
    min-height: 90px;
}

.product-header__options .select-swatch .sizePicker {
    border-right: 1px solid #d9d9d9;
}

.product-header__options .select-swatch .swatch {
    padding: 8px;
    border-left: 1px solid #d9d9d9;
    min-height: 90px;
    width: auto;
    float: unset;
}

.product-header__options .select-swatch, .product-single__actions {
    display: flex;
}

.product-single__actions {
    display: flex;
    align-items: center;
}

.product-header__form {
    display: flex;
    flex-wrap: nowrap;
}

.product-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
    z-index: 100;
    transform: translateY(-100%);
    transition: all .3s;
}

.product-header.is-show {
    transform: translateY(0);
}

.product-header__inner {
    display: flex;
    justify-content: space-between;
    min-height: 90px;
    /*flex-wrap: wrap;*/
}

.product-header__product {
    display: flex;
    align-items: center;
    /*width: 29%;*/
}
/*.product-header__actions{*/
/*    width: 71%;*/
/*}*/

.product-header__image {
    width: 60px;
    position: relative;
    margin-right: 15px;
}

.product-header__image:before {
    content: "";
    display: block;
    padding-top: 147.26507714%;
    height: 0;
    width: 100%;
}

.product-header__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-header .product-single__ratings {
    margin-bottom: 5px;
}

.product-single__ratings {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .03em;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-single__prices {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .03em;
}

.product-header__info .reviews-rating {
    flex-wrap: wrap;
}

.reviews-rating {
    display: flex;
    align-items: center;
    margin-left: -3px;
    margin-right: -3px;
}


.deactive {
    opacity: 0.3;
    pointer-events: none;
    background: #eee;
}

a.active:before {
    border: 4px solid #fff;
    opacity: 1 !important;
}

a.active:after {
    opacity: 1 !important;
    border: 2px solid #f58560;
}

.select-swap a.active {
    /*background: #000;*/
    color: #fff;
    border-radius: 4px;
}
.select-swap.size a.active span{
    background: #f58560;
}

.product_item__sales {
    font-size: 10px;
    border: solid 1px #000;
    display: inline-block;
    padding: 2px;
    border-radius: 10px;
}

.box-product-price {
    color: #FA2828;
}

.bestsller-pview {
    margin: 30px 0 100px;
}

.title-bestseller, .title_product__rv {
    margin-bottom: 20px;
}

.title-bestseller h2, .title_product__rv h2 {
    font-size: 23px;
    color: #333;
    font-weight: 500;
}

.reviewWrapper {
    display: flex;
    padding: 1.25rem 5rem;
}

.starbap-rev-widg__title {
    font-size: 20px;
    line-height: 20px;
    color: #303030;
    margin-top: 10px;
    font-weight: 500;
}

.starbap-rev-widg__summary-text {
    font-size: 16px;
    line-height: 16px;
    color: #656565;
    margin-top: 16px;
}

.reviewWrapper {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 35px 0 45px;
    margin: 15px 0;
    border-radius: 8px;
}

.reviewWrapper .boxLeft {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.reviewWrapper .boxLeft .starbap-rev-total-point {
    font-size: 44px;
    line-height: 44px;
    color: #303030;
    margin: 0;
    font-weight: 600;
}

.reviewWrapper .boxLeft .starbap-rev-total-point span {
    font-size: 25px;
    font-weight: 400;
}

.starbap-subtab {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #DBDBDB;
    /*background: #fff;*/
}

.starbap-subtab ul li:nth-child(2) {
    flex: 1;
}

.starbap-subtab ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
}

.starbap-subtab ul li {
    margin-right: 30px;
}

.starbap-subtab ul li select {
    margin-left: 10px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    font-weight: 400;
    color: #6C6C6C;
    font-size: 14px;
    padding: 6px 16px;
}

.starbap-subtab__name {
    padding-bottom: 16px;
    display: inline-flex;
    color: #303030;
    font-weight: 400;
    align-items: center;
}

.selectBox {
    display: inline-flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    padding: 5px 20px;
    margin-left: 10px;
    position: relative;
    cursor: pointer;
}

.selectBox .colorContent {
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.selectBox .colorName {
    color: #6c6c6c;
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.selectBox ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    text-align: center;
    width: 100%;
    color: #6c6c6c;
    font-size: 14px;
    padding: 0 10px;
    display: block;
    z-index: 9;
}

.selectBox ul li {
    margin: 0;
}

.selectBox ul li a {
    display: flex;
    align-items: center;
    padding: 6px 0;
    color: #6C6C6C;
}

.starbap-subtab__name.active {
    border-bottom: 1px solid #303030;
}

.starbap-subtab__name.bold {
    color: #000;
    font-weight: 600;
}

.starbap-subtab__count {
    font-weight: 300;
    color: #303030;
    font-size: 13px;
}

.starbap-divider-top {
    margin: 22px 0;
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 22px;
}

.starbap-divider-top:last-child {
    border-bottom: none;
}

.starbap-rev__icon .nameRater {
    color: #303030;
    font-weight: 600;
    margin-bottom: 10px;
}

.starbap-rev__content .starbap-rev__rating a {
    display: inline-block;
}

.starbap-rev__content .starbap-rev__rating a i {
    font-size: 16px;
}

.starbap-rev__icon .starbap-rev__title {
    color: #656565;
}

.starbap-rev__bottom .starbap-rev__timestamp {
    text-align: right;
    font-size: 12px;
    color: #656565;
    display: block;
}

.starbap-rev__body {
    word-break: break-all;
    line-height: 22px;
    margin-top: 5px;
}

.starbap-rev__body .contentWrapper {
    color: #656565;
    font-weight: 600;
    margin-top: 12px;
}

.starbap-rev__body .colorWrapper {
    color: #656565;
    font-weight: 600;
}

.starbap-rev_imageBox .imageRateFancybox {
    padding: 4px;
    text-align: center;
}

.starbap-rev_imageBox img {
    height: 91px;
    object-fit: contain;
}

.countLikeWrapper {
    text-align: right;
}

.countLikeWrapper .count {
    font-size: 12px;
    color: #303030;
    margin-right: 8px;
}

.starbap-divider-bottom {
    text-align: right;
}

.starbap-divider-bottom .starbap-rev__timestamp {
    color: #656565;
    font-size: 12px;
}

.starbap-rev__body .contentWrapper .sizeText,
.starbap-rev__body .contentWrapper .statusText,
.starbap-rev__body .colorWrapper .colorText {
    font-weight: 300;
}

.starbap-star {
    color: #656565;
}

.voteView1 .star-1.starbap-star,
.voteView2 .star-1.starbap-star,
.voteView2 .star-2.starbap-star,
.voteView3 .star-1.starbap-star,
.voteView3 .star-2.starbap-star,
.voteView3 .star-3.starbap-star,
.voteView4 .star-1.starbap-star,
.voteView4 .star-2.starbap-star,
.voteView4 .star-3.starbap-star,
.voteView4 .star-4.starbap-star,
.voteView5 .starbap-star,
.voteHover .starbap-star {
    color: #f4b301;
}

.product-user-vote-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
}

#userVoteView {
    margin: 0 15px;
    color: #ccc;
}

#userVoteView i.active,
#userVoteView i.voteHover {
    color: #f4b301;
}

.product-user-vote-label {
    display: none;
}

.product-user-vote-label, .product-user-vote-content {
    border: 1px solid #acacac;
    /*border-radius: 7px;*/
    padding: 10px 15px;
    margin-top: 18px;
    position: relative;
}

.product-user-vote-label-title, .product-user-vote-content-title {
    position: absolute;
    top: -12px;
    background: #fff;
    padding: 0 5px;
    font-weight: 500;
}

#title, #commentText {
    width: 100%;
    border: none;
    padding: 5px;
    resize: none;
    color: #656565;
}

.btn.btn-user-vote {
    background: #f58560;
    color: #fff;
    margin-top: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.btn.btn-user-vote:hover {
    background: #fff;
    color: #000;
    border: 1px solid #261511;
}

.product-user-vote-form {
    font-size: 14px;
    color: #535353;
}

.product-user-vote-star {
    display: flex;
}

.starbap-write-rev-link {
    font-size: 16px;
    cursor: pointer;
    line-height: normal;
    color: #c6a85b;
    letter-spacing: 0;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    display: block;
}

.boxRight ul li {
    display: flex;
    align-items: center;
}

.boxRight ul li .title {
    color: #303030;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    width: 50px;
}

.boxRight ul li .percentWrapper {
    width: calc(100% - 175px);
    display: block;
    background: #d9d9d9;
    border-radius: 40px;
    height: 5px;
    font-size: 0;
}

.reviewWrapper .boxRight {
    padding: 0 165px;
    text-align: left;
    border-left: 1px solid #dbdbdb;
    width: 65%;
    display: inline-block;
}

.boxRight h4 {
    font-weight: bold;
    font-size: 18px;
    color: #303030;
    margin: 0 0 13px;
}

.starbap-rev-widg__summary-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.starbap-rev-widg__header {
    position: relative;
}

.open-rating {
    display: inline-block;
    background-color: #f58560;
    color: #fff !important;
    padding: 0.625rem 2rem;
    border-radius: 0.3125rem !important;
}

.accordion-wrapper .descriptionProduct .title-content.active i:before {
    content: "\f068";
}

.accordion-wrapper {
    margin-top: 20px;
}

.accordion-wrapper .descriptionProduct .title-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    cursor: pointer;
}

.accordion-wrapper .descriptionProduct .descriptionContent {
    padding-top: 10px;
    display: none;
}

.accordion-wrapper .descriptionProduct .title-content h2 {
    font-size: 18px;
    color: #000000;
    margin: 20px 0;
}

.accordion-wrapper .descriptionProduct .title-content i {
    color: #000000;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #f2f0eb;
    padding: 1.21429rem;
    margin-bottom: 0.71429rem;
    border-radius: 8px;
}

.media img {
    margin: 0.5rem 0.5rem 0 0;
}

.media .media-body {
    -ms-flex: 1;
    flex: 1;
    margin-left: 0.71429rem;
}

.dark, .font-dark {
    font-weight: 500;
}

.media a {
    font-weight: 500;
    display: inline;
}

.cell span, .cell a {
    letter-spacing: .02857rem;
}

a.force-hover, a.underline {
    text-decoration: none;
    border-bottom: 1px solid #000;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.banner__pd{
    margin-top: 26px;
}
.banner__pd_top {
    margin-bottom: 21px;
    border-radius: 10px;
}

.banner__pd_top img {
    width: 578px;
    height: 130px;
    object-fit: cover;
}

.wishlist-btn i {
    font-size: 23px;
    margin-top: 5px;
}

.btn--wishlist {
    background: #E9E9E9 !important;
    width: 52px;
    height: 52px;
    margin-right: 10px;
}

.addCartTop {
    padding: 12px 2px;
    font-size: 16px;
    line-height: 24px;
    background-color: #f58560;
    border: 1px solid transparent;
    width: 170px;
    height: 52px;
    text-align: center;
    border-radius: 8px;
    margin-top: 25px;
}
.product-header .addCartTop{
    margin-top: 0;
}

.addCartTop button {
    color: #FFFFFF;
}

.guideSize {
    display: flex;
    justify-content: space-between;
}

.quantity-area input.qty-btn {
    float: left;
    background: #E7E5E5;
    border: solid 1px #E7E5E5;
    cursor: pointer;
    font-size: 18px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-area input.qty-btn.btn-minus-view{
    border-radius: 8px 0 0 8px;
}
.quantity-area input.qty-btn.btn-plus-view{
    border-radius: 0 8px 8px 0;
}

.quantity-area input#quantity {
    background: #E7E5E5;
    font-weight: 600;
    color: #303030;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 36px;
    border: 1px solid #E7E5E5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}

.product-detail__quantity {
    display: flex;
    align-items: center;
    /*padding: 2px 0 15px;*/
}

.swatch {
    padding: 0;
    width: 100%;
    float: left;
}

.swatch .select-swap {
    display: inline-block;
    margin: 5px 0;
    width: 100%;
}

.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom;
    min-width: calc((100% / 6) - 8px );
}

.swatch .swatch-element {
    margin-bottom: 10px;
}

.sizePicker .swatch-element span {
    position: relative;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    border-radius: 16px;
}

.colorPicker .color a:before, .colorPicker .color a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

.colorPicker .color a {
    display: inline-block;
    border-radius: 16px;
    height: 40px;
    margin-right: 10px;
    /*margin-bottom: 10px;*/
    position: relative;
    /*border: 1px solid #d1d1d1;*/
    min-width: calc((100%/6) - 8px);
    transition: all .3s;
}
.colorPicker .color a.active{
    border: none;
    transition: all .3s;
}

.color img {
    display: none;
}

.percent__discount {
    margin-left: 1rem;
    font-weight: 400;
    color: #DE0404;
    font-size: 20px;
    line-height: 24px;
}

.price_retail {
    margin-right: 1rem;
    font-size: .875rem;
    text-decoration: line-through;
    color: #656565;
}

.price_sale {
    font-weight: 600;
    color: #DE0404;
    font-size: 1.5rem;
}

.pd-title {
    font-size: 24px;
}

@media (min-width: 1200px) {
    #sliderproduct .product-gallery-item img {
        width: 100%;
        /*height: 879px;*/
        object-fit: cover;
        border-radius: 10px;
    }

}

@media (max-width: 768px) {
    #sliderproduct .product-gallery-item img {
        width: 100%;
        /*height: 538px;*/
        object-fit: cover;
        border-radius: 15px;
    }
    .price-info{
        margin: 10px 0;
    }
    .swatch .select-swap{
        margin: 5px 0 0;
    }
    .pd_image .product_relevant, .banner__pd_top, .btn--wishlist {
        display: none;
    }

    /*.add_To__cart {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: space-between;*/
    /*}*/

    .addCartTop {
        border-radius: 30px;
        margin-right: 20px;
        /*background-color: #EFC7C7;*/
        color: #fff;
        width: 100%;
        font-size: 14px;
        margin-top: 15px;
    }

    .addCartTop button {
        text-transform: uppercase;
    }

    .quantity-area input.qty-btn {
        background: transparent;
        border: none;
    }

    .quantity-area input#quantity {
        background: transparent;
        font-size: 20px;
    }

    .inner-box-content-detail .reviewWrapper {
        padding: 20px 16px;
        margin: 16px 0 30px;
        display: block;
    }

    .reviewWrapper .boxLeft {
        width: 100%;
    }

    .reviewWrapper .boxLeft .starbap-rev-total-point {
        font-size: 24px;
    }

    .reviewWrapper .boxRight {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .product-image-detail {
        width: 100% !important;
    }

    .product-image-detail ul {
        padding: 0;
    }

    /*.slide_product .slick-prev {*/
    /*    margin-top: -60% !important;*/
    /*}*/

    /*.slide_product .slick-next {*/
    /*    margin-top: 60% !important;*/
    /*}*/

    .title-bestseller, .title_product__rv {
        text-align: center;
        text-transform: capitalize;
    }
    .pview-img-box .owl-dots{
        display: none !important;
    }

    /*.product-item {*/
    /*    padding: 0 19px;*/
    /*}*/

    .product-list .slick-next {
        right: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        margin-top: -60px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        font-size: 20px;
        color: #000;
    }

    .product-list .slick-prev {
        left: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        margin-top: -60px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        font-size: 20px;
        color: #000;
    }
    .product-list__rv .slick-next {
        right: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        margin-top: -60px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        font-size: 20px;
        color: #000;
    }

    .product-list__rv .slick-prev {
        left: 0;
        width: 20px;
        height: 20px;
        z-index: 1;
        margin-top: -60px;
        cursor: pointer;
        position: absolute;
        top: 50%;
        font-size: 20px;
        color: #000;
    }
    .pd__relevant {
        margin-top: 20px;
    }
    .img-main img {
        border-radius: 10px;
    }
    .open-rating {
        position: absolute;
        left: auto;
        bottom: 45px;
        transform: translateX(0);
        right: 0;
        padding: 10px 1rem;
    }
}


.relevant_title {
    text-transform: uppercase;
    margin: 10px 0 20px;
}
.product-gallery {
    display: flex;
}

.product-gallery__thumbs {
    width: 12%;
    padding-right: 1%;
    /*margin-left: 30px;*/
}
.product-gallery__thumbs .slick-initialized .slick-slide{
    margin: 6px 0;
}
.product-gallery__thumbs .slick-initialized .slick-slide:first-child{
    margin-top: 0;
}

.product-image-detail {
    width: 87%;
    /*padding-left: 10px;*/
    position: relative;
}

.pd-gallery__thumb .thumb {
    margin-bottom: 11px;
}

.slide_product .slick-prev {
    left: 0;
    width: 50px;
    height: 50px;
    /*margin-top: -67%;*/
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #f58560;
    transform: translateY(-50%);
}

.slide_product .slick-next {
    right: 0;
    width: 50px;
    height: 50px;
    /*margin-top: 67%;*/
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    font-size: 20px;
    color: #f58560;
    transform: translateY(-50%);
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 27px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    z-index: 10;
    background-repeat: no-repeat;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
.product__view {
    padding-top: 35px;
}
.product-gallery__thumbs img{
    width: 100%;
    object-fit:contain;
    height: auto;
    border-radius: 8px;
}
.bestsller-pview .slick-prev.slick-arrow{
    position: absolute;
    left: -35px;
    border: none;
    background: transparent;
    font-size: 20px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    transition: all .35s ease-in-out;
}
.bestsller-pview .slick-next.slick-arrow{
    position: absolute;
    right: -35px;
    border: none;
    background: transparent;
    font-size: 20px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    transition: all .35s ease-in-out;
}
.fa-chevron-circle-right, .fa-chevron-circle-left{
    color: #e28181;
}
@media (max-width: 992px) {
    .bestsller-pview .slick-prev.slick-arrow{
        left: 0;
    }
    .bestsller-pview .slick-next.slick-arrow{
        right: 0;
    }
}
.slick-initialized .slick-slide{
    margin: 0 8px;
}
.starbap-rev-widg__reviews{
    margin-top: 20px;
}
.content-pview{
    padding: 20px 0;
}
.content-pview .descriptionContent{
    display: none;
    margin-top: 20px;
}
.content-pview .title-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-pview .title-content h2{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.reviews-rating .fas.fa-star{
    color: #f4b301;
}
@media (max-width: 480px) {
    .product-detail__quantity p {
        margin-right: 25px !important;
    }
    .addCartTop{
        margin-right: 0;
    }
}
.product-header .colorPicker .color a{
    /*width: 3.21429rem;*/
    /*height: 1.42857rem;*/
    width: 40px;
    height: 30px;
    border-radius: 12px;
}
.product-header .colorPicker .color a:before,
.product-header .colorPicker .color a:after{
    /*height: 1.42857rem;*/
    height: 30px;
    border-radius: 12px;
}
.product-header .sizePicker .swatch-element span{
    width: 40px;
    height: 30px;
    border-radius: 12px;
}
.product-gallery__thumbs .slick-vertical .slick-slide.slick-current {
    border: 1px solid #f58560;
    border-radius: 8px;
}
.product-header .price_sale,.product-header .percent__discount{
    font-size: 16px;
}
.product-header .price_retail{
    font-size: 12px;
}
@media (min-width: 576px){
    #modalSize .modal-dialog-centered{
        max-width: 800px;
        /*width: 768px;*/
    }
}
.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:1px solid #f58560;
    border-right: none;
    border-left: none;
    border-top: none;
}
#tabs h3{
    text-align: center;
    font-size: 24px;
    background: #f58560;
    color: #000;
    padding: 10px;
}
.tab-child{
    padding: 15px 30px;
}
.tab-child .nav-item.nav-link{
    border: 2px solid #f58560;
    margin: 0;
    border-radius: 0;
}
.tab-child .nav-item.nav-link.active{
    background: #f58560;
    color: #000;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.nav-tabs .nav-link:focus-visible{
    outline: none;
}