@import "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css";

.shadow-success {
    -webkit-box-shadow: 8px 0 8px -4px #8cc63f, -8px 0 8px -4px #8cc63f;
    -moz-box-shadow:    8px 0 8px -4px #8cc63f, -8px 0 8px -4px #8cc63f;
    box-shadow:         8px 0 8px -4px #8cc63f, -8px 0 8px -4px #8cc63f;
}
.shadow-warning {
    -webkit-box-shadow: 8px 0 8px -4px #cc8d2e, -8px 0 8px -4px #cc8d2e;
    -moz-box-shadow:    8px 0 8px -4px #cc8d2e, -8px 0 8px -4px #cc8d2e;
    box-shadow:         8px 0 8px -4px #cc8d2e, -8px 0 8px -4px #cc8d2e;
}
.shadow-danger {
    -webkit-box-shadow: 8px 0 8px -4px #d9534f, -8px 0 8px -4px #d9534f;
    -moz-box-shadow:    8px 0 8px -4px #d9534f, -8px 0 8px -4px #d9534f;
    box-shadow:         8px 0 8px -4px #d9534f, -8px 0 8px -4px #d9534f;
}

.check-allitems-delivery {
    padding: 2px 10px 2px 10px !important;
}


.basketcart tr th {
    font-size: 15px;
    font-weight: normal;
}

.crumbs {
    display: none;
}

.basketcart td {
    padding: 10px;
}

.basketcart a {
    text-decoration: none;
}

.basketcart .section-header {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #ECECEC;
    padding: 5px 10px !important;
    box-shadow: inset 0px 15px 0px 0px rgba(255, 255, 255, 0.1);
    cursor: default;
    border-bottom: 2px solid #c5cbcb
}

.w80li .pic {
    height: 120px;
    border: 1px solid #d9d9d9;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 0px;
    background-color: #fff;
}

.w80li li {
    margin: 0;
    width: 120px;
}

.js-basket-checkbox-children {
    font-size: 13px;
    min-width: 900px;
}

.basketcart tr td .mb5 {
color: #000;
}

.basketcart .mess_oper textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    width: 100%;
    background: transparent;
    height: 80px;
    padding: 5px 14px;
    font-size: 14px;
    border: solid 1px #DFE2E5;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    font-family: 'Roboto', sans-serif;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.basketcart .mess_oper textarea::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.basketcart .mess_oper textarea:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.basketcart .mess_oper textarea:hover, .basketcart .mess_oper textarea:focus {
    border: solid 1px #607D8B;    
}

#overlay {
    width: 1200px;
    position: absolute;
    opacity: 0.5;
    display: none;
    background: #FFF;
    z-index: 1000;
}

.basket-spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #2B92DC;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.item-quantity-edit .num-controls .minus {
  background-position: inherit;
  margin-top: 0px;
}

.num-controls .minus {
  background-position: inherit;
  margin-top: 0px;
  background: #D9D9D8;
  border: 1px solid #D9D9D8;
  padding: 3px;
  -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
  color: #888;
}

.item-quantity-edit .num-controls .plus {
  background-position: inherit;
  margin-top: 0px;
  background: #D9D9D8;
  border: 1px solid #D9D9D8;
  padding: 3px;
  margin-left: -1px;
  -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
  color: #888;
}

.item-quantity-edit .num-controls {
	width: 85px;
    margin-left: -10px;
    margin-top: 0;
}

