.overlaypage,.overlaywhite{display:none;position:fixed;z-index:9999;background:#31354780;top:0;left:0;width:100%;height:100%;min-height:100vh}.overlaywhite{z-index:999;background:#fff}#bag-nav{position:fixed;width:640px;max-width:100%;height:100%;right:-690px;top:0;padding:15px 0 0;background-color:#fff;z-index:999999;-webkit-box-shadow:-5px 4px 35px rgba(0,0,0,.11);box-shadow:-5px 4px 35px #0000001c;-webkit-transition:all .8s ease;-o-transition:all .8s ease;transition:all .8s ease}#bag-nav.opened{right:0}.close-cart{width:35px;height:35px;border-radius:50%;background-color:#fff;display:inline-flex;align-items:center;justify-content:center;position:absolute;left:-17px;top:12px}.cart-container{height:100%;display:flex}#cart-container .body-bag{overflow:hidden;overflow-y:auto}.head-bag{padding-left:45px;padding-right:45px}.head-bag{display:flex;align-items:center;justify-content:space-between}.head-bag img{width:22px}.head-bag h3{margin-top:0;margin-bottom:0;font-weight:400;font-size:20px;line-height:20px;text-align:right;color:#000;display:inline-block}.content-cart-empty{display:flex;justify-content:center;height:100%;width:100%}.content-cart-empty .head{text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:center;width:540px;max-width:100%;padding-left:15px;padding-right:15px;padding-bottom:40px}.content-cart-empty .head h2{font-size:30px;line-height:1.1;color:#313547;margin-bottom:45px}.content-cart-empty .head p{color:#545765;font-size:21px;line-height:1.37;margin-bottom:5px}.content-cart-empty .head .btn{margin-bottom:12px}.content-cart-empty .head>span{color:#313547;display:block;font-size:13px;line-height:18px}.cart-bottom-image{position:absolute;left:0;bottom:0;width:100%}.product-badge-link{width:90%;height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;margin-bottom:18px;border-radius:82px;transition:all .2s ease-in;background:#fae9d666}.product-badge-link:hover{background-color:#fae9d6}.product-badge-link>span{text-align:left;color:#313547;font-weight:500;font-size:18px;line-height:1}.product-badge-link img{width:56px;height:56px;display:block;object-fit:contain}.wrapper-bag,.cart-form,.top-bag,.body-bag,.bottom-bag{width:100%}.wrapper-bag,.bottom-bag{padding-left:45px;padding-right:45px}.wrapper-bag{padding-top:15px}.top-bag{padding-top:20px}.top-bag .content{display:flex;padding-bottom:12px;border-bottom:1px solid #d4d4d4}.top-bag .content span{font-weight:400;font-size:14px;line-height:14px;color:#828282}.top-bag .content span:first-child{width:61%}.top-bag .content span:nth-child(2){width:15%;text-align:center}.top-bag .content span:last-child{margin-left:auto;text-align:right}.bottom-bag{position:absolute;bottom:0;left:0;width:100%;background-color:#fff;border-top:solid 1px #d4d4d4;padding-top:15px}.item-bag{display:flex;width:100%;flex-wrap:wrap;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #d4d4d4}.item-bag:last-child{border-bottom:none}.img-item-bag{width:14.5%;border-radius:50%;overflow:hidden;position:relative}.img-item-bag img{width:100%;height:100%;display:block;object-fit:cover}.desc-item-bag{display:inline-flex;align-items:flex-start;padding-left:20px;padding-right:15px;width:46.5%;align-items:center}.desc-item-bag h3{margin-top:0;margin-bottom:3px;font-weight:400;font-size:20px;line-height:22px;color:#313547}.desc-item-bag a{font-weight:400;font-size:13px;line-height:15px;text-decoration:underline;color:#313547}.desc-item-bag span{font-size:14px;color:#545765}.desc-item-bag .title-bag{display:inline-flex;flex-direction:column}.qty-bag{width:15%;display:inline-flex;align-items:center}.item-bag .quantity.buttons_added{background-color:#fbf9f7;height:40px;padding-left:3px;padding-right:3px}.price-bag{align-items:center;display:inline-flex;justify-content:flex-end;right:0;margin-left:auto}.price-bag span{font-weight:400;font-size:20px;line-height:20px;color:#313547;position:relative;top:-1px}.qty-bag .quantity .input-text.qty{color:#313547;font-weight:400}.qty-bag .quantity.buttons_added .minus,.qty-bag .quantity.buttons_added .plus{width:23%}.qty-bag .quantity .input-text.qty{width:54%}.guarante{background-color:#fae9d6;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:15px;padding:7px 10px}.guarante img{margin-right:7px}.guarante p{font-size:14px;line-height:14px;color:#313547;margin-bottom:0}.guarante p b{text-transform:uppercase}.subtotal-content{margin-bottom:20px}.row-subtotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.row-subtotal .left{font-weight:400;font-size:14px;line-height:14px;color:#828282}.row-subtotal .right{font-weight:400;font-size:16px;line-height:16px;text-align:right;color:#313547}.bag-actions{display:flex;justify-content:space-between}.bag-actions .btn{height:50px;width:48%;text-transform:uppercase;margin-bottom:25px;font-size:14px}.switch-toggle{position:relative;display:inline-block;width:40px;height:24px;margin-bottom:0}.switch-toggle input{opacity:0;width:0;height:0}.slider-toggle{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider-toggle:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input.input-toggle:checked+.slider-toggle{background-color:#545765}input.input-toggle:focus+.slider-toggle{box-shadow:0 0 1px #545765}input.input-toggle:checked+.slider-toggle:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translate(16px)}.slider-toggle.round{border-radius:30px}.slider-toggle.round:before{border-radius:50%}.monk-logo{display:block;margin-top:-3px;width:120px;max-width:120px}.monk-info-button{background:none;min-height:auto;border:0;width:auto;padding:0;display:block;cursor:pointer;margin-left:5px}.monk-info-button>img{display:block;width:16px;height:16px}.switch-protect-toggle>.top{display:flex;justify-content:flex-start;width:100%;position:relative;background:#fbf9f7;border-radius:12px;padding:15px;margin-bottom:15px}.img-icon-shipment-protect{margin-right:16px}.info-shipment-protect{padding-right:50px;display:flex;flex-direction:column;justify-content:center}.info-shipment-protect h3{margin-top:0;margin-bottom:5px;font-weight:500;font-size:16px;line-height:110%;color:#313547;font-family:CircularStd}.info-shipment-protect p{font-size:14px;line-height:112%;color:#545765;margin-bottom:0;width:100%;max-width:330px}.info-shipment-protect p span{font-weight:500}.wrapper-switch-toggle{position:absolute;right:15px;top:15px}.monk-info-text{width:100%;text-align:center}.monk-info-text p{font-size:4px;display:inline-block;width:100%;max-width:240px;font-size:13px!important;line-height:130%}.monk-logo-switch{display:flex}.logo-monk-wrapper{display:inline-flex;align-items:center;margin-left:5px;margin-right:5px}#cart-loading{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;z-index:100}#cart-loading>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}#cart-loading i.fa-spinner{color:#313547}#cart-loading p{margin-top:10px;color:#313547}@media screen and (max-width: 1285px){#bag-nav{width:590px;right:-640px}}@media screen and (max-width: 767px){#bag-nav{width:100%;right:-100%}.close-cart{top:13px;left:11px}.head-bag{display:flex;align-items:center;justify-content:flex-start;flex-flow:row-reverse}.head-bag h3{position:relative;top:1px;font-size:16px;line-height:16px;margin-right:8px}.head-bag,.content-cart-empty .head{padding-left:25px;padding-right:25px}.content-cart-empty .head h2{font-size:28px;line-height:28px;padding:0 30px;margin-bottom:30px}.content-cart-empty .head p{font-size:16px;line-height:18px;padding-left:10px;padding-right:10px}.product-badge-link>span{font-size:16px}.product-badge-link img{width:60px;height:60px}.product-badge-link{height:68px}.wrapper-bag,.bottom-bag{padding-left:20px;padding-right:20px}.item-bag{align-items:center}.img-item-bag{width:50px;height:50px;align-items:center}.desc-item-bag{width:47%;padding-left:15px;padding-right:10px}.desc-item-bag h3{font-size:16px;line-height:17px}.top-bag .content span:nth-child(2){width:10.5%}.qty-bag{width:22%}.qty-bag .quantity.buttons_added .minus,.qty-bag .quantity.buttons_added .plus{width:25%}.qty-bag .quantity.buttons_added .minus{font-size:24px;position:relative;top:1px}.qty-bag .quantity.buttons_added .plus{font-size:19px;position:relative;top:1.5px}.qty-bag .quantity .input-text.qty{width:43%;font-size:17px}.price-bag span{font-size:17px;line-height:17px;top:0}.top-bag .content span:first-child{width:67%}.bag-actions .btn:first-child{padding-left:10px;padding-right:10px}.bag-actions .btn{height:45px;width:49%;margin-bottom:20px;font-size:12px}.guarante{justify-content:center;margin-bottom:15px}.guarante img{display:none}.guarante p{font-size:11px}.guarante p span{display:none}}@media screen and (max-width: 575px){.content-cart-empty .head .btn{max-width:300px}.content-cart-empty{background-size:120%}.img-icon-shipment-protect{margin-right:12px}.info-shipment-protect h3{margin-bottom:2px;font-weight:500;font-size:14px}.info-shipment-protect p{font-size:12px;line-height:110%;margin-bottom:0;width:100%}.info-shipment-protect{padding-right:58px}.img-icon-shipment-protect>img{width:95px}}.buttons_added .plus:disabled,.buttons_added .minus:disabled{opacity:.5;cursor:not-allowed}.error-message{background-color:#fbf9f7;border-radius:12px;padding:15px;color:#313547;margin:-20px 0 10px;font-weight:500;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/33/assets/cart.css.map */
