.st-menu-open .cart-view{
    display: block;
}
.st-container:not(.st-menu-open) .cart-view {
    display: none;
}
.cart-view:before {
    cursor: url(/local/templates/atestviking/assets/img/viking_header/cross.png), zoom-out;
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 57, 121, .5);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 13213123123;
    opacity: 1;
    transition: .2s all linear;
}
.select2-hidden-accessible{
    display: none !important;
}
.add-to-cart-box {
    max-width: 450px;
    position: fixed;
    width: 450px;
    right: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    z-index: 9999999999;
}
.add-to-cart-box-all {
    position: relative;
    height: 100%;
    border: 1px solid #E4E4E4;
}
.add-to-cart-box-title {
    background: #FFFFFF;
    align-items: center;
    justify-content: space-between;
    padding: 1.8rem;
    position: relative;
}

.add-to-cart-box-title p {
    font-size: 16px;
    line-height: 32px;
    color: rgba(56, 56, 56, .75);
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .2rem;
}
.add-to-cart-box-title a.close-box-cart {
    position: absolute;
    top: 1.5rem;
    right: 1.35rem;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-to-cart-box-title a.close-box-cart:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transform: scale(1);
    background-color: rgba(33,35,38, .08);
    transition: transform .25s ease;
    transition-delay: .5s;
}

.add-to-cart-box-title a.close-box-cart svg {
    fill: none;
    vertical-align: middle;
    transition: transform .25s ease;
    will-change: transform;
    height: 1rem;
    width: 1rem;
    stroke-width: calc(1.1px - .1px);
    color: rgb(0,5,121);
}
.add-to-cart-box-title a.close-box-cart svg rect{
    fill: rgb(0,5,121);
}
.free-shipping__progress{
    display: block;
    margin-top: 1rem;
    margin-bottom: 0;
    height: .2rem;
    width:100%;
    background-color: rgb(172, 187, 202);
    border-radius: min(6px, .4rem);
}

