﻿body.BasketModalRoute {
	padding-top: 0 !important;
}

body.BasketModalRoute #content {
	margin-top: 0 !important;
}

body.BasketModalRoute .shop_top {
	text-align: left;
	padding: 6% 10%;
}

body.BasketModalRoute .wd-checkout-basket-summaryheader {
	display: inline-block;
	margin-top: -10px;
	margin-right: 20px;
}

body.BasketModalRoute .shop_top {
	color: #00CEC9;
	font-size: 18px;
	display: flex;
	text-align: left;
	line-height: 30px;
	align-items: center;
}

body.BasketModalRoute .shop_top > p {
	margin: 0 !important;
}

body.BasketModalRoute .wd-checkout-basket-summaryheader > a .basket-size-wrapper {
	left: 0 !important;
	top: 25px;
}

body.BasketModalRoute #modal-shop-top > .container {
	max-width: 460px;
}

body.BasketModalRoute .wd-checkout-basket {
	display: flex;
	flex-direction: column;
}

body.BasketModalRoute .wd-checkout-basket-grid .grid .grid-title  {
	display: none;
}

body.BasketModalRoute .wd-checkout-basket-summaryheader > a b::before {
	top: 15px !important;
	left: 8px !important;
}

body.BasketModalRoute a.close {
	color: #C3C3C3;
	cursor: pointer;
	font-size: 38px;
	line-height: 30px;
	padding: 2px 8px;
	text-decoration: none;
	z-index: 2;
	position: absolute;
	right: 0;
}

.the-modal .close {
	background-color: transparent !important;
}

.the-modal.opened .close {
	top: 4px !important;
}

body.BasketModalRoute .botoes-rodape {
	display: none;
}

body.BasketModalRoute .wd-checkout-basket .basket-bottom .wd-checkout-basket-deliveryoptions {
	display: none;
}

body.BasketModalRoute .wd-checkout-basket .basket-bottom .wd-checkout-basket-discount {
	display: none;
}

body.BasketModalRoute .wd-checkout-basket .basket-bottom {
	width: 100%;
}

body.BasketModalRoute .to_cart_box {
	padding: 0;
}

body.BasketModalRoute .btn_cart {
	width: 100%;
}

body.BasketModalRoute .wd-checkout-basket .grid.no-gutters {
	width: 100%;
}

body.BasketModalRoute  .wd-checkout-basket-grid .grid .grid-informations .item li.product {
	position: relative;
}

body.BasketModalRoute  .wd-checkout-basket-grid .grid .grid-informations .item li.product > div {
	justify-content: center;
}

body.BasketModalRoute  .wd-checkout-basket-grid .grid .grid-informations .item .data {
	right: 30px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	
	padding-left: 0;
	
	max-width: 200px;
}

body.BasketModalRoute .product {
	width: 75%;
}

body.BasketModalRoute .second-column {
	width: 25%;
	display: flex;
	flex-wrap: wrap-reverse;
	position: relative;
	height: 130px;
}

body.BasketModalRoute .wd-checkout-basket-grid .grid .grid-informations .item .price {
	margin: 0 !important;
}

body.BasketModalRoute .product_remove {
	top: 30px;
	position: absolute;
	left: 0;
}
