.hov-img0 img {
    height: 270px;
    width: 250px;
}
/*.wrap-pic-w img {
    width: 350px;
    height: 400px;
}*/
.main-body-container {
    margin-top: 50px;
}
.container .login-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #efeded;
    padding: 20px;
}
button.login {
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    background: #004aad !important;
}
.login-form .lbl-pwd {
    float: left;
}
a.forgot-password {
    margin-left: 20px;
    font-size: 13px;
    color: #004aad !important;
}
.login-form a.register {
    margin-left: 20px;
}
.login-form .col-md-12 {
    margin: 10px 0;
}
.login-form .form-group label {
    font-size: 14px;
    color: #222222;
} 
.header-cart-item-img::after {
    font-size: 30px;
}
.swal2-container {
    z-index: 100000!important;
}
.swal2-title {
    font-size: 18px;
}
.header-cart-item .empty-cart-img {
    width: 100%;
}
.table-shopping-cart .table_row {
    height: 100px;
}
.table-shopping-cart .table_row td {
    padding-bottom: 0!important;
}
.table-shopping-cart .totals-row {
    height: 60px;
}
.table-shopping-cart .column-3 {
    text-align: right;
}
.how-itemcart1::after {
    font-size: 30px;
}
.header-cart .flex-sb-m {
    justify-content: space-evenly;
}
.cart-container .item-container {
    display: flex;
    column-gap: 20px;
    text-align: -webkit-center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.cart-container .item-container .flex-t{
    justify-content: flex-start;
}
.cart-container .item-container img {
    max-width: 70px;
}
.cart-container .item-container .details {
    margin: auto 0;
}
.cart-container .total-container {
    text-align: center;
    row-gap: 10px;
}
.cart-container .ipg-select {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
}
.cart-container .ipg-select span {
    display: flex;
    column-gap: 10px;
}
.error-border {
    border: 2px solid red;
}
.cart-container .postal-code {
    text-transform: uppercase;
}
.order-message .order-message-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;
    row-gap: 12px;
    padding: 0 20px;
}
.login-form .error {
    color: #ff5353;
    font-weight: bold;
}
.my-orders-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    column-gap: 25px;
    border: 1px solid #eceffe;
    padding: 10px;
    row-gap: 20px;
}
.my-orders-grid .grid-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 5px;
    width: 230px;
    border: 3px solid #cfcfcf;
    height: 320px;
    align-items: baseline;
}
.my-orders-grid .grid-item .row {
    column-gap: 20px;
    margin: 0px;
    padding: 0px;
}
.my-orders-grid .grid-item .row label:first-child {
    color: #233c89;
    font-weight: bold;
}
.my-orders-grid .grid-item .actions {
    width: 100%;
    padding: 0 20px;
}
.my-orders-grid .grid-item .actions .fa-file-pdf-o{
    font-size: 35px;
    color: #f70000;
    cursor: pointer;
}
.my-orders-grid .grid-item .actions .fa-money{
    font-size: 40px;
    color: #24b716;
    cursor: pointer;
}
.my-orders-grid .grid-item .actions .fa-trash{
    font-size: 35px;
    color: #e40000;
    cursor: pointer;
}
.swal2-title, .swal2-html-container, .swal2-actions button, .swal2-validation-message {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
}
.swal2-title {
    font-size: 17px;
}
.order-msg-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.order-message .cl8 {
    text-align: center;
}
.table-shopping-cart .fa-trash, .header-cart-item .fa-trash {
    font-size: 20px;
    margin: 0 10px;
    color: #e95151;
    cursor: pointer;
}
.panel-filter a {
    cursor: pointer;
}
.panel-filter a span:hover {
    color: #3333ff;
}
.hov-img0 .show-quick-view:hover {
    color:#ffffff!important;
    cursor: pointer;
}
/** register form */
.register-form-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}
.register-form-inner fieldset {
    width: 100%;
    text-align: center;
}
.register-form-inner fieldset p {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    margin: 10px 0;
}
.register-form-inner fieldset input {
    border: 1px solid #0097b2;
}
.verify-body {
    justify-content: center;
    font-family: Poppins-Regular;
}