
#clearquote {
    width: 27%;
    display: inline-block;
    position: absolute;
    background: #1d1c17;
    color: #ffffff;
    right: 0px;
    z-index: 999;
    top: -21px;
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
}
#clearquote:hover {
    background: #bf8435;
}
#cart_price {
    position: absolute;
    bottom: 79px;
    z-index: 99;
    right: 0px;
    background: #bf8435;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 10px 20px !important;
}
#cart_price span {
    font-style: italic;
    font-size: 0.8em;
}
.bed_price {
    display: inline-block;
    border: 1px solid #bf8435;
    padding: 10px !important;
    margin-top: 15px !important;
    border-radius: 25px;
    padding: 10px 25px !important;
}

/* TABS */

#page-container-RLED {
    display: none;
}
#tabs {
    width: 73%;
    z-index: 10;
    position: relative;
    margin-bottom: -1px;
}
.tab {
    display: inline-block;
    width: 110px;
    margin: 0px 2px 1px 0;
    vertical-align: middle;
    text-align: center;
}
.tab .tabdef {
    width: 100%;
    background: #f4ac4a;
    color: #fff !important;
    padding: 10px;
    display: inline-block;
}
.tabclose {
    transition: all 0.3s;
    height: 17px;
    background: #bf8435;
    color: #fff !important;
    position: relative;
    margin-left: -18px;
    top: -15px;
    border-radius: 20px;
    display: inline-block;
    width: 17px;
    font-size: 11px;
    font-family: Montserrat;
}
.tabclose:hover {
    transition: all 0.3s;
    background: red;
}
.tab.selectedtab .tabdef {
    background: #fff;
    color: #222 !important;
    border-bottom: 0px !important;
}
.tab:hover:not(.selectedtab) .tabdef {
    background: #221e1a;
    color: #fff !important;
}
.tab.addanother .tabdef {
    background: #221e1a;
    color: #ffff !important;
    border-color: #221e1a;
}
.samplebed, .hidebed, .hideContainer {
    display: none;
}
/* QUOTE */
#quoteform * {
    margin: 0;
    padding: 0;
    outline: none;
}
#quoteform body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #ffffff;
    font-family: 'Raleway', sans-serif;
}
#quoteform #successhide,
#quoteform #aftersubmit {
    display: none;
}
#quoteform #loader {
    color: #bfbfbf;
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 25px;
}
#quoteform #success {
    display: table;
    width: 100%;
    height: 200px;
}
#quoteform #success div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
#quoteform #success h3 {
    color: #BF8435;
    font-size: 18px;
}
#quoteform #success p {
    color: #5d5d5d;
    font-size: 14px;
}
#quoteform #success #s_buttons {
    display: block;
}
#quoteform #success #s_buttons button {
    margin: 10px;
}
#quoteform .container {
    background: #fff;
    /*width: 1400px;
    max-height: 750px;*/
    -webkit-box-shadow: 0px 0px 15px -6px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 15px -6px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 15px -6px rgba(56, 56, 56, 1);
    overflow: hidden;
    position: relative;
}
#quoteform .diy_header {
    padding: 30px;
    background: #BF8435;
}
#quoteform .diy_header h2 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
}
#quoteform .container.diy_content {
    padding: 0px 30px 30px 30px;
}
#quoteform .container.diy_content #emailDIYQuote {
    float: right;
    margin-top: 25px;
    background: #BF8435;
    transition: all 0.3s;
    border: solid 1px #BF8435;
}
#quoteform #success #s_buttons #newQuote {
    margin-top: 25px;
    background: #BF8435;
    transition: all 0.3s;
    border: solid 1px #BF8435;
}
#quoteform #success #s_buttons #newQuote:hover,
#quoteform .container.diy_content #emailDIYQuote:hover{
    background: #926427;
    border-color: #926427;
    transition: all 0.3s;
}
#quoteform #success #s_buttons #retakeQuote,
#quoteform .container.diy_content #previousQuote {
    margin-top: 25px;
    background: #fff;
    border: solid 1px #BF8435;
    color: #BF8435;
    transition: all 0.3s;
}
#quoteform #success #s_buttons #retakeQuote:hover,
#quoteform .container.diy_content #previousQuote:hover {
    color: #fff;
    background: #BF8435;
    transition: all 0.3s;
}
#quoteform .container.diy_content textarea {
    padding: 5px 14px;
    color: #333;
    margin-top: 15px;
    width: 100%;
    border: solid 1px #BF8435;
    border-radius: 10px 10px 0px 10px;
    height: 120px;
}
#quoteform .rigth {
    float: right;
}
#quoteform .diy_content .row_quote {
    margin: 20px 0;
}
#quoteform .diy_content .col-30 {
    display: inline-block;
    width: 29%;
}
#quoteform .diy_content .col-50 {
    display: inline-block;
    width: 49%;
}
#quoteform .diy_content .col-70 {
    display: inline-block;
    width: 69%;
}
#quoteform .diy_content #nextQuote {
    margin-top: 5px;
}
#quoteform .diy_content label span {
    color: red;
}
#quoteform .diy_content .inputrequired {
    border-color: #ff9090 !important;
    transition: all 0.3s;
}
#quoteform #step1 p {
    margin-top: 20px;
    font-size: 14px;
    color: #5f5f5f;
}

