html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-height:100%;
}

#__next{
    height: 100%;
}

/* .estimateDetailsContent{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
} */
* {
    font-family: 'Lato', sans-serif;
  }

.estimateDetailsContent .estimateDetailsContainer{
    width: 823px;
    margin: 30px auto 0 auto;
    border: 1px solid #E3E3E3;
}

.estimateDetailsContent .estimateDetailsContainer .navTabs{
    height: 80px;
    display: flex;
}

.estimateDetailsContainer .navTabs .navTabIndividual{
    line-height: 27px;
    display: inline-block;
    text-align: center;
    width: 33.33333%;
    color: #474A50;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 30px;
}

.estimateDetailsContainer .navTabs .navTabIndividual.active{
    background: #fff;
    color: #E71C24;
    z-index: 5;
}

.estimateDetailsContainer .navTabs .navTabIndividual:not(:first-child){
    border-left: 1px solid #E3E3E3;
}

.estimateDetailsContainer .navContents{
    background: #fff;
    padding: 15px 38px 30px 38px;
    border-top: 1px solid #E3E3E3;
    position: relative;
    top: -1px;
    z-index: 1;
}

.navContents .categoryTypeHead .sec1{
    display: inline-block;
    width: 80%;
}

.navContents .categoryTypeHead .sec2{
    display: inline-block;
    width: 20%;
    text-align: right;
}

.categoryTypeHead .sec1 .mainHead {
    color: #212121;
    font-size: 16px;
    font-weight: 500;
    /* line-height: 19px; */
    text-transform: capitalize;
}

.categoryTypeHead .sec1 .subText{
    color: #868686;
    font-size: 14px;
}

.categoryTypeHead .sec2 .price{
    color: #E71C24;
    font-weight: 700;
    font-size: 16px;
}

