#popupcart_extended {
    /*display:none;*/
    border-radius:13px !important;
    box-shadow: 0 0 15px #555 !important;
    background-color: #fff;
    min-height: 20px;
    padding: 18px;
    overflow:hidden;
/*    transform: scale(0.4);
	-o-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-webkit-transform: scale(0.4);*/
	width: 750px;
	height:	560px;	
}

.popup_visible #popupcart_extended {
	transform: scale(1.0);
	-o-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

#popupcart_extended .head {
/*font-size: 16px !important; */
  /* font-weight: 400 !important; */
  /* background: #eee; */
  background: #fff;
  color: #bc2031;
  margin: -18px 0px 7px;
  padding: 13px 19px 4px 0px;
  /* border-bottom: solid 1px #d2d2d2; */
  /* text-shadow: 1px 1px 0 #f8f8f8; */
  /* font-family: Verdana; */
  /* border-radius: 8px 8px 0 0; */
  font: bold 30px CalibriMy;
    border-bottom: 4px solid #bd2031;
}

#popupcart_extended .head .close{
opacity: 1.0;
  float: right;
  cursor: pointer;
  /* padding: 5px; */
  /* margin: 2px -2px 0 0; */
  border-radius: 4px;
  margin-right: -18px;
  margin-toP: 3px;
}

#popupcart_extended .head .close:hover{
	#background:#dedede;
	#box-shadow:inset 0 1px 1px #777, inset 0 -1px 1px #fff;;
}

#popupcart_extended .popupcart_info {
  margin-bottom: 5px;
  max-height: 414px;
  min-height: 60px;
  min-width: 470px;
  max-width: 750px;
  overflow-y: auto;
}

#popupcart_extended .popupcart_info table{
	width:100%;
	padding:0;
	margin:0;
	border-collapse: collapse;
	border:none;
}

#popupcart_extended .popupcart_info tr{
  /* height: 80px; */
  /* border-collapse: collapse; */
  background: #FFF7EE;
  border-radius: 5px;
  border: 1px solid #EAE3DC;
  margin-bottom: 15px;
  padding: 7px 7px 4px 7px;
  overflow: auto;
  display: block;
}

#popupcart_extended .popupcart_info .hr {
	height:0px !important;
}

#popupcart_extended .popupcart_info .hr td{
	height:0px;
	padding:0;
	margin:0;
	border-top:solid 1px #e2e2e2;
	border-bottom:solid 1px #fff;
}

#popupcart_extended .popupcart_info td {
	vertical-align:middle;
	border-collapse: collapse;
}
#popupcart_extended .popupcart_info td.name {
	vertical-align:top;
	border-collapse: collapse;
	  padding-top: 5px;
  padding-left: 10px;
  width: 265px;
}

.del_popup {
	color: #fcad14 !important;
	background: url(../image/remove-small.png) no-repeat left center;
	padding-left: 17px;
	padding-top: 0px;
}

#popupcart_extended .popupcart_info .name a {
  color: #313131;
  text-decoration: none;
  font: 500 16px CalibriMy;
  line-height: 16px;
}
#popupcart_extended .popupcart_info .name a:hover {
  text-decoration: underline;
}
#popupcart_extended .popupcart_info .image {
	text-align:left;
	width:78px;
	padding-top:4px;
}

#popupcart_extended .popupcart_info .image img {
	#width:50px;
padding: 4px;
  border-radius: 5px;
  border: 1px solid #EAE3DC;
  background: #fff;
}
.popup_quantity {
  background: url(../image/input-cart.png) no-repeat center center;
  width: 76px;
  height: 50px;
  position: relative;
}
#popupcart_extended .popupcart_info .quantity {
	width:120px;
	text-align: center;
} 

#popupcart_extended .popupcart_info input[type='text'] {
border: none;
  border-radius: 0px;
  box-shadow: none;
  text-align: center;
  color: #2d2d2d;
  font: 500 22px CalibriMy;
  position: absolute;
  toP: -2px;
  left: 5px;
  background: transparent;
}

