/* MODAL SUCCESS*/
#gc-cart-success-modal {
	display:none;
}
.gcsm-header {
	background: #B48BA3;
    padding: 15px;
}
.gcsm-header i{
	color: white;
	margin-right: 1rem;
}

div#gc-success-modal {
    width: 600px;
    max-width: 100%;
}
.gcsm-header h4 {
	font-weight: 600;
	color: #fff;
    font-size: 18px;
    text-align:center;
    margin:0;
    top: 5px;
	padding-right: 42px;
}
.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 54px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(/themes/nevecosmetics/assets/img//CancelClose-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.gcsm-header .icon-ta-check {
	margin-right:10px;
	vertical-align: middle;
}

.gcsm-body {
    padding: 3.125rem 1.875rem;
    background:#fff;
}
.gcsm-body img {
	width:13.125rem;
	max-width: 100%;
}
.gcsm-body .gcsmb-left {
	border-right: #acaaa6 1px solid;
}

.gcsm-cart-summary .btn  {
	height: 36px;
	font-size:12px;
	font-weight: bold;
    line-height: inherit;
    text-transform:uppercase;
    padding-top: 8px;
    margin-bottom: 8px;
}
/* END MODAL SUCCESS*/