/*
---------
WooCommerce Style
BY THRIVE
---------
*/

/*-------- product archive --------*/

.woocommerce-breadcrumb {
    display: none;
}

.term-description {
    margin: 0 auto 80px;
}

@media screen and (min-width: 750px) {
    .term-description {
        width: 80%;
    }
}

ul.products::before,
ul.products::after {
    content: none !important;
}

ul.products {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.products li {
    list-style: none;
    margin: 0 0 2rem 0 !important;
    width: 30% !important;
}

ul.products li a {
    display: block;
    position: relative;
}

/*-------- product info --------*/

ul.products li .product_info,
ul.products li .product_info div {
    width: 100%;
}

ul.products li .product_info {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    text-align: center;
}

ul.products li a:hover .product_info {
    opacity: 1;
}

ul.products li .product_info h3 {
    margin-top: 0;
}

ul.products li .product_info span.price {
    font-size: 1.2rem;
    font-weight: 300;
    color: #d7d3d3;
}

span.onsale {
    background: #d7d3d3;
    height: 4rem;
    width: 4rem;
    position: absolute;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    line-height: 4rem;
    z-index: 9999;
}

/*-------- single product --------*/

.product {
    position: relative;
}

.single-product .hero {
    display: none;
}

.single-product #wooswipe,
.single-product .entry-summary {
    width: 24rem !important;
}

.entry-summary h1 {
    margin-bottom: 1rem;
}

.entry-summary h4 {
    font-size: 1.2rem;
}

.entry-summary .description {
    border-top: 1px solid #d7d3d3;
    border-bottom: 1px solid #d7d3d3;
}

.entry-summary td.label {
    display: none;
}

.variations {
    border: 1px solid #d7d3d3;
}

button.single_add_to_cart_button {
    max-width: 10rem;
    margin: 25px 0;
}

.theme-marianahardwick .woocommerce .quantity input,
.theme-marianahardwick .product form.cart .quantity input,
.theme-marianahardwick .product form.cart .variations select {
    border: 1px solid #d7d3d3 !important;
    background: none !important;
    height: 38px !important;
    padding: 0 0.5rem !important;
    border-radius: 0.5rem;
}

.theme-marianahardwick .product form.cart table,
.theme-marianahardwick .product form.cart table tr,
.theme-marianahardwick .product form.cart table td {
    border: 0 !important;
    width: 100%;
}

.theme-marianahardwick .woocommerce .quantity input,
.theme-marianahardwick .product form.cart .quantity input {
    width: 7rem !important;
    float: left;
    margin-right: 10px;
}

.theme-marianahardwick .product form.cart .variations select {
    margin-left: 10px;
    width: 100%;
}

form.cart .reset_variations {
    display: none !important;
}

/* .quantity input,
.variations select {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.quantity {
  display: flex;
  justify-content: space-between;
  width: 6rem;
  height: 2rem;
  border: 1px solid #d7d3d3;
}

.quantity input {
  border: 0 !important;
  background: none;
  height: 2rem !important;
  float: left;
  padding: 0;
  width: 2rem !important;
}

.quantity input.minus {
  float: left;
  width: 3rem !important;
}

.quantity input.plus {
  float: right;
  width: 3rem !important;
}

.quantity input[type='number'] {
  border-right: 1px solid #d7d3d3;
  border-left: 1px solid #d7d3d3;
  padding-left: 0.5rem;
}

.variations select {
  padding: 1rem;
  padding-right: 3rem;
  background-image: url(images/drop.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 20px center;
} */

ul#single-product-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#single-product-menu li {
    display: inline-block;
}

ul#single-product-menu li a {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
    color: #333;
    float: left;
}

ul#single-product-menu li:after {
    content: "/";
    color: #d7d3d3;
    margin: 0 0.5rem;
}

ul#single-product-menu li:last-child:after {
    content: "";
}

.product_meta,
.woocommerce-tabs,
.slick-slide:first-child,
button.slick-arrow {
    display: none !important;
}

/*-------- cart --------*/

#cart_wrap {
    padding: 2rem !important;
    border: solid 1px #d7d3d3;
    overflow: hidden;
    padding-bottom: 0.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

