.containerpart .product_page{display:flex;flex-direction:column;margin-top:20px}.containerpart .product_page .productinfo{display:flex;flex-direction:row;margin-bottom:20px;justify-content:space-between}.containerpart .product_page .productinfo .leftpart1{flex:2.5 1;display:flex;flex-direction:row}.containerpart .product_page .productinfo .leftpart1 .leftpart{flex:1 1;border-radius:20px;box-shadow:0 4px 40px 0 rgba(60,85,106,.1);display:flex;justify-content:center;align-items:center;min-height:100%;background:#fff}.containerpart .product_page .productinfo .leftpart1 .leftpart img{width:100%;border-radius:20px}.containerpart .product_page .productinfo .leftpart1 .midpart{flex:1 1;margin:0 30px}.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a{color:#061e41;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:underline}.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a span{font-weight:600}.containerpart .product_page .productinfo .leftpart1 .midpart .title{color:#061e41;font-size:25px;font-weight:500;line-height:30px;letter-spacing:0;text-align:left;margin-top:20px;margin-bottom:40px}.containerpart .product_page .productinfo .leftpart1 .midpart .details{display:flex;flex-direction:column;justify-content:space-between}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info{color:#061e41;font-size:15px;font-weight:400;line-height:17px;letter-spacing:0;text-align:left;margin-bottom:20px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info span{font-weight:600}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info .p-1{color:#061e41;font-size:15px;font-weight:400;line-height:17px;letter-spacing:0;text-align:left;margin-bottom:20px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #brand-name,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-code,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-comment,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-description,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-origin,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #unit-of-measure{font-weight:400}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items{margin-top:30px;display:flex;flex-direction:row;justify-content:space-between}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .big_price{color:#00a44c;font-size:30px;font-weight:500;letter-spacing:0;text-align:left}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .small_price{color:#2f3c48;font-size:18px;font-weight:500;letter-spacing:0;text-align:left;text-decoration-line:line-through}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part{color:#061e41;font-size:13px;font-weight:500;line-height:13px;letter-spacing:0;text-align:left;justify-content:space-between;margin-top:20px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part span{border-radius:5px;background:red;color:#fff;font-size:15px;font-weight:500;line-height:15px;letter-spacing:0;text-align:left;padding:4px;margin:2px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part{display:flex;flex-direction:row;justify-content:space-between;margin-top:-8px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart{display:flex;flex-direction:row;box-sizing:border-box;border:1px solid #6da0cb;border-radius:20px;background:#f2f8fd;width:127px;height:36px;margin-top:0;align-items:center;justify-content:space-around;padding:0 5px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn{color:#fff;font-size:18px;font-weight:500;line-height:18px;letter-spacing:0;text-align:center;background:red;cursor:pointer;border:none;border-radius:50px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn:hover{background-color:rgba(0,0,0,0);color:red;border:1px solid red}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input{text-align:center;color:#2f3c48;font-size:13px;font-weight:500;line-height:27px;letter-spacing:0;border:none;width:40px;background:#f2f8fd}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]{-moz-appearance:textfield}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn{color:#fff;font-size:18px;font-weight:500;letter-spacing:0;text-align:center;background:red;border-radius:50px;cursor:pointer;border:none;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease-in-out}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn:hover{background-color:rgba(0,0,0,0);color:red;border:1px solid red}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton{margin-top:7px;margin-left:10px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button img{width:25px;height:25px;box-shadow:none}.containerpart .product_page .productinfo .rightpart{flex:1 1;display:flex;justify-content:flex-end;border-radius:10px;overflow:hidden;max-width:100%}.containerpart .product_page .productinfo .rightpart img{width:100%;height:auto;max-height:500px;object-fit:contain;border-radius:10px}.containerpart .product_page .productinfo .rightpart .product-banner-placeholder{width:100%;background-color:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:22px;font-family:sans-serif;text-align:center;border-radius:8px;height:100%}@media(max-width:767px){.containerpart .product_page .productinfo{width:95%;margin:0 auto;display:flex;flex-direction:column}.containerpart .product_page .productinfo .leftpart1{display:flex;flex-direction:column}.containerpart .product_page .productinfo .leftpart1 .leftpart{width:100%;margin:0 auto;display:flex;flex-direction:column;flex:1 1;border-radius:20px;box-shadow:0 4px 40px 0 rgba(255,0,0,.1);background-color:#fff}.containerpart .product_page .productinfo .leftpart1 .leftpart img{width:60%!important;padding:10px;margin:0 auto}.containerpart .product_page .productinfo .leftpart1 .midpart{margin:0}.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct{margin-top:20px}.containerpart .product_page .productinfo .leftpart1 .midpart .categoryOfProduct a{font-size:14px;margin:0}.containerpart .product_page .productinfo .leftpart1 .midpart .title{font-size:18px;margin:10px 0}.containerpart .product_page .productinfo .leftpart1 .midpart .details{display:flex;flex-direction:column;margin-bottom:15px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info{font-size:14px;margin-bottom:5px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info span{font-weight:600}.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #brand-name,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-code,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-description,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #product-origin,.containerpart .product_page .productinfo .leftpart1 .midpart .details .infopart .info #unit-of-measure{font-weight:400}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .big_price{font-size:30px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .small_price{font-size:22px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part{justify-content:space-between}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons{display:flex;flex-direction:row;justify-content:space-between}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart{display:flex;flex-direction:row;margin:0;width:120px;height:35px;padding:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .decrement-btn{color:#fff;font-size:16px;font-weight:500;letter-spacing:0;text-align:center;background:red;cursor:pointer;border:none;border-radius:50px;width:30px;height:30px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input{width:40px;height:25px;padding:0;text-align:center;border:none;background:#f2f8fd;font-size:16px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .quantity-input[type=number]{-moz-appearance:textfield}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .addtocart .increment-btn{color:#fff;font-size:16px;font-weight:500;letter-spacing:0;text-align:center;background:red;cursor:pointer;border:none;border-radius:50px;width:30px;height:30px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton{margin-top:4px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .down_part .interactbuttons .favoritebutton button img{width:25px;height:25px}.containerpart .product_page .productinfo .rightpart img{display:block;height:100%;width:100%;margin:10px auto;max-width:420px}}@media(min-width:768px)and (max-width:1450px){.containerpart .product_page .productinfo{display:flex;flex-direction:row}}.containerpart .product_page .product-layout-1{display:flex;flex-direction:column;width:100%;margin:0}.containerpart .product_page .product-layout-1 .down.owl-carousel,.containerpart .product_page .product-layout-1 .down.owl-carousel *,.containerpart .product_page .product-layout-1 .down.owl-carousel .owl-stage-outer{touch-action:pan-y!important}.containerpart .product_page .product-layout-1 .up{display:flex;flex-direction:row;justify-content:space-between}.containerpart .product_page .product-layout-1 .up a .title{color:#061e41;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-1 .up a .nextlink{color:#061e41;font-size:10px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:underline}.containerpart .product_page .product-layout-1 .down{margin-top:20px;justify-content:center;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;display:flex;flex-direction:row;justify-content:space-between}.containerpart .product_page .product-layout-1 .down .box{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border:1px solid #7ca0be;border-radius:5px;background:#fff;padding:20px;margin-right:10px;height:370px}.containerpart .product_page .product-layout-1 .down .box img{display:block;width:195px;height:195px;margin:0 auto}.containerpart .product_page .product-layout-1 .down .box .percentageparent{position:relative}.containerpart .product_page .product-layout-1 .down .box .percentageparent .percentage{color:#fff;font-size:13px;font-weight:500;line-height:15px;letter-spacing:0;text-align:center;margin-top:-20px;border-radius:51px;background:red;width:50px;padding:5px 0;position:absolute;right:0;top:0}.containerpart .product_page .product-layout-1 .down .box .title{color:#061e41;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;width:195px;margin:15px auto}.containerpart .product_page .product-layout-1 .down .box .prices{display:flex;flex-direction:row;width:195px;margin:0 auto}.containerpart .product_page .product-layout-1 .down .box .prices .bigprice{color:#00a34c;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-1 .down .box .prices .smallprice{color:red;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:line-through;margin-left:10px;margin-top:2px}.containerpart .product_page .product-layout-1 .down .box .interactbuttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart{display:flex;flex-direction:row}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .leftbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:5px 0 0 5px;cursor:pointer}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input{margin-top:30px;width:40px;height:24px;padding:0;border:.1px solid #2f3c48;background:#f2f8fd;text-align:center}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]{-moz-appearance:textfield}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .rightbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:0 5px 5px 0;cursor:pointer}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton{margin-top:30px}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button img{width:25px;height:25px}.containerpart .product_page .product-layout-1 .down .right{display:flex;justify-content:flex-end;align-items:center;width:40px;padding-right:6px}.containerpart .product_page .product-layout-1 .down .right button{background-color:rgba(0,0,0,0);border:0;width:40px;cursor:pointer}.containerpart .product_page .product-layout-1 .down .right button img{width:40px}.containerpart .product_page .product-layout-1 .down::-webkit-scrollbar{display:none}.containerpart .product_page .divrelatedproducts .product-layout-1 .down,.containerpart .product_page .divzbuluar .product-layout-1 .down{display:block;width:100%;margin-top:10px;overflow:visible}.containerpart .product_page .divrelatedproducts .product-layout-1 .down.owl-carousel.owl-loaded,.containerpart .product_page .divzbuluar .product-layout-1 .down.owl-carousel.owl-loaded{display:block}.containerpart .product_page .divrelatedproducts .product-layout-1 .down .owl-stage-outer,.containerpart .product_page .divzbuluar .product-layout-1 .down .owl-stage-outer{padding:10px 0;width:100%}.containerpart .product_page .divrelatedproducts .product-layout-1 .down.owl-carousel,.containerpart .product_page .divzbuluar .product-layout-1 .down.owl-carousel{width:100%}.containerpart .product_page .divrelatedproducts .product-layout-1 .down .owl-item>.product-box,.containerpart .product_page .divzbuluar .product-layout-1 .down .owl-item>.product-box{max-width:none!important;width:100%!important}@media(max-width:768px){.containerpart .product_page .product-layout-1{margin-top:20px;width:100%}.containerpart .product_page .product-layout-1 .down .owl-stage-outer .owl-stage .owl-item .product-box{width:100%!important}.containerpart .product_page .divrelatedproducts,.containerpart .product_page .divzbuluar{width:100%;margin:16px auto;padding:0 4px;box-sizing:border-box}.containerpart .product_page .divrelatedproducts .product-layout-1 .down,.containerpart .product_page .divzbuluar .product-layout-1 .down{padding-bottom:0}.containerpart .product_page .divrelatedproducts .owl-carousel .owl-item>.product-box,.containerpart .product_page .divzbuluar .owl-carousel .owl-item>.product-box{margin:4px 2px!important}.containerpart .product_page .product-layout-1 .down .box{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border:1px solid #7ca0be;border-radius:5px;background:#fff;padding:10px;margin-right:10px;height:auto}.containerpart .product_page .product-layout-1 .down .box img{display:block;width:140px;height:140px;margin:0 auto}.containerpart .product_page .product-layout-1 .down .box .percentageparent{position:relative}.containerpart .product_page .product-layout-1 .down .box .percentageparent .percentage{color:#fff;font-size:11px;font-weight:500;line-height:15px;letter-spacing:0;text-align:center;margin-top:-20px;border-radius:51px;background:red;width:40px;padding:5px 0;position:absolute;right:0;top:0}.containerpart .product_page .product-layout-1 .down .box .title{font-size:11px;width:140px;margin:15px auto}.containerpart .product_page .product-layout-1 .down .box .prices{display:flex;flex-direction:row;width:140px;margin:0 auto}.containerpart .product_page .product-layout-1 .down .box .prices .bigprice{color:#00a34c;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-1 .down .box .prices .smallprice{color:red;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:line-through;margin-left:10px;margin-top:2px}.containerpart .product_page .product-layout-1 .down .box .interactbuttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart{display:flex;flex-direction:row}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .leftbutton{color:#061e41;font-size:10px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:5px 0 0 5px;cursor:pointer}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input{margin-top:30px;width:40px;height:24px;padding:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;font-size:10px}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart input[type=number]{-moz-appearance:textfield}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .addtocart .rightbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:0 5px 5px 0;cursor:pointer}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton{margin-top:30px}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .product-layout-1 .down .box .interactbuttons .favoritebutton button img{width:25px;height:25px}}.containerpart .product_page .product-layout-2{display:flex;flex-direction:row;width:100%;margin:0}.containerpart .product_page .product-layout-2 .leftpart{display:flex;flex-direction:column}.containerpart .product_page .product-layout-2 .leftpart .up{display:flex;flex-direction:row;justify-content:space-between}.containerpart .product_page .product-layout-2 .leftpart .up a .title{color:#061e41;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-2 .leftpart .up a .nextlink{color:#061e41;font-size:10px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:underline;margin-right:50px}.containerpart .product_page .product-layout-2 .leftpart .down{margin-top:20px;display:flex;flex-direction:row;justify-content:space-between;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.containerpart .product_page .product-layout-2 .leftpart .down .box{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border:1px solid #7ca0be;border-radius:5px;background:#fff;padding:20px;margin-right:10px;height:370px}.containerpart .product_page .product-layout-2 .leftpart .down .box img{display:block;width:195px;height:195px;margin:0 auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent{position:relative}.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent .percentage{color:#fff;font-size:13px;font-weight:500;line-height:15px;letter-spacing:0;text-align:center;margin-top:-20px;border-radius:51px;background:red;width:50px;padding:5px 0;position:absolute;right:0;top:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .title{color:#061e41;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;width:195px;margin:15px auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices{display:flex;flex-direction:row;width:195px;margin:0 auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .bigprice{color:#00a34c;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .smallprice{color:red;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:line-through;margin-left:10px;margin-top:2px}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart{display:flex;flex-direction:row}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .leftbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:5px 0 0 5px;cursor:pointer}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input{margin-top:30px;width:40px;height:24px;padding:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]{-moz-appearance:textfield}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .rightbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:0 5px 5px 0;cursor:pointer}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton{margin-top:30px}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button img{width:25px;height:25px}.containerpart .product_page .product-layout-2 .leftpart .down .right{display:flex;justify-content:flex-end;align-items:center;width:40px;padding-right:6px}.containerpart .product_page .product-layout-2 .leftpart .down .right button{background-color:rgba(0,0,0,0);border:0;width:40px;cursor:pointer}.containerpart .product_page .product-layout-2 .leftpart .down .right button img{width:40px}.containerpart .product_page .product-layout-2 .leftpart .down::-webkit-scrollbar{display:none}.containerpart .product_page .product-layout-2 .rightpart .bannerphoto a img{width:500px;margin-left:10px}@media(max-width:768px){.containerpart .product_page .product-layout-2{width:100%;flex-direction:column}.containerpart .product_page .product-layout-2 .leftpart .up a .nextlink{margin-right:0;text-align:right}.containerpart .product_page .product-layout-2 .leftpart .down .box{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;border:1px solid #7ca0be;border-radius:5px;background:#fff;padding:10px;margin-right:10px;height:auto}.containerpart .product_page .product-layout-2 .leftpart .down .box img{display:block;width:140px;height:140px;margin:0 auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent{position:relative}.containerpart .product_page .product-layout-2 .leftpart .down .box .percentageparent .percentage{color:#fff;font-size:11px;font-weight:500;line-height:15px;letter-spacing:0;text-align:center;margin-top:-20px;border-radius:51px;background:red;width:40px;padding:5px 0;position:absolute;right:0;top:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .title{font-size:11px;width:140px;margin:15px auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices{display:flex;flex-direction:row;width:140px;margin:0 auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .bigprice{color:#00a34c;font-size:20px;font-weight:600;line-height:15px;letter-spacing:0;text-align:left}.containerpart .product_page .product-layout-2 .leftpart .down .box .prices .smallprice{color:red;font-size:13px;font-weight:400;line-height:15px;letter-spacing:0;text-align:left;text-decoration-line:line-through;margin-left:10px;margin-top:2px}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons{display:flex;flex-direction:row;justify-content:space-between;margin-top:auto}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart{display:flex;flex-direction:row}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .leftbutton{color:#061e41;font-size:10px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:5px 0 0 5px;cursor:pointer}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input{margin-top:30px;width:40px;height:24px;padding:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;font-size:10px}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-inner-spin-button,.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart input[type=number]{-moz-appearance:textfield}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .addtocart .rightbutton{color:#061e41;font-size:13px;font-weight:400;line-height:0px;letter-spacing:0;text-align:center;border:.1px solid #2f3c48;background:#f2f8fd;padding:5px 7px;margin-top:30px;height:25px;border-radius:0 5px 5px 0;cursor:pointer}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton{margin-top:30px}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button{width:25px;height:25px;background-color:rgba(0,0,0,0);border:0;cursor:pointer;margin:0;padding:0}.containerpart .product_page .product-layout-2 .leftpart .down .box .interactbuttons .favoritebutton button img{width:25px;height:25px}.containerpart .product_page .product-layout-2 .rightpart .bannerphoto a img{width:100%;margin:20px 0 0}}.containerpart .product_page .brands_layout_1{margin-top:20px}.containerpart .product_page .brands_layout_1 .elems-tags{display:flex;flex-direction:row;justify-content:space-between;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.containerpart .product_page .brands_layout_1 .elems-tags a img{display:block;width:140px;height:140px;margin:0 auto}.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand{width:140px;height:140px;display:flex;justify-content:center;align-items:center;border:.5px solid #919191;border-radius:100px;text-align:center;font-size:16px;font-weight:700;color:#333;background-color:#fff}.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand span{display:block;padding:20px;word-wrap:break-word}.containerpart .product_page .brands_layout_1 .elems-tags a p{white-space:pre-wrap;text-align:center;font-weight:400;margin-top:10px;font-size:14px}.containerpart .product_page .brands_layout_1 .elems-tags::-webkit-scrollbar{display:none}@media(max-width:768px){.containerpart .product_page .brands_layout_1 .elems-tags a{margin:0 10px}.containerpart .product_page .brands_layout_1 .elems-tags a img{display:block;width:88px;height:88px;margin:0 auto}.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand{width:88px;height:88px}.containerpart .product_page .brands_layout_1 .elems-tags a .circle-brand span{display:block;padding:20px;word-wrap:break-word}.containerpart .product_page .brands_layout_1 .elems-tags a p{text-align:center;font-weight:400;margin-top:10px;font-size:10px}}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices{display:flex;flex-direction:row;align-items:baseline;flex-wrap:wrap;gap:6px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .big_price{line-height:1.15;margin:0}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .prices .small_price{line-height:1.15;margin:0 0 0 3px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part{display:flex;flex-direction:row;align-items:center;margin-top:12px}.containerpart .product_page .productinfo .leftpart1 .midpart .details .elem-items .elem-prices .discount-part:not(:empty) #discount{display:inline-block}