

/* footer section start */
footer .content_area {
    width: 1350px;
}
footer a {
    transition: 0.3s ease;
}
footer a:hover,
footer a:hover img {
    opacity: 0.8;
}
.footer_top {
    padding: 32px 0;
}
.footer_bottom a{
	padding:0px;
	background:none;
	font-weight:normal;
	}
.footer_top .button {
    width: 290px;
	display:block;
	margin:0 auto;
}
.footer_bottom {
    padding-top: 48px;
    padding-bottom: 24px;
    border-top: 1px solid var(--Gray_30);
    border-bottom: 1px solid var(--Gray_30);
    text-align:left;
}
.footer_bottom .content_area {
    display: flex;
    align-items: flex-start;
	width:1350px;
}
.media_links{
    display: flex;
    padding-left: 0;
    align-items: center;
    margin: 0 auto;
    width: max-content;
}
.media_links li {
    list-style: none;
}
.media_links li:not(:last-child) {
    margin-right: 16px;
}
.footer_bottom__left  {
    width: 343px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin:0px;
}

.footer_bottom__center {
    margin: 0 42px;
}
.footer_copyright {
    padding: 32px 0;
}
.cart_payments {
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    text-align: center;
}
.cart_payments > div{
	min-width:48px;
	}
.cart_payments_credit-cards {
    text-align: left;
	width: 200px;
}
.payment_icons {
    display: flex;
    flex-wrap: wrap;
}
.payment_icons.merchant{
	width: 225px;
    justify-content: space-between;
	}
.cart_payments span {
    display: block;
    margin-top: -5px;
}
.footer_nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer_nav ul {
    padding: 0;
    margin: 0;
}
.footer_nav li {
    list-style: none;
    /* padding-top: 18px; */
    padding: 0 0 14px 0;
    white-space: nowrap;
}
.footer_nav > ul {
    padding-right: 16px;
}
.footer_nav > ul:not(:last-child) {
    margin-right: 32px;
}
.footer_nav .title_chevron {
    pointer-events: none;
    margin-bottom: 12px;
}
.footer_nav .title_chevron:before {
    display: none;
}
.site-footer {
    padding: 0 !important;
	max-width:none;
}
.site-footer a{
	text-decoration:none !important;
	}
.site-footer a:not(.button):hover {
    opacity: 0.8;
}
.footer_bottom__right {
    align-self: flex-start;
}
.footer_copyright a{
	text-decoration:underline !important;
	}
@media(max-width: 1024px) {
    .footer_bottom .content_area {
        align-items: center;
        flex-direction: column;
    }
    .footer_bottom__center  {
        margin: 0;
        width: 100%;
        margin-top: 32px;
        padding: 16px 0;
        border-top: 1px solid var(--Gray_80);
        border-bottom: 1px solid var(--Gray_80);
    }
    .footer_top {
        padding-bottom: 0;
    }
    .footer_bottom {
        border: none;
        padding-top: 32px;
    }
    .footer_nav > ul:last-child ul {
        padding-bottom: 12px;
    }
}
@media(max-width: 769px) {
    .footer_bottom {
		padding-bottom:0px;
		}
    .footer_bottom__center  {
        padding: 0;
		margin-bottom:16px;
    }
    .footer_nav {
        flex-direction: column;
    }
    .footer_nav .title_chevron {
        position: relative;
        padding: 12px 0;        
        pointer-events: visible;
        cursor: pointer;
        margin-bottom: 0;
    }
    .footer_nav > ul {
        padding: 0;
        margin-right: 0 !important;
        border-bottom: 1px solid var(--Gray_30);
    }
    .footer_nav .title_chevron + ul {
        display: none;
    }
    .footer_nav .title_chevron:before {
    display: block;
    }
    .footer_copyright  {
        font-size: 10px !important;
        padding: 24px 0;
    }
}

/* footer section end */