/*--- added for add to cart pop up */
.amount-right {
    text-align: right;
}
.cart-lang {
    font-weight: 100;
}
.cart-header {
    background-color: #FEDD32;
}

.cart-footer {
    background-color: #F2F2F2;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.cart-body {
    padding: 0px 1rem;
    overflow: auto;
    margin-top:-25px;
}
.cart-body-detail {
    padding: 0px 1rem;
    height: auto;
    overflow: auto;
    max-height:280px;
   
}
.yellow_sub_ctn_btn:hover {
    color: #ffffff;
}
.white_cart_btn:hover {
    color: #fedd32;
}
.min-order {
    color: #999999;
    font-style: italic;
    font-size: 80%;
    font-weight: 400;
    width:200px;
}
.max-order {
    color: #999999;
    font-style: italic;
    font-size: 80%;
    font-weight: 400;
    width:200px;
}
.min-order-item {
    color: #999999;
    font-style: italic;
    font-size: 80%;
    font-weight: 400;
    float:right;
    margin-right:15px;
}
.yellow_sub_ctn_btn {
    color: #1A1A1A;
    width: 100%;
   
    height: 41px;
    padding: 0px;
    padding-right: 4px;
    padding-left: 4px;
    background: #FEDD32;
    font-size: 1rem;
    border: 1px solid #FEDD32;
    letter-spacing: 2.1px;
    font-weight: 700;
    font-family: 'sofia-pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}
.white_cart_btn {
    color: #1A1A1A;
    width: 100%;
	text-transform: uppercase;
    height: 41px;
    padding: 0px;
    padding-right: 4px;
    padding-left: 4px;
    background: #ffffff;
    font-size: 1rem;
    border: 1px solid #ffffff;
    letter-spacing: 2.1px;
    font-weight: 700;
    font-family: 'sofia-pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 20px;
    line-height: 26px;
    text-align: center;
}
@media(min-width: 576px)
{
	.mw{
	max-width: 640px !important;
	
	}
	
}
@media(max-width: 576px)
{
	.yellow_sub_ctn_btn{
	font-size: 0.7rem !important;
	
	
	}
	
	.white_cart_btn{
	font-size: 0.7rem !important;

	
	}
	.cart-title1{
	font-size:1.2rem !important;
	}
	.amount-right{
	text-align:right !important;
	margin-right: -37px !important;
	}
	.min-order-item {
    
    margin-right:-23px;
}
.mw{
	max-width:640px !important;
}
	
}
@media(max-width: 360px)
{
	.amount-right{
	text-align: right !important;
	margin-right: -107px !important;
	}
	.min-order-item{
	margin-right: -93px;
	}
	.yellow_sub_ctn_btn{
	font-size: 0.6rem !important;
	
	}
	.white_cart_btn{
	font-size: 0.6rem !important;

	
	}
}
@media(max-width: 320px)
{
	.amount-right{
	text-align: right !important;
	margin-right: -145px !important;
	}
	.min-order-item{
	margin-right: -130px;
	}
	.yellow_sub_ctn_btn{
	font-size: 0.5rem !important;
	}
	.white_cart_btn{
	font-size: 0.5rem !important;
	
	}
}