/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*Add your own styles here:*/


/* Product details css */

.sqm_parent label,
.woocommerce .product .summary .price {
    display: inline-block;
    vertical-align: top;
    color: #fac807;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500
}

.woocommerce .product .summary .price {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.sqm_parent label {
    display: inline-block;
    width: 66%;
    vertical-align: top;
    color: #fac807;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600
}

.woocommerce .quantity .qty,
.wcpa_form_outer .wcpa_form_item input[type=number].sqm {
    width: 64px;
    height: 50px;
    border-radius: 0px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce .quantity input.qty {
    width: 50px;
    border-radius: 0px;
    min-width: 64px;
    background-color: #fff;
    border: 1px solid #aaa;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .quantity span {
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity {
    margin-left: -5px;
}

.woocommerce.single-product .product .price {
    position: relative;
}

.woocommerce.single-product .product .price del {
    display: block;
    left: 0;
    text-decoration: none;
    color: #383838;
    opacity: 1;
    font-size: 15px;
    line-height: normal;
    padding-top: 5px;
}

.woocommerce.single-product .product .price del:before {
    content: 'Was: ';
}

.woocommerce.single-product .cart .quantity input.qty {
    display: none;
}

.sqm_parent label span {
    display: block;
    color: #383838;
    opacity: 1;
    font-size: 15px;
    font-weight: 400;
}

.woocommerce.single-product .feature_info ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    max-width: 54%;
    text-align: right;
    margin-left: auto;
}

.woocommerce.single-product .feature_info ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}

.top_sample_div {
    margin-top: 0px;
}

.top_sample_div a {
    border: 2px solid rgb(255, 196, 16);
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    color: #000;
    padding: 7px;
    margin-right: 11px;
}

.no-touch .top_sample_div a:hover {
    color: rgb(255, 196, 16);
}

.top_sample_div a span {
    display: inline-block;
    vertical-align: middle;
}

.top_sample_div a span strong {
    text-transform: uppercase;
}

.top_sample_div a span.q_img {
    padding-left: 11px;
}

.product_sample_cut_popup {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    display: none;
}

.product_sample_cut_popup.active {
    display: block;
}

.product_sample_cut_popup .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.product_sample_cut_popup .popup_content {
    position: fixed;
    top: 260px;
    background-color: #ffc410;
    padding: 20px;
    max-width: 500px;
    width: 100%;
}

.product_sample_cut_popup .popup_content input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    border: 2px solid transparent;
}

.product_sample_cut_popup .popup_content input[type="submit"]:hover {
    background-color: transparent !important;
    border-color: #000;
}

.product_sample_cut_popup span.wpcf7-not-valid-tip {
    display: none !important;
}

.product_sample_cut_popup input.wpcf7-not-valid {
    border: 2px solid #ff0000;
}

.product_sample_cut_popup input,
.product_sample_cut_popup textarea {
    border-radius: 0px;
}

.product_sample_cut_popup div.wpcf7-validation-errors,
.product_sample_cut_popup div.wpcf7-acceptance-missing {
    display: none !important;
}

.woocommerce.single-product .product .price_and_qty {
    border-top: 2px solid rgb(255, 196, 16);
    border-bottom: 2px solid rgb(255, 196, 16);
    width: 60%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 20px 15px 0px;
    align-items: center
}

.product_price_targettiles {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding-top: 10px;
}

.woocommerce.single-product .feature_info {
    width: 40%;
    transform: translateY(-30px);
}

.woocommerce.single-product .wcpa_form_outer span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.wcpa_form_outer .wcpa_form_item input[type=number].sqm {
    display: inline-block;
    vertical-align: middle;
}

