@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');

.swcpc2_variations,
.swcpc2_variations span,
.swcpc2_variations div,
.swcpc2_variations input,
.swcpc2_variations select {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    color: #231f20;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}
.input-field {
    margin-top: 5px!important;
}
.bold-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-family: "Hammersmith One",sans-serif;
    color: #1d3b48;
}
.pro-choose-section .input-field {
    width: 100%;
    float: left;
}

.setwidthheight {
    width: 105px!important;
    margin-right: 15px;
    float: left;
}
.size {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.input-field input.input-box {
    border: 1px solid #ddd;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 5px;
    outline: 0;
    height: 40px;
    width: 100%;
    font-size: 15px;
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.input-field input.input-box:focus{
    /* border-bottom: 1px solid #f5a68c;
    -webkit-box-shadow: 0 1px 0 0 #f5a68c;
    box-shadow: 0 1px 0 0 #f5a68c; */
}
.total-amount-label {
    text-transform: uppercase;
}
.amount-size, .amount-size .woocommerce-Price-amount.amount, .amount-size .woocommerce-Price-amount.amount > span {
    font-size: 26px;
    color: #2ea3f2!important;
}
.select-wrapper {
    position: relative;
}
.select-wrapper .select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #9e9e9e;
    outline: 0;
    height: 40px;
    line-height: 3rem;
    width: 100%;
    font-size: 15px;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select-wrapper .select-dropdown {
    border: 1px solid #b1b3b6;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
    /* box-shadow: 3px 3px #f5e2d9; */
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 300px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width,height;
}

.select-wrapper .select-dropdown option {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.select-wrapper .select-dropdown option {
    min-height: 20px;
    list-style-type: none;
}
.select-wrapper .select-dropdown option[selected=""],
.select-wrapper .select-dropdown option:hover,
.select-wrapper .select-dropdown option:focus {
}

@media only screen and (min-width: 601px){
    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}