/*
Theme Name: mybins
Theme URI: https://www.mybins.co.uk/
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for mybins
Version: 1.0.0
Text Domain: mybins
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

:root {
	--light-grey: #f2f2f2;
  	--dark-grey: #666;
  	--dark: #222;
  	--main-transition-value: cubic-bezier(0.4, 0, 0, 1);
}

body {
	background: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: var(--dark);
}

a {
	color: var(--dark);
	text-decoration: none;
	-webkit-transition: all 0.2s var(--main-transition-value) 0s;
	transition: all 0.2s var(--main-transition-value) 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin-bottom: 10px;
    font-weight: 600;
}

h1 {
	font-size: 36px;
    margin-bottom: 20px;
}

h2,
h3.h2 {
	font-size: 30px;
    margin-bottom: 20px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"], input[type="number"], input[type="password"], input[type="email"], textarea, select {
	width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid var(--light-grey);
    font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 13px;
    border-radius: 5px;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea, select {
	border-color: var(--dark-grey);
}

.button,
input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--light-grey);
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid var(--dark);
}

.button:hover,
input[type="submit"]:hover {
    background-color: var(--dark-grey);
    color: #fff;
}

.center {
    text-align: center;
}

.cwrap {
    display: flex;
    justify-content: space-between;
}

.cols {
    flex-wrap: wrap;
    margin: 0 -25px;
    justify-content: start;
}

.valign {
    align-items: center;
}

.col {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 25px;
}

.col4 {
	flex: 1 1 25%;
	max-width: 25%;
	padding: 0 25px;
}

.col5 {
	flex: 1 1 20%;
	max-width: 20%;
	padding: 0 25px;
}

.col6 {
	flex: 1 1 16.66%;
	max-width: 16.66%;
	padding: 0 25px;
}

.col12 {
	flex: 1 1 100%;
	max-width: 100%;
	padding: 0 25px;
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
    gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    padding: 5px 20px;
}

.site-branding img {
	max-width: 300px;
}

.site-nav {
	gap: 40px;
}

.site-menu ul {
	display: flex;
    gap: 15px;
}

.site-menu ul li a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 18px;
	display: none;
	float: right;
	top: 2px;
	cursor: pointer;
}

.mobile-slide span {
	background-color: #cf2228;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: #cf2228;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	background: #cf2228;
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.section {
	padding: 50px 0;
}

.alt-bg {
    background-color: var(--light-grey);
}

.banner-content {
	max-width: 520px;
}

.banner h1 {
	font-size: 24px;
	line-height: 1.6;
}

.banner a {
	text-decoration: underline;
}

.banner .col:last-child {
    text-align: center;
}

.bins .cwrap {
    margin: 0 -15px;
}

.bins .col6 {
    padding: 0 15px;
}

.product-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.product-image {
    height: 250px;
}

.product-image a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.product-image img {
	max-height: 180px;
	width: auto;
	margin: 0 auto;
}

.product-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-content h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.product-content p {
    margin-bottom: 0;
    padding: 12px 0 20px;
    font-size: 18px;
}

.product-content p {
    margin-top: auto;
}

.product-content p small {
    font-size: 13px;
    display: inline-block;
    padding-left: 10px;
}

.product-card:hover .button {
    background-color: var(--dark-grey);
    color: #fff;
}

.gallery img {
	max-width: calc(100%/9 - 5px);
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 25px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: var(--dark-grey);
}

.breadcrumbs svg {
    display: inline-block;
    margin: 0 2px;
}

.archive-title {
    padding: 20px 0;
}

.archive-title h1 {
    margin-bottom: 0;
}

.archive .col4 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.archive .product-image {
    margin-bottom: 20px;
}

.archive .product-card {
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    padding: 20px;
}

.archive .product-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.product-gallery {
    overflow: hidden;
}

.product-thumbs {
    width: 100px;
    float: left;
}

.product-images {
    width: calc(100% - 120px);
    float: right;
    border: 1px solid #ccc;
    position: relative;
    cursor: pointer;
}

.product-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    opacity: 0;
}

.product-images:hover .product-zoom {
    opacity: 1;
}

.thumb-slider .slick-list {
    margin: 25px 0;
}

.thumb-slide {
    width: 98px;
    height: 98px;
    padding: 5px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    cursor: pointer;
}

.image-slider .slick-slide {
    height: 500px;
}

.image-slide {
    height: 490px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery img {
    max-height: 100%;
    width: auto;
}

.slick-arrow {
    background: url('images/dark-arrow.png') center center / contain no-repeat;
    border: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    z-index: 10;
    cursor: pointer;
}

.slick-next.slick-arrow {
    left: auto;
    right: 10px;
}

.slick-prev.slick-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.thumb-slider .slick-arrow {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.thumb-slider .slick-prev {
    top: -30px;
    transform: translateY(0) rotate(-90deg);
}

.thumb-slider .slick-next {
    top: auto;
    bottom: -30px;
    transform: translateY(0) rotate(90deg);
}

.product-sku {
    color: var(--dark-grey);
}

.product-price {
    font-weight: 600;
    font-size: 24px;
}

.product-desc {
    margin-bottom: 30px;
}

.product-desc ol,
.product-desc ul,
.description ol,
.description ul {
    padding: 0 0 20px 20px;
}

.product-desc ol li,
.product-desc ul li,
.description ol li,
.description ul li {
    list-style: disc outside none;
    line-height: 1.6;
    margin-bottom: 8px;
}

.product-desc ol li,
.description ol li {
    list-style-type: decimal;
}

.product-options {
    max-width: 360px;
    padding-bottom: 20px;
}

.product-option {
    margin-bottom: 20px;
}

.product-option label {
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.product-form {
    justify-content: start;
    gap: 20px;
}

.quantity-wrap {
    overflow: hidden;
    width: 140px;
    border-radius: 5px;
}

.quantity-wrap span {
    display: block;
    width: 40px;
    height: 50px;
    float: left;
    background-color: var(--light-grey);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.quantity-wrap input {
    width: 60px;
    height: 50px;
    float: left;
    border-color: var(--light-grey);
    text-align: center;
    font-size: 14px;
}

.quantity-wrap input[type="number"]::-webkit-outer-spin-button,
.quantity-wrap input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-wrap input[type="number"] {
    -moz-appearance: textfield;
    border-radius: 0;
}

.product-form .button {
    background-color: var(--dark-grey);
    color: #fff;
    height: 50px;
    padding: 0 100px;
    line-height: 50px;
}

.woocommerce-dashboard .inner {
    max-width: 1240px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 22%;
}

.woocommerce-MyAccount-navigation li a {
	display: block;
	color: #000;
	padding: 15px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation li:last-child a {
	border-bottom: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 74%;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Cart Drawer Styles
--------------------------------------------------------------*/