#popupcart_extended .popupcart_info .update {
	/*display:inline-block; 
	line-height:normal;
	font-family:Arial;
	vertical-align:top; 
	color:#888; 
	border:solid 1px #d2d2d2; 
	height:16px !important;
	padding:3px 5px 3px !important; 
	background:#eee; 
	text-shadow:0 1px 0 #fff; 
	box-shadow:inset 0 1px 0 #fff; 
	font-size:14px; */
	cursor:pointer;
}
#popupcart_extended .popupcart_info .minus{
	cursor: pointer;
	height: 8px;
	width: 16px;
	background: url(../image/arrow-bottom-w.png) no-repeat 10px 10px;
	display: block;	
	position: absolute;
	bottom: 0px;
	right: -2px;	
	padding: 10px;
}
#popupcart_extended .popupcart_info	.plus{
	cursor: pointer;
	height: 8px;
	width: 16px;
	background: url(../image/arrow-top-w.png) no-repeat 10px 10px;
	display: block;	
	position: absolute;
	top: 0px;
	right: -2px;	
	padding: 10px;
}

#popupcart_extended .popupcart_info	.plus:hover {background: url(../image/arrow-top-g.png) no-repeat 10px 10px;}
#popupcart_extended .popupcart_info .minus:hover {background: url(../image/arrow-bottom-g.png) no-repeat 10px 10px;}
.sht_popup {
	position: absolute;
  top: 23px;
  left: 22px;
	color: #676767;
	font-size: 18px;
}
#popupcart_extended .popupcart_info .total {
	width:110px;
  color: #cc3036;
  font: 700 20px CalibriMy;
	text-align:center;
}

#popupcart_extended .popupcart_info .remove {
	width:10px;
	
}

#popupcart_extended .popupcart_info .remove img{
	cursor:pointer;
}

#popupcart_extended #cart-total {
	display:none !important;
}

#popupcart_extended .checkout {
	display:none !important;
}

#popupcart_extended .popupcart_total{
	border-bottom:solid 1px #e2e2e2;
	line-height:20px;
	height:35px;
	padding:2px 0 0px; 
}

#popupcart_extended .popupcart_total table{
	float:right;
}

#popupcart_extended .popupcart_total td{
	border:none;
	font-weight:400 !important;
	font-size:14px;
}

#popupcart_extended .continue {
  text-decoration: none; 
  display: block;
  float: left;
  margin-top: 35px;
  line-height: normal;
  color: #BD2031;
  font: 500 20px CalibriMy;
  position: relative;
  padding-left: 46px;
  background: url(../image/arrow-continue.png) no-repeat left 9px;
  margin-left: 10px;
} 
.continue2 {
	border-bottom: 1px dashed #BD2031;
}
.continue2:hover {
	border: none;
}
#popupcart_extended .popupcart_buttons {
  border-bottom: solid 1px #F3F3F3;
  #padding-top: 16px;
}

#popupcart_extended .empty {
	padding-top:15px;
	font-weight:700;
	text-align:center;
}

#button-cart2{
	margin-left:15px;
}

.button_pop_cart {
  background: url(../image/button-popup-cart.png) no-repeat center top;
  padding: 0px;
  margin: 0px;
  border: none;
  border-radius: 0px;
  width: 172px;
  height: 39px;
  cursor: pointer;
}

.button_pop_cart:hover {
background: url(../image/button-popup-cart.png) no-repeat center bottom;
}

.button_pop_cart_ua {
  background: url(../image/button-popup-cart_ua.png) no-repeat center top;
}

.button_pop_cart_ua:hover {
/*background: url(../image/button-popup-cart_ua.png) no-repeat center bottom;*/
background: url(../image/button-popup-cart_ua.png) no-repeat center top;
opacity: 0.8;
}

.button_pop_cart_block {
  float: right;
  background: #F3F3F3;
  padding: 3px 22px 5px 22px;
  border-radius: 0 0 13px 13px;
  font: 500 20px CalibriMy;
  color: #bd2031;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.theadMy {
  background: none !important;
  border: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  margin-bottom: 8px !important;
}
.theadMyName {
	width: 212px;
}
.theadMyNameClear {
	width: 272px;
}
.theadMyQuantity {
	width: 122px;
}
.theadMyTotal {
	width: 112px;
}

.theadMyName,.theadMyNameClear,.theadMyQuantity,.theadMyTotal {
	color: #393939;
	font: 500 18px CalibriMy;
	text-align: left;
}