/*
* Text Override
*/

/* Title */
.woocommerce h1{
    font-size:37px;
    letter-spacing:1.64px;
    line-height:51px;
}

.woocommerce h2{
    font-size:34px;
    letter-spacing:1.51px;
    line-height:46px;
}

/*Product thumbnail Title*/
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size:14px;
    color:#3F3F3F;
    letter-spacing:2px;
    line-height:19px;
    text-align:left;
}

/*Paragraph*/
.single-product p{
    font-size:14px;
    letter-spacing:2px;
    line-height:27px;
}

/*Price*/
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 15px;
    color: #00b8d4;
    letter-spacing: 2.14px;
    line-height: 20px;
    font-weight: 600;
}


/*
* Images Override
*/

/*Images*/
.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    border: 1px #979797 solid;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border: 1px #979797 solid;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 2em;
}


/*
* Fields Override
*/

/*Text, Select, Textarea*/
.woocommerce input[type=text],
.woocommerce textarea,
.woocommerce select,
.woocommerce input[type=email],
.woocommerce input[type=tel],
.woocommerce input[type=password],
.woocommerce .country_select a,
.woocommerce .state_select a{
	background-color: transparent;
    padding: 10px 15px;
    color: #555;
   /* width: 100% !important;*/
    border: none;
    border: 1px solid #e1e4e5;
    border-radius: 0px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.woocommerce .country_select a,
.woocommerce .state_select a{
    padding: 5px 15px;
}

.woocommerce .select2-results {
    background: #fff;
}

.select2-drop-active{
    border:1px solid #e1e4e5;
    border-top:none
}

.woocommerce #coupon_code{
    margin-bottom: 5px;
}


/*Product Quantity*/
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 32px;
    margin-right: 32px;
}


/*Product Tabs*/
.woocommerce-tabs.wc-tabs-wrapper{
    border-top: 1px #eaeaea solid;
    padding-top: 50px;
}


/*Related Products*/
.related.products{
    padding-top: 30px;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-size: 15px;
    color: #00b8d4;
    letter-spacing: 2.14px;
    line-height: 20px;
    text-align: left;
}

/*Checkout*/
.woocommerce-checkout-payment ul li{
    list-style: none !important;
    padding: 15px;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #777 !important;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}


/*
* Buttons Override
*/

/*Buttons*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 10px 14px;
    font-weight: 600;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    letter-spacing: 1px;
    left: auto;
    min-width: 170px;
    color: #3f3f3f;
    background-color: #e1e1e1;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #01a8c2;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
    background-color: #029cb4;
    color: #fff;
}