.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 30px 0;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border-radius: 0;
    background-color: #ffffff;
    border: 0 none;
    margin: 0;
}

.woocommerce form.checkout_coupon .button {
    border: 2px solid #9d8f62;
    color: #9d8f62;
    font-size: 12px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 12px;
}

.woocommerce form.checkout_coupon .button:hover {
    color: #ffffff;
    background-color: #9d8f62;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #dfdfdf;
    background-color: transparent;
    padding: 11px 13px;
    font-size: 13px;
    font-family: "Lora";
    font-style: italic;
}

.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register {
    padding: 30px;
    min-height: 376px;
}

.woocommerce-checkout .woocommerce form.login {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce form.login .remember-me {
    font-family: "Lora";
    font-style: italic;
    font-weight: 400;
    margin-left: 15px;
}

body.logged-in.woocommerce-account .clear-page-container .content {
    background-color: #ffffff;
    padding: 15px;
}

.woocommerce .form-head:after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce form.login .form-head, .woocommerce form.register .form-head {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding-bottom: 24px;
}

.woocommerce form.login .form-title, .woocommerce form.register .form-title {
    margin: 0;
    float: left;
}

.woocommerce form.login .form-note, .woocommerce form.register .form-note {
    color: #7b7b7b;
    float: right;
    margin: 0;
}

.woocommerce form.login .button {
    border: 2px solid #9d8f62;
    color: #9d8f62;
    font-size: 12px;
    background-color: transparent;
    text-transform: uppercase;
    padding: 12px;
    min-width: 170px;
}

.woocommerce form.login .button:hover {
    color: #ffffff;
    background-color: #9d8f62;
}

.woocommerce form .form-row label {
    font-family: "Lora";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    color: #7b7b7b;
}

.woocommerce form .form-row label.remember-me {
    font-size: 14px;
    color: #7b7b7b;
    line-height: 20px;
    font-weight: normal;
}

.woocommerce form .form-row label.remember-me input {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.lost_password {
    float: right;
    font-family: "Roboto Slab";
    font-size: 14px;
    font-style: normal;
}

.lost_password a {
    color: #9d8f62;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-style: normal;
    border-radius: 0;
    border: 2px solid #9d8f62;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 12px;
    color: #9d8f62;
    padding: 17px 20px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    text-decoration: none;
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
    outline: none;
}

.woocommerce #respond input#submit.button-sig-in, .woocommerce a.button.button-sig-in, .woocommerce button.button.button-sig-in, .woocommerce input.button.button-sig-in,
.woocommerce #respond input#submit.button-sig-up, .woocommerce a.button.button-sig-up, .woocommerce button.button.button-sig-up, .woocommerce input.button.button-sig-up {
    border: 2px solid #9d8f62;
    background-color: transparent;
    text-transform: uppercase;
    padding: 17px 10px;
    font-size: 12px;
    color: #9d8f62;
    min-width: 117px;
    float: right;

}

.woocommerce #respond input#submit.button-sig-in:hover, .woocommerce a.button.button-sig-in:hover, .woocommerce button.button.button-sig-in:hover, .woocommerce input.button.button-sig-in:hover,
.woocommerce #respond input#submit.button-sig-up:hover, .woocommerce a.button.button-sig-up:hover, .woocommerce button.button.button-sig-up:hover, .woocommerce input.button.button-sig-up:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 -15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 30px 0;
}

.woocommerce .products .star-rating,
.woocommerce .star-rating {
    margin: 0 auto .5em auto;
}

.woocommerce .star-rating {
    width: 6.4em;
}

.woocommerce .star-rating span {
    color: #9d8f62;
    letter-spacing: 3px;
}

.woocommerce .star-rating:before {
    letter-spacing: 3px;
}

.woocommerce ul.products li.product .price del {
    display: inline;
}

.woocommerce span.onsale {
    border-radius: 0;
    background-color: #9d8f62;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 0;
    min-width: 0;
    line-height: normal;
    padding: 3px 5px;
}

