/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#tab-content img,
#tab-content video,
#tab-content table {
    max-width: 100% !important;
}

.product-information .tab-pane {
    /* word-break: break-word; */
    color: #7a7a7a;
}

.product-information .tabs ul:not(.wk-qa-report-abuse-ul) {
    display: flex !important;
}
.product-information .tabs ul {
    padding-bottom: 10px;
    justify-items: flex-start !important;
    overflow-x: auto;
    overflow-y: hidden;
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); 
    -webkit-transform:rotateX(180deg);
} 

.product-information .tabs ul li {
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); 
    -webkit-transform:rotateX(180deg);
    flex-shrink: 0;
}

.product-information .tabs ul::-webkit-scrollbar {
    width: 15px;
    height: 12px;
}

.product-information .tabs ul li {
    display: block;
    /* min-width: 200px; */
    word-wrap: none;
}

.product-information .tabs ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

.product-information .tabs ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
    box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}


.product-information #qasession {
    /* word-break: break-word; */
    color: #7a7a7a;
}

.product-information #qasession {
    overflow-x: auto;
    overflow-y: hidden;
} 

.product-information #qasession {
    flex-shrink: 0;
}

.product-information #qasession::-webkit-scrollbar {
    width: 15px;
}

.product-information #qasession {
    display: block;
    word-wrap: none;
}

.product-information #qasession::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 10px;
}

.product-information #qasession::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:#fff;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
    box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}

@media (min-width: 465px) and (max-width: 550px) {
    .mymodalcontent {
        width: 540px;
        height: 300px;
    }

    #icon {
        font-size: 35px;

    }

    #button {
        margin-left: 28%;
    }
}

@media (min-width: 350px) and (max-width: 464px) {
    .mymodalcontent {
        width: 360px;
    }

    #button {
        margin-left: 20%;
    }

    #icon {
        font-size: 35px;
    }
}

@media (min-width: 395px) and (max-width: 992px) {

    /* .right-addon .material-icons {
        right: 33px;
    } */
    .productqasession .wk-qa-search_Question {
        width: 200px !important;
    }
}

@media (min-width: 300px) and (max-width: 395px) {

    /* .right-addon .material-icons {
        right: 33px;
    } */
    .productqasession .wk-qa-search_Question {
        width: 200px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .askbtn {
        /* margin-left: 88%; */
        float: right;
    }
}

.myfooter {
    padding: 0px;
}

.filldetails {
    padding: 15px;
}

.mydialogue {
    max-width: 670px;
    margin: 30px auto;
}

#wkaskquestion {
    scroll-behavior: smooth;
}

#product-additional-info {
    padding: 1rem 1.5rem;
    text-align: center;
}

.wkmylabels {
    margin-bottom: 12px;
    margin-top: .9rem;
}

.borderLine {
    box-shadow: none;
}

.mytitle {
    text-align: center;
    margin-top: 4%;
}

.button {
    padding: 15px;
    margin-left: 35%;
    position: relative;
}

.ico {
    font-size: 50px;
    color: white;
    position: relative;
    left: 45%;
    margin-top: 7%;
    background-color: #2592a9;
    border-radius: 60%;
    width: 14%;
    height: 80px;
    padding: 1.9%;
    text-align: center;
}

.infomodalicon {
    color: darkgray;
}

.mymodalcontent {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .8rem;
}

.noTextDecoration {
    text-decoration: none !important;
}

.questionicons {
    color: #C4C4C4;
    cursor: pointer;
    font-size: 40px;
}

.upVote {
    font-size: 10px;
    color: grey;
    margin-right: 6px;
    cursor: auto !important;

}

/* success modal box */
@media (min-width: 350px) and (max-width: 576px) {
    .ico {
        width: 21%;
        padding: 4.5%;
    }

    .button {
        margin-left: 25%;
    }
}

@media (max-width: 349px) {
    .ico {
        width: 25%;
        padding: 3.5%;
    }

    .button {
        margin-left: 20%;
    }
}

/* need login */
@media (min-width: 561px) and (max-width: 780px) {
    .textLogin {
        margin-left: 20%;
    }

    #productImage {
        height: 350px;
    }
}