.categoryTypeHead .sec2 .infoIcon{
    margin-left: 5px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.categoryTypeHead .sec2 .infoIcon .infoText{
    position: absolute;
    height: 30px;
    width: 145px;
    border-radius: 5px;
    background-color: #565D66;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    line-height: 30px;
    left: -70px;
    top: -35px;
    display: none;
}

.categoryTypeHead .sec2 .infoIcon .infoText:after{
    content: "";
    position: absolute;
    top: 30px;
    left: 71px;
    z-index: 1;
    border: solid 6px transparent;
    border-top-color: #565D66;
}

.categoryTypeHead .sec2 .infoIcon:hover > .infoText{
    display: block;
}

.navContents .itemsTab{
    height: 80px;
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
    margin-top: 15px;
}

.navContents .itemsTab .itemsTabTabs{
    height: 100%;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 0;
    display: inline-flex;
    cursor: pointer;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

/* one item */
/* .navContents .itemsTab .itemsTabTabs:first-child:nth-last-child(1) {
    width: 100%;
} */

/* two items */
/* .navContents .itemsTab .itemsTabTabs:first-child:nth-last-child(2),
.navContents .itemsTab .itemsTabTabs:first-child:nth-last-child(2) ~ .navContents .itemsTab .itemsTabTabs {
    width: 50%;
} */

/* three items */
/* .navContents .itemsTab .itemsTabTabs:first-child:nth-last-child(3),
.navContents .itemsTab .itemsTabTabs:first-child:nth-last-child(3) ~ .navContents .itemsTab .itemsTabTabs {
    width: 33.3333%;
} */

.navContents .itemsTab .itemsTabTabs.active{
    border-bottom: 4px solid #E71C24;
}

.navContents .itemsTab .itemsTabTabs .iconSec{
    display: inline-block;
    width: 15%;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-right: 15px;
}

.navContents .itemsTab .itemsTabTabs .descSec{
    display: inline-block;
    width: 100%;
}

.itemsTabTabs .descSec span{
    display: block;
}

.itemsTabTabs .descSec .descHead{
    font-size: 14px;
    font-weight: 500;
}

.itemsTabTabs .descSec .descSize{
    font-size: 12px;
    color: #868686;
}

.itemsTabTabs .descSec .descPrize{
    font-size: 12px;
    color: #E71C24;
    margin-top: 3px;
    font-weight: 700;
}

.navContents .itemsTabTabsContentKitchen{
    margin-top: 15px;
}

.itemsTabTabsContentKitchen .detailsOfItem{
    width: 100%;
}

.detailsOfItem .detailsRow{
    width: 100%;
    display: flex;
}

.detailsOfItem  .detailsRow .detailsLabel{
    display: inline-block;
    width: 40%;
    margin: 10px 0;
    color: #868686;
    font-size: 14px;
    text-transform: capitalize;
}

.detailsOfItem  .detailsRow .detailsData {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    margin: 10px 0;
    text-align: right;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.detailsOfItem  .detailsRow .detailsData.hidable{
    /* height: 25px; */
    /* overflow: hidden; */
}

.moreLessSpan{
    color: #E71C24;
    position: absolute;
    right: 30px;
    cursor: pointer;
}

.detailsData .finishSelect{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F7F7F7;
    border: none;
    padding: 5px;
    padding-right: 30px;
    position: relative;
    right: -8px;
}

.detailsData .finishSelect:focus, .detailsData .finishSelect:active{
    outline: none;
}

.detailsData .material-edit{
    position: relative;
    right: 10px;
    top: 0;
    display: inline-block;
    pointer-events: none;
}

.toggleSwitch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.toggleSwitch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.toggleSlider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.toggleSlider:focus, .toggleSlider:active{
    outline: none;
}

.toggleSlider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.toggleCheckbox:checked + .toggleSlider {
    background-color: #E71C24;
}

.toggleCheckbox:checked + .toggleSlider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.detailsOfItem .applianceAccessoryContainer{
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #E1E5E9;
    margin-top: 15px;
}

.applianceAccessoryContainer > .aaHead{
    display: flex;
    width: 100%;
}

.applianceAccessoryContainer > .countText{
    color: #868686;
    font-size: 12px;
    margin-top: 10px;
}

.applianceAccessoryContainer > .aaHead .aaTitle,
.applianceAccessoryContainer > .aaHead .aaShowHide{
    width: 50%;
    display: inline-block;
}

.applianceAccessoryContainer > .aaHead .aaTitle{
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}

.applianceAccessoryContainer > .aaHead .aaShowHide{
    color: #E71C24;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}

.accAppSlider{
    width: 100%;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: flex;
}
.accAppSlider::-webkit-scrollbar { width: 0 !important }

.accAppSlider .eachCards{
    height: 100%;
    padding: 10px 20px;
    width: 140px;
}

.accAppSlider .eachCards > img{
    width: 100px;
    height: 100px;
}
.accAppSlider .eachCards > .title{
    color: #000000;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    height: 34px;
    overflow: hidden;
}

.accAppSlider .eachCards > button{
    background-color: #E71C24;
    color: #fff;
    width: 100%;
    border: 1px solid #E71C24;
    margin-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    height: 25px;
    font-weight: 500;
    border-radius:4px
}

.accAppSlider .eachCards > button.removeBtn{
    background-color: #fff;
    color: #E71C24;
}

.eachCards .actionButton{
    display: inline-block;
    width: 30px;
    height: 25px;
    background: #fff;
    border: 1px solid #E71C24;
    text-align: center;
    line-height: 25px;
    color: #E71C24;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.eachCards .countInput, .eachCards .countInput:disabled{
    width: 30px;
    height: 25px;
    line-height: 25px;
    background-color: #E71C24;
    border: none;
    color: #fff;
    text-align: center;
}

.eachCards .btnContainer{
    display: flex;
    margin-top: 5px;
    justify-content: center;
}

.detailsOfItem .otherIntMainCard{
    width: 24%;
    display: inline-block;
    margin-right: 20px;
}

.detailsOfItem .otherIntMainCard img{
    /* height: 245px; */
    width: 100%;
}

.detailsOfItem .otherIntMainCard .title{
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.estimateDetailsFooter{
    width: 80%;
    margin: 20px auto;
}

.estimateDetailsFooter > .estimateFooterContent{
    width: 823px;
    margin: 0 auto;
    overflow: auto;
}

.estimateDetailsFooter .note{
    margin-bottom: 20px;
    font-size: 14px;
}

.estimateDetailsFooter > .estimateFooterContent > .backBtn{
    height: 45px;
    width: 100px;
    border: 2px solid #E71C24;
    border-radius: 5px;
    background-color: #fff;
    color: #E71C24;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0 15px;
}

.estimateDetailsFooter > .estimateFooterContent > .consultationBtn{
    height: 45px;
    min-width: 216px;
    border-radius: 5px;
    background-color: #E71C24;
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    float: right;
    padding: 0 15px;
    text-transform: uppercase;
}
.long-text{
    display: none;
}
.show-more-button{
    display: block;
    color: #E71C24;
    font-weight: 500;
    cursor: pointer;
}
.arrowNext{
    position: absolute;
    top: 25%;
    right: -50px;
    fill: #000;
}
.hide{
    display: none;
}
.arrowPrev{
    position: absolute;
    top: 25%;
    left: -50px;
    fill: #000;
}
.left-icon{
    text-shadow: none;
    width: 50px;
    height: 50px;
    fill: #222;
    position: relative;
    font-weight: 800;
}
.right-icon {
    text-shadow: none;
    width: 50px;
    height: 50px;
    fill: #222;
    position: relative;
    font-weight: 800;
}
.accAppSlider .eachCards:first-child{
    padding-left:0px;
}
button:focus{
    outline: none;
}
.toast-message{
    color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color:#474a50;
    text-align: center;
    line-height: 5vh;
    font-size: 17px;
    width: 15%;
    margin: 0 auto;
    position: absolute;
    left: 40%;
    padding:0 5px;
}
.categoryTypeHead .sec1 .mainHead > .popularTag {
    height: 20px;
    width: 100px;
    background-color: #E71c24;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding-top: 2px;
    border-bottom-width: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-left: 10px;
}
.detailsWrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px){
    .detailsWrapper {
        width: 750px;
    }
}
@media (min-width: 992px){
    .detailsWrapper {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .detailsWrapper {
        width: 1170px;
    }
}
@media (max-width: 1400px){
    .categoryTypeHead .sec1 .mainHead > .popularTag {
        font-size:11px;
    }
    .estimateDetailsContainer .navTabs .navTabIndividual{font-size:20px;}
    .toast-message{font-size:15px;}
}
.textArr{
   width:100%;
   height:20px;
}
.lessText{
    width:100%;
    height:20px;
    overflow:hidden;
 }
 .moreText{
    width:100%;
    height:auto;
 }
 