body.nooverflow {
    overflow: hidden;
}
.giftbox-desc {
    margin: 25px 0;
    border: 1px solid #e7e7e7;
    line-height: 70px;
    font-size: 13px;
    text-align: center;
    color: #7c7c7c;
    border-radius: 10px;
}
.select-giftbox-cup {
    width: 100%;
    height: auto;
}
.select-giftbox-cup-span {
    display: block;
    min-width: 150px;
    width: 50%;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
    line-height: 45px;
    text-align: center;
    font-weight: 700;
    border-radius: 50px;
    margin: 25px 0;
    cursor: pointer;
}
.select-giftbox-cup-span:hover {
    background: #eb9516;
    border: 2px solid #eb9516;
    color: #fff;
}
.select-giftbox-cup-span:active {
    background: #af7014;
    border: 2px solid #af7014;
    color: #fff;
}
.printik-giftbox-prod {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 35000000002;
    background: rgba(0,0,0,.65);
    overflow-y: auto;
    overflow-x: hidden;
}
.printik-giftbox-fixd{padding:0;margin:0;border:0;scroll-behavior:smooth}
.printik-giftbox-fixd{overflow-y:scroll;overflow-x:hidden;max-height:100%;scrollbar-width:thin;scrollbar-color: #e15081 transparent;}
.printik-giftbox-fixd::-webkit-scrollbar{width:6px;}
.printik-giftbox-fixd::-webkit-scrollbar-thumb{background-color:#fa9ebd;border-radius:10px;}
.printik-giftbox-fixd::-webkit-scrollbar-track{background-color:#ffe6ee;}
.printik-giftbox-fixd {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);16px
    min-width: 480px;
    width: 100%;
    max-width: 85%;
    height: 85%;
    overflow: auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    opacity: 1;
    transform-origin: 50% 50%;
    animation: fadeInAndScale 0.5s ease-in-out;
    box-shadow: #0c0c0c 0px 0px 27px 12px;
}
@keyframes fadeInAndScale {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.giftbox-items-title {
    display: flex;
    justify-content: space-between;
    font-size: 27px;
    border-bottom: 1px solid #efefef;
    padding: 0 10px 10px 10px;
    margin: 0 0 20px 0;
}
.giftbox-items-title-t {
    margin: 0 auto;
}

.giftbox-items-title-close {
    cursor: pointer;
}
.giftbox-close {
    fill: none;
    stroke: #000;
    width: 30px;
    height: 30px;
}
.giftbox-close:hover {
    fill: #ff3b7d;
}
.giftbox-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
        width: 100%;
    margin: 0 0 30px 0;
}
.giftbox-cat {
    display: block;
    position: relative;
    flex: 30% 0 0;
    border-radius: 10px;
    margin: 10px;
    display: inline-block;
    width: 200px;
        height: 100%;
}
.giftbox-cat-title, .giftbox-sorted-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
        padding: 5px 10px;
        border: 1px solid #d7d7d7;
    border-radius: 6px;
    cursor: pointer;
}
.giftbox-cat-title:hover, .giftbox-sorted-title:hover {
    border: 1px solid #fa9ebd;
}
.giftbox-cat-list, .giftbox-sorted-list {
    display: none;
    margin: 20px;
    max-height: 0;
    overflow: auto;
    border-radius: 0 0 10px 10px;
}
.giftbox-cat-list.show {
    display: block;
    position: absolute;
    z-index: 5;
    top: 60%;
    left: 0;
    -webkit-transform: translateX(-5.5%);
        -ms-transform: translateX(-5.5%);
            transform: translateX(-5.5%);
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    background: #ffffff;
    border-top: none;
    max-height: 450px;
    -webkit-box-shadow: 0px 0px 5px 0px #d9d9d9;
            box-shadow: 0px 0px 5px 0px #d9d9d9;
    -webkit-animation: fadeInOut 0.5s ease;
            animation: fadeInOut 0.5s ease;
}
@keyframes fadeInOut {
    from {
        max-height: 0;
    }
    to {
        max-height: 450px;
    }
}
.giftbox-cat-row svg, .giftbox-sorted-row svg {
   transition: transform 0.5s;
}

.giftbox-cat-row.rotated svg, .giftbox-sorted-row.rotated svg {
  transform: rotate(180deg);
}
.giftbox_cat_item {
display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid lightgrey;
    position: relative;
    padding: 10px 5px 10px 32px;
    font-size: 15px;
    color: #2e2e2e;
    cursor: pointer;
}
.giftbox_cat_item:hover {
    background: #d9d9d9;
}
.giftbox_cat_item::before {
    content: '';
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid grey;
    border-radius: 3px;

}
.giftbox_cat_item::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
transform: translateX(29%);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-left: 5px;
}

