.Calculator{max-width:100%;position:relative}.FormTable,.PricesTable{width:100%;margin-bottom:20px}.FormRow,.Header,.Row{display:flex;align-items:center;border-bottom:1px solid #ddd}.FormCell,.Cell{padding:10px;box-sizing:border-box}.FormCell{flex:1}.Cell{flex:1;text-align:center}.Header .Cell{font-weight:700;background-color:#f4f4f4}.label{text-align:left}.Calculator-wrapper input,.Calculator-wrapper select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.PricesButtons{display:flex;gap:10px;margin-top:20px}.Button{padding:10px 20px;border:none;border-radius:4px;color:#fff;cursor:pointer}.GrayButton{background-color:#6c757d}.GrayButton:disabled{background-color:#aaa;cursor:not-allowed}.DropDown{font-size:14px}.SavedResults{padding-top:20px}.SavedResults .Cell{justify-content:center;align-items:center;display:flex;padding:10px 2px}.Footer.YourPriceContainer.Total{display:flex;align-items:center;padding:10px 0}.results-container{font-family:Arial,sans-serif;margin:20px}.result-item{margin-bottom:10px}.result-item span{font-weight:700}.Disabled{color:#545454;border:1px solid #AAA;background-color:#EBEBE4;padding:2px 1px}.Calculator{border:1px solid darkGray;background-color:#E0E0E0;margin-bottom:30px;max-width:530px}.YourPPC{text-align:center}.YourPrice{text-align:center;width:100%}.YourPercentage{text-align:center}.PricesTable{background-color:#FFF;border:1px solid lightgray;border-collapse:collapse}.PricesTable .Header{flex:1;background-color:#EEE;align-items:stretch;display:flex}.SavedResults .Cell{justify-content:center;align-items:center;display:flex}.PricesTable tr{height:40px}.PricesTable td{border:1px solid lightgray;text-align:center;padding:5px}.PricesButtons{margin-top:15px}.PricesButtons td{text-align:center}.PricesButtons .Button{width:145px}.ResultsTable{border:1px solid lightgray;border-collapse:collapse}.ResultsTable .Header{background-color:#EEE;font-size:11px;line-height:normal}.ResultsTable .Footer{background-color:#666;color:#FFF;line-height:normal}.ResultsTable .Alternate{background-color:#EEE}.ResultsTable td{border:1px solid lightgray;text-align:center}.ResultsTable .Footer td{border:none}.ResultsRow{min-height:30px}.DeleteIcon{width:20px;border-width:0}.Button{cursor:pointer;border-radius:.3em;-webkit-border-radius:.3em;-moz-border-radius:.3em;font-weight:700;color:#fff;padding:5px 10px;display:inline-block}.Button.Disabled{cursor:default;pointer-events:none}.GrayButton{background-color:#666}.GrayButton.Disabled{background-color:#999}.BlueButton{background-color:#0078A5}.Instructions{border:1px solid #D2002D;padding:15px;float:right;width:300px}.Instructions .Bullets{margin:10px 0 0 0;padding:0;list-style-position:inside}.Instructions .Bullets li{padding-bottom:10px}.PrintOnly{display:none}.SavedResultsTitle{text-transform:uppercase;font-weight:700;margin-bottom:10px}.Calculator .Size{min-height:36px;padding:8px}.ajax-image{position:absolute;top:50%;width:auto;left:50%;transform:translate(-50%,-50%);display:none;z-index:2}.new-style.loading .Calculator:after{content:"";width:100%;height:100%;background-color:rgba(255,255,255,.6);position:absolute;top:0;left:0;display:block;z-index:1}#ResultsTable{display:flex;flex-direction:column}.Footer.YourPriceContainer.Total>div{justify-content:center;flex:1;display:flex;padding:5px 2px}#resultsTableBody span.GVInclude{display:flex;justify-content:center;align-items:center}.Calculator-wrapper{max-width:960px;margin:0 auto;position:relative}.Calculator-wrapper .NoPrint a{color:#fff}.SavedResults-wrapper{display:none}#calculator-results-all,#calculator-results{display:none}#tables-container{max-width:1200px;margin:auto;background-color:#fff;border-radius:8px}#dropdown-container{text-align:left;margin-top:10px;margin-bottom:20px;position:relative;display:flex;align-items:center}#dropdown-container .ajax-image{position:relative;top:auto;min-width:35px;height:35px;left:auto;margin-left:20px;transform:none}#dropdown-container .ajax-image img{width:35px;height:35px}.tradeScreen-wrapper select{font-size:14px;padding:6px 10px;border:2px solid #4f4f4f;border-radius:5px;background-color:#fff;color:#000;width:100%;max-width:300px;box-shadow:0 0 5px rgba(0,0,0,.1);transition:border-color 0.3s ease,box-shadow 0.3s ease}.tradeScreen-wrapper select:focus{border-color:#333;outline:none;box-shadow:0 0 8px rgba(0,0,0,.2)}.tradeScreen-wrapper table{width:100%;border-collapse:collapse;margin-bottom:20px}.tradeScreen-wrapper th{color:#fff;background-color:#999}.tradeScreen-wrapper th,.tradeScreen-wrapper td{border:1px solid gray;padding:0;text-align:center;font-size:13px;min-width:22px}.tradeScreen-wrapper td{background-color:#f5f5f5}.tradeScreen-wrapper .colors{background-color:#999;color:#fff}.tradeScreen-wrapper .size-group{font-size:20px;color:#000;font-weight:600;padding:5px;margin-bottom:0;border-radius:0;border:none;padding-left:45px;text-align:center;background:#f2f2f2}.shoe-select-text{text-transform:capitalize}#dropdown-container .view-all-sizes{display:flex;justify-content:center;align-items:center;margin-left:20px;position:relative;cursor:pointer;color:#000;min-width:max-content}.allsize{display:none}.tradeScreen-wrapper table th:first-child,.tradeScreen-wrapper table td:first-child{width:40px}.tradeScreen-wrapper table{table-layout:fixed;width:100%}.tradeScreen-wrapper table th,.tradeScreen-wrapper table td{width:auto;word-wrap:break-word}.tradeScreen-wrapper .discount{color:green;font-weight:700}.tradeScreen-wrapper .price-percent-container{display:flex;align-items:center;justify-content:center;margin-bottom:4px;min-height:20px}.tradeScreen-wrapper .price,.tradeScreen-wrapper .percent{margin:0 4px}.tradeScreen-wrapper .price{display:block;font-size:13px;color:#000}.tradeScreen-wrapper .percent{display:block;font-size:13px;color:green}@media screen and (max-width:768px){.tradeScreen-wrapper th,.tradeScreen-wrapper td{padding:10px}.tradeScreen-wrapper .size-group{font-size:14px}}.new-style .FormTable .FormCell input,.new-style .FormTable .FormCell select{font-size:13px;padding:5px;border-radius:0;color:#000}.new-style .Calculator .Size{min-height:28px}.new-style .FormTable .FormCell{padding:0 3px}.new-style .FormTable .FormCell:last-child{padding-right:0}.new-style .FormTable .FormCell:first-child{padding-left:0;flex:0 0 95px}.new-style .FormTable,.new-style .PricesTable{margin-bottom:6px}.new-style .Header .Cell{font-size:13px}.new-style .PricesTable .Row{font-size:13px}.new-style .PricesTable .Row{font-size:13px}.new-style .PricesTable .Row input{font-size:13px;padding:0;min-height:23px;border-color:#767676;border-width:1px}.new-style .PricesTable .Row .Cell{min-height:40px;padding:5px 5px;display:flex;align-items:center;border-right:1px solid lightgray;color:#000}.new-style .Calculator{width:100%;max-width:100%;margin:0;padding:0}.new-style .Header .Cell:first-child,.new-style .PricesTable .Row .Cell:first-child{flex:0 0 95px}.new-style .PricesTable .Row .Cell:last-child{border-right:none}.new-style .PricesTable .Row:last-child .Cell{border-bottom:none}.new-style .PricesTable .Row .Cell:not(:first-child){justify-content:center}.new-style .Header .Cell{font-size:13px;min-height:40px;padding:0;display:flex;align-items:center;justify-content:center}.new-style .FormTable .FormCell input::placeholder{color:#000}.new-style .PricesButtons .Button{flex:1;max-width:115px;font-size:13px;border:none;padding:9px 0}.new-style .PricesButtons{justify-content:space-between}.new-style .PricesButtons-btns{display:flex;flex:1;flex-direction:row-reverse}.new-style .PricesButtons-reset button{max-width:100%;width:auto;padding-left:10px;padding-right:10px;text-align:center}.new-style .PricesButtons-reset{display:flex}.new-style .PricesButtons-reset .Button{padding:0 20px}.new-style.Calculator-wrapper{max-width:100%;overflow:hidden}.new-style #ResultsTable .Header .Cell{font-size:11px;padding:5px;min-height:27px}.new-style #ResultsTable .Cell,.new-style #ResultsTable .Cell input,.new-style .Footer input,.new-style .Footer.YourPriceContainer.Total{font-size:13px;padding:0;min-height:23px;border-color:#767676;border-width:1px;color:#000;flex:1}.new-style .SavedResults .Cell{padding:0}.new-style .ResultsRow{min-height:35px;align-items:stretch}.new-style .Footer input,.new-style #ResultsTable .Cell input{max-width:80px;width:100%}.new-style #ResultsTable .Cell{border-right:1px solid lightgray}.new-style #ResultsTable .Cell:last-child{border-right:none}.new-style .Footer.YourPriceContainer.Total{max-width:100%;color:#fff}.new-style .NoPrint a{background:#00386e;border:2px solid #00386e;color:#fff;text-align:center;border-radius:30px;padding:5px 10px;min-width:115px;margin-right:5px;font-size:13px}.new-style .NoPrint a:hover{background:none;color:#00386e}.new-style #ResultsTable .Header .Row,.new-style #ResultsTable .Footer .Row{flex:1;padding:0;min-height:34px;align-items:stretch}.new-style #ResultsTable .Footer .Cell{border-right:none;color:#fff}.custom-label{color:#7A7A7A;font-size:16px;font-weight:400;font-family:"Montserrat";margin-left:20px;min-width:max-content}.Row.row-your-price.disabled{background-color:#E2E0E0;pointer-events:none;border:none}.page .new-style .PricesTable{margin:0;width:100%;border:none}.page .new-style .FormTable{margin:0}.calc-top-row{padding:15px 15px 5px 15px}.page .PricesButtons{margin:0;padding:15px}.price-btn{padding:0 8px;border-top-left-radius:0;border-bottom-left-radius:0;color:#fff;line-height:15px;border-top:1px solid #c7c7c7;background-color:#00386e;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.price-btn-wrapper{display:flex;flex-direction:column;justify-content:stretch;border-top-right-radius:4px;border-bottom-right-radius:4px;overflow:hidden}.Row.row-your-price .Cell:last-child input{padding-right:2px;padding-left:4px;border-top-right-radius:0;border-bottom-right-radius:0}.Row.row-your-price .Cell:last-child{align-items:stretch}.price-btn.price-plus{border-top:0}.price-btn-wrapper.mobile{display:none}.custom-switch label.custom-switch-btn{text-align:left;width:40px;height:calc(40px / 2);border-radius:60px;background-color:#00386e;display:inline-block;position:relative;cursor:pointer}.custom-switch label.custom-switch-btn>span{display:block;width:100%;height:100%;box-shadow:0 0 0 2px #b0b0b0}.custom-switch label.custom-switch-btn>input[type="checkbox"]{opacity:0;position:absolute}.custom-switch label.custom-switch-btn>span:before,.custom-switch label.custom-switch-btn>span:after{content:"";cursor:pointer;position:absolute}.custom-switch label.custom-switch-btn>input[type="checkbox"]:focus~span{box-shadow:0 0 0 2px #b0b0b0}.custom-switch label.custom-switch-btn>input[type="checkbox"]:checked:focus~span{box-shadow:0 0 0 2px #b0b0b0}.custom-switch label.custom-switch-btn>span{border-radius:60px}.custom-switch label.custom-switch-btn>span:before{width:100%;height:100%;box-sizing:border-box;background-color:#f1f1f1;border-radius:60px;transition:opacity .2s ease-out .1s,transform .2s ease-out .1s;transform:scale(1);opacity:1}.custom-switch label.custom-switch-btn>span:after{top:50%;z-index:3;transition:transform .4s cubic-bezier(.44,-.12,.07,1.15);width:calc(40px / 2);height:calc(40px / 2);transform:translate3d(0,-50%,0);background-color:#fff;border-radius:100%;box-shadow:0 2px 5px rgba(0,0,0,.3)}.custom-switch label.custom-switch-btn>input[type="checkbox"]:checked~span:before{transform:scale(0);opacity:.7}.custom-switch label.custom-switch-btn>input[type="checkbox"]:checked~span:after{transform:translate3d(100%,-50%,0)}.custom-switch-wrapper{display:flex;justify-content:flex-end;align-items:center}.custom-switch{background-color:#E2E0E0;display:flex;align-items:center;justify-content:space-between;min-width:105px;padding:8px 10px 5px 10px;position:relative;border-top-left-radius:6px;border-top-right-radius:6px}.loading .custom-switch:after{content:"";width:100%;height:100%;background-color:rgba(255,255,255,.6);position:absolute;top:0;left:0;display:block;z-index:1}.new-style .Calculator{border-top-right-radius:0}.tradeScreen-wrapper .custom-switch-wrapper{margin-left:20px}.tradeScreen-wrapper .custom-switch{border-radius:6px;padding:5px 10px 3px 10px}.new-style .market-toggle .Cell.label{flex:0 0 150px!important}.new-style .market-toggle .Cell:last-child{justify-content:right!important}button.market-toggle-btn{border:none}.grey-bottom-line{border-bottom:1px solid #e2e0e0!important}.market-toggle-wrapper{display:flex;border:1px solid #484747;border-radius:3px;overflow:hidden}.market-toggle-btn{padding:8px 16px;background-color:#fff;border:none;cursor:pointer;font-size:14px;color:#333;transition:background-color 0.3s,color 0.3s}.market-toggle-btn.active{background-color:#00386e;color:#fff}.market-toggle-btn[data-market="global"]{border-top-right-radius:0;border-bottom-right-radius:0}.market-toggle-btn[data-market="us"]{border-top-left-radius:0;border-bottom-left-radius:0}.market-toggle-btn:not(.active):hover{background-color:#e9e9e9}.custom-switch-label{width:160px}.custom-switch.new-design{background:none}.new-design .custom-switch-title{padding:0 10px;width:145px}.new-design .custom-switch-title:first-child{width:135px}@media(max-width:767px){.Calculator{padding:7px}.new-style .PricesButtons .Button{font-size:12px}.SavedResults{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;height:auto;max-width:100%}#ResultsTable{display:table}#ResultsTable .Cell{min-width:100px}.new-style .NoPrint a{margin:10px}.new-style .NoPrint{text-align:center!important}.price-btn-wrapper.mobile{display:flex}.Row.row-your-price .Cell:last-child input{padding-right:2px;padding-left:2px;border-radius:0}.price-btn-wrapper.mobile .price-plus,.price-btn-wrapper.desktop .price-minus{display:none}.price-btn-wrapper.mobile .price-btn,.price-btn-wrapper.desktop .price-btn{width:40px;max-width:100%;height:100%;border-top:none}.price-btn-wrapper.mobile{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.price-btn-wrapper.desktop{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.table-block{margin:20px auto}#tables-content .table-block{overflow-x:auto;-webkit-overflow-scrolling:touch;background-color:#f2f2f2;max-width:100%}#tables-content .table-block table{width:100%;min-width:600px;table-layout:auto}.tradeScreen-wrapper select{max-width:100%}#dropdown-container .view-all-sizes{margin-bottom:0}#dropdown-container{flex-wrap:wrap}.tradeScreen-wrapper .size-group{padding:5px;width:100%}.custom-label{margin:20px auto}#resultsTableBody span.GVInclude{min-height:15px;min-width:15px}}@media print{.NoPrint,.NoPrintThis,.footer-line{display:none!important}body{background-color:#fff;color:#000}}