/* mini fix */

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

/* HEADER CART */
.header-cart{
    position: fixed;
    right: 0;
    top: 0px;
    width: 60px;
    height: 50px;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    border-left: 1px solid #F6F6F6;
    border-right: 1px solid #F6F6F6;
    background:#FFFFFF;
    border-radius: 50%;    
}
.header-cart svg{
    width: 30px;
    height: 30px;
    position: relative;
    bottom: -4px;
    left: -3px;
    color: #CC0033;
}
.header-cart span{
    top: 5px;
    right: 10px;
    background: #e90505;
    color: #fff;
    position: absolute;
    font-size: 10px;
    line-height: 11px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}
#msMiniCart > div{
    height: 40px;
}
@media (min-width: 992px){
    .header-cart span{
        right: 5px;
    }
    .top-bar .button{
        right: 50px;
    }
}
@media (max-width: 991px){
    .header-cart{
        top: 5px;
    }
}
/* /. HEADER CART */

/*Cart*/
.table-striped
{
    text-align:center;
    border-collapse: collapse;
    width: 100%;
}

.table-striped .input__input
{
    width:40%;
    text-align:center;
}
.input-group-append
{
    padding:10px 0px 0px 3px;
}
/**/
.d-flex
{
    display:flex;
}
.d-grid
{
    display:grid;
    grid-template-columns:1fr 1fr;
}

.btn
{
    font-size:15px;
    padding:15px;
}

.ms2_link
{
    margin-top:0px !important;
}
.js #msCart [type="submit"][value="cart/change"]
{
   /* display:block !important;*/
}
.ms2_form
{
   
}
#cart_popup .popup-inner
{
    margin:0px 0px 0px 0px;
}
.counts
{
    display:flex;
}


.msoc_product_line_image
{
    left:20px !important;
}

/* new cart style */

.ms-remove button {
	padding: 5px 10px;
    border: 1px solid #dee2e3;
}

.ms-remove button:hover {
	background: #dee2e3;
}

.cart-img-inner {
	max-width: 150px;
}

.cart-product-row td {
	padding-bottom: 15px;
	border-bottom: 1px solid #dee2e3;
}

.ms-title {
	text-align: center;
}

.count-input-wrapper {
	display: flex;
    justify-content: center;
}

.ms-footer {
	background-color: rgba(0,0,0,.05);
}

.ms-footer th {
	padding: 15px 0;
}

.total {
	text-align: left;
    padding: 15px 0 15px 15px !important;
}

.clear-button-wrap {
	display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

#address-fields, #payments {
	padding: 30px;
	background: #f9f9f9;
}

#address-lines, #deliveries {
	padding: 30px;
	background: #f7f7f7;
}

.address-row {
	margin-top: 30px;
}

.final-order {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	align-items: center;
}

.final-order-cost {
	display: flex;
    padding: 30px;
    justify-content: center;
    font-size: 28px;
}

/* cookie policy message */
.cookie-message {
    position: fixed;
    z-index: 2147483647;
    right: 20px;
    left: 20px;
    margin: 0 auto;
    bottom: 30px;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.01), 0 0 10px rgba(0, 0, 0, 0.25)!important;
}
@media (max-width: 767px) {
    .cookie-message {
        bottom: 15px;
    }
}
.cookie-message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    line-height: 1.2;
    grid-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 499px) {
    .cookie-message-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
.cookie-message-text {
    font-size: 14px;
}
.cookie-message-text a {
    font-size: 14px;
    transition: all 0.2s ease;
    color: #1f1919;
    text-decoration: underline;
}
.cookie-message-text a:hover {
    text-decoration: none;
}
/* /. cookie policy message */

/*
.form-checkbox {
    padding: 16px 0;
}
@media (max-width: 1307px) {
    .form-checkbox {
        padding: 10px 0;
    }
}
*/
.form-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: auto;
}
.form-checkbox label:focus,
.form-checkbox label:focus-visible {
	border: none;
	outline: none;
}
.form-checkbox a,
.form-checkbox span {
    font-style: normal;
}
.form-checkbox span {
    color: var(--default-color);
    position: relative;
    padding-left: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.1;
    display: block;
    text-align: left;
}

.form-checkbox a{
	color: var(--default-color);
    text-decoration: underline;
}
.form-checkbox a:hover{
    text-decoration: none;
}
.form-checkbox span::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #656565;
    border-radius: 4px;
    left: 0;
    top: 0;
}
.form-checkbox span::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.22 3.97l-8.47 8.47-3.22-3.22-1.06 1.06 4.28 4.28 9.53-9.53-1.06-1.06z' fill='%23656565'/%3E%3C/svg%3E") no-repeat center;
    top: -3px;
    left: -1px;
    opacity: 0;
    transition: 0.3s ease;
}
.form-checkbox input:checked + span:after {
    opacity: 1;
}

.feedback__form .form-checkbox {
	margin-top: 20px;
}
.disabled {
    cursor: default!important;
    opacity: 0.6;
}