﻿.the-modal-container.novo-layout .align-center {
    text-align: center;
}

.the-modal-container.novo-layout .shop_top {    
    display: flex;
    text-align: left;
    line-height: 30px;
    align-items: center;
    padding: 6% 10%;
}

.the-modal-container.novo-layout .shop_top p {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #495B69;
}

.the-modal-container.novo-layout .wd-checkout-basket-summaryheader {
    margin-top: -10px;
    margin-right: 20px;
    width: auto;
}

.the-modal-container.novo-layout .wd-checkout-basket-summaryheader a::before {
    content: "";
    display: block;
    background: url(https://silhouette.admin.core.dcg.com.br/custom/content/themes//Silhouette/Images/icon-carrinho.png) no-repeat !important;
    width: 32px;
    height: 32px;
}

.the-modal-container.novo-layout .wd-checkout-basket-summaryheader .basket-size-wrappe {
    background: #60D2EC !important;
}

.the-modal-container.novo-layout .container {
    max-width: 490px !important;
    margin: 0 auto !important;    
    padding: 0 !important;
}

.the-modal-container.novo-layout .container .row {
    display: flex;  
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

.the-modal-container.novo-layout .container .btn.btn_cart {
    width: 395px;
    height: 40px;
    opacity: 1;
    padding: 10px;
    background: #495B69;
    align-content: center;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
}

.the-modal-container.novo-layout .wd-checkout-basket .basket-bottom .wd-checkout-basket-deliveryoptions {
    display: none;
}

.the-modal-container.novo-layout .wd-checkout-basket .basket-bottom .wd-checkout-basket-discount {
    display: none;
}

.the-modal-container.novo-layout .botoes-rodape {
    display: none;
}

.the-modal-container.novo-layout .wd-checkout-basket-grid .grid .grid-title {
    display: none;
}

.the-modal-container.novo-layout .col-lg-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

.the-modal-container.novo-layout .wd-checkout-basket {
    flex-direction: column;
    display: flex;
}

body.BasketModalRoute .the-modal-container.novo-layout .wd-checkout-basket .grid.no-gutters {
    width: 100%;
}

.the-modal-container.novo-layout .wd-checkout-basket .grid.no-gutters {
    width: 71%;
    float: left;
}

.wd-checkout-basket-grid .grid .grid-informations .item:first-child {
    padding-top: 0;
}

.wd-checkout-basket-grid .grid .grid-informations .item {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

body.BasketModalRoute .wd-checkout-basket-grid .grid .grid-informations .item li.product {
    position: relative;
}

.wd-checkout-basket-grid .grid .grid-informations .item li.product {
    padding: 0;
}

body.BasketModalRoute .product {
    width: 75%;
}

body.BasketModalRoute .wd-checkout-basket-grid .grid .grid-informations .item li.product > div {
    justify-content: left;
}

.align-items-center {
    align-items: center !important;
}

.wd-checkout-basket-grid .grid .grid-informations .item .product .product_remove .btn-remove {
    font-size: 0;
    width: 50px;
    height: 30px;
    border: 0 !important;
}

.wd-checkout-basket-grid .grid .grid-informations .item .product .product_remove .btn-remove i {
    display: block;
    font-size: 16px;
    color: #C3C3C3;
}

.fa-trash-alt:before {
    content: "\f2ed";
    content: "";
    display: block;
    background: url(https://silhouette.admin.core.dcg.com.br/custom/content/themes/Silhouette/Images/icon-Trash.png) no-repeat;
    width: 24px;
    height: 24px;
}

body.BasketModalRoute .btn:hover {
    background: none !important;
}

body.BasketModalRoute .wd-checkout-basket-grid a.photo img {
    max-width: 72px;
    max-height: 72px;
}

.wd-checkout-basket-grid .grid .grid-informations .item .data a {
    display: block;
    font-size: 12px;
    color: #646464;
    text-decoration: none;
    text-align: left;
    outline: none;
}

.wd-checkout-basket-grid .grid .grid-informations .item .data a strong {
    font-weight: 300;
}

body.BasketModalRoute .second-column {
    width: 25%;
    display: flex;
    flex-wrap: wrap-reverse;
    position: relative;
    height: 130px;
}

