.productDetailpage .row{margin-bottom:10px}@keyframes pulse-deal{0%,to{transform:scale(1);box-shadow:0 4px 12px rgba(255,59,48,.4)}50%{transform:scale(1.05);box-shadow:0 6px 16px rgba(255,59,48,.6)}}@keyframes flash-banner{0%,to{opacity:1}50%{opacity:.85}}@keyframes slide-deal{0%{background-position:0 50%}to{background-position:100% 50%}}@keyframes pulse-urgent{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:.95}}@keyframes bounce-fox{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-subtle{0%,to{transform:scale(1);box-shadow:0 4px 12px rgba(255,59,48,.3)}50%{transform:scale(1.02);box-shadow:0 6px 16px rgba(255,59,48,.5)}}.productDetailcontent{margin-left:30px}@media only screen and (max-width:1199px){.productDetailcontent{margin-left:0}}@media only screen and (max-width:991px){.productDetailcontent{margin-top:20px}}.productDetailcontent .deals-urgency-banner{background:linear-gradient(135deg,#ff3b30,#dc143c);border-radius:8px;padding:10px 8px;margin-top:-25px;margin-bottom:10px;text-align:center;box-shadow:0 4px 16px rgba(220,20,60,.3);border:1px solid crimson;position:relative;overflow:hidden;z-index:10}.productDetailcontent .deals-urgency-banner:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1),transparent);transform:rotate(45deg);animation:slide-deal 3s linear infinite}.productDetailcontent .deals-urgency-banner .banner-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.productDetailcontent .deals-urgency-banner .banner-content .banner-text{font-size:18px;font-weight:900;color:#fff;letter-spacing:1px;text-transform:uppercase;text-shadow:1px 1px 3px rgba(0,0,0,.4);white-space:nowrap}@media only screen and (max-width:767px){.productDetailcontent .deals-urgency-banner .banner-content .banner-text{font-size:14px;letter-spacing:.5px}}.productDetailcontent .limited-time-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;padding:12px 10px;margin-top:-25px;margin-bottom:10px;text-align:center;box-shadow:0 4px 16px rgba(102,126,234,.3);border:1px solid #764ba2;position:relative;overflow:hidden;z-index:10}.productDetailcontent .limited-time-banner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:shine 3s infinite}.productDetailcontent .limited-time-banner .banner-content{display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.productDetailcontent .limited-time-banner .banner-content .banner-text{font-size:18px;font-weight:900;color:#fff;letter-spacing:1.2px;text-transform:uppercase;text-shadow:1px 1px 3px rgba(0,0,0,.3);white-space:nowrap}@media only screen and (max-width:767px){.productDetailcontent .limited-time-banner .banner-content .banner-text{font-size:14px;letter-spacing:.8px}}@keyframes shine{0%{left:-100%}to{left:100%}}.productDetailcontent .stock-urgency-detail{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:8px;margin-top:-25px;margin-bottom:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;position:relative;z-index:10}.productDetailcontent .stock-urgency-detail.warning{background:linear-gradient(135deg,#ff6b6b,#ff8e53);color:#fff;box-shadow:0 3px 10px hsla(0,100%,71%,.3);border:1px solid #ff8e53}.productDetailcontent .stock-urgency-detail.critical{background:linear-gradient(135deg,#ff1744,#d50000);color:#fff;box-shadow:0 4px 12px rgba(213,0,0,.5);border:1px solid #d50000}.productDetailcontent .stock-urgency-detail .urgency-icon{font-size:20px}.productDetailcontent .stock-urgency-detail .urgency-text{font-size:14px}@media only screen and (max-width:767px){.productDetailcontent .stock-urgency-detail .urgency-text{font-size:12px}}.productDetailcontent .productDetailheading{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:8px}.productDetailcontent .productDetailheading h1{margin-bottom:0;padding-right:10px}.productDetailcontent .productDetailheading .shareLink{max-width:50px;flex:0 0 50px;height:50px;border-radius:50px;background-color:var(--extra-light-grey);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}@media only screen and (max-width:1440px){.productDetailcontent .productDetailheading .shareLink{max-width:40px;flex:0 0 40px;height:40px}.productDetailcontent .productDetailheading .shareLink>img{width:15px;height:15px}}.productDetailcontent .productDetailheading .shareLink:hover .sharingOptions{display:block}.productDetailcontent .productDetailheading .sharingOptions{position:absolute;right:0;top:60px;background-color:#fff;box-shadow:0 3px 16px rgba(0,0,0,.161);border-radius:10px;width:160px;display:none;z-index:1000}.productDetailcontent .productDetailheading .sharingOptions:before{position:absolute;content:"";right:12px;top:-13px;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #fff}.productDetailcontent .productDetailheading .sharingOptions:after{position:absolute;content:"";left:0;right:0;width:100%;height:50px;background:transparent;top:-40px}.productDetailcontent .productDetailheading .sharingOptions ul li{padding:15px 25px;border-bottom:2px solid var(--extra-light-grey)}@media only screen and (max-width:1440px){.productDetailcontent .productDetailheading .sharingOptions ul li{padding:10px 15px;font-size:14px}}@media only screen and (max-width:767px){.productDetailcontent .productDetailheading .sharingOptions ul li{padding:8px 12px;font-size:14px}}.productDetailcontent .productDetailheading .sharingOptions ul li:last-child{border-bottom:none}.productDetailcontent .productDetailheading .sharingOptions ul li:hover span{color:var(--primary-color)}.productDetailcontent .productDetailheading .sharingOptions ul li button{display:flex;align-items:center;justify-content:space-between;width:100%}.productDetailcontent .sellerRating{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}@media only screen and (max-width:575px){.productDetailcontent .sellerRating{margin-bottom:10px;display:block}}.productDetailcontent .sellerRating .rating{display:flex;cursor:pointer;gap:7px;align-items:center}@media only screen and (max-width:1366px){.productDetailcontent .sellerRating .rating{gap:5px}}@media only screen and (max-width:575px){.productDetailcontent .sellerRating .rating{margin-bottom:15px}}.productDetailcontent .sellerRating .rating p{font-size:16px;color:var(--light-grey);margin:0}@media only screen and (max-width:1366px){.productDetailcontent .sellerRating .rating p{font-size:14px}.productDetailcontent .sellerRating .rating img{width:16px;height:16px}}.productDetailcontent .sellerRating .seller{display:flex;align-items:center;font-size:16px;line-height:20px;color:var(--light-grey)}@media only screen and (max-width:1440px){.productDetailcontent .sellerRating .seller{font-size:14px}}.productDetailcontent .sellerRating .seller a{max-width:300px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}@media only screen and (max-width:1440px){.productDetailcontent .sellerRating .seller a{max-width:250px}}@media only screen and (max-width:1366px){.productDetailcontent .sellerRating .seller a{max-width:200px}}@media only screen and (max-width:1199px){.productDetailcontent .sellerRating .seller a{max-width:150px}}@media only screen and (max-width:575px){.productDetailcontent .sellerRating .seller a{max-width:70%}}.productDetailcontent .sellerRating .seller strong{margin-left:6px;color:var(--secondary-color)}.productDetailcontent .productPrice{margin-bottom:0}@media only screen and (max-width:575px){.productDetailcontent .productPrice{margin-bottom:8px}}.productDetailcontent .productPrice .price{display:flex;align-items:center;flex-wrap:nowrap}.productDetailcontent .productPrice .price .currencySign{font-size:20px;font-weight:600;color:var(--secondary-color);line-height:1.9}@media only screen and (max-width:1800px){.productDetailcontent .productPrice .price .currencySign{font-size:18px}}@media only screen and (max-width:1440px){.productDetailcontent .productPrice .price .currencySign{font-size:16px}}@media only screen and (max-width:1366px){.productDetailcontent .productPrice .price .currencySign{font-size:14px}}.productDetailcontent .productPrice .price .currency{font-size:48px;font-weight:900;color:#ff3b30;text-shadow:1px 1px 2px rgba(255,59,48,.3)}@media only screen and (max-width:1800px){.productDetailcontent .productPrice .price .currency{font-size:36px}}@media only screen and (max-width:1440px){.productDetailcontent .productPrice .price .currency{font-size:32px}}@media only screen and (max-width:1366px){.productDetailcontent .productPrice .price .currency{font-size:28px}}@media only screen and (max-width:767px){.productDetailcontent .productPrice .price .currency{font-size:24px}}.productDetailcontent .productPrice .price .actualPrice{font-size:18px;line-height:26px;color:#777;text-decoration:line-through;margin-left:10px;position:relative;cursor:help}.productDetailcontent .productPrice .price .actualPrice:before{content:"WAS ";text-decoration:none;font-size:14px;color:#888;margin-right:2px}.productDetailcontent .productPrice .price .actualPrice:hover:after{content:"Price sourced from supplier";position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);background:#ff6b6b!important;background-color:#ff6b6b!important;color:#fff!important;padding:10px 14px;border-radius:8px;font-size:14px;font-weight:500;white-space:nowrap;z-index:10000;opacity:1;visibility:visible;text-decoration:none;line-height:1.2;box-shadow:0 4px 12px rgba(0,0,0,.15);pointer-events:none}.productDetailcontent .productPrice .price .actualPrice span:last-child{position:relative}.productDetailcontent .productPrice .price .actualPrice span:last-child:hover:before{content:"";position:absolute;bottom:calc(100% + 5px);left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#ff6b6b!important;z-index:10001;opacity:1;visibility:visible}@media only screen and (max-width:1366px){.productDetailcontent .productPrice .price .actualPrice{font-size:16px}.productDetailcontent .productPrice .price .actualPrice:before{font-size:12px}.productDetailcontent .productPrice .price .actualPrice:hover:after{font-size:12px;padding:8px 12px}}.productDetailcontent .productPrice .price .discountRate{background:linear-gradient(135deg,#ff3b30,#ff1744);border-radius:20px;padding:8px 16px;color:var(--white-color);font-size:20px;font-weight:900;margin-left:15px;line-height:1;box-shadow:0 4px 12px rgba(255,59,48,.4);animation:pulse-deal 2s ease-in-out infinite;position:relative;text-transform:uppercase;letter-spacing:.5px}.productDetailcontent .productPrice .price .discountRate:before{content:"SAVE";font-size:12px;font-weight:700;position:absolute;top:-8px;left:50%;transform:translateX(-50%);background:gold;color:#000;padding:2px 8px;border-radius:10px;box-shadow:0 2px 6px rgba(255,215,0,.4)}@media only screen and (max-width:1800px){.productDetailcontent .productPrice .price .discountRate{font-size:18px;padding:8px 16px}}@media only screen and (max-width:1366px){.productDetailcontent .productPrice .price .discountRate{font-size:16px;padding:6px 12px}.productDetailcontent .productPrice .price .discountRate:before{font-size:10px;padding:1px 6px;top:-6px}}.productDetailcontent .productViewer{font-size:13px;font-weight:600;line-height:1.2;text-align:right;display:flex;align-items:center;gap:6px;white-space:nowrap}@media only screen and (max-width:1800px){.productDetailcontent .productViewer{font-size:12px}}@media only screen and (max-width:1440px){.productDetailcontent .productViewer{font-size:11px}}@media only screen and (max-width:767px){.productDetailcontent .productViewer{font-size:10px;justify-content:center;margin-top:10px}}.productDetailcontent .productViewer span{background-color:#fff3e0;border:1px solid #ffb74d;border-radius:4px;padding:3px 8px;line-height:1;display:flex;align-items:center;gap:5px;font-weight:700;color:#e65100}.productDetailcontent .productViewer span img{margin:0;width:14px;height:14px}.productDetailcontent .otherSeller{font-size:16px;line-height:24px}@media only screen and (max-width:575px){.productDetailcontent .otherSeller{margin-top:10px}}.productDetailcontent .otherSeller span{color:var(--primary-color);cursor:pointer}.productDetailcontent .productFilters{margin-bottom:16px;position:relative;z-index:10;overflow:visible}@media only screen and (max-width:767px){.productDetailcontent .productFilters{margin-bottom:15px}}.productDetailcontent .productFilters.error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px}.productDetailcontent .productFilters.error .productFilterstitle{color:#721c24}.productDetailcontent .productFilters .productFilterstitle{font-size:18px;color:var(--light-grey);margin-right:10px;display:block;font-weight:600}@media only screen and (max-width:1800px){.productDetailcontent .productFilters .productFilterstitle{font-size:16px}}@media only screen and (max-width:1366px){.productDetailcontent .productFilters .productFilterstitle{font-size:14px}}.productDetailcontent .productFilters .productFilterstitle strong{color:var(--secondary-color)}.productDetailcontent .productFilters .productFilterstitle.size{display:inline-block}.productDetailcontent .productFilters .filter-option{display:inline-block;font-size:16px;background-color:var(--white-color);border:2px solid var(--extra-light-grey);border-radius:20px;padding:10px 20px;margin-right:10px;cursor:pointer;line-height:1}@media only screen and (max-width:1199px){.productDetailcontent .productFilters .filter-option{font-size:14px;padding:5px 15px;margin-right:7px}}.productDetailcontent .productFilters .filter-option.color{width:30px;height:30px;padding:0;border-radius:8px;margin-right:30px}@media only screen and (max-width:1199px){.productDetailcontent .productFilters .filter-option.color{margin-right:20px}}.productDetailcontent .productFilters .filter-option.color.active{border-color:var(--white-color);position:relative}.productDetailcontent .productFilters .filter-option.color.active:before{content:"";position:absolute;left:-4px;right:-4px;bottom:-4px;top:-4px;border:1px solid var(--secondary-color);border-radius:10px}.productDetailcontent .productFilters .filter-option.active{border-color:var(--primary-color)}.productDetailcontent .sizeGuide{background-color:var(--extra-light-grey);border-radius:16px;padding:3px 12px;width:max-content;cursor:pointer;margin-bottom:30px}@media only screen and (max-width:767px){.productDetailcontent .sizeGuide{margin-bottom:20px}}.productDetailcontent .sizeGuide span{font-size:16px;margin-left:5px}.productDetailcontent .sizeGuide img{margin-top:-3px}.productDetailcontent .deliveryInfo{padding:10px 8px;background:linear-gradient(135deg,#f8fffe,#e8faf7);border:2px solid #4cd964;border-radius:12px;display:flex;justify-content:space-between;margin-top:15px;margin-bottom:20px;flex-wrap:wrap;box-shadow:0 2px 8px rgba(76,217,100,.15);position:relative;overflow:hidden}.productDetailcontent .deliveryInfo:before{content:"";position:absolute;top:-100px;right:-100px;width:200px;height:200px;background:radial-gradient(circle,rgba(76,217,100,.1) 0,transparent 70%);border-radius:50%}@media only screen and (max-width:1800px){.productDetailcontent .deliveryInfo{margin:12px 0;padding:8px 6px}}@media only screen and (max-width:575px){.productDetailcontent .deliveryInfo{display:flex;padding:8px 5px}}.productDetailcontent .deliveryInfo .deliveryInfolist{max-width:25%;flex:0 0 25%;position:relative;z-index:1;transition:transform .3s ease}.productDetailcontent .deliveryInfo .deliveryInfolist:hover{transform:translateY(-3px)}.productDetailcontent .deliveryInfo .deliveryInfolist:hover .deliveryInfoicon{background:linear-gradient(135deg,#4cd964,#5ac87a);box-shadow:0 8px 16px rgba(76,217,100,.3)}.productDetailcontent .deliveryInfo .deliveryInfolist:hover .deliveryInfoicon img{filter:brightness(0) invert(1)}.productDetailcontent .deliveryInfo .deliveryInfolist:hover .deliveryInfoicon img[alt="Ships from UK"]{filter:none;opacity:.9}@media only screen and (max-width:1440px){.productDetailcontent .deliveryInfo .deliveryInfolist{max-width:25%;flex:0 0 25%;padding:0 8px}}@media only screen and (max-width:575px){.productDetailcontent .deliveryInfo .deliveryInfolist{max-width:25%;flex:0 0 25%;margin-top:0;padding:0 3px}}.productDetailcontent .deliveryInfo .deliveryInfolist a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:inherit}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon{width:38px;height:38px;background:linear-gradient(135deg,#f0fff4,#e8f5e9);margin:0 auto 5px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #4cd964;padding:5px;transition:all .3s ease}@media only screen and (max-width:1600px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon{width:34px;height:34px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img{width:20px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img[alt="Ships from UK"]{width:30px;height:30px;margin:-5px}}@media only screen and (max-width:1366px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon{width:30px;height:30px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img{width:18px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img[alt="Ships from UK"]{width:26px;height:26px;margin:-4px}}@media only screen and (max-width:575px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon{width:26px;height:26px;margin-bottom:3px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img{width:16px}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoicon img[alt="Ships from UK"]{width:22px;height:22px;margin:-3px}}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent{text-align:center;width:100%}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryTitle{font-size:13px;font-weight:700;color:#2c3e50;margin-bottom:0;line-height:1.1}@media only screen and (max-width:1800px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryTitle{font-size:12px}}@media only screen and (max-width:1366px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryTitle{font-size:11px}}@media only screen and (max-width:575px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryTitle{font-size:10px;line-height:1}}.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryDesc{font-size:13px;color:#7b8a97;margin-bottom:0;line-height:1.3}@media only screen and (max-width:1800px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryDesc{font-size:12px}}@media only screen and (max-width:1366px){.productDetailcontent .deliveryInfo .deliveryInfolist .deliveryInfoContent .deliveryDesc{font-size:11px}}.productDetailcontent .deliveryInfo .deliveryInfolist .trustpilot-img img{width:100%;height:auto;max-width:370px}.productDetailcontent .deliveryInfo .deliveryinfoitem{display:flex;flex:0 0 100%;justify-content:space-between;align-items:center}@media only screen and (max-width:768px){.productDetailcontent .deliveryInfo .deliveryinfoitem .deliveryInfolist{flex:0 0 25%}}.productDetailcontent .stockInfo{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media only screen and (max-width:1800px){.productDetailcontent .stockInfo{margin-bottom:20px}}@media only screen and (max-width:767px){.productDetailcontent .stockInfo{display:block}}.productDetailcontent .stockInfo p{font-size:16px;font-weight:600;margin:0;text-transform:uppercase;line-height:1.2;max-width:100%;flex:0 0 100%}@media only screen and (max-width:1800px){.productDetailcontent .stockInfo p{font-size:14px}}@media only screen and (max-width:1366px){.productDetailcontent .stockInfo p{font-size:12px}}@media only screen and (max-width:767px){.productDetailcontent .stockInfo p{max-width:100%;flex:0 0 100%}}.productDetailcontent .btnGroup{display:flex;align-items:center;margin-bottom:30px;justify-content:space-between;gap:15px}@media only screen and (max-width:1800px){.productDetailcontent .btnGroup{margin-bottom:20px}}.productDetailcontent .btnGroup .btn{width:50%;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;padding:18px 30px;font-size:18px;border-radius:8px}.productDetailcontent .btnGroup .btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}@media only screen and (max-width:1600px){.productDetailcontent .btnGroup .btn{padding:16px 25px;font-size:16px}}@media only screen and (max-width:1440px){.productDetailcontent .btnGroup .btn{padding:14px 25px;font-size:15px}}@media only screen and (max-width:767px){.productDetailcontent .btnGroup .btn{padding:12px 20px;font-size:14px}}.productDetailcontent .btnGroup .btn.btn-primary{background:linear-gradient(135deg,#ff3b30,#dc143c);border:none;animation:pulse-subtle 3s ease-in-out infinite}.productDetailcontent .btnGroup .btn.btn-primary:hover{background:linear-gradient(135deg,#dc143c,#b91c1c)}.productDetailcontent .btnGroup .btn.btn-outline-primary{border:2px solid #ff3b30;color:#ff3b30;background:#fff}.productDetailcontent .btnGroup .btn.btn-outline-primary:hover{background:#ff3b30;color:#fff;border-color:#ff3b30}.productDetailcontent .checkoutMessage{margin-bottom:40px;font-size:16px}@media only screen and (max-width:1800px){.productDetailcontent .checkoutMessage{margin-bottom:30px;font-size:14px}}@media only screen and (max-width:1366px){.productDetailcontent .checkoutMessage{font-size:12px}}@media only screen and (max-width:767px){.productDetailcontent .checkoutMessage{margin-bottom:20px}}.productDetailcontent .checkoutMessage .time{color:var(--green-color)}.productDetailcontent .checkoutMessage .shipping{color:var(--primary-color)}@media only screen and (max-width:991px){.productDetailcontent .producttrustpilotlogo{margin:0 0 20px}.productDetailcontent .producttrustpilotlogo .justify-content-end{justify-content:flex-start!important}}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-loader{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:4px}.productDetailslider{display:flex;flex-wrap:wrap;align-items:flex-start;margin-bottom:0}.productDetailslider .thumbImages{max-width:73px;flex:0 0 73px;margin:0 auto;height:auto;max-height:600px;overflow-y:auto}.productDetailslider .thumbImages::-webkit-scrollbar{width:0}@media only screen and (max-width:1600px){.productDetailslider .thumbImages{max-height:450px}}@media only screen and (max-width:1440px){.productDetailslider .thumbImages{max-height:400px}}@media only screen and (max-width:1366px){.productDetailslider .thumbImages{max-height:380px}}@media only screen and (max-width:1281px){.productDetailslider .thumbImages{max-height:350px}}@media only screen and (max-width:575px){.productDetailslider .thumbImages{max-height:350px;max-width:79px;flex:0 0 79px}}.productDetailslider .thumbImages .thumbImglist{border:2px solid var(--extra-light-grey);border-radius:10px;margin-bottom:11px;width:73px;height:73px;justify-content:center;display:flex;overflow:hidden;position:relative}@media only screen and (max-width:575px){.productDetailslider .thumbImages .thumbImglist{width:79px;height:79px;margin-bottom:6px}}.productDetailslider .thumbImages .thumbImglist .image{cursor:pointer;position:absolute!important;width:100%!important;height:100%!important}.productDetailslider .thumbMainimg{max-width:calc(100% - 93px);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 93px);margin-left:20px;display:flex;justify-content:center;align-items:center;position:relative;height:600px;min-height:500px;border:1px solid var(--extra-light-grey);overflow:hidden;background-color:#fff;border-radius:8px}@media only screen and (max-width:1600px){.productDetailslider .thumbMainimg{height:550px;min-height:450px}}@media only screen and (max-width:1440px){.productDetailslider .thumbMainimg{height:500px;min-height:400px}}@media only screen and (max-width:1366px){.productDetailslider .thumbMainimg{height:450px;min-height:350px}}@media only screen and (max-width:1281px){.productDetailslider .thumbMainimg{height:400px;min-height:300px}}@media only screen and (max-width:991px){.productDetailslider .thumbMainimg{height:500px;min-height:400px;max-width:calc(100% - 83px);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 83px);margin-left:10px}}@media only screen and (max-width:575px){.productDetailslider .thumbMainimg{height:350px;min-height:250px;max-width:calc(100% - 84px);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 84px);margin-left:5px}}.productDetailslider .thumbMainimg .image{width:100%!important;height:100%!important;object-fit:contain;object-position:center;max-width:100%;max-height:100%}.productDetailslider .thumbMainimg .dealLabel{position:absolute;bottom:45px;right:-60px;background:linear-gradient(135deg,gold,orange);z-index:9;padding:6px 65px;font-size:13px;font-weight:900;color:#000;text-transform:uppercase;letter-spacing:.5px;transform:rotate(-45deg);transform-origin:center;box-shadow:0 3px 10px rgba(0,0,0,.3);white-space:nowrap}@media only screen and (max-width:1199px){.productDetailslider .thumbMainimg .dealLabel{font-size:11px;padding:5px 55px;right:-50px;bottom:40px}}@media only screen and (max-width:575px){.productDetailslider .thumbMainimg .dealLabel{font-size:8px;padding:3px 40px;right:-38px;bottom:35px;letter-spacing:.3px}}.productDetailslider .thumbMainimg .wishlistIcon{position:absolute;top:15px;right:15px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease;cursor:pointer;padding:0}.productDetailslider .thumbMainimg .wishlistIcon .wishlist-heart-svg{width:26.4px!important;height:26.4px!important;filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 .5px 1px rgba(0,0,0,.1))}.productDetailslider .thumbMainimg .wishlistIcon .wishlist-heart-svg .heart-path{stroke:gray;stroke-width:2.5px;fill:#fff}.productDetailslider .thumbMainimg .wishlistIcon:hover{transform:scale(1.1)}.productDetailslider .thumbMainimg .wishlistIcon:hover .wishlist-heart-svg{filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 1px 2px rgba(0,0,0,.15))}.productDetailslider .thumbMainimg .wishlistIcon:hover .wishlist-heart-svg .heart-path{stroke:#666}@media only screen and (max-width:1440px){.productDetailslider .thumbMainimg .wishlistIcon .wishlist-heart-svg{width:24px!important;height:24px!important}}@media only screen and (max-width:767px){.productDetailslider .thumbMainimg .wishlistIcon{top:10px;right:10px}.productDetailslider .thumbMainimg .wishlistIcon .wishlist-heart-svg{width:24px!important;height:24px!important}}.productDetailslider .thumbMainimg .wishlistIcon.active .wishlist-heart-svg{filter:drop-shadow(0 0 .5px rgb(255,255,255)) drop-shadow(0 .5px 1px rgba(0,0,0,.1))}.productDetailslider .thumbMainimg .wishlistIcon.active .wishlist-heart-svg .heart-path{stroke:#ff7315;fill:#ff7315}.productDetailslider .thumbMainimg .wishlistIcon:disabled{pointer-events:auto!important;cursor:not-allowed!important}.productHighlights{margin-left:35px;border-top:2px solid var(--extra-light-grey)}@media only screen and (max-width:1199px){.productHighlights{margin-left:0}}.productHighlights .highlights{padding:30px 0;border-bottom:2px solid var(--extra-light-grey)}@media only screen and (max-width:1800px){.productHighlights .highlights{padding:20px 0}}.productHighlights .highlights h2{margin-bottom:35px}@media only screen and (max-width:1800px){.productHighlights .highlights h2{margin-bottom:15px}}@media only screen and (max-width:1366px){.productHighlights .highlights h2{margin-bottom:10px}}.productHighlights .highlights p{font-size:16px;margin:0}@media only screen and (max-width:1800px){.productHighlights .highlights p{font-size:15px}}@media only screen and (max-width:1366px){.productHighlights .highlights p{font-size:13px}}.productHighlights .highlights p img{margin-right:8px}@media only screen and (max-width:1800px){.productHighlights .highlights p img{width:20px}}@media only screen and (max-width:1366px){.productHighlights .highlights p img{width:15px}}.productHighlights .description{padding:30px 0 0}@media only screen and (max-width:1800px){.productHighlights .description{padding:20px 0 0}}.productHighlights .description h2{margin-bottom:28px}@media only screen and (max-width:1800px){.productHighlights .description h2{margin-bottom:15px}}@media only screen and (max-width:1366px){.productHighlights .description h2{margin-bottom:10px}}.productHighlights .description ul{margin:0;padding-left:25px}.productHighlights .description ul li{font-size:16px;line-height:22px;margin-bottom:20px;position:relative}@media only screen and (max-width:1800px){.productHighlights .description ul li{font-size:15px;margin-bottom:10px}}@media only screen and (max-width:1366px){.productHighlights .description ul li{font-size:13px;margin-bottom:8px}}.productHighlights .description ul li:last-child{margin-bottom:0}.productHighlights .description ul li:before{content:"";position:absolute;top:5px;left:-25px;width:14px;height:14px;background-color:var(--white-color);border:2px solid var(--primary-color);border-radius:20px}@media only screen and (max-width:1366px){.productHighlights .description ul li:before{width:12px;height:12px}}.productHighlights .description .description-p{margin:0;white-space:pre-line;display:inline}@media only screen and (max-width:1800px){.productHighlights .description .description-p{font-size:15px}}@media only screen and (max-width:1366px){.productHighlights .description .description-p{font-size:13px}}.productHighlights .description .show-description{cursor:pointer}.productHighlights .description .show-description span{color:var(--primary-color)}@media only screen and (max-width:1800px){.productHighlights .description .show-description{font-size:15px}}@media only screen and (max-width:1366px){.productHighlights .description .show-description{font-size:13px}}.productHighlights .product-details-section{margin-top:30px;padding:20px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}@media only screen and (max-width:1800px){.productHighlights .product-details-section{margin-top:20px;padding:16px}}@media only screen and (max-width:767px){.productHighlights .product-details-section{margin-top:15px;padding:12px}}.productHighlights .product-details-section h2.headingTitle{font-size:20px;font-weight:700;color:var(--secondary-color);margin-bottom:16px;padding-bottom:20px;border-bottom:2px solid #dee2e6}@media only screen and (max-width:1800px){.productHighlights .product-details-section h2.headingTitle{font-size:18px;margin-bottom:14px}}@media only screen and (max-width:767px){.productHighlights .product-details-section h2.headingTitle{font-size:16px;margin-bottom:12px;padding-bottom:8px}}.productHighlights .product-details-section .product-details-list{list-style:none;padding:0;margin:0}.productHighlights .product-details-section .product-details-list li{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid #e9ecef;list-style:none}.productHighlights .product-details-section .product-details-list li:last-child{border-bottom:none;padding-bottom:0}.productHighlights .product-details-section .product-details-list li:first-child{padding-top:0}@media only screen and (max-width:767px){.productHighlights .product-details-section .product-details-list li{padding:5px 0}}.productHighlights .product-details-section .product-details-list li:before{display:none}.productHighlights .product-details-section .product-details-list li .detail-label{font-weight:600;color:#495057;font-size:15px;flex:0 0 40%}@media only screen and (max-width:1800px){.productHighlights .product-details-section .product-details-list li .detail-label{font-size:14px}}@media only screen and (max-width:767px){.productHighlights .product-details-section .product-details-list li .detail-label{font-size:13px;flex:0 0 45%}}.productHighlights .product-details-section .product-details-list li .detail-value{color:var(--secondary-color);font-size:15px;text-align:right;flex:1 1;word-break:break-word}@media only screen and (max-width:1800px){.productHighlights .product-details-section .product-details-list li .detail-value{font-size:14px}}@media only screen and (max-width:767px){.productHighlights .product-details-section .product-details-list li .detail-value{font-size:13px}}.productsBreadcrumb{width:100%;background-color:var(--medium-grey-color-3);padding:12px 50px;margin-bottom:20px}@media only screen and (max-width:1800px){.productsBreadcrumb{margin-bottom:15px}}@media only screen and (max-width:1440px){.productsBreadcrumb{padding:10px 50px}}@media only screen and (max-width:1366px){.productsBreadcrumb{margin-bottom:10px;padding:10px 50px}}@media only screen and (max-width:1280px){.productsBreadcrumb{padding:15px 30px}}@media only screen and (max-width:991px){.productsBreadcrumb{padding:0}}.productsBreadcrumb ol.breadcrumb{margin-bottom:0}@media only screen and (max-width:991px){.productsBreadcrumb ol{display:none}}.productsBreadcrumb ol li{padding-right:30px;padding-left:0!important;position:relative}@media only screen and (max-width:1600px){.productsBreadcrumb ol li{font-size:14px}}@media only screen and (max-width:1366px){.productsBreadcrumb ol li{font-size:12px}}@media only screen and (max-width:575px){.productsBreadcrumb ol li{padding-right:20px}}.productsBreadcrumb ol li:last-child:before{display:none}.productsBreadcrumb .active{overflow:hidden;width:50%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.productsBreadcrumb .active a{color:var(--secondary-color)}.productsBreadcrumb .breadcrumb-item:before{content:"";position:absolute;float:none;right:10px;width:8px;height:14px;top:6px;background:url(/images/svg/arrow-right.svg) no-repeat;background-size:contain}@media only screen and (max-width:1600px){.productsBreadcrumb .breadcrumb-item:before{height:12px}}@media only screen and (max-width:1366px){.productsBreadcrumb .breadcrumb-item:before{height:10px}}@media only screen and (max-width:767px){.productsBreadcrumb .breadcrumb-item:before{width:6px;height:11px}}@media only screen and (max-width:575px){.productsBreadcrumb .breadcrumb-item:before{right:5px}}#ReactSimpleImageViewer{z-index:1056}.productCustomerreview{border-top:2px solid var(--extra-light-grey);padding-top:30px}@media only screen and (max-width:1800px){.productCustomerreview{padding-top:20px}}@media only screen and (max-width:991px){.productCustomerreview{margin-top:30px}}@media only screen and (max-width:575px){.productCustomerreview{margin-top:20px;padding-top:20px}}.productCustomerreview .globalRatingsec{padding:35px 70px}@media only screen and (max-width:1800px){.productCustomerreview .globalRatingsec{padding:20px 70px}}@media only screen and (max-width:1199px){.productCustomerreview .globalRatingsec{padding:35px 20px}}@media only screen and (max-width:767px){.productCustomerreview .globalRatingsec{padding:15px 20px}}.productCustomerreview .globalRatingsec .gloabalRatings{max-width:180px;flex:0 0 180px;text-align:center}@media only screen and (max-width:575px){.productCustomerreview .globalRatingsec .gloabalRatings{max-width:100px;flex:0 0 100px}}.productCustomerreview .globalRatingsec .gloabalRatings h3{font-size:91px;font-weight:600;color:var(--black-color);line-height:1}@media only screen and (max-width:1366px){.productCustomerreview .globalRatingsec .gloabalRatings h3{font-size:60px}}.productCustomerreview .globalRatingsec .gloabalRatings .rating img{margin-right:7px}@media only screen and (max-width:575px){.productCustomerreview .globalRatingsec .gloabalRatings .rating img{margin-right:4px;width:15px}}.productCustomerreview .globalRatingsec .gloabalRatings p{color:var(--light-grey);margin:10px 0 0}@media only screen and (max-width:1366px){.productCustomerreview .globalRatingsec .gloabalRatings p{font-size:14px}}.productCustomerreview .globalRatingsec .customerRatings{max-width:calc(100% - 180px);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 180px);border-left:2px solid #ebebeb;margin-left:90px;padding-left:50px}@media only screen and (max-width:1199px){.productCustomerreview .globalRatingsec .customerRatings{margin-left:20px;padding-left:20px}}@media only screen and (max-width:575px){.productCustomerreview .globalRatingsec .customerRatings{max-width:calc(100% - 100px);flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 100px)}}.productCustomerreview .globalRatingsec .customerRatings .starList{margin-bottom:10px}.productCustomerreview .globalRatingsec .customerRatings .starList.cursor-pointer{cursor:pointer}.productCustomerreview .globalRatingsec .customerRatings .starList .starNo{margin-right:10px}.productCustomerreview .globalRatingsec .customerRatings .starList .starNo span{color:var(--light-grey);margin-right:4px}@media only screen and (max-width:1366px){.productCustomerreview .globalRatingsec .customerRatings .starList .starNo span{font-size:14px}}.productCustomerreview .globalRatingsec .customerRatings .starList .starNo span.heading-title{color:rgba(255,121,0,.8)}.productCustomerreview .globalRatingsec .customerRatings .starList p{font-weight:600;margin:0 0 0 16px;opacity:.8}@media only screen and (max-width:1366px){.productCustomerreview .globalRatingsec .customerRatings .starList p{font-size:14px}}.productCustomerreview .globalRatingsec .customerRatings .starList p.heading-title{color:rgba(255,121,0,.8)}.productCustomerreview .globalRatingsec .customerRatings .starList .progress{width:340px;height:8px;background:var(--extra-light-grey)}.productCustomerreview .rateProduct{padding:20px 22px;border-top:2px solid var(--extra-light-grey);border-bottom:2px solid var(--extra-light-grey)}@media only screen and (max-width:1800px){.productCustomerreview .rateProduct{padding:15px 22px}}@media only screen and (max-width:1366px){.productCustomerreview .rateProduct{padding:10px 22px}}@media only screen and (max-width:1199px){.productCustomerreview .rateProduct{padding:8px 0 10px}}.productCustomerreview .rateProduct .ratingStar img{cursor:pointer;margin-right:20px}@media only screen and (max-width:1440px){.productCustomerreview .rateProduct .ratingStar img{margin-right:7px;width:30px;height:30px}}@media only screen and (max-width:575px){.productCustomerreview .rateProduct .ratingStar img{margin-right:5px;width:25px;height:25px}}.productCustomerreview .rateProduct p{font-size:20px;font-weight:600;color:var(--primary-color);margin:0;cursor:pointer}@media only screen and (max-width:1800px){.productCustomerreview .rateProduct p{font-size:18px}}@media only screen and (max-width:1366px){.productCustomerreview .rateProduct p{font-size:14px}}.productCustomerreview .customerPhotos{margin-top:30px}@media only screen and (max-width:1440px){.productCustomerreview .customerPhotos{margin-top:20px}}.productCustomerreview .customerPhotos h2{font-size:18px;font-weight:600;padding-bottom:21px;margin-bottom:0}@media only screen and (max-width:1800px){.productCustomerreview .customerPhotos h2{font-size:16px;padding-bottom:15px}}@media only screen and (max-width:1366px){.productCustomerreview .customerPhotos h2{font-size:14px;padding-bottom:12px}}.productCustomerreview .customerPhotos .customerPhotoslist{display:flex;flex-wrap:wrap}.productCustomerreview .customerPhotos .customerPhotoslist .customerPic{width:100px;height:100px;border-radius:10px;display:flex;align-items:center;margin-right:15px;background-color:var(--extra-light-grey);margin-bottom:2px;cursor:pointer;overflow:hidden;position:relative}@media only screen and (max-width:1366px){.productCustomerreview .customerPhotos .customerPhotoslist .customerPic{width:80px;height:80px}}@media only screen and (max-width:767px){.productCustomerreview .customerPhotos .customerPhotoslist .customerPic{width:60px;height:60px}}.productCustomerreview .customerPhotos .customerPhotoslist .customerPic .image{object-fit:contain;width:100%!important;position:absolute!important;height:auto!important;margin:auto}.productCustomerreview .customerPhotos .customerPhotoslist .customerPic span{font-size:30px;font-weight:500;margin:auto}@media only screen and (max-width:1199px){.productCustomerreview .customerPhotos .customerPhotoslist .customerPic span{font-size:22px}}.productCustomerreview .customerReviews{margin-top:30px}.productCustomerreview .customerReviews h2{font-size:18px;font-weight:600;padding-bottom:21px;margin-bottom:0}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews h2{font-size:16px}}@media only screen and (max-width:1366px){.productCustomerreview .customerReviews h2{font-size:14px}}.productCustomerreview .customerReviews .review-header p{font-weight:600;color:var(--primary-color);margin:0;cursor:pointer}.productCustomerreview .customerReviews .customerReviewslist{direction:rtl;max-height:600px;overflow:auto}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left{padding-left:20px;direction:ltr}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview{margin-bottom:60px}@media only screen and (max-width:767px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview{margin-bottom:40px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview:last-child{margin-bottom:0}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview p{font-size:16px;line-height:24px;margin-bottom:20px;white-space:pre-line}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview p{font-size:15px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating{display:flex;align-items:center;justify-content:space-between;margin-top:10px}@media only screen and (max-width:7670px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating{margin-top:0}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating{display:flex;align-items:center}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating img{margin-right:6px}@media only screen and (max-width:1366px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating img{width:15px;margin-right:3px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating p{font-size:16px;margin:0 0 0 10px;color:var(--light-grey)}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating p{font-size:15px}}@media only screen and (max-width:1366px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating p{font-size:13px}}@media only screen and (max-width:575px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating .rating p{font-size:12px;margin-left:3px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating p{font-size:16px;color:var(--light-grey);font-weight:600;display:flex;align-items:center;margin-bottom:0}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating p{font-size:15px}}@media only screen and (max-width:1366px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating p{font-size:13px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating p img{margin-left:8px}@media only screen and (max-width:575px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .customerRating p img{margin-left:3px;width:12px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail{margin-bottom:10px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail .image{object-fit:contain;width:48px!important;position:relative!important;height:48px!important;border-radius:40px;background-color:#ebebeb}@media only screen and (max-width:767px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail .image{width:38px!important;height:38px!important}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail h3{font-size:22px;margin-left:14px;margin-bottom:0}@media only screen and (max-width:1800px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail h3{font-size:18px}}@media only screen and (max-width:1366px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .singleReview .userDetail h3{font-size:16px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .customerReviewphotos{display:flex;flex-wrap:wrap}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .customerReviewphotos .image-box{width:60px;height:60px;border-radius:10px;display:flex;align-items:center;margin-right:10px;margin-bottom:10px;background-color:var(--extra-light-grey);cursor:pointer;overflow:hidden;position:relative}@media only screen and (max-width:767px){.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .customerReviewphotos .image-box{width:50px;height:50px}}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .customerReviewphotos .image-box .image{object-fit:contain;width:100%!important;position:absolute!important;height:auto!important;margin:auto}.productCustomerreview .customerReviews .customerReviewslist .customerReviewslist-left .helpful{cursor:pointer}.scroll-design ::-webkit-scrollbar-track{border-radius:10px;background-color:var(--extra-light-grey);display:block}.scroll-design ::-webkit-scrollbar{width:7px}.scroll-design ::-webkit-scrollbar,.scroll-design ::-webkit-scrollbar-thumb{border-radius:10px;background-color:rgba(255,121,0,.8);display:block}