.woocommerce ul.products li.product .onsale {
    margin: 6px 6px 0 0;
    z-index: 99;
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
    padding: 0;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product h3 a {
    color: #9d8f62;
}

.woocommerce ul.products li.product h3:hover a {
    color: #333333;
}

.woocommerce ul.products li.product .price {
    line-height: 24px;
    color: #568fa9;
    font-size: 16px;
    font-family: "Lora";
    font-style: italic;
    margin-bottom: 7px;
}

.woocommerce ul.products li.product .price del {
    color: #a2a2a2;
    font-size: 12px;
}

.woocommerce ul.products li.product .price ins {
    font-weight: normal;
    text-decoration: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
    border: 2px solid #9d8f62;
    min-width: 170px;
    width: auto;
    height: auto;
    padding: 17px 10px;
    font-size: 12px;
    color: #9d8f62;
    background-color: transparent;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 50;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce ul.products li.product .button.add_to_cart_button.added {
    display: none;
}

.woocommerce ul.products li.product .button.add_to_cart_button:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce .products .star-rating, .woocommerce .star-rating {
    margin: 0 auto;
}

.woocommerce nav.woocommerce-pagination {
    width: 100%;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 14px 15px;
}

.woocommerce nav.woocommerce-pagination ul {
    position: relative;
    border: 0 none;
    padding: 0 83px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 0 none;
    float: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #9d8f62;
    background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-family: "Roboto Slab";
    font-weight: normal;
    font-size: 22px;
    color: #333333;
    padding: 0;
    min-width: 0;
    min-height: 0;
    margin: 0 10px;
}


.woocommerce nav.woocommerce-pagination .page-numbers.next {
    display: block;
    width: 58px;
    height: 12px;
    background: url("../images/icons/pagination-arrow-right.png");
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.woocommerce nav.woocommerce-pagination .page-numbers.prev {
    display: block;
    width: 58px;
    height: 12px;
    background: url("../images/icons/pagination-arrow-left.png");
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.shop-header.style-1 {
    text-align: center;
}

.shop-header_holder {
    display: table;
    width: 100%;
    text-align: center;
}

.shop-header_holder.has-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.shop-header .shop-header_inner {
    padding: 120px 0 30px 0;
}

.shop-header .shop-header_wrap {
    display: table-cell;
    height: 300px;
    vertical-align: bottom;
}

.shop-header .shop-header_inner {
    display: inline-block;
}

.shop-header.style-1 .page-title {
    color: #9d8f62;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 29px 0;
}

.shop-header img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 18px auto;
}

.shop-header p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.shop-header.style-2 {
    margin-bottom: 60px;
}

.shop-header.style-2 .shop-header_inner {
    padding: 189px 0 55px 0;
}

.shop-header.style-2 .page-title {
    color: #ffffff;
    font-size: 36px;
    line-height: 30px;
}

.woocommerce span.onsale {
    top: .5em;
    left: .5em;
}

.woocommerce div.product .product_title {
    font-size: 28px;
    color: #9d8f62;
    margin: 0 0 13px 0;
}

.woocommerce div.product .woocommerce-product-rating {
    margin: 0 0 8px 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    margin: 0 0 32px 0;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins,
.woocommerce div.product p.price del, .woocommerce div.product span.price {
    font-style: italic;
    font-family: "Lora";
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    display: inline;
    color: #a2a2a2;
    font-size: 14px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
    font-size: 18px;
    color: #568fa9;
    text-decoration: none;
}

.woocommerce-review-link {
    color: #9d8f62;
    font-family: "Lora";
    font-style: italic;
}

.woocommerce-review-link:hover {
    color: #9d8f62;
}

.woocommerce .product_description p {
    font-size: 14px;
    line-height: 22px;
    color: #7b7b7b;
    font-style: normal;
    font-family: "Roboto Slab";
    margin: 0 0 49px 0;
}

.woocommerce #respond input#submit.alt.single_add_to_cart_button, .woocommerce a.button.alt.single_add_to_cart_button, .woocommerce button.button.alt.single_add_to_cart_button, .woocommerce input.button.alt.single_add_to_cart_button {
    background-color: transparent;
    color: #9d8f62;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #9d8f62;
    padding: 17px 10px;
    min-width: 170px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover,
.woocommerce #respond input#submit.alt.single_add_to_cart_button:hover, .woocommerce a.button.alt.single_add_to_cart_button:hover, .woocommerce button.button.alt.single_add_to_cart_button:hover, .woocommerce input.button.alt.single_add_to_cart_button:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce #respond input#submit.alt.single_add_to_cart_button:focus, .woocommerce a.button.alt.single_add_to_cart_button:focus, .woocommerce button.button.alt.single_add_to_cart_button:focus, .woocommerce input.button.alt.single_add_to_cart_button:focus {
    outline: 0 none;
}

.woocommerce .quantity .qty {
    padding: 12px 10px 11px 10px;
    min-width: 70px;
    text-align: center;
    font-size: 18px;
    font-family: "Lora";
    color: #7b7b7b;
    border: 1px solid #dfdfdf;
}

.woocommerce .quantity .qty:focus {
    outline: 0 none;
}

.woocommerce div.product form.cart {
    margin-bottom: 24px;
}

.product_meta {
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
}

.product_meta > span {
    display: block;
}

.product_meta a {
    color: #9d8f62;
}

.single_variation {
    margin-bottom: 15px;
}

.product-top {
    position: relative;
}

.product-top a img {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.product-top:hover a img {
    opacity: .2;
}

.product-top:hover .add_to_cart_holder {
    opacity: 1;
}

.product-top a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product-top .add_to_cart_holder {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.product-top .add_to_cart_wrap {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.product-top .add_to_cart_inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.woocommerce div.product form.cart .variations label {
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
    font-weight: normal;
}

.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 18px;
    margin: 0 0 18px 0;
}

.woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 14px;
    line-height: 24px;
    color: #7b7b7b;
    font-family: "Roboto Slab";
    font-style: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
    margin-bottom: 45px;
    font-size: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0 none;
    border-radius: 0;
    background-color: #9d8f62;
    font-size: 14px;
    margin: 0;
    padding: 0 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #ffffff;
    font-weight: 400;
    padding: 15px;
    border-top: 3px solid #9d8f62;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #9d8f62;
}

.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product {
    width: 33.33%;
}

.related.products h2 {
    font-size: 18px;
    margin: 0 0 27px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #9d8f62;
}

.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
    margin-bottom: 2px;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0 15px 28px 15px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 26px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    height: 70px;
    border: 0 none;
    border-radius: 50%;
    padding: 0;
    background-color: transparent;
    margin-left: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 85px;
    padding: 0;
    border: 0 none;
    border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: none;
    display: inline-block;
    margin-left: 8px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 6px;
    display: inline;
}

.woocommerce #reviews #comments ol.commentlist li .author {
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
}

.woocommerce #reviews #comments ol.commentlist li .published {
    font-size: 13px;
    color: #9f9f9f;
    font-family: "Lora";
    font-style: italic;
    margin-left: 5px;
}

.woocommerce #reviews #comments ol.commentlist li .description p {
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: #7b7b7b;
    margin: 0;
}