#cart_wrap form th {
    padding-bottom: 1rem;
    text-align: left;
}

#cart_wrap tr.cart_item {
    border-top: solid 1px #e4e1e1;
}

#cart_wrap .cart_item td {
    padding: 1rem 0;
}

#cart_wrap .product-thumbnail img {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.cart {
    width: 100%;
}

.product-remove a {
    display: block;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    color: #d7d3d3;
    border-radius: 100%;
}

.product-remove a:hover {
    background-color: #e4e1e1;
}

.coupon,
#update_cart {
    width: 40%;
    margin-top: 2rem;
}

.coupon {
    width: 24rem;
}

.coupon,
.coupon .button {
    float: left !important;
}

#update_cart {
    margin: 2rem 0 0;
    float: right;
}

.coupon .button,
.coupon input[type="text"] {
    height: 2.5rem !important;
    padding: 0 1rem;
    margin: 0;
}

#cart_wrap .coupon label {
    display: none !important;
}

#cart_wrap .coupon input[type="text"] {
    border-radius: 7px 0 0 7px !important;
    background: #f0f0f0 !important;
    border: 0 !important;
    float: left !important;
    font-family: "Lato", sans-serif;
    width: 9rem !important;
    font-weight: 300;
    padding: 0 0.5rem !important;
}

.coupon .button {
    border-radius: 0 7px 7px 0;
}

.coupon .button {
    float: left;
    margin: 0;
}

.woocommerce .cart-collaterals {
    width: 100% !important;
    box-sizing: border-box;
}

.cart_totals {
    width: 100% !important;
    margin-top: 3rem;
    border-top: 1px solid #e4e1e1;
}

.cart_totals table {
    width: 100%;
}

.cart_totals table th,
.cart_totals table td {
    line-height: 40px;
    width: 50%;
}

.cart_totals tr {
    padding: 1.5rem 0;
    border-top: 1px solid #e4e1e1;
}

#cart_wrap .cart_totals h2 {
    margin-top: 3rem !important;
}

.cart-subtotal th,
.shipping th,
.order-total th {
    text-align: left;
}

ul#shipping_method {
    padding: 0;
}

ul#shipping_method li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checkout-button {
    text-transform: uppercase;
    display: block;
    width: 100% !important;
    text-align: center;
    margin-top: 30px;
    border-radius: 7px;
    margin-top: 30px !important;
    color: white;
}

.shipping-calculator-button {
    background-color: #969696;
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: center;
    border-radius: 10px;
}

.shipping-calculator-form select,
.shipping-calculator-form input {
    height: 3rem;
    font-size: 0.9rem;
    border: 1px solid #d7d3d3;
    padding: 0.5rem;
    font-weight: 300;
    background: none;
}

.shipping-calculator-form button,
.update_button {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

.return-to-shop {
    text-align: center;
}

.return-to-shop a {
    margin: 0 auto;
}

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

.cart_item td {
    vertical-align: middle;
}

.woocommerce-cart .cross-sells {
    display: none;
}

.woocommerce-checkout-review-order-table {
    float: left;
    width: 45%;
}

.woocommerce-checkout-payment {
    float: right;
    width: 45%;
}

.woocommerce-message {
    margin: auto;
    max-width: 80%;
    text-align: center;
    font-weight: 300;
    background: #f9f9f9;
    padding: 2rem;
    font-size: 0.9rem;
    line-height: 2.3rem;
}

/*-------- buttons --------*/

.woocommerce-message a.button {
    margin-top: 0;
    margin-bottom: 2rem;
    float: none !important;
}

.woocommerce-message a.button,
.wc-proceed-to-checkout .button {
    max-width: 15rem !important;
    font-weight: 400;
}

.shipping-calculator-button,
.checkout-button,
.coupon .button,
.return-to-shop .button,
.cart input[type="submit"],
.woocommerce-page #payment #place_order {
    max-width: 12rem !important;
    width: 12rem;
    font-weight: 400;
}

.shipping-calculator-button:hover,
.checkout-button:hover,
.return-to-shop .button:hover,
.woocommerce-message a.button:hover,
.woocommerce-message a.button:hover,
form.checkout .place-order .button:hover {
    background-color: #969696;
    color: #fff;
}

