/*-----------------Product Detail--------------------*/

.product_list_desc_ol {
    position: relative;
    margin-top: 0.5rem;
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
}

.product_list_desc_ol li {
    width: 16%;
    height: 35px;
}

.product_list_desc_box {
    padding: 2rem;
}

.product_list_desc_name {
    text-align: left;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
}

.product_list_desc_price {
    font-size: 17px;
    font-weight: 700;
    color: #41aa82;
    text-align: left;
    margin-bottom: 1rem;
}

.product_list_desc_content {
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    font-weight: 600;
}

.add_to_cart_btn {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    background-color: #fbaa03;
    color: #fff;
    font-weight: 600;
    padding: 0.4rem 1rem;
}

.product_list_desc_spec {
    width: 20%;
}

.product_list_desc_spec a {
    color: gray;
    padding: 1rem 0rem;
    font-size: 14px;
    font-weight: 700;
}

.product_list_desc_spec a:hover {
    border: none;
}

.nav-tabs .nav-link {
    border: none!important;
}

.product_list_desc_tab {
    margin-bottom: 0px;
    text-align: left;
}

.product_list_desc_tab .nav-link.active {
    color: #fbaa03;
    background-color: #fff;
    border: unset;
    border-bottom: 3px solid #fbaa03;
}

.product_list_tab_con {
    padding: 2rem;
}

.product_list_tab_con p {
    font-size: 14px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.product_list_tab_con ul {
    list-style-type: none;
    text-align: left;
    margin-left: -2.5rem;
}

.product_list_tab_con ul li {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.register-form {
    cursor: pointer;
}

.forgot-password-form,
.authenticate_btn,
.account_link,
{
    display: none;
}

.custom-mb-3 {
    margin-bottom: 3rem;
}

input#login {
    margin-bottom: 2rem!important;
}

.add_to_cart_top_btn {
    position: relative;
    bottom: 0rem;
    left: 1rem;
    margin-bottom: 0;
    margin-top: 0;
    float: none;
    background-color: #fbaa03;
    color: #fff;
    font-weight: 600;
    padding: 0.2rem 1rem;
}

.tabbed_service_book {
    background-color: #eda120;
    color: #fff;
    padding: 0.5rem 0.6rem;
    width: 20%;
    font-size: 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 1px;
}


/*----------------------Update-------------------*/

.product_list_desc_ol {
    position: relative;
    margin-top: 0rem;
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    display: block;
}

.product_list_desc_ol li {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
    border: 0;
}


/*----------------------Addd-------------------*/

.product_list_desc_ol li img {
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.btn-product-cart {
    width: 100%;
    background-color: #41AA82;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
}

.btn-product-buy-now {
    width: 100%;
    background-color: #eda120;
    border-radius: 0px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0.5rem 0rem;
    margin-top: 1rem;
}

#fixed-side-container {
    width: 32rem;
    position: fixed;
}

.similar_product_heading {
    font-size: 17px;
    margin-bottom: 1rem;
    font-weight: 700;
}

.scrollbar1::-webkit-scrollbar {
    width: 8px;
    height: 7px
}

.scrollbar1::-webkit-scrollbar-track {
    background: #d3d3d3
}

.scrollbar1::-webkit-scrollbar-thumb {
    background: #41aa82
}

.scrollbar1::-webkit-scrollbar-thumb:hover {
    background: #41aa82
}

.product_list_desc_tab {
    margin-bottom: 0px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
}

.product_list_desc_spec {
    display: inline-block;
    width: 100%;
    padding: 0rem 1.5rem;
}

.product_list_desc_tab .nav-link.active {
    border-bottom: none;
}

.app_download_banner {
    display: none!important;
}


/*-------------------------Accordion CSS-----------------------*/


/*.panel-title > a:before {
float: right !important;
font-family: FontAwesome;
content:"\f068";
padding-right: 5px;
}
.panel-title > a.collapsed:before {
float: right !important;
content:"\f067";
}*/

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

#accordion .panel-heading {
    text-align: left;
    background-color: #acb0b4;
    padding: 0.4rem 0.8rem;
}

#accordion .panel-title a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

#accordion .panel {
    margin-bottom: 0.5rem;
}

#accordion .panel-body {
    background-color: #f7f7f7;
    padding: 1rem 1.5rem;
    text-align: left;
}

.go_back_top_btn {
    position: fixed;
    bottom: 1rem;
    background-color: #eda120;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    padding: 12px 0px;
    right: 1rem;
    font-weight: 600;
}

.go_back_top_btn:hover {
    color: #fff;
}

@media(max-width: 600px) {
    #fixed-side-container {
        position: relative !important;
        width: 100% !important;
    }
    .product_list_desc_ol {
        display: inline-flex;
    }
    .product_list_desc_ol li {
        width: 16%;
    }
    .product_list_desc_box {
        padding: 0rem !important;
    }
    #accordion .panel-body {
        padding: 0.5rem;
    }
    #accordion .panel-body p {
        font-size: 14px;
        line-height: 25px;
    }
    #accordion .panel-body td {
        font-size: 14px;
    }
}

.detailed_product .outer_pro_div {
    background-color: #FFFFFF;
    padding: 16px 16px 16px 16px;
    display: flex;
    flex-flow: row;
    width: 98%;
    justify-content: center;
    margin: 0 auto;
}

.product_list_desc_box {
    padding: 0rem 2rem;
}

.product_list_desc_spec a {
    padding-top: 1rem;
}

.detailed_product .left_carousel_div {
    position: sticky;
    top: 68px;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-flow: column;
    align-self: flex-start;
    width: 40%;
}

.detailed_product .left_carousel_div_inner {
    display: block;
    width: 100%;
}

.detailed_product .slide_div_outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    position: relative;
}

.detailed_product .right_content_div {
    padding: 0px 0px 0px 24px;
    width: 60%;
}

.detailed_product .right_content_flex {
    flex-grow: 1;
    overflow: auto;
}

@media(max-width: 767px) {
    .detailed_product .outer_pro_div {
        display: block;
        flex-flow: initial;
        width: 91.5%;
    }
    .detailed_product .left_carousel_div {
        position: relative;
        top: 0;
        display: block;
        flex-flow: inherit;
        width: 100%;
    }
    .product_list_desc_ol {
        margin-bottom: 0px;
    }
    .detailed_product .right_content_div {
        padding: 0;
        width: 100%;
        margin-top: 2rem;
    }
    .product_list_desc_spec a {
        font-size: 15px;
    }
    .product_list_desc_spec {
        padding: 0rem 1.5rem 0rem 0rem;
    }
    .product_list_desc_ol li {
        width: 16%;
    }
    .product_list_desc_ol {
        display: inline-flex;
    }
    .product_list_desc_box {
        padding: 0rem;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .product_list_desc_ol li {
        height: auto;
    }
    .product_list_desc_ol li img {
        height: auto;
    }
    .product_list_desc_box {
        padding: 0rem 0rem 0rem 1rem;
    }
    .btn-product-cart,
    .btn-product-buy-now {
        font-size: 13px;
    }
    .product_list_desc_spec a {
        font-size: 15px;
    }
    .product_list_desc_name {
        font-size: 17px;
        line-height: 22px;
    }
    .product_list_desc_tab {
        margin-bottom: 0.8rem;
    }
    .product_list_desc_price {
        font-size: 17px;
        margin-bottom: 0.3rem;
    }
    .product_list_desc_content {
        font-size: 15px;
        line-height: 24px;
    }
    #accordion .panel-body {
        font-size: 14px;
        line-height: 24px;
        padding: 1rem;
    }
    .table td,
    .table th {
        line-height: 20px;
    }
}