.woocommerce #review_form #respond .form-submit input {
    background-color: transparent;
    border: 2px solid #9d8f62;
    text-transform: uppercase;
    font-size: 12px;
    color: #9d8f62;
    display: inline-block;
    min-width: 170px;
    width: auto;
    float: right;
    padding: 17px 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce #review_form #respond .form-submit:after {
    content: "";
    clear: both;
    display: table;
}

#review_form .comment-form input,
#review_form .comment-form textarea {
    border: 1px solid #dfdfdf;
    padding: 7px 13px;
    font-size: 13px;
    font-style: italic;
    font-family: "Lora";
}

.woocommerce #reviews #comment {
    height: 143px;
}

#review_form .comment-form input:focus,
#review_form .comment-form textarea:focus {
    outline: 0 none;
}

.woocommerce #review_form #respond p {
    margin: 0;
}

.woocommerce #reviews h3 {
    margin-bottom: 23px;
}

.woocommerce #review_form #respond p.comment-form-rating {
    margin-bottom: 29px;
}

.woocommerce #review_form #respond p.comment-form-author,
.woocommerce #review_form #respond p.comment-form-email {
    margin-bottom: 22px;
}

.woocommerce #review_form #respond p.comment-form-comment {
    margin-bottom: 23px;
}

.woocommerce .comment-form-rating label {
    font-weight: 400;
    font-size: 13px;
    color: #7b7b7b;
}