.saveQuoteBtn {
    margin-right: 15px;
}
@media screen and (max-width: 600px){
    #quoteform .diy_form {
        padding: 0px !important;
    }
    #quoteform .diy_content label, #quoteform .field-tile {
        font-size: 13px !important;
    }
    #quoteform .container.diy_content {
        padding: 0px 20px 20px 20px !important;
    }
    #quoteform .diy_content .col-30,
    #quoteform .diy_content .col-70 {
        width: 49% !important;
    }
    #quoteform .diy_header {
        padding: 20px;
    }
    #quoteform .diy_header h2 {
        font-size: 20px !important;
    }
}
#quoteform .container-body {
    min-height: 470px;
    display: block;
    height: 100%;
    padding: 10px 25px;
    width: 73%;
    /*820px;*/
    float: left;
}
#quoteform .diy_form {
    display: block;
    height: 100%;
    padding: 0px;
    width: 100%;
}
#quoteform .diy_form #step2 {
    display: none;
}
#quoteform .page {
    width: 100%;
    position: relative;
}
#quoteform .titleArea {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b4b4b4;
    display: flex;
    justify-content: flex-end;
    padding: 0px 0px 20px 0px;
    font-size: 14px;
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 500;
}
#quoteform .field {
    border-bottom: 1px solid #b4b4b4;
    padding: 15px 0px 5px;
    display: block;
    width: 100%;
    text-align: left;
}
#quoteform .diy_content label,
#quoteform .field-tile {
    text-transform: uppercase;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: bold;
}
#quoteform .icon-area {
    display: flex;
    align-items: center;
    margin: 0px 10px 0px 10px;
}
#quoteform .icon-area>img {
    margin-right: 10px;
}
#quoteform .page-container {
    /*overflow-y: auto;
    max-height: 620px;*/
    margin-bottom: 90px;
    overflow-x: hidden;
}
#page-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#page-container::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#page-container::-webkit-scrollbar-thumb {
    background-color: #ce974e !important;
}
#quoteform .producItem {
    padding: 0.5em 1em;
    border: 2px solid #bf8435;
    border-radius: 50px;
    color: #bf8435;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin: 15px 10px 0px 0px;
    background: #ffffff;
}
#quoteform .itens label {
    padding: 0.5em 1em;
    border: 2px solid #bf8435;
    border-radius: 50px;
    color: #bf8435;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin: 10px 10px 5px 0px;
    background: #ffffff;
    transition: all 0.2s;
    display: inline-block;
}
#quoteform .itens label:hover {
    background: #fff3e3;
    transition: all 0.2s;
}
#quoteform .itens input[type="radio"] {
    display: none;
}
#quoteform .itens input[type="radio"]:checked+label {
    background: #bf8435;
    color: #ffffff;
}
#quoteform .producItem:hover, .itemSelected {
    background: #bf8435;
    color: #ffffff;
}
#quoteform .itens {
    overflow: hidden;
    height: 50px;
    transition: .4s all;
}
#quoteform .customwidth label {
    display: block;
    color: #888;
    font-size: 12px;
    padding-bottom: 3px;
    padding-top: 10px;
}
#quoteform .diy_content input {
    width: 100% !important;
}
#quoteform select { 
    padding-right: 40px !important;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 16px) calc(1em + -2px),
        calc(100% - 11px) calc(12px + 0px),
        calc(100% - 2.1em) 4px;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