.giftbox_cat_item.checked::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 -960 960 960" width="20"><path d="m400-416 236-236q11-11 28-11t28 11q11 11 11 28t-11 28L428-332q-12 12-28 12t-28-12L268-436q-11-11-11-28t11-28q11-11 28-11t28 11l76 76Z" fill="%23ffffff"/></svg>');
        background-color: #ff89b1;
        border: 1px solid #ff89b1;
    color: #000;
    border-radius: 3px;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.giftboxcheckbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 12px;
}

.giftbox-searchblock {
    flex: 100% 1 1;
    position: relative;
    border-radius: 6px;
        height: 100%;
}
.giftbox-cat-search {
    width: 100%;
    min-width: 200px;
    border-radius: 6px;
    height: 40px;
    padding: 10px;
    background: #ebebeb;
}
.giftbox-cat-search::placeholder {
    color: #999;
}
.giftbox-cat-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: #d9d9d9;
    border-radius: 0 6px 6px 0;
}
.giftbox-cat-search:focus {
    background: #ffffff;
    box-shadow: #000 0px 0px 2px;
}
button.clear-search-btn {
    position: absolute;
    right: 60px;
    top: 2px;
    transform: translateY(50%);
}
.giftbox-items-sorted-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}
.giftbox-filter-bnt {
display: flex;
    justify-content: center;
    width: 130px;
    height: 30px;
    padding: 3px;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    background: #474747;
    box-shadow: 0px 2px 5px 0px #a6a6a6;
}
.giftbox-filter-btn-icon {
    margin: 0 5px 0;
}
.giftbox-sorted {
    position: relative;
}
.giftbox-sorted-title {
display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #d7d7d7;
    padding: 3px 10px 3px 10px;
    border-radius: 6px;
    font-size: 14px;
        height: 30px;
    line-height: 20px;
}
.giftbox-sorted-list.show {
    display: block;
    position: absolute;
    z-index: 5;
    top: 46%;
    left: 0;
    transform: translateX(-12.8%);
    border-radius: 10px;
    width: 100%;
    border: 1px solid #d7d7d7;
    background: #efefef;
    border-top: none;
    max-height: 450px;
    animation: fadeInOut 0.5s ease;
}
i.giftbox-sorted-row {
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.giftbox-sorted-list-item {
    display: block;
    text-align: center;
    padding: 9px;
    font-size: 13px;
    border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
}
.giftbox-sorted-list-item:hover {
background: #e1e1e1;
}
.giftbox-sorted-inp {
    margin: 0 5px 0 0;
}
.giftbox-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
     align-items: stretch;
}
.giftbox-list-item {
    flex: 30% 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 3px;
    margin: 10px 0;
    cursor: pointer;
}
.giftbox-list-item:hover {
    border: 1px solid #fa9ebd;
}
.giftbox-list-item.checked {
    border: 1px solid #e91e63;
    position: relative; 
    z-index: 1;
}
.giftbox-list-item.sngl {
    display: flex;
    flex-direction: row;
    background: #f7f7f7;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex: 100%;
    border: 0;
    cursor: default;
}
.giftbox-list-item.sngl.checked {
}
.giftbox-list-item-img {
    position: relative;
}
.giftbox-list-item-img,.giftbox-list-item-img img {
    width: 100%;
    height: auto;
}
.giftbox-list-item.sngl .giftbox-list-item-img, .giftbox-list-item.sngl .giftbox-list-item-img img {
    width: 85px;
    height: auto;
}
.giftbox-list-item.sngl .giftbox-list-item-check, .giftbox-list-item.sngl .giftbox-variation-select {
    display: none;
}
.giftbox-list-item.sngl .giftbox-list-item-title {
    margin: 0;
}
.giftboxcopyitem {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: #f3f3f3 0px 0px 10px 4px;
}
.pricescalc {
    text-align: center;
    margin: 20px 10px 5px 10px;
	font-size: 14px;
}
.totalgiftboxprice-b {
    display: inline-block;
    font-weight: 700;
    background: #e96a96;
    padding: 1px 15px;
    border-radius: 10px;
    font-size: 18px !important;
    color: #fff;
	margin: 3px;
}
.totalgiftboxprice {
display: block;
    padding: 5px 21px;
    margin: 20px 0 0 0;
    font-weight: 400;
    padding-top: 12px;
    border-top: 1px solid #e3e3e3;
}
span.gbci-title {
	display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #e7e7e7;
}
.select-giftbox-cup-span.giftboxspan-select {
    background: #E91E63;
box-shadow: #76163796 1px 3px 10px 0px;
    border: 2px solid #e91e63;
    color: #fff;
    font-size: 16px;
}
.select-giftbox-cup-span.giftboxspan-select:hover {
background: #e9457d;
}
.giftbox-list-item-title {
font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 20px 10px;
    color: #1b1b1b;
    padding: 5px 20px;
}
span.gbspanprice {
color: #000000;
    padding: 3px 15px;
    border-radius: 25px;
    font-weight: 700;
}
.giftbox-list-item-check {
width: 100%;
    background: #e9e9e9;
    padding: 10px;
    margin: 20px 0 0 0;
    text-align: center;
    color: #000;
    border-radius: 6px;
}
.giftbox-list-item-check:hover {
        background: #c52f62;
}
.giftbox-list-item-check:active {
        background: #03a9f4;
}
.giftbox-list-item-check.checked, .giftbox-variation-select.checked {
    background: #ed5085;
    color:#fff;
}

