/* Base */	
html ,body {padding: 0;margin: 0; font-family: 'Gothic A1', sans-serif; font-size: 14px; font-weight: 500; color: #000; background-color: #F5F5F5}

a {color: #CD9244;text-decoration: none; border: 0;}

h1, h2 {padding: 0; margin: 0; font-family: 'Gothic A1', sans-serif; font-size: 28px; color: #000;}
h3 {padding: 5px 0; margin: 0; font-family: 'Gothic A1', sans-serif; font-size: 20px; color: #000;}
h4 {padding: 0; margin: 0 0 15px; font-family: 'Gothic A1', sans-serif; font-size: 16px; color: #000;}
h6 {padding: 0; margin: 0; font-family: 'Gothic A1', sans-serif; font-size: 14px; color: #000;}

@media screen and (max-width: 1440px) {
	html ,body {font-size: 12px;}

	h1, h2 {font-size: 24px;}
	h3 {font-size: 18px;}
	h4 {font-size: 14px;}
	h6 {font-size: 12px;}
}

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


}

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


}

.list {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
} 
.list > li {
	position: relative;
	padding: 0;
	margin: 0 0 15px 20px;
}
.list > li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: #CD9244;
}

.icon {
	font-size: 16px;
}
@media screen and (max-width: 760px) {
	.icon {
		font-size: 14px;
	}
}
@media screen and (max-width: 760px) {
	.m-dissable {
		display: none!important;
	}
}

/* Form and buttons */

.form-input {
	display: block;
	margin: 5px -5px;
}
.form-input label {
	display: block;
	margin: 5px;
}
.form-element {
	padding: 14px 16px;
	margin-top: 5px;
	font-size: 15px;
	border:  1px solid #DBDBDB;
	border-radius: 3px;
	box-sizing: border-box;
}
.form-element:read-only {
	color: #c2c2c2;
}
.form-element.form--block {
	width: 100%;
}
.form-element.form-element--image {
	padding: 28px 80px;
	background-color: #F9F9F9;
}
.form-group-icon {
	position: relative;
  display: inline-block;
}
.form-group-icon .form-element {
  padding-left: 40px;
}
.form-group-icon span {
	position: absolute;
  left: 10px;
  top: 15px;
  color: #DBDBDB;
}

.btn {
	display: inline-block;
	padding: 14px 32px 14px;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	border:  1px solid #CD9244;
	border-radius: 4px;
	background-color: #CD9244;
	cursor: pointer;
}
.btn.btn--has_icon {
	position: relative;
	padding: 12px 32px 12px 42px;
}
.btn.btn--has_icon span {
	position: absolute;
	top: 10px;
	left: 15px;
}
@media (max-width: 720px) {
	.btn.btn--has_icon {
		padding: 12px;
		font-size: 0;
	}
	.btn.btn--has_icon span {
		position: initial;
	}
}
.btn--block {
	display: block;
	text-align: center;
}
.btn--outline {
	color: #000000;
	background-color: transparent;
}
.btn--link {
	color: #CD9244;
	border-color: transparent;
	background-color: transparent;
}
.btn--cart-qty {
	padding: 8px 11px;
	margin: 0 2px;
}

.text-red {
	color: #CA2138;
}
.text-green {
	color: #82c785;
}
.text-blue {
	color: #1976d7;
}

/* Structure */

.container {
	overflow: hidden;
}

.page--with-column {
	display: flex;
	flex-wrap: nowrap;
} 
.page--with-column .container {
	width: calc(100% - 380px);
	height: 100vh;
	padding: 0 25px;
	overflow-y: scroll;
	background-color: #ffffff;
}
.page--with-column .sitebar {
	position: relative;
	width: 380px;
	height: 100vh;
  background-color: #F5F5F5;
  overflow: hidden;
}
.page--with-column .sitebar .sitebar__wrap {
	padding: 20px 25px;
  background-color: #F9F9F9;
}
.page--with-column .sitebar .sitebar-header {
	margin-bottom: 20px;
}
.page--with-column .sitebar .sitebar-header h3 {
	margin-bottom: 0;
}
.page--with-column .sitebar .sitebar-header .sitebar--close {
	display: none;
}
.page--with-column .sitebar .sitebar-body {
  width: calc(100% + 15px);
  height: 78vh;
  padding-right: 10px;
  overflow-y: auto;
}
.page--with-column .sitebar .sitebar-footer {
	position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
}
.page--with-column .sitebar .sitebar-action {
	display: none;
}
@media screen and (max-width: 1440px) {
	.page--with-column .container {
		width: calc(100% - 320px);
		padding: 0;
	}
	.page--with-column .sitebar {
		width: 320px;
	}
	.page--with-column .sitebar .sitebar__wrap {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 980px) {
	.page--with-column .container {
		width: calc(100% - 280px);
		padding: 0;
	}
	.page--with-column .sitebar {
		width: 280px;
	}
	.page--with-column .sitebar .sitebar__wrap {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 760px) {
	.page--with-column .container {
		width: 100%;
		padding: 0;
	}
	.page--with-column .sitebar {
		width: inherit;
		height: inherit;
	}
	.page--with-column .sitebar .sitebar__wrap {
    position: fixed;
    top: 0;
    left: 0;
		display: none;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
    padding: 15px;
    z-index: 9999;
	}
	.page--with-column .sitebar .sitebar__wrap.active {
		display: block;
	}
	.page--with-column .sitebar .sitebar-header {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.page--with-column .sitebar .sitebar-header .sitebar--close {
		display: inline-block;    
		margin-right: 15px;
		color: #CD9244;
	}
	.page--with-column .sitebar .sitebar-header .sitebar--close span {
		font-size: 32px;
	}
	.page--with-column .sitebar .sitebar-body {
	  width: 100%;
	  height: 74vh;
	  padding-right: 10px;
	  overflow-y: auto;
	}
	.page--with-column .sitebar .sitebar-action {
		display: block;
		position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  padding: 20px;
	  font-size: 16px;
	  font-weight: 700;
	  color: #ffffff;
	  text-align: center;
	  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	  background-color: #CD9244;
	  cursor: pointer;
	}
	.page--with-column .sitebar .sitebar-action .cart-list-items {
	  padding: 6px 10px;
	  margin-left: 10px;
	  font-size: 12px;
	  color: #000;
		border-radius: 15px;
	  background-color: #fff;
	}
}
.page--with-column .sitebar .sitebar__wrap .cart-list {
	min-height:  calc(100vh - 245px);
}
.page--with-column .sitebar .sitebar__wrap .empty-cart {
    max-width: 150px;
    height: 230px;
    margin: 25vh auto 22vh;
}
.page--with-column .sitebar .sitebar__wrap .empty-cart p {
	text-align: center;
}

.page .seo {
	padding: 80px 20px 25px;
  line-height: 20px;
}
@media screen and (max-width: 760px) {
	.page .seo {
		padding: 15px 10px 25px;
	}
}

.page--access {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	background-image: url('../img/bg-access.jpg');
	background-repeat: no-repat;
	background-size: cover;
	background-position: center;
	background-color: #F5F5F5;
}
@media screen and (max-width: 760px) {
	.page--access {
		height: auto;
		min-height: 100vh;
	}
}
.page--content {
	width: 100%;
	line-height: 20px;
	background-color: #F5F5F5;
}
.page--content .container {
	max-width: 1180px;
	margin: 0 auto;
}
@media screen and (max-width: 760px) {
	.page--content .container {
		max-width: 100%;
	}
}
.page--content h1 {
	margin-top: 80px;
	margin-bottom: 80px;
  text-align: center;
}

.cols {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.col-1 {
	width: calc(8.3333% - 20px);
    padding: 0 10px;
}
.col-2 {
	width: calc(16.6666% - 20px);
    padding: 0 10px;
}
.col-3 {
	width: calc(25% - 20px);
    padding: 0 10px;
}
.col-4 {
	width: calc(33.3333% - 20px);
    padding: 0 10px;
}
.col-5 {
	width: calc(41.6665% - 20px);
    padding: 0 10px;
}
.col-6 {
	width: calc(50% - 20px);
    padding: 0 10px;
}
.col-7 {
	width: calc(58.3333% - 20px);
    padding: 0 10px;
}
.col-8 {
	width: calc(66.6666% - 20px);
    padding: 0 10px;
}
.col-9 {
	width: calc(75% - 20px);
    padding: 0 10px;
}
.col-10 {
	width: calc(83.3333% - 20px);
    padding: 0 10px;
}
.col-11 {
	width: calc(91.6663% - 20px);
    padding: 0 10px;
}
.col-12 {
	width: calc(100% - 20px);
    padding: 0 10px;
}
@media screen and (max-width: 760px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
	}
}

.header {
	display: flex;
	justify-content:  space-between;
	padding: 10px 0;
  margin: 0 20px;
}
@media screen and (max-width: 760px) {
	.header {
		padding: 10px;
		 margin: 0;
	}
}
.header .brand a {
	display: inline-block;
}
.header .brand img {
	max-height: 45px;
	margin: 5px;
}
@media screen and (max-width: 760px) {
	.header .brand img {
	    max-height: 40px;
    	margin: 10px 5px;
	}
}
.nav {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav .nav__item {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.nav .nav__item a {
	padding: 10px 5px;
	margin: 0 5px;
	color: #000;
}
.slider {
	display: block;
	width: calc(100% - 40px);
	height: 380px;
	margin: 0 20px;
	border-radius: 3px;
	background-color: #F5F5F5;
}
.slider .slider--image-m {
	display: none;
}
@media screen and (max-width: 760px) {
	.slider {
		width: calc(100% - 20px);
	    padding: 0;
	    margin: -5px 10px 10px;
	}
	.slider .slider--image-d {
		display: none;
	}
	.slider .slider--image-m {
		display: block;
		width: calc(100vw - 20px);
		height: auto;
	}
}

.content {
	margin: 0 20px 20px;
}
@media screen and (max-width: 760px) {
	.content {
		margin: 0 10px 15px;
	}
}
.content table td {
	padding: 20px;
	background-color: #ffffff;
}

.order {
	margin: 0 20px 20px;
}
@media screen and (max-width: 760px) {
	.order {
		margin: 0 10px 15px;
	}
}
.order h1 {
	margin-bottom: 15px;
}
.order h3 {
	margin-bottom: 15px;
}

.footer {
	display: flex;
	justify-content: space-between;
	margin: 80px 20px 20px;
}
@media screen and (max-width: 760px) {
	.footer {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin: 0 10px 80px;
	}
	.footer > div {
		width: 100%;
	}
	.footer .nav {
		margin: 10px 0;
	}
	.footer .nav a {
		padding: 10px 0;
		margin: 0 5px 0 0;
	}
}

/* UI module */

.products {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
@media screen and (max-width: 760px) {
	.products {
		margin: 0 -10px;
	}
}
.products .product__item {
	width: calc((100% / 3) - 30px);
	margin: 15px;
}
.products .product__item .product-box {
	border-radius: 6px;
	background-color: #F9F9F9;
	overflow: hidden;
}

.products .product__item .product-box:hover {
	-webkit-box-shadow: 0px 0px 40px -8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 40px -8px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 40px -8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1440px) {
	.products .product__item {
		width: calc((100% / 3) - 20px);
		margin: 10px;
	}
}
@media screen and (max-width: 1280px) {
	.products .product__item {
		width: calc((100% / 2) - 20px);
		margin: 10px;
	}
}
@media screen and (max-width: 760px) {
	.products .product__item {
		width: calc((100% / 1) - 20px);
		margin: 10px;
	}
}
.products .p-image {
	height: 180px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-color: #E3E3E3;
}
@media screen and (max-width: 760px) {
	.products .p-image {
		height: 300px;
	}
}
.products .p-content {
	position: relative;
	padding: 25px 15px 15px;
}
.products .p-content h4 {
	margin-bottom: 0;
}
.products .p-content p {
	display: flex;
	margin: 10px 0 0;
	justify-content: space-between;
}
@media screen and (max-width: 980px) {
	.products .p-content p,
	.products .p-content span {
		display: block;
	}
	.products .p-content p span {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 760px) {
	.products.list {
		display: block;
		width: 100%;
		margin: 15px 0;
	}
	.products.list .product__item {
		width: 100%;
		margin: 0 0 15px;
	}
	.products.list .product__item .product-box {
		display: flex;
	}
	.products.list .p-image {
		width: 220px;
		height: 220px;
	}
	.products.list .p-content {
		width: calc(100% - 235px);
		padding: 15px 100px 15px 15px;
	}
	.products.list .p-content h4 {
		margin-bottom: 0;
	}
	.products.list .p-content p {
		display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
	}
	.products.list .p-content p span {
		display: block;
    width: 100%;
	}
	.products.list .p-content p span:last-child {
    margin-bottom: 15px;
	}
	.products.list .action {
		top: 15px;
	}
}
.products .p-variants__item {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 760px) {
	.products .p-variants__item {
		flex-wrap: wrap;
		padding: 15px 0;
	}
}
.products .p-variants__item .p-variants-name,
.products .p-variants__item .p-variants-price,
.products .p-variants__item .p-variants-action {
	width: calc(33.3333 - 30px);
	padding: 15px;
}
.products .p-variants__item .p-variants-name h4 {
	margin: 0;
}
@media screen and (max-width: 760px) {
	.products .p-variants__item .p-variants-name,
	.products .p-variants__item .p-variants-price,
	.products .p-variants__item .p-variants-action {
		width: 100%;
		padding: 5px 0;
	}
	.products .p-variants__item .p-variants-name h4 {
		margin-bottom: 0;
	}
}
.products .p-variants__item .p-variants-price .form-element {
	max-width: 65px;
}
.products .p-variants__item .p-variants-action {
	text-align: right;
}
@media screen and (max-width: 760px) {
	.products .p-variants__item .p-variants-action {
		text-align: left;
	}
}
.products .action {
	position: absolute;
	top: -25px;
	right: 15px;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	border-radius: 4px;
	background-color: #CD9244;
	cursor: pointer;
}
.products .action a {
	color: #ffffff;
}
@media screen and (max-width: 760px) {
	.products .action {
		top: -18px;
		font-size: 14px;
		padding: 10px;
	}
	.products .action .icon {
		font-size: 20px;
	}
}
.products .action button {
  padding: 0;
  color: #ffffff;
  border: 0;
	background-color: transparent;
  cursor: pointer;
}

.cart-list__item {
	flex-wrap: wrap;
}
.cart-list .cart-list__item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 25px;
	margin: 0 0 15px;
	-webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}
.sitebar .cart-list .cart-list__item {
	padding: 15px;
}
.cart-list.cart-list--border {
	border-bottom: 1px solid #DBDBDB;
}
.cart-list.cart-list--border .cart-list__item {
	align-items: center;
	padding: 15px;
	margin: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 1px solid #DBDBDB;
}
.cart-list .cart-list__item:has(.cart-list_subitem) {
	display: block;
}
.cart-list .cart-list_subitem {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.cart-list .p-image {
	width: 70px;
	height: 70px;
	margin: 0 15px 0 0;
	overflow: hidden;
	background-color: #E3E3E3;
	background-size: cover;
}
.cart-list .p-image-space {
	width: 70px;
	margin: 0 15px 0 0;
}
.sitebar .cart-list .p-content {
	width: calc(100% - 100px);
}
.order .cart-list .p-content {
	width: calc(100% - 400px);
}
@media screen and (max-width: 760px) {
	.order .cart-list .p-content  {
		width: calc(100% - 100px);
	}
}
.cart-list .p-content h4 {
	margin-bottom: 0;
}
.cart-list .p-content p {
	display: block;
  width: 100%; 
	margin: 5px 0;
  text-overflow: ellipsis; 
	white-space: nowrap; 
  overflow: hidden;
}
.cart-list .p-content p:has(.cart-item-amount) {
	margin-top: 15px;
  margin-bottom: 0;
	text-align: right;
}
.cart-list .p-content p:has(.cart-item-amount) span {
	font-weight: 700;
}
.cart-list .p-summary {
	display: flex;
	width: 300px;
	margin-left: auto;
	margin-right: 15px;
	justify-content: space-between;
}
@media screen and (max-width: 760px) {
	.cart-list .p-summary {
		display: flex;
		width: calc(100% - 85px);
		padding: 15px 0;
		margin: 0 0 0 85px;
		justify-content: space-between;
	}
}
.cart-list .p-summary p {
	margin: 0;
}
.cart-list .p-summary .cart-item-subamount {
	font-weight: 700;
}
.cart-list .p-preferences {
	margin-top: 15px;
	overflow: hidden;
}
.cart-list .p-action {
	position: absolute;
	top: -8px;
	right: 0;
	padding: 10px;
	font-size: 16px;
	color: #CD9244;
	line-height: 1;
	border-radius: 3;
	background-color: transparent;
	cursor: pointer;
}
.cart-list .p-action button {
	  padding: 5px;
    font-size: 12px;
    border: 0;
    background-color: transparent;
}
.cart-list .p-action button span {
	font-size: 22px;
  color: #CD9244;
}
.cart-list .p-details {
	width: 100%;
	padding-top: 15px;
}
.cart-summary,
.discount-summary {
	padding: 15px 0 0;
	margin: 15px 5px 15px;
	font-size: 18px;
	text-align: right;
}
.discount-summary {
	padding-top: 0;
	margin-top: 0;
}
.cart-summary .total-amount {
	display: inline-block;
	font-weight: 700;
}
.cart-action {
	text-align: right;
}

.cart-comment {
	padding: 25px;
    margin: 0 0 15px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 15px;
}

.cart-payment {
	margin-top: 25px;
}

.cart-payment__item {
		    padding: 25px;
    margin: 0 0 15px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 15px;
}

.empty-cart {
  width: 100%;
  margin: 25vh auto 25vh;
	text-align: center;
} 
.empty-cart img {
	max-width: 150px;
	margin: 0 auto;
}
.empty-cart p {
	text-align: center;
}

.coupons {
	  position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    margin: 0 0 15px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.coupons h4 {
	display: block;
	width: 100%;
}

.date-calendar {
	display: block;
	margin: 15px 0;
}
@media screen and (max-width: 760px) {
	.date-calendar {
		overflow-x: scroll;
	}
}
.date-calendar .calendar-group {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.date-calendar .calendar-group .calendar {
	width: calc(33.3333% - 20px);
	margin: 0 10px;
}
@media screen and (max-width: 760px) {
	.date-calendar .calendar-group {
		width: 100%;
		flex-wrap: nowrap;
	}
	.date-calendar .calendar-group .calendar {
		display: inline-block;
		min-width: 300px
	}
}
.date-calendar .calendar-group .calendarHeader {
	display: block;
	width: 100%;
	font-weight: 700;
	text-align: center;
} 
.calendar {
	display: block; 
	width: 100%;
} 
.calendar > div {
	display: inline-block;
	width: calc(14.2857% - 6px);
	padding: 2px 3px;
	text-align: center;
	border: 0px solid #eeeeee;
	overflow: hidden;
} 
.calendar > div span {
	display: block;
}
.calendar > div label,
.calendar > div .deprecated,
.calendar > div .nodelivery {
    display: block;
    padding: 4px 5px;
    color: #adadad;
    white-space: nowrap;
    border-radius: 3px;
    border: 1px solid #DBDBDB;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}
.calendar > div .deprecated {
	opacity: 0.4;
}
.calendar > div .nodelivery {
	position: relative;
}
.calendar > div .nodelivery::after {
    position: absolute;
    content: "";
    color: rgb(255, 255, 255);
    left: 0px;
    top: 50%;
    right: 0px;
    transform: rotate(-45deg);
    border-color: red;
    border-top: 2px solid red;
}
.calendar > div label {
    cursor: pointer;
}
.calendar > div input[type="checkbox"]:checked + label,
.calendar > div input[type="radio"]:checked + label {
    border: 1px solid #CD9244;
    background-color: #CD9244;
    color: #fff;
    transition: all .2s;
}
.calendar > div input[type="checkbox"],
.calendar > div input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.calendar > div input[type="checkbox"]:focus + label,
.calendar > div input[type="radio"]:focus + label {
  border: 1px solid #000;
}
.calendar > div .dayOfDate {
	font-size: 16px;
}
.calendar > div .monthOfDate {
	font-size: 12px;
}
delivery-list__item--time {
	display: block;

}
.time-choice {
	display: inline-block;
	padding: 2px 5px;
	margin: 5px;
	border: 1px solid #DBDBDB;
}

.delivery-list {
	display: block;
	margin: 15px 0 15px;
	border-bottom: 1px solid #DBDBDB;
}
.delivery-list .delivery-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 32px);
	padding: 20px 15px;
	border-top: 1px solid #DBDBDB;
}
.delivery-list .delivery-list__item div {
	width: 33.3333%;
}

.delivery-list .delivery-name {
	position: relative;
	padding: 0 0 0 25px;
}
.delivery-list .delivery-name input {
	position: absolute;
  left: 0px;
  top: -4px;
}
.delivery-list .delivery-action,
.delivery-list .delivery-action form {
	text-align: right;
}
.delivery-list .delivery-type {
	text-align: left;
}
.delivery-list .delivery-price {
	text-align: right;
}
@media screen and (max-width: 760px) {
	.delivery-list .delivery-list__item {
		flex-wrap: wrap;
		align-items: end;
	}
	.delivery-list .delivery-name {
		width: calc(100% - 25px);
		padding-bottom: 10px;
	}
	.delivery-type {
		width: calc(60% - 25px);
    padding-left: 25px;
	}
	.delivery-price {
		width: 40%;
    text-align: right;
	}
}
.delivery-info {
	width: 100%!important;
	text-align: center;
}

.modal-box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}
.modal-box .modal-box__wrap {
	max-width: 960px;
	padding: 25px;
	margin: 15px auto;
	border-radius: 4px;
	background-color: #ffffff;
}
@media screen and (max-width: 760px) {
	.modal-box .modal-box__wrap {
		margin: 15px;
	}
}
.modal-box .modal-box-header {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 15px;
}
.modal-box .modal-box-header h3 {
	margin-top: 0!important;
	margin-bottom: 15px!important;
}
@media screen and (max-width: 760px) {
	.modal-box .modal-box-header h3 {
		margin-bottom: 0;
	}
}
.modal-box form {
	margin-top: 15px;
}

.slider {
  position:relative;
  max-width: 100%!important;
  border-radius: 4px;
  overflow:hidden;
}
.slider ul {
  display:inline-block;
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  height:200px;
  list-style:none;
}
.slider ul li {
  position:relative;
  float:left;
  display:inline-block;
  margin:0;
  padding:0;
  width:900px;
  height:400px;
  background:#fff;
  text-align:center;
  line-height:300px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 760px) {
	.slider ul li {
	  width: calc(100vw - 20px);
	  height: calc(100vw - 20px);
	}
}
.slider .control {
  position: absolute;
  top: 42%;
  z-index: 999;
  display: block;
  padding: 15px;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
.slider .prev {
  left:0px;
}
.slider .next {
  right:0px;
}

.tabs {
	display: block;
}
@media screen and (max-width: 760px) {
	.tabs {
		display: block;
	}
}
.tabs__ul {
	display: block;
	padding: 0;
	margin: 5px 0 0;
	list-style: none;
	border-bottom: 1px solid #DBDBDB;
}
.tabs__ul > li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.tabs__ul > li > a {
	position: relative;
	display: inline-block;
	padding: 20px 15px 20px 20px;
	box-sizing: border-box;
	font-weight: 700;
	color: #000;
	border-bottom: 5px solid transparent;
}
.tabs__ul > li > a:has(.icon) {
	padding: 20px 15px 20px 40px;
}
.tabs__ul > li > a > .icon {
	position: absolute;
	top: 15px;
	left: 10px;
	font-size: 24px;
	color: #CD9244;
}
@media screen and (max-width: 760px) {
	.tabs__ul > li > a {
		padding: 20px 5px 20px 5px;
	}
	.tabs__ul > li > a:has(.icon) {
		padding: 20px 5px 20px 5px;
		font-size: 0;
	}
	.tabs__ul > li > a > .icon {
		left: 0px;
	}
}
.tabs__ul > li > a.tab__li--active,
.tabs__ul li.ui-tabs-active a {
	border-bottom: 5px solid #CD9244;
}
.tabs .tab__content {
	display: none;
	margin-top: 15px;
}
.tabs .tab__content.tab--active {
	display: block;
}

.tab_row {
	padding: 25px;
	margin-top: 25px;
  border-radius: 4px;
  border: 1px solid #DBDBDB;
}
.tab_row .cols > div:last-child {
	text-align: right;
}
@media screen and (max-width: 760px) {
	.tab_row .cols > div:last-child {
		text-align: left;
	}
}
.tab_row .btn {
	margin-top: 20px;
}

.tags {
	margin-top: 15px;
}
.tag__ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.tag__ul li {
	display: inline-block;
	padding: 5px;
	margin: 0;
}
.tag__ul li a {
	display: inline-block;
	padding: 5px;
	margin: 0;
	color: #ffffff;
	border-radius: 4px;
	background-color: #CD9244;
}

.tag__label {
	padding: 5px;
	margin: 15px 0;
	font-weight: 700;
	text-align: center;
	background-color: #F5F5F5;
}

.steps {
	display: block;
}
.steps .steps__ul {
	display: flex;
	justify-content: space-between;
  padding: 0;
  margin: 15px 0 45px;
  list-style: none;
}

.steps .steps__ul li {
	position: relative;
	width: 33.3333%;
	padding: 15px;
	text-align: center;
}
.steps .steps__ul li.active {
	font-weight: 700;
}
.steps .steps__ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #DBDBDB;
}
.steps .steps__ul li::after {
	content:  "";
	display: inline-block;
	position: absolute;
	bottom: -8px;
	left: calc(50% - 4px);
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #DBDBDB;
}
.steps .steps__ul li.active::before {
	background-color: #CD9244;
}
.steps .steps__ul li.active::after {
	background-color: #CD9244;
}

.badge {
	padding: 5px 10px;
	font-size: 12px;
	color: #CD9244;
	text-transform: uppercase;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
	-moz-box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
	box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
}
.badge--green {
	color: #ffffff;
	background-color: #82c785;
}
.badge--blue {
	color: #ffffff;
	background-color: #1976d7;
}
.badge--red {
	color: #ffffff;
	background-color: #CA2138;
}

.bar {
	display: inline-block;
	width: 100%;
	height: 5px;
	background-color: #DBDBDB;
}
.bar .bar__progress {
	height:  5px;
	background-color: #CD9244;
}

.paginate {
	display: block;
	margin: 25px 0;
}
.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.pagination > li {
	display: inline-block;
	margin: 2px;
}
.pagination > li > a {
	display: inline-block;
	padding: 15px 20px;
	font-weight: 700;
	color: #1C1C1C;
	border-radius: 4px;
	background-color: #F9F9F9;
}
.pagination > li.active > a {
	color: #ffffff;
	background-color: #CD9244;
}

.notice {
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	min-width: 220px;
	padding: 15px;
	margin: 5px 0;
	font-size: 13px;
	-webkit-box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
	-moz-box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
	box-shadow: 2px 1px 3px 0px rgba(176, 176, 177, 1);
	border-radius: 3px;
}
.notice--exit {
	display: none;
}
.notice--green {
	border-left: 5px solid #82c785;
	background-color: #e6f4e7;
}
.notice--red {
	border-left: 5px solid #CA2138;
	background-color: #facfcb;
}
.notice--blue {
	border-left: 5px solid #1976d7;
	background-color: #e0eefb;
}

.account {
	padding: 25px;
  margin: 20px;
  -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media screen and (max-width: 760px) {
	.account {
		padding: 15px;
	  margin: 10px;
	  background-color: #ffffff;
	}
}
.account h1 {
	margin:  5px 0 30px;
	text-align: left
}
.account .tabs h3 {
	margin: 25px 0;
}
.account .label-name {
	display: inline-block;
  padding: 45px 25px;
  font-size: 42px;
  color: #ffffff;
  border-radius: 4px;
  background: grey;
}
.account .back {
	display: flex;
	align-items: center;
	margin-top: 15px;
}

.account-access {
	width: 360px;
	padding: 30px;
	margin: 0 auto;
	background-color: #fff;
}
@media screen and (max-width: 760px) {
	.account-access {
		width: 360px;
		padding: 15px;
		margin: 15px;
		background-color: #fff;
	}
}
.account-access:has(.ads) {
	width: 680px;
}
.page--access .content:has(.ads) {
	display: flex;
	flex-wrap: wrap;
}
.page--access .content:has(.ads) .form,
.page--access .content:has(.ads) .ads {
	width: 50%;
	box-sizing: border-box;
}
@media screen and (max-width: 760px) {
	.account-access:has(.ads) {
		width: 360px;
	}
	.page--access .content:has(.ads) {
		display: flex;
		flex-wrap: wrap;
	}
	.page--access .content:has(.ads) .form,
	.page--access .content:has(.ads) .ads {
		width: 100%;
		box-sizing: border-box;
	}
}
.page--access .header {
	padding-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
.page--access .header .brand {
	margin: 0 auto;
}
.page--access .content .ads {
	padding: 40px 15px 0 25px;
}
.page--access .content .ads .list {
	font-size: 16px;
}
