/* -------------Modal Box Header---------- */

.modal-title {
	margin: 0;
	font-size: 14px;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.modal-header-pink {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #FF3870;
    padding: 10px 10px 10px 10px;
}

.modal-header-green {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #32C5D2 ;
}
.modal-header-orange {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #FF981E;
}
.modal-header-red {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #F35353;
}
.modal-header-light-blue {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #5C9BD1;
}
.modal-header-blue {
    color:#fff;
    border-bottom:1px solid #eee;
    background-color: #4B77BE;
}

/* ----------Adds ON Modal Box------ */

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #FFF !important;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 5px 10px;
}


#Addson {
    margin: 0;
    padding: 0;
    background: #fff;
}

#Addson .frame {
    overflow: auto;
    width: 100%;
}

#Addson .frame ul {
    margin: 0;
    padding: 10px;
    font-size: 50px;
    display: table;
    list-style: outside none none;
    white-space: nowrap;
}

.clearfix::before, 
.clearfix::after {
    display: table;
    content: ' ';
}

#Addson .frame ul li {
    width: 130px;
    height: 100%;
    border: 1px solid #e1e1e1;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.frame .addsOn {
    background: #ffffff;
    /* -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); */
    position: relative;
    margin-bottom: .9375rem;
}

.frame a.u-url {
    color: #130B0B;
    text-decoration: none;
}

.addsOn-image img {
    position: relative;
    text-align: center;
    width: 80px;
}

.addsOn-image span.text-content {
  background: rgba(0,0,0,0.8);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}

ul.clearfix li:hover span.text-content {
  opacity: 1;
}

.u-url img {
    width: 150px;
    height: 150px;
}

.addsOn-details {
    position: relative;
}

.addsOn-details {
    padding: 0px;
    font-size: 13px;
    text-align: center;
    margin-left: 0px;
}

.hover-info {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 32%;
    padding-right: 10px;
}

.hover-info div {
    height: 30px;
}

.hover-info span.hover-info-text {
    background: #fff;
    color: #000;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 12px;
}


.addsOn-details p {
    margin-bottom: 0px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px;
    position: relative;
    top: 10px;
}

.addsOn-name {
    text-align: center;
    color: #507B73;
    font-weight: 500;
    font-size: 13px;
    margin-top: -5px;
}

.addsOn-details .addsOn-price {
    font-size: 10px;
}

.addsOn-price .sale {
    color: #333333;
    font-size: 14px;
    margin-left: 5%;
    display: inline;
}

.addsOn-price .webprice {
    color: #FE6C95;
    font-size: 14px;
    margin-left: 5%;
    display: inline;
    text-decoration: line-through;
}

.addsOn-details .addsOn-cart {
    font-size: 12px;
}

.addsOn-price .offprice {
    color: #2BBD8F;
    text-transform: uppercase;
}

.addsOn-price .cartBtn {
    background: #FE6C95;
    color: #fff;
    width: 94px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    text-transform: capitalize;
    border-radius: 6px;
}

.addsOn-price .cartBtn label {
    font-size: 12px;
    cursor: pointer !important;
}

.addsOn-price .cartBtn label:hover {
    color: #fff;
}

/* ------Buttons------- */

.mycartBtn .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18);
}

.mycartBtn .btn-green {
    color: #fff;
    background-color: #32C5D2;
    border-color: #24B9C6;
}

.mycartBtn .btn-grey {
    color: #fff;
    background-color: #555;
    border-color: #444;
}

/* ------- Edit Address Modal Box ------------ */
