
:root {
	--primary-color: #7D53DE;
}

body.order-cart {
	padding-top:0px;
}
body.order-cart .navbar{
	overflow:visible;
}
body.order-cart nav.bg-light {
	background:none !important;
	border-bottom:none !important;
}
body.order-cart nav.bg-light:before{
	display:none !important;
}
body.order-cart .navbar-brand {
    position: relative;
    top: auto;
    left: auto;
    line-height:1;
}
body.order-cart .navbar-nav .dropdown-menu {
	position:absolute;
    margin-top: 0px;
    padding: 0px;
    z-index: 1200;
    border-radius: 0px;
    border: none;
    width: 100%;
    min-width: 80px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0,0,0,.2);
}

body.order-cart .navbar-nav .dropdown-menu a {
	padding: 3px 10px;
    color: #333;
    font-weight: 600;
    font-size:13px;
}

body.order-cart .navbar-brand img {
	margin-top:0px;
}
.btn-block+.btn-block{
	margin-top:0px;
}

.gm-cart {
	overflow:hidden;
}

.gm-cart_steps {
	position:relative;
	color:#cfcfcf;
	font-size:11px;
	text-transform:uppercase;
	line-height:1.2;
	display:block;
}

.gm-cart .btn-xs {
	padding: 3px !important;
    font-size: 11px !important;
    line-height: 11px !important;
    font-weight: 400 !important;
}

.gm-cart_steps .row {
	margin-left:0px;
	margin-right:0px;
}

.gm-cart_steps .row > div {
	padding:0px;
}
.gm-cart_steps:before {
	content:'';
	background-color:#E5E5E5;
	height:2px;
	position: absolute;
    left: 13%;
    top: 8px;
	width:74%;
}
.gm-cart_steps .circle {
	width:20px;
	height:20px;
	background:#fff;
	margin:0 auto 10px auto;
	border:1px solid #E5E5E5;
	border-radius:99px;
}
.gm-cart_steps .active,
.gm-cart_steps .done {
	color:#838181;
}
.gm-cart_steps .active .circle {	
	border-color:#3E74FF;
}
.gm-cart_steps .done .circle {
	background-color:#3E74FF;
	border-color:#3E74FF;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath fill='%23fff' d='M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z'/%3E%3C/svg%3E");
	background-position:center center;
	background-size:90% auto;
	background-repeat:no-repeat;
}

.gm-cart_steps .line {
	top:8px;
	position:absolute;
	height:2px;
	left:13%;
	background-color:#3E74FF;
}

.gm-cart_products {
	position:relative;
}
.gm-cart_inputs .row,
.gm-cart_products .row{
	margin-left:-10px;
	margin-right:-10px;
}
.gm-cart_inputs .row > div,
.gm-cart_products .row > div {
	padding-left:10px;
	padding-right:10px;
}

.gm-cart_products .row > div {
	position:relative;
}
.gm-cart_products .image {
	height:14vw;
	background-color:#fff;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #eee;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
}

.gm-cart_products .quantity{
	position: absolute;
    text-align: center;
    top: -5px;
    right: -5px;
    border-radius: 999px;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 600;
    background-color: #72787b;
}