/*-------- checkout --------*/

.checkout_wrap,
.thankyou_checkout {
    padding: 2rem !important;
    border: solid 1px #d7d3d3;
    overflow: hidden;
    padding-bottom: 0.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 0.9rem;
}

form.checkout input,
form.checkout textarea {
    padding: 1rem;
    background: #f2f2f2;
    border: 0;
    font-weight: 300;
}

form.checkout input#ship-to-different-address-checkbox,
form.checkout input#terms {
    margin: 0.7rem 1rem 0 0 !important;
    float: left;
}

form.checkout h3#ship-to-different-address {
    text-align: left;
    line-height: 2.3rem;
}

form.checkout .shop_table td {
    padding: 1rem 0;
    border-bottom: 1px solid #d7d3d3;
}

form.checkout .terms {
    float: none !important;
}

.woocommerce-page #payment #place_order {
    float: left !important;
    margin-top: 1rem;
    background: #d7d3d3;
}

.thankyou_checkout span.amount {
    display: inline-block;
}

ul.payment_methods.methods {
    margin-top: 0 !important;
}

ul.payment_methods.methods li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order_review .shop_table th,
#order_review .product-name {
    text-align: left;
}

.woocommerce-info,
.checkout_coupon .form-row input.button {
    display: inline-block;
    margin: 0 auto;
    padding: 1rem;
    background: #d7d3d3;
}

.showcoupon,
.woocommerce-info:hover a {
    color: white;
}

.woocommerce-info:hover,
.checkout_coupon .form-row input.button:hover {
    background-color: #969696;
}

.checkout_coupon .form-row,
.checkout_coupon .form-row input {
    margin: 0;
    height: 50px;
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
}

.checkout_coupon .form-row input {
    margin-top: 0;
}

abbr[title] {
    border-bottom: none !important;
}

.chosen-container-active.chosen-with-drop a.chosen-single,
.chosen-container a.chosen-single {
    border: none !important;
    -moz-border-radius-bottomright: 0 !important;
    border-bottom-right-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    box-shadow: none !important;
    background-color: whitesmoke !important;
    border-radius: 0 !important;
}

ul.woocommerce-error {
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
}

ul.woocommerce-error li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.woocommerce-error li strong {
    color: #ffae7b;
}

ul.payment_methods.methods {
    padding: 2rem 0 0;
    margin: 0 !important;
}

ul.payment_methods.methods li:before {
    content: "";
}

.payment_method_paypal img {
    display: none !important;
}

.about_paypal {
    display: inline-block;
    position: relative;
    line-height: 40px;
    padding-left: 70px;
    margin-left: 10px;
}

.about_paypal:before {
    content: "\f1f4";
    font-family: FontAwesome;
    font-size: 45px;
    margin-right: 25px;
    color: black;
    line-height: 40px;
    position: absolute;
    left: 0;
    color: #279cd5;
}

.order_details tr td,
.order_details tr th {
    text-align: left;
}

.woocommerce-checkout #main header {
    background-image: none;
    border: none;
    padding-bottom: 0;
}

.woocommerce-checkout header h2 {
    font-size: 33px !important;
    line-height: 53px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 40px !important;
    margin-bottom: 0;
    display: block;
}

dl.customer_details {
    background-color: transparent;
}

dl.customer_details dt {
    width: auto;

    font-weight: 700;
}

dl.customer_details dd {
    border-bottom: solid 1px whitesmoke;
    width: auto;
    padding-left: 0;
}