.woocommerce p.stars a {
    color: #9d8f62;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.woocommerce table.shop_table th {
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 400;
    padding-top: 25px;
}

.woocommerce-cart table.cart .product-name {
    font-size: 14px;
}

.woocommerce-cart table.cart .product-name a {
    color: #9d8f62;
}

.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart table.cart td.product-price {
    font-family: "Lora";
    font-size: 18px;
    color: #568fa9;
    font-style: italic;
}

.woocommerce-cart table.cart .product-quantity .quantity .qty {
    border: 1px solid #dfdfdf;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: auto;
    border: 1px solid #d4d4d4;
    font-family: "Lora";
    font-size: 14px;
    font-style: italic;
    line-height: normal;
    padding: 16px 20px;
    float: none;
}

.woocommerce-cart table.cart .button,
.woocommerce-cart table.cart input[type="submit"] {
    border: 2px solid #9d8f62;
    text-transform: uppercase;
    font-size: 12px;
    color: #9d8f62;
    background-color: transparent;
    min-width: 170px;
    padding: 17px 10px;
}

.woocommerce-cart table.cart .button:hover,
.woocommerce-cart table.cart input[type="submit"]:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce table.shop_table td {
    padding: 12px;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    padding: 30px 0;
}

.woocommerce table.shop_table {
    border: 0 none;
    border-radius: 0;
    background-color: #ffffff;
}

.woocommerce #customer_details {
    margin-bottom: 27px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border: 0 none;
    line-height: normal;
    color: #7b7b7b;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td a, .woocommerce-cart .cart-collaterals .cart_totals tr th a {
    color: #9d8f62;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    font-family: "Lora";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: #7b7b7b;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
    font-family: "Lora";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td .amount {
    color: #568fa9;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    font-size: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td strong {
     font-weight: 400;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td .amount {
    color: #9d8f62;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: auto;
}

.woocommerce-cart .wc-proceed-to-checkout {
    text-align: right;
    padding-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: 2px solid #9d8f62;
    min-width: 270px;
    padding: 17px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #9d8f62;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #568fa9;
}

.woocommerce-checkout .checkout-shipping-title,
.woocommerce-checkout .checkout-billing-title {
    color: #2b2b2b;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 24px;
    margin: 0 0 10px 0;
}

.woocommerce-shipping-fields label,
.woocommerce-billing-fields label {
    font-family: "Lora";
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    color: #7b7b7b;
}

.woocommerce .woocommerce-shipping-fields .form-row textarea {
    height: 115px;
}

.select2-container .select2-choice {
    border-radius: 0;
    color: #7b7b7b;
}

.woocommerce form .form-row .select2-container {
    line-height: 39px;
}

.woocommerce-shipping-fields h5 label {
    font-weight: 400;
}

.woocommerce-checkout-review-order:after {
    content: "";
    clear: both;
    display: table;
}

.woocommerce .woocommerce-checkout-review-order .woocommerce-order-review_list {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment {
    float: right;
    width: 50%;
    padding: 0 15px;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 0 none;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce-checkout #payment {
    background-color: transparent;
}

.woocommerce-checkout #payment div.payment_box {
    margin-left: 20px;
    margin-top: 0;
    padding-top: 0;
}

.woocommerce-checkout #payment div.payment_box:after {
    content: none;
}

.payment_methods.methods label {
    font-weight: 400;
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    color: #2b2b2b;
    border-bottom: 1px dotted #2b2b2b;
    margin-bottom: 13px;
    line-height: normal;
}

.woocommerce-checkout #payment div.payment_box p {
    font-family: "Lora";
    font-size: 14px;
    color: #7b7b7b;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #9d8f62;
    margin-left: 10px;
    line-height: normal;
    font-size: 14px;
}

.woocommerce .return-to-shop .button.wc-backward,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border: 2px solid #9d8f62;
    color: #9d8f62;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 17px 10px;
    min-width: 170px;
    text-align: center;
}