.item-quantity-edit .num-controls .plus, .item-quantity-edit .num-controls .minus {
  position: absolute;
  display:inline-block;
  height: 24px;
  width: 24px;
  overflow: hidden;
  text-indent: 0px;
  cursor: pointer;
  text-align: center;
  line-height: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.item-quantity-edit .num-controls .plus:hover, .item-quantity-edit .num-controls .minus:hover {
 background: #c8c8c8; 
    border-color: #c8c8c8; 
}

.num-controls .input_numeric_only {
  margin-left: 24px;
  border: 1px solid #E2E2E2;
  text-align: center;
  height: 24px;
  width: 30px;
  font-family: 'Roboto', sans-serif;
}

.price-one {
     padding-bottom: 15px;
}

.full-price {
    font-size: 18px;
    font-family: "RobotoRegular" , sans-serif;
    color: #000;
    position: relative;
}

.del-item-1 {
    border-bottom: 1px dashed #E8E8E8;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.vendorname {
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.full-old-price {
 color: #888;
 font-size: 20px;
 font-family: "RobotoRegular" , sans-serif;
 padding-top: 5px;
    position: relative;
}

.discount {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    position: absolute;
    padding: 5px;
    background-color: #DC8D2B;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    top: 5px;
    right: -20px;
}

.discount:before {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 10px solid #DC8D2B;
    left: -16px;
    top: 2.5px;
}

.w168 {
    width: 180px;
}

.cost_delivery .pic {
    text-align: center; 
    background: #2D98E5;    
}

.cost_delivery .pic i {
    font-size: 80px;
    display: inline-block;
    margin-top: 18px;
    color: #fff;   
}

.cost_delivery_h2 {
    font-weight: normal;
    font-size: 20px;    
}

.border-top-total {
    border-top: 3px #e5e5e5 dashed;
    display: block;
    padding-top: 20px;    
}

.total_price_new h1 {
    font-weight: normal;
    font-size: 30px;  
}

.total_price_new .totalPrice {
    background: rgba(232, 232, 232, 0.52);
    padding: 0 20px;
    border-bottom: 4px #168DE2 solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #000;    
}

#makeOrderBtn, .gotonextstep, #orderLoginBtn {
    display: block;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 3px;
    font-size: 18px;
    line-height: 35px;
    padding-right: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#makeOrderBtn {
    background-color: #F44336;
    border-color: #F44336;
}
#makeOrderBtn:hover {
    background-color: #c5352b;
    border-color: #c5352b;   
    color: #fff;
}
/*
#makeOrderBtn span, .gotonextstep span{
    height: 57px;
    display: inline-block;
    padding: 0 10px;
    background: #2196F3;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#makeOrderBtn:hover, .gotonextstep:hover {
    background: #2196F3;    
}
*/
.gotostep1, .gotostep2 {
    display: inline-block;
    height: 50px;
    margin-bottom: -8px;    
}

.fullpriceline {
    float: right;
    margin-top: 10px;
}

.all_total_items p {
    font-size: 18px;
    color: #808080;
    line-height: 25px;    
}

.all_total_items p span {
    font-size: 20px;
    font-family: "RobotoRegular" , sans-serif;    
}

.all_total_items {
    vertical-align: middle;
}

.total_price_new span:first-child {
    display: inline-block;
    width: 177px;
}

.all_total_items p span:first-child {
    display: inline-block;
    width: 177px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
}

/*
.change-config {
    background: #0090d9;
    color: #fff!important;
    padding: 0 10px;
    background-color: #0090d9;
    -webkit-box-shadow: 0px 3px 0px #0073ad;
    -moz-box-shadow: 0px 3px 0px #0073ad;
    box-shadow: 0px 3px 0px #0073ad;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.change-config:hover {
    background-color: #0088ce;
    background: #0088ce;
}
*/

/* ÃÂ¨ÃÂ°ÃÂ³ÃÂ¸ ÃÂ¾Ã‘â€žÃÂ¾Ã‘â‚¬ÃÂ¼ÃÂ»ÃÂµÃÂ½ÃÂ¸Ã‘Â */

.step4 {
    display: inline-block;
    width: 385px;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.step4 span {
    font-size: 14px;    
}

.step4 fieldset {
    padding: 10px;
    border: 1px dashed #ccc;
    margin-top: 5px;
    height: 90px;
}

.profile-new fieldset span.red {
    display: block;
    padding: 10px 0 0;
    border-top: 1px dashed #ccc;
    margin-top: 10px;    
}

.profile-new fieldset span.red span:first-child {
    float: left;
    padding: 0 15px 0 0;
}

.profile-new fieldset span.red .fa-exclamation-triangle {
    font-size: 40px;
    color: #ccc;    
}

.step4 .field label {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 110px;
    text-align: left;
}

.step4 .dib {
    display: inline-block;
    width: 110px;
    margin: 0px 2px 5px 6px!important;
    position: relative;
}

.step4 .field input[type="text"], .field select {
    width: 100px;
}

.step4 select {
    width: 110px;
    height: 24px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;   
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */    
    -moz-border-radius: 0;  /* Firefox 1-3.6 */     
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    cursor: pointer;
}

#Country-parent:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f142";
    position: absolute;
    right: 5px;
    top: 24px;
}

