/* common.css */

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

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

/* /common.css */
/* front_common.css */

.ps-f-b {
    font-weight: bold;
}

.ps-f-i {
    font-style: italic;
}

.ps-fs-15em {
    font-size: 1.5em;
}

.ps-fs-06em {
    font-size: 0.6em;
}

.ps-pb-1em {
    padding-bottom: 1em !important;
}

.ps-pl-1em {
    padding-left: 1em !important;
}

.ps-pt-1em {
    padding-top: 1em !important;
}

.ps-pt-2em {
    padding-top: 2em !important;
}

.ps-ml-1em {
    margin-left: 1em !important;
}

.ps-ml-2em {
    margin-left: 2em !important;
}

.ps-ml-3em {
    margin-left: 3em !important;
}

.ps-h-15em {
    height: 1.5em !important;
}

.ps-op-04 {
    opacity: 0.4;
}

.ps-p-0 {
    padding: 0;
}

.ps-color-red {
    color: red;
}

.ps-color-red1 {
    color: #c00;
}

.ps-color-green {
    color: green;
}

.ps-color-grey1 {
    color: #999;
}

.ps-green-dashed {
    text-decoration: none;
    color: #360;
    /*font: 12px/18px 'Trebuchet MS',Helvetica,arial,sans-serif;*/
    /*margin-left: 20px;*/
    cursor: pointer;
    border-bottom: 1px dashed #360;
}

.ps-green-dashed:hover {
    border-bottom: none;
}

.ps-p-calc {
    padding-top: 0.5em !important;
    padding-bottom: 2em !important;
    width: 90%;
    background-color: #ffe7d3;
}

.ps-c-calc .ps-p-calc {
    background-color: #fff;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ps-p-calc sup {
    font-size: 0.7em;
}

.ps-p-calc input{
    /*border: none;*/
    padding: 0;
}

.ps-p-calc .modal input {
    border: 1px solid grey;
}

.ps-p-calc select {
    font-size: 11px;
    border: none;
    padding: 0;
}

.ps-p-calc input[type=checkbox] {
    font-size: 0.4em;
    height: 2.4em;
}

/* OLD */

.pricez {
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*font-size: 20px;*/
    font-weight: bold;
}

.pricez-product {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.pricez .one {
    background: #432D19;
    color: #fff;
    font-family: 'Trebuchet MS',Helvetica,arial,sans-serif;
    text-align: center;
}

.pricez .two {
    text-align: center;
    color: #432D19;
}

.pricez .two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 10px;
    border-color: transparent transparent transparent #432d19;
}

.econ {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    color:#ff3f00;
    padding:5px 0px;
}

@media screen and (min-width:992px) {
    .ps-p-calc {
        font-size: 1.5em;
        padding-left: 1.5em;
    }
    .product-block .about-block .product-description {
        margin: 0;
    }
    .ps-c-calc .ps-p-calc {
        font-size: 1em;
        padding-left: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .ps-c-calc .ps-p-calc .ps-p-calc-price {
        padding-left: 2em;
        /*margin-top: -1.5em;*/
    }
    .ps-c-calc .ps-p-calc .ps-p-calc-multi {
        padding-left: 0.7em !important;
    }
}

/*@media screen and (max-width:991px) {*/
/*    .ps-p-calc select {*/
/*        padding: 0;*/
/*    }*/
/*}*/

/* /front_common.css */