#quoteform select,
#quoteform input,
#quoteform .customwidth input {
    font-size: 14px;
    width: 50%;
    border-radius: 30px;
    border: solid 1px #999;
    padding: 3px 14px;
    color: #333;
    border: solid 1px #999;
    transition: all 0.3s;
}
#quoteform select {
    width: 100%;
}
#quoteform select option:first-child {
    color: #333;
}
#quoteform .bookcaseleft,
#quoteform .bookcaseright,
#quoteform .customwidth {
    display: none;
}
#quoteform .customwidth {
    margin-bottom: 10px;
}
#quoteform .autoheight {
    height: auto !important;
}
#quoteform .btnViewMore {
    margin: 0px 0px 5px 0px;
    display: block;
    font-style: italic;
    text-decoration: none;
    font-size: 14px;
    color: #bf8435;
    cursor: pointer;
}
#quoteform .hidePage {
    display: none;
}
#quoteform label {
    cursor: pointer !important;
}
#checkoutbtn {
    background: #2ba70c !important;
}
#quoteform .footerForm {
    position: absolute;
    bottom: 0px;
    padding: 30px 0px;
    background: #ffffff;
    right: 330px;
    left: 30px;
    /* border-top: 1px solid #b4b4b4;*/
}
#quoteform .mainBtn {
    text-transform: uppercase;
    font-size: 15px;
    background: #bf8436;
    border-radius: 50px;
    padding: 0.5em 3em;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: .3s all;
    font-weight: bold;
}
#quoteform .mainBtn:hover {
    background: #926427;
}
#quoteform .secBtn {
    text-transform: uppercase;
    font-size: 15px;
    background: #b4b4b4;
    border-radius: 50px;
    padding: 0.5em 1.5em;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin-right: 15px;
}
#quoteform .help-area {
    display: block;
    float: right;
}
#quoteform .priceArea {
    margin-top: 30px;
    border-top: 1px solid #b4b4b4;
    padding: 30px 0px;
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
#quoteform #priceUpdate {
    margin-right: 40px;
    font-weight: bold;
    font-size: 24px;
}
#quoteform .priceUpdate::before {
    content: '$ ';
}
#cartpage {
    display: none;
    padding-bottom: 150px;
}
#cartFooter {
    display: none;
}
#viewcart {
    width: 27%;
    display: inline-block;
    position: absolute;
    background: #ff0;
    color: #000;
    right: 0px;
    height: 44px;
    padding: 6px 30px;
    z-index: 99;
    top: 0px;
    text-align: center;
    line-height: 32px;
}
#viewcart:hover {
    background: #ddff54;
    color: #000;
}
#similarprojects {
    color: #727300;
    background: #ff0;
    text-align: right;
    padding: 10px;
    height: 44px;
}
#cartBtn {
    display: none;
}
.cartcontent {
    padding-top: 20px;
}
.cartlineitem h3 {
    font-size: 22px;
    padding-bottom: 10px !important;
    color: var(--e-global-color-primary);
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 10px !important;
}
.cartlineitem {
    padding-top: 20px !important;
}
.cline {
    /*border-bottom: 1px solid #f3f3f3;*/
    padding: 5px !important;
}
.cartlineitem .cline:nth-child(odd){
    background: #f9f9f9;
}
.cline-title {
    display: inline-block;
    width: 40%;
    font-weight: bold;
}
.cline-label {
    display: inline-block;
    width: 60%;
}
#quoteform #stepsArea {
    width: 27%;
    background-color: #bf8435;
    padding: 25px 35px;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0;
    margin-bottom: 30px;
    min-height: 495px;
}
#quoteform .lineProgress {
    width: 2px;
    /*height: 246px;*/
    background: #fff;
    display: block;
    position: relative;
}
#quoteform .progress-bar {
    display: flex;
    flex-direction: column;
}
#quoteform .step {
    display: inline-flex;
    min-height: 70px;
    margin-left: -16px;
    z-index: 1;
    color: #F8AF4C;
    font-weight: bold;
}
#quoteform .step>p {
    line-height: 24px;
}
#quoteform .changeColorStep {
    color: #fff;
}
#quoteform .bullet {
    background-color: #bf8435;
    border: 2px solid #ffffff;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 50px;
    color: #ffffff;
    line-height: 10px;
    margin-right: 30px;
}
#my_bed_quote .the_item_quote {
    margin-bottom: 30px;
}
#my_bed_quote .the_item_quote h2 {
    z-index: 1;
    margin-bottom: 0px;
    font-size: 20px;
    display: inline-block;
    font-weight: 800;
    background: var(--e-global-color-primary);
    color: var(--e-global-color-d861cd7);
    padding: 3px 15px;
    margin-left: 15px;
    position: relative;
    bottom: -14px;
}
#my_bed_quote .the_item_quote h2:before {
    width: 20px;
    height: 1px;
    background: var(--e-global-color-primary);
    content: '';
    position: absolute;
    left: -15px;
    bottom: 14px;
}
#my_bed_quote .the_item_quote ul {
    padding-top: 25px;
    border-left: solid 1px var(--e-global-color-primary);
    list-style: none;
}
#my_bed_quote .the_item_quote ul li {
    padding: 5px 15px;
}
#my_bed_quote .the_item_quote ul li:nth-child(even){
    background: #f8f8f8;
}