#profiles_select {
    position: relative;
    display: inline-block;    
}

#profiles_select:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f142";
    position: absolute;
    right: 5px;
    top: 6px;    
}

h2.info-text-title {
    color: #168DE2;
    border-bottom: 1px dashed #ECECEC;
    padding: 5px 0;
    border-top: 1px dashed #ECECEC;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

.step4 .field input[type="text"]:hover{
    border: 1px solid #000;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.step4 .field input[type="text"]:focus{
    border: 1px solid #000;    
}

.notepad td {
    font: 14px/16px 'Roboto', sans-serif;
}

#deliveries-list strong{
    font-size: 18px;
    display: block;
}

.text-area-order {
    height: 105px; 
    border: 1px solid #ccc;
    font: 14px/16px 'Roboto', sans-serif;
}

.text-area-order:hover {
    border: 1px solid #9C9C9C;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;    
}

.text-area-order:focus {
    border: 1px solid #9C9C9C;    
}

.w80li .pic img {
    max-width: 120px;
    max-height: 120px;
}

#Taobao {
    padding: 0;
}
.check-allitems-delivery {
    font-size: 14px;    
}
.btn-danger {
    color: #fff!important;
    background-color: #d9534f!important;
    border-color: #d43f3a!important;
    border-radius: 2px!important;
    width: 100px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.btn-info {
    color: #fff!important;
    background-color: #5bc0de!important;
    border-color: #46b8da!important;
    border-radius: 2px!important;
    width: 108px;
    padding: 0 5px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.btn-warning {
    color: #fff!important;
    background-color: #f0ad4e!important;
    border-color: #eea236!important;
    border-radius: 2px!important;
}

.copy {
    display: none;
}
.btn-add span {
    background-position: 0px -243px;
    padding-left: 0;
}
.btn-add.add-to-favourites{
    margin-right: 10px;    
}
.mess_oper .btn-danger, .mess_oper .btn-info{
    padding: 0 5px;  
    margin-bottom: 10px;
}

#overlay-wrapper {
    overflow: hidden
}
.btn:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}
.totalblock {
    width: 290px;
    padding: 24px 10px;
}
.totalblock #sidebar {
    background: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.2);
    padding: 0 10px 10px;
    border-radius: 2px;
}

.bigTotal {
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-top: 1px solid #f3f3f3;
}

#total-price-recount {
    font-style: normal;
}

.cupons {
    margin-bottom: 10px;
    /*border-top: 2px dashed #ccc;*/
    padding-top: 10px;
}

.cupons span {
    display: block;
}

.cupons input {
    border-radius: 2px;
    border: 1px solid #e8e8e8;
    padding: 3px;
    width: 65%;
    display: inline-block;
}

#addTicket {
    display: inline-block;
    background: #4CAF50;
    color: #fff;
    border-radius: 2px;
    padding: 4px;
}

.right-help{
	background-color: #FFF8F0;
	padding: 20px;
	font-size: 12px;
	border: 1px solid #E8DACC;
	border-radius: 3px;
    margin-top: 10px;
}
.right-help-item{
	border-bottom: 2px dotted #e8dacc;
	min-height: 45px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.right-help-item.last{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom:0; 
}
.right-help-icon{
	height: 40px;
	float: left;
}
.right-help-icon svg{
	max-width: 30px;
	height: 100%;
}
.right-help-title{
	font-weight: normal;
	font-size: 16px;
	color: #A39689;
	padding: 8px 0;
	margin-left: 40px;
}
.right-help-desc{
	color: #A39689;
	text-align: center;
}
.payment-method-wrap{
	background-color: #FFF8F0;
	padding: 20px;
	font-size: 12px;
	color: #4D4D4D;
	border: 1px solid #E8DACC;
	border-radius: 3px;
}
.payment-method-item{}
.payment-method-item.last{

}
.payment-method-item input{
	float: left;
	margin-right: 10px;
}
.payment-method-item p{
	float: left;
	margin-bottom: 0;
}
.payment-method-title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

#ticketsMessages p{
    padding: 5px;
    background: #f15249;
    color: white;
    text-align: center;
    font-size: 16px; 
    margin: 0
}

