/*  */

.single-product.woocommerce div.product {
    margin-top: 25px;
}

/* Product title */

.woocommerce div.product h1.product_title {
    font-size: 20px !important;
    color: #000;
}

/* Description */

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 55%;
    position: relative;
}

.woocommerce-product-details__short-description {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description strong {
    font-weight: 500;
}

.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-product-details__short-description h3,
.woocommerce-product-details__short-description h4,
.woocommerce-product-details__short-description h5,
.woocommerce-product-details__short-description h6 {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.woocommerce-product-details__short-description ul {
    padding: 0;
    margin: 0 0 15px;
    padding-left: 20px;
    font-size: 13px;
}

.woocommerce-product-details__short-description ol {
    padding: 0;
    margin: 0 0 15px;
    padding-left: 20px;
    font-size: 13px;
}

.woocommerce-product-details__short-description ul li {
    margin-bottom: 4px;
}

.woocommerce-product-details__short-description ol li {
    margin-bottom: 4px;
}

/* Brand */

.single-brand-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* Related products */

.related.products {
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 15px;
}

.related.products h2 {
    font-size: 16px;
    color: #333;
    text-align: left;
    margin: 20px 0 20px;
    text-transform: capitalize;
}

.related.products h2.woocommerce-loop-product__title {
    text-align: center;
}

/* Main image */

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 450px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 70px;
    margin: 10px 5px 0;
    margin-left: 0;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: inherit;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #eee;
    padding: 5px;
}

/* Add to cart */

.single-product.woocommerce div.product form.cart {
    position: relative;
}

.single-product.woocommerce div.product.outofstock.product-type-simple form.cart {
    display: none;
}

.single-product.woocommerce div.product form.cart div.quantity {
    margin-left: 37px;
    margin-right: 50px;
    text-align: center;
    right: 25px;
}

.single-product.woocommerce div.product form.cart button.minus {
    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
    height: 44px;
    border-radius: 0;
    border: 1px solid #aaa;
    cursor: pointer;
}

.single-product.woocommerce div.product form.cart button.plus {
    position: absolute;
    left: 90px;
    width: 35px;
    text-align: center;
    height: 44px;
    border-radius: 0;
    border: 1px solid #aaa;
    cursor: pointer;
}

.single-product.woocommerce .quantity .qty {
    padding: 10px 0 11px;
    border: 1px solid #ccc;
    background: #fff;
    width: 51px;
    text-align: center;
    border-radius: 0;
}

.single-product.woocommerce div.product form.cart .single_add_to_cart_button.button {
    padding: 14px 18px 14px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
}

a.btn-buy-now {
    padding: 10px 15px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(-180deg, #f53d2d, #f63);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

a:hover.btn-buy-now {
    color: rgba(255, 255, 255, 0.8);
}

/* Variation */

.single-product.woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
}

.single-product.woocommerce div.product form.cart .variations tr td select {
    margin-bottom: 5px !important;
}

a.reset_variations {
    color: red;
    text-transform: uppercase;
    font-size: 11px !important;
}

a:hover.reset_variations {
    text-decoration: none !important;
}

.single-product.woocommerce div.product form.cart .variations select {
    font-size: 13px !important;
}

.single-product.woocommerce div.product form.cart .variations label {
    margin-top: 3px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 500;
}

/* Price */

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-weight: 500;
}

/* Wishlist */

a.wl-add-to.wl-add-but.button {
    background: #fff;
    padding: 0 !important;
    margin-top: 10px;
    font-size: 11px;
}

/* Additional information */

#tab-additional_information h2 {
    font-size: 20px !important;
    color: #000;
    margin: 0 0 15px !important;
    display: none;
}

.woocommerce #tab-additional_information table.shop_attributes {
    margin-top: 20px;
}

.woocommerce #tab-additional_information table.shop_attributes td {
    font-style: normal;
}

.entry-content#tab-additional_information > * {
    max-width: 100%;
}

.woocommerce table.shop_attributes th {
    font-weight: 500;
}

/* Product meta */

.summary.entry-summary .product_meta {
    font-size: 13px;
}

.summary.entry-summary .product_meta a {
    color: #f03030;
}

.summary.entry-summary .product_meta a:hover {
    color: #333;
    text-decoration: none;
}

.summary.entry-summary .product_meta > span {
    display: block;
}

/* Reviews */

#reviews {
    max-width: 100%;
    margin-top: 0 !important;
}

.woocommerce #reviews #comments h2 {
    font-size: 20px !important;
    color: #000;
    margin: 0 0 15px !important;
    display: none;
}

/* Description */

#tab-description h2 {
    font-size: 20px !important;
    color: #000;
    margin: 0 0 15px !important;
    display: none;
}

.entry-content#tab-description > * {
    max-width: 100%;
}

.entry-content#tab-description p {
	margin-top: 0!important;
    margin-bottom: 14px!important;
}

.entry-content#tab-description h1,
.entry-content#tab-description h2,
.entry-content#tab-description h3,
.entry-content#tab-description h4,
.entry-content#tab-description h5,
.entry-content#tab-description h6 {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 0;
}

/* Product tabbing */

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
}