.giftbox-list-more-btn {
text-align: center;
    padding: 35px;
    margin: 25px;
    border-top: 1px solid #ededed;
}
.giftbox-more-span {
    background: #ed6996;
    border: 1px solid #ed6996;
    padding: 10px 25px 10px 25px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.giftbox-more-span:hover {
    background: #fff;
    border: 1px solid #ed6996;
    color: #ed6996;
}
.giftbox-more-span:active {
    background: #ed6996;
}

.giftbox-variation-select {
position: relative;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    text-align: center;
    margin: 20px 0 0 0;
    min-width: 200px;
    border: 1px solid black;
}
.giftbox-vari-select-title {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 17px;
}
.giftbox-vari-dropdown.show {
display: block;
    position: absolute;
    z-index: 10000000000;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin: 7px 0;
	font-size: 15px;
	    color: #000;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px #1f1f1f;
    box-shadow: 0px 0px 5px 0px #1f1f1f;
}
.giftbox-vari-dropdown {
    display: none;
}

.giftbox-vari-dropdown.show {
    display: block;
}

.giftbox-vari-dropdown span {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}
.giftbox-vari-dropdown span:last-child {
    border-bottom: 0;
}
.giftbox-vari-dropdown span:hover {
    background-color: #f0f0f0;
}

.giftbox {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.giftbox.close {
    opacity: 0;
}
.gb-cup-price {
    text-align: center;
    padding: 10px;
}

.loading-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 100000000000001;
}
.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
}
.box-bottle-load-img-title {
    text-align: center;
    background: #fff;
    padding: 10px;
    margin: 25px 10px 10px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 5px 0px;
    font-size: 13px;
    overflow-wrap: anywhere;
}

@media (max-width: 860px) {
	.printik-giftbox-fixd {min-width:100%;max-width:100%;width:100%;height:100%;border-radius:0;}
.giftbox-options{flex-direction:column;}
.giftbox-searchblock {
    flex: 100% 1 1;
    width: 100%;
    order: 1;
}
.giftbox-cat{width: 100%;order:2;margin-top:20px;}
.giftbox-cat-list{margin:20px 0 0 0;}
.giftbox-cat-list.show{transform: translateX(0%);}
.printik-giftbox-fixd{padding:0;}
.giftbox-items-title{position:sticky;top:0;background:#fff;border-bottom: 1px solid #e7e7e7;box-shadow:#c9c9c9 0px 1px 15px 0px;padding:15px 10px 10px 10px;z-index: 100000000000;}
.giftbox-desc{margin: 25px 10px;line-height:25px;padding:20px;}
.giftbox-options{padding: 25px 10px;}
.giftbox-cat-search, .giftbox-cat-search-btn, .giftbox-cat-title {height:50px;}
.giftbox-items-sorted-filters, .giftbox-list {padding: 0 15px;}
.giftbox-list-item{width: 45%;flex: 45% 1 1;margin: 8px 8px;}
.giftbox-items-title.novsb {position: static;z-index: 0;}
.printik-giftbox-fixd.nooverflow {overflow: hidden;position:relative;}
.gb-pft-item-sub{margin:20px 0 !important;}
.gb-prod-filters.visib{height: inherit;}
}
@media (max-width: 540px) {
.giftbox-variation-select{min-width:155px;width: 100%;}
		.giftbox-list-item.sngl{flex-direction:column;}
.giftbox-list-item-title{margin:10px 0 !important;}
.giftbox-list{padding:0;}
.giftbox-list-item{margin:3px;}
.giftbox_cat_item {font-size: 16px;padding: 20px 10px 15px 34px;}
	.pricescalc{font-size:12px;}
	.totalgiftboxprice{font-size:18px;}
	.iz-giftbox-wrapper {padding: 0 10px;}
}
@media (max-width: 300px) {
	.giftbox-items-sorted-filters{flex-wrap:wrap;justify-content: center;}
.giftbox-filter-bnt, .giftbox-sorted {width: 100%;margin:10px;}
}
