.shopping-cart .shopping-cart__summary .order-summary h3 span.total-shoppingcart_price{
    font-size: 24px;
}
.shopping-cart .shopping-cart__summary h5 span.total-shoppingcart_price{
    font-size: 18px;
}
.shopping-cart .shopping-cart__items .items-listing__content .shopping-cart__item .item-price p span.item-subtotal_price{
    font-size: 18px;
    margin: 0;
}
.product-slider .title-slider-block .view-more-latest {
    padding: 9px 26px 10px;
    border-radius: 5px;
    background-color: #f7b551;
    font-size: 1.3rem;
    font-weight: 600;
    border: none;
    color: #0a0a0a;
}

.social-links ul li {
    float: left;
}

.share-block .display-flex {
    align-items: center;
}

.social-links ul li a {
    color: black !important;
}

.chart a {
    color: black !important;
}
.advertisement-block-home .secondary-block, .advertisement-block-home .first-block{
    cursor: pointer;
}
.menu-block .menu-list ul li.active a {
    color: #000;
    font-weight: 500;
}
.form-check-input[type="radio"] {
    cursor: pointer;
}

input.invalid-data, select.invalid-data + button, textarea.invalid-data{
    border: 1px solid red !important;
}

.delivery-on.hide, .pickup-on.hide, .usersLogIn.hide, .subtotal-item.hide{
    display: none;
}

.price .old-price + .current-price span {
    color: #ff4b55;
}

.price .current-price span {
    color: #000;
}

.product-container .product-like.active, .product-container .product-like:hover, .product-container .product-view.active, .product-container .product-view:hover {
    background-color: #f7b551;
}

.product-page .product_buttons button.active {
    background-color: #f5ad3f;
    color: #fff;
    border: none;
}
.favorites-section .filter-top-page {
    margin-bottom: 2.2rem!important;
}
#fast-buy-modal.modal .modal-dialog {
    max-width: 663px;
    width: 100%;
    margin-top: 5%;
}
#fast-buy-modal.modal .modal-content {
    background-color: #fff;
}
#fast-buy-modal.modal .modal-header {
    display: block;
}
#fast-buy-modal.modal .modal-title {
    margin-top: 106px;
    margin-bottom: 39px;
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000;
    text-align: center;
}
#fast-buy-modal.modal .close {
    position: absolute;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.05);
    color: #F75191;
    top: -25px;
    left: 45%;
}
#fast-buy-modal.modal .close:hover {
    opacity: 1;
}
#fast-buy-modal.modal .close svg {
    width: 18px;
    height: 18px;
    margin: 0 !important;
}
#fast-buy-modal.modal .modal-body {
    max-width: 368px;
    width: 100%;
    margin: 0 auto;
}
#fast-buy-modal.modal .modal-body span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    display: block;
    text-align: center;
    margin-bottom: 23px;
    color: #6C6B6B;
}
#fast-buy-modal.modal .modal-body .text-input {
    text-align: center;
    margin-bottom: 26px;
}
#fast-buy-modal.modal .modal-body .text-input label {
    font-family: Montserrat;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #6C6B6B;
    margin-bottom: 12px;
}
#fast-buy-modal.modal .modal-body .text-input .errormsg {
    color: red;
    font-style: normal;
    display: none;
}
#fast-buy-modal.modal .modal-body button {
    width: 100%;
    height: 45px;
    background-color: #19C245;
    border-radius: 3px;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    margin-bottom: 113px;
}
#fast-buy-modal.modal .modal-body button:hover {
    opacity: 0.5;
}
.big-show-image{
    cursor: pointer;
}
.product-block-item .product-like{
    top: 1.5rem
}

.payment-subtext ul {
	list-style-type: disc;
	padding-left: 40px;
}