  .basket-component{width:100%}.basket-container{max-width:1290px;width:100%;padding:0 20px;margin-left:auto;margin-right:auto}.basket-content{padding-top:30px;padding-bottom:50px;background-color:#f6f6f6}@media screen and (min-width: 992px){.basket-content{padding-top:100px;min-height:calc(100vh - 336px)}}@media screen and (min-width: 992px){.basket-content .basket-container{display:flex;justify-content:space-between}}.basket-content .basket-container--fav{flex-direction:column;justify-content:flex-start}@media screen and (min-width: 992px){.basket-content__left{flex:1 1 58%;max-width:58%}}@media screen and (min-width: 992px){.basket-content__right{flex:1 1 33.33%;max-width:33.33%}}@media screen and (min-width: 768px){.favourite-content{display:flex;justify-content:space-between;flex-wrap:wrap}.favourite-content>*{margin-bottom:30px;flex:0 1 calc(50% - 15px)}}.favourite-btn-wrapper{display:flex}@media screen and (min-width: 768px){.favourite-btn-wrapper{justify-content:flex-end}}.favourite__btn{width:100%;text-align:center;text-decoration:none}@media screen and (min-width: 768px){.favourite__btn{width:auto}}.basket-popup-wrap{position:relative}.basket-header{padding:30px 0;background-color:#064042}@media screen and (min-width: 992px){.basket-header{padding:78px 0}}.basket-header .basket-container{display:flex}.basket-header__title{padding:3px 7px;font-size:30px;font-weight:500;letter-spacing:-0.31px;line-height:37px;text-transform:uppercase;color:#fff;border:1px solid #fff}@media screen and (min-width: 992px){.basket-header__title{font-size:45px;letter-spacing:-0.56px;padding:7px 20px;line-height:1.2}}.basket-card{margin-bottom:20px;padding:20px 25px 25px;width:100%;background-color:#fff;box-shadow:6px 6px 12px rgba(0,0,0,0.05)}@media screen and (min-width: 992px){.basket-card{padding:25px 20px 25px 35px;display:flex;justify-content:space-between}}.basket-card__title{margin-bottom:17px;font-size:18px;font-weight:600;font-style:normal;letter-spacing:-0.19px;line-height:normal;color:#123658;text-decoration:underline}.basket-card__title a{color:currentColor}@media screen and (min-width: 992px){.basket-card__title{margin-bottom:36px}}.basket-card__info{margin:0 -12px;padding:0;list-style:none;display:flex;flex-wrap:wrap;font-size:16px;font-weight:500;font-style:normal;letter-spacing:-0.17px;line-height:normal}.basket-card__info li{position:relative;padding:0 12px}.basket-card__info li:not(:last-child)::before{content:"";position:absolute;right:0;top:50%;width:1px;height:16px;transform:translateY(-50%);background-color:#e01a34}.basket-card__action{padding-top:13px;display:flex;justify-content:space-between}@media screen and (min-width: 992px){.basket-card__action{padding:0;flex-direction:column-reverse;align-items:flex-end}}.basket-card__price{font-size:16px;font-weight:500;font-style:normal;letter-spacing:normal;line-height:normal;color:#0c1f2e}.basket-card__btn-del{border:none;padding:0;color:#0c1f2e}@media screen and (min-width: 992px){.basket-card__btn-del{padding:0 10px;font-size:17px;transition:color 0.3s ease}}.basket-card__btn-del:hover,.basket-card__btn-del:focus{color:#e01a34;background-color:transparent}.basket-card__fav-action{padding-top:20px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}@media screen and (min-width: 992px){.basket-card__fav-action{padding-top:0;justify-content:space-between}}.basket-card__btn-go{margin-bottom:20px;width:100%;color:#123658;border-color:#123658;text-decoration:none;text-align:center}.basket-card__btn-go:hover{background-color:#123658;border-color:#123658}.basket-card__link{font-size:16px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:22px;text-align:center;text-transform:uppercase;text-decoration:none;color:#123658}.basket-card__link i{transition:transform 0.3s ease}.basket-card__link:hover i{transform:translateX(50%)}.basket-card__price--fav{display:none}@media screen and (min-width: 992px){.basket-card__price--fav{margin-top:12px;display:block}}@media screen and (min-width: 992px){.basket-info{padding:30px 18px 40px 30px;box-shadow:0 2px 15px rgba(0,0,0,0.12);background-color:#fff}}.basket-info__title{padding-bottom:20px;font-size:24px;font-weight:500;color:#353d45;border-bottom:1px solid #353d45}.basket-info__item{padding-top:12px;padding-bottom:18px;display:flex;justify-content:space-between;font-size:16px;font-weight:400;font-style:normal;letter-spacing:normal;line-height:1.5;border-bottom:1px solid #353d45}@media screen and (min-width: 992px){.basket-info__item{padding-top:14px;padding-bottom:16px}}.basket-info__item span{padding-left:12px}@media screen and (min-width: 992px){.basket-info__item span{padding:0 13px}}.basket-info__item--total{font-weight:500}.basket-info__content{margin-bottom:35px}.basket-info__brn-apply{width:100%}.basket-info__brn-apply:hover{box-shadow:0 2px 15px rgba(0,0,0,0.12)}@media screen and (min-width: 992px){.basket-info__brn-apply{font-size:18px}}.popup-basket{width:378px;display:flex;flex-direction:column;position:absolute;right:0;top:calc(100% + 10px);background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s;z-index:10}@media screen and (max-width: 450px){.popup-basket{padding:0 20px;position:fixed;height:100vh;width:100vw;top:0;left:0;background-color:#123658}}.popup-basket.open{visibility:visible;opacity:1;transition:opacity 0.3s}.popup-basket__title{padding:15px 20px;background-color:#123658;font-size:20px;font-weight:700;font-style:normal;letter-spacing:normal;line-height:normal;text-align:left;text-transform:uppercase;color:#fff}@media screen and (max-width: 450px){.popup-basket__title{padding:0 0 35px}}.popup-basket__content{padding-top:10px;padding-bottom:20px;max-height:55vh;overflow:scroll}.popup-basket__item{padding:13px 20px;display:flex;justify-content:space-between;align-items:flex-end}@media screen and (max-width: 450px){.popup-basket__item{background-color:#fff}}.popup-basket__item:not(:first-child){margin-top:20px}.popup-basket__item .basket-card__title{margin-bottom:7px}.popup-basket__item .basket-card__btn-del{padding:0}.popup-basket__btns{padding:12px 20px;background-color:#f1f1f1;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 450px){.popup-basket__btns{background-color:transparent;flex-direction:column-reverse}}@media screen and (max-width: 450px){.popup-basket .basket-card__link{color:#fff}}.popup-basket .basket-card__link:hover{text-decoration:underline}.popup-basket .favourite__btn{color:#e01a34}.popup-basket .favourite__btn:hover{color:#fff}.popup-basket__row{padding:13px 0 35px;display:flex;justify-content:space-between;align-items:flex-start}@media screen and (min-width: 450px){.popup-basket__row{display:none}}.popup-basket__logo{width:100px;max-height:19px;background:url("/wp-content/themes/petroc/assets/images/petroc-logo-pearl.svg") center/cover no-repeat}.popup-basket__close{font-size:18px;color:#fff;padding:0;border:none;background-color:transparent}