.woocommerce .return-to-shop .button.wc-backward:hover,
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background-color: #9d8f62;
    color: #ffffff;
}

.woocommerce-checkout-review-order {
    margin: 0 -15px;
}

.woocommerce-checkout-review-order h3,
.woocommerce-checkout-payment h3 {
    color: #2b2b2b;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 24px;
    margin: 0 0 10px 0;
}

.woocommerce-checkout-review-order-list {
    padding: 0;
    list-style: none;
    font-family: "Lora";
    font-size: 14px;
    font-style: italic;
}

.woocommerce-checkout-review-order-list li {
    color: #7b7b7b;
    line-height: 24px;
}

.woocommerce-checkout-review-order-list .product-name {
    color: #7b7b7b;
}

.woocommerce-checkout-review-order-list .order-total .amount,
.woocommerce-checkout-review-order-list .product-total,
.woocommerce-checkout-review-order-list .cart-subtotal,
.woocommerce-checkout-review-order-list .product-quantity {
    font-weight: 400;
    color: #9d8f62;
}

.woocommerce-checkout-review-order-list .order-total .review-order-list_title {
    text-transform: uppercase;
}

.woocommerce-checkout-review-order-list .order-total,
.woocommerce-checkout-review-order-list .cart-subtotal {
    margin-top: 23px;
}

#ship-to-different-address label {
    display: inline;
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b;
    margin-left: 9px;
}

#ship-to-different-address p {
    font-size: 14px;
    color: #7b7b7b;
}

.woocommerce-order-review_list h3 {
    margin-bottom: 26px;
}

.woocommerce form .woocommerce-billing-fields .form-row {
    margin-bottom: 18px;
}

.create-account p {
    color: #7b7b7b;
}

.woocommerce a.added_to_cart {
    display: inline-block;
    border: 2px solid #9d8f62;
    min-width: 170px;
    width: auto;
    height: auto;
    padding: 14px 10px 15px 10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #9d8f62;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce a.added_to_cart:hover {
    background-color: transparent;
    color: #9d8f62;
}

.woocommerce .woocommerce-info {
    font-family: "Lora";
    font-style: italic;
    color: #31708f;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}

.woocommerce .woocommerce-info a {
    color: #31708f;
    text-decoration: underline;
}

.woocommerce .woocommerce-info a:hover {
    text-decoration: none;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0.7em;
    left: 0.9em;
}

.woocommerce .woocommerce-error {
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

.woocommerce .woocommerce-error:before {
    color: #ef8495;
}

.woocommerce fieldset legend {
    border-bottom: 1px solid #dfdfdf;
    font-size: 18px;
    color: #2b2b2b;
    padding-bottom: 24px;
}

.woocommerce .cart-empty {
    text-align: center;
}

.cart-empty_title {
    margin-bottom: 17px;
}

.myaccount_user {
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 30px;
}

.myaccount_user a {
    color: #9d8f62;
    text-decoration: underline;
}

.myaccount_user a:hover {
    text-decoration: none;
}

.myaccount_address {
    margin-bottom: 30px;
}

.woocommerce-account .addresses .title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 26px;
    margin-bottom: 23px;
}

.woocommerce-account .addresses .title h3 {
    margin: 0;
}

.woocommerce-account .addresses .title .edit {
    color: #9d8f62;
    text-decoration: underline;
}

.woocommerce-account .addresses .title .edit:hover {
    text-decoration: none;
}

.single-product-container .container-inner {
    padding-top: 60px;
    margin-bottom: 60px;
}

.single-product-container .content {
    background-color: #ffffff;
    padding: 15px 15px 0 15px;
}

.woocommerce-myaccount {
    background-color: #ffffff;
    padding: 15px;
}

.woocommerce .woocommerce-message {
    font-family: "Lora";
    font-style: italic;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    color: #3c763d;
}

.woocommerce .woocommerce-message a {
    color: #3c763d;
    text-decoration: underline;
}

.woocommerce .woocommerce-message a:hover {
    text-decoration: none;
}

.woocommerce .woocommerce-message .button.wc-forward {
    background-color: transparent;
    padding: 0;
}

.woocommerce .widget_top_rated_products .product_list_widget img,
.woocommerce .widget_recently_viewed_products .product_list_widget img {
    float: left;
    margin-right: 15px;
    width: 56px;
}

.woocommerce .widget_top_rated_products .product-title,
.woocommerce .widget_recently_viewed_products .product-title {
    font-family: "Roboto Slab";
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #9d8f62;
    font-weight: 400;
}

.woocommerce .widget_top_rated_products ins,
.woocommerce .widget_recently_viewed_products ins {
    text-decoration: none;
}

.woocommerce .widget_top_rated_products .amount,
.woocommerce .widget_recently_viewed_products .amount {
    font-family: "Lora";
    font-style: italic;
    font-size: 14px;
    color: #5790a9;
}

.woocommerce .widget_top_rated_products del .amount,
.woocommerce .widget_recently_viewed_products del .amount {
    color: #a2a2a2;
}

.woocommerce .widget_top_rated_products .product_list_widget > li {
    margin-bottom: 10px;
}

.woocommerce .widget_top_rated_products .product_list_widget > li:last-child {
    margin-bottom: 0;
}

.woocommerce .widget_top_rated_products .product_list_widget .star-rating {
    font-style: normal;
    margin: 0 0 5px 0;
}

.woocommerce .widget_top_rated_products .product-title {
    margin-bottom: 5px;
    display: block;
}

.woocommerce ul.products li.product img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    display: block;
}