@media only screen and (max-width: 768px) {
    #my_bed_quote .the_item_quote ul {
        padding-left: 5px;
    }
    #my_bed_quote .the_item_quote ul li {
        font-size: 14px;
    }
    #my_bed_quote .the_item_quote {
        margin-bottom: 0px;
    }
    #my_bed_quote .the_item_quote h2 {
        font-size: 16px;
    }
    
    .tabclose {
        transition: all 0.3s;
        height: 13px;
        background: #bf8435;
        color: #fff !important;
        position: relative;
        margin-left: -13px;
        top: -12px;
        border-radius: 20px;
        display: inline-block;
        width: 13px;
        font-size: 10px;
        font-family: Montserrat;
        line-height: 12px;
    }
    #quoteform .mainBtn {
        margin-bottom: 5px;
    }
    #quoteform .page-container {
        margin-bottom: 35px;
    }
    #viewcart {
        font-size: 14px;
        line-height: 21px;
        height: 31px;
        position: unset;
        width: 100%;
        margin-bottom: 10px !important;
    }
    #tabs {
        width: 100% !important;
    }
    .tab {
        width: 85px;
    }
    .tab .tabdef {
        font-size: 14px;
        padding: 5px 10px;
    }
    #quoteform #stepsArea {
        display: none !important;
    }
    #quoteform .help-area {
        display: none;
    }
    #quoteform .container-body {
        padding: 20px;
        width: 100%;
    }
    #quoteform .titleArea {
        font-size: 10px;
    }
    #quoteform .footerForm {
        position: unset;
        display: block;
        margin: 0px;
        width: 100%;
        padding: 0px;
        text-align: center;
    }
    #quoteform .priceArea>p {
        margin-bottom: 15px;
    }
    #quoteform #priceUpdate {
        margin-right: 5px;
    }
    #quoteform .priceArea {
        display: block;
    }
}