.wcpa_form_outer .wcpa_form_item.wcpa_type_number.sqm_parent {
    width: 60%;
    display: inline-block;
    margin: 0px;
    border-bottom: 2px solid rgb(255, 196, 16);
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce .product .summary .price {
    font-size: 25px;
    margin-bottom: 0px;
}

.wcpa_form_outer {
    margin-bottom: 0px;
}

.product_txt_detail {
    display: inline-block;
    width: 71%;
    padding-top: 30px;
    vertical-align: middle
}

.product_txt_detail p {
    font-size: 28px;
    font-weight: 600;
    color: #3d414d;
}

.product_txt_detail p span {
    font-size: 18px;
}

.woocommerce.single-product button[name="add-to-cart"] {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    background-color: #403f45;
    border-radius: 12px;
    color: #fff !important;
    line-height: 28px;
}

.dscount_off_tag {
    width: 0;
    height: 0;
    border-top: 100px solid transparent;
    border-bottom: 100px solid transparent;
    border-right: 100px solid #ffc410;
    transform: rotate(135deg);
    position: absolute;
    top: -43px;
    right: 8px;
    z-index: 99;
    box-shadow: 1px 0px 8px 0px #000;
}

.products.columns-4>.product {
    width: 23%;
    overflow: hidden;
    padding: 0px;
    margin: 0px 10px;
}

.dscount_off_tag {
    top: -43px;
    right: 7px;
    box-shadow: 2px 0px 0px 0px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.text_off {
    position: absolute;
    right: 38px;
    top: 32px;
    z-index: 4;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    line-height: normal;
}

.text_off span {
    display: inline-block;
    padding-left: 10px;
}

.calculate_area_and_material {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.calculate_area_and_material a {
    font-size: 20px;
    color: #403f45;
    text-transform: uppercase;
    border: 2px solid rgb(255, 196, 16);
    border-radius: 10px;
    padding: 5px 20px;
    font-weight: 500
}

.calculate_area_and_material a:hover {
    color: rgb(255, 196, 16) !important;
}


/* Calculate Area */

.main.calculate_Area {
    padding-top: 175px;
}

.main.calculate_Area .wrapper {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}

.main.calculate_Area .page_title {
    background: #e7e7e7;
    color: #525159;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main.calculate_Area .page_title h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
    color: rgb(82, 81, 89);
    padding-top: 0px;
    text-transform: capitalize;
}

.main.calculate_Area #crumbs {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.main.calculate_Area #crumbs li {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
}

.main.calculate_Area #crumbs li a {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    line-height: 1.4;
}

.main.calculate_Area .calculate_area_content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.main.calculate_Area .calculate_area_content .wrapper {
    max-width: 930px;
}

.main.calculate_Area .calculate_area_content .unit {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.main.calculate_Area .calculate_area_content .unit .unit_type {
    margin-left: 20px;
    margin-top: 5px;
}

.main.calculate_Area .calculate_area_content .unit .title p {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: rgb(54, 54, 54);
}

.main.calculate_Area .calculate_area_content .unit .unit_type label {
    position: relative;
}

.main.calculate_Area .calculate_area_content .unit .unit_type .label_unit {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: rgb(54, 54, 54);
}

.main.calculate_Area .calculate_area_content .unit .unit_type .label_unit,
.main.calculate_Area .calculate_area_content .unit .unit_type .unit_switch {
    display: inline-block
}

.main.calculate_Area .calculate_area_content .unit .unit_type label input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0px;
    opacity: 0;
}

.main.calculate_Area .calculate_area_content .unit .unit_type label span {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 6px;
    vertical-align: middle;
}

.main.calculate_Area .calculate_area_content .unit .unit_type label input[type="radio"]:checked+span {
    color: #FFFFFF;
    background-color: #ffc40d;
    border: 1px solid #ffc40d;
}

.main.calculate_Area .calculate_area_content .unit .unit_type label input[type="radio"]:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.main.calculate_Area .calculate_area_content .number {
    background-color: #ffc40d;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 30px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

.main.calculate_Area .calculate_area_content .step_1 {
    margin-bottom: 30px;
}

.main.calculate_Area .calculate_area_content .step_1 input[type="text"] {
    max-width: 100px;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 14px;
    padding: 0.5em;
    background-color: #ffffff;
    height: 35px;
    text-align: center;
    line-height: normal
}

.main.calculate_Area .calculate_area_content .step_1 .form_field {
    display: inline-block
}

.main.calculate_Area .calculate_area_content .step_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.main.calculate_Area .calculate_area_content .step_1 .left,
.main.calculate_Area .calculate_area_content .step_1 .right {
    max-width: 48%;
    width: 100%;
}

.main.calculate_Area .calculate_area_content .step_2and3,
.main.calculate_Area .calculate_area_content .step_4and5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.main.calculate_Area .calculate_area_content .step_label {
    background-color: #f2f2f2
}

.main.calculate_Area .calculate_area_content h3 {
    color: #363636;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block;
    padding: 0px;
}

.main.calculate_Area .calculate_area_content .step_2and3 .step2,
.main.calculate_Area .calculate_area_content .step_2and3 .step3 {
    max-width: 48%;
    width: 100%;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
    margin-top: 16px;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface ul li {
    width: 25%;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .row div {
    width: 25%;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field input[type="text"] {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 14px;
    padding: 0.5em;
    background-color: #ffffff;
    display: inline-block;
    max-width: 52px;
    line-height: 28px;
    padding: 0.3em;
    text-align: center
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .delete {
    color: #B7B7B7;
    font-size: 28px;
    font-style: normal;
    line-height: 31px;
    padding: 0 16px;
    cursor: pointer;
    vertical-align: middle;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .delete img {
    max-width: 100%;
    padding-top: 10px;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .width {
    position: relative;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .suface_form_field .width:after {
    content: 'x';
    position: absolute;
    right: 25px;
    top: 5px;
    font-size: 16px;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .surface_total h4 {
    line-height: 21px;
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
    padding-top: 15px;
}

.main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface .surface_total h4 span {
    text-transform: lowercase
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4,
.main.calculate_Area .calculate_area_content .step_4and5 .step5 {
    max-width: 48%;
    width: 100%;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 input[type="text"] {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
    color: #555555;
    font-size: 14px;
    padding: 0.5em;
    background-color: #ffffff;
    width: 60px;
    text-align: center
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content {
    text-align: center
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content .group_space {
    padding-top: 25px;
    padding-bottom: 10px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: capitalize;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.5em 0.8em;
    background: #ffc410;
    border-color: transparent;
    color: #000000!important;
    box-shadow: 0 0em 0em rgba(0, 0, 0, 0.2);
    margin-top: 15px;
    font-size: 15px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content label,
.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content .group_space span {
    font-size: 14px;
    color: rgb(54, 54, 54);
}

.main.calculate_Area .calculate_area_content .step_4and5 .step4 .step_4_content input[name="add_wastage"] {
    margin-top: 9px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content {
    padding-top: 12px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p {
    font-size: 14px;
    text-align: right;
    display: inline-block;
    margin: 0px;
    max-width: 50%;
    width: 100%;
    line-height: 22px;
    padding-right: 5px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p+p {
    max-width: 17%;
    width: 100%;
    text-align: left;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p+p+p {
    max-width: 33%;
    width: 100%;
    text-align: left;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content .col {
    display: flex;
    flex-wrap: wrap
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content .col:nth-child(2) {
    margin-bottom: 20px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content .col i {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-color: #4F9EFA;
    font-style: normal;
    color: #fff;
    line-height: normal;
    text-align: center;
    font-weight: 600;
    border-radius: 50%;
    margin-right: 4px;
}

.main.calculate_Area .calculate_area_content .unit {
    margin-bottom: 30px;
}

.main.calculate_Area .calculate_area_content .unit .title {
    padding: 0px;
    margin: 0px;
}

.single-product div.product.wcpa_has_options form.cart .feature_info {
    display: none;
}

.woocommerce div.product .product_title {
    margin-bottom: 0px;
}

.woocommerce div.product .sku_product {
    color: #b7b7b9
}

.sav_c {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}

.cal_popup {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 15px;
}

.cal_popup .cal_popup_content {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    padding-top: 0px;
}

.cal_popup .cal_popup_content p {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 26px
}

.cal_popup .cal_popup_content p strong {
    font-weight: 800;
    padding-left: 5px;
}

.cal_popup {
    display: block;
    transform: translateX(100%);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
}

.cal_popup.active {
    transform: translateX(0%);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
}

.open_arrow {
    background-color: #ffc410;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    left: -50px;
    height: 50px;
    width: 50px;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, .2);
}

.open_arrow img {
    margin-top: 5px;
    margin-left: 4px;
    max-width: 18px;
}

.close_pop {
    display: block;
    text-align: right;
    padding-top: 10px;
}

.calculate_area {
    display: none;
}

#toggleCalculator {
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 100%;
    border-radius: 0px 0px 3px 3px;
    margin-top: 3px;
}

#toggleCalculator .len-dimension-ul {
    list-style: none;
    margin: 0px;
}

.len-dimension-ul.override-len-dimension-ul>li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"]+label,
.len-dimension-ul.override-len-dimension-ul input[type="radio"]:checked+label {
    background: none;
    padding-left: 0;
    float: left;
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"]:checked+label {
    padding-left: 25px;
    color: rgb(255, 196, 16);
    font-size: 0.875rem;
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"]+label {
    cursor: pointer;
    background-position: 0 55%;
    padding-left: 25px;
    font-size: 0.875rem;
    color: #4a4a4a;
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"]+label:before {
    border: 2px solid #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    content: "";
    margin: 0;
    margin-right: 9px;
    margin-top: 1px;
    box-shadow: 0 0 2px #4a4a4a;
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"]:checked+label:before {
    background: rgb(255, 196, 16);
}

.len-dimension-ul.override-len-dimension-ul input[type="radio"] {
    display: none !important;
}

.len-dimension {
    border-bottom: 1px solid #f2f2f2;
    float: left;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 13px;
}

#toggleCalculator th,
#toggleCalculator td {
    float: none;
    padding: 0px;
    border: none
}

.wsnw.override-wsnw {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 2.8;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: bold;
}

.wsnw input {
    border-radius: 5px;
    color: #000000;
    font-size: 12px;
    height: 40px;
    width: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}

.width {
    color: #4a4a4a;
    font-size: 14px;
}

.override-add-wall a {
    color: #4a4a4a;
    font-size: 0.875rem;
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block
}

.override-add-wall a:hover {
    color: #ffc410 !important;
}

.add-wall.override-add-wall a.add-wall-a:before {
    content: '+';
    font-size: 19px;
    width: 30px;
    display: block;
    text-align: center;
    height: 30px;
    float: left;
    border-radius: 50%;
    background: #ffc410;
    color: #fff;
    line-height: 32px;
    float: right;
    margin-left: 10px;
}

.override-add-wall {
    padding-bottom: 30px;
    padding-top: 30px;
}

.delete-wall {
    background-image: url(images/delete_row.1524600759.png);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    display: inline-block;
    font-size: 0px;
}

#toggleCalculator td {
    padding-bottom: 15px;
}

.wall-table ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}

.wall-table ul li {
    float: left;
    margin: 0px;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.cf:after,
.cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

.wall-table ul li.wsnw {
    font-size: 14px;
    line-height: 2.8;
}

.wall-table ul+ul .feet_inch_w,
.wall-table ul+ul .feet_inch_l {
    margin-left: 4px;
    margin-right: 4px;
}

.final_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
}

.total-wall.override-total-wall.grid12-6 {
    color: #4a4a4a;
    font-size: 0.875rem;
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.total-wall.override-total-wall.grid12-6 .t_title {
    font-weight: 400
}

.total-wall.override-total-wall.grid12-6 .sb-total-prcie {
    font-weight: 800;
    display: block;
    text-align: right;
}

.title_part {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title_part .col_l {
    max-width: 65%;
}

.title_part .col_r {
    max-width: 30%;
    text-align: right
}

.title_part .col_r a {
    text-align: left
}

.title_part .col_r a.cust_sample_ {
    margin-bottom: 10px;
}

.title_part .col_r a {
    padding-right: 0px;
    margin-right: 0px;
}

.single-product .woocommerce-product-rating {
    margin-bottom: 0px;
}

.product_detail_w input[type="checkbox"] {
    display: none !important;
}

.product_detail_w input[type="checkbox"]+label {
    cursor: pointer;
    background-position: 0 55%;
    padding-left: 25px;
    font-size: 0.875rem;
    color: #4a4a4a;
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
}


/*.product_detail_w input[type="checkbox"]:checked + label {padding-left: 25px;color: rgb(255, 196, 16);font-size: 0.875rem;}*/

.product_detail_w input[type="checkbox"]+label:after {
    border: 2px solid #4a4a4a;
    width: 15px;
    height: 15px;
    border-radius: 0%;
    display: inline-block;
    content: "";
    margin: 0;
    margin-right: 9px;
    margin-top: 4px;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
}

.product_detail_w input[type="checkbox"]:checked+label:before {
    content: '\2713';
    display: inline-block;
    color: #4a4a4a;
    margin-top: 1px;
    position: absolute;
    left: 0px;
    font-weight: 600;
    top: 0px;
    left: 3px;
}

.main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content .col p a {
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.5em 0.8em;
    background: #ffc410;
    border-color: transparent;
    color: #000000!important;
    line-height: 33px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px
}

.product_each {
    position: absolute;
    top: 0;
    right: -56px;
}

.product_each.product_per_box {
    position: absolute;
    top: 0;
    right: -91px;
}

.add_westage_calculate_a input[type="checkbox"] {
    display: none;
}

.add_westage_calculate_a input[type="checkbox"]+label {
    cursor: pointer;
    background-position: 0 55%;
    padding-left: 25px;
    font-size: 0.875rem;
    color: #4a4a4a;
    position: relative;
    margin-top: 10px;
}

.add_westage_calculate_a input[type="checkbox"]+label:after {
    width: 15px;
    height: 15px;
    border-radius: 0%;
    display: inline-block;
    content: "";
    margin: 0;
    padding-top: 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
    border: 1px solid #4a4a4a;
    top: 2px;
    border-radius: 4px;
}

.add_westage_calculate_a input[type="checkbox"]:checked+label:after {
    background-color: #3787f3;
    border: none
}

.add_westage_calculate_a input[type="checkbox"]:checked+label:before {
    content: '\2713';
    display: inline-block;
    color: #fff;
    margin-top: 1px;
    position: absolute;
    z-index: 99;
    font-weight: 600;
    top: -4px;
    left: 1px;
}

.wcpa_form_outer {
    margin-top: 0
}

a.popup-close {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #FF0000;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #ff0000;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.popup_content a.popup-close:hover {
    color: #fff;
    border-color: #fff;
}

.popup_content h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 0
}

.single-product ins .woocommerce-Price-amount.amount {
    font-weight: 600
}


/*.woocommerce div.product .images{opacity: 1 !important;}*/

.related.products .dscount_off_tag {
    top: -65px;
    right: -15px;
}

.related.products .text_off {
    right: 13px;
    top: 17px;
}

span.price {
    float: left;
    margin-right: 5px;
}

span.product_each_loop {
    display: block;
    margin-bottom: 5px;
}

span.product_each_loop strong {
    font-size: 21px;
}

div.wpcf7-response-output {
    float: left;
}

span.ytotal {
    font-size: 28px;
    font-weight: 600;
    color: #3d414d;
    display: block;
}

.product_txt_detail {
    padding-top: 0;
}

.product_txt_detail i {
    font-style: normal
}

.woocommerce.single-product .product .price_and_qty {
    position: relative;
}

.product_price_targettiles .loader .price_and_qty {
    position: relative;
}

.product_price_targettiles .loader {
    position: absolute;
    text-align: center;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    width: 100%;
}

.product_price_targettiles .loader img {
    max-width: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    text-align: center;
}

.top_meter_price {
    width: 100%;
    padding-bottom: 15px;
}

.top_meter_price p {
    vertical-align: top;
    color: #fac807;
    font-size: 25px;
    line-height: 31px;
    font-weight: 600;
    margin: 0px;
}

.top_meter_price span {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.woocommerce ul.products~.pagination {
    display: inline-block;
}

.viewall {
    text-align: center;
    display: inline-block;
    margin-left: 3rem;
}

.viewall a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0em;
    padding: 0.5em 0.8em;
    background: #ffc410;
    border-color: transparent;
    color: #000000!important;
    box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
}

.woocommerce-loop-category__title {
    float: left;
    width: 45%;
}

h3.price-from {
    font-size: 15px;
    float: right;
    padding: .4rem;
    color: #000;
    border: 2px solid #ffc410;
    margin-top: 6px;
}

@media only screen and (max-width:1366px) {
    li.wsnw.sb-area-calculate.override-wsnw {
        line-height: normal;
        text-align: left;
    }
    li.wsnw.sb-area-calculate.override-wsnw label.total_v {
        display: block;
        line-height: normal;
    }
}

@media only screen and (max-width:1100px) {
    .main.calculate_Area .wrapper {
        padding: 0px 20px;
    }
    .product h1.product_title.entry-title {
        font-size: 30px;
    }
    .woocommerce.single-product .feature_info ul {
        max-width: 65%;
    }
    .sqm_parent label {
        width: 55%
    }
    .product_txt_detail {
        width: 68%;
    }
    .calculate_area_and_material a {
        font-size: 15px;
    }
    .single_variation_wrap .wcpa_form_outer {
        margin-top: 0px !important;
    }
    .woocommerce .cart .variations select {
        width: 100%;
    }
    .woocommerce.single-product .product .price_and_qty {
        width: 100%;
    }
    .woocommerce.single-product .feature_info {
        width: 100%;
    }
    body .woocommerce-select {
        width: 100%
    }
    body .woocommerce.single-product .feature_info ul {
        max-width: 100%;
    }
    .woocommerce.single-product .feature_info {
        transform: translateY(90px);
    }
    body .woocommerce.single-product .feature_info ul {
        max-width: 100% !important;
    }
}

@media only screen and (max-width:959px) {
    .main.calculate_Area .calculate_area_content .step_1 .left,
    .main.calculate_Area .calculate_area_content .step_1 .right {
        max-width: 100%;
    }
    .main.calculate_Area .calculate_area_content .step_1 .right {
        padding-left: 41px;
        padding-top: 20px;
    }
    .main.calculate_Area .calculate_area_content .step_2and3 .step2,
    .main.calculate_Area .calculate_area_content .step_2and3 .step3 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .main.calculate_Area .calculate_area_content .step_4and5 .step4,
    .main.calculate_Area .calculate_area_content .step_4and5 .step5 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p {
        max-width: 80%;
    }
    .main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p+p {
        max-width: 18%;
    }
    .main.calculate_Area .calculate_area_content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .feature_info li {
        font-size: 15px;
    }
    .woocommerce.single-product .feature_info ul {
        max-width: 96%;
    }
    .woocommerce .product .summary .price,
    .sqm_parent label {
        font-size: 16px;
    }
    .woocommerce .quantity span,
    .woocommerce.single-product .wcpa_form_outer span {
        font-size: 14px;
        padding-right: 10px;
    }
    .woocommerce .quantity input.qty {
        max-width: 60px;
    }
    .sqm_parent label {
        width: 52%;
    }
    .woocommerce.single-product .product .price del {
        font-size: 13px;
    }
    .wcpa_form_outer .wcpa_form_item.wcpa_type_number.sqm_parent {
        width: 67%;
    }
    .woocommerce.single-product .product .price_and_qty {
        width: 67%
    }
    .woocommerce.single-product .feature_info {
        width: 31%;
    }
    .product_txt_detail {
        width: 57%;
    }
    .calculate_area_and_material a {
        font-size: 12px;
        padding: 5px 10px;
    }
    .woocommerce.single-product button[name="add-to-cart"] {
        font-size: 16px;
    }
    .wall-table ul li {
        margin-bottom: 23px;
    }
    .final_total {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        padding: 0px;
    }
}

@media only screen and (max-width:767px) {
    .main.calculate_Area .calculate_area_content .step_1 .form_field label {
        font-size: 14px;
    }
    .main.calculate_Area .calculate_area_content .step_1 .form_field span {
        font-size: 14px;
    }
    .main.calculate_Area .calculate_area_content .step_1 input[type="text"] {
        max-width: 75px;
    }
    .main.calculate_Area .calculate_area_content .unit .title p {
        font-size: 18px;
        line-height: 33px;
    }
    .main.calculate_Area .calculate_area_content .step_2and3 .calculation_area_surface ul li {
        font-size: 14px;
    }
    .main.calculate_Area .calculate_area_content h3 {
        font-size: 14px;
    }
    .main.calculate_Area .calculate_area_content .step_2and3 .step3 {
        margin-bottom: 0px;
    }
    .main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p {
        max-width: 65%
    }
    .main.calculate_Area .calculate_area_content .step_4and5 .step5 .step_5_content p+p {
        max-width: 30%;
    }
    .top_sample_div a {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .woocommerce.single-product .product .price_and_qty {
        width: 100%;
    }
    .wcpa_form_outer .wcpa_form_item.wcpa_type_number.sqm_parent {
        width: 100%;
    }
    .wcpa_form_outer {
        margin: 0px;
    }
    .sqm_parent label {
        width: 62%;
    }
    .woocommerce.single-product .product_price_targettiles .feature_info {
        display: none;
    }
    .woocommerce.single-product .feature_info {
        transform: translateY(0px);
        width: 48%;
        margin-top: 30px;
    }
    .product_txt_detail {
        width: 55%;
    }
    .calculate_area_and_material a {
        padding: 5px;
    }
    .single-product div.product.wcpa_has_options form.cart .feature_info {
        display: block;
    }
    .cal_popup .cal_popup_content {
        padding: 20px;
    }
    .cal_popup .cal_popup_content p {
        font-size: 12px;
        line-height: 20px;
    }
    .bulk_supplu_content {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width:320px) {
    .sqm_parent label {
        width: 54%;
    }
    .calculate_area_and_material a {
        margin-bottom: 10px;
    }
    .woocommerce.single-product button[name="add-to-cart"] {
        width: 100%;
    }
}

.custom_parent_div {
    position: relative;
    padding-top: 70px;
}

.custom_parent_div table.variations {
    left: 0;
    top: 15px;
}

.single-product .woocommerce-variation-price .price {
    display: none !important;
}

.woocommerce-select {
    width: 315px;
}

.woocommerce-select select {
    background-color: #ffc4101f;
    box-shadow: 0 0 0 2px #ffc410;
    border-radius: 0px;
}

.woocommerce-select:after {
    top: -4px;
}

html .single-product .single_add_to_cart_button.button.alt {
    display: inline-block;
    vertical-align: middle;
    background: #403f45;
    border-radius: 12px;
    color: #fff !important;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width:767px) {
    button.single_add_to_cart_button {
        margin-top: 20px;
    }
}