/* Write your custom code here */
.widgetPopup {
    display: none;
    width: 600px;
    padding: 60px;
    overflow: hidden;
    background: #fff;
}

.account-box {
    padding: 30px 0 0;
}

.card {
    max-width: 600px;
    margin: 0 auto 30px;
    padding: 25px;
    background: #000;
}

.card:last-child {
    margin-bottom: 0;
}

.card-header {
    margin: 0 0 30px;
    font-size: 25px;
}

.card .col-md-6 {
    width: 100%;
}

.card .form-control,
.card .form-group {
    width: 100%;
}

.card label {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
}

.card .form-group.form-check,
.card .form-control {
    margin: 0 0 20px;
}

.card .btn {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    border: 2px solid #de0075;
    border-radius: 15px;
    outline: none;
    transition: all 0.3s ease;
}
.card .btn:hover,
.card .btn:active {
    color: #fff;
    background: #de0075;
}

.account__head {
    padding: 30px 0;
    font-size: 0;
    text-align: center;
}

.account__head-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.pagination .page-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    list-style: none;
    font-size: 16px;
}

.pagination .page-item  a {
    color: #fff;
    text-decoration: none;
}
.pagination .page-item  a:hover,
.pagination .page-item.active {
    color: #de0075;
}

.account-content h1 {
    display: block;
    margin: 0 0 30px;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 1px;
}

.order-item {
    margin: 0 0 30px;
    font-size: 18px;
}

.order-item a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.order-item a:hover {
    color: #e9e9e9;
    text-decoration: none;
    border-bottom-color: transparent;
}

.content__section a:not([class]) {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

/*.content__section a:hover {
    border-bottom-color: transparent;
}
*/
.content__date {
    font-size: 16px;
}

.content__date,
.content__illustration {
    margin: 0 0 30px;
}

.content__date:last-child,
.content__illustration:last-child {
    margin-bottom: 0;
}

.content__image,
.content__illustration__image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.entry-widget__image {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-right: 40px
}
@media(max-width: 1367px){
 .entry-widget__image {
    width: 100px;
    height: 100px;
    margin-right: 20px
}
}
@media(max-width: 500px){
 .entry-widget__image {
    width: 100px;
    height: 100px;
    margin-right: 20px
}
}
.entry-widget__title {
    display: block;
    margin: 0 0 10px;
}

.entry-widget__title:last-child {
    margin-bottom: 0;
}

.entry-widget__description-wrapper {
    display: block;
}

.product__page .modal__price {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}

.product__page .modal__sku {
    font-size: 14px;
}

.product__page .form__group .alert-light {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.4;
    margin-top: 30px;
}

.product__page .form__group {
    padding: 40px 40px;
}

.product__page .modal__form {
    /* margin-top: 30px; */
}

.product__page .modal__form .form__label {
    font-size: 16px;
}

.product__page .modal__form .form__input {
    height: 40px
}

.product__page .form__group .alert-light a {
    color: #de0075;
    text-decoration: none;
}

.product__page .form__line {
    margin-bottom: 20px;
}

.product__price-sku {
    vertical-align: top;
    padding: 0 40px
}

.modal__price, .modal__sku {
    display: inline-block;
    width: 48%;
    min-width: 200px;
}

.product-list__title a {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.product-list__price {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