.cart-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
}

.cart-opened .cart-overlay {
    display: block;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    height: 100%;
    z-index: 20;
    background-color: #fff;
    border-left: 1px solid var(--light-grey);
    transform: translateX(500px);
    transition: transform 0.5s var(--main-transition-value) 0s;
}

.cart-opened .cart-drawer {
    transform: translateX(0);
}

.cart-wrap  {
    flex-direction: column;
    position: relative;
    height: 100%;
    justify-content: start;
}

.cart-header {
    padding: 12px 20px;
    border-bottom: 1px solid var(--light-grey);
}

.cart-header h3 {
    margin-bottom: 0;
}

.cart-layout {
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}

.cart-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    text-align: center;
    padding-top: 80px;
    display: none;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--light-grey);
    border-bottom-color: var(--dark);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cart-empty {
    text-align: center;
    padding: 60px 40px;
    max-width: 360px;
    margin: 0 auto;
}

.cart-empty p {
    font-size: 15px;
    color: var(--dark-grey);
}

.cart-empty p.empty-title {
    color: var(--dark);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-items {
    padding: 20px;
}

.cart-item {
    overflow: hidden;
    border-bottom: 1px solid var(--light-grey);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cart-image {
    width: 100px;
    float: left;
}

.cart-details {
    width: calc(100% - 120px);
    float: right;
    margin: 0;
}

.cart-left {
    flex: 1 1 73%;
    max-width: 73%;
}

.cart-item-name {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.cart-item-properties {
    font-size: 14px;
    color: var(--dark-grey);
    margin-bottom: 20px;
}

.cart-item-properties span {
    display: block;
}

.cart-item-qtty .quantity-wrap {
	width: 100px;
}

.cart-item-qtty .quantity-wrap span {
	width: 30px;
	height: 35px;
}

.cart-item-qtty .quantity-wrap input {
	width: 40px;
	height: 35px;
}

.cart-right {
    flex: 1 1 27%;
    max-width: 27%;
    padding-left: 15px;
    text-align: right;
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

.cart-item-price {
    font-weight: 600;
}

.cart-item-action {
    margin-top: auto;
}

.cart-item-action a {
    color: var(--dark-grey);
    border-bottom: 1px solid var(--dark-grey);
    font-size: 12px;
}

.cart-footer {
    margin-top: auto;
}

.cart-totals p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 8px 20px;
    border-bottom: 1px solid var(--light-grey);
}

.cart-totals p > span:first-child {
    font-weight: 600;
}

.cart-totals p:last-child {
    font-weight: 600;
}

.cart-actions {
    padding: 20px;
    display: flex;
    gap: 20px;
}

.cart-actions a {
    flex-grow: 1;
    text-align: center;
    padding: 18px;
    text-transform: uppercase;
}

.cart-actions a:first-child {
    background-color: var(--dark-grey);
    color: #fff;
}

.woocommerce table.shop_table thead th {
    text-transform: uppercase;
    font-size: 15px;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 15px 20px;
}

.woocommerce table.shop_table tbody th {
    font-weight: 400;
}

.woocommerce-cart table.cart img {
    width: 100%;
    max-width: 120px;
}

.woocommerce table.shop_table tbody th.product-name a {
    font-weight: 600;
}

.cart_item .variation {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.5em;
	font-size: 14px;
	color: var(--dark-grey);
    margin-top: 10px;
}

.cart_item .variation dt,
.cart_item .variation dd {
    margin: 0;
}

.cart_item .variation dt {
    font-weight: 600;
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-size: 18px;
    font-weight: 600;
}

#coupon_code {
    height: 40px;
    width: 200px !important;
    padding: 10px 15px;
    margin-right: 10px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 5px;
    height: 40px;
    font-weight: 600;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--dark-grey);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: var(--dark);
}

.woocommerce-info {
	border-top-color: var(--dark-grey);
}

.woocommerce-info::before {
	color: var(--dark-grey);
}

.woocommerce-form-coupon-toggle a {
    text-decoration: underline;
}

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

.woocommerce form .form-row label,
.mybins-registration label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 10px 15px !important;
    border-color: var(--dark-grey) !important;
}