@media (min-width: 425px) and (max-width: 560px) {
    .textLogin {
        margin-top: 0rem !important;
    }

    #productImage {
        height: 250px;
    }
}

@media (max-width: 425px) {

    /* .textLogin{
        margin-top:0rem!important;
    } */
    #productImage {
        display: none;
    }

    .loginForm {
        margin-left: 30% !important;
    }
}

/* ask question main */
.add_new_answer {
    margin-left: 1.5%;
}

#askQuestion {
    float: right;
    color: #2fb5d2;
}

/*load more*/
#loadMore {
    margin-left: 14%;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#loadMore a {
    background: #2fb5d2;
    border-radius: 3px;
    color: white;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.25s ease-out;
    -webkit-font-smoothing: antialiased;
}

.answericons {
    color: #C4C4C4;
    cursor: pointer;
    font-size: 18px;
}



/* //productqa style */
.productqasession {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    z-index: 1040;
    background: white;
}

.voteTotal {
    display: contents;
    color: #2592a9;
    font-size: 12px;
    line-height: 3px;
    cursor: auto !important;
}

.wk-qn-vote-icon {
    margin-right: -4px;
}

.likedislike {
    margin-left: 94%;
    font-size: 10px;
    color: #2592a9;
    line-height: 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .likedislike {
        margin-left: 93%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .likedislike {
        margin-left: 93%;
    }
}

@media (min-width: 771px) and (max-width: 992px) {
    .likedislike {
        margin-left: 90%;
    }
}

@media (min-width: 530px) and (max-width: 770px) {
    .likedislike {
        margin-left: 86%;
    }
}

@media (min-width: 451px) and (max-width: 530px) {
    .likedislike {
        margin-left: 83%;
    }
}

@media (min-width: 330px) and (max-width: 450px) {
    .likedislike {
        margin-left: 80%;
    }
}


@media (min-width: 771px) and (max-width: 993px) {
    .voteTotal {
        margin-left: 97.5%;
    }
}

@media (min-width: 480px) and (max-width: 770px) {
    .voteTotal {
        margin-left: 96.5%;
    }
}

@media (min-width: 350px) and (max-width: 479px) {
    .voteTotal {
        margin-left: 94.5%;
    }
}

@media only screen and (max-width: 500px) {
    .add_new_answer {
        margin-left: 5%;
    }

    .productqasession .wk-qa-search_Question {
        width: 100% !important;
    }

    .wk-qa-right-side-header {
        display: flex;
    }
}


/* New CSS */
.modal {
    margin: 0 auto;
    top: 15%;
}

.modal-question .col-12.textLogin {
    margin-top: 15px;
}

.modal-question .wk-login-button-no-img {
    margin-top: 1.7rem !important;
    margin-bottom: 2rem;
}

.wk-qa-anybody-question {
    padding: 0px 20px;
    margin-bottom: -8px;
}

.wk-qa-answer-section {
    padding: 15px 20px;
}

.wa-qa-margin-right {
    margin-right: 10px;
}

.wk-qa-anybody-question .col-md-6 {
    padding: 0px;
}

.productqasession .wk-qa-search_Question {
    padding: 6px;
    width: 320px;
}

.productqasession .wk-qa-search_Question-full {
    padding: 6px;
    width: 100%;
    margin-bottom: 4%;
    margin-top: -2%;
}

.wk-qa-modal-popup .wk-qa-user-icon {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 80px;
}

.wk-qa-product-image #productImage {
    border-radius: 12px 0px 0px 12px;
    max-width: 100%;
}

.wk-qa-text-center {
    text-align: center;
}

.wk-qa-product-image .wk-qa-image-popup {
    text-align: center;
    padding: 10px;
    margin-left: -15px;
}

.modal-question .wk-qa-modal-header {
    margin-top: 20px;
    text-align: center;
}

.modal-question .close.wk-qa-close {
    margin-top: 6px;
}

.modal-question .close.wk-qa-all-close {
    margin-top: -12px;
}

.modal-question .wk-qa-login-text {
    margin-top: 1.2rem !important;
}

.modal-question .wk-qa-login-button {
    margin-top: 1.2rem !important;
}

.modal-question .wk-qa-text-area {
    padding: 35px;
}

button#askQuestion .material-icons {
    margin-right: 0px;
}

