/*
* Text Override
*/

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

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

.woocommerce div[itemprop=description] {
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
}

.woocommerce .product_meta {
	font-family: Lato;
    font-size: 14px;
    color: #535353;
    letter-spacing: 0.89px;
    line-height: 28px;
    text-align: left;
    font-weight: 300;
}

#tab-description.wc-tab > h2 {
	display: none;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 50px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    list-style-type: none;
}

/*Product thumbnail Title*/
.woocommerce ul.products li.product h3 {
	padding: .5em 0;
    margin: 0;
    font-family: Oswald;
    font-size: 14px;
    color: #071a58;
    letter-spacing: 0.87px;
    line-height: 35px;
    text-align: left;
    text-transform: uppercase;
}

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

/*Price*/
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	display: block;
	font-weight: 600;
	margin-bottom: 1.5em;
	font-family: Oswald;
	font-size: 17px;
	color: #042695;
	letter-spacing: 2.42px;
	line-height: 25px;
	text-align: left;
}


/*
* Images Override
*/

/*Images*/
.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
}

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

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

.woocommerce .woocommerce-message {
    border-top-color: #b81c23;
}
.woocommerce .woocommerce-message:before {
	color: #b81c23;
}
.woocommerce .woocommerce-info {
    border-top-color: #071a58;
}
.woocommerce .woocommerce-info:before {
    color: #071a58;
}

/*
* Fields Override
*/

/*Text, Select, Textarea*/
.woocommerce input[type=text],
.woocommerce select,
.woocommerce textarea,
.woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    background-color: transparent;
    padding: 10px 20px;
    width: 100% !important;
    border-radius: 0px;
    border: 1px solid #071a58;
    border-left: 3px solid #071a58;
    font-family: "Lato";
    font-size: 14px;
    color: #071a58;
    letter-spacing: 1.7px;
    line-height: 24px;
    font-weight: 400;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #071a58;
}


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


/*Product Tabs*/
.woocommerce div.product .woocommerce-tabs ul.tabs{
    /*list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;*/
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper{
    border-top: 1px #eaeaea solid;
    padding-top: 50px;
	font-weight: 300;
}
.woocommerce-tabs.wc-tabs-wrapper p {
	text-align: left;
}

/*Related Products*/
.related.products{
	border-top: 1px #eaeaea solid;
	padding-top: 45px;
	font-weight: 300;
}

.woocommerce ul.products li.product .price {
	display: block;
    font-weight: 600;
    margin-bottom: .5em;
    font-family: Oswald;
    font-size: 17px;
    color: #042695;
    letter-spacing: 2.42px;
    line-height: 25px;
    text-align: left;
}


/*
* Buttons Override
*/

/*Buttons*/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    margin: 0;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 7px 14px;
    border-radius: 3px;
    left: auto;
    min-width: 170px;
    background-color: #C0232A;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
	font-family: Oswald;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 3.7px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    
    -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: #EC4047;
    text-decoration: none;
    background-image: none;
    color: #fff;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    background-color: #C0232A;
    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: #EC4047;
    color: #fff;
}


