/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.inputfield {
    position: relative;
    height: 45px;
    margin-bottom: 3px;
}
.inputfield span{
    position: relative;
    display: block;
}
.inputfield span:before {
  content: "";
  left: 0;
  bottom: 0;
  right: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) -0.1%, #FF7070 -0.1%, #FBBA20 82.29%);
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.inputfield span:after {
  display: block;
    clear: both;
    content: "";
}

input.validation-advice { margin-top:0px; }


.inputfield.active span:before {
  right: 0;
}
.inputfield.active label {
  margin: 3px 0px 3px 15px;
  font-size: 11px;
  color: #A6A6A6;
}
.inputfield label {
    position: absolute;
    z-index: 1;
    margin: 13px 16px;
    font-size: 0.8rem;
    transition: all 0.2s ease-in-out;
    cursor: text;
    color: #666666; left: 0px;
}
.inputfield input, .inputfield textarea {
  padding: 20px 15px 10px;
  font-size: 0.8rem;
  position: relative;
  height: 45px;
  top: 0;
    border: 1px solid #eeeeee;
    background: #FCFCFC;
}
.inputfield input:focus, .inputfield textarea:focus {
  outline: none;
}
.inputfield.autofilled span:before {
  right: 0;
}
.inputfield.autofilled label {
  margin: 3px 0px 3px 15px;
  font-size: 11px;
  color: #A6A6A6
}

.inputfield > input[type]:-webkit-autofill:not(.browser-default):not([type='search']) + label {
  transform: translateY(-14px);
}
/*.inputfield .validation-advice{
    position: absolute;
    bottom: -13px;
}*/

/* Change Autocomplete styles in Chrome*/

.f-large { font-size:20px; font-weight: 800; }

.flex-1{
    flex: 1 0 auto;
}   
.flex-2{
    flex: 2 0 auto;
}


