.mega-menu-box-title{
    margin-top: 47px;
}

.mega-menu-box-title .title14 {
    margin-bottom: 21px;
}

.mega-menu-box{
    margin-top: 0px;
}

.pagination-ul{
    list-style: none;
}

.pagination-ul li{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 700;
    border-radius: 50%;
    margin: 10px;
}

.pagination-ul li.current-page{
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 700;
    border-radius: 50%;
}

.pagination-ul li.current-page, .pagination-ul li:hover {
    border-color: #ff887b;
    background: #fff;
}

.pagination-ul li.circle-btn{
    color: #ff887b;
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    font-size: 18px;
    height: 40px;
    top: 50%;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
}

.pagination-ul li.circle-btn a{
    color: #ff887b;
}

#product-search .input-group{
    width: 100%;
}

.form-my-account{
    max-width:  100%;
}
.check-billing{
    padding-right: 15px;
}

.ship-address label{
    cursor: pointer;
}

button, html input[type=button], input[type=reset], input[type=submit]{
    color: #fff;
    border-color: #ff887b;
}

.error{
    position: relative;
}

.error .text-danger {
    position: absolute;
    right: 0px;
    top: -9px;
    background-color: #ffcdcd;
    padding: 5px 10px;
}

#shipping-address-container input[type="text"]{
    margin-bottom: 10px;
}

#shipping-address-container p{
    margin: 0;
}

.main-nav li.has-mega-menu:hover > .mega-menu{
    padding: 10px 20px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .zoomContainer{ display: none;}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    .zoomContainer{ display: none;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .zoomContainer{ display: none;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .zoomContainer{ display: block;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .zoomContainer{ display: block;}
}

.well {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#fff));
    background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);
    border-radius: 0;
}

button[type="button"]{
    color: #fff;
}
input[type="text"], input[type="password"], select.form-control {
    border: 1px solid #e5e5e5;
    color: #999;
    height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
}

input[type="text"]:focus, input[type="password"]:focus, select.form-control:focus {
    box-shadow: none;
    border-color: #66afe9;
    outline: 0;
}