#minOrderCostError {
    border-radius: 2px;
    border: 1px solid;
}

.basketcart tr.del-item-1:last-child {
    border-bottom: 0;
}

.item-no-order{
    opacity: 0.5;
}

@-moz-document url-prefix(){
    
.basketcart tr th:nth-child(2), .basket tr th:nth-child(4) {
    width: 25%;
}
    
.weight_kg {
    top: -2px;
    height: 19.2px;
    display: -moz-inline-box;
}
    
}

.js-basket-line {
    overflow: hidden;
}

.controller-basket input[type=checkbox] {
    height: 13px;
    width: 13px;
}

.controller-basket label[for="choose_all_items_Taobao"],
.selected_unselect_mini {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -4px;    
}

.basket .section-header {
    overflow: hidden;
}

.controller-basket .tabs-content {
    width: 900px;
    float: left;
}

.controller-basket .bgr-panel.mt5.col-md-12 {
    width: 270px;
    float: right;
    margin-top: 102px;
    border-radius: 10px;
}

.basket td {
    padding: 10px;
}

.table.basket-item-summary-data {
    text-align: center; 
	padding: 0;
    font-size: 20px;    
}

.js-basket-comment-btn {
    border-bottom: 1px dashed rgb(128, 128, 128);
    color: rgb(128, 128, 128);    
}

.bigTotal .row {
    margin-right: -15px;
    margin-left: -15px;    
}

.bgr-panel .bbprice.bigTotal>div {
    float: none;
}

.make_order_actions a {
    display: block;
    width: 100%;
    background-color: #F44336;
    border-color: #F44336;  
    line-height: 35px;
    padding-right: 0;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;  
}

.bgr-panel .bbprice.bigTotal .total {
    border-top: 0;
}

.bgr-panel .bbprice.bigTotal span {
    float: none;
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    white-space: nowrap;
    padding: 0;
}

.js-basket-btn-delete-item,
.js-basket-btn-favorite-item,
.js-basket-config {
	padding: 0 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.basket .mess_oper textarea {
	display: block!important;
	box-sizing: border-box;
    resize: none;
    width: 100%;
    background: transparent;
    height: 80px;
    padding: 5px 14px;
    font-size: 14px;
    border: 1px solid rgb(223, 226, 229);
    transition: all 0.4s ease-out 0s;
    border-radius: 2px;
    font-weight: 100;
}

.w80li .pic img {
    max-width: 120px;
    max-height: 120px;
}

#overlay-progressbar {
	top: 30%;
}

@media (max-width: 1024px) {
	.controller-basket .js-basket-line table,
	.controller-supportlist .del-item-1 table {
		width: 100%!important
	}
	
	.controller-basket .tabs-content,
	.controller-basket .bgr-panel.mt5.col-md-12 {
    	width: 100%;
    	float: none;
	}

    .btn-delete-group, .btn-delete-item, .mess_oper1.add-to-basket {
        width: 100%;
        margin: 0;
    }
    
    .mess_oper1.add-to-basket {
	    margin: 10px 0 0 0!important;
    }
    
    .basketcart .mess_oper textarea {
	    margin-top: 10px;
    }
    
    .btn-move-group {
	    margin-top: 10px;
	    width: 100%;
	    margin-bottom: 10px;
    }
    
    .js-basket-checkbox-children {
        font-size: 13px;
        min-width: 100%;
    }
    
    .getSmallImage {
        width: 40%!important;
    }
}