/* Shopping Cart */

.checkbox,
.section-product__card--info__price .size,
.section-product__row--item .info,
.section-product__row--item .title,
.section-product__row-price--info .info {
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    font-size: .8rem
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0 !important
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #274abb
}

aside {
    display: block
}

button {
    cursor: pointer
}

html {
    height: auto
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    color: #45474d;
    font-size: 15px;
    font-size: 1rem;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    overflow-x: hidden
}

.mb-30 {
    margin-bottom: 30px
}

.feedback__lable {
    margin-bottom: 18px
}

.feedback__input {
    max-width: 304px;
    width: 304px;
    margin-right: 24px
}

.checkbox {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    -mz-user-select: none;
    -ms-user-select: none;
    color: #45474d
}

.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    pointer: cursor;
    opacity: 0
}

.checkbox input:checked~.checkbox-checkmark {
    background: #274abb
}

.checkbox input:checked~.checkbox-checkmark:after {
    display: block
}

.checkbox .checkbox-checkmark {
    height: 18px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.checkbox .checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    height: 9px;
    width: 5px;
    border: solid #fff;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 3px;
    left: 6.5px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

input {
    min-height: 40px;
    border-radius: 4px;
    background: #fff;
    padding: 12px 24px;
    font-size: 14px;
    font-size: .93333rem;
    font-weight: 500;
    font-style: normal;
    color: #45474d;
}

input::-webkit-input-placeholder {
    color: #45474d;
    opacity: .7
}

input::-moz-placeholder {
    color: #45474d;
    opacity: .7
}

input:-ms-input-placeholder {
    color: #45474d;
    opacity: .7
}

input::-ms-input-placeholder {
    color: #45474d;
    opacity: .7
}

.btn {
    padding: 12px 36px;
    font-size: 14px;
    font-size: .93333rem;
    font-weight: 600;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 147px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: 0 0
}

.btn-blue {
    color: #fff;
    background: #274abb
}

.btn-blue:hover {
    color: #fff;
	opacity: 0.9;
}

.section-product__item {
    background: #fbfbfb;
    border: 1.5px solid rgba(166, 172, 181, .4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 28px 32px;
    width: 100%;
    margin-bottom: 20px
}

.section-product__item:last-child {
    margin-bottom: 0
}

.section-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.section-product__card--images {
    min-width: 140px;
    height: 90px;
    display: inline-block;
    margin-right: 24px
}

.section-product__card--images img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section-product__card--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.section-product__card--title {
    font-size: 20px;
    font-size: 1.33333rem;
    line-height: 22px;
    font-weight: 600;
    color: #45474d;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 8px
}

.section-product__card--title:hover {
    color: #274abb
}

.section-product__card--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.section-product__card--info__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section-product__card--info__price .price {
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    color: #45474d;
}

.section-product__card--info__price .size {
    font-weight: 400;
    color: #45474d;
    display: block;
    margin-left: 4px;
    position: relative;
    bottom: 4px
}

.section-product__row {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid rgba(166, 172, 181, .4)
}

.section-product__row--size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%
}

.section-product__row--item {
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-product__row--item .title {
    font-weight: 600;
    margin-right: 4px;
    display: block;
    color: #45474d
}

.section-product__row--item .info {
    font-weight: 400;
    display: block;
    color: #45474d
}

.section-product__row--price {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    font-style: normal;
    color: #45474d;
}

.section-product__row-price {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 18px;
    border-top: 1px solid rgba(166, 172, 181, .4)
}

.section-product__row-price--info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section-product__row-price--info .info {
    font-weight: 500;
    display: block;
    color: #45474d
}

.section-product__row-price--info .price {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    color: #45474d;
    display: block;
    margin-left: 6px;
    line-height: 20px
}

.popup__content .feedback__lable {
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup__content .feedback__input {
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    margin-bottom: 14px;
    border: 2px solid rgba(166, 172, 181, .3)
}

.section-step__item .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    min-height: 60px
}

.section-step__row {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(166, 172, 181, .4)
}

.section-result__sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.section-result__sidebar--item {
    border-top: 1.5px solid rgba(166, 172, 181, .4);
    border-bottom: 1.5px solid rgba(166, 172, 181, .4);
    padding: 20px 0
}

.section-result__sidebar--result {
    padding: 20px 0
}

.section-result__sidebar--buy {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-result__sidebar--buy .btn-result {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: normal;
    min-height: 60px
}

.section-result__total--item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px
}

.section-result__total--item:last-child {
    margin-bottom: 0
}

.section-result__total--title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    font-style: normal;
    color: #45474d
}

.section-result__total--number {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    font-style: normal;
    color: #45474d
}

.section-result__price--list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-result__price--title {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 500;
    font-style: normal;
    color: #45474d
}

.section-result__price--number {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600;
    font-style: normal;
    color: #45474d
}

@media screen and (max-width:1400px) {
    .section-product__row--item {
        margin-right: 20px;
        margin-bottom: 4px
    }
}

@media screen and (max-width:991px) {
    .feedback__lable {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .feedback__input {
        max-width: 100%;
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .feedback__lable {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .feedback__input {
        margin-bottom: 18px
    }
    .section-product__card--title {
        font-size: 18px;
        font-size: 1.2rem;
        line-height: 22px
    }
    .section-product__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:568px) {
    .section-product__item {
        padding: 24px 18px
    }
    .section-product__card--title {
        font-size: 16px;
        font-size: 1.06667rem;
        line-height: 22px
    }
    .section-step__item .btn {
        width: 100%
    }
}

.grosca-shopping-cart .section-product__item {
	position: relative;
}

.grosca-shopping-cart .section-product__item .remove-item-from-cart {
	position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background: red;
    color: #fff;
    border-radius: 50%;
	text-align: center;
	font-size: 14px;
    line-height: 20px;
}

.grosca-shopping-cart .section-product__item input {
	background: #f0f5fa;
    border: 2px solid #274abb;
	padding: 8px 10px;
	text-align: center;
	width: 70px !important;
}

.popup__content .feedback__input.empty {
	border: 2px solid red;
}