.free-shipping__progress:after {
    content: "";
    display: block;
    background: linear-gradient(325deg, #049cff 0, #35ee7a 100%);
    height: 100%;
    width: 100%;
    border-radius: min(6px, .4rem);
}
.add-to-cart-box-title a.close-box-cart:hover svg {
    transform: scale(1.07);
}
.add-to-cart-box-main-content {
    padding: 0 1.8rem;
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    max-height: calc(100% - 262px) !important;
    height: calc(100% - 262px);
}
.add-to-cart-box-all-pcs {
   margin-bottom: 14px;
}
.add-to-cart-box-all-pcs p {
   font-weight: 300;
   font-size: 15px;
   line-height: 19px;
   color: #6A6A6A;
}
.cart-main-content-box {
   padding-bottom: 0.9rem;
   margin-bottom: 0.9rem;
   border-bottom: 1px solid rgb(172, 187, 202);
}
.cart-main-content-box-row-top {
   display: flex;
   column-gap: 1rem;
}
.content-box-row-top-img {
   flex: 0 0 auto;
   width: 5rem;
   border-radius: min(0px, .3rem);
   display: block;
   position: relative;
   overflow: hidden;
   background-color: rgb(243, 243, 243);
}
.content-box-row-top-img img {
   width: 100%;
   height: 100%;
   transition: transform .5s ease;
   will-change: transform;
   backface-visibility: hidden;
   object-fit: cover;
   object-position: center center;
   display: flex;
}
.content-box-row-top-about {
   flex: 1 1 auto;
   display: flex;
   flex-direction: column;
}
.content-box-row-top-about-title {
   margin-top: .6rem;
   line-height: normal;
   font-size: 0.8rem;
   cursor: pointer;
   padding: 0;
   position: relative;
   border: none;
   box-shadow: none;
   text-decoration: none;
   color: rgb(0, 57, 121);
   background-color: transparent;
   background-image: linear-gradient(to top, rgb(172, 187, 202) 0px 0px), linear-gradient(to top, transparent 0px, transparent 0px);
   background-repeat: no-repeat;
   background-position: right bottom, right bottom;
   background-size: 0% .1rem, 100% .1rem;
   transition-property: background-size;
   transition-timing-function: ease;
   transition-duration: .25s;
}
.content-box-row-top-about-size {
   display: flex;
   font-size: 0.7rem;
   line-height: 1.2;
   color: rgba(33, 35, 38, .55);
}
.content-box-row-top-about-price {
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   color: #212326;
   font-size: 1rem;
   font-weight: 400;
   letter-spacing: .05rem;
   margin-bottom: 0;
   margin-inline-start: .5rem;
}
.content-box-row-top-about-price p {
   color: #be0505;
}
.content-box-row-top-about-price p+p {
   text-decoration: line-through;
}
.product-quantity{
   flex: 1 1 auto;
   align-items: flex-end;
   justify-content: space-between;
   margin-top: 1rem;
   display: flex;
   font-size: 1.3rem;
   line-height: 1.2;
   color: rgba(33,35,38, .55);
}
.cart-main-content-box-row-bottom .input-group{
   width: auto;
   border: .05rem solid rgba(172, 187, 202, .6);
   padding: .2rem 0;
   border-radius: min(6px, .2rem);
   position: relative;
   display: flex;
   align-items: center;
   --color-keyboard-focus: 172, 187, 202;
}
.input-group-btn button{
   flex: 0 0 2rem;
   width: 1.5rem;
   height: auto;
   background-color: transparent;
   padding: 0;
   position: relative;
   border-radius: 50%;
   font-size: 1rem;
   border: 0;
   cursor: pointer;
   display: flex;
   align-items: center;
   justify-content: center;
   color: rgb(33, 35, 38);
   transition: color .25s ease;
}
.input-group-btn button svg {
   color: rgb(33, 35, 38);
   flex: 0 0 .55rem;
   width: .55rem;
   height: .55rem;
   pointer-events: none;
   position: relative;
}
.input-group input.input-number {
padding: 0;
width: 1rem;
height: 1rem;
font-size: 0.8rem;
color: rgb(33,35,38);
font-weight: 500;
opacity: .85;
text-align: center;
background-color: transparent;
border: 0;
flex-grow: 1;
appearance: none;
}
.delete-product {
/*position: absolute;*/
right: 1.8rem;
    position: relative;
    left: 100%;
line-height: 0;
z-index: 1;
overflow: hidden;
width: 0.6rem;
height: 0.6rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: rgb(0,57,121);
transition: color .25s ease;
}
.delete-product:after {
content: "";
width: 100%;
height: 100%;
pointer-events: none;
position: absolute;

top: 0;
left: 0;
border-radius: 50%;
transform: scale(0);
background-color: rgb(33,35,38);
transition: transform .25s ease;
    z-index: -1;

}
@media screen and (hover: hover) {
.delete-product:hover:after {
    transform: scale(1);
}
    .delete-product:hover{
        color: #fff;
    }
    /*.delete-product:hover svg{*/
    /*    color: #fff;*/
    /*    width: 0.6rem;*/
    /*    height: 0.6rem;*/
    /*}*/
}
.add-to-cart-box-total-price {
padding: 1.7rem;
position: absolute;
width: 100%;
bottom: 0;
background: #fff;
}
ul.total-price-row {
background: #FBFBFB;
border: 1px solid #E4E4E4;
padding: 14px 20px;
}
ul.total-price-row li:first-child {
margin-bottom: 23px !important;
}
ul.total-price-row li {
padding: 0;
list-style: none;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
ul.total-price-row li:first-child:before {
bottom: 7px;
}
ul.total-price-row li:first-child:before {
bottom: 7px;
}
ul.total-price-row li:before {
content: "";
width: 100%;
height: 1px;
position: absolute;
left: 0;
bottom: 3px;
border-bottom: 1px dashed #E4E4E4;
}
ul.total-price-row li:first-child p {
font-weight: 800;
font-size: 24px;
line-height: 30px;
}
ul.total-price-row li span {
position: absolute;
font-weight: 300;
font-size: 13px;
line-height: 12px;
color: #636363;
bottom: -11px;
}
a.add-to-cart-main {

    display: flex;
    flex-flow: column;
font-size: 16px;
letter-spacing: .1em;
line-height: calc(1 + .2 / 1.0);
position: relative;
z-index: 1;
cursor: pointer;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 1rem 3rem;
padding-top: calc(1rem + 0.2rem);
text-decoration: none;
border-radius: 6px;
border: 2px solid rgb(0,57,121);
color: rgb(255,255,255);
background-color: rgb(0,57,121);
min-width: 24rem;
max-width: 100%;
min-height: 4.6rem;
text-transform: uppercase;
font-weight: 600;
transition-property: color, background-color, box-shadow;
transition-duration: var(--duration-long);
transition-timing-function: ease;
-webkit-appearance: none;
appearance: none;
overflow: hidden;
box-shadow: 0px 0px rgba(201, 193, 184), 1;
}
@media (max-width: 450px) {
    .add-to-cart-box {
        width: 100%;
    }
    a.add-to-cart-main {
        width: 100%;
        min-width: 100%;
    }
}