.woocommerce-rating_holder {
    min-height: 12px;
    margin-bottom: 11px;
}

.products-list-container .container-inner {
    padding-top: 60px;
    margin-bottom: 60px;
}

.products-list-container .content {
    background-color: #ffffff;
    padding: 30px 15px;
}

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

.woocommerce-product-summary:after {
    content: "";
    clear: both;
    display: block;
}

.woocommerce-product-summary {
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0 -15px 30px -15px;
}

.woocommerce-product-summary_inner {
    padding: 0 15px;
}

.woocommerce-tabs {
    border-bottom: 1px solid #f4f4f4;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    margin-bottom: 24px;
}

.woocommerce-tabs_inner {
    padding: 0 15px;
}

.woocommerce form .form-row {
    margin-bottom: 21px;
}

.woocommerce-account .woocommerce form .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment .payment_method_paypal img {
    display: none;
}

.woocommerce .button.save_account_details {
    margin-top: 30px;
}

@media (max-width: 768px){
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 50%;
    }

    .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product {
        width: 50%;
    }

    .woocommerce nav.woocommerce-pagination ul {
        padding: 0;
    }

    .woocommerce nav.woocommerce-pagination .page-numbers.prev,
    .woocommerce nav.woocommerce-pagination .page-numbers.next {
        display: none;
    }

    .woocommerce-account .woocommerce form.login {
        margin-bottom: 30px;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 48%;
    }

    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
    .woocommerce-cart table.cart .button, .woocommerce-cart table.cart input[type="submit"] {
        min-width: 0;
    }

    .woocommerce-cart table.cart td.actions {
        text-align: right;
    }

    .woocommerce-cart table.cart td.actions .coupon .button {
        float: none;
    }
}

@media (max-width: 480px) {
    .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product,
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }

    .woocommerce form .form-row label.remember-me {
        display: block;
        margin-left: 0;
    }

    .lost_password {
        float: none;
        display: block;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce-cart table.cart .product-name,
    .woocommerce table.shop_table th {
        padding: 9px 6px;
        font-size: 12px;
    }

    .woocommerce table.shop_table td {
        padding: 12px 6px;
    }

    .woocommerce-cart table.cart td.product-subtotal, .woocommerce-cart table.cart td.product-price {
        font-size: 12px;
    }

    .woocommerce .quantity .qty {
        min-width: 0;
        width: 2.631em;
    }
}

@media (max-width: 640px) {
    .woocommerce .woocommerce-checkout-review-order .woocommerce-order-review_list,
    .woocommerce-checkout-review-order .woocommerce-checkout-payment {
        width: 100%;
        float: none;
    }

    .woocommerce .woocommerce-checkout-review-order .woocommerce-order-review_list {
        margin-bottom: 49px;
    }

    .woocommerce-checkout #payment div.form-row {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}