ul.order_details {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.order_details li {
    background-image: url(images/forward.svg);
    background-size: 0.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0.5rem 0 0.5rem 1.5rem;
}

.thankyou_checkout .shop_table {
    width: 100%;
}

.thankyou_checkout .shop_table td,
.woocommerce table.shop_table_responsive tr td,
.thankyou_checkout .shop_table th {
    width: 50%;
    padding: 0.5rem 0;
    text-align: left !important;
    background: none !important;
}

.woocommerce table.shop_table_responsive tr td {
    display: initial !important;
    margin-left: 1rem;
}

.woocommerce table.shop_table_responsive tr {
    padding: 0.5rem 0;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 50% !important;
}

/*-------- responsive --------*/

@media screen and (max-width: 890px) {
    .single-product #wooswipe,
    .single-product .entry-summary {
        width: 100% !important;
        margin: auto;
    }

    .single-product #wooswipe {
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    ul.products li {
        width: 45% !important;
    }

    .coupon,
    #update_cart {
        width: 100%;
        float: left;
    }

    .coupon input {
        float: left !important;
    }

    .woocommerce-checkout-review-order-table,
    .woocommerce-checkout-payment {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 600px) {
    #cart_wrap,
    .checkout_wrap,
    .thankyou_checkout {
        padding: 0rem !important;
        border: 0;
    }

    .shop_table th,
    .shop_table td,
    #cart_wrap form th,
    .cart_item {
        font-size: 0.7rem;
    }

    #cart_wrap form th.product-remove {
        width: 2rem;
    }

    #cart_wrap form th.product-name {
        width: 6rem;
    }

    #cart_wrap form th.product-price,
    #cart_wrap form th.product-total,
    #cart_wrap form th.product-quantity {
        width: 4rem;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
    }

    /*
	#cart_wrap{
		border: 0;
	}
	.shop_table.cart{
		font-size: 0.8em;
		line-height: 1.2em;
	}
	.shop_table input.button{
		font-size: 1em;
	}
	.quantity input.input-text.qty.text{
		width: 40px;
	}

	.shop_table.cart .plusminusbutton, .shop_table.cart .quantity input.input-text.qty.text{
		width: 30px;
		height: 30px;
		font-size: 1em;
		line-height: 20px;
	}
	.shop_table.cart .plusminusbutton{
		display: none;
	}
	.actions #update_cart{
		width: auto;
	}
	.cart_totals table th, .cart_totals table td{
		font-size: 0.8em;
		line-height: 1.5;
	} */
}

@media screen and (max-width: 500px) {
    ul.products li {
        width: 100% !important;
    }

    ul.products li .product_info {
        height: 8rem !important;
        opacity: 1;
    }
}