.wk-qa-posted-by {
    font-size: 12px;
    margin-top: .1rem;
}

.wk-qa-report-btn {
    margin-top: .6rem;
    padding-right: 0px;
}

.wk-qa-report-abuse {
    float: right;
}

.wk-qa-float-right {
    float: right;
}

.wk-qa-icons {
    margin-left: 20px;
}

#totalLike,
#totalDisLike,
.voteTotal {
    color: #7a7a7a;
    margin-left: 4px;
    cursor: auto !important;
}

.wk-qa-margin {
    margin-top: 2%;
}

.wk-qa-report-abuse .dropdown-toggle:after {
    display: none;
}

.wk-qa-report-abuse .dropdown-menu {
    left: unset;
    right: 0 !important;
}

.wk-qa-report-abuse .btn.disabled,
.btn.disabled:hover {
    background: none;
}

#askQuestion .material-icons {
    font-size: 30px;
}

.wk-qa-display-none {
    display: none;
}

.wk-qa-disabled {
    display: none !important;
}

.wk-qa-align-center {
    text-align: center;
}

.wk-qa-align-right {
    text-align: right;
}

.wk-qa-img-responsive {
    max-width: 100%;
}

.wk-qa-icon-font {
    font-size: 16px;
}

.wk-qa-icon-admin {
    color: green;
}

.wk-qa-margin-bottom {
    margin-bottom: 2%;
}

.wk-qa-right-side-header .wk-qa-search {
    margin-top: 5px;
    color: #208094;
}

.wk-qa-right-side-header {
    height: 55px;
    ;
}

.wk-qa-recaptcha {
    margin-top: 10px;
    width: 50% !important;
    float: left;
}

.wk-qa-clear-both {
    clear: both;
}

.wk-qa-margin-rh {
    margin-top: -17px;
}

.wk-qa-right {
    padding-left: 12px !important;
    padding-bottom: 12px !important;
}

.wk-qa-required {
    color: red;
}

.wk-qa-shopping-btn {
    margin-bottom: 4%;
}

.wk-qa-strike-price {
    color: #7a7a7a;
    text-decoration: line-through;
    font-size: 1rem;
}

.\#see_all_answer.wk-qa-display {
    display: block;
}

.wk-qa-footer {
    border-top: none !important;
    float: right;
    margin-top: 4%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .wk-qa-full-width-search {
        position: absolute;
        margin-top: -7.5%;
        width: 4%;
        background: white;
        margin-left: 92%;
        color: #7a7a7a;
    }
}

@-moz-document url-prefix() {
    .wk-qa-full-width-search {
        position: absolute;
        background: white;
        right: 3%;
        color: #7a7a7a;
        top: 60px;
    }
}

.wk-qa-font-weight {
    font-weight: 700;
}

.wk-qa-font {
    font-weight: 300;
}

.rc-anchor-normal.rc-anchor-error .rc-anchor-error-msg-container {
    margin-top: 12px !important;
    font-size: 11px !important;
}

.rc-anchor-error-msg-container .rc-anchor-error-msg {
    font-size: 11px !important;
    margin-top: 12px !important;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
    display: inline-block;
}

/* style icon */
.inner-addon .material-icons {
    position: absolute;
    padding-top: 2px;
    margin-right: 5px;
    pointer-events: none;
}

/*loader*/
.wk_qa_active {
    display: block !important;
}

.wk_qa_deactive {
    display: none !important;
}

.wk_qa_action_loader_block {
    display: none;
}

.wk_qa_action_loader {
    border: .25rem solid #ffffff;
    border-radius: 50%;
    border-top: .25rem solid #2592a9;
    width: 1.9rem;
    height: 1.9rem;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.wannaAnswer {
    margin-left: 1.5%;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #2fb5d2;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#topBtn:hover {
    background-color: #555;
}

/* align icon */
.left-addon .material-icons {
    left: 0px;
}

.right-addon .material-icons {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.tab-pane .wk_ans_btn {
    width: 100%;
}

.tab-pane .wk_ans_gdpr {
    width: 100%;
}

@media only screen and (max-width: 400px) {
    .tab-pane .wk_ans_btn .btn-default {
        width: 100%;
    }

    .tab-pane .wk_ans_btn .btn-primary {
        width: 100%;
    }
}