#ship-to-different-address {
    font-size: 16px;
}

#ship-to-different-address span {
    display: inline-block;
    padding: 10px 0 10px 5px;
}

.woocommerce-privacy-policy-text p {
    font-size: 13px;
    color: var(--dark-grey);
}

.woocommerce-privacy-policy-text p a {
    text-decoration: underline;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: var(--dark-grey);
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 40px;
}

.page-heading {
    background-color: var(--light-grey);
    padding: 30px 0;
    text-align: center;
}

.page-heading h1 {
    margin-bottom: 0;
}

#register {
    display: none;
}

.woocommerce #customer_login.col2-set .col-1, .woocommerce-page #customer_login.col2-set .col-1, .woocommerce #customer_login.col2-set .col-2, .woocommerce-page #customer_login.col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce form.login, .mybins-registration {
    max-width: 400px;
    margin: 30px auto;
    border-radius: 0;
    position: relative;
}

.woocommerce-form__label-for-checkbox {
    padding-top: 8px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.mybins-registration .register-button .button,
.woocommerce-ResetPassword .button,
.woocommerce table.my_account_orders .button,
.woocommerce-MyAccount-content .button {
    float: right;
    margin-right: 0;
    padding: 15px 28px !important;
    background-color: var(--light-grey) !important;
    font-weight: 600 !important;
}

.woocommerce-ResetPassword .button,
.woocommerce table.my_account_orders .button {
    float: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.mybins-registration .register-button .button:hover,
.woocommerce-ResetPassword .button:hover,
.woocommerce table.my_account_orders .button:hover,
.woocommerce-MyAccount-content .button:hover {
    background-color: var(--dark-grey) !important;
    color: #fff !important;
    font-weight: 600;
}

.woocommerce form .form-row .input-text:focus, .woocommerce form .form-row select:focus {
	border-color: var(--dark-grey);
}

.login-meta {
    text-align: center;
    font-size: 14px;
    padding-top: 20px;
}

.login-meta a {
    color: var(--dark-grey);
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.login-meta a:hover {
    text-decoration: underline;
}

.login-meta a:first-child {
    padding-right: 20px;
}

.login-meta a:first-child:before {
    width: 1px;
    height: 100%;
    background-color: #777;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.mybins-registration {
    max-width: 500px;
}

.mybins-spinner {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    align-items: center;
    justify-content: center;
}

.mybins-registration form {
    border: 1px solid var(--light-grey);
    padding: 20px;
    margin-top: 30px;
}

.mybins-registration .cwrap {
    margin: 0 -12px;
}

.mybins-registration .col, .mybins-registration .col12 {
    padding: 0 12px;
}

.mybins-registration .cwrap .col, .mybins-registration .cwrap .col12 {
    margin-bottom: 20px;
}

.mybins-registration label {
    margin-bottom: 10px;
}

.woocommerce-ResetPassword {
    max-width: 800px;
    margin: 0 auto;
}

.mybins-tabs {
	margin-top: 40px;
}

.mybins-tab-head {
	overflow: hidden;
}

.mybins-tab-head a {
	display: block;
	padding: 14px 20px;
	background-color: #eee;
	font-weight: 600;
	float: left;
	text-transform: uppercase;
    font-size: 15px;
}

.mybins-tab-head a.active,
.mybins-tab-head a:hover {
	background-color: #000;
	color: #fff;
}

.mybins-tab-content,
.mybins-decline {
	display: none;
}

.mybins-decline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 50px;
}

#tab-1 {
	display: block;
}

.mybins-decline fieldset {
	background-color: #fff;
	max-width: 600px;
	margin: auto;
	padding: 30px;
	border: 1px solid #ccc;
}

.mybins-decline label {
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

.mybins-decline textarea {
	margin-bottom: 10px;
}

.user-list {
	min-height: 600px;
	position: relative;
}

.user-list table {
	width: 100%;
	border-collapse: collapse;
}

.user-list table th,
.user-list table td {
	border: 1px solid #ccc;
	padding: 18px;
    font-size: 14px;
}

.user-list table th {
	font-weight: 600;
	text-transform: uppercase;
}

.user-list .button {
	padding: 12px 20px;
	display: inline-block;
}

.user-list .button.delete,
.user-list .button.revoke {
	background-color: #a71930;
    color: #fff;
}

.user-list table td:last-child {
	text-align: center;
}

.woocommerce .woocommerce-Addresses.col2-set .col-1, .woocommerce-page .woocommerce-Addresses.col2-set .col-1,
.woocommerce .woocommerce-Addresses.col2-set .col-2, .woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
    float: left;
    width: 48%;
    padding: 20px;
    border: 1px solid #ddd;
}

.woocommerce .woocommerce-Addresses.col2-set .col-2, .woocommerce-page .woocommerce-Addresses.col2-set .col-2 {
    float: right;
}

.woocommerce-Address address {
	line-height: 1.6;
}

#account_display_name_description {
    padding-top: 8px;
    display: block;
}

#account_display_name_description em {
    font-style: normal;
    color: var(--dark-grey);
    font-size: 14px;
}

.woocommerce-EditAccountForm fieldset legend {
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 10px;
}

#order_comments {
    height: 100px;
}

.product-data {
    max-width: 510px;
}

.product-data p {
    margin-bottom: 25px;
}

.product-price del {
    color: #666;
    margin-right: 8px;
}

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

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

.woocommerce form.checkout_coupon .form-row {
    margin-bottom: 0;
}

.woocommerce form.checkout_coupon .form-row-first {
    width: auto;
}

.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}

.checkout_coupon button {
    background-color: var(--light-grey) !important;
    height: 40px;
    border: 1px solid var(--dark) !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
    background-color: var(--dark-grey);
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 900px) {
	.mobile-slide {
		display: block;
	}
}