.destinos .checkout {
	position: relative;
	top: 0;
	left: 0;
	padding-left: 0;
	display: block;
	margin-bottom: 10px;
	height: 150px;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.destinos .checkout__button {
	background-color: #333;
	background-position: 50%;
	background-size: cover;
	position: absolute;
	z-index: 5;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 95%;
	height: 150px;
	cursor: pointer;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.destinos .checkout .double_button,
.destinos .checkout .double_order {
	width: 97.5%;
}

.destinos .checkout__button .black-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0,0,0,0.6);
}

.destinos .checkout__button:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.destinos .checkout__button:hover .black-overlay {
	background: rgba(0,0,0,0.4);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.destinos .checkout--active .checkout__button {
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.destinos .checkout--active .checkout__button .black-overlay {
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.destinos .checkout__button:focus {
	outline: none;
}

.destinos .checkout__text {
	display: block;
	padding: 16px 0 0 20px;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	position: absolute;
	bottom: 16px;
	width: 80%;
	text-transform: uppercase;
}

.destinos .checkout__icon {
	display: block;
	margin: 0 auto;
}

.destinos .checkout__order {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	max-width: 100vw;
	width: 95%;
	text-align: left;
	pointer-events: none;
	z-index: 10;
}

.destinos .checkout--active .checkout__order {
	pointer-events: auto;
}

.destinos .checkout__order::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0, -100%, 0) translate3d(0, 55px, 0);
	transform: translate3d(0, -100%, 0) translate3d(0, 55px, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.destinos .checkout--active .checkout__order::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.destinos .checkout__order-inner {
	position: relative;
	background: #444;
	padding: 0;
	opacity: 0;
}

.destinos .checkout--active .checkout__order-inner {
	opacity: 1;
	-webkit-transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition: opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.destinos .checkout__close {
	position: absolute;
	top: 115px;
	right: 0.5em;
	overflow: hidden;
	width: 22px;
	height: 22px;
	border: none;
	background: transparent;
	color: transparent;
	text-indent: 100%;
	opacity: 0;
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0);
	z-index: 1000;
	backface-visibility: hidden;
}

.destinos .checkout__close:focus {
	outline: none;
}

.destinos .checkout--active .checkout__close {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transition-delay: 0.015s;
	transition-delay: 0.015s;
}

.destinos .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-indent: 0;
}
.destinos .icon:before {
	font-family: FontAwesome;
}

.destinos .icon:hover {
	color: #cc0000;
}

.destinos .checkout__summary {
	padding: 0 10px;
	margin: 150px 0 0.75em;
	width: 100%;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.85em;
	line-height: 1.5;
}

.destinos .checkout__summary li {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
	border-bottom: 1px solid #555 !important;
}

.destinos .checkout__summary li a{
	color: #fff;
	padding: 0 20px;
}

.destinos .checkout__summary .dropdown-submenu {
	padding: 0 !important;
}

.destinos .checkout__summary .dropdown-submenu a {
	display: block;
	padding: 10px 6px 10px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #fff;
}
.destinos .checkout__summary .dropdown-submenu a .caret {
	float: right;
	margin-top: 8px;
}

.destinos .checkout__summary .dropdown-submenu .submenu-list {
	background: #555;
}

.destinos .checkout__summary .dropdown-submenu .submenu-list li{
	padding: 0 !important;
}



.destinos .checkout--active .checkout__summary li {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.6s cubic-bezier(0.2, 1, 0.3, 1);
}

.destinos .checkout--active .checkout__summary li:nth-child(1) {
	-webkit-transition-delay: 0.015s;
	transition-delay: 0.015s;
}

.destinos .checkout--active .checkout__summary li:nth-child(2) {
	-webkit-transition-delay: 0.03s;
	transition-delay: 0.03s;
}

.destinos .checkout--active .checkout__summary li:nth-child(3) {
	-webkit-transition-delay: 0.045s;
	transition-delay: 0.045s;
}

.destinos .checkout--active .checkout__summary li:nth-child(4) {
	-webkit-transition-delay: 0.06s;
	transition-delay: 0.06s;
}

.destinos .checkout--active .checkout__summary li:nth-child(5) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

.destinos .checkout--active .checkout__summary li:nth-child(6) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}

.checkout--active .checkout__summary li:nth-child(7) {
	-webkit-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

.destinos .checkout--active .checkout__summary li:nth-child(8) {
	-webkit-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.destinos .checkout--active .checkout__summary li:nth-child(9) {
	-webkit-transition-delay: 0.135s;
	transition-delay: 0.135s;
}

.destinos .checkout--active .checkout__summary li:nth-child(10) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


@media (max-width: 768px) {
	.destinos .checkout .checkout__button,
	.destinos .checkout .checkout__order,
	.destinos .checkout .double_button,
	.destinos .checkout .double_order {
		width: 100%;
	}
}







.destinos .checkout__button{z-index:0}