.left-sidebar .list-group li { border: 0px; background-color: transparent;}
.left-sidebar .list-group li a { text-decoration:none; color: #151515; font-size: 14px;}
.left-sidebar .list-group li i { font-size:12px; color: #A6A6A6;}
.left-sidebar .list-group li.active a {font-weight: bold;
    padding-left: 8px;
    border-left: 4px solid #f9b11e;}
.left-sidebar .list-group li:hover a { font-weight: bold; }


.ucredit-available { background-image: url("../images/ucredit-mask.svg"); background-repeat: no-repeat; background-size: cover;}


.ucredit-icon { background-color:#fff; padding: 10px 15px; font-size: 12px;}

.order-detail-breadcrumb span { font-size:14px;}
.order-detail-breadcrumb button { font-size:14px;}



.customer-image { width:70px; height:70px; overflow: hidden; border-radius: 100%; display: flex; justify-content: center; align-items: center;}


.middle-section .shipment-block li img { max-height: 140px; }

.my-wishlist .middle-section .product-image img { max-height: 160px; display: flex; margin:0 auto;}


.left-side-bar.border-right, .right-side-bar.border-left { border-color: #eaeaea !important; }
.list-group-item {border-color: #eaeaea !important;}

form .form-row:first-child { padding: 10px 0 0 !important; }

table.table tr td a { margin: 5px; }

.limiter select { height: 33px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    padding: 0px 8px;}

.my-wishlist .badge {
    position: absolute;
    font-size: 12px;
    background-color: #FDEBEA;
    color: #FF4134;
    left: 7px;
    top: 7px;
}

.dropdown-item.active, .dropdown-item:active {
    text-decoration: none;
    background-color: #ffb91a;
}

.my-account-links-mobile .dropdown-item.active, .dropdown-item:active { color: #151515; }
.rating .rating-container .filled-stars,
.rating .rating-container .empty-stars,
.review-ratings .rating-container .filled-stars,
.review-ratings .rating-container .empty-stars,
.customer-reviews .rating-container .filled-stars,
.customer-reviews .rating-container .empty-stars{
    -webkit-text-stroke: 0px;
    text-shadow: none;
    line-height: 14px;
    font-size: 14px;
}
.rating .rating-container.rating-xs,
.review-ratings .rating-container.rating-xs,
.customer-reviews .rating-container.rating-xs{
    font-size: 14px;
    line-height: 14px;
}
.rating .rating-container .filled-stars,
.review-ratings .rating-container .filled-stars,
.customer-reviews .rating-container .filled-stars,
.customer-reviews .rating-container .filled-stars{
    color: #F9B11E;
}
.btn.bg-secondary{
    background: #EFEFEF !important;
    color: #151515;
}
a.btn.bg-secondary {
    font-size: 12px;
}
.btn.bg-secondary:hover,
a.btn.bg-secondary:focus{
    background: #DEDEDE !important;
}

#update-user-name-form .validation-advice { position: relative; bottom: auto;}
.track-order-value a{
    min-width: 100px;
    max-width: 100px;
}
.buy-it-again ul.list-unstyled li ul li a{
    width: 90px;
    height: auto;
    display: block;
}
.inner-order-section span {
    word-break: break-word;
}

.account-ship-to-name { max-width: 85px; word-break: break-all; }

.bg-secondary.mb-sm-0.mb-2 { margin-bottom:0px !important; }

.inline-input-container li a img{
    width: 90px !important;
    height: 90px;
    object-fit: contain;
}

#update-user-image-form ul li { display: flex; }


/*--Colour of Status--*/

.order-pending { color: #FFC107 !important; } /*-- Yellow  --*/
.order-holded { color: #FFC107 !important; } /*-- Yellow  --*/
.order-processing { color: #248862 !important; } /*-- Green   --*/
.order-complete { color: #248862 !important; } /*-- Green   --*/
.order-closed { color: #248862 !important; } /*-- Green  --*/
.order-canceled { color: #DC3545 !important; } /*-- Red  --*/
.order-fraud { color: #DC3545 !important; } /*-- Red --*/
.order-payment_review { color: #FFC107 !important; } /*-- Yellow  --*/

/*--Colour of Status--*/

.table-responsive table td .link { white-space: nowrap; }

/* To hide IE10/MS Edge's implementation of the winking eye. */
::-ms-reveal {    display: none !important;}
/* To hide IE10/MS Edge's implementation of the winking eye. */


@media (max-width: 1599px){
body { font-size: 13px; }
.h1 {
    font-size: 25px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
}

.h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.h2-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}

.h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.h3-heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    color: #151515;
}

.h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.h5, h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
}

.h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}

.left-sidebar .list-group li a { font-size: 13px; }
.page-link { font-size: 13px; }

.pl-5, .px-5 {padding-left: 2rem!important;}
.pr-5, .px-5 { padding-right: 2rem!important;}

}

@media (max-width: 1499px){
    .u-credit-value{
        padding: 1px 5px !important;
    }
}


@media (max-width: 1399px){
    .left-sidebar .list-group li a {
        font-size: 12px;
    }
}

@media (max-width: 1199px){
    .my-account-links-mobile { z-index:5; }
.left-sidebar {  max-height: 200px;
    overflow-y: scroll;
    background-color: #f2f2f2;
    padding: 20px; }
.nicescroll-rails { opacity: 1 !important; }
.middle-section { padding-top: 10px; }

.left-sidebar { display: none; }
 

}


@media (max-width: 1023px){
body { font-size: 13px; }
.h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'Poppins', sans-serif;
}

.h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.h2-heading {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
}

.h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.h3-heading {
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    color: #151515;
}

.h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.h5, h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 25px;
}

.h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
}

}

@media (max-width: 768px){
.inner-order-section{
    width: 100%;
    justify-content: space-between;
}
.inner-item-section{
    flex-wrap: wrap;
}
.inner-item-section>li{
    width: 100%;
}
.track-order-value{
    justify-content: space-between !important;
    flex-direction: row !important
}
.order-process{
    width: 100%;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-top: 2px;
}
}


@media (max-width: 767px){
.middle-section .limiter { display: none; }

.pb-5, .py-5 {
    padding-bottom: 1.5rem!important;
}

.pt-5, .py-5 {
    padding-top: 1.5rem!important;
}

.mt-5, .my-5 {
    margin-top: 1.5rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 1.5rem!important;
}
button.btn.btn-primary.update-btn.mr-2 {
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 7px;
    display: block;
    margin-bottom: 5px;
}
a.btn.btn-primary.bg-secondary.cancel-btn,
a.btn.bg-secondary{
    padding: 4px 12px;
    font-size: 11px;
    border-radius: 12px;
}
.my-account-links-mobile{ z-index:5; }
.my-account-links-mobile .custom-dropdown a img{
    width: 15px;
}
img#customer_image_img { max-width: 50px; max-height: 50px; border-radius: 100%; }

}

@media (max-width: 639px){
.pl-5, .px-5 {padding-left: 1rem!important;}
.pr-5, .px-5 { padding-right: 1rem!important;}

}

@media (max-width: 579px){
.ucredit-available p.f-large { font-size: 14px; }
.ucredit-available span.f-large { font-size: 14px; }

.ucredit-icon { margin: 10px 0 !important;}
.ucredit-available .ml-auto { margin:10px auto !important; }
.middle-section .shipment-block li img {
    max-height: 100px;
}
.inline-input-container{
    align-items: flex-start !important;
}
.inline-input-container .w-70{
    width: 100% !important;
}
.inner-item-section>li.mr-3{
    margin-right: 0px !important;
}
.inner-order-section li{
    width: 44%;
    margin-right: 10px !important;
}
.inner-order-section li:nth-child(2n){
    margin-right: 10px !important;
    text-align: right;
}
.email-unverified{
    display: block;
}
}

@media (max-width: 489px){
    .list-group-item{
        padding: 8px 10px;
    }
    .middle-section .shipment-block li img {
        max-height: 80px;
        padding: 10px !important;
    }
    .media{
        flex-wrap: wrap;
        align-items: center;
    }
    .media .customer-image{
        width: 53px;
        height: 53px;
        margin-right: 8px !important;
    }
    .media .media-body h5{
        font-size: 15px;
        margin-bottom: 5px;
    }
    .media .align-self-center.ml-3{
        width: 100%;
        text-align: right;
    }
    .email-verified{
        display: block;
    }
}
@media (max-width: 402px){
    .bg-secondary.mb-sm-0.mb-2 { margin-bottom:10px !important; }
}