/*
.onsale{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgb(249, 249, 249);
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 40px;
}

.star-rating{
	display: none;
}




nav.woocommerce-pagination{
	margin: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

nav.woocommerce-pagination ul{
	margin: 0px;
}

nav.woocommerce-pagination ul li{
	float: left;
	margin: 0;
	padding: 0;
	background-color: #99D0D4;
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 5px;
}

nav.woocommerce-pagination ul li span,
nav.woocommerce-pagination ul li a{
	background-color: #99D0D4;
	color: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

nav.woocommerce-pagination ul li a{
	text-align: center;
	color: rgb(113, 113, 113);
}

nav.woocommerce-pagination ul li a:hover{
	background-color: #62a8ad;
}

.button{
	max-width: 240px;
}
.woocommerce-review-link{
	display: none;
}

.single-product .onsale{
	display: none;
}

.single-product .tabs{
	display: none;
}

.product_meta{
	padding-top: 20px;
}
.description{
	margin-top: 20px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;

	border-top: solid 1px #e3e3e3;
}



.related.products{
	margin-top: 100px;
}

.product_title.entry-title{
	margin-bottom: 50px;
}

.product_title.entry-title,
.related.products h2{
	font-size: 32px;
	line-height: 45px;
}

.related.products{
	border-top: solid 1px #e5e5e5;
	padding-top: 50px;
}

.related.products h2{
	text-align: center;
	margin-bottom: 10px;
}

p#related_blurb{
	text-align: center;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 40px;
}

.related.products ul{

}

.related.products ul li{

}

.related.products ul li a .producttitle_wrap{
	opacity: 1;
	position: relative;
	bottom: 0;
}

.related.products ul li a:hover .producttitle_wrap{
	position: relative;
	bottom: 0;
}

.related.products ul li a:hover{
	opacity: 0.6;
}

.related.products ul li h3{
	float: none;
	width: 100%;
	text-align: center;

	text-transform: uppercase;
	color: #787878;

	margin-top: 15px;
	margin-bottom: 5px;
}

.owl_related .owl-dots{
	display: none !important;
}

.owl_related .owl-nav{
	display: block !important;
}

.owl_related .owl-prev {
	left: -70px;
	height: 80%;
}

.owl_related .owl-next{
	right: -70px;
	height: 80%;
}

.owl_related .owl-prev:hover,
.owl_related .owl-next:hover{
	opacity: 0.5;
}

.upsells.products{
	display: none;
}
#accordion{
	margin-bottom: 10px;
}

#accordion h3{
	font-size: 19px;
	border-bottom: solid 1px #e3e3e3;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
}

#accordion h3:after{
	content: "\f067";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;

	position: absolute;
	right: 0;
	line-height: 40px;
	font-size: 17px;

	color: #c3e8f0;
}

#accordion h3.ui-state-active:after{
	content: "\f068";
}

#accordion .accordion_cont_wrap{
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0;
	border-bottom: solid 1px #e3e3e3;
}
#accordion h3.static:after{
	content: "";
	display: none;
}
.ui-state-focus{
	outline: none;
}

.reset_variations{
	display: none;
	padding-left: 10px;
}

.variations select{
  box-sizing: border-box;
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 0;
  background-color: #f7f7f7;

  border: solid 1px #d1d1d1;
  color: #838383;
  padding: 15px;

  background-image: url(images/drop-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.variations_form label, .variations_form h4{
	text-transform: capitalize;
	font-size: 1em;
	font-family: inherit;
	letter-spacing: 0.03em;
}
.product_meta{
	display: none;
}

.single-product ul.products li{
	width: 100% !important;
}

#calc_shipping_country{
	background-image: url(images/drop-arrow.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.woocommerce-cart .scol{
	width: 80%;
	margin: auto;
}

.coupon input{
	float: left !important;
}

@media screen and (max-width: 900px){

	.woocommerce-cart .scol{
		width: 100%;
	}

}




.thankyou_checkout h2{
	color: #8fcbd1;
	font-weight: normal;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.thankyou_checkout header{
	background-color: transparent;
}

.thankyou_checkout header h2{
	margin: 0 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.col2-set.addresses{
	margin-top: 50px;
}

.col2-set.addresses .col-1,
.col2-set.addresses .col-2{
	padding: 10px;
	box-sizing: border-box;
	border: solid 2px #8fcbd1;
}

.col2-set.addresses .col-1 header h3,
.col2-set.addresses .col-2 header h3{
	color: #8fcbd1;
	font-weight: normal;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.thankyou_checkout header{
	position: relative;
}

.page-numbers li:before{
	content: ' ';
	padding: 0;
}


.prod_wrap.scol.center{
		width: 95%;
		margin:0 auto 50px auto;
}

.woocommerce .content_style table{
	margin: 0;
}
@media screen and (max-width: 800px){



}
@media screen and (max-width: 768px){

	.producttitle_wrap{
		opacity: 1;
		bottom: -1px;
	}
	#zoomy_wrapper a{
		margin: 0 auto !important;
		text-align: center;
		max-height: 600px;
	}
	#thumbelina{
		position: relative;
	}
	.woocommerce img, .woocommerce-page img {
	  height: auto;
	  max-width: 100%;
	  max-height: 100%;
	  width: auto;
	}
	.coupon{
		width: 100% !important;
	}
	#cart_wrap{
		padding: 20px 5px;
	}

	.checkout_wrap, .thankyou_checkout{
		padding: 10px;
	}

	.thankyou_checkout {
	  width: 100% !important;
	}

	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-payment {
	  float: none;
	  width: 100%;
	}

	.woocommerce-checkout-payment{
		margin-top: 50px !important;
	}
}
@media screen and (max-width: 450px){

} */

.term-collections .product .price,
.product_cat-collections .summary .cart,
.product_cat-collections .summary .price,
.product_cat-collections .summary #accordion,
.product_cat-collections .summary .accordion,
.post-type-archive-product .product_cat-collections {
    display: none !important;
}

.product_cat-collections .summary .share-this {
    margin-top: 0;
    border-top: 0;
}