.gm-cart_products .name {
    color: #333;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
 
.gm-cart_products .gm-cart_newinsurance .name{
	overflow: inherit;
	text-overflow: none;
	white-space:inherit;
}

.gm-cart_products .params {
	color:#989898;
	line-height:1.2;
}

.gm-cart_products .price {
	font-weight:800;
}

.gm-cart_products .edit-quantity{
	max-width:26px;
}

.gm-cart_products .edit-quantity a{
	display: block;
    border: 1px solid #eee;
    padding: 5px;
    font-size: 11px;
    margin: 0;
    float: left;
    background:#fff;
    line-height: 11px;
    border-radius: 4Px;
    color: #999;
}
.gm-cart_products .edit-quantity a:first-child {
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
}

.gm-cart_products .edit-quantity a:last-child {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.gm-cart_loader {
    position: fixed;
    height: 100vh;
    top: 0px;
    width: 100vw;
    background-color: rgba(255, 255, 255, 1);
    color: #888;
    left: 0px;
}

.gm-cart_loader .fa {
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.gm-cart_subtitle {
	font-size:16px;
    text-transform: uppercase;
    font-weight:600;
}

.gm-cart_upselling {
	font-size:14px;
}

.gm-cart_upselling .badge {
	position: relative;
	background-color: #DF1F1F;
	top: -2px;
}

.gm-cart_upselling .strike {
	text-decoration:line-through;
	opacity:0.7;
}

.gm-cart_upselling a:not(.btn) {
	color:#212529;
}

.gm-cart_upselling a:not(.btn):hover {
	text-decoration:underline;
}



.gm-cart_upselling a.btn {
	background-color: var(--primary-color);
	color:white;
}

.gm-cart_box {
	padding:15px 0;
	background-color:#F5F5F5;
}
.gm-cart .form-group {
	margin-bottom:10px;
}
.gm-cart_box .row {
	margin-left:-8px;
	margin-right:-8px;
}
.gm-cart_box .row > div {
	padding-left:8px;
	padding-right:8px;
}
.gm-cart_summary {
	font-size:14px;
}
.gm-cart_summary .col-8 {
	text-transform:uppercase;
}
.gm-cart_summary strong {
	font-weight:600;
}

.gm-cart_insurance {
	font-size:13px;
}
.gm-cart_insurance a.left {
	color:#565656;
	text-decoration:underline;
}
.gm-cart_insurance a.right{
	color:#9a9a9a;
}


.gm-cart_error {
	display: block;
	padding-left: 12px;
	font-size: 12px;
	color: #DE2C2B;
	padding-top: 5px;
	line-height: 15px;
}

.gm-cart .form-control.has-error {
	border-color: #DE2C2B;
}


.gm-cart label {
	font-size:14px;
}
.gm-cart input[type=checkbox],
.gm-cart input[type=radio] {
	vertical-align:-2px;
}

.gm-form_box {
	border: 1px solid #ced4da;
    border-radius: 8px;
    background-color: #fff;
    font-size: 12px;
    position: relative;
}
.gm-form_box .item {
	position:relative;
	padding:15px 20px;
}
.gm-form_box .clickable{
	cursor:pointer;
}
.gm-form_box .item .row {
	margin-left:-5px;
	margin-right:-5px;
}
.gm-form_box .item .row > div {
	padding-left:5px;
	padding-right:5px;
}
.gm-form_box .switch {
	font-size:19px;
}
.gm-form_box .name {
	font-size:14px;
	line-height:1.2;
	font-weight:500;
}
.gm-form_box small {
	line-height: 1.1;
    margin-top: 4px;
    display: block;
    color: #999;
} 

.gm-form_box .parent-item:not(:first-child),
.gm-form_box .parent-item .item:not(:first-child){  
	border-top: 1px solid #ced4da;
}

.gm-form_box .item + .item{
	border-top: 1px solid #ced4da;
}
.gm-form_box .price {
	color: #333;
    font-size: 14px;
    font-weight: 700;
}
.label-error, .label-error a {
	color: #DE2C2B !important;;
}
.gm-form_box img.payment {
	width:24px;
}
.packeta-selector-branch-name {
	color:#333 !important;
}

body.order-cart #cartController{
	position:relative;
}
.gm-cart_addresses {
	font-size:14px;
}

.gm-cart_summary__payment {
	color: #a5a5a5;
    text-transform: none;
}

.gm-cart_bg {
	background: #f7f7f7;
    width: 50vw;
    position: absolute;
    right: 0px;
    top: 0px;
    min-height:100vh;
    height: 100%;
    border-left: 1px solid #dedede;
    z-index:-1;
}

.gm-cart_bg.no-full {
	min-height:100%;
}

textarea.form-control.gm-cart_note {
	height: 100px;
	resize: none;
}



@media(max-width:991px) {
	.gm-cart_inputs .row {
		margin-left:-5px;
		margin-right:-5px;
	}
	.gm-cart_inputs .row > div {
		padding-left:5px;
		padding-right:5px;
	}
	.gm-cart_products .params {
		font-size:12px;
	}
	body.order-cart nav .navbar-collapse {
		display: block !important;
	}
	body.order-cart .navbar-collapse {
		margin-top:0px;
	}
	body.order-cart nav .navbar-nav {
		position: absolute;
	    top: 10px;
	    right: 0px;
	    width:160px;
	    display:block;
	    text-align:right;
	    background:none;
	}
	body.order-cart nav .navbar-nav li {
		display:inline-block;
	}
	body.order-cart .navbar-light .navbar-nav .nav-link {
		padding: 13px 10px;
	}
	.gm-cart_products .edit-quantity{
		left: -10px;
   	 	top: 0px;
	}
	.gm-cart_products .edit-quantity a{
		padding:6px 8px;
	}
	.gm-form_box .item{
		padding:15px;
	}
	.gm-cart_products .name {
		font-size:13px;
	}
}


@media (max-width: 575px) {
	.gm-cart_steps__container {
		padding:0px;
	}
	.gm-cart_addresses {
		font-size:13px;
	}
	.gm-cart label{
		font-size:13px;
	}
	.gm-cart_upselling .btn-sm {
		font-size:13px;
		padding:2px 6px;
	}
	nav .container{
		height:50px;
	}
	body.order-cart .navbar {
	    min-height:50px;
	}
	body.order-cart .navbar-brand{
		padding-top: 5px;
    	padding-left: 10px;
	}
	body.order-cart nav .navbar-nav{
		top:0px;
	}
	.gm-cart_products .quantity {
		line-height:16px;
	    width: 16px;
	    height: 16px;
	    font-size: 11px;
	}
	.gm-cart_products .price {
		font-size:13px;
	}
	.gm-cart_products .name {
		font-size:12px;
	}
	.gm-cart_box__cloud {
		padding-top:60px;
		position:relative;
	}
	.gm-cart_box__cloud:before{
		content:'';
		background-image:url('../img/wave.svg');
		background-size:100% 100%;
		background-position:center center;
		background-repeat:no-repeat;
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:60px;
	}
}

@media(min-width:768px) {
	.gm-cart_box__cloud,
	.gm-cart_box__shipping{
		background:none !important;
	}
	.gm-cart_box__cloud:before {
		display:none;
	}
	.gm-cart_steps {
		margin-left: -15%;
    	margin-right: -15%;
	}
	.gm-cart_products .image {
		height:60px;
	}
	.gm-cart_products > div:not(:last-child) {
		border-bottom: 1px solid #eee;
    	margin-bottom: 15px;
    	padding-bottom:10px;
	}	
	.gm-cart_products .row.mb-3 {
		margin-bottom:10px !important;
	}
}

@media (min-width: 992px) {
	body.order-cart nav .navbar-nav {
	    padding-right:0px;
	    margin-right: -15px;
	}
	body.order-cart .navbar-brand {
    	margin-left:160px;
	}
}

@media(min-width:1200px) {
	.gm-cart_bg__right {
		width: calc( ( (100vw - 1200px) / 2 ) + 412px );
	}
}

.fa-check-circle {
	color: var(--primary-color)!important;
}